@import 'fonts.min.css';
@import 'all.min.css';

:root {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-left: env(safe-area-inset-left);
}

*:not(input):not(select):not(textarea):not(button) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}


/* font-family: 'Montserrat', sans-serif; */
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    color: #2b303b;
    font-size: 16px;
    font-weight: 500;
    background: #f8f9fa;
}

/**
* DEFINICION DE COLORES DE LA APP
*/
.bgGrisClaro2 {
    background-color: #dddddd;
}

.bgGrisClaro {
    background-color: #65737e;
}

.bgGrisMedio {
    background-color: #404e6d;
}

.bgGrisOscuro {
    background-color: #2b303b;
}

.bgBlanco {
    background-color: #fff;
}

.bgVerde {
    background-color: #42bb97;
}

.bgVerde2 {
    background-color: #0cb482;
}

.bgRojo {
    background-color: #e04b4b;
}

.bgAmarillo {
    background-color: #DD9900;
}

.bgAzul {
    background-color: #349de2;
}

.bgMorado {
    background-color: #867ac0;
}

.bgMultiEvento {
    background-color: #f1ef5a;
}

.txtGrisClaro {
    color: #65737e;
}

.txtGrisMedio {
    color: #404e6d;
}

.txtGrisOscuro {
    color: #2b303b;
}

.txtBlanco {
    color: #fff;
}

.txtVerde {
    color: #42bb97;
}

.txtRojo {
    color: #e04b4b;
}

.txtMorado {
    color: #867ac0;
}

.txtAmarillo {
    color: #DD9900;
}

/**
* ALTURAS, ANCHURAS, MARGENES, PADDINGS GENERALES
*/
.cienCien {
    height: 100vh;
    width: 100%;
}

.margenAlto20 {
    margin-top: 20px;
}

.margenAlto5 {
    margin-top: 5px;
}

.margenAlto05rem {
    margin-top: .5rem;
}

.margenAltoEspecial {
    margin-top: calc((250px + var(--safe-area-inset-top)))
}

.margenBajo20 {
    margin-bottom: 20px;
}

.margenBajo10 {
    margin-bottom: 10px;
}

.sinMargenBajo {
    margin-bottom: 0 !important;
}

.sinPaddinAlto {
    padding-top: 0 !important;
}

.margenDerecha10 {
    margin-right: 10px;
}

.margenIzquierda10 {
    margin-left: 10px;
}

.margenDerecha20 {
    margin-right: 20px;
}

.margenIzquierda20 {
    margin-left: 20px;
}

.paddinIzquierda10 {
    padding-left: 10px;
}

.paddinIzquierda20 {
    padding-left: 20px;
}

.w100 {
    width: 100%;
}

.w350 {
    width: 350px;
}

.ancho2Botones {
    width: calc(50% - .25rem);
}

.height100Cuerpo {
    height: calc(100vh - ((140px + var(--safe-area-inset-top))))
}

.paddingInt20 {
    padding: 20px;
}

.content {
    padding-left: var(--safe-area-inset-left);
    padding-right: var(--safe-area-inset-right);
    padding-top: var(--safe-area-inset-top);
    padding-bottom: var(--safe-area-inset-bottom);
    width: 100%;
    height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom));
}

/**
* ELEMENTOS GENERALES
*/
body {
    overflow: hidden;
    background-image: url(../images/momoLogo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#bckGR {
    background: black;
    height: var(--safe-area-inset-top);
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

a,
button,
.boton {
    cursor: pointer;
}

p {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

.contenedorLogo {
    width: 120px;
    margin: 0 auto;
}

.sombra {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.txtCentro {
    text-align: center;
}

.contenedorVacio {
    width: 1px;
    height: 1px;
}

.link {
    color: #2b303b;
    cursor: pointer;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    font-weight: 600;
}

#mainContent {
    width: 100%;
    margin-top: 98px;
    max-height: calc(100vh - ((98px + var(--safe-area-inset-top))));
    overflow-y: auto;
    -webkit-flex: content !important;
    -moz-flex: content !important;
    -ms-flex: content !important;
    flex: content !important;
}

#mainContent2 {
    width: 100%;
    margin-top: 46px;
    max-height: calc(100vh - ((46px + var(--safe-area-inset-top))));
    overflow-y: auto;
    -webkit-flex: content !important;
    -moz-flex: content !important;
    -ms-flex: content !important;
    flex: content !important;
    overflow: hidden;
}

#componentesCuerpoAcciones,
#componentesCuerpoInformacion {
    width: 100%
}

.clickable {
    cursor: pointer;
}

.inactivo {
    background-color: #d9d9d9 !important;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    opacity: 0.7;
    cursor: not-allowed;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-evenly;
}

.overHid {
    overflow-y: auto;
}

.iconoEditar {
    margin-left: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    cursor: pointer;
    font-size: 20px;
}

.iconoEditar:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.iconoCollapse {
    font-size: 26px;
}

.iconoDesgirado {
    -webkit-animation: rotateCenterInverse 0.3s ease-in-out both;
    animation: rotateCenterInverse 0.3s ease-in-out both;
}

.iconoGirado {
    -webkit-animation: rotateCenter 0.3s ease-in-out both;
    animation: rotateCenter 0.3s ease-in-out both;
}

@-webkit-keyframes rotateCenter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes rotateCenter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes rotateCenterInverse {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotateCenterInverse {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.tiempoEfectivo {
    padding: 20px;
    background-color: #f3f3f3;
}

.txtMayuscula {
    text-transform: uppercase;
}

.botonNormal {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    border: none;
    opacity: 0.9;
}

.botonNormal:hover {
    opacity: 1;
}

.relativo {
    position: relative;
    overflow: hidden;
}

.mascara {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 10;
    background-color: rgba(114, 64, 141, 0.5);
    bottom: -103%;
    left: 0
}

.mascara100 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(114, 64, 141, 0.5);
    bottom: -103%;
    left: 0
}

.overYAuto {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

.list-group-item-action:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(52, 157, 226, 0.7);
}

.enLinea {
    display: inline
}

.h4,
h4 {
    font-size: 12px !important;
}

.oculto {
    display: none;
}

#cajaPorQue {
    display: none;
}

#cajaLogin {
    max-width: 350px;
    height: -moz-max-content;
    display: table !important;
}

