/* Error de minimización. Devolviendo el contenido no minimizado.
(99,28): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color-header'
 */
body {
    font-size: 0.9em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    /*text-transform: uppercase;*/
}

header, footer, nav, section {
    display: block;
}

img {
    max-width: none;
}
/*
input, button, select, textarea {
    text-transform: uppercase;
}
*/
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1em 1em 1em;
    margin: 0 0 0.5em 0;
}

legend {
    border-bottom-style: none;
    font-size: medium;
    font-weight: bold;
    width: auto;
    margin-bottom: 0.1em;
}

form {
    margin-bottom: 0.3em;
}

/*textarea
{
    min-height: 75px;
}*/

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #aa2323;
    display: block;
}
.field-validation-warning {
    color: #e1ad10;
    display: block;
}
.field-validation-valid {
    display: none;
}

.field-validation-error:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}
.field-validation-warning:before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.k-validator-tooltip.field-validation-error, .k-validator-tooltip.field-validation-warning {
    margin-top: 0;
    background: #aa2323 !important;
    max-width: 75%;
}
    .k-validator-tooltip.field-validation-error:before, .k-validator-tooltip.field-validation-warning:before {
        content: "";
        padding-right: initial;
        vertical-align: initial;
        font-weight: initial;
    }

.k-window-titlebar {
    background-color: var(--main-bg-color-header);
    color: white;
}

/*
.input-validation-error {
    border: solid 3px #e58181 !important;
    background-color: #fee !important;
}

    .input-validation-error:hover, .input-validation-error:focus, .input-validation-error:visited {
        border: 1px solid #A0A0A0;
    }
*/
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

th a.k-grid-filter.k-state-active {
    background-color: rgb(180,180,180);
}

.k-grid-edit-row {
    background-color: rgb(153,180,209);
}

.azulejo {
    height: 200px;
    /*background-color: rgb(153,180,209);
    box-shadow: 4px 4px 12px rgba(128,128,128,0.8);*/
}

.grid-form-search {
    margin-bottom: 0px;
    float: right;
}

.k-grid-export {
    display: inline-block;
    background: url('./images/Excel-icon.png');
    height: 24px;
    width: 24px;
}

.grid-toolbar-right {
    margin-left: auto !important;
}

/*------------------------------*\	Placeholder plugin\*------------------------------*/
[placeholder] {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    [placeholder]:active, [placeholder]:focus {
        cursor: text;
        border: 1px solid #0a0;
        -moz-box-shadow: 0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
        -webkit-box-shadow: 0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
        box-shadow: 0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
    }

/*SOBREESCRIBE EL ANCHO DE 400PX (ANCHO ESTABLECIDO POR KENDO) DE VENTANAS MODALES*/
.k-edit-form-container {
    position: relative;
    width: auto;
}

.titleLink {
    color: white;
    letter-spacing: 0;
    font-weight: normal;
}

    .titleLink:hover, .titleLink:focus, .titleLink:visited {
        color: white;
        text-decoration: none;
    }

.titulo-aplicacion small {
    font-size: 0.4em;
    letter-spacing: 0;
    font-weight: normal;
}

.tituloAplicacion {
    font-size: 3em;
    font-weight: 600;
    align-self: center;
    padding: 5px 0 5px 0;
    color: white;
}

.subtituloAplicacion {
    font-size: 1.75rem;
    color: white;
}


.k-splitbar {
    /*   background-color:#2989d8;*/
}

.display-name {
    font-weight: bold;
    margin-left: 2px;
}

.display-text {
    /*   margin-top:3px;*/
    /*border:1px solid grey;*/
    padding-left: 2px;
    padding-right: 2px;
    min-width: 50px;
}

#headerConsultaContainer {
    line-height: normal;
}

    #headerConsultaContainer div {
        min-height: 1em !important;
        padding-bottom: 0.2em;
        padding-top: 0.2em;
    }

    #headerConsultaContainer h4 {
        margin: 0;
    }

#anchorConsultaInfo {
    line-height: 0;
    min-height: 0;
    padding-left: 0.4em;
}

    #anchorConsultaInfo a {
        font-size: 1.1em;
        cursor: pointer;
    }

#consultaContainer {
    width: 445px;
    height: 530px;
}

    #consultaContainer legend {
        border: 0;
    }

#anchorExtraInfo {
    text-align: center;
}

    #anchorExtraInfo a {
        font-size: 0.9em;
        text-decoration: none;
        cursor: pointer;
    }

