@font-face {
    font-family: "Dosis";
    src: url(fonts/Dosis/Dosis-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Abel";
    src: url(fonts/Abel/Abel-Regular.ttf) format("truetype");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
   font-family: 'Abel',sans-serif;
}
/* INICIO DE ESTILOS GENERALES */
#mensaje{
    width: 95%;
    height: 23px;
    background: #FFFED2;
    box-sizing: border-box;
    padding-left: 2px;        
    line-height: 23px;
    margin-left: 2.5%;
    border-radius: 3px;
    color: #7A1417;
    font-size: 13px;
    top: calc(100% - 48px);
    position: fixed;
}
a{
    text-decoration: none;
    color: #fff;
}
/* FIN DE ESTILOS GENERALES */

/* INICIO DE ESTILOS PARA EL INDEX */
#acceso{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#acceso #panel{
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #0A1A2A;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#acceso #titulo{
    height: 45px;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    font-size: 25px;
    border-bottom: 2px solid #333;
}
#acceso .campo{
    width: 280px;
    height: 40px;
    background: #CFCFCF;
    box-sizing: border-box;
    padding-left: 5px;
    margin: 20px 0px 20px 6px;
    border-radius: 3px;
    font-size: 18px;
}
#acceso .texto{
    width: 245px;
    height: 40px;
    padding: 0px;
    background: #CFCFCF;
    border: none;
    font-size: 18px;
}
#acceso .boton{
    width: 280px;
    height: 40px;
    background: #1990FE;
    border: none;
    font-size: 18px;
    margin: 10px 0px 15px 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
#acceso #autorizacion{
    width: 100%;
    height: 20px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 11px;
}
/* FIN DE ESTILOS PARA EL INDEX */

/* INICIO DE ESTILOS PARA  LA APLICACIÓN*/
#contenido{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
}
#izquierda{
    width: 170px;
    height: 100%;
    background: #0D0B0A;
}
    #informacion{
        width: 100%;
        height: 80px;
        border-bottom: solid #333 1px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    #informacion span{
        font-size: 20px;
    }
    /* INICIO DE ESTILOS PARA EL MENU */
    #menu{
        width: 100%;
        height: calc(100% - 80px);
    }
    #menu .opcion{
        width: 100%;
        box-sizing: border-box;
        padding: 3px 5px;
        border-bottom: solid 1px #333;
        color: #fff;
    }
    #menu .opcion span{
        margin-right: 5px; 
    }
    #menu .subopcion{
        width: 100%;
        box-sizing: border-box;
        text-align: right;
        border-bottom: solid 1px #333;
        background: #222;
        padding: 3px 10px;
        color: #fff;
        font-size: 13px;
    }
    #menu .activo{
        background: #0073AA;
    }
    /* FIN DE ESTILOS PARA EL MENU */

#derecha{
    width: calc(100% - 170px);
    height: 100%;
    background: #eee;
}
#titulo{
    width: 100%;
    height: 20px;
    background: #333;
    line-height: 20px;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
#subtitulo{
    width: 100%;
    height: 30px;
    background: #333;
    line-height: 30px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 20px;
}
#barra{
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #CFCFCF;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
}

#btnNuevo{
    width: 80px;
    height: 30px;
    background: #00C0EF;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
#busqueda{
    width: calc(100% - 100px);
    height: 30px;
    border: solid 1px #CFCFCF;
    box-sizing: border-box;
    margin-left: 10px;
}
#busqueda .combo{
    width: 200px;
    height: 27px;
    border: none;
    border-right: solid 1px #CFCFCF;
    color: #888;
}
#busqueda .texto{
    width: 220px;
    height: 28px;
    border: none;
    border-right: solid 1px #CFCFCF;
    color: #888;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 15px;
}
#busqueda .boton{
    width: 180px;
    height: 28px;
    border: none;
    color: #fff;
    background: #00C0EF;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    margin-left: -4px;
}
#data{
    width: 100%;
    height: calc(100% - 110px);
    overflow-x: no-display;
    overflow-y: auto;
}
#data h2{
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    color: #F67C00;
}
#data #mensaje{
    width: 83%;
    height: 23px;
    background: #FCD40A;
    box-sizing: border-box;
    padding-left: 10px;        
    line-height: 23px;
    border-radius: 3px;
    color: #AD0000;
    font-size: 13px;
    top: calc(100% - 48px);
    position: absolute;
    opacity: 0.9;
    text-align: center
}
#pie{
    width: 100%;
    height: 20px;
    background: #333;
    line-height: 20px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 13px;
}

.btnOpcion{
    width: 35px;
    height: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
}
.rojo{
    background: #AD0000;
}
.verde{
    background: #61BC60;
}
.azul{
    background: #1990FE;
}
.blanco{
    background: #FFFFFF;
}
.naranja{
    background: #FABB3D;
}
.textoFrm{
    width: 220px;
    height: 28px;
    border: solid 1px #7A9CD3;
    color: #777;
    box-sizing: border-box;
    padding-left: 5px;
}
.textoExamen{
    width: 190px;
    height: 28px;
    border: solid 1px #7A9CD3;
    color: #777;
    box-sizing: border-box;
    padding-left: 5px;
}
.textoExamenLargo{
    width: 500px;
    height: 28px;
    border: solid 1px #7A9CD3;
    color: #777;
    box-sizing: border-box;
    padding-left: 5px;
}
.botonFrm{
    width: 180px;
    height: 28px;
    border: none;
    color: #fff;
    background: #00C0EF;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
}
.comboFrm{
    width: 190px;
    height: 27px;
    border: solid 1px #7A9CD3;
    color: #888;
}

fieldset{
    width: 97%;
    box-sizing: border-box;
    padding: 10px;
    margin: 15px;
    color: #444;background: #eee;
}
legend{
    border: solid 1px #888;
    padding: 0px 5px;background: #eee;
}
.campofieldset{
    width: 20%;
    height: 90%;
    float: left;
    height: 480px;
    margin-bottom: -8px;
}
/* Estilos del modal */
.modal{
    display: none;
}
.modal:target{
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.modal h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

#frmModal{
    width: 90%;
    height: 90%;
    background: #fff;
    margin: 15px auto;
    color: #444;
    border: solid 2px #bbb;
}
#modTitulo{
    width: 100%;
    height: 30px;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
}
.cerrar{
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    margin: -21px 98%;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #AD0000;
    border-radius: 50%;
    line-height: 20px;
}
.botonBusqueda{
    width: 180px;
    height: 29px;
    border: none;
    color: #fff;
    background: #FABB3D;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    margin-left: -430px;
}
#registros{
    width: 100%;
    height: 400px;
    max-height: 400px;
    box-sizing: border-box;
    border: solid #1990FE 1px;
    overflow-x: no-display;
    overflow-y: auto;
    margin-top: 10px;
}
.textoBusqueda{
    width: 80px;
    height: 19px;
    border: solid 1px #7A9CD3;
    color: #777;
    box-sizing: border-box;
    padding-right: 8px;
    text-align: right;
}
.gris{
    background: #ddd;
}
.btnExamenes{
    width: 120px;
    height: 30px;
    background: #AD0000;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}
.btnExportar{
    width: 120px;
    height: 30px;
    background: #61BC60;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

#reporte{
    width: 100%;
    height: calc(100% - 40px);
    box-sizing: border-box;
    padding-top: 20px;
}
label {display: block; width: 200px;}
label.error { color: #D60404; font-size: 15px;}

.ui-autocomplete {
    max-height: 180px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 180px;
  }