.enlaceExterno {
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    color: #404e6d;
    border: 1px solid #404e6d;
    padding: 8px 12px;
    text-decoration: none;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.enlaceExterno:hover {
    color: #fff;
    background-color: #404e6d;
    text-decoration: none;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.enlaceExternoLink {
    color: #349de2;
    width: 100%;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    text-decoration: underline;
}

.enlaceExternoLink:hover {
    color: #404e6d;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.mayusculas {
    text-transform: uppercase;
}

.negritaSpan {
    font-weight: 600;
}

/**
* HEADER
*/
#logoPrincipal {
    cursor: pointer;
    height: 20px !important;
    width: auto !important;
}

#logoAppZone {
    cursor: pointer;
    height: 30px !important;
    width: auto !important;
}

header {
    width: 100%;
    z-index: 1100 !important;
}

#botonGestionarGrupo i {
    font-size: 18px;
    line-height: 20px;
}

.txtGestionGrupo {
    font-size: 8px;
    line-height: 8px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-align: center;
}

.divImgUser {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.divImgUser img {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 34px !important;
    width: 34px !important;
}

.nombreUsuario {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.05em;
}

.horarioUsuario {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.05em;
    text-transform: lowercase;
}

#btnConfig {
    font-size: 22px;
    line-height: 22px;
}

header.fixed-top {
    top: var(--safe-area-inset-top);
}

header .sinConexion {
    padding: 4px 6px;
    border-radius: 20px;
    position: absolute;
    left: 180px;
}

header .sinConexion i {
    font-size: 20px;
    line-height: 20px;
}

header .sinConexion .txtSinConexion {
    font-weight: 600;
    font-size: 10px;
    line-height: 9px;
    margin-left: 6px;
    width: 54px;
}

header .iconoAtras {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    cursor: pointer;
}

header:hover {
    color: #404e6d
}

header #botonGestionarGrupo.menuOffLine:hover {
    color: #2b303b;
}

header #btnConfig.menuOffLine:hover {
    color: #fff;
}

header #divCabeceraIzq {
    width: 33.33%
}

header #divCabeceraCentral {
    width: 33.33%;
}

header #divCabeceraDrch {
    width: 33.33%
}

.contenedorLogoCabecera {
    width: 120px;
}

#logoApp {
    width: 105px;
}

header #menuPrincipal .iconoMenuPrincipal {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    margin-right: 20px;
}

header #elementosMenuPrincipal {
    left: -41px !important;
    padding: 0 !important;
    width: 250px;
}

header #elementosMenuPrincipal div {
    padding: 10px 0;
    background-color: #4c4c4c;
    border: 1px solid #333;
    border-top: 1px solid #595959;
}

header #elementosMenuPrincipal i {
    font-size: 24px;
    line-height: 26px;
    color: #fff
}

header .textoMenu {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
    font-weight: 100;
    letter-spacing: -0.05em;
    color: #fff
}

header #elementosMenuPrincipal div:hover i {
    color: #6c8cbd;
}

header #elementosMenuPrincipal div:hover .textoMenu {
    color: #6c8cbd;
}

header #elementosMenuPrincipal .menuOffLine i {
    color: #aaa;
}

header #elementosMenuPrincipal .menuOffLine .textoMenu {
    color: #aaa;
}

header #elementosMenuPrincipal div.menuOffLine:hover i {
    color: #aaa;
}

header #elementosMenuPrincipal div.menuOffLine:hover .textoMenu {
    color: #aaa;
}

header .menuOffLine {
    cursor: not-allowed;
}

header .noLeidos {
    position: relative;
}

header .noLeidos .badge.badge-pill {
    position: absolute;
    top: -9px;
    left: -12px;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

header #menuPrincipal .dropdown-toggle::after {
    display: none;
}

/**
* FOOTER
*/
footer {
    width: 100%;
}

footer.fixed-bottom {
    padding: 4px 0 calc(4px + var(--safe-area-inset-bottom)) !important;
}

footer i {
    font-size: 24px;
    line-height: 26px;
}

footer div {
    padding: 10px 0;
    width: 80px;
    height: 70px;
    border-radius: 4px;
    text-align: center;
}

footer .textoMenu {
    font-size: 11px;
    line-height: 11px;
    margin-top: 4px;
    font-weight: 100;
    letter-spacing: -0.1em;
}

footer .noLeidos {
    position: relative;
}

footer .noLeidos .badge.badge-pill {
    position: absolute;
    top: -14px;
    left: -14px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

footer .menuOffLine {
    opacity: 0.4;
    cursor: not-allowed;
}

/**
* CARDS
*/
.card {
    background-color: #FFF;
    border: 1px solid rgba(43, 48, 59, 0.12);
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 90%;
    -webkit-flex: content !important;
    -moz-flex: content !important;
    -ms-flex: content !important;
    flex: content !important;
}

.card.w100,
.card.w-100 {
    max-width: 100%;
}

.card h2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0;
}

.card .iconoFichajePrincipal {
    font-size: 80px;
    margin: 5px 0 10px;
}

.card .horaFicharPrincipal {
    font-size: 30px;
    line-height: 30px;
}

.card .fechaFicharPrincipal {
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

#divFichar,
#divDesFichar {
    min-width: 160px
}

.txtDetalleDia {
    margin-left: 20px;
}

.momentoEditado {
    font-size: 13px;
    margin-left: 37px;
    line-height: 13px;
}

.card .list-group-item {
    padding: .75rem 0;
}

.card h2.tituloIzquierda {
    text-align: left;
    margin-bottom: 10px;
}

.mensajeAlert {
    margin-top: 20px;
    margin-bottom: -10px;
}

#horasDeMas.mensajeAlert {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card.txtIzq {
    text-align: left;
}

