@font-face {
    font-family: edenred;
    src: url(fonts/edenred.otf);
}

/*selector de empresas*/
.overlayKabus {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
}

.ulKabus {
    list-style: none;
    padding: 10px 2px 2px 2px;
    max-height: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0px;
}

    .ulKabus li {
        font-size: 12px;
        padding: 8px 8px 8px 15px;
        text-transform: uppercase;
        cursor: pointer;
        color: #9A9EA6;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .ulKabus li:hover {
            background-color: #007BFF;
            color: white;
        }


.modalKabushikiSelect {
    /*  overflow-y: scroll;
    overflow-x: hidden;*/
    position: absolute;
    transform: translate3d(45px, 182px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 30%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 5px;
    opacity: 0.95;
    width: fit-content;
}

    .modalKabushikiSelect .nav-tabs {
        border-bottom: #eaebef 1px solid !important;
    }

        .modalKabushikiSelect .nav-tabs .nav-item > a.active {
            border-bottom: solid 1px #007BFF !important;
            color: #007BFF;
        }

.containerFilterKabus {
    padding: 15px 15px 5px 15px;
}

/*selector de empresas*/


/*Barra de navegación*/

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

*:hover::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d5dde7;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-color: #c1c9d4;
    background: #c1c9d4;
    border-radius: 10px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c9cbd3;
    }

/*Barra de navegación*/



/* TOOLTIP */

.tooltip {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
}

.tooltip-inner {
    background-color: var(--gray) !important;
    color: #fff;
    text-align: justify;
    line-height: 14px;
    padding: 10px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: var(--gray) !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: var(--gray) !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: var(--gray) !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: var(--gray) !important;
}

/* TOOLTIP */

/* Contenedor de indicadores */

.bodyIndicators {
    margin: 0 auto;
    justify-content: space-around;
}

.containerIndicators {
    width: 100%;
    background: white;
    border-radius: 20px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .containerIndicators .col-2.text-center {
        min-width: fit-content;
        padding: 0;
    }

.headerIndicator p label:nth-child(1) {
    color: #6A6D73 !important;
}

.headerIndicator p label:nth-child(3) {
    color: #9A9EA6 !important;
}

.headerIndicators {
    height: 21px;
    margin-bottom: 15px;
}

.headerIndicators .icon {
    float: right;
    padding-right: 20px;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 5px;
}

.containerIndicators.cardGrid .headerIndicators .icon {
    padding-right: 0;
}

.headerIndicatorTitle {
    font-size: 16px;
    color: #9a9ea6;
    font-family: 'ubuntu', sans-serif;
    font-weight: bold;
}

/*Filtros grid */

.jqx-menu-wrapper span.filterbutton {
    background-color: #162056;
    border-color: #162056;
    color: #fff;
    font-size: 12px;
    font-family: 'ubuntu', sans-serif;
    border-radius: 50rem !important;
    cursor: pointer;
    text-transform: uppercase;
}

.jqx-menu-wrapper span.filterclearbutton {
    border-color: #162056;
    color: #162056;
    font-size: 12px;
    font-family: 'ubuntu', sans-serif;
    text-transform: uppercase;
    padding: 5px 24px;
    cursor: pointer;
    border-radius: 50rem !important;
    text-transform: uppercase;
    background-color: white !important;
}

    .jqx-menu-wrapper span.filterclearbutton:hover, span.filterbutton:hover {
        background-color: #007bff !important;
        border-color: #007bff;
        color: white;
    }

.jqx-listitem-element {
    font-family: 'ubuntu', sans-serif;
}

    .jqx-listitem-element .jqx-checkbox-default {
        /*    color: #fff;
border-color: #007bff;
background-color: #007bff;*/
    }

.jqx-checkbox.chkbox[checked*="false"] > div {
    background-color: white;
}

.jqx-checkbox.chkbox[checked*="true"] > div {
    border-color: #007bff;
    background-color: #007bff;
}

.jqx-scrollbar-thumb-state-normal {
    border-color: rgb(201, 203, 211);
    background: rgb(201, 203, 211);
    right: 0px;
    left: auto !important;
    width: 7px !important;
}

.jqx-menu-vertical.jqx-widget-content.jqx-popup .jqx-checkbox-check-checked {
    background: transparent url(../images/icons/check.png) center center no-repeat !important;
}

.jqx-checkbox-check-checked {
    border-radius: 5px !important;
    background: transparent url(../images/icons/check.png) center center no-repeat !important;
    background-color: #007bff !important;
}

.jqx-checkbox-check-indeterminate {
    background: transparent url(../images/icons/check_indeterminate_blue.png) center center no-repeat !important;
}

.jqx-checkbox[checked*="checked"] > div, .jqx-checkbox[checked*="true"] > div {
    border-color: #007bff;
    background-color: #007bff;
}

.jqx-menu-vertical.jqx-widget-content.jqx-popup .jqx-checkbox-check-indeterminate {
    background: transparent url(../images/icons/check_indeterminate_blue.png) center center no-repeat !important;
}

/* Filtros grid*/

.kabusLabel {
    font-family: ubuntu;
    font-size: 12px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9A9EA6;
    text-transform: uppercase;
}

#rowKabus {
    width: 100%;
    margin: 10px auto 15px auto;
}

#containerKabus {
    cursor: pointer;
    width: fit-content;
    border: 1.5px solid var(--light-gray);
    border-radius: 20px;
    padding: 5px 24px;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    font-family: Ubuntu;
    text-align: center;
}

div#containerKabus::before {
    content: attr(data-before);
    position: absolute;
    top: -20px;
    left: 0;
    text-transform: uppercase;
    color: #9A9EA6;
    font-weight: 700;
    font-size: 12px;
}

div#containerKabus.dealer::before {
    content: 'Dealer';
}

.row div:has(#containerKabus) {
    padding: 0;
}

#containerKabus .icon.icon-dropdown {
    color: #9A9EA6 !important;
    margin-left: 9px;
}

/*  Las reglas css a continuación definen el comportamiento del icono indicador de menú colapsado */
.sidebar-heading::after {
    content: "\f107";
    float: right;
    font-size: 12px;
    font-family: "FontAwesome";
    font-weight: 900;
}

.sidebar-heading[aria-expanded="true"]::after {
    content: "\f106";
}

