/*! Arquetipo: Modificaciones en la maqueta  */
.celda-titulo {
    word-wrap: break-word;
    max-width: 250px;
}

.celda-documento {
    width: 80px;
}

pre {
    white-space: pre-wrap;
    word-break: normal;
}

/*Advertencias de sesion*/
.top-display .top-display-content {
    text-align: center;
    font-size: 1.05em;
    line-height: 38px;
    padding: 0 0 0 12.66667px;
    color: #fff;
    background-color: #019ee0;
    text-shadow: -1px -1px #017aad;
    box-shadow: -8px -1px 8px 0 rgba(0, 0, 0, .6);
    border: 0 solid #017aad;
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.top-display-orange .top-display-content {
    background-color: #f0ad4e;
    text-shadow: -1px -1px #775d00;
    border-color: #775d00;
}

/* GENERAL */

/*.section-content {*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*th {*/
/*    color: #fff;*/
/*}*/

/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #3275b5;*/
/*    border-color: #3275b5;*/
/*}*/

.row-blue {
    background-color: #3275b5;
}

.breadcrumbs {
    font-size: 13px;
    line-height: 20px;
}

.btn-pdg {
    background-color: #3276b5;
    color: #fff;
    padding: 7px 12px;
    margin-right: 6px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 14px;
}

.btn-pdg:active,
.btn-pdg:focus,
.btn-pdg:hover {
    color: #fff;
    background-color: #3276b5;
}

.pdg-hr {
    margin: 10px 0 !important;
    background-color: #DDDDDD;
    height: 1px;
    border: 0;
}

.brandingheader span {
    float: none;
}

/* NAVIGATION */

.link-button {
    background: none;
    border: none;
    padding: 0;
}

.link-button:focus,
.link-button:hover {
    color: #057eb5;
    outline: none;
}

.pdg-btn-filters {
    display: initial;
    float: right;
}

.pdg-float-right {
    float: right;
}

.pdg-float-left {
    float: left;
}

/* HELPERS */

.has-text-bold {
    font-weight: bold;
}

.has-background-grey {
    background-color: #F2F1F2;
}

.has-margin-auto {
    margin: auto !important;
}

.has-background-blue {
    background-color: #3276B5;
}

.is-white {
    color: #FFFFFF;
}

.is-grey {
    color: #F2F1F2;
}

.is-blue {
    color: #3276B5;
}

/* DETAIL */

.pdg-legend {
    background-color: #3275b5;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding: 11px 27px;
    margin-bottom: 16px;
}

.pdg-column {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 10px 0;
    padding: 10px 0;
    /*font-size: 12px;*/
    line-height: 16px;
}

/* NAVIGATION */

.pdg-title h2,
.pdg-title-desktop h2 {
    font-size: 30px;
    font-weight: 800;
}

.pdg-section-content {
    overflow: auto;
}

.pdg-title-desktop {
    max-width: 70%;
}

.pdg-title-desktop h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdg-navigation-desktop {
    line-height: 80px;
}

.pdg-navigation-print .section-content {
    width: 90%;
    text-align: center;
}

.pdg-navigation-print .pdg-navigation,
.pdg-navigation-print .pdg-print {
    display: inline-block;
    vertical-align: middle;
}


/*FILTERS*/
.pdg-list-hr {
    background-color: #3275b5;
    height: 1px;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #3275b5;
    box-shadow: none;
}

.chosen-container-single .chosen-single {
    background-color: white;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: white;
    border-color: #3275b5;
}


.chosen-container .chosen-drop {
    background-color: white;
}

.chosen-drop {
    background-color: white;
    text-align: center;
    border: 1px solid #ccc;
    width: 100%;
}

.chosen-container span {
    font-size: .9em;
}

.form-group .chosen-container span {
    color: black;
}

.active-result {
    font-size: .9em;
    color: black;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pdg-descarga {
    display: inline-flex;
    margin-top: auto;
}

.pdg-icon-options {
    background: url(../images/icons/options-outline-custom.svg);
}

.pdg-search {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid white;
    margin: 3px;
    width: 100% !important;

}

/*DESPLEGABLES*/

.open > .pdg-dropdown-menu {
    background-color: #3275b5;
    max-height: max-content !important;
    padding: 25px;
    width: fit-content !important;

}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #3275b5;
    color: white;
}

.btn-default.active.focus, .btn-default.active:focus,
.btn-default.active:hover, .btn-default:active.focus,
.btn-default:active:focus, .btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    background-color: #3275b5;
    color: white;
}

.dropdown-menu .divider {
    background-color: #3275b5;
}

li.active-result:not(:last-child) {
    margin: 15px;
}

li.active-result:last-child {
    margin: 15px;
}

.chosen-search {
    margin: 15px 30px 15px 15px !important;
}

li.active-result:not(:last-child) {
    margin: 10px 15px;
}

