body {
    font-family: "Raleway";
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./../fonts/static/Raleway-Regular.ttf");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.headerNotification {
    color: #002663 !important;
    font-size: 1.2rem;
    font-weight: 600 !important;
}

.bodyNotification {
    color: #000 !important;
    font-size: 1.1rem;
    /*display: block;*/
    margin-top: 30px;
}

.bodyNotificationStateOk {
    color: #00c851 !important;
    font-size: 1.2rem;
    font-weight: 400 !important;
    margin-top: 30px;
}

.bodyNotificationStateProcess {
    color: #2c8dea !important;
    font-size: 1.2rem;
    font-weight: 400 !important;
    margin-top: 30px;
}

.bodyNotificationStateError {
    color: #f66e6e !important;
    font-size: 1.2rem;
    font-weight: 400 !important;
    margin-top: 30px;
}

.bodyNotificationFile {
    color: #002663 !important;
    font-size: 1.2rem;
    font-weight: 600 !important;
    margin-top: 30px;
}

.fa-question-circle {
    color: #ffc51a !important;
    font-size: 60px;
}

.fa-info-circle {
    /*color: #46b8da !important;*/
    color: #002663 !important;
    font-size: 60px;
}

.fa-exclamation-triangle {
    color: #ffc51a !important;
    font-size: 60px;
}

.fa-exclamation-triangle {
    color: #ffc51a !important;
    font-size: 60px;
}

.fa-question-circle {
    color: #ffc51a !important;
    font-size: 80px;
}

.fa-info-circle {
    color: #46b8da !important;
    font-size: 60px;
}

.fa-exclamation-triangle {
    color: #ffc51a !important;
    font-size: 60px;
}

.spinnergearcheck-process {
    width: 100px !important;
    height: 100px !important;
    animation: spcinnergearcheck 3.5s linear infinite;
    /*position: absolute;*/
    color: #0e7de8ee; /*#4095e57e;*/
    /*left: 40px;
    top: 50px;*/
}