.jqx-widget.jqx-menu.jqx-menu-vertical.jqx-widget-content.jqx-popup.jqx-rc-all {
    background-color: white !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.jqx-dropdownlist.jqx-widget.jqx-dropdownlist-state-normal {
    border-color: #C9CBD3;
}

.jqxGridNectarV2 .jqx-grid-column-header .iconscontainer .sortdesc.jqx-widget-header {
    visibility: hidden;
}

.jqxGridNectarV2 .jqx-grid-column-header .iconscontainer .sortasc.jqx-widget-header {
    visibility: hidden;
}

.icon.icon-down {
    color: #9a9ea6 !important;
}

.icon.icon-up {
    color: #9a9ea6 !important;
}

.jqx-grid-column-header-group-line {
    border: 2px solid #1D2A70;
    background-color: #1D2A70;
    height: 1px;
    margin-bottom: 5%;
    margin-top: -7px;
    margin-right: 7px;
    border-radius: 3px;
}

.gridButtonOption {
    cursor: pointer;
    font-size: 16px !important;
}

    .gridButtonOption:hover:before {
        color: #007BFF;
    }

.divMore {
    position: absolute;
    will-change: transform;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    opacity: 0.95;
}

    .divMore ul {
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
    }

    .divMore li {
        font-size: 12px;
        padding: 8px 20px 8px 15px;
        cursor: pointer;
        color: #9A9EA6;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .divMore li:hover {
            background-color: #007BFF;
            color: white;
        }

.overlayMore {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
}

.jqxGridNectarV2 .jqx-checkbox-check-checked {
    background: transparent url(../images/icons/check.png) center center no-repeat !important;
    width: 15px !important;
    height: 15px !important;
}

.jqxGridNectarV2 .jqx-checkbox[checked*="true"] > div {
    border-color: #007bff;
    background-color: #007bff;
}

.icon-more-selected:before {
    content: "\e94a";
    color: #007BFF;
}

.jqxGridNectarV2 .jqx-checkbox[aria-checked*="true"] > div {
    border-color: #007bff;
    background-color: #007bff;
}

.jqxGridNectarV2 .jqx-checkbox-check-indeterminate {
    background: transparent url(../images/icons/check_indeterminate_blue.png) center center no-repeat !important;
}

.jqxGridNectarV2 .jqx-grid-column-header > div > div {
    width: auto;
}

.jqxGridNectarV2 .jqx-grid-column-header.filterMenuInline > div > div:not(.iconscontainer) {
    position: initial !important;
    margin-left: 0px !important;
    padding-left: 2px;
}

.jqxGridNectarV2 .jqx-grid-column-header.filterMenuInline > div > div:not(.iconscontainer) {
    /*display: inline-block !important;*/
}

.jqxGridNectarV2 .jqx-grid-column-header > div .iconscontainer {
    display: none !important;
}

.jqx-grid-collapse-all {
    height: 12px;
    width: 12px;
    background-image: url(/App/images/icons/up_gray.svg) !important;
    background-repeat: no-repeat;
    margin-left: 9px;
    cursor: pointer;
}

.jqx-grid-expand-all {
    height: 12px;
    width: 12px;
    background-image: url(/App/icons/dropdown_gray.svg) !important;
    background-repeat: no-repeat;
    margin-left: 9px;
    cursor: pointer;
}

.jqxGridNectarV2 .jqx-grid-column-menubutton {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: transparent;
    background-image: url(/App/images/icons/filterdots.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    cursor: pointer;
    background-size: 3px !important;
    border: 0px;
    height: 96% !important;
}

/*.jqxGridNectarV2 [id^="content"] {
    border-bottom: 4px solid #162056 !important;
}*/

.jqxGridNectarV2 [id^="contenttable"] {
    border-bottom: 0px !important;
}

.jqxGridNectarV2 [id^="horizontalScrollBar"] {
    padding-top: 8px;
    background: none !important;
    height: 7px !important;
}

.jqxGridNectarV2 .jqx-scrollbar-state-normal {
    background: #d5dde7;
    /*background: #eaebef;*/
}

.jqxGridNectarV2 .jqx-grid-cell-right-align {
    text-align: right;
    margin-right: 35px;
}

.jqxGridNectarV2 [id^="jqxScrollThumbhorizontalScrollBar"],
.jqxDataTableNectar [id^="jqxScrollThumbhorizontalScrollBar"] {
    height: 9.5px !important;
    border-radius: 10px;
    background: #c1c9d4;
}

.jqxGridNectarV2 [id^="jqxScrollThumbverticalScrollBar"] {
    right: 6.5px;
}

/*applied to the vertical scrollbar thumb in default state.*/
.jqxGridNectarV2 .jqx-scrollbar-thumb-state-normal {
    margin: 0px;
    /*margin-left: 3px !important;*/
    padding: 0px;
    touch-action: none;
    width: 7.5px !important;
    background: #BDC7D2 !important;
    /*border: thin solid #c1c9d4;*/
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.02);
    top: 0px;
    /*border: 0px solid transparent;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}


/*applied to the vertical scrollbar thumb in default state.*/
.jqxGridNectarV2 .jqx-scrollbar-thumb-state-hover {
    margin: 0px;
    padding: 0px;
    background: #3B3D40;
    /*border: 0px solid transparent;*/
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqxGridNectarV2 .jqx-scrollbar-thumb-state-pressed {
    margin: 0px;
    padding: 0px;
    background: #3B3D40;
    border: 1px solid transparent;
}

.jqxGridNectarV2 .jqx-scrollbar-thumb-state-pressed {
    /*  border: 1px !important;
    width: 7px !important;*/
}

.jqxGridNectarV2 .hideFilterMenu div {
    visibility: hidden;
}

.jqxGridNectarV2 .jqx-scrollbar-thumb-state-hover-horizontal {
    border: 0px solid transparent;
}

.jqxGridNectarV2 .jqx-scrollbar-thumb-state-pressed-horizontal {
    border: 0px solid transparent;
}

.search-form.active-search {
    width: 250px;
    cursor: pointer;
}

    .search-form.active-search input {
        display: block;
    }

    .search-form.active-search a.border, form:hover a:focus {
        border-color: transparent !important;
    }

.filterInput {
    width: 97%;
    border-radius: 20px;
    text-indent: 10px;
    height: 30px !important;
}

    .filterInput + .icon.icon-search {
        position: absolute;
        right: 20px;
        top: 7px;
        color: #aaa;
        text-indent: 10px;
    }

.icon.icon-pin {
    color: #9A9EA6;
}

    .icon.icon-pin:hover {
        color: #F72717;
    }

.sidebar-open-fixed #pin-left {
    color: #F72717;
}

.leftMenu {
    margin-top: 7px;
}

.customIconGrid {
    margin-left: 10px;
}

.jqxGridNectarV2 {
    margin: 0 auto;
}

    .jqxGridNectarV2 [id^="jqxScrollWraphorizontalScrollBar"] {
        height: 9.5px !important;
        border-radius: 10px;
        border: none;
    }

    .jqxGridNectarV2 [id^="jqxScrollOuterWrapverticalScrollBar"] {
        background: #d5dde7;
        /*background: #eaebef;*/
        /*width: 94% !important;*/
        border-radius: 5px;
    }

    .jqxGridNectarV2 [id^="jqxScrollWrapverticalScrollBar"] {
        background: none;
    }

    .jqxGridNectarV2 [id^="verticalScrollBar"] {
        background: none;
        margin-left: 5px;
        width: 10px !important;
    }


    .jqxGridNectarV2 #bottomRight {
        visibility: hidden !important;
    }

    .jqxGridNectarV2 .filterMenuInline > div {
        display: flex;
    }

    .jqxGridNectarV2 .filterMenuInlineRight > div {
        display: flex;
        float: right;
        margin-right: 30px;
        height: auto !important;
        width: auto !important;
        /*padding-left: 16px;*/
    }

    .jqxGridNectarV2 .jqx-grid-column-header.filterMenuInlineRight > div > div:not(.iconscontainer) {
        position: initial !important;
        margin-left: 0px !important;
        padding-left: 2px;
    }

    .jqxGridNectarV2 .jqx-widget-header {
        border-color: #162056;
        background: #162056;
        color: white !important;
        font-family: 'ubuntu', sans-serif;
        font-weight: bold;
    }

    .jqxGridNectarV2 .jqx-grid-toolbar.jqx-widget-header {
        /*border-radius: 5px 5px 0px 5px !important*/
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }

    .jqxGridNectarV2 .jqx-checkbox-default.jqx-fill-state-normal.jqx-rc-all {
        border-radius: 2px !important;
        margin-left: 3px;
    }

.jqx-checkbox-default.jqx-fill-state-normal.jqx-rc-all {
    border-radius: 5px !important;
}

.wrapTextColumnHeader > div > div {
    display: table;
    line-height: 15px !important;
    white-space: normal !important;
}

    .wrapTextColumnHeader > div > div span {
        display: table-cell;
        vertical-align: middle;
    }

.jqx-grid-column-header.filterMenuInline:not(.wrapTextColumnHeader) > div > div:not(.iconscontainer) {
    display: table-cell;
    vertical-align: middle;
}

.cursor-pointer {
    cursor: pointer;
}

.ajs-dialog {
    max-width: fit-content !important;
    min-width: 400px;
}

.ajs-dialog .footer button:nth-child(1) {
    margin-right: 10px;
}


.dropzone {
    position: relative !important;
    margin: 1% !important;
    /*border: 2px dashed rgba(248, 248, 248, 0.5) !important;*/
    padding: 0px 0px 0px 0px !important;
    overflow: hidden !important;
    /*background: rgba(0, 0, 0, 0.3) !important;*/
    cursor: default !important;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .dropzone .dz-preview {
        position: relative;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
        text-align: center !important;
        width: 150px !important;
        display: unset !important;
    }


        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 70% !important;
            height: 100px !important;
            position: relative;
            display: block;
            z-index: 10;
            margin: auto;
        }

    .dropzone.dz-clickable .dz-message {
        cursor: default !important;
    }

.report-body .containerGlobalUpdate {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 8px;
    background: #f8f8fa;
}

.report-body label {
    font-size: 12px !important;
    color: black;
}


.btn-primary {
    padding-right: 20px;
    padding-left: 20px;
}

.alertify .ajs-header {
    border-bottom: 0px solid #e5e5e5;
}

.alertify .ajs-commands button.ajs-close {
}

.alertify .ajs-header {
    color: #a2a6ae;
}

.alertify .ajs-commands button.ajs-close {
    background-image: url(../images/icons/close.svg);
    background-size: 14px;
}

.kaerusContainer label {
    margin-bottom: 0px;
}

.btn-active {
    background-color: #007BFF;
    color: white;
}

.btn-suspended {
    background-color: #C9CBD3;
    color: white;
}

.btn-active:hover {
    background-color: #007BFF;
    color: white;
}

.btn-suspended:hover {
    background-color: #C9CBD3;
    color: white;
}

.alertify .ajs-header {
    font-family: 'ubuntu';
    font-weight: bold;
    font-size: 16px;
}

ajs-header {
    right: 0px;
}

.ajs-content {
    font-family: 'ubuntu';
    font-size: 14px;
    text-align: center;
}

.alertify .ajs-body {
    padding-bottom: 24px;
}

.imgToolbar {
    width: 70px;
    height: 70px;
    clip-path: circle(50% at 50% 50%);
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin-left: 10px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 0px;
    min-height: 0px;
}

.jqxGridFilter .jqx-menu-ul li.filter.jqx-rc-all > div {
    margin-left: 9px;
}

.containerIconInHeader > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#subheader-tools a i:hover {
    color: #007BFF;
}