.diaDiferente .fechaFicharPrincipal {
    font-weight: bolder;
    font-size: 18px;
    color: #E04B4B;
}

#filaFicharHoy {
    position: relative;
}

#bloqueanteFichajes {
    position: absolute;
    width: 100%;
    height: 240px;
    background-color: rgba(43, 48, 59, 0.3);
    font-weight: bolder;
    font-size: 18px;
    color: #fff;
}

/**
* MENSAJES
*/
.msgForm {
    width: 100%;
    margin-top: 20px;
}

.msgForm i {
    font-size: 28px;
}

.msgForm p {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: left;
    width: calc(100% - 38px);
}

.avisoFechasDiferentes {
    font-weight: bolder;
    text-align: center;
    color: #E04B4B;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

/*** INPUTS
*/
.inputDiv {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.inputDivTxtArea {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    white-space: nowrap;
}

.inputDivRange {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 78px;
    vertical-align: middle;
    white-space: nowrap;
}

.inputDiv button.icon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background: #404e6d;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    margin-left: -50px;
    outline: none;
}

.inputDiv:hover button.icon,
.inputDiv:active button.icon,
.inputDiv:focus button.icon {
    color: #fff;
}

.inputDiv .iconLeft {
    position: absolute;
    z-index: 10;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    height: 50px;
    width: 50px;
    font-size: 16px;
    outline: none;
}

input.cajaInput {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #2b303b;
    float: left;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.05em;
}

input.cajaInputTxt {
    width: 100%;
    padding: 11px 5px 11px 0;
    background: #fff;
    border: 1px solid #2b303b;
    float: left;
    padding-left: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.cajaInput::-webkit-input-placeholder,
input.cajaInput:-moz-placeholder,
input.cajaInput::-moz-placeholder,
input.cajaInput:-ms-input-placeholder,
input.cajaInputTxt::-webkit-input-placeholder,
input.cajaInputTxt:-moz-placeholder,
input.cajaInputTxt::-moz-placeholder,
input.cajaInputTxt:-ms-input-placeholder {
    color: #65737e;
}

.inputDiv .cuerpoBoton {
    width: 100%;
    float: left;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    opacity: 1;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    border: none;
}

.inputDiv .cuerpoBoton:hover {
    opacity: 0.9;
}

.inputDiv .cuerpoBoton.botonGrande {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputDiv .cuerpoBoton.botonGrande i {
    font-size: 24px;
}

.inputDiv .cuerpoBoton.botonGrande span {
    display: inline-block;
    padding-left: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.loginInterno {
    display: block;
    width: 100%;
    font-size: 8px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
}

.loginInterno:hover {
    color: #404e6d
}

.txtRange {
    font-size: 44px;
    line-height: 44px;
    font-weight: 100;
    margin-bottom: 10px;
}

.txtArea {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #2b303b;
    float: left;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.botonDiasSinFichar {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    border: none;
    margin: 20px 5px 0;
    opacity: 0.9;
    cursor: pointer;
}

.botonDiasSinFichar:hover {
    opacity: 1;
}

.contenedorRadios {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    width: 100%;
}

.contenedorRadios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    z-index: 10;
}

.iconRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: none;
    border-radius: 50%;
    border: 2px solid #65737e
}

.contenedorRadios:hover input~.iconRadio {
    border: 2px solid #404e6d;
}

.contenedorRadios input:checked~.iconRadio {
    border: 2px solid #42bb97;
}

.iconRadio:after {
    content: "";
    position: absolute;
    display: none;
}

.contenedorRadios input:checked~.iconRadio:after {
    display: block;
}

.contenedorRadios .iconRadio:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #42bb97;
}

.etiquetaRadio {
    font-size: 16px;
    line-height: 16px;
}

select.cajaInputTxt {
    width: 100%;
    padding: 20px 14px;
    background: #fff;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    font-size: 12px;
}

select.cajaInputTxt::-webkit-select-placeholder,
select.cajaInputTxt:-moz-placeholder,
select.cajaInputTxt::-moz-placeholder,
select.cajaInputTxt:-ms-input-placeholder {
    color: #65737e;
}

.optionSelect {
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: #2b303b;
    font-size: 16px;
    font-weight: 500;
}

/**
* POPUP
*/
#popUp .modal-content {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
}

#popUp .displayBlock {
    display: block;
}

#modalPopForm .modal-content {
    border: none;
}

#modalPopForm .modal-body {
    padding: 0;
    border-radius: .3rem;
}

#modalPopForm .txtTituloPop {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 10px;
    font-size: 14px;
    letter-spacing: -0.02em;
    word-wrap: break-word;
}

#modalPopForm form {
    padding: 10px;
}

#modalPopForm #botoneraForm {
    padding: 10px;
}

/**
* CALENDARIO
*/
#divCalendario {
    width: 100%;
}

#divCalendario h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

#divCalendario .fc-toolbar {
    background-color: #e6e6e6;
    margin-bottom: 0
}

#divCalendario .fc-button-primary {
    padding: 14px;
    border: none;
    background: none;
    color: #2b303b;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

#divCalendario .fc-button-primary:hover {
    background-color: #404e6d;
    color: #fff
}

#divCalendario thead,
#divCalendario tr,
#divCalendario th {
    border: none
}

#divCalendario thead tr th {
    border: none;
    background-color: #65737e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: capitalize;
}

#divCalendario .fc-day-top {
    position: relative;
}

#divCalendario .fc-day-number {
    position: absolute;
    margin-top: 17%;
    left: calc(50% - 0.5em);
    cursor: pointer
}

#divCalendario .fc-bgevent {
    background: #1072ac;
    opacity: 1;
}

#divCalendario .fc-day-grid-container {
    height: auto !important;
}

#divCalendario .fc-dayGrid-view .fc-body .fc-row {
    min-height: 44px;
}

#divCalendario .fc-body .fc-day-grid td {
    cursor: pointer;
    width: 14.29%;
}