.chosen-container .chosen-results li {
    padding: 8px 6px;
}

/*Botones de las columnas y los filtros*/
.qf {
    border: 1px solid white;
    margin: 3px;
    padding: 8px;
    cursor: pointer;
    width: 100%;
}

.pdg-label-pointer {
    cursor: pointer;
    margin-bottom: 0;
}

.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}

/*MERGE BUTTON*/

/*.input-group {*/
/*    position: relative;*/


/*}*/
/*.input-group input {*/
/*    position: relative;*/
/*    height: 45px;*/
/*    box-shadow: none;*/
/*    padding-left: 160px;*/
/*}*/

/*.input-group label {*/
/*    position: absolute;*/
/*    z-index: 20;*/
/*    line-height: 3;*/
/*    !*left: 0;*!*/
/*    !*height: 48px;*!*/
/*    !*padding: 0px 25px;*!*/
/*    !*border-radius: 30px;*!*/
/*    !*line-height: 48px;*!*/
/*    !*top: 0;*!*/
/*    !*font-weight: 100;*!*/
/*}*/

/*TABLE*/


#contenedor-list table thead {
    background-color: transparent;
}

#tabla-resultados table thead {
    background-color: #3275b5;
    border: 1px solid white;
}

#tabla-resultados table thead span {
    color: white;
}

#tabla-resultados td {
    min-height: 35px;
}

table thead {
    background-color: #3275b5;
    border: 1px solid white;
}

table thead th {
    color: white;
}

.bootstrap-datetimepicker-widget table thead {
    background-color: white;
    border: none;
}

.bootstrap-datetimepicker-widget table thead th {
    color: #3275b5;
}


.table > thead > tr > th {
    border: 2px solid white;
    border-bottom: none !important;
    border-top: none !important;
}

td {
    color: black;
    border-right: 2px solid white;
    border-bottom: none;
    border-top: none;
}

.pdg-tamanho-pagina {
    border-radius: 6px;
    padding: 4px;
    color: black;
}

.pdg-resultados {
    font-size: 11px;
    color: gray;
    margin-right: 5px;
    line-height: 5;
}

.pdg-btn-descarga-list {
    margin: inherit;
}

#table-agregate > thead > tr > th.handle.header-total.th-sticky,
#table-agregate > thead > tr > th.handle.text-right.th-sticky {
    background-color: #3275b5;
}

.pdg-btn-fixed {
    background-color: #3275b5 !important;
    text-align: center;
}

.pdg-fill-td {
    /*padding: 30%;*/
}

.pdg-padding-0 {
    padding: 0 !important;
}

/*GRUPO BOTONES DESCARGA*/

.pdg-inline-flex {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
}


/*PAGINATION*/

.pagination > li > a {
    border: none;
    color: gray;
    font-weight: 800;
}

.pagination {
    margin: 0 !important;
}


.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 0;
    color: #3275b5;
    background-color: white;
}

/* FOOTER */

.footer .footer-xunta {
    padding: 1em 0;
}

/*Link inicio sesión header*/
.f-r {
    float: right !important;
}

/*FORMULARIO PAGINA LOGIN Y DESPLEGABLE LI*/
.pdg-margin-top-bottom {
    margin-top: 100px;
    margin-bottom: 150px;
}

.mainmenubar > li:hover > span > form > .icon-login,
.mainmenubar > li:hover > .icon-login {
    color: #057eb5;
    cursor: pointer;

}

.mainmenubar > li:hover > ul > li > form > button > .pdg-login-span,
.mainmenubar > li:hover > .pdg-login-span {
    color: gray;
    cursor: pointer;
}


.pdg-login-span:hover {
    color: #057eb5 !important;
}

.pdg-form-control {
    display: inline;
    width: 97%;
}

.pdg-form-control-pass {

    background-image: url(../images/icons/icon_show_password.png);
    background-position: 97% center;
    background-repeat: no-repeat;


}

.pdg-form-control-pass.visible {
    background-image: url(../images/icons/icon_hide_password.png);

}

#showPass {
    display: none;
}

#showPass + label {
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -32px;
    cursor: pointer;
}

/* INPUTS AGRUPADOS (NUMBER & DATE */

.input-merge {
    width: 100%;
}

.input-merge .form-control {
    box-shadow: none;
    border-left: 0;
}

.input-merge .form-control:not(:last-child) {
    border-right: 0;
}

.input-merge .form-control:focus {
    border-color: #ccc;
}