.bigger {
    font-size: larger;
}

.extrabigger {
    font-size: large;
    letter-spacing: 0.1em;
}

/*REESCRITURA DE ESTILOS BOOTSTRAP Y KENDO*/

.wellHeader {
    /*width:98%!important;*/
    padding-bottom: 0;
    padding-left: 0.6em;
    padding-right: 0.2em;
    padding-top: 0;
    margin: 0.4em;
}

    .wellHeader h4 {
        letter-spacing: 0.1em;
    }

.wellModeDatosIniciales {
    background-color: #D8D4CC !important;
}

.wellModeDatosActuales {
}

.wellModeDatosFecha {
    background-color: #D8D4CC !important;
}

.tabs-left > .nav-tabs {
    margin-right: 5px;
    border-right: 0;
    font-size: 0.6em;
}

    .tabs-left > .nav-tabs > li {
        width: 100%;
    }

        .tabs-left > .nav-tabs > li > a {
            font-size: 1.5em;
        }

            .tabs-left > .nav-tabs > li > a.noHistorico {
                color: #999999;
            }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ffffff;
        font-weight: bold;
        font-size: 1.6em;
        letter-spacing: 0.1em;
    }

.navbarList {
    color: white;
    font-size: 1.6em;
}


.k-widget.k-tooltip {
    border-color: #bebebe;
    background-color: #ffffff;
}

.k-tooltip-closable .k-tooltip-content {
    padding-right: 0;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
}

/*END REESCRITURA DE ESTILOS BOOTSTRAP Y KENDO*/
html.indexGradient h2 {
    color: white;
    text-align: center;
}

.separador {
    background-color: black;
    height: 2px;
    width: 100%;
    margin-bottom: 20px
}

.separadorBlanco {
    background-color: white;
    height: 2px;
    width: 100%;
    margin-bottom: 20px
}

#divPortal .azulejo a:hover, #divPortal .azulejo a:focus {
    color: azure;
    text-decoration: underline;
}

#divPortal .azulejo a {
    color: aliceblue;
    text-decoration: none;
}

.dropdown-menu {
    margin: 0 0 0;
}

.campo-obligatorio-asterisco, .campo-obligatorio::after, .k-grid-campo-obligatorio > span::after {
    color: #dc3545;
    font-size: 18px;
    font-weight: 600;
    margin-left: 3px;
}
.campo-obligatorio::after, .k-grid-campo-obligatorio > span::after {
    content: '*';
}

.fila-erronea {background: #F8CBAD}

/*correccion color tab seleccionado*/


.k-panelbar > li.k-state-default > span.k-state-selected,
.k-panelbar > li.k-state-default > span.k-state-hover,
.k-panelbar > li.k-state-active > span.k-state-hover {
    /*  color: #ffffff;*/
}


.k-panelbar > li.k-state-default > a.k-state-selected,
.k-panelbar > li.k-state-default > a.k-state-hover,
.k-panelbar > li.k-state-active > a.k-state-hover {
    /*color: #ffffff;*/
}

tr.k-state-selected a, tr.k-state-selected a:focus {
    color: #ffffff;
    text-decoration: underline;
}
    /*http://localhost:6877/Gestion/ELB/Edit?IdELB=27267&modulo=Tracking*/
    tr.k-state-selected a:hover {
        color: #ffffbb;
        /*text-decoration: underline;*/
    }

/*
a:active, a:visited {
    color:#0088cc;
}
a.k-primary a:active, a:visited {
    color: #ffffff;
}
    */
.k-button-modif {
    min-width: 10px !important;
}

    .k-button-modif .k-icon {
        margin: 0 !important;
    }



/*TIMELINE*/
#timeline {
    width: 100%;
    list-style: none;
    padding: 0;
    border-top: 2px solid #808080;
    display: table;
    border-spacing: 30px 0;
    margin: 0;
}

    #timeline li {
        display: table-cell;
        min-width: 3em;
    }

        #timeline li .relative {
            position: relative;
            left: -15px;
        }

    #timeline p {
        margin: 0 0 15px;
    }

    #timeline .date {
        text-align: center;
        top: 10px;
        left: 0;
        right: 0;
        font-size: 0.95em;
        line-height: 20px;
        position: absolute;
    }

    #timeline .circle {
        margin: 0 auto;
        top: -8px;
        left: 0;
        right: 0;
        width: 5px;
        height: 5px;
        background: #f98262;
        border: 5px solid #808080;
        border-radius: 50%;
        display: block;
        position: absolute;
    }

    #timeline .radio {
        display: none;
    }

