@font-face {
    font-family: 'DIN Alternate';
    src: url("DINRegularAlternate.ttf"), format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'DIN Alternate', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

body {
    height: 100%;
    width: 100%;
    background-color: #ECEFF1;
    overflow-y: hidden;
}

#barra {
    width: 100%;
    height: 20px;
    position: relative;
    float: left;
    background-color: #00BFA5;
    box-sizing: border-box;
    padding: 4px;
    text-align: center;
}

/*
#menu-lateral {
    background-color: rgba(255, 255, 255, 1);
    max-width: 190px;
    width: 20%;
    min-width: 190px;
    Sumarle 50px en caso de emergencia
    min-height: 100%;
    position: fixed;
    border: solid 1px rgba(0, 0, 0, .2);
    box-shadow: -7px -7px 10px 10px rgba(0, 0, 0, .1);
}
*/

#menu-lateral {
    background-color: rgba(255, 255, 255, 1);
    max-width: 190px;
    width: 20%;
    top: 87px;
    left: 17px;
    min-width: 190px;
    /*Sumarle 50px en caso de emergencia*/
    height: auto;
    position: fixed;
    /*box-shadow: 1px 3px 10px -1px rgba(0, 0, 0, .1);*/
}

#barMenu{
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #00BFA5;
    top: 0;
    z-index: 2;
}

#tituloPortal{
    width: 50%;
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1.3em;
    color: white;
}


#user{
    height: 100%;
    width: 50%;
    position: relative;
    display: flex;
}

#infoUsuario{
    position: relative;
    width: calc(100% - 50px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*border-right: solid 2px rgba(255, 255, 255, 0.3);*/
}

#infoUsuario>span{
    color: white;
    font-size: 1.2em;
    text-align: right;
    box-sizing: border-box;
    margin-right: 15px;
    cursor: pointer;
    /*width: calc(100% - 60px);*/
}

#infoUsuario>div{
    position: relative;
    height: 85%;
    width: 60px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}

#btnOpciones{
    position: relative;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
}

#btnOpciones>button{
    background-color: transparent;
    border: none;
    font-size: 1.5em !important;
    cursor: pointer;
    padding-right: 5px;
    outline: none;
    margin-left: 20px;
}


#fotoMenu{
    border-radius: 50%;
    width: 60px;
    outline: none;
    border: none;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}


/*
#menu-lateral>h1 {
    float: left;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#ape {
    float: left;
    width: 100%;
    font-size: 1em;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 43px;
    font-weight: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.7) !important;
}

#menu-lateral>img {
    float: left;
    position: relative;
    height: auto;
    width: 45%;
    margin-left: 27.5%;
    margin-top: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
    outline: none;
    border: none;
}
*/

#cerrar {
    background-color: #B0BEC5;
    position: absolute;
    float: left;
    color: white;
    border: none;
    width: 100%;
    height: 32px;
    bottom: 0;
    font-weight: normal;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    left: 0;
    line-height: 34px;
}

.escudo, .escudo2{
    width: 41px;
    margin-right: 8px;
    filter: brightness(1000%);
}

.escudo2{
    width: 40px;
}


.salir {
    color: white !important;
    line-height: 0px !important;
}

#cerrar:hover {
    background-color: /*#FF1744 */#1DE9B6;
    color: white;
}

#menu {
    position: absolute;
    width: 100%;
    list-style: none;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, .1);
}

#contenedor {
    top: 70px;
    left: 207px;
    width: calc(100% - 207px);
    height: calc(100% - 60px);
    position: absolute;
    box-sizing: border-box;
    z-index: -9999;
    overflow-y: scroll;
}

#menu>li {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px;
    text-align: left;
    padding-left: 10%;
    font-size: 1em;
    width: auto;
    height: 30px;
    line-height: 32px;
    cursor: pointer;
}

.fa {
    color: rgba(0, 0, 0, .5);
    font-size: 1em !important;
    line-height: 0px !important;
}

.selected{
    cursor: pointer;
    background-color: #00BFA5;
    transition: .1s all;
    color: white !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.4);
}

::-moz-scrollbar {
    width: 8px;
}

::-moz-scrollbar-track {
    -moz-border-radius: 10px;
    border-radius: 2px;
}

::-moz-scrollbar-thumb {
    -moz-border-radius: 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.sinRegistroMaestro{
    position: relative;
    width: 80%;
    left: 10%;
    text-align: center;
    top: 40%;
}

.sinRegistro{
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

button{
    font-size: .9em !important;
}

