:root {
    --primaryGreen: #61a93e;
    --secondaryGreen: #a0cb8b;
    --primaryRed: #e81c14;
    --dark-bg: #252b36;
    --border: white;
    --table-background: white;
    --table-font: black;
}

.btn-navbar {
    background: unset;
    border: none;
    border-radius: 20px;
}

    .btn-navbar:hover, .btn-navbar:focus {
        color: var(--navbar-hover-color);
        background-color: var(--navbar-hover-bg);
    }

.background-login {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    position: relative;
}

.dataTable {
    padding-bottom: 20px !important;
}

.dataTables_filter {
    float: right;
}

.text-airlan {
    color: var(--primaryGreen);
}

.active > .page-link {
    background-color: var(--primaryGreen);
    border-color: var(--primaryGreen);
}

.btn-airlan {
    color: #fff;
    background-color: var(--primaryGreen);
    border-color: var(--primaryGreen);
}

    .btn-airlan:hover {
        opacity: 0.8;
        color: #fff;
    }

.btn-airlan-admin {
    color: #fff;
    background-color: var(--primaryGreen);
    border: 3px solid var(--primaryGreen);
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 500;
}

    .btn-airlan-admin:hover {
        background-color: #fff;
        color: var(--primaryGreen);
        border: 3px solid var(--primaryGreen);
    }

.tabs {
    max-width: 600px;
    margin: 0 auto;
}

.tab {
    border-style: solid solid none solid;
    text-decoration: none;
    padding: .5rem 1rem;
    font-weight: 600;
    color: grey;
    background-color: lightgray;
    pointer-events: unset;
    border-width: 3px;
    border-radius: 7px 7px 0 0;
    border-color: lightgray;
    padding-bottom: 7px;
    font-size: 16px;
}

    .tab:hover {
        cursor: pointer;
        color: grey;
    }

    .tab.active {
        color: var(--primaryGreen);
        border-color: var(--dark-bg);
        font-weight: bold;
        background-color: #fff;
        z-index: 3;
        position: relative;
    }

.tab-content {
    background: #fff;
    display: none;
    padding: 2rem;
    border-style: solid none none none;
    border-color: var(--dark-bg);
    border-width: 3px;
    height: 100%;
    z-index: 2;
    position: relative;
}

    .tab-content.show {
        display: block;
    }

.input-icon {
    color: grey;
    font-size: 15px;
}

.bg-grey {
    background-color: #efefef;
}