.timelinecontainer {
    overflow-x: auto;
    min-height: 70px;
    padding-top: 8px;
}

#timeline .radio:checked + .relative label {
    cursor: auto;
    width: 400px;
    -moz-transition: width 0.3s linear 0.2s;
    -o-transition: width 0.3s linear 0.2s;
    -webkit-transition: width 0.3s linear 0.2s;
    transition: width 0.3s linear 0.2s;
}

#timeline .radio:checked + .relative .circle {
    background: #48b379;
}
/*END TIMELINE*/

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a::after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu > a:hover::after {
        border-left-color: #fff;
    }

.vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.panelControl {
}

    .panelControl h3, .panelControl h4 {
        text-align: center;
    }

    .panelControl .regionTitle {
        font-size: 1.2em;
    }

    .panelControl .regionUpdateInfo {
        text-align: center;
    }

.label-panelControl {
    display: block;
    padding: 1em;
    margin: 0.5em;
}

div.uploadBigBtnCnt div.k-upload-button {
    font-size: 1.2em;
    font-weight: bold;
}

.k-export-button-email-add span {
    background-position: -1400px -60px;
}

div.marcarValidaMsg {
    font-size: larger;
}

div.marcarValidaSelec {
    font-size: larger;
}

div.marcarValidaCancel {
    color: #faa732;
}