#subheader-tools a.active i {
    color: #162056;
}

.jqxGridNectarV2 .jqx-grid-column-header[filter][sort] > div > div {
    width: auto;
}

.jqxGridNectarV2 .jqx-clear.jqx-position-absolute.jqx-grid-toolbar.jqx-widget-header[id^="toolbar"] {
    background-color: #F8F8FA !important;
}

.modalError {
    width: 420px !important;
}

.modalBodyError {
    padding-top: 35px;
}

.modalWarningRow {
    text-align: center;
    margin-bottom: 30px
}

    .modalWarningRow img {
        width: 40px;
    }

    .modalWarningRow label {
        color: #3B3D40;
        font-size: 14px;
    }

.modalWarningRow {
    margin-bottom: 17px
}

.containerHeaderKpi {
    margin-top: 5px;
}

    .containerHeaderKpi .total-header-text {
        line-height: 18px;
    }

.containerIndicators #divHeaderInfo:has(.containerHeaderKpi) {
    overflow: auto;
    overflow-y: hidden;
    width: 98%;
    display: flex;
    padding-bottom: 1rem;
    gap: 3rem;
}


/* FILTER PANEL */

#filter-panel {
    width: 415px;
    position: fixed;
    bottom: 0;
    right: -425px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(255,255,255,0.95);
    padding: 120px 20px 0px 20px;
    font-size: 12px;
}

    #filter-panel.active {
        right: 0;
    }

    #filter-panel .filter-option-inner, #filter-panel .dropdown-item {
        font-size: 12px;
    }

    #filter-panel .dropdown-header {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }
/*#filter-panel-carousel {
    height:80vh;
}*/

#filter-panel-carousel > .carousel-inner {
    margin-top: 10px;
    height: 100%;
    overflow-y: auto;
}

#filter-panel-carousel .carousel-indicators {
    position: relative;
    justify-content: left !important;
    float: left;
    margin: 0px;
    padding-top: 6px;
}

    #filter-panel-carousel .carousel-indicators li {
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border: 1px solid var(--light-gray);
        margin-right: 12px;
    }

        #filter-panel-carousel .carousel-indicators li.active {
            background-color: var(--light-gray);
        }

.filter-panel-tools {
    float: right;
    margin: 0px !important;
}

    .filter-panel-tools a {
        font-size: 14px;
        color: var(--light-gray);
        transition: color 0.5s;
    }

        .filter-panel-tools a:hover {
            color: var(--red);
            transition: color 0.5s;
        }


#filter-panel #containerFilters {
    overflow-y: auto;
    height: 90%;
    overflow-x: hidden;
    padding-right: 10px;
}

#filter-panel .btn-group {
    float:right;
}

    #filter-panel .btn-group .btn.btn-primary, 
    #filter-panel .btn-group .btn.btn-outline-primary {
        margin: 5px;
    }


/* FILTER PANEL */

.jqxGridNectarV2 .report-header .container-text label {
    margin-bottom: 0;
}

.jqxGridNectarV2 .gridGroupText {
    padding-top: 14px;
    color: #3b3d40;
}

.modal .icon-close {
    font-size: 14px;
    color: #9A9EA6;
}

    .modal .icon-close:hover {
        color: #3B3D40;
    }

.jqxGridNectarV2 .filterMenuInlineRight.wrapTextColumnHeader > div > div span {
    text-align: right;
}

.alertify .ajs-commands {
    margin: -14px 8px 0 0;
}

.itemsMyReports {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.optionMoreMyReports {
    cursor: pointer;
    font-size: 16px !important;
    padding: 8px 20px 8px 30px;
}

    .optionMoreMyReports:hover:before {
        color: #007BFF;
    }

.optionLinkMyReports {
    padding: 8px 0px !important;
}

#myModalMyReports .modal-dialog {
    max-width: 300px !important
}

tspan {
    font-family: 'ubuntu';
}

.jqxGridNectarV2 .jqx-grid-group-cell.jqx-icon-arrow-down {
    background-color: #6a6d73;
    background-image: url(/App/images/icons/up_white.svg) !important;
    border-bottom: 1px solid #C9CBD3;
}