.modal-table {
    position: fixed;
    width: 90%;
    height: 90%;
    z-index: 1059;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-gmao {
    position: fixed;
    z-index: 1059;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-sm {
    position: fixed;
    z-index: 1059;
    width: 700px;
    height: 375px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-lg {
    position: fixed;
    z-index: 1059;
    width: 1000px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dark-background {
    position: fixed;
    z-index: 1058;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.source-tableeditor {
    border: 1px var(--border) solid !important;
}

    .source-tableeditor thead {
        background-color: var(--border);
        text-align: center;
        font-size: 1.1em;
    }

        .source-tableeditor thead td {
            border-bottom: 1px solid var(--border);
        }

    .source-tableeditor td {
        padding: 0px;
    }

    .source-tableeditor tbody td {
        border-left: 1px solid var(--border);
        text-align: center;
    }

        .source-tableeditor tbody td:last-child {
            border-bottom: 0px solid;
        }

    .source-tableeditor tbody tr {
        border-bottom: 1px solid var(--border);
    }

        .source-tableeditor tbody tr:last-child {
            border-bottom: 0px solid;
        }

    .source-tableeditor tbody th {
        background-color: var(--border);
        text-align: center;
    }

table.ephox-advtable {
    margin-left: 25px;
    -webkit-transition: margin-left .125s;
    transition: margin-left .125s;
    transition: max-width .125s;
    max-width: 97vw
}

.dropify-wrapper {
    border-radius: 0.375rem;
}

html[data-color-theme=""] .dropify-wrapper {
    border: 1px solid var(--gray-400) !important;
}

html[data-color-theme=dark] .dropify-wrapper {
    background-color: var(--table-background) !important;
    border: 1px solid var(--gray-400) !important;
}

    html[data-color-theme=dark] .dropify-wrapper:hover {
        background-image: linear-gradient(-45deg, rgba(76, 78, 89,20%) 25%, transparent 25%, transparent 50%, rgba(76, 78, 89,20%) 50%, rgba(76, 78, 89,20%) 75%, transparent 75%, transparent);
    }

.dropify-message > .file-icon {
    font-size: 120px !important;
}

    .dropify-message > .file-icon > p {
        font-size: 0px !important;
        height: 0;
    }

.dropify-preview {
    background-color: transparent !important;
}

.dropify-render > img {
    background-color: transparent !important;
}

.pointer {
    cursor: pointer;
}

.calendar .months-container .month-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.month-title {
    background-color: #61a93e;
    border-radius: 5px;
    color: white;
    padding-top: 0.5rem;
}

.calendar table td, .calendar table th {
    border-radius: 5px;
}

.spin {
    animation: spin 2000ms linear infinite;
    transform-origin: 50% 50%;
}


@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media print {
    .pagebreak {
        page-break-after: always;
    }
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

span[contenteditable] {
    --badge-padding-x: 0.4375rem;
    --badge-padding-y: 0.3125rem;
    --badge-font-size: 0.75rem;
    --badge-font-weight: 600;
    --badge-border-radius: var(--border-radius-sm);
    display: inline-block;
    padding: var(--badge-padding-y) var(--badge-padding-x);
    font-size: var(--badge-font-size);
    font-weight: var(--badge-font-weight);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--badge-border-radius);
}

    span[contenteditable]:empty::before {
        content: "Escalar";
    }

html[data-color-theme=dark] g > text[text-anchor="start"] {
    fill: white !important;
}

html[data-color-theme=dark] g > text[text-anchor="middle"] {
    fill: white !important;
}

html[data-color-theme=dark] g.highcharts-xaxis > path {
    stroke: white !important;
}

html[data-color-theme=dark] g.highcharts-point {
    stroke-width: 0 !important;
}

html[data-color-theme=dark] path.highcharts-point {
    stroke-width: 0 !important;
}

html[data-color-theme=dark] g > text.highcharts-legend-navigation {
    fill: white !important;
}

g > rect[class="highcharts-button-box"] {
    fill: transparent !important;
}

html[data-color-theme=dark] .pie g > path {
    stroke: var(--card-bg);
}

#fechas {
    position: relative;
    top: 58px;
    left: 60vh;
    z-index: 10;
}

.vistaImportar {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: rgb(211, 211, 211, 50%)
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0.125em 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}

    .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
    }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    box-shadow: none;
    font-weight: 500;
}

    .swal2-styled:not([disabled]) {
        cursor: pointer;
    }

    .swal2-styled.swal2-confirm {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #2778c4;
        color: #fff;
        font-size: 1em;
    }

    .swal2-styled.swal2-deny {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #d14529;
        color: #fff;
        font-size: 1em;
    }

    .swal2-styled.swal2-cancel {
        border: 0;
        border-radius: 0.25em;
        background: initial;
        background-color: #757575;
        color: #fff;
        font-size: 1em;
    }

    .swal2-styled:focus {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
    }

    .swal2-styled::-moz-focus-inner {
        border: 0;
    }

html[data-color-theme=dark] .table-inst > thead > tr > th {
    background-color: rgba(var(--black-rgb),0.08);
    color: var(--table-striped-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-inst > thead > tr > th {
    background-color: #252b36;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-inst > thead {
    border-radius: 30px !important;
}

.bloque-indicadores {
    font-size: 1.5em;
    background-color: rgb(250,250,250,0.82);
    height: 6rem;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    color: #4c5562 !important;
    width: 80%;
    text-align: center;
}

.contenedor_indicadores {
    
}

.gpi {
    border-top: 30px solid #CC0000;
    border-bottom: 30px solid #CC0000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 0.5px solid var(--body-bg);
    border-right: 0.5px solid var(--body-bg);
}

.gpd {
    border-top: 30px solid #FA6B02;
    border-bottom: 30px solid #FA6B02;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 0.5px solid var(--body-bg);
    border-right: 0.5px solid var(--body-bg);
}

.gf {
    border-top: 30px solid #44A003;
    border-bottom: 30px solid #44A003;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 0.5px solid var(--body-bg);
    border-right: 0.5px solid var(--body-bg);
}

.listaIndicadoress{
    list-style: none !important;
    padding: 0;
}

.numero{
    font-size: 4vh;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

#Secuencia > .formula-element {
    margin-right: .625rem !important;
}

.download-csv {
    color: rgb(102,102,102) !important;
    float: right;
    z-index:2;
    position:relative;
    padding: 0.3125rem;
}

    .download-csv:hover {
        cursor: pointer !important;
        color: #3E98C5 !important;
    }

.table-inst td, .table-inst th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.text-dynamic {
    color: var(--body-color) !important;
}

.login-background {
    background-color: #FFF;
    background-image: url(../assets/images/airlan/login-background.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -100;
    position: absolute;
    /*margin-top: 4.5%;
    margin-bottom: 5%;*/
}

.login-container {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.datepicker-dropdown{
    z-index: 1070 !important;
}

.datepicker-controls{
    border:none !important;
}

    .datepicker-controls > * {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border: none !important;
    }