div.marcarValidaCheck {
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.destacado {
    background-color: blanchedalmond;
}

.importarPatrullera label {
    font-weight: bold;
}

.importarPatrullera .k-upload-button {
    font-weight: bold;
}

ul.neafclist {
    font-size: 1.1em;
}

    ul.neafclist li {
        margin-bottom: 0.6em;
    }

li.lihrefBigger {
    margin-bottom: 1em;
}

    li.lihrefBigger a {
        font-size: 1.6em;
    }


tr.k-state-selected a, tr.k-state-selected a:focus a.backtextrowselected {
    color: black;
    text-decoration: underline;
}

.k-tooltip {
    background: #008080 !important;
    border-color: black !important;
    color: white !important;
}

a.aNavList {
    color: white;
}

/*tbody tr td {
    text-transform: uppercase;
}*/

td .k-button-icontext {
    text-transform: none;
}

/*td .text-box {
    text-transform: uppercase;
}*/

.k-textbox.k-grid-search.k-display-flex {
    width: 45em;
    height: 3.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
}

.edit-buttons {
    text-align: left;
    padding: 1px;
    background-color: rgba(0,0,0,0.1);
}

.k-add-button {
    margin-bottom: 1em;
}

.k-switch {
    font-size: 10px;
}

.divider2 {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px;
    height: 10px;
    line-height: 15px;
    text-align: center;
}

    .divider2 span {
        background-color: #FFF;
        display: inline-block;
        padding: 0 10px;
        min-height: 15px;
        min-width: 10%;
        font-size: 12px;
    }

select[multiple] {
    height: 2em;
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

/* Kendo toolbar icon: modificaciones debidas a la nueva versión para recolocar los iconos */
.custom-icon-modifier {
    margin: auto;
}

/* Kendo dropzone mostramos siempre el texto de la zona de drop */
.dropZone .k-dropzone-hint.k-hidden {
    display: block !important;
}

/* Posiciona texto en una boostrap col en la parte inferior */
.colbottom {
    position: absolute;
    bottom: 0.1rem;
}

/* Kendo custom popup editor*/
div.k-edit-form-container {
    width: auto;
}

div.k-edit-label {
    margin-left: unset;
}

/* ------------------------------------------------------------------ APARIENCIA SEDE ----------------------------------------------------------------- */
.pageHeader {
    background: #016d64;
    min-height: 120px;
}

.img-logo {
    width: 310px;
    height: 82px;
}

@media (min-width: 800px) {
    .tamañoHeader {
        width: 63%;
    }
}


@media (min-width: 1000px) {
    .tamañoHeader {
        width: 65%;
    }
}

@media (min-width: 1420px) {
    .tamañoHeader {
        width: 77%;
    }
}

@media (min-width: 1660px) {
    .tamañoHeader {
        width: 80%;
    }
}

@media (min-width: 1900px) {
    .tamañoHeader {
        width: 83%;
    }
}

@media (min-width: 2540px) {
    .tamañoHeader {
        width: 83%;
    }
}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.font-small {
    font-size: 0.75em;
}

.red {
    background: #FF0000;
}

.green {
    background: #00FF00;
}

.blue {
    background: #0000FF;
}


.w-25p {
    width: 25px;
}

.w-30p {
    width: 30px;
}

.w-30 {
    width: 30%;
}

.w-35p {
    width: 35px;
}


.w-40p {
    width: 40px;
}

.w-50p {
    width: 50px;
}

.w-60p {
    width: 60px;
}

.w-75p {
    width: 75px;
}

.w-80p {
    width: 80px;
}

.w-100p {
    width: 100px;
}

.w-120p {
    width: 120px;
}

.w-170p {
    width: 170px;
}

.w-200p {
    width: 200px;
}

.h-15p {
    height: 15px;
}

.h-25p {
    height: 25px;
}

.h-30p {
    height: 30px;
}

.h-35p {
    height: 35px;
}

.sinborde {
    border: none !important;
}

.text-gris {
    color: #495057;
}

.text-rojopastel {
    color: #FF6946;
}

.text-negrita {
    font-weight: 600;
}

.label-field {
    font-weight: 400;
    font-size: 1.4em;
    margin-top: 4px;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.btn {
    height: 30px;
    font-size: 1em;
    padding: 1px;
}

    .btn:hover {
        color: white;
        text-decoration: none;
    }

    .btn:disabled {
        color: black !important;
        background: #C0C0C0;
        text-decoration: none;
    }

.btn-lnk {
    padding: 3px;
}


.btn-gray {
    background: #C0C0C0;
    border-color: #878787;
}

.btn-blue {
    background: #A3C1E5;
    border-color: #5B9BD5;
}

.btn-orange {
    background: #FFD88F;
    border-color: #FFC000;
}

.btn-red {
    background: #F5B296;
    border-color: #ED7D31;
}

.btn-green {
    background: #ACCF9B;
    border-color: #4CBE7C;
}

.text-red {
    color: red;
}

.kendo-grid-thin-button {
    width: 25px;
    min-width: 25px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.kendo-grid-medthin-button {
    width: 30px;
    min-width: 30px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.kendo-grid-thin-button .k-icon {
    margin: auto;
}

/*Cambia los colores por defecto del selección del grid de Kendo*/
.k-grid .k-state-selected {
    background-color: #F8CBAD !important;
    color: #000000;
}

.k-grid .k-alt.k-state-selected {
    background-color: #F8CBAD !important;
    color: #000000;
}

/*---------------------------------------- PARA PAGINA INICIAL CSV ----------------------------------------*/

.fenixHeader {
    min-height: 70px;
}

.fenixFooter {
    background-image: none;
    background-color: #2e4e70;
    background: linear-gradient(to bottom,rgba(46,78,112,1) 0%,rgba(41,137,216,1) 100%);
    color: #ffffff;
    max-height: 40px;
}

.bodyIndex {
    background-image: url('images/underwater.jpg');
    background-size: cover;
    background-position-x: center;
    min-height: 100%;
    padding: 5%;
}

.divForm {
    min-width: 800px;
}

.divSearch {
    max-width: 350px;
}

.divDoc {
    overflow: hidden;
}

.langFlag {
    width: 30px;
    height: 30px;
}


/*---------------------------------------- POPUP MODAL ----------------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.modal-content-medio {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    /*margin: 5px;*/
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.flex-checks {
    display: flex;
    gap: 20px;
}

.checkbox-column > * {
    min-height: 32px;
    margin-bottom: 1px;
}

/* #region kendo/bootstrap fixes */
.k-widget ~ .field-validation-error {margin-top:0}
.k-widget.form-control .k-dropdown-wrap {height:100%}
.input-group span.k-widget, .input-group .k-dropdown-wrap   {height: auto !important}

.k-grid .form-control {
    margin-bottom: 0;
    height: auto;
}


/* #endregion*/

.gap-1 {gap: 0.25rem}
.gap-2 {gap: 0.55rem}
.gap-3 {gap: 1rem}
.row-gap-1 {row-gap: 0.25rem}
.row-gap-2 {row-gap: 0.55rem}
.row-gap-3 {row-gap: 1rem}
.column-gap-1 {column-gap: 0.25rem}
.column-gap-2 {column-gap: 0.55rem}
.column-gap-3 {column-gap: 1rem}
