﻿/* Menú Horizontal */

body.back-office ul.slimmenu li > ul, ul.slimmenu li > ul {
    width: max-content;
}

body.back-office ul.slimmenu > li > a, ul.slimmenu > li > a {
    font-size: 0.9rem;
}

body.back-office ul.slimmenu ul li a, ul.slimmenu ul li a {
    font-size: 0.8rem;
}

/*Fin Menú Horizontal*/

/*Nuestros propios estilos*/

.obligatorio {
    background-color: rgb(255, 255, 222);
}

.campo-requerido {
    border: 2px solid red !important;
}

/*Estilo del dropdownlist con checkbox*/

.estado-multiselect {
    width: 98%;
    position: relative;
    border-radius: 5px;
    padding-top: 6px;
}

.select-box {
    border: 1px solid #ccc;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
}

    .select-box:hover {
        border-color: #4ca5e0;
    }

    .select-box:focus {
        border-color: #4ca5e0;
    }

.checkbox-area {
    display: none; /* Hidden by default */
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
}

    .checkbox-area ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .checkbox-area li {
        padding: 5px 10px;
    }

        .checkbox-area li:hover {
            background-color: #f0f0f0;
        }

    .checkbox-area input {
        margin-right: 10px;
    }

/*Fin Estilo del dropdownlist con checkbox*/

/*Estilos titulos*/

div.titleForm {
    background: URL(Imagenes/fnTitulos02.gif) bottom left repeat-x;
    height: 26px;
    font-weight: bold;
    color: #333333;
    border-left: #F0F0F0 solid 1px;
    width: 98%;
}

.titleForm div {
    padding: 6px 0 0 9px;
    float: left;
}

    .titleForm div img {
        padding-left: 1px;
        padding-top: 1px;
        border: #E98D00 solid 1px;
        background-color: #fff;
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

/*Fin Estilos titulos*/

label {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1.55;
    color: #333;
}

.acortaLabel /* Acorta automáticamente el texto de un grid cuando es demasiado largo */ {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis; /* para versiones de Opera inferiores a la 11*/
    -ms-text-overflow: ellipsis; /* para IE8*/
    text-overflow: ellipsis;
}

.rojo {
    color: red;
}

.naranja {
    color: #f19a2a;
}

#ContentPlaceHolder1_login input:hover[type=submit] {
    border: 1px solid #a90061 !important;
}

.nav > .active {
    border-bottom: 1px solid white;
    background-color: white;
    outline-offset: 0;
    outline: none;
}

    .nav > .active a {
        background-color: #118191 !important;
        color: #F0F0F0 !important;
        outline-offset: 0;
        outline: none;
    }

.nav a {
    text-decoration: none;
    outline-offset: 0;
    outline: none;
}

    .nav a:hover {
        background-color: #118191 !important;
        color: #F0F0F0 !important;
        outline-offset: 0;
        outline: none;
    }

.fondoGris {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background-color: rgba(0, 0, 0, 0.30);
}

/* Contadores de solicitudes */

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.colorEstandar {
    color: white !important;
    background-color: #264c80 !important;
}

body.back-office .colorEstandar {
    background: none !important;
    background-color: rgb(17, 129, 145) !important;
    color: white !important;
}

body.back-office .fas.fa-door-open,
body.back-office .fas.fa-home,
body.back-office .fas.fa-question-circle,
body.back-office .fas.fa-book {
    color: white;
}

body.back-office ul.slimmenu li > ul, ul.slimmenu li > ul {
    width: max-content;
}

.requerido {
    background-color: #ffffdd !important;
    padding: 4px;
    text-align: left;
    font-style: normal;
}

    .requerido[disabled] {
        /*background-color: white !important;*/
        background-color: #efefef !important;
        padding: 4px;
        text-align: left;
        font-style: normal;
    }

body.back-office .botonGris {
    border: 1px solid #0d9196;
    font-size: 0.95em;
    font-weight: bold;
    color: #0d9196;
    display: inline-block;
}

    body.back-office .botonGris:hover,
    body.back-office .botonGris:focus,
    body.back-office .botonGris:active {
        background-color: #0d9196;
        color: #fff;
    }

