.ui-datepicker {
	font-size: 11px;
	margin-left:10px
}

.busquedaLlamados h4{
	text-align: center;
	font-size:26px;
	width:55%;
	margin: auto;
	border-bottom: 1px solid rgba(0,0,0,.5);
	margin-bottom:2%;
	padding-top: 2%;
	/*color: #EE8027;*/
}

.busquedaLlamados #btnBuscar{
	display: block;
	/*margin: auto;*/
	/*padding: .2% 2%;
	border: #EE8027;
	background: #EE8027;
	color:white;
	outline:0;
	top:73.5%;
	position: absolute;
	margin-left: 8%;
	font-weight: normal;
	font-size: 14px;*/
	margin-left: 35%;
}

.busquedaLlamados #btnBuscar:hover{
	cursor: pointer;
	background: #F5A63F;
	outline: 0;
	color: #FFF;
}

.elegirOpcion{
	/*border: 1px solid black;*/
	margin: 2%;
	width: 30%;
	height: 55%;
	margin-top: 3.5%;
	padding: 1.5% 3.5%;
	box-sizing: border-box;
	float: left;
	font-family: "Verdana";
	font-weight: bold;
}

.elegirOpcion > label, #filtro > label, #filtro > select, .elegirOpcion > select, .elegirOpcion > .btn, #nombreBusqueda{
	display: block;
	margin: auto;
}

.elegirOpcion > label, #filtro > label{
	text-align: center;
}

#divResultado{
	/*border: 1px solid black;*/
	width:100%; /*90%;*/
	float:left;
	/*margin: 1.5% 0%;*/
	padding:2.5%;
	overflow: auto;
	margin-top:0%;
}

#resultRemate{
	/*border: 1px solid green;*/
	/*width:90%;
	float:left;
	margin: 1.5% 0%;
	padding:2.5%;
	overflow: auto;
	margin-top:0%;*/
}

.resultadoBusqueda{
	/*border: 1px solid black;*/
	width:57%;
	float:left;
	margin: 1.5% 0%;
	height: 75%;
	padding:2.5%;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: auto;
	margin-top:0%;
}

.tablaResultado, .tablaResultadoFecha{
	border-collapse: collapse;
	border: 2px solid #12224B;
	font-size:12px;
	width: 100%;
	
	/*table-layout: fixed;*/
}

.tablaResultado tr td, .tablaResultadoFecha tr td{
	/*border: 1px solid black;*/
	/*padding: 5px 7px;*/

}

.tablaResultado .cRadio{
	width: 3%;
}

.radio{
	display: block;
}

.tablaResultado .cPad{
	width: 10%;
}

.tablaResultado .cCT{
	width: 20%;
	text-align: left;
}

.tablaResultado .cDir{
	width: 35%;
	text-align: left;
}

.tablaResultado .cCiu{
	width: 25%;
	text-align: left;
}

.tablaResultado .cBoton{
	width: 10%;
}

.tablaResultado .cLoc{
	width: 10%;
}

.tablaResultado .cUni{
	width: 5%;
	text-align: left;
}

.tablaResultado .cBlock{
	width: 5%;
	text-align: left;
}

.tablaResultado .cZona{
	width: 15%;
	text-align: left;
}

.tablaResultado .cPadE{
	width: 20%;
}

.tablaResultado .cCTO{
	width: 15%;
	text-align: left;
}

.tablaResultado .cDirO{
	width: 30%;
	text-align: left;
}

.tablaResultado .cTipo{
	width: 10%;
	text-align: left;
}
/****************************************/

.tablaResultadoFecha .cRadio{
	width: 3%;
}

.tablaResultadoFecha .cCodigo{
	width: 10%;
}

.tablaResultadoFecha .cNombre{
	width: 22%;
}

.tablaResultadoFecha .cResumen{
	width: 43%;
}

.tablaResultadoFecha .cEstado{
	width: 14%;
}

.tablaResultadoFecha .cFechaHasta{
	width: 8%;
}

.tablaResultado thead, .tablaResultadoFecha thead{
	background: #6E6E6E;
	font-weight: bold;
	color:white;
}

.tablaResultado tfoot, .tablaResultadoFecha tfoot{
	background: #6E6E6E;
	font-weight: bold;
	color:white;
}	

.tablaResultado thead .tituloResultado, .tablaResultadoFecha thead .tituloResultado{
	text-align: center;
	background: #12224B;
	color:white;
}

