div{
    box-sizing:border-box;
}



input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    margin-right:5px;
}

#loader {
    position: fixed;
    _position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    background: url(images/loader.gif) no-repeat center center;
    /* Retardo para que se muestre mas tarde*/
    visibility: hidden;
    transition: visibility 0s linear 0.1s;
}

    #loader.loading {
        /* Retardo para que se muestre mas tarde*/
        transition-delay: 0.5s;
        visibility: visible;
    }

#loaderold {
    background: url(images/loader.gif);
    height: 31px;
    left: -100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: -100%;
    width: 31px;
    z-index: 200;
    /* Retardo para que se muestre mas tarde*/
    visibility: hidden;
    transition: visibility 0s linear 0.1s;
}

    #loaderold.loading {
        /* Retardo para que se muestre mas tarde*/
        transition-delay: 0.5s;
        visibility: visible;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        top: 50%;
    }

.not-displayed {
    display: none;
}

/*form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}*/

#divmenulateralalumno {
}

#paginaprincipal {
    width: 100%;
}

.cajatexto {
    width: calc(100% - 90px);
    border-radius: 5px;
    height: 25px;
    box-sizing: border-box;
}

.cajatextoboton {
    width: calc(100% - 100px);
    border-radius: 5px;
    height: 25px;
    box-sizing: border-box;
}


@media only screen and (min-width: 768px) {
    .cajatexto, .cajatextoboton {
        max-width: 400px;
    }
}


/* CALIFICACIONES */
.combosseleccion {
    width: 100%;
    border-radius: 5px;
    height: 30px;
}

@media only screen and (min-width: 768px) {
    .combosseleccion {
        max-width: 400px;
    }
}

/* cobmo alumnos */
#cmbhijosseleccion {
    border: none;
    background-color: transparent;
    max-width: 100%;
    font-weight: 300;
    font-size: 22px;
    width: auto;
    padding-right: 20px;
}

    #cmbhijosseleccion option {
        border: none;
        background-color: rgb(237, 240, 240);
    }

/* LISTADO */
.listado {
    width: 100%;
}

    .listado thead tr th {
        background-color: #378edb; /*#4992d7;*/
        height: 40px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }


@media only screen and (min-width: 768px) {
    /* PARA WEBS */
    .listado thead tr th {
        height: 40px !important;
    }

    .listado tbody tr td {
        height: 35px !important;
    }
}