.paginacionBoton {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .paginacionBoton li > a, .paginacionBoton li > span {
        text-decoration: none;
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .paginacionBoton li {
        float: left;
        padding-left: 3px;
        padding-right: 3px;
    }

        .paginacionBoton li > span {
            float: left;
        }

    .paginacionBoton input > span {
        float: left;
    }

    .paginacionBoton li > li {
        float: left;
    }

/* ------------------------- */

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .pager a:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
}

.btn-link:hover {
    color: #fff;
}

/* ------------------------- */

.colorFuenteBlanca {
    color: #fff !important;
}

.botonReset {
    background-color: #fff;
    color: #7b7b7b;
    border-color: #7b7b7b;
    padding: 0.55em 1.55em;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    border: 2px solid;
    margin: 1em 0;
    border: 3px solid;
}

    .botonReset:hover,
    .botonReset:focus,
    .botonReset:active {
        background-color: #7b7b7b;
        border-color: #7b7b7b;
        color: #fff;
    }

body.back-office .main-container a.botonReset {
    border-radius: 30px;
}

    body.back-office .main-container a.botonReset:hover,
    body.back-office .main-container a.botonReset:focus,
    body.back-office .main-container a.botonReset:active {
        background-color: #7b7b7b;
        border-color: #7b7b7b;
        color: #fff;
    }

.boton {
    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 0.55em 4em;
    display: inline-block;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    margin-top: 1em;
}

input.boton:hover,
input.boton:focus,
input.boton:active {
    background-color: #4ca5e0;
}

body.back-office .main-container input.boton {
    background-color: #fff;
    color: #a90061;
    border-color: #a90061;
    padding: 0.55em 4em;
    display: inline-block;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    border-radius: 30px;
    border: 3px solid;
    margin-top: 1em;
}

    body.back-office .main-container input.boton:hover,
    body.back-office .main-container input.boton:focus,
    body.back-office .main-container input.boton:active {
        background-color: #a90061;
        border-color: #a90061;
        color: #fff;
    }

input[type=radio]:disabled {
    border: none;
    background-color: #fff;
}

input[type=checkbox]:disabled {
    border: none;
}

select:focus {
    border: 1px solid rgb(76,165,224);
}

input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 1px solid rgb(76,165,224);
}


/* ----------------------------------------------------------------    
 ------------>>>   ESTILOS PARA GUAI <<<---------------------------
-------------------------------------------------------------------*/

.inputGUAI {
    background-color: rgb(255, 255, 222);
}

.btnGUAI {
    margin: 1px;
}

input.btnGUAI {
    padding: 5px;
}

body.back-office input.btnGUAI {
    font-size: 0.85em;
}

/*             Intranet
------------------------------------------------------*/

.pnlGUAIIntranet {
    display: flex;
    justify-content: center;
    margin-top: 8em;
}

.tblLoginGUAIIntranet {
    background-color: #CFDAFD;
    border: 1px solid #B8B8B8;
    border-right: 3px solid #B8B8B8;
    border-bottom: 3px solid #B8B8B8;
}

.columnaTituloGUAI {
    padding-top: 5px;
    vertical-align: middle;
}

    .columnaTituloGUAI .tituloGUAI {
        color: #254A93;
        vertical-align: middle;
    }

.columnaTextoGUAI {
    background-color: #DEE6FE;
    padding: 20px 20px 0 20px;
}

.columnaBotonesGUAI {
    background-color: #DEE6FE;
}

.directorioActivoGUAI {
    background-color: #DEE6FE;
    padding: 10px 5px 2px 20px;
}

.claveGUAI {
    background-color: #DEE6FE;
    padding: 10px 20px 2px 5px;
}

/*---------------- Extranet ----------------------------*/

.pnlGUAIExt {
    display: flex;
    justify-content: center;
    margin-top: 4em;
}

.tblLoginGUAIExt {
    background-color: #DFDFDF;
    border: 1px solid #B8B8B8;
    border-right: 3px solid #B8B8B8;
    border-bottom: 3px solid #B8B8B8;
}

.columnaTituloGUAIExt {
    padding-top: 5px;
}

    .columnaTituloGUAIExt .tituloGUAI {
        color: #545454;
    }

/*            Extranet usuario y contraseña
------------------------------------------------------*/

.columnaUsuGUAI {
    background-color: #E8E8E8;
    padding: 20px 0 0 20px;
}

.columnaCajaUsuario {
    background-color: #E8E8E8;
    padding: 20px 20px 5px 5px;
}

.columnaPassGUAI {
    background-color: #E8E8E8;
    padding: 0 0 10px 20px;
}

.columnaCajaPass {
    background-color: #E8E8E8;
    height: 20px;
    padding: 0 20px 10px 5px;
}

.columnaBtnGUAI {
    background-color: #E8E8E8;
    padding: 0 20px 10px 20px;
    vertical-align: middle;
    text-align: center;
}

