.ui-dialog-titlebar-close:before{
	position: relative;
	top: 0px;
	font-family: 'Glyphicons Halflings';
	margin: 0px 0px;
	line-height: 1px;
	color: black;
	padding: 0px 0px;
	content: "\e014";
	left: -1px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-view{font-size: 12px; background: #efefef;}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption{
	background: #CCC;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #000;
	border-bottom: 2px solid #FFF;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv{background: transparent;}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title{font-weight: bold;font-size: 12px;}
.ui-jqgrid .loading{background-color: #1C70C5; color: #FFFFFF;}
.ui-jqgrid.ui-jqgrid-bootstrap{border: 1px solid #1c70c5; border-radius: 0px;}
.ui-jqgrid-hbox .table-bordered > thead > tr > th.ui-th-column{
	border: none;
	font-size: 12px;
	background-color: #1c70c5;
	color: #FFF;
	font-family: Trebuchet MS;
}
.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td{
	border: 1px solid;
	border-color: #FFFFFF #53779E #53779E #FFFFFF;
}
.ui-jqgrid .ui-jqgrid-btable tr.jqgfirstrow td{border: none;}
#main_grid_pager_left{width: 33%;}
#main_grid_pager_right{width: 33%;}
.btn-lupa{padding: 8px 8px;}
.FormData .DataTD {position: relative;}
.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement {width: 89%;}
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close{right: 10px; padding: 0px; margin: 0px 0px 0px 0px;
    top: 5px; height: 18px; width: 18px; border-radius: 8px;}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close > span.glyphicon{font-size: 19px;}

/** BOTONES DE IMPRESION **/
.content_list_pdf .col-md-6{padding-right: 2px; padding-left:2px;}
.content_list_pdf .list-group-item{font-size: 12px;overflow: hidden;padding: 5px;}
.content_list_pdf .list-group-item span{float: left; margin: 0px 2px;}
.content_list_pdf .list-group-item input{float: left; margin: 2px;}
.content_list_pdf .list-group-item label{margin: 0px 2px; white-space: normal; float: left;}
.dialog_tipo_informe button.btn-default{font-size: 0.9em;}
.dialog_tipo_informe button.btn-default span{margin-right: 4px;}
#header
	{
		overflow: hidden;
		background: #f4f4f4;
	}


#header #icon 
	{ 
		background: url("../Imagenes/logo.png") no-repeat scroll;
		background-size: 100%;
		height:70px;
		text-align: center;
		float: left; 
	}	

#header #title
	{
		color: #4b79bb;
		text-align:center;
		font-size:25px;
		font-family: "Calibri";
		text-transform: uppercase;
		font-weight: bold;
		padding-top: 1%;
		text-align: left;
	}

@media (min-width:320px){ 
	#header #icon 
	{ 
		width:42%;
	}
	#header #title 
	{ 
		padding-left: 35%;
	}	

	.img_loading{
		height:10px;
	}
}
@media (min-width:410px){ 
	#header #icon 
	{ 
		width:32%;
	}
	#header #title 
	{ 
		padding-left: 35%;
	}	
}
@media (min-width:520px){ 
	#header #icon 
	{ 
		width:24%;
	}
	#header #title 
	{ 
		padding-left: 35%;
	}	
}
@media (min-width: 768px){
	#header #icon 
	{ 
		width:16%;
	}
	#header #title 
	{ 
		padding-left: 35%;
	}		


	.img_loading{
		height:15px;
	}
}
@media (min-width: 980px){
	#header #icon 
	{ 
		width:14%;
	}
	#header #title 
	{ 
		padding-left: 42%;
	}	
	.img_loading{
		height:20px;
	}	
}
@media (min-width: 1280px){
	#header #icon 
	{ 
		width:12%;
	}
	#header #title 
	{ 
		padding-left: 42%;
	}		
}
@media (min-width: 1600px){
	#header #icon 
	{ 
		width:9%;
	}
	#header #title 
	{ 
		padding-left: 42%;
	}		

	.img_loading{
		height:30px;
	}
}
@media (min-width: 1920px){
	#header #icon 
	{ 
		width:8%;
	}
	#header #title 
	{ 
		padding-left: 42%;
	}		
}


.icon_error {	
	background-image:url("../Imagenes/icon_error.png");	
	float:left;	
	height: 32px;
	width:32px;
}
.icon_information {	
	background-image:url("../Imagenes/icon_information.png");
	float:left;	
	height: 32px;
	width:32px;
}
.icon_question.png {	
	background-image:url("../Imagenes/icon_question.png");	
	float:left;	
	height: 32px;
	width:32px;
}