.fc-other-month {
    opacity: 0.3 !important;
}

#divLeyenda {
    max-width: 600px;
    padding-bottom: 20px;
}

.iconoLeyenda {
    width: 24px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #2b303b;
    opacity: 1;
}

.txtLeyenda {
    margin-left: 8px;
    font-size: 12px;
    line-height: 12px;
}

.elemLeyenda {
    width: 33%;
    margin-bottom: 10px;
}

#tituloCalendario {
    font-size: 14px;
    font-weight: 600;
}

#alertCalendario {
    font-size: 14px;
}

#divCalendario .fc-today .fc-day-number {
    font-weight: bolder;
    letter-spacing: -0.05em;
    border: 4px solid #e46060;
    padding: 1px 0px;
    border-radius: 50%;
    margin-left: -8px;
    margin-top: 12%;
    line-height: 1.45em;
    background: #fff;
    width: 26px;
    text-align: center;
}

/**
* MENSAJES
*/
.lineaMensaje {
    padding: 20px;
    border-bottom: 2px solid #2b303b;
    background-color: #fff;
    cursor: pointer;
}

.lineaMensaje:hover {
    background-color: #e3e3e3;
}

.lineaMensaje.noMensaje {
    cursor: default;
}

.lineaMensaje.noMensaje:hover {
    background-color: #fff;
}

.fondoLeido {
    background-color: #efefef;
}

.iconoCorreo {
    font-size: 20px;
}

.divCentroMensaje {
    padding-left: 20px;
}

.asuntoMensaje {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.fechaMensaje {
    font-size: 14px;
    line-height: 14px;
    color: #65737e;
}

.cabeceraMensaje .fechaMensaje {
    line-height: 34px;
}

.remitenteMensaje {
    font-size: 14px;
    line-height: 16px;
    color: #404e6d;
}

.zonaClickLeer {
    width: calc(100% - 20px);
}

.iconoBorrar {
    font-size: 20px;
}

.iconoBorrar:hover {
    color: #e04b4b;
}

.cabeceraMensaje {
    padding-bottom: 20px;
    border-bottom: 2px solid #2b303b;
}

.negrita {
    color: #2b303b;
    font-weight: 600;
}

.botonMensaje {
    width: 48%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    text-transform: uppercase;
}

.botonMensaje:hover {
    opacity: 1;
}

/**
* PANEL CONFIG
*/
#panelConfig {
    position: fixed;
    background-color: #F2F2F2;
    height: calc(100vh - (92px + var(--safe-area-inset-top)));
    overflow-y: auto;
    top: 92px;
    width: 97vw;
    padding: 20px;
    right: -97vw;
    z-index: 1035;
    max-width: 550px;
}

#panelConfig .tituloComponente {
    font-size: 16px;
    font-weight: 600;
}

#formularioUserConfig {
    overflow-y: auto;
}

#panelConfig .txtHorarioFlexible {
    font-size: 14px;
    line-height: 15px;
}

#panelConfig .infoUSer {
    font-size: 11px;
}

#explicacionotrosMotivos {
    height: 34px;
    width: 100%;
    background: #fff;
    border: 1px solid #2b303b;
    float: left;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: -0.05em;
    opacity: 1;
    margin-top: 7px
}

/**
* GESTION GRUPOS
*/
#listadoGrupo .tituloSeccion {
    font-size: 16px;
    line-height: 20px;
}

#divDeputys .tituloSeccion {
    font-size: 16px;
}

#listadoGrupo #sortedList {
    height: calc(100vh - (98px + var(--safe-area-inset-top)) - 284px);
    min-height: 100px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
}

.noUsuarios {
    padding: 10px;
}

/**
* RELOJ MOMO
**/
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: calc(100vh - var(--safe-area-inset-top));
    background-color: rgba(255, 255, 255, 0.8);
}

#spinner.on {
    display: flex;
}

#spinner.off {
    display: none !important;
}

#relojMomo {
    width: 169px;
    height: 83px;
    overflow: hidden;
    position: relative;
}

#mMomo {
    position: absolute;
    width: unset;
    left: 26px;
    top: 13px;
    z-index: 9000;
    -webkit-animation: rotarManillas 2s linear infinite both;
    animation: rotarManillas 4s linear infinite both;
}

#rMomo {
    position: absolute;
    width: unset;
}

@-webkit-keyframes rotarManillas {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes rotarManillas {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

#relojMyTime {
    width: 150px;
    height: 150px;
    background-image: url(../images/myTimeLogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    overflow: hidden;
    position: relative;
    -webkit-animation: rotate-vert-center 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: rotate-vert-center 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


/**
* MOOD
**/
#moodDiv {
    padding: 20px;
}

.mmodItem {
    font-size: 50px;
    cursor: pointer;
    opacity: 1;
}

.mmodItem:hover {
    opacity: 0.8;
}

/**
* REGISTROS
**/
.filaIzq {
    float: left;
}

.columnaPequena {
    float: left;
    width: 24%;
}

.columnas5 {
    float: left;
    width: 19%;
}

.columnaGrande {
    float: right;
    ;
    width: calc(76% - 20px);
    margin-left: 20px;
}

.filaColumna {
    float: left;
    width: 100%;
    height: 56px;
}

.filaCheckBox {
    width: 100%;
    height: 56px;
}

.columnaW50 {
    float: left;
    width: calc(50% - 5px);
}

.margenIzquierdo5 {
    margin-left: 5px;
}

.margenDerecho5 {
    margin-right: 5px;
}

.margenDerecho20 {
    margin-right: 20px;
}

.margenAlto10 {
    margin-top: 10px;
}

.margenBajo10 {
    margin-bottom: 10px;
}

.margenBajo20 {
    margin-bottom: 20px;
}

.labelRegistros {
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 0;
}

.labelCheckBox {
    font-size: 12px;
    line-height: 32px;
    letter-spacing: -0.05em;
    padding-left: 6px;
}

.labelCheckBox::before {
    border-radius: 0 !important;
    height: 22px;
    width: 22px;
    margin-right: 5px;
}

.labelCheckBox::after {
    border-radius: 0 !important;
    height: 22px;
    width: 22px;
    font-weight: lighter;
}

.custom-control-input.inputCheckBox:checked~.custom-control-label.labelCheckBox::before {
    color: #fff;
    border-color: #2b303b;
    background-color: #2b303b;
}

.selectRegistros {
    width: 100%;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #2b303b;
}

.selectRegistros:focus {
    outline: none;
}

.selectRegistros::-webkit-input-placeholder,
.selectRegistros:-moz-placeholder,
.selectRegistros::-moz-placeholder,
.selectRegistros:-ms-input-placeholder {
    color: #65737e;
}

.cajaCheckBox {
    padding-top: 17px;
    margin-right: 30px;
}

.btnDescarga {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 0.05em;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    opacity: 0.8;
}

.btnDescarga:hover {
    opacity: 1;
}

#paginador {
    margin-top: 18px
}

.botonPaginador {
    float: left;
    cursor: pointer;
    padding: 6px 14px;
    font-size: 16px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    height: 34px;
}

.botonPaginador:hover {
    background: #404e6d;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.botonPaginador.desactivo {
    background-color: #65737e;
    opacity: 0.3;
    cursor: not-allowed;
}

.botonPaginador.desactivo:hover {
    background-color: #65737e;
}

#divPaginas {
    width: calc(100% - 72px);
    height: 34px;
    padding: 5px;
    float: left;
}