.tablaResultado tbody tr:nth-child(odd), .tablaResultadoFecha tbody tr:nth-child(odd){
	background-color:#E4E1E1;
}
.tablaResultado tbody tr:nth-child(even), .tablaResultadoFecha tbody tr:nth-child(even){
	background-color:#FBF7F7;
}

.tablaResultado tfoot .tituloFResultado, .tablaResultadoFecha tfoot .tituloFResultado{
	text-align: left;
	background: #12224B;
	color:white;
}

.busquedaLlamados #verMas, .busquedaLlamados #volver{
	font-size: 28px;
	color: #989898;
	margin: 20px;
	display: inline-block;
	position: relative;
	margin-top: 23%;
}

.busquedaLlamados #verMas:hover, .busquedaLlamados #volver:hover{
	cursor: pointer;
	color: #45A041;
}

.elegirOpcion select{
	width:75%;
}

#nombreBusqueda{
	width:75%;
	margin:auto;
}

.errorBusqueda{
	
	width: 29.9%;
	/*border: 1px solid black;*/
	position: absolute;
	top: 81%;
	text-align: center;
	font-size: 12px;
	left: 2%;
}

#rangoFechas{
	border: 1px solid black;
	padding: 4% 2%;

	width: 90%;

	margin: auto;

	margin-top : 0%;
}

#lblRango{
	font-size: 14px;
}

#rangoFechas > table{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

#rangoFechas > table tr td{
	/*border: 1px solid black;*/
	width: 50%;
	padding:1%;
}

#rangoFechas > table tr .textoSegundo{
	font-weight: bold;
	font-size:12px;
}

#rangoFechas > table tr #fdBusqueda, #rangoFechas > table tr #fhBusqueda{
	background: white;
	border : 1px solid #C4C2C2;
	font-size:12px;
	width: 75%;
}

.errorBusqueda{
	color : #D40505;
}

.errorBusqueda span{
	margin-right: 10px;
}
/*.textoSegundo{
	font-size: 12px;
}*/

#filtro{
	/*border: 1px solid black;*/
	width: 100%;
	height: 35%;
	margin-top: 5px;
}

.busquedaLlamados .radio{
	display: block;
}

/***** DATOS DE VER LLAMADOS   *****/

.busquedaLlamados .tituloLlamado, .busquedaLlamados .datosLlamado{
	width:100%;
	margin:auto;
}

.busquedaLlamados .tituloLlamado{
	background: #12224B;
	color:white;
	padding: .5% 1%;
	box-sizing: border-box;
	font-size:14px;
}

.busquedaLlamados .datosLlamado{
	/*background: white;*/
	padding: .5% 1%;
	box-sizing:border-box;
	border:2px solid #12224B;
	font-size:12px;
	margin-bottom:20px;
}

/*stable{
	border-collapse: collapse;
	width: 100%;
}

table tr td{
	border: 1px solid black;
}

table tr td img{
	display: block;
	position: relative;
	width:250px;
	background: red;
}*/
.busquedaLlamados .datosLlamado img{
	width:8%;
}

.busquedaLlamados .detalles, .busquedaLlamados .archivos{
	border: 2px solid #12224B;
	font-weight: bold;
	color: #12224B;
	padding:5px;
	cursor: pointer;

	
}

.busquedaLlamados .detallesExtendido, .busquedaLlamados .archivosExtendido{
	border: 2px solid #12224B;
	padding:10px;
	
}

.busquedaLlamados .open{
	display: none;
}

.busquedaLlamados .archivos, .busquedaLlamados .detallesExtendido, .busquedaLlamados .archivosExtendido{
	border-top:none;
}

.busquedaLlamados .detalles span[class = "icon-file-text2"], .busquedaLlamados .archivos span[class = "icon-file-pdf"]{
	margin-right: 5px;
	color:#12224B;
}

.busquedaLlamados span[class = "icon-chevron-down"]{
	float: right;
}

.busquedaLlamados .detalles span, .busquedaLlamados .archivos span{
	font-weight: bold;
	color: #12224B;
	position: relative;
	top:5%;
	display: inline-block;
}

.busquedaLlamados .estadoActivo{
	color: green;
	font-weight: bold;
}

.busquedaLlamados .estadoBaja{
	color:#E40202;
	font-weight: bold;
}

.busquedaLlamados .estadoEnEspera{
	color: #45A041;
	font-weight: bold;
}

.busquedaLlamados .estadoCancelado{
	color: #3E3D40;
	font-weight: bold;
}
