/************ F O O T E R **************/
#piePagina {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 4px solid #f5f5f5;
  background:#f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:center;
  color: #555;
  font-size: 11px !important;
  z-index:10000;
  opacity:0.75;
  filter:alpha(opacity:75);
  height: 24px;
}

#piePagina a:link, 
#piePagina a:hover,
#piePagina a:visited {
	text-decoration:none !important;
	color: #555 !important;	
}

/***********  G E N E R A L *********/

input.moneda,
input.numero,
input.porcentaje  {
	text-align:right;
}


/******  Contenedores de Cajas de texto   ****/

.editableFormBlocked{
	width:300px;
}

tr.fondo0 td, tr.fondo1 td, tr.fondo2 td{
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border-bottom: 1px solid #ddd !important;
  border-right: none !important;
  padding: 12px 8px 8px 8px !important;
  font-size: 13px !important;
  /*color: #6a6c6f !important;*/
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 47px !important;
  text-overflow: ellipsis;
}

.hdrcell{
	height: 20px !important;
	line-height: 1.42857143 !important;
	font-size: 12px !important;
	color: #6a6c6f !important;
}

td.filter input, 
td.filter select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*border-color: #e4e5e7 !important;*/
  border-color: #293242 !important;
  margin: 0;
  font: inherit;
  font-weight: normal !important;
}
.form-control {
	  border-color: #293242 !important;
}
.select2-container.form-control{
	border: 1px solid;
}
tr.fondo0{
  background: #fff !important;
}

tr.fondo1{
  background: #f9f9f9 !important;
}

tr.fondo0:hover, tr.fondo1:hover{
  background: #eee  !important;
}

td.negritas{
	font-weight:bold !important;
}

td.izquierda,
th.izquierda{
	text-align:left !important;
}

td.derecha.ultima{
	padding-right:20px !important;
}

td.derecha,
th.derecha{
	text-align:right !important;
	padding-right:5px;
}

#clr{
	display:block;
	clear:both;
	height:1px;
}

label {
	white-space: nowrap;
}

.subnav {
    margin-bottom: 15px !important;
    //z-index: 500 !important;
    
}

.navbar .navbar-brand {
	margin-top: 2px;
}



.btn-dropdown-list{
	 background: none !important;
	 margin: 0px !importnat;
	 display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	border-radius: 0px !important; 
	
}

.btn-dropdown-list:hover, .btn-dropdown-list:focus {
background-color: #e8e8e8 !important;
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%) !important;
background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%) !important;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)) !important;
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0) !important;
background-repeat: repeat-x !important;
}



.form-control-feedback{
	top: 9px !important;
}


th.button,td.button{
	width: 50px;
}

th.checkBox,td.checkBox{
	width: 30px;
}

div.listaResultadosBuscador{
	overflow-x:hidden;
  	background: transparent;  
  	display:block; 
}

div.listaResultadosBuscador{
	height:300px;
}

@media screen and (max-width: 1920px) {
	div.listaLarga{
		height:450px !important;
	}
}

@media screen and (max-width: 1024px) {
	div.listaLarga{
		height:330px !important;
	}
}

dd.historicoRegistro{
	line-height: 1.90;
}

.registroEliminado,
.registroNuevo {
  padding: 2px 2px;
  font-size: 90%;
  border-radius: 4px;
}

.registroEliminado {
  color: #c7254e;
  background-color: #f9f2f4;
}

.registroNuevo {
  color: #3c763d;
  background-color: #dff0d8;
}