.jqxGridNectarV2 .jqx-icon-arrow-right, .jqxGridNectarV2 .jqx-icon-arrow-right-hover, .jqxGridNectarV2 .jqx-icon-arrow-right-selected {
    background-image: url(/App/icons/dropdown.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 6px;
    border: none;
    background-color: #6a6d73;
    border-bottom: 1px solid #C9CBD3;
}

.jqxGridNectarV2 {
    margin-top: 0px;
    background-color: transparent;
}

#btnLogOff {
    width: 100%;
}

#btnShowPreference {
    width: 100%;
}

.jqxGridNectarV2 .jqx-grid-cell-alt {
    background-color: #f8f8fa;
}

#contents label {
    font-size: 12px;
    /*margin-bottom: 0;*/
}

.report-header .headerFilter {
    margin-top: 16px;
    margin-bottom: 2px;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 0.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 14px;
    top: 28px;
}

.headerGroupGrid {
    background-color: #3B3D40;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px 0 0 3px;
}

.subHeaderGroupGrid {
    background-color: #6A6D73;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px 0 0 3px;
}

button:disabled,
button[disabled] {
    background-color: #F8F8FA !important;
    color: #C9CBD3 !important;
    border-color: #C9CBD3 !important;
}

    button[disabled]:hover {
        background-color: #F8F8FA !important;
        color: #C9CBD3 !important;
        border-color: #C9CBD3 !important;
    }

.custom-radio .custom-control-label {
    font-size: 12px !important;
    padding-top: 4px !important;
}

.rounded-circle {
    object-fit: cover;
}

.pic-user {
    border: 1px solid #808080;
    border-radius: 50%;
    padding: 3px;
    object-fit: cover;
}

#dashContainer .kabus-container {
    padding-bottom: 10px;
}

#leftMenu li.sidebar-group ul.list-unstyled {
    margin-left: 40px;
}

.divMultipleInfoGrid {
    position: absolute;
    will-change: transform;
    z-index: 800;
    height: min-content;
    width: auto;
    padding: 5px;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    opacity: 0.95;
    padding: 10px;
}

.multipleInfoGriditemToolTip {
    font-size: 10px;
}

.pagerinfoContainer {
    font-size: 11px;
    margin: 2px 12px;
    font-weight: bold;
    float: left;
}

/* form de usuario falso */
#fakeUserContainer {
    display: none;
}

/*
    custom grid
*/