.input-merge .input-group-addon {
    background-color: white;
    font-size: .9em;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.input-merge .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-merge .input-group-addon.glyphicon {
    top: 0px;
    padding-right: 1em;
}

.input-merge .input-group-addon.glyphicon:last-child {
    border-right: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1152px) {

    /*BOTONES FILTROS*/
    .pdg-intermediate-list-left,
    .pdg-intermediate-left {
        margin-bottom: 10px;
    }

    .pdg-intermediate-right {
        float: left;
    }

    .pdg-intermediate-list-left {
        float: none;
    }

    /*RESULTADOS, PAGINACION Y BOTONES IMPRESION*/
    .pdg-wrapper-intermediate-movil {
        flex-flow: column;
        align-items: center;
    }
}

/*Botón limpiar filtros forzar ajuste medida pantalla menor 404 px*/
@media screen and (max-width: 404px) {
    .pdg-excep-size {
        width: 49% !important;
    }
}

@media screen and (max-width: 767px) {


    /* NAVIGATION */
    .link-button {
        line-height: 22px;
        color: #1d71b8;
    }

    /* FOOTER */
    .footer .section-content {
        width: 85%;
        font-size: 8px;
    }

    .footer .xunta-logo {
        width: 100%;
        padding-bottom: 1em;
    }

    .footer p {
        text-align: center;
    }

    /* MENU */
    .pdg-wrapper-img {
        display: flex;
        flex-direction: column;
    }

    .pdg-img-logo {
        width: 100%;
    }

    .page-logo {
        width: 100%;
        order: 2;
    }

    .navbar-toggler {
        background: url(../images/icons/burguer_menu_icon.png) no-repeat;
        border: none;
        padding: 20px;
        float: right;
    }

    .navbar {
        display: block;
        margin-top: 1em;
    }

    .navbar-nav > li {
        float: none;
    }

    /* TBALE */
    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td, .table tfoot {
        display: block;
        width: 100%;
        background-color: white;

    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
    }

    .table td::before {
        content: attr(data-title);
        float: left;
        color: black;
    }

    table td:last-child {
        border-bottom: gray dashed 2px;
        padding-bottom: 20px !important;
        /*text-align: center;*/
    }

    .pdg-btn-fixed {
        background-color: white !important;
        text-align: center;
    }


    /*Cabecera*/
    .btn-letras-detalle {
        margin-top: 5px;
        width: 100%;
        padding: 10px;

    }

    .pdg-wrapper-movil {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .pdg-inline-flex {
        width: auto;
    }

    .pdg-resultados {
        margin-top: 0;
        margin-left: 9px
    }

    .pdg-flex-movil {
        justify-content: center;
        display: flex;
        top: -90px;

    }

    .pdg-navigation-center {
        text-align: center;
    }

    .pdg-top-right {
        display: flex;
        direction: rtl;
        top: -49px;
    }

    .pdg-negative-top {
        top: -50px;
    }

    .pdg-btn-filters {
        display: contents;
        float: none;
    }

    .pdg-float-right {
        float: none;
    }

    .pdg-m-b {
        margin-bottom: 5px;
        width: 100%;
    }

    .btn-pdg-width-xs {
        width: 100%;
    }

    .btn-block-xs {
        width: 49% !important;
    }

    .dropdown, .dropdown-toggle {
        width: 100%;
    }

    .pdg-float-left {
        float: none;
    }

    .pdg-list-agregation-mobile {
        display: flex;
        justify-content: space-between;
    }

    .pdg-list-mobile, .pdg-agregation-mobile {
        width: 100%;
    }

    .pdg-agregation-mobile {
        margin-right: 0;
    }

    .btn-pdg-width-100 {
        width: 100%;
    }

    /*DESPLEGABLES FILTROS*/
    .open > .pdg-dropdown-menu {
        width: 100% !important;
    }

    .disclaimer-boxed .disclaimer-panel,
    .disclaimer-panel.disclaimer-boxed {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 500
    }

    .disclaimer-boxed .disclaimer-panel .disclaimer-content,
    .disclaimer-panel.disclaimer-boxed .disclaimer-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        color: #002b49;
        border-radius: 15px;
        width: 750px;
        max-width: calc(100% - 30px);
        max-height: 80vh;
        overflow-y: auto
    }

    .disclaimer-boxed .disclaimer-panel .disclaimer-content .close,
    .disclaimer-panel.disclaimer-boxed .disclaimer-content .close {
        color: #002b49
    }

    .disclaimer-panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 500;
        padding: 60px;
        background-color: rgba(0, 43, 73, .95);
        color: #fff;
        display: none
    }

    .disclaimer-panel .disclaimer-content {
        padding: 60px
    }

    .disclaimer-panel .disclaimer-content .disclaimer-header {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        margin-bottom: 60px
    }

    .disclaimer-panel .disclaimer-content a {
        color: #45baff
    }

    .disclaimer-panel .disclaimer-content .close {
        opacity: .8;
        color: #fff;
        font-size: 2em;
        text-shadow: none;
        position: relative;
        top: -.2em
    }

    .disclaimer-panel .disclaimer-content .close:hover {
        opacity: 1
    }


}


