/* Minification failed. Returning unminified contents.
(113,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger-rgb'
(172,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(231,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-bg'
 */
table.dataTable tbody tr.selected {
    background-color: #EEF0FE !important;
    color: unset !important;
}

.v-input-lookup > a {
    border-top-left-radius: 0.475rem !important;
    border-bottom-left-radius: 0.475rem !important;
}

.v-input-lookup > span > button:first-child {
    border-radius: 0px;
}

.v-input-lookup > span > button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dataTables_length {
    display: none;
}

.aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header {
    left: 0px !important;
}

.aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper{
    padding-left: 0px;
}

.tabsrow {
    /*background: #2020201f;*/
    margin: 0px !important;
    padding: 0px;
}

#kt_wrapper {
    /*padding-top: 65px;*/
    padding-top: 85px;
}

#kt_content {
    padding-top: 0px;
}

#ulVGrupos > li {
    cursor:pointer;
}

.paginate_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
}

.paging_simple_numbers {
    display: flex;
    padding: 0 !important;
    justify-content: end;
}
.paging_simple_numbers > span {
    display: flex;
}
.paging_simple_numbers > span > a{
    /*background:#ccc;*/
}
.paging_simple_numbers > span > a:hover {
    background-color: #EFF2FF;
}
.dataTables_pager {
    align-self: center !important;
}
.paginate_button {
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}
a.current {
    background: #6777EF;
    color: white;
}

.control-label {
    padding-top: 6px;
    padding-left: 0;
}

.dropdown.open > ul.dropdown-menu {
    display: block;
    position: absolute;
}


.liseparador {
    border-bottom: 1px solid #787878
}

.dropdown-menu>li {
    padding: 4px;
}

[hidden] {
    display: none;
}

.errorInputBFM {
    color: rgba(var(--bs-danger-rgb)) !important;
}

.container-fluid22 {
    padding: 0px 1px !important;
}

/*.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
     width: unset; 
}*/

.ContenedorCamposPrimary input {
    color: #6777EF;
    background-color: #edeffc !important;
    border-color: #edeffc !important;
}

.ContenedorCamposSuccess input, .ContenedorCamposSuccess span, .ContenedorCamposSuccess a {
    color: #5DB9BD !important;
    background-color: #e7f6f6 !important;
    border-color: #e7f6f6 !important;
}
.ContenedorCamposwarning input {
    color: #F1BC01 !important;
    background-color: #fff7d9 !important;
    border-color: #fff7d9 !important;
}
.ContenedorCamposDanger input, .ContenedorCamposDanger span, .ContenedorCamposDanger a {
    color: #FF6E50 !important;
    background-color: #ffeeeb !important;
    border-color: #ffeeeb !important;
}

.ContenedorCamposSalarioDanger input {
    color: #FF6E50 !important;
    background-color: #ffeeeb !important;
    border-color: #ffeeeb !important;
    text-align:center;
}

.ContenedorCamposSalarioSuccess input {
    color: #5DB9BD !important;
    background-color: #e7f6f6 !important;
    border-color: #e7f6f6 !important;
    text-align: center;
}

/*ContenedorEmpleadoCustom*/
.ContenedorEmpleadoCustom.contWhitFields {
    padding-bottom: 1.0rem; 

    /*padding-bottom: 1.5rem;*/ /*Revision*/
}

.ContenedorEmpleadoCustom > .row {
    --bs-gutter-x: 0.3rem;
}

    .ContenedorEmpleadoCustom > .row > .control-label {
        color: #333 !important;
        font-weight: 400;
        font-size: 0.95rem !important;
        /*Revision*/
        /*font-size: inherit !important;
        font-weight: 500;*/
    }
    /*Revision*/
    /*.ContenedorEmpleadoCustom input[disabled]{
        background: unset;
        border: 0px;
        color: #000;
        font-weight: 700;
    }*/
