﻿body, .app-default {
    background-color: #F6F6F6 !important;
}

.app-header {
    background-color: #F6F6F6 !important;
}

.app-sidebar {
    background-color: #F6F6F6 !important;
}

.menu-active-bg .menu-item .menu-link.active {
    background-color: #fae7ef !important;
}

.menu-link:hover {
    background-color: #ebebeb !important;
}

.menu-active-primary .menu-item .menu-link.active {
    background-color: #ebebeb !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-48{ width:48% !important;}

.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-lg-40 {
    width: 40% !important;
}

.w-90{width:90% !important;}
.end-10{ right:10% !important;}
.end-15{ right:15% !important;}

.text-justify {
    text-align: justify !important;
}

.text-blue {
    color: #009ef7;
}
.bg-light-primary {
    background-color: #fae7ef !important;
}

.badge-blue {
    color: #ffffff;
    background-color: #009ef7;
}

.badge-light-blue {
    color: #009ef7;
    background-color: #f1faff;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff;
}
.btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary.active {
    background-color: #fae7ef !important;
}
/*#faddea*/



th.sticky1,
td.sticky1 {
    position: sticky;
    left: 0;
    background: var(--stickyBackground);
}
th.sticky2,
td.sticky2 {
    position: sticky;
    left:75px;
    background: var(--stickyBackground);
}
th.sticky3,
td.sticky3 {
    position: sticky;
    left: 225px;
    background: var(--stickyBackground);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff7a;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    /*opacity: 0.5;*/
}

#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

#loaderText {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 62%;
    margin: -50px 0 0 -50px;
    text-align: center;
    font-weight: 700;
}

.text-observaciones{
    background-color:lightgrey !important;
}

/*digitalizacion*/
:root {
    --zoomist-wrapper-bg-color: #efefef;
    --zoomist-slider-bg-color: rgba(255, 255, 255, .8);
    --zoomist-slider-border-radius: 0 0 4px 0;
    --zoomist-slider-padding-x: 20px;
    --zoomist-slider-padding-y: 20px;
    --zoomist-slider-track-color: #ddd;
    --zoomist-slider-track-color-hover: #ccc;
    --zoomist-slider-bar-size: 120px;
    --zoomist-slider-bar-side: 2px;
    --zoomist-slider-bar-border-radius: 2px;
    --zoomist-slider-bar-color: #666;
    --zoomist-slider-bar-color-hover: #444;
    --zoomist-slider-button-size: 12px;
    --zoomist-slider-button-color: #fff;
    --zoomist-zoomer-button-size: 48px;
    --zoomist-zoomer-button-color: rgba(255, 255, 255, .8);
    --zoomist-zoomer-button-color-hover: rgba(255, 255, 255, .9);
    --zoomist-zoomer-button-color-disabled: rgba(255, 255, 255, .8);
    --zoomist-zoomer-button-opacity-disabled: .7;
    --zoomist-zoomer-icon-size: 14px;
    --zoomist-zoomer-icon-color: #333;
    --zoomist-zoomer-icon-color-hover: #111;
    --zoomist-zoomer-icon-color-disabled: #999;
    --zoomist-modules-tranistion-duration: .3s
}

.zoomist-container {
    position: relative;
    padding: 0 !important;
    touch-action: none;
    user-select: none
}

.zoomist-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
    background-color: var(--zoomist-wrapper-bg-color)
}

.zoomist-image {
    position: relative;
    max-width: none !important;
    max-height: none !important;
    pointer-events: none
}

.zoomist-slider {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: var(--zoomist-slider-padding-y) var(--zoomist-slider-padding-x);
    background-color: var(--zoomist-slider-bg-color);
    border-radius: var(--zoomist-slider-border-radius)
}

    .zoomist-slider:hover .zoomist-slider-wrapper {
        background-color: var(--zoomist-slider-track-color-hover)
    }

    .zoomist-slider:hover .zoomist-slider-bar {
        background-color: var(--zoomist-slider-bar-color-hover)
    }

    .zoomist-slider:hover .zoomist-slider-button:before {
        box-shadow: 0 0 8px #0009
    }

.zoomist-slider-horizontal .zoomist-slider-wrapper {
    align-items: center;
    justify-content: flex-start;
    width: var(--zoomist-slider-bar-size);
    height: var(--zoomist-slider-bar-side)
}