/* Página de login */

/*.container-xesten {*/
/*    width: 100%;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

/*.form-groupSicor.form-group-mainTrazmar .form-controlSicor {*/
/*    border-color: #007bc4;*/
/*}*/

/*.page-contentLogin {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    padding: 0 15px;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*}*/

.login-a {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #007bc4;
    border-radius: 6px;
    margin-left: 10px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;

}

/*.login-formSicor {*/
/*    margin: auto;*/
/*    max-width: 513px;*/
/*}*/

/*.login-formSicor > h2 {*/
/*    color: #007bc4;*/
/*    text-align: center;*/
/*    margin: 1.9em auto;*/
/*}*/

/*.h2Sicor {*/
/*    color: #007bc4;*/
/*    text-align: center;*/
/*    margin: 1.9em auto;*/
/*}*/

.form-actionsXesten {
    justify-content: space-between;
    margin: 30px auto;
}

.form-actionsXesten {
    width: 100%;
    text-align: center;
    vertical-align: center;
    margin: 25px auto 25px;
}

.btn-xesten {
    width: 100%;
    text-align: center;
    min-height: 73px;
    border-radius: 15px;
    border: none;
    font-size: 20px;
}


/*.xestenLogin-btn {*/
/*    background-color: #007bc4;*/
/*    font-size: 2rem;*/
/*    padding: 11px;*/
/*}*/

/*.footer-logosLogin {*/
/*    margin: 0 75px 75px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #fff;*/
/*}*/

/*.footer-itemLogin {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    min-height: 55px;*/
/*    padding: 0 2vw;*/
/*}*/

/*.footer-itemLogin:not(:first-child) {*/
/*    border-left: 2px solid #fff;*/
/*}*/

/*Dentro de Login el cuadro modal*/

/*.modal-backdrop.in {*/
/*    opacity: 0;*/
/*    z-index: -1;*/
/*}*/

/*.modal-contentLogin {*/
/*    border-radius: 12px;*/
/*    padding: 80px;*/
/*    position: absolute;*/
/*    background-color: rgba(0, 43, 73, .95);*/
/*    color: #fff;*/
/*}*/

/*.modal-bodyLogin {*/
/*    color: #fff;*/
/*}*/

/*-------------------------------------------*/
@media screen and (max-width: 767px) {

    .full-width-mobile {
        width: 100% !important;
    }

    /*!* Estilos referentes a la página de login*!*/
    /*.footer-logosLogin {*/
    /*    margin: 0;*/
    /*}*/
    /*.footer-itemLogin {*/
    /*    min-height: 44px;*/
    /*    margin: 15px 2vw;*/
    /*}*/
    /*---------------------------------------*/
}

@media screen and (max-width: 900px) {

    /* Estilos referentes a la página de login*/
    /*.footer-logosLogin {*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.footer-itemLogin:not(:first-child) {*/
    /*    border: none;*/
    /*}*/
    /*---------------------------------------*/
}

/*SOBREESCRIBIR LOS ESTILOS DE PRUEBA REXEAC*/

.intro-text strong {
    color: #002b49 !important;
    font-weight: 900;
}

@media screen and (max-width: 991px) {
    .btn-xesten {
        min-height: 0;
    }
}

/*Imagen del logo del sidebar se pone aquí porque no afecta al login pero sí al resto*/
#header-logo img {
    height: 40px;
}

.margin-documento-externo {
    margin-top: 26px;
}

#main-header #header-right #header-user #header-profile #header-profile-data #header-user-name:before {
    display: none;
}

/* Hacer que todas las columnas de una misma fila tengan la misma altura */
.row.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.scrud-custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.scrud-custom-input-file + label {
    font-size: 2.0rem;
    font-weight: 700;
    color: #1d71b8;
    display: inline-block;
    white-space: nowrap;
    width: 85%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; /* "hand" cursor */
}

.scrud-custom-input-file + label + label {
    font-size: 2.0rem;
    font-weight: 700;
    color: #1d71b8;
    display: inline-block;
    white-space: nowrap;
    width: 15%;
    text-align: right;
    cursor: pointer; /* "hand" cursor */
}

.scrud-custom-input-file:focus + label {
    outline: 1px dotted #1d71b8;
    outline: -webkit-focus-ring-color auto 5px;
}

.scrud-custom-input-file + label * {
    pointer-events: none;
    position: relative;
    bottom: 2px;
}

.buttons-td {
    display:flex;
    justify-content: center;
}

.buttons-td > button {
    margin: 0 1% 0 1%;
}

.btn-table {
    background-color: #3275b5;
    color: white;
    border: 1px solid transparent;
}


.span-break-word {
    word-break: break-word;
}

.error-container {
    background: #FFCDD1;
    color: red;
    font-weight: bold;
    height: 2.5em;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;
    font-size: 20px;
}