/*Revision*/
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eff2f5 !important;
    opacity: 1 !important;
}
/*Revision*/
.select2-container .select2-selection--single {
    height: 35px;
    width: 100% !important;
    font-size: 0.95rem !important; /*Revision*/
}
/*.select2.select2-container {
    width: 97% !important;
}*/
/*Revision*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
/*Revision*/
.site-padding {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.input-lookup > div > a{
    height:max-content;
}

.input-lookup > div > a{
    height: max-content;
}

.input-lookup > div > span > button {
    height: max-content;
}

.input-lookup > div > span > button > i{
    line-height: 1.5;
}

[component="EmpresaConfiguracionCustomFRM"] {
    background: var(--bs-body-bg);
}

[component="EmpresaConfiguracionCustomFRM"] > div > .scroll {
    max-height: 600px;
    overflow-y: auto;
}

[component="EmpresaConfiguracionCustomFRM_Item"]:hover {
    cursor: pointer;
    box-shadow: 5px 5px 15px #ccc;
}

/*[component="EmpresaConfiguracionCustomFRM_Item"] {
    transition: 0.5s ease-out 100ms
}*/

[component="EmpresaConfiguracionCustomFRM_Item"].selected {
    /*background: #ccc;*/
    /*border-radius: 5px;*/
    box-shadow: 5px 5px 15px #ccc;
    /*background-color: #EEF0FE !important;*/
    /*eli*/
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #6372E6;
    background-color: #EFF2FF !important;
}

[component="EmpresaConfiguracionCustomFRM_Item"] i {
    color: #5ABCBF !important;
}

label.dropzone>input {
    display: none;
}

table.dataTable > tbody {

}

table.dataTable > tfoot > tr {
    text-align:end;
}

/*.dataTable thead > tr > th:nth-child(2) {
    max-width: 500px;
    min-width: 500px;
}*/

#ulTabs > li {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color .2s ease,background-color .2s ease;
    padding: 0.5rem 0;
}

#ulTabs > li > a > span {
    padding-left: 0.5rem;
}

#ulTabs > li.active > a {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #6777EF;
    transition: color .2s ease,background-color .2s ease;
    color: #6777EF;
}

.hidden {
    display: none;
}


.sa-button-container {
    direction: rtl;
}


/*.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}*/

.form-check.form-check-solid .form-check-input:active, .form-check.form-check-solid .form-check-input:focus {
    filter: brightness(0.9);
    /* background-color: #5c53a8; */
    border: 1px solid #000;
}


.nav-botones > .nav-boton {
    margin-left: auto;
}

.nav-botones > .nav-boton ~ .nav-boton {
    margin-left: unset;
}

.scrollTableCustom {
    display: block !important;
    /*max-height: 300px;
    overflow-y: auto;*/
}
.scrollTableCustom > tbody {
    display: block !important;
    max-height: 60vh !important;
    overflow-y: scroll;
}

.scrollTableCustom thead, .scrollTableCustom tbody tr {
    display: table !important;
    width: 100%;
    table-layout: fixed;
}

.barraEstado {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFE9E5;
}

.lookup2Btn > div > div > .input-group-btn > button {
    padding-right: 4px !important;
    padding-left: 6px !important;
}

.lookup2Lbl > div > label {
    padding-top: 19px !important;
}

.inputcustomBtn span.btn {
    padding-right: 8px !important;
    padding-left: 12px !important;
}

.swal2-modal{
    flex-wrap: wrap;
}

    .swal2-modal > .swal2-header, .swal2-modal > .swal2-content, .swal2-modal > .swal2-actions, .swal2-modal > .swal2-footer {
        width: 100%;
    }

    .swal2-modal > .swal2-actions {
        margin-bottom: 0px;
        margin-top: 5px;
        justify-content: end;
    }

.notificacionV {
    background-color: #fff;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.notificacionVSinVer {
    background-color: #6777ef2b;
}

.dropdown-ColumnFilter > li > ul > li{
    padding: 0px;
}

.dropdown-ColumnFilter > li > ul > li > a {
    display: block;
    padding: 4px;
}

.dropdown-ColumnFilter > li > ul > li > a:hover {
    background: #EFF2FF;
}
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    display: none;
    width: auto;
    text-wrap: nowrap;
    background-color: #fff;
    /*color: #000;*/
    /*text-align: center;*/
    border-radius: 6px;
    border-block-color: aliceblue;
    padding: 5px;
    position: absolute;
    z-index: 10000;
    top: 105%;
    box-shadow: 7px 7px 7px 7px rgba(20, 20, 20, 0.1);
    /*bottom: 125%;*/ /* Posiciona el tooltip encima del elemento */
    /*left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;*/
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    display: block;
}