#paginaIr {
    border: none;
    display: block;
    text-align: right;
    font-weight: 600;
    width: calc(50% - 10px);
}

#separadorPag {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    width: 20px;
}

#pagTotales {
    width: calc(50% - 10px);
}

#colTabla {
    float: left;
    width: 60%;
}

#colDetalle {
    float: left;
    width: 40%;
    padding-left: 10px;
}

#tablaRegistros {
    font-size: 12px;
}

#tablaRegistros tbody {
    background-color: #fff
}

#tablaRegistros tbody th {
    font-weight: 400;
    letter-spacing: -0.05em;
    font-size: 10px;
}

#tablaRegistros tbody tr:hover {
    cursor: pointer;
    background-color: #F2F2F2;
}

#contenedorDetalle {
    padding: 10px;
}

#fechaDetalleRegistro {
    font-size: 16px;
    letter-spacing: 0.05em;
}

#nombreDetalleRegistro {
    padding-left: 18px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.cambio {
    font-size: 10px;
    padding-right: 10px;
    float: left;
}

.cajasHoras {
    padding: 20px;
    width: 48%;
    border: 1px solid #2b303b;
}

.cajasHoras.w100 {
    width: 100%;
}

.tituloHoras {
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
}

.horaPrincipalDetalle {
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
}

.table thead th {
    font-weight: 400;
    font-size: 10px
}

.titDesc {
    font-weight: 600;
    font-size: 12px;
}

#checksFiltros {
    padding: 10px;
    background-color: #e3e3e3;
    height: auto;
}

#checksFiltros .cajaCheckBox {
    padding-top: 0;
}

#tituloSeccionChecksFiltros {
    border-bottom: 1px solid #65737e;
    margin-bottom: 10px;
}

.iconosRegistrosApp {
    font-size: 14px;
    padding-right: 4px;
}

/**
* COMPONENTES HOY
*/
#zonaIzquierdaPrincipal {
    width: 30%;
    padding: 0 20px;
}

#zonaDerechaPrincipal {
    width: 70%;
    padding: 0 20px;
}

#zonaDerechaPrincipal #zonaIzquierdaSecundaria {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
}

#zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
}

/**
* BACKEND
**/
#mainContent.mtop92 {
    margin-top: 92px;
    overflow-y: hidden !important;
}

#menuBack {
    width: 100%;
    background-color: #2b303b;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    margin-top: 6px;
}

#contenidoBack {
    width: 100%;
    padding: 10px 20px 60px;
    overflow-y: auto;
}

.itemMenuBack {
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: -0.02em;
    margin-right: 40px;
}

.itemMenuBack i {
    font-size: 20px;
    margin-top: 4px;
}

.itemMenuBack:hover {
    color: #4b74b3;
}

.menuBackSelected {
    color: #ba70e2;
}

.seccionFormBack {
    padding: 10px;
    margin: 10px 10px 10px 0;
}

.tituloSeccionBack {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 2px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.filaInput {
    margin-right: 20px;
    margin-bottom: 20px;
}

.labelFormBack {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.inputFormBack {
    margin: 0 10px;
    border: 1px solid #666;
}

#seccionConfigsBack .labelFormBack {
    text-align: right;
}

#seccionConfigsBack .inputFormBack {
    margin-right: 0;
}

input[type="color"] {
    -webkit-appearance: none;
    height: 20px;
    width: 40px;
    padding: 0;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    height: 20px;
    width: 40px;
    border: 0;
    margin-top: -1px;
    margin-left: -1px;
}

input[type="color"]::-webkit-color-swatch {
    border: 1px solid #666;
    height: 20px;
    width: 40px;
    padding: 0;
}

input[type="color"]::-moz-color-swatch {
    border: 1px solid #666;
    height: 20px;
    width: 40px;
    padding: 0;
}

.inputColor {
    height: 20px;
    width: 40px;
    padding: 0;
    cursor: pointer;
}

.selectBack {
    border: 1px solid #666;
    padding: 10px;
    font-size: 12px;
}

.optionSelectBack {
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: #2b303b;
    font-size: 12px;
    font-weight: 500;
}

.inputGenerico {
    padding: 6px 10px;
    max-width: 80px;
}

.inputMedio {
    padding: 6px 10px;
    max-width: 140px;
}

.inputGrande {
    padding: 6px 10px;
    max-width: 220px;
}

#seccionBackColores {
    width: calc(50% - 20px);
    max-width: 820px;
}

#seccionConfigsBack {
    width: calc(50% - 20px);
    max-width: 500px;
}

