body {
}



.ser_item tr td.ser_titulo
{
	background-color: #899EFA;
	color: #FAE548;
	font-weight:bolder;
	/*marrgin-right:  */
}


.contenedor_grid 
{
	width: 600px;
	overflow: auto;
}

.contenedor_linea 
{
    display:inline;
    
}

.contenedor_consulta
{
    background: #0776b4;
    padding:7px 5px 7px 5px;
   /* color:White; */
    font-weight:bold;
}

.contenedor_consulta2
{
    background: #003399;
    padding:7px 5px 7px 5px;
   /* color:White; */
    font-weight:bold;
}

.panel_header_ajax
{
	  background: #0776b4;
    padding:7px 5px 7px 5px;
   color:White; 
    font-weight:bold;
}


.ingreso_detalle 
{
	width: 100%;
	background: #73C5F1;
	color: #0D113D;
}


.ser_cont_consulta
{
	background: #003399;	
}

.ser_cont_consulta table tr td .ser_titulo
{
	color: #FAE548;
	font-weight:bolder;
}

.paging_grid td table tbody tr td
{
	padding: 4px 3px 3px 4px;
	background-color:White;
	text-align:center;
	width:30px;
}

.paging_grid td
{
	padding: 5px 0px 5px 0px;
}

.paging_grid td table
{
	border-spacing: 2px;
	border-color: White;
	border-collapse:separate;
}

.row_cell td 
{
	padding: 2px 3px 2px 3px;
}

.principal_title
{
	font-family: 'Oswald', Sans-Serif;
}

.medium_title
{
	font-family: 'Open Sans', Sans-Serif;
}

.aviso {
	color: #CC0000;
}

.button_container 
{
	line-height: 50px;
	margin: 0px 10px 0 10px;
}

.report_container
{
	background:white;
}

.accordion_header
{
	background: #717D8A;
	color:White;
	font-weight:bold;
}

.accordion_header_selected
{
	background:#D4D7D9;
	color:#000000;
	font-weight:bolder;
}

.form-control-inline {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.ingreso_detalle tr td 
{
	vertical-align: top;
}

#fview > tbody > tr > td > span 
{
	font-weight:bolder;
	font-family: sans-serif;
	color: #414141;
}

.form_view 
{
	width:80%;
}


.ctitulo 
{
	width:25%;
}

.ccontenido 
{
	width:75%;
}

.validator 
{
	color:#800000;
}

.titulo 
{
    margin-top: 20px;
    font-size:xx-large;
    margin-bottom:20px;
}

#divnav
{
    background-color: #57c8e7;
    border-color: #57c8e7;
	margin-top: 15px;
	border-radius: 0px;
	box-shadow: 3px 3px 9px #0069a6;
}

/*Estilos Iván Trujillo*/
.btn_salida 
{
	background-color: #404041;
}

.paging_grid td table tbody tr td span
{
	color:Red;
	font-weight:bolder;
}


.bg_modal 
{
	background-color:Black;
	/*background-image: url("/img/bg-modal.png");*/
}
    
    
    .copyright, img
{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    
 .tb-reporte tr th 
 {
 	background-color: Gray;
 }
 
 .spacer-container 
 {
     margin-top: 15px;
     margin-bottom: 15px;
 }
 
 .control-center
 {
     margin-top:20px;
     margin-bottom: 20px;
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
 
 .error-message 
 {
     color: #911515;
     font-weight:bold;
 }
 
 .panel-custom .panel-heading
 {
     background-color: #949599;
     color: #ffffff;
     font-weight:bolder;
 }
 
 
 .half-control 
 {
     width: 50%;
 }
 
 
 .quarter-control 
 {
     width: 40% !important;
 }
 
 .gray-label
 {
     margin-right: 5px;
     margin-right: 5px;
     color: #7d7d7d;
     font-weight:bold;
 }

.background-loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}

.progress-loading {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 20%;
    width: 20%;
    z-index: 100001;
    background-color: #FFFFFF;
    border: 1px solid Gray;
    background-image: url('../img/Loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