.columnaOlvido {
    padding: 0 20px 10px 20px;
    vertical-align: top;
    height: 15px;
    width: 333px;
}

.lnkOlvido {
    padding: 0 0 0 20px;
    height: 15px;
}

/*             Extranet organizaciones
--------------------------------------------------------------------*/

.selecOrgGUAI {
    color: #545454;
    padding-bottom: 10px;
}

.columnaOrgGUAI {
    background-color: #E8E8E8;
    padding: 20px 10px 0 20px;
}

.columnaListaGUAI {
    background-color: #E8E8E8;
    padding: 20px 20px 0 0;
}

.btnAccederGUAI {
    background-color: #E8E8E8;
    padding: 5px 10px 10px 90px;
}

.btnVolverGUAI {
    background-color: #E8E8E8;
    padding: 5px 90px 10px 10px;
}

    .btnVolverGUAI input, .btnAccederGUAI input {
        padding: 5px;
    }

/*            Olvido de contraseña
--------------------------------------------------------------------*/

.columnatpGUAIOlv {
    padding: 20px 0 0 20px;
    background-color: #E8E8E8;
    width: 130px;
}

.comboTpGUAIOlv {
    padding: 20px 20px 5px 0;
    background-color: #E8E8E8;
}

.columnaNumDocGUAIOlv {
    padding: 0 5px 5px 20px;
    background-color: #E8E8E8;
    width: 130px;
}

.txtNumDocGUAIOlv {
    padding: 0 20px 5px 0;
    background-color: #E8E8E8;
}

.columnaBotonesGUAIOlv {
    background-color: #E8E8E8;
    padding: 10px 0 10px 20px;
    vertical-align: bottom;
}

/* ------- Estilos reloj espera ------- */

.reloj {
    background-color: rgba(0, 0, 0, 0.30);
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    display: inline-block;
    opacity: 0.5; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */
    z-index: 2000;
}

.relojImg {
    margin: auto;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px;
    position: fixed;
    top: 50%;
    left: 45%;
    padding: 5px 5px 5px 5px;
    z-index: 2000;
}

    .relojImg h3 {
        text-align: center;
        padding-top: 5px;
        z-index: 2000;
    }

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-perspective: 780px;
    perspective: 780px;
}

.loader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .loader-inner.box1 {
        left: 0;
        top: 0;
        animation: cssload-rotate-one 1.15s linear infinite;
        -o-animation: cssload-rotate-one 1.15s linear infinite;
        -webkit-animation: cssload-rotate-one 1.15s linear infinite;
        -moz-animation: cssload-rotate-one 1.15s linear infinite;
        border-bottom: 8px solid #5C5EDC;
    }

    .loader-inner.box2 {
        right: 0;
        top: 0;
        animation: cssload-rotate-two 1.15s linear infinite;
        -o-animation: cssload-rotate-two 1.15s linear infinite;
        -webkit-animation: cssload-rotate-two 1.15s linear infinite;
        -moz-animation: cssload-rotate-two 1.15s linear infinite;
        border-right: 8px solid rgba(76, 70, 101, 0.99);
    }

    .loader-inner.box3 {
        right: 0;
        bottom: 0;
        animation: cssload-rotate-three 1.15s linear infinite;
        -o-animation: cssload-rotate-three 1.15s linear infinite;
        -webkit-animation: cssload-rotate-three 1.15s linear infinite;
        -moz-animation: cssload-rotate-three 1.15s linear infinite;
        border-top: 8px solid #e9908a;
    }

.loadingMsgDoc {
    position: fixed;
    top: 46.2%;
    left: 42.9%;
    z-index: 100;
}