.zoomist-slider-horizontal .zoomist-slider-bar {
    top: 0;
    width: calc(var(--value) * 1%);
    height: 100%
}

.zoomist-slider-horizontal .zoomist-slider-button {
    left: calc(var(--value) * 1%)
}

.zoomist-slider-vertical .zoomist-slider-wrapper {
    align-items: flex-end;
    justify-content: center;
    width: var(--zoomist-slider-bar-side);
    height: var(--zoomist-slider-bar-size)
}

.zoomist-slider-vertical .zoomist-slider-bar {
    bottom: 0;
    width: 100%;
    height: calc(var(--value) * 1%)
}

.zoomist-slider-vertical .zoomist-slider-button {
    bottom: calc(var(--value) * 1%)
}

.zoomist-slider-wrapper {
    position: relative;
    display: flex;
    background-color: var(--zoomist-slider-track-color);
    transition: background-color var(--zoomist-modules-tranistion-duration)
}

.zoomist-slider-bar {
    position: absolute;
    z-index: 0;
    left: 0;
    display: block;
    border-radius: var(--zoomist-slider-bar-border-radius);
    background-color: var(--zoomist-slider-bar-color);
    transition: background-color var(--zoomist-modules-tranistion-duration)
}

.zoomist-slider-button {
    position: relative;
    z-index: 1;
    display: block;
    width: 0 !important;
    height: 0 !important
}

    .zoomist-slider-button:before {
        content: "";
        position: absolute;
        left: calc(var(--zoomist-slider-button-size) * -.5);
        top: calc(var(--zoomist-slider-button-size) * -.5);
        width: var(--zoomist-slider-button-size);
        height: var(--zoomist-slider-button-size);
        display: block;
        background-color: var(--zoomist-slider-button-color, #fff);
        border-radius: 50%;
        box-shadow: 0 0 4px #0006;
        transition: box-shadow var(--zoomist-modules-tranistion-duration)
    }

.zoomist-zoomer {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border-radius: 0 0 0 4px;
    overflow: hidden
}

.zoomist-zoomer-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--zoomist-zoomer-button-size);
    height: var(--zoomist-zoomer-button-size);
    background: none;
    background-color: var(--zoomist-zoomer-button-color);
    border: 0;
    transition: background-color var(--zoomist-modules-tranistion-duration);
    cursor: pointer
}

    .zoomist-zoomer-button:hover {
        background-color: var(--zoomist-zoomer-button-color-hover)
    }

        .zoomist-zoomer-button:hover .zoomist-zoomer-icon {
            fill: var(--zoomist-zoomer-icon-color-hover)
        }

    .zoomist-zoomer-button.zoomist-zoomer-disabled {
        pointer-events: none;
        background-color: var(--zoomist-zoomer-button-color-disabled);
        opacity: var(--zoomist-zoomer-button-opacity-disabled)
    }

        .zoomist-zoomer-button.zoomist-zoomer-disabled .zoomist-zoomer-icon {
            fill: var(--zoomist-zoomer-icon-color-disabled)
        }

.zoomist-zoomer-icon {
    width: var(--zoomist-zoomer-icon-size);
    height: var(--zoomist-zoomer-icon-size);
    fill: var(--zoomist-zoomer-icon-color);
    transition: fill var(--zoomist-modules-tranistion-duration)
}

#watermark {
    color: rgba(128, 128, 128, 0.3);
    height: 100%;
    left: 0;
    line-height: 2;
    margin: 0;
    position: fixed;
    top: 0;
    transform: rotate(-30deg);
    transform-origin: 0 100%;
    width: 200%;
    word-spacing: 10px;
    z-index: 1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.linea-grafica-20 {
    position: absolute;
    bottom: 20%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}

.linea-grafica-40 {
    position: absolute;
    bottom: 40%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}

.linea-grafica-60 {
    position: absolute;
    bottom: 60%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}

.linea-grafica-80 {
    position: absolute;
    bottom: 80%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}

.linea-grafica-100 {
    position: absolute;
    bottom: 101%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}


.linea-grafica-valor-0 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: 0px;
    font-size: 13px;
}

.linea-grafica-valor-20 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: calc(20% - 8px);
    font-size: 13px;
}

.linea-grafica-valor-40 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: calc(40% - 8px);
    font-size: 13px;
}

.linea-grafica-valor-60 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: calc(60% - 8px);
    font-size: 13px;
}