@keyframes spcinnergearcheck {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* NAVBAR */
.nav-principal * {
    padding: 0;
    margin: 0;
    /* position: fixed; */
}

.nav-principal {
    background-color: #4094e5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    color: #ffffff;
    padding: 15px 20px 15px 100px;
    /* position: relative; */
    height: 65px;
    position: fixed;
    z-index: 999;
}

.nav-right {
    display: flex;
}

.nav-ham {
    display: none;
}

.nav-buscador {
    position: relative;
    margin-right: 20px;
}

    .nav-buscador input {
        padding: 5px 35px 5px 10px;
        border: 1px solid #ced4da;
        border-radius: 8px;
        width: 300px;
        outline: 0;
    }

    .nav-buscador img {
        position: absolute;
        width: 20px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.nav-iconos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 270px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

    .nav-iconos li img {
        width: 20px;
    }

    .nav-iconos li.search {
        display: none;
    }

/* MENÚ */
.font-light-bold {
    font-weight: 600;
}

.card-main-title {
    font-size: 1.2rem;
}

.card-border-right {
    border-right: 1px solid #e2e2e2;
}

.reserved-rights {
    opacity: 0.5;
    font-size: 0.9rem;
}

.main-color {
    color: #0e7de8 !important;
}

.main-bg-color {
    background-color: #e8f4ff !important;
}

.red-color {
    color: #f66e6e !important;
}

.bg-red {
    background-color: #f66e6e !important;
}

.bg-sub-header {
    background-color: #cddfef;
}

.red-bg-color {
    background-color: #fbe8e8 !important;
}

.btn-red-color {
    color: #fff;
    background-color: #ff6369 !important;
    float: right;
    margin-top: 15px;
    margin-right: 0px;
    border-radius: 5px;
    padding: 10px 35px;
    font-weight: 600;
}

    .btn-red-color:hover {
        color: #fff !important;
        text-decoration: none;
    }

.pill-success {
    background-color: #78ce1d !important;
    padding: 2px 20px 4px 20px;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.pill-success-bg {
    background-color: #F5FFD4;
}

.pill-warning {
    background-color: #ffc51a !important;
    padding: 2px 20px 4px 20px;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.pill-warning-bg {
    background-color: #FFF7DE;
}

.yellow-color {
    color: #ffc51a !important;
}

.yellow-bg-color {
    background-color: #fff7de !important;
}

.green-color {
    color: #78ce1d !important;
}

.green-bg-color {
    background-color: #f5ffd4 !important;
}

.color-gray {
    color: #868686 !important;
}

.color-label {
    color: #757575 !important;
}

.badge-default {
    padding: 2px 20px 4px 20px;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.h-auto {
    height: auto !important;
}

.m-0-auto {
    margin: 0 auto !important;
}

.h-43 {
    height: 43px !important;
}

.w-10 {
    width: 10px !important;
}

.w-12 {
    width: 12px !important;
}

.w-15 {
    width: 15px !important;
}

.w-16 {
    width: 16px !important;
}

.w-17 {
    width: 17px !important;
}

.w-19 {
    width: 19px !important;
}

.w-20 {
    width: 20px !important;
}

.w-22 {
    width: 22px !important;
}

.w-24 {
    width: 24px !important;
}

.w-25 {
    width: 25px !important;
}

.w-32 {
    width: 32px !important;
}

.w-37 {
    width: 37px !important;
}

.w-40 {
    width: 40px !important;
}

.w-64 {
    width: 64% !important;
}

.w-72 {
    width: 72% !important;
}

.w-100 {
    width: 100% !important;
}

.l-4 {
    left: 4px !important;
}

.l-5 {
    left: 5px !important;
}

.l-10 {
    left: -10px !important;
}

.l-15 {
    left: -15px !important;
}

.t-0 {
    top: 0 !important;
}

.t-4 {
    top: -4px !important;
}

.t-1 {
    top: -1px !important;
}

.t-2 {
    top: 2px !important;
}

.t-7 {
    top: 7px !important;
}

.t-14 {
    top: 14px !important;
}

.t-27 {
    top: 27px !important;
}

.r-4 {
    right: 4px !important;
}

.r-10 {
    right: 10px !important;
}

.op-4 {
    opacity: 0.4 !important;
}

.op-6 {
    opacity: 0.6 !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.b-1 {
    bottom: 1px !important;
}

.b-10 {
    bottom: 10px !important;
}

.border-w-1 {
    border-width: 1px !important;
}

.fs-08 {
    font-size: .8rem !important;
}

.fs-085 {
    font-size: .85rem !important;
}

.fs-09 {
    font-size: .9em !important;
}

.fs-09rem {
    font-size: .9rem !important;
}

.fs-98 {
    font-size: 98% !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

.fs-13 {
    font-size: 13px !important;
}

.medium {
    font-size: medium !important;
}

.h-390 {
    height: 390px;
}

.large {
    font-size: large;
}

.venc-date {
    font-size: 0.9rem;
    top: 5px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-r-gray {
    border-right: 1px solid #cacaca !important;
}

.menu-principal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 999;
}

    .menu-principal .menu-ctn-item.logo {
        height: 65px;
        cursor: initial;
    }

        .menu-principal .menu-ctn-item.logo img {
            width: 40px;
        }

    .menu-principal .menu-ctn-item {
        width: 85px;
        height: calc(11.11% - 7.22px);
        min-height: 55px;
        background-color: #f5f5f5;
        border-right: 1px solid #dadada;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .menu-principal .menu-ctn-item.active {
            background-color: rgba(214, 214, 214, 0.8);
            border-right: 5px solid #0e7de8;
        }

        .menu-principal .menu-ctn-item .titulo h3 {
            display: none;
        }

        .menu-principal .menu-ctn-item .titulo img {
            height: 40px;
        }

        .menu-principal .menu-ctn-item .opciones {
            display: none;
        }

            .menu-principal .menu-ctn-item .opciones.active {
                display: block;
                position: absolute;
                top: 65px;
                left: 85px;
                background-color: #f5f5f5;
                padding: 20px;
                padding-top: 50px;
                font-size: 14px;
                width: 230px;
                overflow: auto;
                height: calc(100vh - 65px);
                max-height: calc(100vh - 65px);
            }

                .menu-principal .menu-ctn-item .opciones.active h3 {
                    font-size: 18px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                    padding-bottom: 20px;
                    margin-bottom: 18px;
                }

                .menu-principal .menu-ctn-item .opciones.active a {
                    display: block;
                    margin-bottom: 18px;
                    font-size: 16px;
                    color: #000000;
                }

                    .menu-principal .menu-ctn-item .opciones.active a:hover {
                        color: #0e7de8;
                    }

            .menu-principal .menu-ctn-item .opciones a.selected {
                /*font-weight: 600;*/
                font-weight: 600;
                color: #0e7de8;
            }

.close-menu-mob {
    display: none;
}

.close-buscador {
    display: none;
}

.section-separator-sidebar {
    width: 100%;
    left: 0;
}
/* TABS */
.nav-tabs {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
}

    .nav-tabs li {
        display: flex;
        justify-content: center;
        max-width: 240px;
        vertical-align: top;
        box-sizing: border-box;
        min-width: 130px;
        margin-bottom: 0 !important;
        font-size: 12px;
    }

        .nav-tabs li a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 15px;
            width: 100%;
            font-size: 1.2em;
        }

            .nav-tabs li a img {
                width: 25px;
            }

.nav-tabs {
    border: 0;
}

    .nav-tabs .nav-item .nav-link {
        border-bottom: 1px solid #dee2e6;
    }

        .nav-tabs .nav-item .nav-link.active {
            border-bottom: 0;
        }

.container-withsidebar {
    margin-left: 320px;
    margin-top: 90px;
    width: calc(100% - 320px);
}

.scroller {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.scroller.scroller-left {
    display: none;
}

.scroller.scroller-right {
    display: none;
}

strong {
    font-weight: 600 !important;
    color: #000000 !important;
}

p.description-text {
    color: #a9aaab !important;
}

.subtitle {
    font-weight: 600;
    opacity: 0.4;
}

.iziToast-wrapper {
    top: 10% !important;
    text-align: right !important;
}

/* ocultar */
.is-hidden {
    display: none !important;
}
/* COMMON ELEMENTS*/
.container h3 {
    margin-bottom: 35px;
}

h3,
h4,
h5 {
    font-weight: 600;
}

h6 {
    color: #767676;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.bg-green {
    background-color: #2dcece;
    color: #ffffff;
}

.form-control.datepicker {
    cursor: pointer;
}

.btn-accion-movimiento {
    padding: 7px 22px;
    border: 2.5px solid #2dcece;
    background-color: #ffffff;
    color: #2dcece;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}

.btn-close {
    background-color: #666666 !important;
    margin-top: 15px;
    margin-right: 0px;
    border-radius: 5px;
    padding: 10px 35px;
    font-weight: 600;
    color: #fff;
}

    .btn-close:hover {
        color: #fff !important;
    }

.mt-70 {
    margin-top: 70px;
}

.fs-09 {
    font-size: 0.9em;
}

.mt-15 {
    margin-top: 15px;
}

.align-items-inherit {
    align-items: inherit !important;
}

.back-listado-puestos img,
.back-grado-salarial img,
.back-variable-planilla img {
    width: 17px;
    margin-right: 10px;
}

.ctn-modal {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    display: none;
}

    .ctn-modal.show-modal {
        display: block;
    }

        .ctn-modal.show-modal .contenido {
            background-color: #ffffff;
            max-width: 600px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: auto;
            width: 100%;
            position: fixed !important;
            color: #323232;
            z-index: 1000;
        }

.ctn-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .ctn-button::after {
        content: "";
        clear: both;
        display: table;
    }

.ctn-btn-tabla {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ctn-btn-tabla > img,
    .ctn-btn-tabla a > img {
        height: 20px;
        cursor: pointer;
        margin-right: 10px;
    }

    .ctn-btn-tabla img:first-child {
        margin-right: 10px;
    }

    .ctn-btn-tabla img {
        height: 20px;
        cursor: pointer;
    }

        .ctn-btn-tabla img:last-child {
            margin-right: 0px;
        }

.ctn-modal .ctn-aumento {
    border: 0;
}

.ctn-modal h5 {
    text-align: center;
}

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

.btn-gestion > ul {
    list-style: none;
    padding: 0;
}

    .btn-gestion > ul li {
        min-width: 180px;
        padding: 10px 15px;
        border-radius: 8px;
        color: #7f7f7f;
        display: inline-block;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
    }

        .btn-gestion > ul li:first-child {
            margin-right: 10px;
        }

        .btn-gestion > ul li.active {
            background-color: #2dcece;
            color: #ffffff;
        }

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ÁRBOLES */
.box-centro-datos {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    height: 290px;
    overflow-y: scroll;
    padding: 20px;
}

    .box-centro-datos .ctn-ops ul li.no-border-li::before {
        content: none;
    }

    .box-centro-datos .ctn-ops span.sub-title-span-ops::before {
        left: -18px;
        width: 13px;
    }

    .box-centro-datos .ctn-ops ul {
        padding-top: 10px;
    }

textarea.box-formula {
    height: 290px;
    overflow-y: scroll;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    padding: 30px;
}

    textarea.box-formula,
    textarea.box-formula :active,
    textarea.box-formula:focus {
        width: 100%;
        -moz-appearance: none;
        outline: 0px none transparent;
    }

.box-formula textarea:focus {
    outline: 0;
}

.opciones img {
    width: 25px;
}

.opciones2 img {
    width: 18px;
    margin-right: 4px;
    margin-top: -3px;
}

.ctn-ops {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

    .ctn-ops::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 2px;
        background-color: #9f9f9f;
        height: calc(100% - 22px);
        top: 11px;
        left: 5px;
    }

    .ctn-ops span {
        position: relative;
        display: block;
        margin-top: 15px;
    }

.titulo-ops {
    cursor: pointer;
}

.ctn-ops span::before {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    background-color: #b2b2b2;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.ctn-ops ul {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-top: 25px;
    margin-left: 10px;
}

    .ctn-ops ul::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 2px;
        background-color: #9f9f9f;
        height: calc(100% - 15px);
        top: 4px;
        left: 0;
    }

    .ctn-ops ul li {
        position: relative;
        cursor: pointer;
    }

.ctn-ops img {
    height: 20px;
}

.ctn-ops ul li:hover {
    color: #2c8dea;
}

.ctn-ops ul li::before {
    content: "";
    height: 2px;
    width: 15px;
    position: absolute;
    background-color: #b2b2b2;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.ctn-iconos-edit-tabla img {
    height: 21px;
    margin-right: 15px;
}

.ctn-modal-accion {
    padding: 30px;
}

    .ctn-modal-accion h5 {
        text-align: center;
        margin-bottom: 20px;
    }

.ctn-sumar-totales table thead th,
.ctn-sumar-totales table tfoot th:first-child {
    text-align: center;
    font-weight: 600;
}

.modal-content {
    padding: 30px;
}

.modal-form .modal-content {
    padding: 30px;
}

.ctn-tabla-datos {
    margin-top: 20px;
}

.archivo-preview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
    margin-top: 10px;
}

    .archivo-preview img {
        height: 22px;
    }

    .archivo-preview span {
        margin: 0 20px;
    }

.table tr th {
    font-weight: 600;
    text-align: center;
}
/* Cards colaboradores*/
.busqueda-colaborador {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

    .busqueda-colaborador input,
    .busqueda-colaborador > div {
        min-width: 120px;
        width: calc(100% - 90px) !important;
    }

    .busqueda-colaborador button {
        background-color: #0e7de8 !important;
    }

        .busqueda-colaborador button i {
            font-size: 16px;
        }

.card-colaborador {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    padding: 15px;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    margin-right: 20px;
    transition: box-shadow 0.3s;
}

    .card-colaborador:hover {
        box-shadow: 0 7px 12px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0);
    }

    .card-colaborador .picture {
        background-color: #ffffff;
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        border: 1px solid #eeeeee;
    }

        .card-colaborador .picture img {
            height: 35px;
        }

    .card-colaborador .trabajador {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

        .card-colaborador .trabajador .uf {
            font-size: 13px;
            opacity: 0.4;
        }

    .card-colaborador a {
        text-decoration: none !important;
        color: #212529 !important;
    }

.colaboradores-div .picture2 {
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    position: absolute;
}

    .colaboradores-div .picture2 img {
        width: 25px;
        position: relative;
        left: 17px;
        top: 9px;
    }

.colab-name {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

.title-table {
    background-color: #f9f9f9;
}

div.dataTables_wrapper div.dataTables_info {
    font-weight: 600;
    font-size: 0.9rem;
}

.form-check-input[type="radio"]:not(:checked) + label,
.form-check-input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label {
    padding-left: 25px;
    margin-right: 25px;
}

.btn-accion-green {
    padding: 7px 22px;
    border: 2.5px solid #84bd47;
    background-color: #ffffff;
    color: #84bd47;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.8rem;
}

.btn-accion-dark {
    padding: 7px 22px;
    border: 2.5px solid #000000;
    background-color: #ffffff;
    color: #000000;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.8rem;
}

.checkbox-blue {
    width: 23px;
    height: 20px;
    border: 1px solid #2dcece;
    border-radius: 4px;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0;
}

    .checkbox-blue:hover,
    .checkbox-blue.active {
        background-color: #2dcece;
    }

.iconos-descargar {
    max-height: 20px;
}

    .iconos-descargar a {
        cursor: pointer;
    }

.ctn-iconos-edit-tabla {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

td .ctn-iconos-edit-tabla {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .card-colaborador {
        margin-right: 0;
    }

    .ctn-button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .box-centro-datos,
    .box-formula {
        padding: 15px;
    }

    .btn-gestion > ul li {
        min-width: 110px;
    }
}

@media (max-width: 850px) {
    .nav-tabs li {
        max-width: 130px;
    }

        .nav-tabs li a {
            font-size: 12px;
            padding: 5px;
        }
    /*.nav-tabs li a img {
    width: 15px !important;
  }*/
    .nav-principal {
        padding: 5px 10px;
        height: 50px;
    }

    .nav-logo {
        max-width: 100px;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
    }

    .nav-iconos {
        width: 175px;
        padding: 0 5px;
    }

        .nav-iconos li img {
            width: 16px;
        }
    /* mostrando mobile */
    .nav-ham {
        display: block;
        margin-right: 15px;
    }

    .nav-buscador {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        width: 100%;
        padding: 5px 10px;
    }

        .nav-buscador img {
            right: 20px;
        }

        .nav-buscador input {
            width: calc(100% - 30px);
        }

        .nav-buscador.show {
            display: flex;
            align-items: center;
            margin: 0;
        }

    .close-buscador img {
        position: initial;
        display: initial;
        transform: initial;
    }

    .close-buscador {
        display: block;
        background-color: #4094e5;
        margin-right: 10px;
        width: 20px;
    }

    .nav-iconos li.search {
        display: block;
    }

    .close-menu-mob {
        display: block;
        font-size: 20px;
    }

    /* Menú mobile */
    .menu-principal {
        width: 100%;
        transition: all 0.5s ease;
        overflow: auto;
        max-height: 100vh;
    }

        .menu-principal .menu-ctn-item {
            width: 100%;
            flex-direction: column;
            height: auto;
            min-height: auto;
        }

            .menu-principal .menu-ctn-item .opciones.active {
                position: initial;
                width: 100%;
                padding: 5px 20px;
                max-height: initial;
                height: auto;
            }

            .menu-principal .menu-ctn-item .titulo {
                width: 100%;
                padding: 13px 20px;
                background-color: #ffffff;
                border-top: 1px solid #e8e8e8;
                display: flex;
                position: relative;
            }

                .menu-principal .menu-ctn-item .titulo::after {
                    content: "";
                    display: block;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    background-image: url("../imgadmin/arrow_down.png");
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 17px;
                    height: 10px;
                }

                .menu-principal .menu-ctn-item .titulo.active::after {
                    background-image: url("../imgadmin/arrow_up.png");
                }

                .menu-principal .menu-ctn-item .titulo a {
                    color: #000000;
                    display: flex;
                }

                .menu-principal .menu-ctn-item .titulo h3 {
                    display: block;
                    margin: 0;
                    margin-left: 15px;
                    font-size: 15px;
                }

                .menu-principal .menu-ctn-item .titulo img {
                    height: 20px;
                }

            .menu-principal .menu-ctn-item .opciones.active h3 {
                display: none;
            }

            .menu-principal .menu-ctn-item.logo {
                padding: 5px 20px;
                height: 50px;
                flex-direction: row;
                justify-content: space-between;
            }

            .menu-principal .menu-ctn-item .opciones.active a {
                font-size: 13px;
                padding: 10px;
                border-bottom: 1px solid #e8e8e8;
                position: relative;
                margin-bottom: 0;
            }

                .menu-principal .menu-ctn-item .opciones.active a:last-child {
                    border-bottom: 0;
                }

    .menu-principal {
        transform: translateX(-100%);
    }

        .menu-principal.show {
            transform: translateX(0);
        }

        .menu-principal .section-separator-sidebar {
            padding: 7px 7px 7px 10px;
            margin: 0;
            left: 0;
            width: 100%;
        }

    /* TABS */
    .container-withsidebar,
    .container1 {
        margin: 0;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 0;
        margin-top: 50px;
    }

    .container1 {
        max-width: 100%;
    }

    .tab-inner {
        padding: 25px 0;
    }
}

.btn-accion-danger {
    padding: 7px 22px;
    border: 2.5px solid#f66e6e;
    background-color: #ffffff;
    color: #f66e6e;
    border-radius: 8px;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.8rem;
}

.errormessagetitle {
    font-weight: 600;
    margin-top: 16px;
    font-size: 18px;
    /*color: #002663 !important;*/
    color: #757575 !important;
}

.errormessagedesc {
    font-weight: 600;
    margin-top: 16px;
    font-size: 15px;
    /*color: #002663 !important;*/
    color: #f66e6e !important;
}

.btn-disable-sapia {
    border-radius: 0.325rem;
    padding: 0.4rem 2.14rem;
    background-color: #393939 !important;
    /*background-color: #2bcecf !important;*/
}

    .btn-disable-sapia:hover {
        cursor: not-allowed
    }
