﻿/*CSS para las páginas que se ejecurarán dentro de la web del ICAI*/
body {
    background-color: #ecf1f2 !important;
    color: #2b2b2b !important;
    line-height: 1.5 !important;
    font-size: 18px !important;
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    font-style: normal !important;
}

.mainZonaReservada {
    padding: 0px 20px 20px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
    clear: left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
}

.headerZonaReservada {
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.InfoEstadoAENOR {
    font-style: italic;
    line-height: 1.3;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.InfoEstadoPerito {
    font-style: italic;
    line-height: 1.3;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.micuentaIconos {
    font-size: 24px;
    vertical-align: middle;
}

.micuentaEtiqueta {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #2b2b2b !important;
}

.tituloPantalla {
    font-size: 40px !important;
    font-weight: bold !important;
    color: var(--colorColegio) !important;
}

.micuentaSubEtiqueta {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #2b2b2b !important;
}

.contenedorWeb {
    max-width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contenedorDatosPremioSorteo {
    width: 900px !important;
    margin: auto !important;
}

.contenedorInscripcionActividad {
    width: 900px !important;
    margin: auto !important;
}

.contenedorDatosSolAlta {
    width: 1000px !important;
    margin: auto !important;
}

.contenedorVentanillaUnica {
    margin: auto !important;
    max-width:1200px !important;
}

.gridRowStyle {
    background-color: transparent !important;
}


.gridAlternatingRowStyle {
    background-color: transparent !important;
}



.formulariosTamControlesOfertaEmpleo {
    border-radius: 0px !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 16px !important;
    height: 30px !important;
    padding: 4px 4px !important;
    margin: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .formulariosTamControlesOfertaEmpleo:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

.formulariosTamControlesOfertaEmpleoCorto {
    border-radius: 0px !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 16px !important;
    height: 30px !important;
    padding: 4px 4px !important;
    margin: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .formulariosTamControlesOfertaEmpleoCorto:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }
.formulariosTamControles {
    border-radius: 0px !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 16px !important;
    height: 50px !important;
    padding: 8px 15px !important;
    margin: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .formulariosTamControles:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }


.formulariosTamControlesCorto {
    border-radius: 0px !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 16px !important;
    height: 50px !important;
    padding: 8px 15px !important;
    margin: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .formulariosTamControlesCorto:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

.formulariosWeb {
    border-radius: 0px !important;
    border-color: #ced4da !important;
    border-width: 1px 1px 1px 1px !important;
    font-size: 16px !important;
    height: 50px !important;
    padding: 8px 15px !important;
    margin: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .formulariosWeb:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

.formularioLabel {
    font-weight: 400 !important;
}

.contenedorDirecciones {
    font-size: .875rem;
    border-left: solid 7px #d4d4d4;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.CheckBoxGrande input[type="checkbox"] {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
}

    .CheckBoxGrande input[type="checkbox"]:checked {
        width: 20px !important;
        height: 20px !important;
        font-weight: unset !important;
        vertical-align: middle !important;
    }

        .CheckBoxGrande input[type="checkbox"]:checked + label {
            width: 1em !important;
            height: 1em !important;
            font-weight: unset !important;
        }

.botonAncho {
    min-width: 40%;
}

.btnFormulario {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    line-height: 17px !important;
    -moz-border-radius: unset !important;
    -webkit-border-radius: unset !important;
    border-radius: unset !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0px !important;
    border-width: 1px 1px 1px 1px !important;
    border-style: solid !important;
    border-radius: 0px 0px 0px 0px !important;
    text-transform: none !important;
    transition: all .2s !important;
}

    .btnFormulario:hover {
        background: rgba(28, 60, 135, 0) !important;
        /*cursor: pointer;
        background-color: var(--colorTextoBoton);
        color: var(--colorFondoBoton) !important;
        border-color: var(--colorFondoBoton);
        border-style: solid;
        border-width: 1px;*/
    }

.btnFormularioGris {
    background-color: #666 !important;
    color: white !important;
}

    .btnFormularioGris:hover {
        color: #666 !important;
        background-color: white !important;
        border-color: #666 !important;
    }

.fontawesome-icon {
    display: inline-block;
    float: left;
    /*margin-right: 10px;*/
}

.fade:not(.resp-tab-content-active) {
    opacity: 0;
}

.fade {
    opacity: 1;
    transition: opacity .3s linear;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.micuentaContenedor {
    /*border-bottom-style: none !important;*/
}

.bordeDebajoColorClaro {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-color: #dee2e6 !important;
}

hr {
    border: 2px solid #dee2e6 !important;
}

.controlPeritoJudicial {
    max-height: none !important;
    overflow: auto !important;
}

.contenedorControlFormulario {
    padding: unset !important;
    border-radius: 0px !important;
}

.ancho100 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ACTIVIDADES EN LA WEB */
.ActividadPanelDatos {
    width:33%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ActividadPanelContenido {
    width:66%;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;
    padding-right: 15px;*/
}


.ActividadPanelDatosContenedor {
    width:100%;
    margin-top: 20px;
}

.ActividadPanelDatosContenido {
    width:100%;
    background: #f7f7f7;
    padding: 20px 14px 8px 14px;
}

.ActividadTextoNormal {
    font-size:20px;
    color: var(--colorColegio);
    font-weight:bold;
    line-height: 1.2;
}

.ActividadTextoMedio {
    font-size:24px;
    color: var(--colorColegio);
    font-weight:bold;
    line-height: 1.2;
}

.ActividadTextoGrande {
    font-size:32px;
    color: var(--colorColegio);
    font-weight:bold;
    line-height: 1.2;
}

.ActividadIcono {
    vertical-align:middle;
    color: #40d9f1;
    padding-right: 5px;
    font-size: 18px;
}

.ActividadContenedorFechaHora{
    width:49%;
    background-color: transparent;
    border: 1px solid #bfd8dd;
    padding: 40px 50px;
}

.ActividadContenedorEntradilla{
    margin-top:10px;
    margin-bottom:10px;
    font-size:16px;
    color: var(--colorColegio);
    font-weight:bold;
    line-height: 1.2;
}

.ActividadMensaje-celebrado {
    background-color: #ffe0e0; 
    padding: 15px;
    font-size: 18px;
    color:crimson;
}
.ActividadMensaje-inscrito {
    background-color: palegreen; 
    padding: 15px;
    font-size: 18px;
    color:black;
}
    
.ActividadListaFoto{
    display: table-cell;
    width:23%;
    border: 1px solid lightgray;
}
    
.ActividadListaContenido{
    display: table-cell;
    width:50%;
    border: 1px solid lightgray;
    padding:15px;
}
    
.ActividadListaFechas{
    display: table-cell;
    width:27%;
    border: 1px solid lightgray;
    padding:15px;
}

.ActividadListaMensaje-celebrado {
    font-size: 18px;
    color:crimson;
}

.ActividadListaContenedorContenido{
    width:100%;
    background-color: transparent;
    vertical-align: middle;
    float: none !important;
}

.ActividadListaContenedorFechaHora{
    width:100%;
    background-color: transparent;
    vertical-align: middle;
    float: none !important;
}
.ActividadImagenLista{
    width:100%;
    object-fit: cover;
    height: 268px;
}

.ActividadListaPie{
    position: relative;
    width:100%;
    background-color: #EF404B;
    border-top: 0px;
    padding: 20px;
    min-height: 80px;
    margin: 0;
    margin-bottom:15px;
}

.ActividadTextoVolver{
    font-weight:bold;
    font-size: 14px;
}

.ActividadListabotonRojo {
    width:150px;
    background-color: #EF404B;
    border-color: white !important;
    /*padding: unset !important;
    height:38px !important;*/
}

    .ActividadListabotonRojo:hover {
        color: #EF404B !important;
        background-color: white !important;
        border-color: white !important;
    }

.anchoListViewActividadHor{
    width:33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:15px;
}
.ActividadListaHorFoto{
    width: 100%;
    max-width: 100%;
    border-color: rgba(235, 234, 234, 0);
    overflow:hidden; 
    height: 160px;
}

.ActividadImagenListaHor {
    aspect-ratio: 21/9;
    width:100% !important;
    height: auto;
    min-height: 160px;
}
.ActividadTextoFechaHor{
    background-color: #EF404B; 
    color: #fff; 
    font-size: small;
    padding: 1rem !important;
    text-align:center;
}
.ActividadTextoContenidoHor{
    height:100px;
    font-size: 12px;
    padding: 1rem !important;
    line-height: 1.2;
    text-align:center;
    border: 1px solid lightgray;
}
.ActividadListaHorPie{
    position: relative;
    width:100%;
    background-color: white;
    border-top: 0px;
    padding: 1rem !important;
    height: 80px;
    margin: 0;
    margin-bottom:30px;
    border: 1px solid lightgray;
}

.ActividadListaHorbotonBlanco {
    width:150px;
    color: #1c3c87 !important;
    background-color: white;
    border-color: lightgray !important;
    /*padding: unset !important;
    height:38px !important;*/
}

    .ActividadListaHorbotonBlanco:hover {
        color: #1c3c87 !important;
        border-color: #1c3c87 !important;
    }
/* ACTIVIDADES EN LA WEB */



/*MENUS*/

/*.navZR {
    list-style: none;
    *zoom: 1;
    padding-left: 19px;
    padding-top: 19px;
    font-size: medium;
    list-style: none;
    margin-bottom: 0px;
    text-align: left;
    background-color: #ecf1f2;
}

    .navZR:before,
    .navZR:after {
        content: " ";
        display: table;
    }

    .navZR:after {
        clear: both;
    }

    .navZR ul {
        list-style: none;
        width: auto;
    }

    .navZR a {
        padding: 10px 10px !important;
        color: blue;
        font-size: .9rem;
        opacity: 1;
        font-weight: bold !important;
        /*margin-top: 0.6em !important;
        margin-bottom: 0.6em !important;*/
    }

    .navZR li {
        float: left;
        width: 165px;
        text-align: center;
        cursor: pointer;
        border-width: 1px;
        border-color: #1c3c87;
        border-style: solid;
        display: inline-block;
        height: 66px;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        vertical-align: bottom;
        color: white !important;
        position: relative;
        background-color: #ecf1f2;
    }

        .navZR li.hover {
            left: 0;
            background-color: var(--colorColegio) !important;
        }

    .navZR li a {
        display: block;
        color: var(--colorColegio) !important;
        height:100%;
    }

    .navZR li.hover > a {
        display: block;
        color: white !important;
    }

    .navZR li ul {
        position: absolute;
        left: -9999px;
    }

    .navZR li.hover ul {
        left: 0;
    }

    .navZR li li a {
        display: block;
        color: var(--colorColegio) !important;
        height:100%;
    }

    .navZR li li.hover {
        left: 0;
        background-color: var(--colorColegio) !important;
    }

    .navZR li li.hover a {
        display: block;
        color: white !important;
    }*/