.linea-grafica-valor-80 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: calc(80% - 8px);
    font-size: 13px;
}

.linea-grafica-valor-100 {
    position: absolute;
    padding-right: 5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    bottom: calc(100% - 5px);
    font-size: 13px;
}

.tooltiptext {
    /* visibility: hidden; */
    box-shadow: 0px ​0px 4px rgba(0,0,0,.5) !important;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    margin-top: 0;
    margin-left: -35px;
    z-index: 1000000;
}

    .tooltiptext span.arrow-down {
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        margin-left: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #000;
    }

.tooltiptext2 {
    /* visibility: hidden; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .75) !important;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px 0 0 6px;
    border: #FFF solid 1px;
    padding: 0;
    /* Position the tooltip */
    position: absolute;
    margin-top: 0;
    margin-left: -36px;
    z-index: 1000000;
}

    .tooltiptext2 span.arrow-down {
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        margin-left: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #000;
    }

    .tooltiptext2 div.tool-color {
        height: 7px !important;
        border-bottom: #777 solid 1px;
    }

.dis-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tableResultados thead tr th {
    text-transform: uppercase;
    color: white;
    font-size: 10px !important;
}

.tableResultadosSeccion thead tr th {
    justify-content: center;
    align-items: center;
    background-color: #34344e !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}

    .tableResultadosSeccion thead tr th div:first-child {
        line-height: 120% !important;
    }

    .tableResultadosSeccion thead tr th:first-child {
        left: 0;
        min-width: 90px;
        max-width: 90px;
        z-index: 4 !important;
    }

.tableResultadosSeccion tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 90px;
    max-width: 90px;
    z-index: 3 !important;
}


.tableResultadosSeccion2 thead tr th {
    background-color: #34344e !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}

    .tableResultadosSeccion2 thead tr th div:first-child {
        line-height: 120% !important;
    }

    .tableResultadosSeccion2 thead tr th:first-child {
        left: 0;
        min-width: 100px;
        max-width: 100px;
        z-index: 4 !important;
    }

    .tableResultadosSeccion2 thead tr th:nth-child(2) {
        left: 116px;
        min-width: 84px;
        max-width: 84px;
        z-index: 4 !important;
    }

.tableResultadosSeccion2 tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 3 !important;
}

.tableResultadosSeccion2 tbody tr td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 84px;
    max-width: 84px;
    z-index: 3 !important;
}

.tableResultadosSeccion3 thead tr th {
    background-color: #34344e !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}

    .tableResultadosSeccion3 thead tr th div:first-child {
        line-height: 120% !important;
    }

    .tableResultadosSeccion3 thead tr th:first-child {
        left: 0;
        min-width: 100px;
        max-width: 100px;
        z-index: 4 !important;
    }

    .tableResultadosSeccion3 thead tr th:nth-child(2) {
        left: 116px;
        min-width: 80px;
        max-width: 80px;
        z-index: 4 !important;
    }

    .tableResultadosSeccion3 thead tr th:nth-child(3) {
        left: 212px;
        min-width: 84px;
        max-width: 84px;
        z-index: 4 !important;
    }

.tableResultadosSeccion3 tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 3 !important;
}

.tableResultadosSeccion3 tbody tr td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 80px;
    max-width: 80px;
    z-index: 3 !important;
}

.tableResultadosSeccion3 tbody tr td:nth-child(3) {
    position: -webkit-sticky;
    position: sticky;
    left: 212px;
    min-width: 84px;
    max-width: 84px;
    z-index: 3 !important;
}

.cell-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}

.cell-sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 80px;
    max-width: 80px;
    z-index: 2;
}

.cell-sticky1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 2;
}

.cell-sticky2 {
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 84px;
    max-width: 84px;
    z-index: 2;
}

.progress {
    height: 12px !important;
    border-radius: 0 !important;
}

    .progress.vertical {
        width: 100%;
        min-height: 90px;
        display: flex;
        align-items: flex-end;
        /* margin-right: 20px; */
        float: left;
    }

.progress-bar {
    /* background-color: #f5f5f5 !important; */
}

.progress.vertical div.progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}


/*.modal:nth-of-type(even) {
    z-index: 1059 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1056 !important;
}*/

/*
--bs-scrollbar-color: #F4F4F4;
--bs-scrollbar-hover-color: #efefef;
*/