/*
Hoja de estilo utilizada para "pisar" los estilos provistos por botstrap
y poder configurar ciertos ajustes específicos de SICAP
*/


/*
body
{ line-height: 1.1;  
}

form input[type="text"], form input[type="number"], form select, input[type="password"] 
{  margin-bottom:8px; 
}
*/
/*
legend
{   color: #900;
    padding-left: 10px; 
    padding-right: 10px; 
    font-size: 12px; 
}

.row {
    margin-top: 3px !important;
}


h3{
   padding-top: 4px !important; 
   padding-bottom: 4px !important;
}
*/
/*
button.ui-datepicker-current { 
    display: inherit;   
}
*/
/* para que me tome el color de fondo el tabs*/
.ui-widget-header
{
    background: #8b8d8e none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-weight: bold !important;

}
/* para que me tome la letra*/
.ui-widget {
    font-family: Aller,sans-serif !important;
    font-size: 1em !important;
}


/*
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

*/

/*
.ui-button {
    cursor: pointer !important;
    display: inline-block !important;
    line-height: normal !important;
    margin-right: 0.3em !important;
    overflow: visible !important;
    text-transform: uppercase !important; 
    position: relative !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: Aller,sans-serif !important;
    background: #d2d2d2;
}


.ui-widget {
    font-family: Aller,sans-serif !important;
    font-size: 0.9em !important;
}


.ui-state-default, .ui-button-text-only, .f12 {
    border: 1px solid #999999 !important;
    font-weight: normal !important;
    opacity: 1 !important;
    background: #d2d2d2;
    font-family: Aller,sans-serif !important;
}



.ui-state-hover{
    opacity: 1!important;
    background: #b7b7b7;
    font-family: Aller,sans-serif !important;
}

*/

/* INICIO: Las siguientes 4 clases se heredaron de la version anterior de SICAP, con el objetivo de mantener el comportamiento
 producido en el momento que el sistema se encuentra porcesando informacion
*/

.option_carga
{  background-color: #D0D75C;/* #E0DFBA;/* #CCCC00;/*#CCCC99;/* #CCCC99; */
   font-weight:bold;
}

.div_cargando
{ font-weight:bold;
  font-size:14px;
  color:#993300;
}

.modal {
    text-align:center;		    
    display: none;
    position:absolute;
    left: 25%;
    width: 50%;
    height: 40%;
    padding: 16px;
    border: 3px solid  #e30613;/*#CC9900;/* #669999;/* orange;*/
    background-color: white;
    z-index:1002;
    overflow: auto;
    font-weight:bold;
    font-size:14px;
    color:#993300;			
}


.overlay{
    display: none;
    position: absolute;     
    top: 10%;
    left: 0;	 
    width: 100%;
    height: 100%;	 
    background: #000;
    z-index:1001;
    opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

/* 
    FIN
*/


/* MENU DE LOS QUERY */
ul#menuConsultas 
{ margin:1px 0 0 0;
  padding-bottom:0px;
  padding-left:10px;
  padding-right:0px;
  padding-top:2px;
  color: #000000;
  width: auto;
  left:0;   
}

li.itemConsulta  
{   border-bottom: 1px solid #b7b7b7;
    display: block;
    padding: 7px 20px;
    width: 100%;
}

li.itemConsulta:hover
{  background: #b7b7b7;/* #b7b7b7 ;*/
}

li.itemConsulta_select
{  background: #9b9b9b;/* #b7b7b7 ;*/
}

/* estilo utilizado en el header que se encuentra dentro de cap
*/
#css_header1
{
    margin-left: 10px !important;
    margin-top: 25px !important;
}

#css_header2
{
    margin-left: 10px  !important;
    margin-bottom: 15px  !important;
}

/* estilo utilizado en el header que se encuentra dentro de cap */
#css_header_division
{
    color: gray !important; 
    font-size: 11px !important; 
    margin-top: 3px !important;
}

// clase utilizada para 
/*
li.itemConsulta  a {
    color: #e30713;
    text-decoration: none;
}
li.itemConsulta a:active, li.itemConsulta a:hover {
    color: #e30713;
    text-decoration: none;
}
*/


/* FIN */