.containerCustomGrid {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

.custom-grid-container {
    height: 21px;
}

.custom-grid-header {
    color: #9A9EA6;
}
/* diseño de grid tipo restricciones */

.custom-control-grid-nectar-container {
    min-width: 1245px;
    overflow-x: auto;
}

.custom-control-grid-nectar {
    font-size: 12px;
}

    .custom-control-grid-nectar .header {
        color: #3B3D40;
        padding: 1rem;
        background-color: #fff;
        border-radius: 6px;
    }

    .custom-control-grid-nectar .header,
    .custom-control-grid-nectar .card .card-header {
        display: grid;
        grid-column-gap: 1rem;
        grid-template-columns: 15px 50px 130px 210px 70px 70px 70px 70px 70px 70px 1fr 159px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: none;
        height: 45px;
        margin-top: 10px;
        padding-left: 18px;
        padding-right: 13px;
        padding-top: 6px;
        padding-bottom: 0px;
    }

        .custom-control-grid-nectar .card .card-header > div:nth-child(1) .form-check {
            padding-top: 2px;
        }

        .custom-control-grid-nectar .card .card-header.global-item > div:nth-child(1) .form-check {
            top: 35px;
        }

        .custom-control-grid-nectar .card .card-header > div:nth-child(2) {
            padding-left: .5rem;
        }

        .custom-control-grid-nectar .card .card-header > div:nth-child(3) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .custom-control-grid-nectar .card .card-header > div:nth-child(4) {
            display: grid;
            grid-template-columns: 34% 33% 33%;
        }

            .custom-control-grid-nectar .card .card-header > div:nth-child(4) div {
                text-align: center;
            }

        .custom-control-grid-nectar .card .card-header.global-item > div:nth-child(4) {
            grid-template-columns: 100%;
        }

        .custom-control-grid-nectar .card .card-header > div:nth-child(5),
        .custom-control-grid-nectar .card .card-header > div:nth-child(6),
        .custom-control-grid-nectar .card .card-header > div:nth-child(7),
        .custom-control-grid-nectar .card .card-header > div:nth-child(8),
        .custom-control-grid-nectar .card .card-header > div:nth-child(9),
        .custom-control-grid-nectar .card .card-header > div:nth-child(10) {
            text-align: center;
        }

            .custom-control-grid-nectar .card .card-header > div:nth-child(5) a,
            .custom-control-grid-nectar .card .card-header > div:nth-child(6) a,
            .custom-control-grid-nectar .card .card-header > div:nth-child(7) a,
            .custom-control-grid-nectar .card .card-header > div:nth-child(8) a,
            .custom-control-grid-nectar .card .card-header > div:nth-child(9) a,
            .custom-control-grid-nectar .card .card-header > div:nth-child(10) a {
                cursor: pointer;
            }

        .custom-control-grid-nectar .card .card-header > div:nth-child(12) {
            padding-top: 7px;
        }

            .custom-control-grid-nectar .card .card-header > div:nth-child(12) a {
                color: #9A9EA6 !important;
                cursor: pointer;
                margin-left: 1.5rem;
            }

                .custom-control-grid-nectar .card .card-header > div:nth-child(12) a:hover .icon.icon-up,
                .custom-control-grid-nectar .card .card-header > div:nth-child(12) a:hover,
                .custom-control-grid-nectar .card .card-header > div:nth-child(12) a .icon-restrictions_kimis:hover {
                    color: #3b3d40 !important;
                }

                .custom-control-grid-nectar .card .card-header > div:nth-child(12) a:nth-child(1) {
                    margin-left: .5rem;
                }

        .custom-control-grid-nectar .card .card-header .icon-up {
            display: inline-block;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(0deg);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            -ms-transition: -ms-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
        }

        .custom-control-grid-nectar .card .card-header .collapsed .icon-up {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .custom-control-grid-nectar .card .card-header .icon-check {
            color: #017bff;
            font-size: 20px;
        }

        .custom-control-grid-nectar .header table.tbl-header-unit {
            width: 100%;
            text-align: center;
            color: #9A9EA6;
        }

            .custom-control-grid-nectar .header table.tbl-header-unit tr td {
                color: #9b9fa7;
                width: 33%;
                padding: 7px 0px 0px 0px;
            }

            .custom-control-grid-nectar .header table.tbl-header-unit tr:first-child td {
                border-bottom: 1px solid #9A9EA6;
                padding-bottom: 6px;
            }

        .custom-control-grid-nectar .header .col-text {
            position: relative;
        }

            .custom-control-grid-nectar .header .col-text strong {
                padding-top: 6px;
                position: absolute;
            }

                .custom-control-grid-nectar .header .col-text strong.text-header {
                    color: #6A6D73;
                }

            .custom-control-grid-nectar .header .col-text .form-check {
                bottom: 21px;
                position: absolute;
            }

    .custom-control-grid-nectar .form-check {
        padding-left: 0px;
    }

        .custom-control-grid-nectar .form-check .check-render {
            width: 18px;
            height: 18px;
            font-size: 13px;
            font-style: normal;
            border: 1px solid transparent;
            border-color: #aaa;
            cursor: pointer;
            border-radius: 5px;
        }

            .custom-control-grid-nectar .form-check .check-render.checked {
                border-radius: 5px;
                border-color: #007bff;
                background-color: #007bff;
            }

                .custom-control-grid-nectar .form-check .check-render.checked span {
                    width: 16px;
                    height: 16px;
                }

    .custom-control-grid-nectar .header .col-icon {
        text-align: center;
        cursor: pointer;
    }

        .custom-control-grid-nectar .header .col-icon i.icon,
        .custom-control-grid-nectar .header .col-icon img {
            font-size: 30px;
            width: 30px;
            height: 30px;
            margin-bottom: 7px;
        }

        .custom-control-grid-nectar .header .col-icon > div {
            margin-bottom: 7px;
        }

    .custom-control-grid-nectar .content {
    }

        .custom-control-grid-nectar .content .editor-area {
            background-color: #f5f6f8;
            border-radius: 0px 0px 6px 6px;
            padding: 1rem 2rem;
        }

            .custom-control-grid-nectar .content .editor-area .row-1 {
                width: 100%;
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: calc(400px + 1rem) 1fr;
            }

            .custom-control-grid-nectar .content .editor-area .general-hierarchy {
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: 200px 200px 200px 1fr;
            }

            .custom-control-grid-nectar .content .editor-area .consumption-days,
            .custom-control-grid-nectar .content .editor-area .schadule-days {
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px 1fr;
            }

            .custom-control-grid-nectar .content .editor-area .schedule-range {
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: 150px 150px 150px 150px 1fr;
            }

            .custom-control-grid-nectar .content .editor-area .consumption-switch-row {
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: 150px 150px 150px 150px 100px 100px;
            }

            .custom-control-grid-nectar .content .editor-area .stations {
                display: grid;
                grid-column-gap: 1rem;
                grid-template-columns: 150px 250px 1fr;
            }

            .custom-control-grid-nectar .content .editor-area .buttons {
                display: flex;
                justify-content: flex-end;
            }

                .custom-control-grid-nectar .content .editor-area .buttons button {
                    margin-left: 1rem;
                }

                    .custom-control-grid-nectar .content .editor-area .buttons button:first-child {
                        margin-left: 0px;
                    }

    .custom-control-grid-nectar .nav-tabs .nav-link.active {
        background-color: transparent;
    }

    .custom-control-grid-nectar .nav-tabs > li > a {
        padding: 4px 1rem;
    }

    .custom-control-grid-nectar .tab-pane {
        padding: 1rem;
        opacity: 0;
    }

        .custom-control-grid-nectar .tab-pane.active {
            opacity: 1;
        }

    .custom-control-grid-nectar label {
        font-size: 12px !important;
    }

    .custom-control-grid-nectar .accordion .card {
        margin-bottom: .5rem;
    }

        .custom-control-grid-nectar .accordion .card.global-item {
            margin-bottom: 1rem;
        }

    .custom-control-grid-nectar .card .card-header {
        background-color: #fff;
    }

    .custom-control-grid-nectar .card .collapseable {
        background-color: #f5f6f8;
        border-top: 1px solid #ced0d7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .custom-control-grid-nectar .input-group-text {
        padding: 0px;
    }

        .custom-control-grid-nectar .input-group-text .icon {
            padding: 8px;
        }

    .custom-control-grid-nectar .hide {
        display: none !important;
    }

    .custom-control-grid-nectar .custom-control-grid-nectar-label {
        padding-top: 3px;
    }

    .custom-control-grid-nectar input:disabled {
        color: #ddd !important;
        border: 1px solid #ddd !important;
    }

    .custom-control-grid-nectar .text-divider {
        margin: 1em 0;
        line-height: 0;
    }

        .custom-control-grid-nectar .text-divider span {
            background-color: #f5f5f5;
            font-weight: 700;
            padding-right: .4rem;
            color: #6A6D73;
        }

        .custom-control-grid-nectar .text-divider:before {
            content: " ";
            display: block;
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #f7f7f7;
        }

    .custom-control-grid-nectar .modal .custom-control-grid-nectar-label {
        padding-top: 0px !important;
        font-weight: 700 !important;
    }

    .custom-control-grid-nectar .modal .custom-switch .custom-control-grid-nectar-label::after {
        top: .22rem;
    }

    .custom-control-grid-nectar .modal .custom-control-grid-nectar-label::before {
        top: .1rem;
    }

    .custom-control-grid-nectar .modal .custom-control-grid-nectar.custom-switch {
        margin-bottom: 2px;
    }

    .custom-control-grid-nectar .purses label {
        font-weight: 700;
    }

    .custom-control-grid-nectar table {
        max-width: 800px;
    }

        .custom-control-grid-nectar table thead.thead-site th {
            text-transform: none;
            text-align: left;
        }

    .custom-control-grid-nectar td.action-buttons {
        display: flex;
    }

        .custom-control-grid-nectar td.action-buttons a i {
            color: #9A9EA6;
            font-size: 14px;
            cursor: pointer;
        }

            .custom-control-grid-nectar .header .col-icon > div:hover i.icon,
            .custom-control-grid-nectar td.action-buttons a i:hover {
                color: #3b3d40;
            }


.total-header-info-container {
    width: 100%;
    background-color: #DBEEFF;
    border-radius: 5px;
    padding: 4px;
    height: 30px;
    padding-top: 6px;
    max-height: 30px;
    min-width: 100%;
    text-align: center;
}

    .total-header-info-container .name {
        font-weight: bold;
        color: black;
    }

    .total-header-info-container .value {
        margin-left: -6px;
    }

.imgStatusCustomParameter {
    height: 20px;
    width: 20px;
    padding-left: 0px;
    float: right;
    margin-right: 22px;
    margin-top: 4px;
}
/* diseño de grid tipo restricciones */


.resultSearch {
    color: #007BFF;
}

.jqxGridNectarV2 .jqx-grid-column-header[filter=true] .jqx-grid-column-menubutton {
    background-image: url(/App/images/icons/filterdots_active.svg) !important;
    background-size: 13px !important;
}

.custom-control-grid-nectar input {
    height: 34px !important;
}

.custom-table thead tr th {
    font-size: 10px;
}

.textValidationMessage {
    color: #FC5C65;
    font-size: 10px;
    display: none;
    font-weight: normal;
}

.form-control.form-element-validation-error, .has-error input:required, .has-error .bootstrap-select > button, .form-group.has-error > input,
.form-group .input-group.bootstrap-daterangepicker:has(.form-element-validation-error), .has-error > textarea {
    border: 1px solid #FF5978 !important;
    background-color: white !important;
}

.form-group.has-success:not(:has(select))::after,
.form-group.has-error:not(:has(select))::after {
    background-image: url(/App/images/icons/warning-error.svg) !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    right: 1.5rem;
    margin-top: -24px;
}

.form-group.has-success:has(textarea)::after,
.form-group.has-error:has(textarea)::after {
    margin-top: -45px;
}

.form-group.has-success:not(:has(select))::after {
    background-image: url(/App/images/icons/check.png) !important;
    filter: brightness(0) saturate(100%) invert(72%) sepia(57%) saturate(1716%) hue-rotate(32deg) brightness(88%) contrast(103%);
}

.text-error {
    color: #FC5C65;
}

.tab-invalid:after {
    color: red;
    content: ' *';
    display: inline;
}

#containerRadioEmisor {
    display: flex;
}

    #containerRadioEmisor .custom-control {
        margin-right: 1rem;
    }