.labelConfigHorarioBack {
    margin-bottom: 4px;
    font-size: 12px;
}

.selectTimeBack {
    padding-left: 60px;
}

.inputDiv .iconLeftBack {
    position: absolute;
    z-index: 10;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    height: 42px;
    width: 42px;
    font-size: 16px;
    outline: none;
}

.separadorSeccionesBack {
    margin-top: 40px;
}

#horariosListado {
    width: 130%;
}

.labelFormBack.margenDerecha10 {
    margin-right: 10px !important;
}

.invisibleBack {
    visibility: hidden !important;
    width: 0 !important;
    height: 0px;
}

.ponerAbajoBack {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(114, 64, 141, 0.5);
}

.cuerpoBotonBack {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    opacity: 1;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    border: none;
}

.cuerpoBotonBack:hover {
    opacity: 0.9;
}

.filaInputLineal {
    margin-right: 20px;
}

.alertBack {
    border: 2px solid #b9111f !important;
}

.segundoBotonCabeceraBack {
    position: absolute;
    right: 190px;
}

.derechaBotonCabeceraBack {
    position: absolute;
    right: 20px;
}

.posicionRelativa {
    position: relative;
}

.alertBackPop {
    margin: 0 !important;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

#contenidoBack .negrita {
    font-weight: 600;
    font-size: 14px;
}

#contenidoBack .alert {
    text-align: center;
}

#contenidoBack .labelAviso {
    font-size: 12px;
    letter-spacing: -0.02em;
}

#contenidoBack input::placeholder {
    font-size: 12px;
    letter-spacing: -0.02em;
}

.altoComoBoton {
    height: 38px;
}

.flex-row .labelFormBack {
    margin-bottom: 4px;
}

#contenidoBack #divFotoBack {
    width: 30vw;
    min-width: 380px;
}

#contenidoBack #fotoBack {
    width: 100%;
    height: auto;
}

#contenidoBack #infoEmpleado {
    padding-left: 20px;
}

#contenidoBack .separadorInfo {
    width: 100%;
    height: 1px;
    background-color: #404e6d;
    margin: 10px 0;
}

#contenidoBack .parrafoInfoBack {
    margin-bottom: 10px;
}

#contenidoBack .tituloSeccionBack {
    font-size: 14px;
    color: #404e6d;
    line-height: 16px;
    border-bottom: 1px solid #404e6d;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.avisoBack {
    color: #e04b4b;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
}

.avisoBack.margenAltoMenos18 {
    margin-top: -18px
}

#divCalendarioBack {
    min-height: 994px;
}

.inputPush {
    padding: 10px;
    margin: 10px 0 0;
}

.textAreaPush {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
    height: 200px
}

/**
* BACK CALENDAR
*/
#divCalendarioBack div.mes {
    margin: 0 auto;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}

#divCalendarioBack div.mes:nth-child(odd) {
    right: 50px;
}

#divCalendarioBack div.mes:nth-child(even) {
    left: 50px;
}

#divCalendarioBack div.mes th,
#divCalendarioBack div.mes td,
#divCalendarioBack div.mes caption {
    font-size: 13px;
    padding: 6px 4px;
}

#divCalendarioBack .tabla_mes {
    border-spacing: 3px;
    empty-cells: hide;
    table-layout: fixed;
}

#divCalendarioBack div.mes td {
    text-align: center;
    border: 1px solid #404e6d;
    height: 3vw;
    width: 3vw;
}

#divCalendarioBack thead {
    background-color: #2b303b;
}

#divCalendarioBack div.mes th {
    color: #fff;
    text-align: center;
    border: 1px solid #2b303b;
    font-weight: lighter;
}

#divCalendarioBack div.mes caption.tituloMes {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2b303b;
    caption-side: top;
}

#divCalendarioBack div.mes td.finDeSemana {
    background-color: #c2c2c2;
}

#divCalendarioBack div.mes td.diaNoLaboral {
    background-color: #404e6d;
    color: #fff;
}

#divCalendarioBack div.mes td:hover {
    border: 2px solid #2faca1;
}

/**
* BACK IDIOMAS
*/
.columnaIdioma {
    width: calc(45% - 20px);
    max-width: 600px;
    margin: 10px 10px 0;
}

.cabeceraIdioma {
    width: 100%;
    padding: 10px;
}

.inputNombreIdioma {
    background: transparent;
    color: #fff;
    width: 92%;
    border: none;
}

.cabeceraIdioma i {
    opacity: 1;
}

.cabeceraIdioma i:hover {
    color: #e04b4b;
}

.cuerpoIdioma {
    padding: 10px;
    background-color: #e3e3e3;
}

.inputEtiqueta {
    background: transparent;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 8px;
    font-size: 12px;
    white-space: initial;
    text-overflow: ellipsis;
}

#botonEnviarFijo {
    width: 8%;
    position: fixed;
    bottom: 10px;
    right: 24px;
    max-width: 90px;
    min-width: 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#botonEnviarFijo .cuerpoBotonBack {
    height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.textoADerecha {
    text-align: right;
}

/**
* BACK TABLA REGISTROS APP
*/
#tablaRegistrosAPPBack {
    font-size: 12px;
}

#tablaRegistrosAPPBack tbody {
    background-color: #fff
}

#tablaRegistrosAPPBack tbody th {
    font-weight: 400;
    letter-spacing: -0.05em;
    font-size: 10px;
}

#tablaRegistrosAPPBack tbody tr:hover {
    cursor: pointer;
    background-color: #F2F2F2;
}

#tablaRegistrosAPPBack thead th {
    font-weight: 400;
    font-size: 10px
}

#tablaRegistrosAPPBack th {
    width: 12.5%;
}

/**
* ESPECIALES
*/
.cumplimentarObligatorio {
    border: 2px solid #b9111f !important;
}

.cumplimentarObligatorio::-moz-placeholder {
    color: #b9111f;
}

.cumplimentarObligatorio:-ms-input-placeholder {
    color: #b9111f;
}

