/*
Hoja de estilo utilizada para "pisar" los estilos provistos por botstrap
y poder configurar ciertos ajustes específicos de SICAP
*/
fieldset.scheduler-border {
    border: 2px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

 button, input, optgroup, select, textarea {
        margin: 0;
        font: inherit;
        color: grey;
    }

    .ui-widget-overlay {
        opacity: .7;
        filter: Alpha(Opacity=30);
    }
    
        .ui-dialog{
        height: auto;
        width: auto;
        display: block;
        position: fixed;
        top: 348.5px;
        left: 748px;
        margin-left: -100px;
        margin-top: -25px;
        background: rgb(245, 245, 245);

    }

.tool-bars {
    height: auto !important;
}
    
legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 16px;
}

/* para que el titulo quede pegado a la barra verde*/
.form
{
    margin-top: 0px !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
*/


 input[type=checkbox]
{
   margin-left: 5px !important;
}

 input[type=radio]
{
   margin-left: 5px !important;
}

.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;   
}