/***Landing usuarios sin acceso web*/
#modalLandingApp .modal-content {
    height: 70vh;
    background-color: #eaf0f7;
    border: 0px solid rgba(0,0,0,.2);
}

#modalLandingApp .modal-lg {
    max-width: 70%;
}

#modalLandingApp .containerListFeature {
    background-color: white;
    border-radius: 5px;
    padding: 20px 10px 10px 4px;
}

#modalLandingApp ul {
    list-style: none;
}

    #modalLandingApp ul li:before {
        content: "\e907";
        font-family: 'icomoon' !important;
        margin-right: 10px;
        color: #ffa40b;
    }

#modalLandingApp button {
    background-color: #052d72;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}

#modalLandingApp p.message1 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: -6px;
    font-family: edenred;
    letter-spacing: 2px;
}

#modalLandingApp .message2 {
    font-weight: bold;
    font-size: 18px;
}

    #modalLandingApp .message2 span {
        background-color: #02878e;
        padding: 1px 10px 1px 10px;
        color: white;
        border-radius: 14px;
    }

#modalLandingApp .leftContainer {
    padding-left: 7rem;
}

#modalLandingApp #imgRibbon {
    width: 80px;
    height: auto;
    margin-right: 25px;
}

.jqx-listbox {
    background-color: white !important;
}

#modalLandingApp .message2 span {
    font-size: 18px !important;
}

#modalLandingApp .textDownloadNow {
    font-size: 20px;
}

@media (min-width: 900px) and (max-width: 1099px) {
    #modalLandingApp .modal-lg {
        max-width: 70%;
    }
}

@media (min-width: 1100px) and (max-width: 1249px) {
    #modalLandingApp .modal-lg {
        max-width: 70%;
    }
}

@media (min-width: 1250px) and (max-width: 1400px) {
    #modalLandingApp .modal-lg {
        max-width: 100%;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    #modalLandingApp .modal-lg {
        max-width: 90%;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    #modalLandingApp .modal-lg {
        max-width: 80%;
    }
}

/***Landing usuarios sin acceso web*/

.labelError::after {
    content: '*';
}



/** This style add border to datetimepicker filter grid**/

.filter div > .jqx-widget.jqx-datetimeinput.jqx-input {
    border: 1px solid #000000;
}

/*Clse utilizada para identificar el combo al cual cambiarle el color*/
.changeColorSelectedValue {
}

.customDisabled {
    opacity: 0.7;
    pointer-events: none;
}

.containerResumeFileUpload {
    background-color: #eaebef;
    display: flex;
    padding: 20px;
    border-radius: 10px;
}

.changeColorNotAllowRecord {
}

.changeColorAllowRecord {
}

.divInfoToUser {
    height: 28px !important;
    border-radius: 15px;
    border-color: #C9CBD3;
    background-color: #FFFFFF;
    font-family: 'ubuntu', sans-serif;
    font-size: 12px;
    color: #9A9EA6;
    border-style: solid;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 15px;
    display: inline-block;
}


div.divInfoToUser i.icon-info {
    margin-top: 2px;
    font-size: 14px;
    margin-left: 15px;
    float: left;
    display: inline-block;
    padding-right: 12px;
}


div.divInfoToUser label {
    font-weight: normal;
}

.draggable-area {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    width: 3rem;
    margin: auto;
    padding: 1rem;
    cursor: grab;
}

.draggable-thumb {
    width: inherit;
    height: 6px;
    background: var(--divider);
    border-radius: 8px;
    background-color: #dcdcdc;
}

.bulkUploads .dashedLeft > div {
    min-height: 205px;
    border: 1px solid #9A9EA6;
    background-color: #EAEBEF;
    padding: 20px 20px;
    border-radius: 10px;
    margin-left: 2%;
}

.bulkUploads .dashedLeft p {
    font-size: 0.9rem;
    color: #3B3D40;
}

.bulkUploads .dashedRigth > div {
    min-height: 205px;
    border: 1px solid #b4c977;
    background-color: #F1F5E6;
    padding: 20px 20px;
    border-radius: 10px;
    margin-right: 2%;
}

.overlayMoreButtonsModal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
    z-index: 1051;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-family: 'ubuntu';
}

.daterangepicker .ranges li {
    font-family: 'ubuntu';
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #007BFF !important;
}

.daterangepicker .ranges li.active {
    background-color: #007BFF !important;
}

.daterangepicker td.in-range {
    background-color: #BFDEFF;
}

/************Steper******************/

i {
    margin-right: 10px;
}

/*----------step-wizard------------*/

.containerRecharge .wizard .wizard-inner .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.containerRecharge .wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    width: 500px;
}

.containerRecharge .wizard .connecting-line {
    height: 2px;
    background: #288DFF;
    position: absolute;
    width: 50%;
    /*margin: 0 auto;*/
    left: 0;
    right: 0;
    top: 22px;
    z-index: 1;
}

.containerRecharge .wizard .wizard-inner .nav-tabs > li.active > a, .containerRecharge .wizard .wizard-inner .nav-tabs > li.active > a:hover, .containerRecharge .wizard .wizard-inner .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.containerRecharge .wizard span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #E8F3FF;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px !important;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #288DFF;
    color: #288DFF;
}

span.round-tab i {
    color: #555555;
}

.containerRecharge .wizard .wizard-inner li.active span.round-tab {
    background: #288DFF;
    color: #fff;
    border-color: #288DFF;
}

    .containerRecharge .wizard .wizard-inner li.active span.round-tab i {
        color: #5bc0de;
    }

.containerRecharge .wizard .wizard-inner .nav-tabs > li.active > a i {
    color: #0db02b;
}

.containerRecharge .wizard .wizard-inner .nav-tabs > li {
    /*width: 25%;*/
    padding-right: 25%;
}

.containerRecharge .wizard .wizard-inner li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.containerRecharge .wizard .wizard-inner .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .containerRecharge .wizard .wizard-inner .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
        display: none;
    }

    .containerRecharge .wizard .wizard-inner .nav-tabs > li a:hover {
        background: transparent;
    }

.containerRecharge .wizard .wizard-inner .tab-pane {
    position: relative;
    padding-top: 20px;
}


.containerRecharge .wizard h3 {
    margin-top: 0;
}

.containerRecharge .wizard .prev-step,
.containerRecharge .wizard .next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.containerRecharge .wizard .next-step {
    background-color: #0db02b;
}

.containerRecharge .wizard .skip-btn {
    background-color: #cec12d;
}

.containerRecharge .wizard .step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.containerRecharge .wizard {
    padding: 10px 16px;
}

    .containerRecharge .wizard .tab-pane h4 {
        color: #288DFF;
        font-size: 1rem;
        font-weight: bold;
    }

    .containerRecharge .wizard .tab-content .tab-pane {
        margin-top: 20px;
    }

#spanKaeru {
    color: #288DFF;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2;
}
/************Steper******************/
.itemKaeru.selected div, .itemKaeru.selected label {
    background-color: #007BFF;
    color: white;
    border: 0px;
}

.itemKaeru div:hover {
    background-color: #007BFF;
    color: white;
    border: 0px;
}

.jqx-checkbox-default.jqx-fill-state-normal {
    background: white;
}

.jqx-checkbox-default.jqx-fill-state-normal.jqx-checkbox-hover.jqx-fill-state-hover {
    border-color: #007bff;
}