.cumplimentarObligatorio:-moz-placeholder {
    color: #b9111f;
}

.cumplimentarObligatorio::-webkit-input-placeholder {
    color: #b9111f;
}

.cumplimentarObligatorio::placeholder {
    color: #b9111f;
}

.divReasonEditar {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -10px;
}

.divReasonEditar .mensajeAlert {
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 2rem;
}

.divReasonEditar .iconoEnDesc {
    position: absolute;
    opacity: 1;
    line-height: 24px;
    top: 12px;
    right: 10px;
}

.divReasonEditar .iconoEnDesc:hover {
    color: #34c8e2
}

.avisoMinimo {
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.avisoReduccion {
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.col48 {
    width: 48%
}

#filaAsuntoSP,
#filaCuerpoSP,
#filaAsuntoEN,
#filaCuerpoEN {
    position: relative;
}

.contadorTexto {
    position: absolute;
    z-index: 20;
    top: 24px;
    right: 3px;
    font-size: 10px;
}

.marginTopAjusteFlexReportesApp {
    margin-top: -48px;
}

.marginTopAjusteFlexReportesApp2 {
    margin-top: -70px;
}

.alto40 {
    height: 40px !important;
}

#divSinActividad {
    float: left;
    margin-right: 0;
}

#columnaCheckCalendar {
    margin-left: 20px;
    margin-top: 4px
}

.horasBack {
    border-radius: 0 !important;
    font-size: 12px;
    border: 1px solid #666 !important;
    font-weight: 500;
    line-height: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 300px !important;
    padding: 10px !important;
    padding-left: 60px !important
}

.iconHorasBack {
    border-radius: 0 !important;
}

.iconHorasBack i {
    margin-top: -6px
}

.iconPorcentBack i {
    margin-top: -10px
}

#divtodoSwitchReduccion2 .custom-control-label::before {
    background-color: #fff;
    border: #2b303b solid 1px;
    color: #fff
}

#divtodoSwitchReduccion2 .custom-switch .custom-control-label::after {
    background-color: #2b303b;
}

#divtodoSwitchReduccion2 .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #42bb97;
    background-color: #42bb97;
}

#divtodoSwitchReduccion2 .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

#divtodoSwitchCambioAprobador2 .custom-control-label::before {
    background-color: #fff;
    border: #2b303b solid 1px;
    color: #fff
}

#divtodoSwitchCambioAprobador2 .custom-switch .custom-control-label::after {
    background-color: #2b303b;
}

#divtodoSwitchCambioAprobador2 .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #42bb97;
    background-color: #42bb97;
}

#divtodoSwitchCambioAprobador2 .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

.diaResaltadoClick {
    border-bottom: 2px solid #333
}

#spanRevisarHoras {
    margin-top: 6px;
    color: #DD9900;
    font-weight: 700;
    font-size: 12px;
}

#divCajaCambioAprobador {
    padding: 20px 20px 10px 20px;
    background-color: #F3F3F3;
}

#divCajaTiempoReduccion2 {
    padding: 20px 20px 10px 20px;
    background-color: #F3F3F3;
}

#divDeputys .select2-container {
    width: 100% !important;
}

#divDeputys .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #72408d !important;
    padding: 15px 14px !important;
    font-size: 12px;
    height: 50px;
    border-radius: 4px;
}

#divDeputys .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}


/**
* Descarga APPS
**/

.fondoDegradado {
    height: 50vh;
    color: #FFF;
    width: 100%;
}

#txtDescarga {
    font-size: 50px;
    line-height: 75px;
    font-weight: 100;
    letter-spacing: 0.5em;
}

#txtExplicacionDescarga {
    display: block;
    width: 40%;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #c7c7c7;
}

.animacionDegradado {
    -webkit-animation: bgAnimacionGradiente 8s linear infinite alternate both;
    animation: bgAnimacionGradiente 8s linear infinite alternate both;
}

@-webkit-keyframes bgAnimacionGradiente {
    0% {
        background: #4b74b3;
    }

    100% {
        background: #72408d;
    }
}

@keyframes bgAnimacionGradiente {
    0% {
        background: #4b74b3;
    }

    100% {
        background: #72408d;
    }
}

#botoneraDescargaApp {
    margin-top: -110px;
    height: 164px;
}

.botonDescargaApp {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7 !important;
    margin: 0 60px -55px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    cursor: pointer;
}

.botonDescargaApp:hover {
    color: #555 !important;
    background: #f5f5f5;
    text-decoration: none;
}

#botonDescargaAndroid:hover i {
    color: #A4C639;
}

#botonDescargaIos:hover i {
    color: #eb55eb;
}

.botonDescargaApp i {
    font-size: 60px;
}

.versionDescarga {
    font-size: 12px;
}

#divExplicativo {
    width: 100%;
    padding: 60px 20px;
}

#divExplicativo img {
    height: 90px;
    width: auto;
    margin-right: 40px;
}

#divExplicativo p {
    font-size: 16px;
    line-height: 18px;
}

.parrafo1Explicativo {
    margin-bottom: 20px;
}

#divExplicativo .txtNegrita {
    font-weight: 600;
}

#parrafoErrorPop {
    padding: 20px 0;
    font-size: 18px;
}

#qrCode {
    width: 256px;
    height: 256px;
    margin-top: 5px;
}

#enlaceDescargaIosLink {
    margin-top: 5px;
    font-size: 18px;
}

#codigoStore {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 30px;
    font-style: italic;
}

/* escritorio extranormales */
@media (max-width: 1600px) and (orientation: portrait) {
    #zonaIzquierdaPrincipal {
        width: 40%;
        padding: 0 20px;
    }

    #zonaDerechaPrincipal {
        width: 60%;
        padding: 0 20px;
    }

    #zonaDerechaPrincipal #zonaIzquierdaSecundaria {
        width: 100%;
    }

    #zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
        width: 100%;
        margin-top: 20px;
    }
}