.listado tbody tr {
    cursor: pointer;
}

    .listado tbody tr td {
        height: 55px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

    .listado tbody tr:nth-child(even) {
        background-color: lightcyan;
    }

/* LISTADO DETALLES*/
.listadodetalle {
    width: 100%;
    margin-bottom:30px;
}
/*.listadodetalle .listadodetallefila:nth-child(even) {
    background-color: lightcyan;
}*/
.listadodetallefila {
    padding: 5px;
    min-height: 50px;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    position:relative;

}

.listadoseleccionable {
    cursor: pointer;
    background: url(./images/icons-svg/carat-r-black.svg) no-repeat;
    background-position: right 10px center;
}

.listadoregistroseleccionado{
    background-color:#c0def8 !important;
}

.listadoregistronoleido {
    /*background-color:aliceblue;*/
}
    .listadoregistronoleido:after {
        content: "icon";
        text-indent: -999em;
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        background-color: transparent;
        background-image: url('images/iconos/eye.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        top: 0px;
        right: 30px;
        z-index: 2;
    }


.listadodescargable {
    cursor: pointer;
    background: url(./images/icons-svg/edit-black.svg) no-repeat;
    background-position: right 10px center;
}

    .listadodetallefila .titulolistados {
        color: #378edb; /*rgb(0, 172, 191);*/
        font-size: 15px;
        font-weight: bold;
    }

    .listadodetallefila .textolistado {
        color: black; /*rgba(0, 38, 42, 0.45);*/
    }

    .listadodetallefila div {
        margin-top: 4px;
    }

/* TEXTOS */
.titulo {
    font-weight: bold;
    font-size: 20px;
    color: #378edb; /*rgb(0, 172, 191);*/
}
.titulodetalle {
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.lbltitulocampo, .negrita {
    font-weight: bold;
}
.cursiva {
    font-style: italic;
}

.subtitulo {
    font-weight: bold;
    font-size: 16px;
}
.subtitulosubra {
    font-weight: bold;
    font-size: 16px;
    text-decoration:underline;
}

.lblenlace {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

    .lblenlace:hover {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
    }


/* ************************* lAY OUT PAGINA DOBLE COLUMNA *******************************/
.paginadoblecolumna, .paginadoblecolumnagrande {
    width: 100%;
}

    .paginadoblecolumna::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
    .paginadoblecolumnagrande::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

.paginadoblecolumnaizquierda {
    width: 100%;
}

.paginadoblecolumnadetalle {
    display: none;
    padding: 15px;
    
}



/* SOLO CUANDO ES MOVIL*/

.calendariodetallemostrado  {
    display: none;
}

.menupaginaopcionocultardetalles {
    display: none !important;
}


.detalledetallemostrado {
    display: block !important;
}

.fc-event{
    cursor: pointer;
}



/* SOLO CUANDO ES DESKTOP */
@media only screen and (min-width: 1140px) {
    .paginadoblecolumna .paginadoblecolumnaizquierda {
        max-width: 600px;
        float: left;
        padding-right: 20px;
        /*border-right: solid 1px black;*/
        min-height: 200px;
    }

    .paginadoblecolumna  .paginadoblecolumnadetalle {
        width: calc(100% - 620px);
        float: left;
        margin-left: 10px;
        height: 100%;
        display: block;
        padding: 8px;
        border:solid 1px #378edb;
        border-radius: 5px;
        min-height:250px;
    }

    .paginadoblecolumna .calendariodetallemostrado {
        display: block;
    }
    .menupaginaopcionocultardetalles {
        display: block !important;
    }

    .paginadoblecolumna .detalledetallemostrado {
        display: block;
    }

    .paginadoblecolumna .diviniciovolvercalendario {
        display: none;
    }
}
@media only screen and (min-width: 1400px) { /* doble grande*/
    .paginadoblecolumnagrande .paginadoblecolumnaizquierda {
        max-width: 750px;
        float: left;
        padding-right: 20px;
        /*border-right: solid 1px black;*/
        min-height: 200px;
    }

    .paginadoblecolumnagrande .detalledetallemostrado {
        width: calc(100% - 800px);
        float: left;
        margin-left: 20px;
        height: 100%;
        display: block;
        padding: 8px;
        border: solid 1px #378edb;
        border-radius: 5px;
        min-height: 250px;
    }

    .paginadoblecolumnagrande .calendariodetallemostrado {
        display: block;
    }

    .paginadoblecolumnagrande .detalledetallemostrado {
        display: block;
    }

    .paginadoblecolumnagrande .diviniciovolvercalendario {
        display: none;
    }
}


.paginadoblecolumnadetalleinformacion {
    margin-top: 20px;
}

    .paginadoblecolumnadetalleinformacion > div {
        margin-top: 10px;
    }

/******************* layout ficha *********************/
.divfichalabel {
    float: left;
    width: 40%;
    max-width: 100px;
}

.divfichavalor {
    padding-left: 10px;
    float: left;
    width: 60%;
    box-sizing: border-box;

}
.divregistroficha{
    margin-top:10px;
    
}
.divregistrofichalistado {
    margin-top: 30px;
    border-top:solid 1px black;
    padding-top:10px;
}

.divregistrolistadogrid {
    width:100%;
    height:auto;
}

.divregistroficha::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}


.divregistrofichalistadointerno > div {
    float:left;
}
.divregistrofichalistadointerno::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.divderecha::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.divderecha div{
	float:left;
	margin-right:20px;
}




/********************** DETALLES      */
.divdetalleadjuntos{
    margin-top:25px !important;
}
.divdetalleadjuntoslistadoarchivos {
    margin-top: 15px;
}

.divdetalleadjuntosarchivo {
    width: 75px;
    text-align: center;
    margin-right: 15px;
    float: left;
    cursor:pointer;
}
.divdetalleadjuntosarchivo label{
    font-size:9px !important;
}

/************************ OBJETOS ******************/
/* Customize the label (the container) */
.containerradiobutton {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    padding-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerradiobutton input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerradiobutton:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradiobutton input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradiobutton input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerradiobutton .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}






.fc-time-grid .fc-slats td  {
    height: 2.5em !important;
}

textarea {
    border: none !important;
    background-color: #c0def8;
}

/* pagina detalle completa*/
.divregistroficha input[type="text"] {
    width: 90%;
    max-width: 300px;
    height: 30px;
    border: none;
    background-color: #c0def8;
}
.divregistroficha input[type="password"] {
    width: 90%;
    max-width: 300px;
    height: 30px;
    border: none;
    background-color: #c0def8;
}
.divregistroficha input[type="date"] {
    height: 30px;
    border: none;
    background-color: #c0def8;
}

.divregistroficha select {
    height: 30px;
    border: none;
    background-color: #c0def8;
}


.divregistroficha input[type="password"] {
    width: 90%;
    max-width: 300px;
}
.divregistroficha select {
    width:90%;
    max-width: 305px;
}

@media only screen and (max-width: 625px) {
    .divregistroficha input[type="text"] {

        max-width: initial;

    }
    .divregistroficha input[type="password"] {
        max-width: initial;
    }
    .divregistroficha select {

        max-width: initial;
    }
}

    .divregistroficha input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
    }

    .divregistroficha input[type=radio] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        margin-right: 10px;
    }

    .btnguardar {
        width: 100%;
        border-radius: 5px;
        height: 30px;
        color:black;
    }

btnguardar:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: default;
}
    /* TABS */