.jqx-checkbox-default.jqx-fill-state-normal.jqx-checkbox-hover.jqx-fill-state-hover > div {
    padding: 2px;
}

.jqx-checkbox-default.jqx-fill-state-normal.jqx-checkbox-hover.jqx-fill-state-hover > div > span {
    background: #4277ff;
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 2px;
}																								  
    .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerSteper .wizard .wizard-inner li.active span.round-tab {
    background: white;
    color: #f2597a;
    border-color: #f2597a;
}

.containerSteper .wizard ul li.active span.round-tab {
    color: #e6597b;
    border: 1px solid #e6597b;
    background-color: white;
}

.containerSteper .wizard span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    font-size: 16px !important;
    font-weight: 500;
}

.containerSteper .wizard .wizard-inner .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.containerSteper .wizard .wizard-inner .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

    .containerSteper .wizard .wizard-inner .nav-tabs > li {
        /* width: 25%; */
        padding-right: 25%;
    }

.containerSteper .wizard .connecting-line {
    height: 1px;
    background: #f2597a;
    position: absolute;
    width: 0%;
    left: 0;
    right: 0;
    top: 21px;
    z-index: 2;
}

.containerSteper .wizard .connecting-line-2 {
    height: 1px;
    background: #c6c9cf;
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    top: 21px;
    z-index: 1;
}

.containerSteper .wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    width: 50%;
}

.containerSteper .wizard .tabInactive span.round-tab {
    color: white;
    background-color: #c6c9cf;
    border: 1px solid #c6c9cf;
}

.containerSteper .wizard .tab-pane .title span {
    color: #f2597a;
    font-weight: bold;
}

.containerSteper .wizard ul li.tabDone span.round-tab {
    background: #f2597a;
    color: #fff;
    border: 1px solid #f2597a;
}


.requeridColorDiv{
    color:red !important;
}

.ulKabus li.selected {
    background-color: #007BFF;
    color: white;
}

.modal {
    overflow-y: auto;
}

/*-----------------------------------------------------------------*/
/*                  Nuevos estilos para grid                       */
/*-----------------------------------------------------------------*/
/*#region Grid-New-Style*/

/*#grid.pinned [columnindex^="2"].jqx-grid-cell-pinned {
    box-shadow: 1px 0px 7px 7px rgb(0 0 0 / 15%);
    clip-path: inset(0px -15px 0px 0px);
}


.jqxGridNectarV2.disenoNuevo .jqx-grid-cell, .jqx-grid-group-cell {
    border-bottom: 1px solid #C9CBD3;
}

.jqxGridNectarV2.disenoNuevo .jqx-widget-header:not(.jqx-grid-pager) {
    border-color: #DBEEFF !important;
    background-color: #DBEEFF !important;
    color: #3B3D40 !important;
}

.jqxGridNectarV2.disenoNuevo .jqx-grid-column-header-group-line {
    border: 0px solid #0D8AFF;
    background-color: #0D8AFF;
}

.jqxGridNectarV2.disenoNuevo .containerIconInHeader .icon-more:before {
    color: #007BFF;
}

.jqxGridNectarV2.disenoNuevo .jqx-grid-column-header span:not(.gridButtonOption) {
    font-size: 10px !important;
    text-transform: uppercase !important;
}


.jqxGridNectarV2.disenoNuevo .pagerinfoContainer {
    font-size: 10px;
    margin: 1px 0px;
    text-transform: uppercase;
    color: #9a9ea6;
}


.jqxGridNectarV2.disenoNuevo .table-pagination .float-left span {
    font-size: 10px !important;
    margin: 1px 4px;
    text-transform: uppercase !important;
    color: #9a9ea6;
}*/

.jqxGridNectarV2.newUx {
    /*background-color: white;
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
}

    .jqxGridNectarV2.newUx .jqx-grid-pager {
        margin-top: 3px;
    }

    .jqxGridNectarV2.newUx .jqx-widget-header:not(.jqx-grid-pager) {
        border-color: #e6e6e6;
        background-color: #f1f7ff;
        border-bottom-color: #e6e6e6;
        border-style: none;
        border-bottom: 1px solid #e6e6e6;
    }

    .jqxGridNectarV2.newUx .jqx-grid-column-header-group-line {
        border: 0px solid white;
        background-color: white;
        display: none;
    }

    .jqxGridNectarV2.newUx .jqx-grid-cell {
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
        border-color: #e6e6e6;
    }

    .jqxGridNectarV2.newUx .jqx-clear.jqx-position-absolute.jqx-border-reset.jqx-background-reset.jqx-reset {
        border-left: 1px solid #e6e6e6 !important;
    }


    .jqxGridNectarV2.newUx .report-header label {
        color: #abacb3 !important;
    }

    .jqxGridNectarV2.newUx .jqx-widget-header:not(.jqx-grid-pager) span {
        color: #9A9EA6 !important;
    }

    .jqxGridNectarV2.newUx .jqx-grid-column-menubutton {
        background-image: url(/App/images/icons/filter-funnel.svg) !important;
        background-size: 9px !important;
    }

    .jqxGridNectarV2.newUx .jqx-clear.jqx-position-absolute.jqx-grid-toolbar.jqx-widget-header[id^="toolbar"] {
        background-color: white !important;
        border-bottom-color: white;
    }

    .jqxGridNectarV2.newUx .jqx-grid-column-header[filter=true] .jqx-grid-column-menubutton {
        background-image: url(/App/images/icons/filter-funnel-active.svg) !important;
        background-size: 9px !important;
    }

.jqxGridNectarV2.newUx {
    font-family: ubuntu !important;
}

.jqxGridNectarV2.newUx .jqx-grid-cell, .jqx-grid-group-cell div {
    font-family: ubuntu !important;
}

@font-face {
    font-family: ubuntu;
    src: url(fonts/Ubuntu-Regular.ttf);
}

.jqxGridNectarV2.newUx .jqx-grid-column-header {
    background-color: #f1f7ff !important;
}

    .jqxGridNectarV2.newUx .jqx-grid-column-header > div > div {
        letter-spacing: 0.5px;
    }

.jqxGridNectarV2.newUx .jqx-grid-cell-left-align {
    color: #3b3d40;
    padding-left: 10px;
}

.jqxGridNectarV2.newUx .jqx-grid-cell-right-align {
    margin-right: 10px;
}

.jqxGridNectarV2.newUx .jqx-grid-column-menubutton {
    background-image: url(/App/images/icons/filter-funnel.svg) !important;
    background-size: 9px !important;
}

    .jqxGridNectarV2.newUx .jqx-grid-column-menubutton:hover {
        background-image: url(/App/images/icons/filter-funnel-hover.svg) !important;
    }

.jqxGridNectarV2.newUx .jqx-widget-header[filter=true]:not(.jqx-grid-pager) span {
    color: #4277ff !important;
}

.jqxGridNectarV2.newUx .jqx-grid-column-header.filterMenuInline > div > div:not(.iconscontainer):not(:first-child) {
    margin-left: auto !important;
    margin-right: 10px;
}

.jqxGridNectarV2.newUx .jqx-grid-column-header.filterMenuInline > div > div:not(.iconscontainer) {
    margin-left: 10px !important;
    color: #9A9EA6 !important;
}


.jqxGridNectarV2.newUx .jqx-grid-column-header.filterMenuInlineRight > div > div:not(.iconscontainer) {
    /*margin-left: 10px !important;*/
    color: #9A9EA6 !important;
}