/* escritorio extranormales */
@media (max-width: 1600px) and (orientation: landscape) {
    #zonaIzquierdaPrincipal {
        width: 40%;
        padding: 0 20px;
    }

    #zonaDerechaPrincipal {
        width: 60%;
        padding: 0 20px;
    }

    #botoneraDescargaApp {
        margin-top: -80px;
    }
}

/* tabletas */
@media (max-width: 1200px) and (orientation: landscape) {
    #zonaIzquierdaPrincipal {
        width: 35%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal {
        width: 65%;
        padding: 0 10px;
    }

    #zonaIzquierdaPrincipal.zonasGestionUsuario {
        width: 30%;
        padding: 0 5px 0 0;
    }

    #zonaDerechaPrincipal.zonasGestionUsuario {
        width: 70%;
        padding: 0 0 0 5px;
    }

    #zonaDerechaPrincipal #zonaIzquierdaSecundaria {
        width: 60%;
        padding: 0 5px 0 10px;
    }

    #zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
        width: 40%;
        padding: 0 5px 0 5px;
    }

    .fondoDegradado {
        height: 40vh;
    }

    #txtDescarga {
        font-size: 40px;
        line-height: 60px;
    }

    #txtExplicacionDescarga {
        width: 80%;
        font-size: 20px;
        line-height: 22px;
    }

    #botoneraDescargaApp {
        margin-top: -60px;
    }

    .botonDescargaApp {
        width: 160px;
        height: 160px;
        margin: 0 46px 46px;
    }
}

/* tabletas */
@media (max-width: 1200px) and (orientation: portrait) {
    #zonaIzquierdaPrincipal {
        width: 35%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal {
        width: 65%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal #zonaIzquierdaSecundaria {
        width: 100%;
        padding: 0;
    }

    #zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    #colTabla {
        width: 50%;
        overflow: auto;
    }

    #colDetalle {
        width: 50%;
    }

    #txtDescarga {
        font-size: 40px;
        line-height: 60px;
    }

    #txtExplicacionDescarga {
        width: 80%;
        font-size: 20px;
        line-height: 22px;
    }

    #botoneraDescargaApp {
        margin-top: -60px;
    }

    .botonDescargaApp {
        width: 160px;
        height: 160px;
        margin: 0 46px 46px;
    }
}

/* tabletas */
@media (max-width: 900px) {
    #zonaIzquierdaPrincipal {
        width: 50%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal {
        width: 50%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal #zonaIzquierdaSecundaria {
        width: 100%;
        padding: 0;
    }

    #zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    #colTabla {
        width: 100%;
    }

    #colDetalle {
        width: 100%;
    }
}

/* tabletas */
@media (max-width: 900px) and (orientation: portrait) {
    #txtDescarga {
        font-size: 40px;
        line-height: 60px;
    }

    #txtExplicacionDescarga {
        width: 80%;
        font-size: 20px;
        line-height: 22px;
    }

    #botoneraDescargaApp {
        margin-top: -60px;
    }

    .botonDescargaApp {
        width: 160px;
        height: 160px;
        margin: 0 46px 46px;
    }

    #divExplicativo {
        padding: 60px 20px;
    }

    #divExplicativo img {
        height: 90px;
        margin-right: 40px;
    }

    #divExplicativo p {
        font-size: 16px;
        line-height: 18px;
    }

    .parrafo1Explicativo {
        margin-bottom: 20px;
    }
}

/* tabletas */
@media (max-width: 900px) and (orientation: landscape) {
    .fondoDegradado {
        height: 30vh;
    }

    #botoneraDescargaApp {
        margin-top: -78px;
    }

    #txtDescarga {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.3em;
    }

    #txtExplicacionDescarga {
        font-size: 12px;
        line-height: 14px;
        width: 94%;
    }

    .botonDescargaApp {
        width: 94px;
        height: 94px;
        margin: 46px 46px -8px;
    }

    #divExplicativo {
        padding: 10px;
    }

    #divExplicativo img {
        height: 40px;
        margin-right: 10px;
    }

    #divExplicativo p {
        font-size: 10px;
        line-height: 11px;
    }

    .parrafo1Explicativo {
        margin-bottom: 10px;
    }

}

/* moviles */
@media (max-width: 480px) {
    #mainContent {
        flex-direction: column !important;
    }

    #zonaIzquierdaPrincipal {
        width: 100%;
        padding: 0 10px;
    }

    #zonaDerechaPrincipal {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }

    #zonaDerechaPrincipal #zonaIzquierdaSecundaria {
        width: 100%;
        padding: 0;
    }

    #zonaDerechaPrincipal #zonaDetalle.zonaDetalleSecundaria {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    #colTabla {
        width: 100%;
    }

    #colDetalle {
        width: 100%;
    }

    .columnaPequena {
        width: 100%
    }

    .columnaGrande {
        width: 100%
    }

    #lineaOrdenacion {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #divPaginador {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #lineaOrdenacion {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .filaCheckBox {
        height: 180px;
    }

    .fondoDegradado {
        height: 40vh;
    }

    #botoneraDescargaApp {
        margin-top: -80px;
    }

    #txtDescarga {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.3em;
    }

    #txtExplicacionDescarga {
        font-size: 12px;
        line-height: 14px;
        width: 94%;
    }

    .botonDescargaApp {
        width: 124px;
        height: 124px;
        margin: 46px 20px;
    }

    #divExplicativo {
        padding: 10px;
    }

    #divExplicativo img {
        height: 40px;
        margin-right: 10px;
    }

    #divExplicativo p {
        font-size: 10px;
        line-height: 11px;
    }

    .parrafo1Explicativo {
        margin-bottom: 10px;
    }
}


/**
FLEX PARA TODOS
*/
.d-flex {
    display: -ms-Flexbox !important;
    /*-ms-box-orient: horizontal;*/
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    align-items: flex-end !important;
}

/*To prevent auto-zoom in Safari*/
.content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

header,
footer {
    position: absolute;
    left: 0
}

header {
    top: 0;
}

footer {
    bottom: 0
}

.safari input[type='text'] {
    font-size: 16px;
}