.loadingOverDoc {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

#dvReloj {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* ---------------- Fin Estilos reloj espera ------------------------ */

/* Notificación gestor de tareas */
.notificacion {
    background-color: #f19a2a;
    font-size: 90%;
}

.ocultar {
    display: none !important;
}

.mostrar {
    display: inline-block;
}

.disabled {
    pointer-events: none;
}

.dragable {
    width: 100% !important;
}

div.ancho {
    width: 57%;
}

div.centrado {
    text-align: center;
}

/* Sobreescribe estilos */

.containerFullWidth {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

p.direccion {
    color: white !important;
}

footer {
    background: #242b33 !important;
}

    footer a:hover {
        color: white;
    }

/* Ocultar flechas input number */
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

/* Fin Ocultar flechas input number */

/* Color enlaces */

.colorEnlace {
    color: #264c80 !important;
}

/* Corrige problemas de layout con grid */
html > body .section-container {
    display: inherit !important;
}

body.back-office table.datos tbody th {
    color: #fff;
}

body.back-office a.bt-enlace, input[type=submit].bt-enlace {
    position: inherit;
}

body.back-office input[type=submit].bt-enlace {
    padding: 0.30em 1em;
    margin: 1em 0;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    background: none;
}

body.back-office input[type=submit].bt-enlace {
    font-size: 1rem;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
}

body.back-office a.bt-enlace {
    color: #a90061;
}

    body.back-office a.bt-enlace:focus, body.back-office a.bt-enlace:focus .fas {
        background-color: #a90061;
        color: #fff;
    }

/* Fin Sobreescribe estilos*/

.centrar-contenido {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: central;
    align-content: center;
}

.texto-verde {
    color: green;
    font-size: 1.7em;
}

.fondo-verde {
    background-color: #28a745 !important;
}

/* Títulos */

.titulo-margen {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Acordeón */

.accordion-container, .accordion-container-modal {
    width: 100%;
    clear: both;
}

.accordion-titulo,
.accordion-titulo-modal, .accordion-titulo-modal-fab {
    position: relative;
    display: block;
    padding: 0px 10px 0 15px;
    font-family: "Berlin Sans FB";
    font-size: 1.30rem;
    background-color: #0d9196;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

    .accordion-titulo.open, .accordion-titulo-modal.open {
        background-color: #16a085;
        color: #fff;
    }

    .accordion-titulo:hover, .accordion-titulo-modal:hover {
        background-color: #1abc9c;
    }

    .accordion-titulo span.toggle-icon, .accordion-titulo-modal span.toggle-icon {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 38px;
        font-weight: bold;
    }

.accordion-content,
.accordion-content-modal, .accordion-content-modal-fab {
    display: none;
    overflow: auto;
}

.open, .open-modal {
    display: block;
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

body.back-office .card-title {
    background-color: #118191;
    padding: 0.5rem 1rem !important;
}

.card-title {
    background-color: #264c80;
    padding: 0.5rem 1rem !important;
}

.card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.espacio-cabecera {
    padding: 0 0 0 15px;
}

.margen-superior-cab {
    margin-top: 0.3em;
}

.ocultar {
    display: none;
}

.puntero-mano {
    cursor: pointer;
}

.icono-derecha {
    float: right;
}

/* Fin acordeón */

/* Ventana modal */

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(77, 77, 77, .7);
    transition: all .4s;
    z-index: 99;
}

.modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal__body {
    padding: 1em 2em;
    overflow-y: auto;
    max-height: 85vh;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 95%;
    background-color: #fff;
    max-height: 95%;
    margin: 10px auto;
}

.modal__centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.modal__footer {
    padding: 1em 2em;
    background-color: white;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}

.modal__close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    background-color: transparent;
    border: none;
}

.boton-modal {
    font-size: 40px;
    font-weight: bolder;
    text-shadow: 0 0 black;
}

.show {
    display: block;
    visibility: visible;
    opacity: 1;
}

.show__transicion {
    transition: all .4s !important;
}

table.datos th a {
    color: #264c80;
}

body.back-office table.datos th a {
    color: #fff;
}

/* Fin Ventana modal */

/* Popups */

.panelErrorFlotante {
    position: fixed;
    width: 20%;
    height: 35%;
    top: 40%;
    left: 40%;
    z-index: 1001;
    display: none;
}

.panelConfirmacion {
    position: fixed;
    top: 1%;
    z-index: 1000;
    display: none;
}

.panelRE {
    position: fixed;
    z-index: 1000;
    display: none;
}

.panelRechazo {
    position: fixed;
    width: 30%;
    height: 30%;
    top: 30%;
    left: 40%;
    z-index: 1000;
    display: none;
}

.panelCorreccion {
    position: fixed;
    width: 30%;
    height: 30%;
    top: 30%;
    left: 40%;
    z-index: 1000;
    display: none;
}

.panelMotivo {
    position: fixed;
    top: 1%;
    width: 80%;
    z-index: 1000;
    display: none;
}

/* Fin Popups */

/* Paginación */

.paginacion {
    height: 50px;
    width: 100%;
}

.mostrandoPaginacion {
    text-align: right;
    padding-left: 0;
    /*padding-right: 0;*/
    padding-right: 10px;
    padding-top: 14px;
}

.botonesPaginacion {
    width: 55%;
    padding-right: 0;
    padding-left: 0;
    float: left;
    text-align: center;
}

.registrosPaginacion {
    width: 18%;
    float: left;
    /*padding: 0;*/
    padding: 0 0 0 10px;
}

/* Fin paginación */

/* Grid */

.contenedor-grid {
    overflow: auto;
    max-width: 92vw;
    max-height: 420px;
}

.contenedor-sin-filtro {
    overflow: auto;
    max-width: 85vw;
}

.margen-summary {
    padding: 1.5em 1.5em 0 1.5em;
}

.col-persona-ancho {
    width: 0.5em;
    border-style: None;
}

.col-doc-ancho {
    width: 1em;
    white-space: nowrap;
    text-align: left;
}

.col-nombre-ancho {
    width: 1em;
    white-space: nowrap;
    text-align: left;
}

.col-app-ancho {
    width: 1em;
    white-space: nowrap;
    text-align: left;
}

.icono-filtro {
    font-size: 20px;
    padding: 10px;
}

/* Fin Grid */

/* Elementos */

.centrar-cabecera {
    display: flex;
    min-height: 65vh;
    align-items: center;
}

.clave-control {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.mostrar-block {
    display: block;
}

.mt-3 {
    margin-top: 3em;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1em;
}

.mt-05 {
    margin-top: 0.5em;
}

.mt-08 {
    margin-top: 0.8em;
}

.mt-25 {
    margin-top: 2.5em;
}

.mt-12 {
    margin-top: 1.2em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.mb-1 {
    margin-bottom: 1em;
}

.pt-04 {
    padding-top: 0.4em;
}

.pl-1 {
    padding-left: 1em;
}

.alinear-label {
    margin-top: 0.9em;
    display: inline-flex;
}

.alinear-label2 {
    margin-top: 1.8em;
    display: inline-flex;
}

/*Ocultamos el popup del validatorcallout*/

.ajax__validatorcallout_popup_table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0;
}

/* Botones */

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.55rem 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

/* Alerts */

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    background-color: #ffff63;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .alert ul {
        list-style: inside;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.card-header-alert {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);*/
    border-bottom: 1px solid rgba(0,0,0,.125);
}


/* Imágenes */

.ajustar-imagen {
    width: 100%;
    max-width: fit-content;
}

/*-------- Media Queries -----------*/

@media only screen and (max-width: 575px) {

    .paginacion {
        width: 100%;
        display: inline-block;
        text-align-last: center;
    }

    .registrosPaginacion {
        width: 100%;
        float: left;
        padding: 0;
    }

    .botonesPaginacion {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        float: left;
        text-align: center;
    }

    .mostrandoPaginacion {
        text-align: right;
        padding: 14px 0 14px 0;
        width: 100%;
    }

    .pager li {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

        .pager li a {
            width: 100%;
        }

    .margen {
        padding-left: 4%;
        padding-right: 4%;
    }

    .tabs li {
        display: block;
        margin: 0.55em;
    }

    .modal__body {
        padding: 1em 2em;
        overflow-y: auto;
        max-height: 58vh;
    }
}

@media (min-width: 1024px) and (min-width: 1280px) {
    .panelConfirmacion {
        width: 50%;
        height: 98%;
        left: 25%;
    }

    .panelRE {
        width: 70%;
        top: 10%;
        left: 15%;
    }
}

@media (min-width: 1920px) {
    #ventanaDialogo {
        max-width: 60%;
    }

    .panelConfirmacion {
        width: 40%;
        height: 50%;
        left: 30%;
    }

    .panelRE {
        width: 60%;
        height: 50%;
        top: 27.5%;
        left: 20%;
    }
}
/*Cambio de estilos para que sea más pequeño*/
header .logo {
    width: 150px;
}

.header-container h1 .tt-aplicacion {
    font-size: 1.55rem;
}

.header-container {
    padding-bottom: 0em;
}

.nombre-app {
    padding-top: 0em;
}

header .tt-usuario {
    padding: 0em;
}

body {
    font-size: 0.8em !important;
}

h1 {
    font-size: 1.55rem !important;
    margin-top: 0.20em !important;
    margin-bottom: 0.20em !important;
}

.card-body {
    padding: 0rem 1em 0em 1em;
}

fieldset {
    margin: 1em 0em;
}

legend {
    padding-bottom: 0.5em;
}

h2 {
    font-size: 1.20rem;
}

.fas {
    font-size: 1rem !important;
}

a.bt-enlace, a.botonReset {
    padding: 0.30em 1em;
}