.tabs {
    margin-bottom:5px;
}
.tabs nav {
    text-align: center;
}

    .tabs nav ul {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
        list-style: none;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

        .tabs nav ul li {
            position: relative;
            z-index: 1;
            display: block;
            margin: 0;
            text-align: center;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .tabs nav a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
    }

        .tabs nav a span {
            vertical-align: middle;
            font-size: 0.85em;
        }

    .tabs nav li.tab-current a {
        color: #74777b;
    }

    .tabs nav a:focus {
        outline: none;
    }


.tabs-style-bar nav {
    /*background: rgba(40,44,42,0.05);*/
}

    .tabs-style-bar nav ul {
        /*border: 4px solid transparent;*/
        border-bottom: 1px solid #d8dbda;
    }

        .tabs-style-bar nav ul li a {
            margin: 0 2px;
            /*background-color: #f7f7f7;*/
            color: #74777b;
            transition: background-color 0.2s, color 0.2s;
        }

            .tabs-style-bar nav ul li a:hover,
            .tabs-style-bar nav ul li a:focus {
                color: black;
            }

            .tabs-style-bar nav ul li a span {
                text-transform: uppercase;
                letter-spacing: 1px;
                /*font-weight: 500;*/
                
            }

        .tabs-style-bar nav ul li.tab-current a {
            /*background: #2CC185;
            color: #fff;*/
            border-bottom:solid 1px black;
            color:black;
            font-weight:bold !important;
        }

/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
    background: #fff;
}

    .tabs-style-underline nav a {
        padding: 0.25em 0 0.5em;
        border-left: 1px solid #e7ecea;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

    .tabs-style-underline nav li:last-child a {
        border-right: 1px solid #e7ecea;
    }

    .tabs-style-underline nav li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #2CC185;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,150%,0);
        transform: translate3d(0,150%,0);
    }

    .tabs-style-underline nav li.tab-current a::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .tabs-style-underline nav a span {
        font-weight: 700;
    }


.usuariosuplantando{
    color:#a11818 !important;
}

.imagencambiopendiente{
    vertical-align:middle;
    margin-left:2px;
}

.imgmenupaginaopciones {
    background-image: url(images/iconos/opciones3blanco.svg);
    background-size: 50px 30px;
    margin-top: 2px;
    margin-left: 7px;
    width: 50px;
    height: 30px;
}

.cHToolsPagina .cHIcon:hover .imgmenupaginaopciones {
    background-image: url(images/iconos/opciones3.svg);
}


/* MODAL */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
    min-height: 200px;
    border-radius:5px;
    max-width:600px;

}

/* The Close Button */
.modalclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position:absolute;
    right:10px;
    top: 10px;
    
}

    .modalclose:hover,
    .modalclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.botonbuscar {
    width: auto;
    padding-left:10px;
    padding-right:10px;

    border-radius: 5px;
    height: 25px;
    margin-left:20px;
}

.contenedorderecha > div{

    float:left;
}
.contenedorderecha::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* PUBLICA */
#divcondicionesgenerales {
    position: absolute;
    bottom: 44px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    cursor: pointer;
    text-align:center;
    padding-top:10px;
    font-weight:bold;
    box-sizing:border-box;
}
/* The Modal (background) */
.modalpublica {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalpublica-content {
    background-color: #fefefe;
    margin: 80px auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 80%; /* Could be more or less, depending on screen size */
    width: 600px;
    height: 80%;
    overflow:auto;
}

/* The Close Button */
.modalpublicaclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modalpublicaclose:hover,
    .modalpublicaclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.divpruebas {
    position: relative;
    margin: auto;
    color: red;
    font-weight: bold;
    /* width: 100px; */
    text-align: center;
    top: 10px;
    font-size: 16px;
}


.divavisomenuusuario {
    background-image: url(../css/images/aviso.png);
    background-position-x: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

.divavisomenuusuarioderecha {
    background-image: url(../css/images/aviso.png);
    background-position-x: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right;
}


.paginasinmargenes{
    padding:0px !important;
    height:100%;
}

    .paginasinmargenes #paginaprincipal {
        height: 100% !important;
        position:relative;
    }

#elfinder{
    height:100% !important;
}



.divhorizontal div {
    float: left;
}

.divhorizontal::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#cmbseleccionaridiomapublica {
    font-family: helvetica;
    font-size: 18px;
    background-color: transparent;
    margin-top: 6px;
    color: white;
    padding: 2px;
}

@media only screen and (max-width: 500px) {
    #cmbseleccionaridiomapublica {
        height: 18px;
        font-size: 10px !important;
    }
}


#cmbseleccionaridiomapublica option {
    color: black;
}