.jqxGridNectarV2.newUx .jqx-grid-column-header.jqx-widget-header > div {
    border-top: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
}

.jqxGridNectarV2.newUx [id^="contenttable"] {
    border-bottom: 0px !important;
}

.jqxGridNectarV2.newUx .jqx-grid-column-header.jqx-grid-columngroup-header.jqx-widget-header > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.jqxGridNectarV2.newUx .jqx-grid-cell-selected,
.jqxGridNectarV2.newUx.jqx-widget .jqx-grid-cell,
.jqxGridNectarV2.newUx.jqx-widget .jqx-grid-column-header,
.jqxGridNectarV2.newUx.jqx-widget .jqx-grid-group-cell {
    border-color: #e6e6e6 !important;
}

.jqxGridNectarV2.newUx .jqx-grid-group-cell.jqx-grid-cell-pinned {
    border-left: none !important;
    border-right: none !important;
    /*width: 29px !important;*/
}

.jqxGridNectarV2.newUx .jqx-grid-group-cell:has(.headerGroupGrid) {
    left: 29px !important;
}

.cardGrid {
    background-color: white;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin: 0 auto;
    width: auto;
}

.jqxGridNectarV2.newUx .jqx-grid-cell.jqx-grid-empty-cell {
    border-right: 3px solid #e6e6e6;
}

[id^="menuWrappergridmenu"] {
    z-index: 1050 !important;
}


/* Styles for grid group cells */
.jqxGridNectarV2.newUx .jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-group-cell {
    border: 1px solid #e6e6e6 !important;
    box-sizing: unset;
}

/*Set border left in #columntablejqGrid*/
.jqxGridNectarV2.newUx div#columntablejqGrid {
    border-left: 1px solid #e6e6e6;
}


/*Modificadores de header NewUX*/
.jqxGridNectarV2.newUx div.filterMenuInlineRight[role="columnheader"] {
    border: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
}

    .jqxGridNectarV2.newUx div.filterMenuInlineRight[role="columnheader"] > div {
        border:none !important;
    }


/*Custom Header group*/
.jqxGridNectarV2.newUx div.jqx-grid-column-header.jqx-grid-columngroup-header.jqx-widget-header {
    border-bottom: 1px solid #e6e6e6 !important;
}



/**
* Estos estilos ajustan el background de las celdas cuando 
  se hizo un re ordenamiento en las tablas.
*/
.jqxGridNectarV2.newUx div > .jqx-grid-cell-sort {
    background-color: #ffffff !important;
}

.jqxGridNectarV2.newUx div > .jqx-grid-cell-sort-alt {
    background-color: #f8f8fa !important;
}

.jqxGridNectarV2.newUx div > .headerGroupGrid {
    background-color: #C9CBD3;
    width: 100%;
    height: 100%;
    color: #3B3D40;
    padding: 15px 0 0 3px;
}


/*  Modificando colores de los header */
.jqxGridNectarV2.newUx div > .jqx-grid-group-cell.jqx-icon-arrow-down {
    background-image: url(/App/images/icons/up_gray.svg) !important;
    background-color: #caccd4 !important;
}


.jqxGridNectarV2.newUx .jqx-icon-arrow-right,
.jqxGridNectarV2.newUx .jqx-icon-arrow-right-hover,
.jqxGridNectarV2.newUx .jqx-icon-arrow-right-selected {
    background-color: #caccd4 !important;
    background-image: url(/App/icons/dropdown_gray.svg) !important;
}

.jqxGridNectarV2.newUx .jqx-grid-cell.jqx-item:has(.jqx-grid-cell-left-align img),
.jqxGridNectarV2.newUx .jqx-grid-group-cell:has(.jqx-grid-cell-left-align img) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.jqxGridNectarV2.newUx .icon-more-selected:before {
    content: "\e953";
    color: #c9cbd3;
}

.jqxGridNectarV2.newUx .divMore li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.jqxGridNectarV2.newUx .divMore li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.jqxGridNectarV2.newUx .row.table-pagination .dropDownPageFooterGrid {
    border: 0.4px solid var(--light-gray) !important;
    background-color: transparent !important;
    border-radius: 3px;
    height: 21px !important;
    width: 59px !important;
    padding: 0;
    margin: 0 !important;
    color: var(--dark-gray);
    field-sizing: content;
}

.jqxGridNectarV2.newUx .row.table-pagination * {
    font-size: 14px !important;
    height: 21px !important;
    color: var(--light-gray);
    line-height: 16px;
}

.jqxGridNectarV2.newUx .row.table-pagination .pagerinfoContainer {
    margin-left: 5px !important;
}

.jqxGridNectarV2.newUx .row.table-pagination a {
    padding: 0;
    margin-left: 4px;
}

.jqxGridNectarV2.newUx .row.table-pagination .float-right .icon {
    font-size: 10px !important;
}

.jqxGridNectarV2.newUx .row.table-pagination .float-right input[type="text"] {
    width: fit-content;
    color: var(--dark-gray);
    field-sizing: content;
    margin-right: 4px;
    font-size: 13px !important;
}

.jqxGridNectarV2.newUx.cardGrid {
    background: white;
    border-radius: 20px;
}

.jqxGridNectarV2.newUx .bootstrap-select {
    padding: 3px;
}

.jqxGridNectarV2.newUx .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.jqxGridNectarV2.newUx .jqx-grid-column-header span:not(.gridButtonOption) {
    font-size: inherit !important;
}

.jqxGridNectarV2.newUx .report-header span {
    font-size: 16px !important;
}

.jqxGridNectarV2.newUx .report-header .rptTitleStyle {
    font-weight: 700;
    line-height: 27px;
}

.jqxGridNectarV2.newUx .report-header .rptSubTitleStyle {
    font-weight: 400;
}


.jqx-menu-wrapper span.filterbutton.jqx-button-nectartheme {
    border-color: transparent !important;
    padding: 6px 20px !important;
}

.jqx-menu-wrapper span.filterclearbutton.jqx-button-nectartheme {
    padding: 5px 19px !important;
}

.jqx-menu-wrapper span.filterbutton.jqx-button-nectartheme:hover,
.jqx-menu-wrapper span.filterclearbutton.jqx-button-nectartheme:hover {
    border-color: transparent !important;
    color: #fff;
}


/*#end region Grid-New-Style*/
input[type="text"].input-informativo {
    background: #DDE2E5 !important;
    color: #6D7787 !important;
    border-color: #9A9EA6 !important;
}

.form-group-readonly:has(:disabled) label,
.form-group-readonly:has(.disabled) label {
    color: #6D7787 !important;
}

.form-group.form-group-readonly .bootstrap-select .disabled .filter-option,
.form-group.form-group-readonly .bootstrap-select button.disabled .filter-option-inner-inner {
    color: #3c424b !important;
}

.form-group-readonly:has(:disabled) input,
.form-group-readonly:has(.disabled) input,
.form-group.form-group-readonly .form-control.disabled,
.form-group.form-group-readonly .bootstrap-select button.disabled {
    background: #DDE2E5 !important;
    color: #6D7787 !important;
    border-color: #9A9EA6 !important;
}

    .form-group-readonly:has(:disabled) input::placeholder,
    .form-group-readonly:has(.disabled) input::placeholder,
    .form-group.form-group-readonly .form-control.disabled::placeholder,
    .form-group.form-group-readonly .bootstrap-select button.disabled::placeholder {
        opacity: 0.5;
        color: #313232;
    }
