/* input(804,39): run-time error CSS1034: Expected closing parenthesis, found ','
input(804,39): run-time error CSS1042: Expected function, found ','
input(804,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */


.content {
    padding-top: 55px !important;
}

.form-login {
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .form-login {
        width: 300px;
    }
}

/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
    .my-custom-class th.ui-table-priority-1,
    .my-custom-class td.ui-table-priority-1 {
        display: table-cell;
    }
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
    .my-custom-class th.ui-table-priority-2,
    .my-custom-class td.ui-table-priority-2 {
        display: table-cell;
    }
}

/* Manually hidden */
.my-custom-class th.ui-table-cell-hidden,
.my-custom-class td.ui-table-cell-hidden {
    display: none;
}

/* Manually shown */
.my-custom-class th.ui-table-cell-visible,
.my-custom-class td.ui-table-cell-visible {
    display: table-cell;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 768px) {
    .pull-sm-right {
        float: right;
    }
}



.my-inner-addon {
    position: relative;
}

    .my-inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
    }
    /* align icon */ .my-inner-addon .my-left-addon {
        left: 0px;
    }

    .my-inner-addon .my-right-addon {
        right: 0px;
    }
    /* add padding  */ .my-inner-addon input {
        padding-left: 30px;
    }

    .my-inner-addon input {
        padding-right: 30px;
    }
/*Tamaños de letra 10 - 20*/
.text-10x {
    font-size: 10px;
}

.text-11x {
    font-size: 11px;
}

.text-12x {
    font-size: 12px;
}

.text-14x {
    font-size: 14px;
}

.text-16x {
    font-size: 16px;
}

.text-18x {
    font-size: 18px;
}

.text-50x {
    font-size: 50px;
}


.text-12em {
    font-size: 0.75em;
}

.text-14em {
    font-size: 0.875em;
}

.text-16em {
    font-size: 1em;
}

.text-18em {
    font-size: 1.125em;
}

.text-20em {
    font-size: 1.25em;
}

.text-22em {
    font-size: 1.375em;
}

.text-24em {
    font-size: 1.5em;
}

.text-26em {
    font-size: 1.625em;
}

.text-28em {
    font-size: 1.75em;
}

.text-30em {
    font-size: 1.88em;
}

.text-32em {
    font-size: 2em;
}

.text-50em {
    font-size: 3.13em !important;
}

.bg-login {
    background-image: url('../images/Banners/login.png?v=_BEPU8Kxiv5-a4ia09hT7-mOzpE');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-login-color {
    /*background-color: #eceef1fc;*/
    background-color: #ffffff;
}

.carousel-login, .carousel-login .carousel-inner, .carousel-login .carousel-inner .carousel-item {
    height: 100%;
}

    .carousel-login .carousel-inner .carousel-item {
        background-repeat: no-repeat;
        background-size: cover;
    }

.form-control-login {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    padding: .375rem .75rem;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control-login::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #b4b9bd;
        opacity: 1; /* Firefox */
    }
/*Colores letra Exel-Solar*/
.color-exel-azul-1 {
    color: #3C91CF;
}

.color-exel-oscuro-1 {
    color: #474747;
}

.color-exel-oscuro-2 {
    color: #2d2926;
}
/*background letra Exel-Solar*/

.bg-exel-azul-1 {
    background: #3C91CF;
}

.bg-exel-oscuro-1 {
    background: #474747;
}

.bg-exel-oscuro-2 {
    background: #2d2926;
}

/*TimeLine TIcket Exel-Solar*/
ul.timeline > li > p {
    margin-left: 1rem !important;
}

ul.timeline > li > a {
    margin-left: 1.5rem !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #3C91CF;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

#section-comentary-scroll {
    height: 150px;
    overflow-y: scroll;
}

.input-form-ticket {
    width: 167px !important;
    height: 30px !important;
    font-size: 14px;
}
/*override boostrap-select */
.filter-option-inner {
    /*width: 150px;*/
    height: 30px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    margin-bottom: -2px;
}

.bs-searchbox > input {
    height: 30px;
    font-size: 14px;
}

.bootstrap-select > .dropdown-toggle {
    height: 30px;
    /*margin-top: -5px;*/
    font-size: 0.725rem;
}

#contentDetailDelivery, #contentDetailDelivery .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 11px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /*margin-top: -5px;*/
    font-size: 0.725rem;
    max-width: 500px;
}

.filter-option-inner-inner {
    text-align: center !important;
}
/*Comentarios*/
/*.textareaComentario {
        /*outline: solid;
        border: solid;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 1rem;
        color: #555f77;
    }*/
.comments {
    margin: 0.5rem auto 0;
    max-width: 60.75rem;
    padding: 0 1.25rem;
}

.comment-wrap {
    margin-bottom: 1.25rem;
    display: table;
    width: 100%;
    min-height: 5.3125rem;
}

.photo {
    padding-top: 0.625rem;
    display: table-cell;
    width: 3.5rem;
}

    .photo .avatar {
        height: 2.25rem;
        width: 2.25rem;
        border-radius: 50%;
        background-size: contain;
    }

.comment-block {
    /*padding: 1rem;*/
    background-color: #6c757d;
    display: table-cell;
    vertical-align: top;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

    .comment-block .textareaComentario {
        width: 100%;
        resize: none;
    }

.separator-comment {
    border-bottom: solid #6c757d;
    margin-left: .6rem;
}



.field-validation-error {
    /*display: none !important;*/
    font-size: 10px;
    color: red;
}

/* Tagging Basic Style */
.tagging {
    border: 1px solid #CCCCCC;
    cursor: text;
    font-size: 1em;
    height: auto;
    /*padding: 10px 10px 15px;*/
}

.tag {
    background: none repeat scroll 0 0 #EE7407;
    border-radius: 2px;
    color: white;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 0;
    /*margin: 5px 10px 0 0;*/
    margin-right: 5px;
    font-size: 12px;
}

    .tag span {
        background: none repeat scroll 0 0 #D66806;
        border-radius: 2px 0 0 2px;
        margin-right: 5px;
        padding: 5px 10px 5px;
    }

    .tag .tag-i {
        color: white;
        cursor: pointer;
        font-size: 1.3em;
        height: 0;
        line-height: 0.1em;
        position: absolute;
        right: 5px;
        top: 0.7em;
        text-align: center;
        width: 10px;
    }

        .tag .tag-i:hover {
            color: black;
            text-decoration: underline;
        }

.type-zone {
    border: 0 none;
    height: auto;
    width: auto;
    min-width: 20px;
    display: inline-block;
}

    .type-zone:focus {
        outline: none;
    }
/* Ticket/CorreoFabricantePartialView.cshtml */
.inbox-empty {
    text-align: center;
    color: dimgray;
}

.bg-sent {
    background-color: #1e73b9 !important;
    color: white !important;
}

.border-sent {
    border-color: #1e73b9 !important;
}

.gmail_quote {
    color: dimgray;
}

.mail-unread {
    box-shadow: -5px -5px 25px #9eecff;
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        overflow: auto;
        height: 100px;
    }

    .fixed_header thead {
        /*background: black;
        color: #fff;*/
    }

    .fixed_header th, .fixed_header td {
        padding: 3px;
        text-align: left;
        width: 400px;
    }

.body-section {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

    .body-section .section-content-top .tab-content {
        /*min-height: 280px;*/
    }

.section-content-top, .section-content-bottom .section-content-down {
    /*padding-bottom: 16px;*/
}

.section-content-bottom {
    margin-top: 0px !important;
}

.section-content-top {
    /*height: 350px;
    overflow-y: scroll;*/
}

.section-actions {
    background-color: #1e73b9;
    color: #fff;
    z-index: 2;
}

.section-actions-actions {
    padding-top: 5px;
    padding-bottom: 2px;
}

.section-actions .form-group {
    margin-right: 1rem !important;
    padding-top: 5px !important;
}

.section-actions input {
    border-radius: 0;
}

.section-actions input, .section-actions .input-group-append button {
    height: 27px;
    margin-bottom: 3px;
}

.section-actions .bootstrap-select > .dropdown-toggle {
    height: 28px;
    /*margin-top: -4px;*/
    border-width: thin !important;
    background-color: #1e73b9 ;
    color:white;
}

.section-filters {
    background-color: #1e73b9;
    color: #fff;
    z-index: 1;
    text-align: right;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.section-filters-actions {
    padding-top: 2px;
    padding-bottom: 2px;
}

.section-filters .form-group {
    margin-right: 1rem !important;
    padding-top: 5px !important;
}

.section-filters input {
    border-radius: 0;
}

.section-filters input, .section-filters .input-group-append button {
    height: 27px;
    margin-bottom: 3px;
}

.section-icon-button-style {
    color: #007bff !important;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

.icon-button-style {
    font-size: 21px;
    padding: 0.15rem !important;
    color: #fff;
    border-style: solid;
    border-color: white;
    border-width: thin;
    min-width: 35px;
    text-align: center;
}

.toolbar-button-style, .toolbar-button-style-filter {
    font-size: 14px;
    padding: 0.15rem !important;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    min-width: 60px;
    cursor: pointer;
}

.checkbox-button-style {
    font-size: 14px !important;
    padding: 0.15rem !important;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    min-width: 60px;
    cursor: pointer;
    padding-left: 5px !important;
}

.pagination {
    margin-top: 2px;
    margin-bottom: 0px !important;
}

.page-link {
    padding: 0rem 0.55rem !important;
    border: 0.6px solid #dee2e6 !important;
}

/* Icon when the collapsible content is shown */
.btn-expand:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    cursor: pointer;
    content: "\f146";
    font-size: 25px;
    padding-top: 2px;
}

.btn-expand-bottom {
    padding-top: 2px;
}


.btn-expand.collapsed:after {
    content: "\f0fe";
}


/* Charts Dashboard*/
.chart-element {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.chart-element-large {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.chart-link-container {
    position: relative;
    top: 6px;
}

.chart-link {
    float: right;
    margin-bottom: -25px;
}

.control-line-right {
    float: right;
    width: 120px;
    margin-right: 5px;
}

.nav-tabs > .nav-item > .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.card {
    margin-bottom: 1px;
}

.nav-tabs {
    /*padding-top: 1px;*/
    padding-top: 3px;
    background-color: #1e73b9;
    /*border-bottom: 0px;*/
    z-index: 1;
}

.offsidebar .nav-tabs {
    background-color: white !important;
}

.form-control {
    font-size: 0.725rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.1px;
    height: 30px;
}

textarea.form-control {
    min-height: 30px;
}

.section-container label {
    margin-bottom: 0px;
    padding-right: 1px;
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col {
    margin-bottom: 0px;
}

.enabled {
    cursor: pointer;
    pointer-events: all !important;
}

.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.list-group-item-top {
    display: block;
    padding: 0;
    color: #fff;
    padding-left: 5px;
}

    .list-group-item-top:hover {
        text-decoration: none;
        color: #fff;
    }

    .list-group-item-top .media-body {
        padding-top: 4px;
    }

.table-select-row tbody tr {
    cursor: pointer;
}

.footer-side-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 20px;
    z-index: 109;
    z-index: 0;
    font-size: .875rem;
}

.aside-collapsed .footer-side-container {
    font-size: .675rem;
    padding: 5px;
}

#BodyContainerBottom .nav-link {
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.row-selected {
    background-color: rgb(37, 152, 228, 0.3) !important;
}

.fa-sort {
    float: right;
}

.dropdown-item {
    justify-content: left !important;
}

.pagination-detail .page-list {
    display: none !important;
}

.btn {
    font-size: 9px;
}

body {
    /*line-height:1px;*/
}

.table-sm th, .table-sm td {
    padding: 0.1rem !important;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: 22px !important
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 1.5rem !important;
    line-height: 150px !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding-bottom: 0;
    padding-top: 0;
}

.buttons-toolbar-bottom .search-input, .buttons-toolbar-top .search-input {
    width: 200px !important;
    height: 28px !important;
}

.section-container {
    position: absolute !important;
    min-width: 100%;
    padding-right: 214px;
}

    .section-container.container-tablero {
        position: relative !important;
        min-width: 0% !important;
        padding-right: 5px !important;
    }

.aside-collapsed .section-container {
    padding-right: 64px;
}

.content-wrapper {
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

#ContainerTop {
    height: 48.3%;
}

    #ContainerTop .card, #ContainerTop .card-body, #ContainerMETop .card, #ContainerMETop .card-body, #ContainerClientsMETop .card, #ContainerClientsMETop .card-body, #ContainerShoppingOrderMCTop .card, #ContainerShoppingOrderMCTop .card-body, #ContainerProductsMETop .card, #ContainerProductsMETop .card-body, #ContainerOrdersMETop .card, #ContainerOrdersMETop .card-body, #ContainerQuotationsMETop .card, #ContainerQuotationsMETop .card-body, #ContainerOpportunitiesMETop .card, #ContainerOpportunitiesMETop .card-body, #ContainerTransfersMETop .card, #ContainerTransfersMETop .card-body, #ContainerFinalUserMETop .card, #ContainerFinalUserMETop .card-body, #ContainerContactsMETop .card, #ContainerContactsMETop.card-body, #ContainerConfigurationMETop .card, #ContainerConfigurationMETop .card-body, #ContainerRolMETop .card, #ContainerRolMETop .card-body, #ContainerActivitiesMETop .card, #ContainerActivitiesMETop .card-body, #ContainerCalendarMETop .card, #ContainerCalendarMETop .card-body, #ContainerForecastMETop .card, #ContainerForecastMETop .card-body, #ContainerMacProspectTop .card, #ContainerMacProspectTop .card-body, #ContainerMacTicketTop .card, #ContainerMacTicketTop .card-body, #ContainerMSTicketTop .card, #ContainerMSTicketTop .card-body, #ContainerMSGarantiaTop .card, #ContainerMSGarantiaTop .card-body, #ContainerMSFacturaTop .card, #ContainerMSFacturaTop .card-body, #ContainerFletesMETop .card, #ContainerFletesMETop .card-body, #ContainerFletesDedicadoMETop .card, #ContainerFletesDedicadoMETop .card-body, #ContainerPreciosMETop .card, #ContainerPreciosMETop .card-body, #ContainerConfiguracionMETop .card, #ContainerConfiguracionMETop .card-body, #ContainerEmployeesTop .card, #ContainerEmployeesTop .card-body, #ContainerKnowledgeBaseArticleTop .card, #ContainerKnowledgeBaseArticleTop .card-body, #ContainerWorkplacesTop .card, #ContainerWorkplacesTop .card-body, #ContainerHolidaysTop .card, #ContainerHolidaysTop .card-body {
        height: 100%;
    }

#BodyContainerTop {
    position: absolute;
    height: 100%;
}

    #BodyContainerTop .tab-content {
        height: 87%;
        overflow: auto;
        /*margin-right: 8px;*/
        margin-right: 0px;
        padding-right: 20px;
        padding-top: 7px;
    }

    #BodyContainerTop > .row {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -3px;
    }

#ContainerBottom {
    height: 51%;
}

    #ContainerBottom .card, #ContainerBottom .card-body, #ContainerMEBottom .card, #ContainerMEBottom.card-body, #ContainerClientsMEBottom .card, #ContainerClientsMEBottom.card-body, #ContainerShoppingOrderMCBottom .card, #ContainerShoppingOrderMCBottom.card-body, #ContainerProductsMEBottom .card, #ContainerProductsMEBottom.card-body, #ContainerOrdersMEBottom .card, #ContainerOrdersMEBottom.card-body, #ContainerQuotationsMEBottom .card, #ContainerQuotationsMEBottom.card-body, #ContainerOpportunitiesMEBottom .card, #ContainerOpportunitiesMEBottom.card-body, #ContainerMEBottom.card-body, #ContainerTransfersMEBottom .card, #ContainerTransfersMEBottom.card-body, #ContainerFinalUserMEBottom .card, #ContainerFinalUserMEBottom.card-body, #ContainerContactsMEBottom .card, #ContainerContactsMEBottom.card-body, #ContainerConfigurationMEBottom .card, #ContainerConfigurationMEBottom.card-body, #ContainerRolMEBottom .card, #ContainerRolMEBottom.card-body, #ContainerActivitiesMEBottom .card, #ContainerActivitiesMEBottom .card-body, #ContainerForecastMEBottom .card, #ContainerForecastMEBottom .card-body, #ContainerMacProspectBottom .card, #ContainerMacProspectBottom .card-body, #ContainerMacTicketBottom .card, #ContainerMacTicketBottom .card-body, #ContainerMSticketBottom .card, #ContainerMSticketBottom .card-body, #ContainerMSGarantiaBottom .card, #ContainerMSGarantiaBottom .card-body, #ContainerMSFacturaBottom .card, #ContainerMSFacturaBottom .card-body, #ContainerFletesMEBottom .card, #ContainerFletesMEBottom.card-body, #ContainerFletesDedicadoMEBottom .card, #ContainerFletesDedicadoMEBottom.card-body, #ContainerPreciosMEBottom .card, #ContainerPreciosMEBottom.card-body, #ContainerConfiguracionMEBottom .card, #ContainerConfiguracionMEBottom.card-body, #ContainerEmployeesBottom .card, #ContainerEmployeesBottom.card-body, #ContainerKnowledgeBaseArticleBottom .card, #ContainerKnowledgeBaseArticleBottom.card-body, #ContainerWorkplacesBottom .card, #ContainerWorkplacesBottom body, #ContainerHolidaysBottom .card, #ContainerHolidaysBottom body {
        height: 100%;
    }

#BodyContainerBottom {
    position: absolute;
    height: 100%;
}

    #BodyContainerBottom > .row {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -6px;
    }

#ContainerBottom .nav-tabs .nav-tabs {
    /*border-bottom: none;*/
}


#ContainerBottom .nav-item {
    /*border-bottom: #fff;
    border-bottom-style: solid;
    padding-right: 1px;*/
}

#ContainerBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerClientsMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerShoppingOrderMCBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerClientsMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerShoppingOrderMCTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerProductsMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerProductsMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerOrdersMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerOrdersMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerQuotationsMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerQuotationsMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerOpportunitiesMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerOpportunitiesMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerTransfersMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerTransfersMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFinalUserMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFinalUserMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerContactsMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerContactsMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerConfigurationMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerConfigurationMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerRolMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerRolMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerActivitiesMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerActivitiesMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerCalendarMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerForecastMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerForecastMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMacProspectBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMacTicketBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMacProspectTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMacTicketTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSTicketTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSGarantiaTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSFacturaTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSticketBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSGarantiaBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerMSFacturaBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFletesMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFletesMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFletesDedicadoMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerFletesDedicadoMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerPreciosMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerConfiguracionMEBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerPreciosMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerConfiguracionMETop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerEmployeesTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerEmployeesBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerKnowledgeBaseArticleTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerKnowledgeBaseArticleBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerWorkplacesTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerWorkplacesBottom .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerHolidaysTop .nav-tabs .nav-tabs > .nav-item > .nav-link, #ContainerHolidaysBottom .nav-tabs .nav-tabs > .nav-item > .nav-link {
    padding-top: 3px;
    padding-bottom: 5px;
}

#BodyContainerBottom .tab-content {
    /*height: 87.9%;*/
    /*height: 90.5%;*/
    height: 92.3%;
    overflow: auto;
    /*margin-right: 8px;*/
    margin-right: 0px;
    /*margin-right: 5px;*/
}

    #BodyContainerBottom .tab-content form {
        margin-right: 0px;
        padding-right: 20px;
        padding-top: 7px;
    }

#ContainerMETop {
    height: 30%;
}

#ContainerMEBottom {
    height: 70%;
}

#ContainerShoppingOrderMCTop {
    height: 40%;
}

#ContainerShoppingOrderMCBottom {
    height: 60%;
}

#ContainerFletesMETop {
    height: 22.2%;
}

#ContainerFletesMEBottom {
    height: 77.8%;
}

#ContainerFletesDedicadoMETop {
    height: 34%;
}

#ContainerFletesDedicadoMEBottom {
    height: 66%;
}

#ContainerProductsMETop {
    height: 25.2%;
}

    #ContainerProductsMETop.expand-hide {
        height: 0% !important;
    }

    #ContainerProductsMETop.clienteVenta {
        height: 25.2%;
    }

        #ContainerProductsMETop.clienteVenta .fixed-table-container {
            min-height: 100px;
        }

#ContainerProductsMEBottom {
    height: 74.8%;
}

    #ContainerProductsMEBottom.clienteVenta {
        height: 74.8%;
    }

    #ContainerProductsMEBottom.expand-show {
        height: 100%;
    }


#ContainerClientsMETop {
    height: 26%;
}

    #ContainerClientsMETop.cartera {
        height: 33%;
    }

        #ContainerClientsMETop.cartera .fixed-table-container {
            min-height: 100px;
        }

#ContainerEmployeesTop {
    height: 34%;
}

#ContainerWorkplacesTop {
    height: 34%;
}

#ContainerHolidaysTop {
    height: 34%;
}

#ContainerKnowledgeBaseArticleTop {
    height: 36%;
}


.expand-hide {
    height: 0% !important;
}

#ContainerClientsMETop.clienteVenta {
    height: 30%;
}

    #ContainerClientsMETop.clienteVenta .fixed-table-container {
        min-height: 100px;
    }

#ContainerClientsMEBottom.clienteVenta {
    height: 70%;
}

#ContainerClientsMEBottom {
    height: 74%;
}

    #ContainerClientsMEBottom.cartera {
        height: 66%;
    }

#ContainerEmployeesBottom {
    height: 66%;
}

#ContainerWorkplacesBottom {
    height: 66%;
}

#ContainerHolidaysBottom {
    height: 66%;
}

#ContainerKnowledgeBaseArticleBottom {
    height: 64%;
}

.expand-show {
    height: 100% !important;
}

#ContainerConfigurationMETop {
    height: 59%;
}

#ContainerConfigurationMEBottom {
    height: 39.4%;
}

#ContainerRolMETop {
    height: 59%;
}

#ContainerRolMEBottom {
    height: 39.4%;
}

#ContainerPreciosMETop {
    height: 59%;
}

#ContainerPreciosMEBottom {
    height: 39.4%;
}

#ContainerConfiguracionMETop {
    height: 39%;
}

#ContainerConfiguracionMEBottom {
    height: 59.4%;
}

#ContainerFinalUserMETop {
    height: 22%;
}

#ContainerFinalUserMEBottom {
    height: 78%;
}

#ContainerTransfersMETop {
    height: 25%;
}

#ContainerTransfersMEBottom {
    height: 75%;
}

#ContainerContactsMETop {
    height: 31%;
}

#ContainerContactsMEBottom {
    height: 69%;
}

#ContainerOrdersMETop {
    height: 60%;
}

#ContainerOrdersMEBottom {
    height: 40%;
}

#ContainerQuotationsMETop {
    height: 60%;
}

#ContainerQuotationsMEBottom {
    height: 40%;
}

#ContainerOpportunitiesMETop {
    height: 32%;
}

#ContainerOpportunitiesMEBottom {
    height: 68%;
}

#ContainerClientsMEBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerEmployeesBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerWorkplacesBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerHolidaysBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerKnowledgeBaseArticleBottom .fixed-table-container {
    min-height: 105px;
}


#ContainerShoppingOrderMCBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerCalendarMETop {
    height: 100%;
}

#ContainerActivitiesMETop {
    height: 40%;
}

#ContainerActivitiesMEBottom {
    height: 60%;
}

#ContainerMacProspectTop {
    height: 47%;
}

#ContainerMacProspectBottom {
    height: 52.4%;
}

#ContainerMSTicketTop {
    height: 47%;
}

#ContainerMSticketBottom {
    height: 52.4%;
}

#ContainerMSGarantiaTop {
    height: 47%;
}

#ContainerMSGarantiaBottom {
    height: 52.4%;
}

#ContainerMSFacturaTop {
    height: 20%;
}

#ContainerMSFacturaBottom {
    height: 80%;
}

#ContainerMacTicketTop {
    height: 44.5%;
}

#ContainerMacTicketBottom {
    height: 54.3%;
}

#ContainerForecastMETop {
    height: 24%;
}

    #ContainerForecastMETop.height-small {
        height: 13%;
    }

#ContainerForecastMEBottom {
    height: 76%;
}

    #ContainerForecastMEBottom.height-big {
        height: 87%;
    }


#ContainerActivitiesMEBottom .fixed-table-container {
    min-height: 275px;
}

#ContainerConfigurationMEBottom .fixed-table-container {
    min-height: 199px;
}

#ContainerRolMEBottom .fixed-table-container {
    min-height: 199px;
}

#ContainerPreciosMEBottom .fixed-table-container {
    min-height: 199px;
}

#ContainerConfiguracionMEBottom .fixed-table-container {
    min-height: 199px;
}

#ContainerQuotationsMEBottom .fixed-table-container {
    min-height: 185px;
}

#ContainerFinalUserMEBottom .fixed-table-container {
    min-height: 468px;
}

#ContainerOrdersMEBottom .fixed-table-container {
    min-height: 185px;
}

#ContainerProductsMEBottom .fixed-table-container {
    min-height: 290px;
}

#ContainerFletesMEBottom .fixed-table-container {
    min-height: 290px;
}

#ContainerFletesDedicadoMEBottom .fixed-table-container {
    min-height: 290px;
}

#ContainerTransfersMEBottom .fixed-table-container {
    min-height: 400px;
}

#ContainerMEBottom .fixed-table-container {
    min-height: 388px;
}

#ContainerForecastMEBottom .fixed-table-container {
    min-height: 352px;
}

#ContainerMacProspectBottom .fixed-table-container {
    min-height: 225px;
}

#ContainerMacTicketBottom .fixed-table-container {
    min-height: 225px;
}

#ContainerMSTicketTop .fixed-table-container {
    min-height: 225px;
}

#ContainerMSGarantiaBottom .fixed-table-container {
    min-height: 225px;
}

#ContainerMSFacturaBottom .fixed-table-container {
    min-height: 225px;
}

.fixed-cart-table-container {
    padding-bottom: 0px;
    min-height: 150px;
}

.fixed-cart-table-footer {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

#ContainerOpportunitiesMEBottom .fixed-table-container {
    min-height: 312px;
}

#ContainerContactsMEBottom .fixed-table-container {
    min-height: 354px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
    margin-top: 2px !important;
    margin-bottom: 0px;
}

.fixed-table-body {
    display: contents;
}

@media (max-width: 767.98px) {
    .csstransforms3d .aside-collapsed .wrapper .section-container {
        padding-right: 0px;
    }

    .csstransforms3d .aside-collapsed.aside-toggled .wrapper .section-container {
        padding-right: 64px;
    }
}

#contentTabTop .form-row > [class*="col-"], div[id^='contentTabTop'] .form-row > [class*="col-"] {
    text-align: right !important;
}

#contentTabBottom .form-row > [class*="col-"], div[id^='contentTabBottom'] .form-row > [class*="col-"] {
    text-align: right !important;
}

@media (max-width: 767.8px) {
    #contentTabTop .form-row > [class*="col-"], div[id^='contentTabTop'] .form-row > [class*="col-"] {
        text-align: left !important;
    }

    #contentTabBottom .form-row > [class*="col-"], div[id^='contentTabBottom'] .form-row > [class*="col-"] {
        text-align: left !important;
    }
}

#ContainerTop .nav-tabs {
    /*border-bottom: 0;*/
    border-bottom: 0.1px solid #dee2e6;
}

.row {
    margin-bottom: 5px;
    margin-right: -3px;
    margin-left: -3px;
}

.dropdown-toggle {
    border: 1px solid #ced4da !important;
}

.input-validation-error {
    border-bottom: solid red !important;
}

.control-hide {
    display: none;
}

.char-over-icon {
    margin-left: -10px;
    color: #1e73b9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.notification-over-icon {
    margin-top: -3px;
    margin-left: -24px;
    color: #ffab0c;
    font-size: 14px;
    position: absolute;
}

.bootstrap-table .pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    float: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.25625rem !important;
}

.dropdown-divider {
    margin: 0.2rem 0 !important;
}

.indicador-redondo {
    border-radius: 50%;
    /*height: 23px;*/
    width: 16px;
    padding-left: 10px;
}

.fixed-table-container {
    min-height: 220px;
}

.contentTabBottom .fixed-table-container {
    min-height: 373px;
}

#AlertaNotificaciones label {
    margin-bottom: 0 !important;
}

#DropdownNotificaciones .list-group-item {
    margin-bottom: 1px !important;
}

.MenuSelect {
    background-color: #fff !important;
}

    .MenuSelect p {
        color: #1e73b9;
        font-weight: bold;
    }

.MenuSelect-sidebar {
    /*border-left-width: 4px;
    border-left-style: solid;*/
    background-color: #1e73b9 !important;
    color: white !important;
}

    .MenuSelect-sidebar em {
        color: white !important;
    }

.tab-content {
    /*padding: 7px 3px;*/
    padding: 5px 0px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

/*#region RegionName Select visible dentro de thead*/
.bootstrap-table .fixed-table-container .table thead th.campoFiltros .th-inner div.dropdown.bootstrap-select.show-tick.show {
    overflow: visible !important;
}

    .bootstrap-table .fixed-table-container .table thead th.campoFiltros .th-inner div.dropdown.bootstrap-select.show-tick.show div.dropdown-menu.show {
        transform-style: flat;
        transform: translate3d(0px,0px,0px) !important;
    }

.bootstrap-table .fixed-table-container .table thead th.campoFiltros .th-inner {
    overflow: visible !important;
}

.table-bordered > thead > tr > th.campoFiltrosVacio, .table-bordered > thead > tr > th.campoFiltros {
    border-bottom-width: 0px !important;
}
/*#endregion Select visible dentro de thead*/

.toolbar-Encabezado-Button-SinIcono {
    padding: 0.15rem !important;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
}

.dropdown-list .list-group {
    overflow-y: auto;
    max-height: 500px;
}

.m-2_5 {
    margin: 0.61rem;
}

.offsidebar .nav-tabs {
    padding-top: 5px;
}

.iziModal.iziModal-Align-Right .row {
    text-align: right !important;
}

    .iziModal.iziModal-Align-Right .row .form-row > .col, .form-row > [class*="col-"] {
        padding-left: 5px !important;
    }

.bootstrap-select .dropdown-menu {
    /*min-width: 100% !important;*/
    /*max-width: 400px;*/
    /*max-width: 252px;*/
    max-width: 400px;
}

input[type="radio"], input[type="checkbox"] {
    /*    width: 20px !important;
    height: 20px !important;*/
    width: 20px;
    height: 20px;
    float: left;
}

.alert {
    display: none;
}

.requirements {
    list-style-type: none;
}

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

#textChartVentasCuota {
    font-weight: bold;
    font-size: 100%;
    display: block;
    text-align: center;
}

#chartVentasCuota {
    width: 100%;
    height: 100%;
}

/* CSS para hacer lo más responsivo posible el iframe con el Google calendar */
.embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.Preguntas div.filter-option-inner-inner {
    overflow: visible !important;
}

.fcst-cantidad {
    width: 55px;
    text-align: right;
}

    .fcst-cantidad input {
        width: 50px;
        text-align: right;
    }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /*-webkit-appearance: none;*/
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Para que el div de filtros sea fijo */
.filters-fixed {
    height: 31px;
    position: sticky;
    top: 3px;
    background-color: #fff;
    box-shadow: inset 1px -1px #dee2e6;
    border: 0;
    z-index: 99999;
}

/* Para que el thead sea fijo*/
.table-fixed-head {
    /*overflow-y: auto;*/
    height: 100px;
}

    .table-fixed-head thead th {
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: inset 1px -1px #dee2e6;
        border: 0;
    }

tr.fixed-with-filters th {
    /*top: 30px;*/
}

/*Configuración para filas del thead de tabla de productos forecast*/
tr.row0-fixed th {
    top: 0px;
}

tr.row1-fixed th {
    top: 0px;
}

thead.head-fixed tr.row1-fixed th {
    top: 30px;
}

tr.row2-fixed th {
    top: 21px;
}

thead.head-fixed tr.row2-fixed th {
    top: 51px;
}

tr.row3-fixed th {
    top: 41px;
}

thead.head-fixed tr.row3-fixed th {
    top: 71px;
}


/* Poner tfoot de table fijo*/
.table-fixed-foot {
    /*overflow-y: auto;*/
    height: 100px;
}

    .table-fixed-foot tfoot td {
        position: sticky;
        bottom: -5px;
        background-color: #fff;
        color: #888;
        font-weight: bold;
        height: 30px;
        vertical-align: middle;
        box-shadow: inset 1px -1px #dee2e6;
        border: 0;
    }


.campoFiltros .dropdown-menu.show {
    z-index: 1000 !important;
    margin-top: 29px;
}

.campoFiltros.fcst .dropdown-menu.show {
    z-index: 1000 !important;
    margin-top: 60px;
}


/* Columnas fijas para Totales Forecast */
.column-fixed-white {
    position: sticky;
    background-color: #ffffff;
    z-index: 9990;
}

    .column-fixed-white.col1 {
        left: 0;
        min-width: 162px;
    }

    .column-fixed-white.col2 {
        left: 162px;
    }

.column-fixed-gray {
    position: sticky;
    background-color: #f2f2f2;
    z-index: 9990;
}

    .column-fixed-gray.col1 {
        left: 0;
        min-width: 162px;
    }

    .column-fixed-gray.col2 {
        left: 162px;
    }

/* Columnas fijas para Productos Forecast */
.column-fixed.categoria, .column-fixed.marca, .column-fixed.modelo {
    z-index: 9999;
}

.column-fixed-white.categoria, .column-fixed.categoria {
    left: 0;
    min-width: 165px;
}

.column-fixed-white.marca, .column-fixed.marca {
    left: 165px;
    min-width: 165px;
}

.column-fixed-white.modelo, .column-fixed.modelo {
    left: 330px;
    min-width: 201px;
}

.column-fixed-gray.categoria {
    left: 0;
    min-width: 165px;
}

.column-fixed-gray.marca {
    left: 165px;
    min-width: 165px;
}

.column-fixed-gray.modelo {
    left: 330px;
    min-width: 201px;
}


#tableProductosForecast > tbody > tr > td:last-child, #tableProductosForecast > tfoot > tr > td:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.divForecastTable tfoot td {
    position: initial !important;
}

.fechacompromisoClass {
    background-color: #fff !important;
}

.table-sm-large td, .table-sm-large th {
    padding: 0 !important;
    line-height: 1.5 !important;
    /*table-layout: auto !important;*/
    font-size: 0.775rem !important;
    padding-left: .1rem !important;
}

.table-sm-large thead {
    table-layout: fixed !important;
    white-space: pre;
    width: 100% !important;
}

.max-width30 {
    width: 27% !important;
}

.btnBlueOverGreen {
    padding: 0.15rem !important;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
    width: 100% !important;
}

    .btnBlueOverGreen:hover {
        background-color: #28a745; /* Green */
        color: white;
    }

/*#region Apartado para timeline de tracking*/
.titulotimeline {
    font-size: 1.1rem;
}

.cbp_tmtimeline {
    font-weight: normal;
    font-style: normal;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #afdcf8;
        left: 19%;
        margin-left: -10px;
    }

    .cbp_tmtimeline > li {
        position: relative;
    }

        /* The date/time */
        .cbp_tmtimeline > li .cbp_tmtime {
            display: block;
            /*width: 60%;*/
            padding-right: 310px;
            position: absolute;
        }

            .cbp_tmtimeline > li .cbp_tmtime span {
                display: block;
                text-align: right;
            }

                .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                    font-size: 0.9em;
                    /*color: steelblue;*/
                }

                .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                    font-size: 2.9em;
                    /*color: #3594cb;*/
                }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
            /*color: #6cbfee;*/
        }

        /* Right content */
        .cbp_tmtimeline > li .cbp_tmlabel {
            margin: 0 0 15px 24%;
            background: #3594cb;
            color: #fff;
            padding-top: .1em;
            padding-left: .5em;
            font-size: 1em;
            font-weight: 300;
            line-height: 1.4;
            position: relative;
            border-radius: 5px;
        }

            /*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee;
}*/

            .cbp_tmtimeline > li .cbp_tmlabel h2 {
                margin-top: 0px;
                padding: 0 0 10px 0;
                border-bottom: 1px solid rgba(255,255,255,0.4);
            }

            /* The triangle */
            .cbp_tmtimeline > li .cbp_tmlabel:after {
                right: 100%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-right-color: #3594cb;
                border-width: 10px;
                top: 5px;
            }

        /*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: steelblue;
}*/

        /* The icons */
        .cbp_tmtimeline > li .cbp_tmicon {
            width: 25px;
            height: 25px;
            font-family: 'ecoico';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1em;
            line-height: 25px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #46a4da;
            border-radius: 50%;
            box-shadow: 0 0 0 8px #afdcf8;
            text-align: center;
            left: 20%;
            top: 0;
            margin: 0 0 0 -25px;
        }

.ventas-cliente {
    height: 100% !important;
}

/* Example Media Queries */
/*@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #3594cb;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}*/

/*COLORES EN TIMELINE*/
/*====================VERDE====================*/
.cbp_tmtimeline > li .cbp_tmicon_GreenElement {
    background: green !important;
    box-shadow: 0 0 0 8px lightgreen !important;
}

/*.cbp_tmtimeline:before {
    background: lightgreen !important;
}*/

.cbp_tmtimeline > li .cbp_tmlabel_GreenElement {
    background: green !important;
}

    .cbp_tmtimeline > li .cbp_tmlabel_GreenElement:after {
        border-right-color: green !important;
    }

/*====================AMARILLO====================*/
.cbp_tmtimeline > li .cbp_tmicon_YellowElement {
    background: gold !important;
    box-shadow: 0 0 0 8px khaki !important;
    color: black;
}

/*.cbp_tmtimeline:before {
    background: khaki !important;
}*/

.cbp_tmtimeline > li .cbp_tmlabel_YellowElement {
    background: gold !important;
    color: black;
}

    .cbp_tmtimeline > li .cbp_tmlabel_YellowElement:after {
        border-right-color: gold !important;
    }

/*====================ROJO====================*/
.cbp_tmtimeline > li .cbp_tmicon_RedElement {
    background: Red !important;
    box-shadow: 0 0 0 8px lightcoral !important;
}

/*.cbp_tmtimeline:before {
    background: Red !important;
}*/

.cbp_tmtimeline > li .cbp_tmlabel_RedElement {
    background: Red !important;
}

    .cbp_tmtimeline > li .cbp_tmlabel_RedElement:after {
        border-right-color: Red !important;
    }

/*#endregion Apartado para timeline de tracking*/

/*#region Seccion para estandar de filtros en tablas.*/
.btnAceptarFiltro {
    padding: 0.12rem !important;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
    width: 100% !important;
}

.btnAceptarFiltro2 {
    padding: 0.10rem !important;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
}

.btnSelectAllFiltro {
    padding: 0.12rem !important;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
}

.btnUnSelectFiltro {
    padding: 0.12rem !important;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: gray;
}

.btnFiltros2Elementos {
    width: 50% !important;
}

.btnFiltros3Elementos {
    width: 33.3% !important;
}

.ContenedorCamposFiltros {
    width: 100%;
    min-width: 314px !important;
}

.campoFiltros .dropdown-menu.show {
    z-index: 1000 !important;
    margin-top: 0px !important;
}

.campoFiltros .show-accept-button .dropdown-menu.show {
    z-index: 1000 !important;
    margin-top: 0px !important;
    min-width: 220px !important;
}

.ContendorFiltrosFixedTop .campoFiltros .show-accept-button .dropdown-menu.show {
    z-index: 1000 !important;
    top: 29px !important;
    min-width: 220px !important;
}

.campoFiltros .table th, .table td {
    padding: 0 !important;
}

.campoFiltros .bootstrap-select > .dropdown-toggle {
    width: 100px !important;
}

.campoFiltrosGrande .bootstrap-select > .dropdown-toggle {
    width: 140px !important;
}

.campoFiltros .dropdown.bootstrap-select.show-tick {
    width: 100px !important;
}

.campoFiltrosGrande .dropdown.bootstrap-select.show-tick {
    width: 140px !important;
}

.campoFiltrosExtraGrande .bootstrap-select > .dropdown-toggle {
    width: 180px !important;
}

.campoFiltrosExtraGrande .dropdown.bootstrap-select.show-tick {
    width: 180px !important;
}



.ContendorFiltrosFixed {
    width: 100%;
    height: 31px;
    position: sticky;
    top: 0px;
    background-color: #fff;
    box-shadow: inset 1px -1px #dee2e6;
    border: 0;
    z-index: 99999 !important;
}

.ContendorFiltrosFixedTop {
    /**Tablas que esten en la parte superior.*/
    width: 100%;
    /*height: 31px;*/
    position: sticky;
    /*top: 2px;*/
    background-color: #fff;
    box-shadow: inset 1px -1px #dee2e6;
    border: 0;
    z-index: 99999 !important;
}

.containerFiltro {
    /**Cuando se le agrega un data-container="body" a los filtros debe tener un z-index mayor para poder visualizarce correctamente*/
    z-index: 99999 !important;
    top: 29px !important;
}

.containerFiltro-top0 {
    /**Cuando se le agrega un data-container="body" a los filtros debe tener un z-index mayor para poder visualizarce correctamente*/
    z-index: 99999 !important;
    top: 0px !important;
}

/*#endregion Seccion para estandar de filtros en tablas.*/

.top0encabezado {
    padding-top: 0px !important;
}

.tabContentclienteventa {
    height: 89% !important;
}

.linktopclienteventa {
    padding-top: 6px !important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

table.c-pointer tr, span.c-pointer, .c-pointer {
    cursor: pointer;
}

.table50caracteres {
    width: 300px !important;
}

.table40caracteres {
    width: 280px !important;
}

.table20caracteres {
    width: 140px !important;
}

.table15caracteres {
    width: 120px !important;
}

.table10caracteres {
    width: 100px !important;
}

.table5caracteres {
    width: 40px !important;
}


.columns-fixed-width th[data-field="DiasTranscurridos"] {
    width: 50px !important;
    min-width: 50px !important;
}

.columns-fixed-width th[data-field="Lineas"] {
    width: 60px !important;
    min-width: 60px !important;
}

.columns-fixed-width th[data-field="ClienteIdentificador"], .columns-fixed-width th[data-field="Entrevista"] {
    width: 70px !important;
    min-width: 70px !important;
}

.columns-fixed-width th[data-field="Estatus"] {
    width: 80px !important;
    min-width: 80px !important;
}

.columns-fixed-width th[data-field="NumeroCotizacion"], .columns-fixed-width th[data-field="Fecha"], .columns-fixed-width th[data-field="FechaAlta"], .columns-fixed-width th[data-field="IdentificadorCliente"], .columns-fixed-width th[data-field="Pedido"], .columns-fixed-width th[data-field="FechaInicio"], .columns-fixed-width th[data-field="FechaFin"], .columns-fixed-width th[data-field="CreatedOn"] {
    width: 85px !important;
    min-width: 85px !important;
}

.columns-fixed-width th[data-field="Clasificacion"] {
    width: 90px !important;
    min-width: 90px !important;
}

.columns-fixed-width th[data-field="SucursalVendedor"] {
    width: 95px !important;
    min-width: 95px !important;
}

.columns-fixed-width th.oportunidad[data-field="Vendedor"] {
    width: 100px !important;
    min-width: 100px !important;
}

.columns-fixed-width th[data-field="FechaProgramada"] {
    width: 110px !important;
    min-width: 110px !important;
}

.columns-fixed-width th.oportunidad[data-field="Nombre"], .columns-fixed-width th[data-field="CreatedBy"] {
    width: 150px !important;
    min-width: 150px !important;
}

.columns-fixed-width th[data-field="VendedorAsignado"], .columns-fixed-width th[data-field="NombreUsuario"], .columns-fixed-width th[data-field="Registro"] {
    width: 160px !important;
    min-width: 160px !important;
}

.columns-fixed-width th[data-field="NombreCliente"], .columns-fixed-width th[data-field="ClienteNombre"], .columns-fixed-width th[data-field="Cliente"] {
    width: 260px !important;
    min-width: 260px !important;
}

.columns-fixed-width th[data-field="Descripcion"] {
    width: 280px !important;
    min-width: 280px !important;
}

.columns-fixed-width th[data-field="Documento"] {
    width: 550px !important;
    min-width: 550px !important;
}


/*.show-accept-button div[role=listbox], .bootstrap-select div[role=listbox] {
    max-height: 187px !important;
}*/

/*#region Seccion para designar los anchos maximos de los filtros, se toma como base 23.375 * NumElementos*/
.Filtros4Elementos {
    max-height: 94px !important;
}

.Filtros5Elementos {
    max-height: 117px !important;
}

.Filtros6Elementos {
    max-height: 141px !important;
}

.Filtros7Elementos {
    max-height: 164px !important;
}

.Filtros8Elementos {
    max-height: 185px !important;
}

.Filtros9Elementos {
    max-height: 211px !important;
}

.Filtros10Elementos {
    max-height: 234px !important;
}

.Filtros11Elementos {
    max-height: 234px !important;
}

.Filtros12Elementos {
    max-height: 234px !important;
}
/*#endregion*/

.table-bordered td:first-child {
    padding-left: 5px !important;
}

.table-bordered td:last-child {
    padding-right: 5px !important;
}

.table-bordered thead tr th:last-child {
    padding-right: 5px !important;
}


/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
    opacity: 0;
    width: 0px !important;
    cursor: pointer;
    height: 18px !important;
}

    .badgebox + .badge {
        /* Move the check mark away when unchecked */
        text-indent: -999999px;
        /* Makes the badge's width stay the same checked and unchecked */
        width: 19px !important;
    }

    .badgebox:focus + .badge {
        /* Set something to make the badge looks focused */
        /* This really depends on the application, in my case it was: */
        /* Adding a light border */
        /*box-shadow: inset 0px 0px 5px;*/
        /* Taking the difference out of the padding */
    }

    .badgebox:checked + .badge {
        /* Move the check mark back when checked */
        text-indent: 0;
    }

.badge-email {
    padding: 0.1rem 0.30rem;
    font-size: 0.65rem;
    border-radius: 0.625rem;
    padding-right: 0.0rem;
}

.col-auto.general-search {
    margin-bottom: -33px;
    z-index: 99;
    margin-left: 32.5%;
}

    .col-auto.general-search.modulo-soporte {
        margin-bottom: -34px;
        margin-left: 32.5%;
    }

.general-search input {
    width: 300px;
    margin-top: 3px;
}

.general-search.modulo-soporte input {
    width: 534px;
    margin-top: 3px;
}

.general-search.modulo-ac input {
    width: 300px;
    margin-top: 3px;
}

:root {
    background: #fff;
}

span#procent {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    color: #3949AB;
}

    span#procent::after {
        content: '%';
    }

.canvas-wrap {
    position: relative;
    width: 300px;
    height: 300px;
}

#containerTableTransacciones .fixed-table-container {
    min-height: initial;
}

#containerTableTransacciones .filter-option-inner-inner {
    color: #23b7e5 !important;
}

#containerTableCarteraClientes .fixed-table-container {
    min-height: initial;
}

#containerTableCarteraClientes .filter-option-inner-inner {
    color: #23b7e5 !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: none;
}

.card-b .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.canvasjs-chart-credit {
    display: none !important;
}


#ulHorizonal {
    height: 33px !important;
    margin-bottom: 5px;
}

.pvtUi, .pvtTable {
    width: 100% !important;
}

.label-font-red {
    color: red;
}

.row .col.container-selectpicker {
    max-width: 66.5%;
    margin-bottom: 0;
}

.sidebar-nav > li.option {
    border-left-color: #ffffff;
    border-left-width: 0px;
}

    .sidebar-nav > li.option, .sidebar-nav > li.option > a, .sidebar-nav > li.option > .nav-item, .sidebar-nav > li.option .sidebar-nav, .submenu-options > a:first-child em, .submenu-options > a:first-child span {
        background-color: #fcfcfc;
        color: #23b7e5;
    }


.table td {
    padding: 6px !important;
}

.ContenedorCamposFiltros td {
    padding: 0px !important;
}

#tableClientsExecutive {
    /*padding-right: 8px;*/
}

.dx-texteditor-input {
    min-height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}

.dx-widget {
    font-size: 12px !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #4277cb;
    color: white;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 1px !important;
    margin-top: 1px;
}

.dx-datagrid .dx-datagrid-headers {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 1;
    /*z-index: auto;*/
    top: 0;
    white-space: normal !important;
}

.dx-header-row > td > .dx-datagrid-text-content {
    white-space: pre-line !important;
}

.dx-datagrid-total-footer > .dx-datagrid-content {
    padding: 0px !important;
}

.dx-pivotgrid-horizontal-headers {
    position: -webkit-sticky !important;
    position: sticky !important;
    background-color: #fff !important;
    z-index: 1 !important;
    top: 0 !important;
}

.dx-scrollbar-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
}

.dx-button-line {
    display: inline-flex !important;
    border-style: none !important;
    padding-right: 10px;
}

.dx-pivotgrid .dx-filter-header .dx-area-field-container {
    border-spacing: 0 !important;
}

.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    padding: 1px 3px !important;
}

.dx-pivotgrid table td {
    padding: 3px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button, .dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button {
    margin-top: 0px !important;
}


/* Home applications*/
.ui-mobile .carousel-control-prev, .ui-mobile .carousel-control-next, .ui-mobile .carousel-indicators {
    display: none;
}

.over-carousel {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 15px 20px 15px 20px;
}

.home-logo-exel {
    height: 35px;
}

.ui-mobile .home-logo-exel {
    height: 25px;
}

.home-username {
    color: #fff;
    background-color: dimgray;
    border: 4px solid #dee2e6;
    border-radius: 30px 30px;
    display: inline-block;
    height: 35px;
    font-size: 14px;
    padding: 2px 25px 0px 25px;
}

.ui-mobile .home-username {
    border: 2px solid #dee2e6;
    height: 25px;
    font-size: 11px;
    padding: 2px 10px 0px 10px;
}

.home-avatar-circle {
    background-color: dimgray;
    border: 4px solid #dee2e6;
    border-radius: 30px 30px;
    max-width: 100%;
    width: 35px;
    height: 35px;
    /*margin-top: -1px;*/
}

.ui-mobile .home-avatar-circle {
    border-radius: 15px 15px;
    height: 25px;
    width: 25px;
    border: 2px solid #dee2e6;
}


.home-search {
    height: 35px;
    font-size: 14px;
}

.home-container-search {
    margin: 0 auto 0 auto;
}

.ui-mobile .home-container-search {
    width: 90%;
    margin: 0 auto 0 auto;
}

#chartClientes .canvasjs-chart-container, #chartEstadoVentaCategorias .canvasjs-chart-container {
    text-align: center !important;
}

#chartEstadoVentaCategorias .canvasjs-chart-canvas, #chartClientes .canvasjs-chart-canvas {
    position: initial !important;
}

.primary-section-filters .dx-texteditor-container {
    height: 26px;
}

.home-container-modulos {
    padding: 0px 15px 15px 15px;
}

    .home-container-modulos .preview_outer {
        margin: 10px 5px 10px 5px;
        border-radius: 1em;
        min-height: 110px;
    }

.home-title {
    color: #3C91CF;
    padding: 10px 0 5px 0;
    font-size: 15px;
}

.home-title-modulo {
    color: #3C91CF;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

.home-text-modulo {
    color: dimgray;
    padding: 0 0 10px 0;
    font-size: 12px;
}

.home-modulo-description {
    padding-top: 10px;
}

i.home-icon-modulo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    color: mediumpurple;
}
/*.home .carousel-item img {
    object-fit: none;
    object-position: 0% 25%;
}*/

.scheduler-tooltip img {
    height: 80px;
    margin-bottom: 10px;
}

.scheduler-tooltip .scheduler-info {
    white-space: normal;
    padding: 5px;
    /*display: inline-block;*/
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
    font-size: 11px;
}

.scheduler-tooltip .scheduler-title {
    font-size: 12px;
}

.dx-scheduler-scrollable-fixed-content {
    height: 100% !important;
}

.dx-button-action:hover {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.dx-box-item-content {
    font-weight: 500;
}

.dx-form-validation-summary {
    display: none !important;
}

.dx-scheduler-appointment {
    color: #3c4043 !important;
    font-weight: 500 !important;
    /*background-color: currentColor !important;*/
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
}

.appointment-hour-start {
    font-weight: 400;
}

.dx-scheduler-navigator {
    padding: 2px !important;
}

.dx-scheduler-header {
    height: 40px !important;
}

.dx-scheduler-view-switcher.dx-tabs {
    height: 31px !important;
}

.dx-scheduler-header .dx-item {
    padding: 0 !important;
}

.dx-scheduler-work-space {
    padding-top: 45px !important;
    margin-top: -56px !important;
    position: initial !important;
}

.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected {
    padding: 7px !important;
}

    .dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected:after {
        height: 40px !important;
    }

.dx-scheduler table thead th {
    height: 25px;
    padding: 0.15rem;
}

.dx-scheduler-header-panel-cell {
    /*height: 23px !important;*/
}

    .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell:before {
        top: 21px !important;
    }

.dx-scheduler-work-space-week .dx-scheduler-all-day-title, .dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    top: 80px !important;
}

.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
    font-size: 12px;
}

.appointment-seller {
    font-weight: 600;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed, .dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
    text-align: center !important;
}

.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
    vertical-align: baseline !important;
}

.dx-pivotgrid-area-data .dx-editor-underlined .dx-texteditor-input {
    text-align: right;
    font-weight: 600;
}

.dx-pivotgrid-area-data .dx-editor-underlined {
    border-bottom: 0 !important;
}

.dx-pivotgrid-area-data .dx-texteditor-input-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.1px;
    height: 30px;
    box-shadow: 0 0 0 #000 !important;
}

.containerFiltro-top0 .dropdown-menu li a span.text {
    width: 242px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    margin-right: 15px !important;
}

.active-row-pivot-grid {
    background-color: #4277cb;
}

    .active-row-pivot-grid td, .active-row-pivot-grid input {
        color: white !important;
    }

.dx-pivotgrid .dx-pivotgrid-area-data tbody tr .dx-grandtotal, .dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
    text-align: center;
}

.dx-pivotgrid .dx-pivotgrid-vertical-headers tr td {
    text-align: left !important;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: block !important;
}

/*kanban*/
.dx-scrollview-content {
    /*display:grid;*/
}

#kanban {
    white-space: nowrap;
}

    #kanban .list {
        border-radius: 8px;
        margin: 5px;
        background-color: rgba(192, 192, 192, 0.4);
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        min-width: 200px;
        width: 100%;
    }

    #kanban .list-title {
        font-size: 13.3px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        padding: 5px;
        /*padding-left: 30px;*/
    }

    #kanban .scrollable-list {
        height: 250px;
        width: auto;
    }

@media (min-height: 650px) {
    #kanban .scrollable-list {
        height: 280px;
    }
}

@media (min-height: 700px) {
    #kanban .scrollable-list {
        height: 320px;
    }
}

@media (min-height: 750px) {
    #kanban .scrollable-list {
        height: 350px;
    }
}

@media (min-height: 800px) {
    #kanban .scrollable-list {
        height: 450px;
    }
}

#kanban .sortable-cards {
    min-height: 380px
}

#kanban .row {
    margin-bottom: 0px;
}

#kanban .card, .card-moved {
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: auto;
    padding: 5px 5px;
    padding-bottom: 0px;
    margin: 2px;
    cursor: pointer;
    font-size: 11.3px;
    padding-top: 1px;
}

#kanban .card-subject, .card-moved-subject {
    color: #1e73b9;
}

#kanban .card-assignee, .card-moved-assignee {
    font-weight: bold;
}

#kanban .card-detail, .card-moved-detail {
    opacity: 0.9;
    font-size: 11.3px;
    text-align: center;
}

#kanban .card-panel, .card-moved-panel {
    font-size: 11.3px;
    color: white;
    padding-right: 2px;
    padding-left: 2px;
}

    #kanban .card-panel .section, .card-moved-panel-section {
        width: 50px;
        background-color: #0C4684;
        text-align: center;
        border-radius: 2px;
    }

#kanban .card-inversor, .card-moved-inversor {
    font-size: 11.3px;
    color: white;
    padding-right: 2px;
    padding-left: 2px;
}

    #kanban .card-inversor .section, .card-moved-inversor-section {
        width: 50px;
        background-color: #FF9900;
        text-align: center;
        border-radius: 2px;
    }

#kanban .card-estructura, .card-moved-estructura {
    font-size: 11.3px;
    color: white;
    padding-right: 2px;
    padding-left: 2px;
}

    #kanban .card-estructura .section, .card-moved-estructura-section {
        width: 50px;
        background-color: #1E5FC6;
        text-align: center;
        border-radius: 2px;
    }

#kanban .card-priority {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
    background: #86C285;
}

#kanban .priority-1 {
    background: #ADADAD;
}

#kanban .priority-2 {
    background: #86C285;
}

#kanban .priority-3 {
    background: #EDC578;
}

#kanban .priority-4 {
    background: #EF7D59;
}

#kanban .sortable-lists {
    display: flex;
}

#kanban .overflow-nowrap, .card-moved-overflow-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 174px;
    line-height: 1.4;
    padding-top: 3px;
}

#contentDetailDelivery .dropdown-menu li a span.text, #contentDetailActivity .dropdown-menu li a span.text {
    max-width: 108px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    margin-right: 0px !important;
}

.dx-datebox.dx-auto-width .dx-texteditor-input, .dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
    padding-right: 0px !important;
    font-size: 10px !important;
}

.showtime-preview {
    font-size: 11px;
    color: white;
    /*text-transform: capitalize;*/
    white-space: normal !important;
}

.dx-tooltip-wrapper .dx-overlay-content {
    background-color: #4796bf !important;
    color: white !important;
}

.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content .dx-list-item {
    color: white;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
    color: white !important;
}

.text-modulo-popup {
    text-align: center;
    font-weight: bold;
}

#contentCalendarDelivery, #containerCalendar, .tab-content-calendar, #contentCalendarActivity {
    height: 100%;
}

#sectionFilterEntrega, #sectionViewEntrega {
    display: inline-block;
}

    #sectionFilterEntrega .bootstrap-select > .dropdown-toggle, #sectionViewEntrega .bootstrap-select > .dropdown-toggle {
        height: 37px !important;
        margin-left: 1px;
    }

#sectionFilterActividad, #sectionViewActividad {
    display: inline-block;
}

    #sectionFilterActividad .bootstrap-select > .dropdown-toggle, #sectionViewActividad .bootstrap-select > .dropdown-toggle, #sectionFilterTipoActividad .bootstrap-select > .dropdown-toggle, #sectionViewActividad .bootstrap-select > .dropdown-toggle {
        height: 37px !important;
        margin-left: 1px;
    }

.title-options-calendar {
    font-weight: bold;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #F6F6F6;
}

.value-options-calendar {
    padding-left: 25px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
}

.value-options-calendar-activity {
    /*padding-left: 25px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    font-size:12.3px;*/
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    font-size: 12.3px;
    padding-right: 5px;
}

.sucursal-mid {
    color: #1919b8;
    font-size: 17px;
}

.sucursal-gdl {
    color: #a0971b;
    font-size: 17px;
}

.sucursal-mex {
    color: #05817c;
    font-size: 17px;
}

.sucursal-tij {
    color: #9a008c;
    font-size: 17px;
}

.sucursal-chi {
    color: #b81919;
    font-size: 17px;
}

.sucursal-mty {
    color: #0E7F0D;
    font-size: 17px;
}

.sucursal-qro {
    color: #3ee2ce;
    font-size: 17px;
}

.sucursal-dqro {
    color: #F8C318;
    font-size: 17px;
}

.sucursal-ver {
    color: #212529;
    font-size: 17px;
}

.card .card-header-dashboard {
    /*padding: 0.225rem 0.2375rem;*/
    padding: 0;
    margin: 0px;
    margin-right: -1px;
    text-align: center;
}

.card-header-dashboard {
    background-color: rgba(0, 0, 0, 0.03);
    /*border-top: 1px solid rgba(0, 0, 0, 0.125);*/
}

.card-body-dashboard {
    min-height: 189px;
    font-size: 15px !important;
}

.card-body-dashboard-medium {
    min-height: 275px;
    font-size: 15px !important;
}

    .card-body-dashboard .row-section, .card-body-dashboard-medium .row-section, .card-body-dashboard-large .row-section {
        /*min-height: 41px;*/
        padding: 1px;
    }

.card-body-dashboard-large {
    min-height: 275px;
    font-size: 15px !important;
}



.card-container-4-items {
    border-width: 1px;
    border-style: solid;
    border-color: gainsboro;
    margin: 0px;
}

.card-container-1 {
    /*border-right: solid;*/
    border-width: 1px;
    border-color: gainsboro;
    text-align: center;
    padding: 5px;
}

.card-container-2 {
    /*border-right: solid;*/
    border-width: 1px;
    border-color: gainsboro;
    text-align: center;
    padding: 5px;
}

.card-container-3 {
    border-width: 1px;
    border-color: gainsboro;
    text-align: center;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

.card-container-4 {
    text-align: center;
    padding: 5px;
}

.format-label-option-calendar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.format-porcent-category {
    font-size: 19px;
    /*padding-top: 5px;*/
}

.dx-scheduler .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 2px;
}

.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
    border-top: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef47 !important;
}

.dx-searchbox .dx-texteditor-input {
    font-size: 14px;
    margin-top: -3px;
}

.card-body-category-kpi {
    font-size: 15px;
}

.card-header-category {
    font-size: 1.125rem;
    font-weight: bold;
}

.chartcontainer {
    min-height: 193px;
}

.chartcontainerAdeudo {
    min-height: 426px;
}

.chartcontainerAdeudoTable {
    min-height: 450px;
}

.chart-pie-dashboard {
    padding-top: 30px;
    padding-bottom: 29px;
}

.chart-speed-dashboard {
    max-height: 134px;
}

@media (min-width: 1540px) {
    body {
        /*font-size: 0.99rem !important;*/
    }

    .sidebar-nav {
        font-size: 17px !important;
    }

    .sidebar .nav-heading {
        font-size: 15px !important;
    }

    .text-12x {
        font-size: 13px !important;
    }

    .form-control {
        font-size: 13px !important;
        height: 32px !important;
    }

    textarea.form-control {
        height: initial !important;
        min-height: 32px !important;
    }

    .bootstrap-select > .dropdown-toggle {
        height: 32px !important;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 13px !important;
    }

    .filter-option-inner {
        height: 32px !important;
    }

    input[type="radio"] {
        height: 25px !important;
    }

    .dx-widget {
        font-size: 13px !important;
    }

    .card-body-dashboard {
        min-height: 251px !important;
        font-size: 18px;
    }

    .chartcontainer {
        min-height: 231px !important;
        height: 231px !important;
    }

    .chartcontainerAdeudo {
        min-height: 426px !important;
        height: 426px !important;
    }

    chartcontainerAdeudoTable {
        min-height: 506px !important;
        height: 450px !important;
    }

    .card-body-dashboard-medium {
        min-height: 313px;
    }

    .card-body-dashboard-large {
        min-height: 513px;
    }

    .chart-pie-dashboard {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .chart-speed-dashboard {
        max-height: 187px !important;
    }

    .general-search input {
        height: 28px !important;
    }

    .card-section-category {
        min-height: 539px !important;
    }
}


#imagenViewer div img {
    max-width: 500px;
}


/* Clases para menú y submenús horizontales */
.container-topnavbar {
    background-color: #F5F7FA;
    display: flex;
    height: 111px;
}

.container-h-menus {
    width: calc(100% - 181px);
}

.h-list {
    position: relative;
    margin: 0px 3px 0px 3px;
    overflow: hidden;
}

    .h-list .h-list-items {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: auto;
        text-align: center;
    }

        .h-list .h-list-items .h-item {
            display: inline-flex;
            text-align: center;
            font-size: 13px;
        }

            .h-list .h-list-items .h-item.card {
                border: 1px solid rgba(0,0,0,.125);
                background-color: #fff;
                color: #000;
                font-weight: bold;
                text-decoration: none;
            }

        .h-list .h-list-items a {
            text-decoration: none;
        }

        .h-list .h-list-items .h-item.card.active {
            border: 1px solid #3c90ce;
            background-color: rgba(135,206,250,0.3);
            color: #1E73B9 !important;
        }


/* Clases para Menú horizontal */
#menu.h-list {
    height: 80px;
}

    #menu.h-list .h-list-items {
        height: 100px; /* more place for scrollbar, is hidden under parent box */
        text-align: left;
    }

        #menu.h-list .h-list-items .h-item.card {
            width: 111px;
            height: 77px;
            position: relative;
        }



/* Clases para Sub menú horizontal */
#submenu.h-list {
    height: 33px;
}

    #submenu.h-list .h-list-items {
        /*height: 51px;*/ /* more place for scrollbar, is hidden under parent box */
        height: auto;
        text-align: left;
    }

        #submenu.h-list .h-list-items .h-item.card {
            width: 130px;
            height: 30px;
            border-radius: 16px;
            position: relative;
        }

            #submenu.h-list .h-list-items .h-item.card .text span {
                vertical-align: sub;
            }


/* Botones para controllar scroll en menu horizontal*/
.h-list .btn-scroll {
    text-align: center;
    height: 100%;
}

.btn-scroll {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}

    .btn-scroll.left {
        left: 0px;
    }

    .btn-scroll.right {
        right: 0px;
    }

        .btn-scroll.left a, .btn-scroll.right a, .btn-scroll.left span, .btn-scroll.right span {
            margin-top: auto;
            margin-bottom: auto;
            cursor: pointer;
            font-size: 23px;
            color: rgba(60, 144, 206, 1);
        }


/* Clases para elementos en la parte superior derecha, donde está el nombre de la aplicación */
.application-options {
    width: 180px;
    color: #1E73B9 !important;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
}

    .application-options .navbar-nav {
        display: inline-flex;
    }

        .application-options .navbar-nav .nav-item {
            margin-left: 15px;
            margin-right: 15px;
        }

            .application-options .navbar-nav .nav-item .nav-link, .application-options .navbar-nav .nav-item .nav-link:hover {
                color: #000;
            }

.dropdown .dropdown-menu-right {
    right: -10px;
    left: auto !important;
    top: auto !important;
}

@media (min-width: 768px) {
    .wrapper .section-container {
        margin-left: 0px !important;
    }
}

.section-container {
    padding-right: 0 !important;
}

.layout-fixed .wrapper .section-container {
    padding-top: 113px !important;
}

.offsidebar-open .offsidebar {
    z-index: 999;
    top: 15px;
    border-top: 1px solid #cccccc;
}

.tipo-cambio {
    color: rgba(0,0,0,.5);
    margin-top: 10px;
}

.title-top-menu {
    margin-bottom: .15rem;
}

.container-menu-icon {
    width: 100%;
    position: relative;
    height: 46px;
}

.icon-top-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 47px;
    max-height: 47px;
}

.dropdown > a > .badge {
    top: 15px;
    right: -5px;
}

.dx-placeholder::before {
    padding-top: 3px !important;
}

.bootstrap-select > select {
    z-index: 5 !important;
}

.modal-with-scroll .modal-dialog {
    overflow-y: initial !important
}

.modal-with-scroll .modal-body {
    /*height: 80vh;*/
    overflow-y: auto;
}

.w-1350px, .modal-dialog.w-13500px {
    width: 1350px !important;
    max-width: 1350px !important;
}

.w-1100px, .modal-dialog.w-1100px {
    width: 1100px !important;
    max-width: 1100px !important;
}

.w-1000px, .modal-dialog.w-1000px {
    width: 1000px !important;
    max-width: 1000px !important;
}

.w-750px, .modal-dialog.w-750px {
    width: 750px !important;
    max-width: 750px !important;
}

.w-500px, .modal-dialog.w-500px {
    width: 500px !important;
    max-width: 500px !important;
}

.w-550px, .modal-dialog.w-550px {
    width: 550px !important;
    max-width: 550px !important;
}

.w-450px, .modal-dialog.w-450px {
    width: 450px !important;
    max-width: 450px !important;
}

.w-400px, .modal-dialog.w-400px {
    width: 400px !important;
    max-width: 400px !important;
}

.w-350px, .modal-dialog.w-350px {
    width: 350px !important;
    max-width: 350px !important;
}

.w-300px, .modal-dialog.w-300px {
    width: 300px !important;
    max-width: 300px !important;
}

.w-320px, .modal-dialog.w-320px {
    width: 320px !important;
    max-width: 320px !important;
}

.w-250px, .modal-dialog.w-250px {
    width: 250px !important;
    max-width: 250px !important;
}

.w-min-225px {
    min-width: 225px !important;
    max-width: 225px !important;
}

.w-fit-content {
    width: fit-content;
}

@media (max-width: 500px) {
    .w-350px-mobile, .modal-dialog.w-350px-mobile {
        width: 350px !important;
        max-width: 350px !important;
    }

    .w-1000px.w-max-mobile, .modal-dialog.w-1000px.w-max-mobile {
        width: calc(100vw - 5px) !important;
        max-width: calc(100vw - 5px) !important;
    }
}

/* Para detail container o cualquier modal las mismas clases */
@media (max-width: 1010px) {
    .modal-dialog.w-1000px.w-max-mobile {
        width: calc(100vw - 25px) !important;
        max-width: calc(100vw - 25px) !important;
    }

        .modal-dialog.w-1000px.w-max-mobile .modal-body {
            overflow-x: auto;
        }

            .modal-dialog.w-1000px.w-max-mobile .modal-body div {
                width: 1000px !important;
            }
}

@media (max-width: 1350px) {
    .modal-dialog.w-1350px.w-max-mobile {
        width: calc(100vw - 25px) !important;
        max-width: calc(100vw - 25px) !important;
    }

        .modal-dialog.w-1350px.w-max-mobile .modal-body {
            overflow-x: auto;
        }
}

@media (max-width: 1100px) {
    .modal-dialog.w-1100px.w-max-mobile {
        width: calc(100vw - 25px) !important;
        max-width: calc(100vw - 25px) !important;
    }

        .modal-dialog.w-1100px.w-max-mobile .modal-body {
            overflow-x: auto;
        }
}

@media (max-width: 1100px) {
    .container-cuotas-categorias {
        font-size: 12px !important;
    }
}

/*Clases para popup productos cotizacion*/
.text-9x {
    font-size: 9px !important;
}


.text-16x {
    font-size: 16px !important;
}

.modal, .modal.fade {
    z-index: 99999;
}

    .modal .modal-body {
        margin: auto;
    }

.dropdown-products-preview {
    margin-right: -50px;
    margin-top: 0px;
    border: 3px solid rgba(0,0,0,.15);
    padding: 0;
    margin-left: -167px !important;
}

    .dropdown-products-preview .dropdown-item {
        border-top: 1px solid rgba(0,0,0,.15)
    }

    .dropdown-products-preview .container-img {
        min-height: 60px;
        text-align: center;
        padding: inherit;
    }

        .dropdown-products-preview .container-img img {
            max-width: 100%;
            height: auto;
            max-height: 55px;
            min-height: 40px;
        }


.container-view {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.container-large {
    position: relative;
    max-width: 1400px;
    min-height: 32px;
    -o-object-fit: fill;
    object-fit: fill;
}


.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.px-default-productos {
    padding: 0px 2px 2px 0px;
}

#listCategorias.h-list {
    height: 117px;
}

#listCategoriasOutlet.h-list, listCategoriasOutlet.h-list {
    height: 34px;
}

    #listCategoriasOutlet.h-list .h-container-items {
        height: 50px;
        padding-left: 1px;
    }

    #listMarcas.h-list .h-container-items, #listCaracteristicas.h-list .h-container-items, #listCategoriasOutlet.h-list .h-container-items, #listCategoriasProducto.h-list .h-container-items, #listCategoriasProductoAnalisis.h-list .h-container-items, #listCategoriasProductoExistenceComplete.h-list .h-container-items {
        height: 50px;
    }

#listCategoriasProducto.h-list, #listCategoriasProductoAnalisis.h-list, #listCategoriasProductoExistenceComplete.h-list {
    height: 32px;
}

    #listCategoriasProducto.h-list .h-container-items, #listCategoriasProductoAnalisis.h-list .h-container-items, #listCategoriasProductoExistenceComplete.h-list .h-container-items {
        height: 49px;
        padding-top: 3px;
        padding-left: 1px;
    }

#listMarcas.h-list {
    height: 33px;
}

.h-list .h-container-items.menu-caracteristicas, .h-list .h-container-items.menu-categorias-outlet, .h-list .h-container-items.menu-categorias-producto {
    text-align: left;
}

.btn-scroll.left {
    left: 0px;
}

#ContainerFiltroCategoriasProductoHorizontal, #ContainerFiltroCategoriasProductoAnalisisHorizontal, #ContainerFiltroCategoriasProductoExistenceCompleteHorizontal {
    margin-right: 90px;
    margin-left: 0px;
}

.menu-categorias-outlet .h-item.card, .menu-categorias-producto .h-item.card {
    /* height: 100%; */
    height: 28px !important;
    width: auto;
    /* width: 200px; */
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px;
    padding-bottom: 2px;
}

.btn-scroll {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 998;
    cursor: pointer;
}

    .btn-scroll.left a, .btn-scroll.right a, .btn-scroll.left span, .btn-scroll.right span {
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
        font-size: 23px;
        color: rgba(60, 144, 206, 1);
    }

.c-pointer {
    cursor: pointer;
}

.h-list .btn-scroll {
    text-align: center;
    height: 100%;
}

#listCategorias.h-list .h-container-items {
    height: 140px;
}

.h-list .h-container-items {
    white-space: nowrap;
    /* overflow-x: scroll;*/
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    text-align: center;
}

.btn-todos {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 998;
    cursor: pointer;
}

.btn-scroll {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 998;
    cursor: pointer;
}

.menu-categorias .font-muli {
    line-height: 14px !important;
    font-size: 12px;
}

.h-item.active {
    border: 1px solid #3c90ce;
    background-color: rgba(135,206,250,0.3);
}

.h-item.card {
    width: 146px;
    /* width: 155px; */
    height: 115px;
    position: relative;
}

.h-item {
    display: inline-flex;
    text-align: center;
    background: #fff;
}

    .h-item .item-title {
        white-space: normal;
    }

h-item.active .item-title.title-category-products, .menu-marcas .h-item.active, .menu-caracteristicas .h-item.active, .todas-marcas .h-item.active {
    color: #005CB9;
}

.item-title.title-category-products {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 3px;
    padding-left: 3px;
}

.title-category-products {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    font-weight: bold;
}

.h-item img {
    max-height: 120%;
    max-width: 100%;
    /* max-width: 92%; */
    /* margin-bottom: 3px; */
}

.font-muli {
    font-family: Muli, sans-serif;
    line-height: 18px;
    font-weight: 300;
    font-size: 11px;
}

.pending_el {
    animation-duration: 1s !important;
}

.card-category-skeleton .skeleton-img {
    height: 70px;
}

.menu-marcas .h-item.card, .todas-marcas .h-item.card {
    height: 32px;
    width: 130px;
    max-width: 150px;
    font-weight: bold;
    letter-spacing: 0.3px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    /* border-radius: 16px; */
}

/*.h-list {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    */

.h-list .h-container-items.menu-marcas {
    text-align: left;
}

.menu-marcas-normal {
    margin-left: 94px !important;
}

.menu-marcas .h-item .container-img {
    height: 31px;
}

    .menu-marcas .h-item .container-img img {
        max-width: 75%;
        max-height: 20px;
        margin-bottom: 0;
    }

.menu-marcas-scroll {
    margin-left: 110px !important;
}

.margin-todas-marcas-scroll {
    margin-left: 16px;
}

#listCaracteristicas.h-list {
    height: 33px;
}

    #listCaracteristicas.h-list .h-container-items {
        height: 50px;
        padding-left: 1px;
    }


.text-caracteristica {
    font-size: 14px !important;
    font-weight: 500;
    /* text-transform: capitalize; */
}

.menu-caracteristicas .h-item.card {
    height: 32px;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px;
}

.h-menu-sticky.sticky-top-0 {
    top: 0px;
    padding-top: 5px;
}

.h-menu-sticky {
    position: sticky;
    top: 106px;
    z-index: 99;
    background: #f4f4f4;
}

/* Table, formato default*/
.table-xlstore tr th {
    color: #000 !important;
    font-weight: 400;
    background-color: #F3F7FF;
}

.card-product-detail .title, .card-body .title, header .title, .tablero-title {
    color: #3c90ce;
    font-weight: bold;
    font-size: 18px;
}

.font-muli.title, .font-muli .title {
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
}

.darkblue {
    color: #0a1f4f !important;
}

.text-13x {
    font-size: 13px !important;
}

.area-buttons-list-products a.btn {
    height: 28px;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
}

.card-product.session {
    height: 351px;
}

.card-product {
    height: 190px;
}

.cursor-auto {
    cursor: auto;
}

.display-link {
    display: contents;
}

.product-container-brand {
    text-align: center !important;
    /*text-align: center !important;*/
    text-align: right !important;
    padding: 1px !important;
    padding-top: 10px !important;
}

.product-container-brand-image {
    max-width: 100%;
    /*max-width: 100%;*/
    max-width: 100px;
    height: auto;
}

.card-product .container-img {
    min-height: 130px;
    text-align: center;
    padding: inherit;
    display: flex;
}

    .card-product .container-img img {
        max-width: 100%;
        /* max-width: 100%;*/
        max-width: 100px;
        height: auto;
        max-height: 165px;
        max-height: 125px;
        vertical-align: middle
    }

.product-container-warranty-image {
    max-width: 70%;
    height: auto;
}

.card-product .container-txt.session {
    height: 55px;
}

.card-product .container-txt {
    font-weight: 500;
    height: 80px;
    text-align: left;
    color: #005CB9;
    white-space: normal;
    overflow: hidden;
    font-size: 12px;
}

.text-ellipsis.lines-1 {
    height: 19px;
    -webkit-line-clamp: 1;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .text-ellipsis.lines-2 {
        height: 37px;
        -webkit-line-clamp: 2;
    }

.subtitle, .card-product-detail .subtitle {
    color: #000;
    font-size: 13px;
    font-weight: bolder;
}

.subtitle-price {
    color: #3c90ce !important;
}

.card-product .container-price {
    font-weight: 600;
    text-align: right;
    font-size: 14px;
    color: #3c90ce;
}

.card-product .original-price, .detail-original-price {
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
    text-align: right;
}

.detail-original-price {
    font-size: 12px;
    text-align: right;
}

.card-product a:hover {
    text-decoration: none;
}

.container-promotion-product {
    height: 63%;
}

.container-promotions {
    padding-top: 5px;
    text-align: right;
}

.icon-promotion-product-grid {
    max-height: 25px;
    /*position: absolute;*/
    bottom: 0;
}

.icon-promotion-product-grid-detail {
    max-height: 35px;
    position: absolute;
    bottom: 0;
}

.icon-promotion-product-list {
    max-height: 25px;
}

.inline-group {
    max-width: 9rem;
}

    .inline-group .form-control {
        text-align: right;
    }

a.btn, input.btn {
    height: 28px;
    padding: 6px 10px 5px 10px;
}

a.btn, input.btn, input.txt {
    font-size: 12px;
}

a.btn-primary, a.btn-no-importance, a.btn-danger, a.btn-outline-light {
    color: #fff !important;
    cursor: pointer;
}

.btn {
    min-width: 100px;
    font-size: 12px;
    line-height: 1.2;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.lbl-page {
    font-size: 13px;
}

#prod-pagination-inferior {
    padding-right: 90px;
}

.quantity {
    text-align: center !important;
}

.btn-outline-secondary-gray {
    border-color: #959595 !important;
}

@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Bold.ttf?v=B0TjKADWFXbyKQl_CljiPcoz2iQ') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Light.ttf?v=3dtau5XwuRsQMscWNdR1mLxWGIo') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli.ttf?v=4P-0eUAfHrT_v_pbdGOG739eEPY') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

muli.font- {
    font-family: Muli, sans-serif;
    line-height: 18px;
    font-weight: 300;
    font-size: 11px;
}

.font-muli.title, .font-muli .title {
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
}

    .font-muli.title.filter, .font-muli .title.filter {
        font-size: 10px;
    }

.btn-page.active {
    color: #fff !important;
    background-color: rgba(60, 144, 206, 1);
}

.btn-page {
    min-width: 30px;
    padding: 5px !important;
    border-radius: unset;
    background-color: rgba(60, 144, 206, 0.6);
}

.btn + .btn {
    margin-left: 5px;
}

/* SKELETON */
.pending_el {
    animation-duration: 1s !important;
}

.card-category-skeleton .skeleton-img {
    height: 70px;
}

@media (max-width: 600px) {
    .card-category-skeleton .skeleton-img {
        height: 47px;
    }
}

.table-product td.image, .table-product td.image:hover {
    background-color: #fff;
    width: 100px;
    min-width: 100px;
}

.table-xlstore tr th, .table-xlstore tr td {
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
    text-align: center;
}

.table-product .container-img {
    min-height: 70px;
    text-align: center;
    padding: inherit;
}

    .table-product .container-img img {
        max-width: 100%;
        height: auto;
        max-height: 55px;
        min-height: 40px;
    }

.table-product .container-txt {
    font-weight: 500;
    text-align: left;
    color: #000;
    white-space: normal;
}

.table-product td.modelo {
    width: 15%;
}

a.link-color {
    color: #0366d6 !important;
}

.table-product td.description {
    width: 25%;
}

.table-product .container-price {
    font-weight: 600;
    text-align: right;
    color: #3c90ce;
}

.table-product .original-price {
    font-weight: 300;
    font-size: 10px;
    text-decoration: line-through;
    text-align: right;
}

#ProductListTable thead th {
    position: sticky;
    top: 0;
    z-index: 5;
}

#ProductListTable th, #ProductListTable td {
    padding: initial !important;
    white-space: initial;
}

.input-number .btn, .input-number input[type="number"] {
    width: 23px;
    min-width: 23px;
    height: 28px !important;
    border: 1px solid #959595;
    padding-left: 5px;
    font-size: 11px !important;
    background-color: #fff;
}

.dropdown-auto:hover .dropdown-auto-menu, .dropdown-auto .dropdown-auto-menu:hover {
    display: block;
}

@media (max-width : 640px) {
    .dropdown-auto.dropdown-cart .dropdown-auto-menu {
        display: none;
    }
}
/*termina Clases para popup productos cotizacion*/

.container-cuotas-categorias {
    font-size: 13.5px;
    padding-top: 27px;
}

.container-cuotas-categorias-modal {
    font-size: 15px;
    padding-top: 10px;
}

.container-cuotas-categorias-row {
    padding: 10px;
    padding-right: 0px;
    padding-left: 0px;
    /*word-break: break-word;*/
}

.container-cuotas-categorias-row-modal {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.container-cuotas-categorias-row .col-1, .container-cuotas-categorias-row .col-2, .container-cuotas-categorias-row .col-3, .container-cuotas-categorias-row .col-4, .container-cuotas-categorias-row .col-5, .container-cuotas-categorias-row .col-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.container-cuotas-categorias-color {
    width: 18px;
    height: 18px;
}

.container-label-cards {
    font-weight: bolder;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 12px;
}

.container-label-cards-color {
    width: 10px;
    height: 10px;
}

.container-label-cards-modal {
    font-weight: bolder;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 14px;
}

.container-label-cards-color-modal {
    width: 14px;
    height: 14px;
}


#ContainerProductsPopup input::-webkit-outer-spin-button, #ContainerProductsPopup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#ContainerProductsPopup input[type=number] {
    -moz-appearance: textfield;
}

.text-search {
    min-width: 220px;
}

.text-search, .text-search-icon {
    margin-top: -5px;
    height: 38px !important;
}

.dx-overlay-wrapper {
    z-index: 999999 !important;
}

.dx-command-select {
    width: 25px !important;
    min-width: 25px !important;
}

#EditRequestClientSeccion .dz-preview {
    margin-top: -21px;
}

    #EditRequestClientSeccion .dz-preview .dz-image {
        height: 34px;
    }

    #EditRequestClientSeccion .dz-preview .dz-details {
        margin-top: -28px;
        height: 62px !important;
    }

    #EditRequestClientSeccion .dz-preview .dz-progress {
        margin-top: -31px;
    }

    #EditRequestClientSeccion .dz-preview .dz-remove {
        margin-top: -4px;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#btnAceptarSolicitudPopover .dx-button-content, #btnRechazarSolicitudPopover .dx-button-content {
    padding: 5px;
}

.dx-datagrid-borders > .dx-datagrid-pager {
    padding-bottom: 0px;
    padding-top: 1px;
}

#containereTableVentaCuotaCategorias .col, #containereTableVentaCuotaCategorias .col-2, #containereTableVentaCuotaCartera .col, #containereTableVentaCuotaCartera .col-2 {
    padding-right: 0px;
    padding-left: 0px;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 5px;
}

.btn-default, .btn-default:hover {
    background-color: #1e73b9;
    color: #fff;
    border-style: solid;
    border-color: white;
}

/*#tableProductShoppingOrderCalculate .dx-selection .dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: initial !important;
    color: initial !important;
}

#tableProductShoppingOrderCalculate .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: initial;
    color: initial !important;
}*/

#tableProductShoppingOrderCalculate .dx-datagrid-rowsview .dx-selection.dx-row > td, #tableProductShoppingOrderCalculate .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: initial;
    color: #333 !important;
}

/*.iziModal-header {
    cursor: move;
}*/

.dxssControl {
    display: inline-grid;
}

.color-price-promotion {
    color: red !important;
    text-align: right;
}

.icon-promocion {
    border-radius: 75px 75px;
    background: red;
    color: white;
    text-align: center;
    width: 112px;
    height: 21px;
}

.icon-promocion-detail {
    width: 135px;
}

.btn-agregar {
    background-color: #F9AB2A;
    border-color: #ffbe51;
}

/*bootstrap 5 column auto*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-4dot8,
.col-sm-4dot8,
.col-md-4dot8,
.col-lg-4dot8,
.col-xl-4dot8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-4dot8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

@media (min-width: 540px) {
    .col-sm-4dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 740px) {
    .col-md-4dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 960px) {
    .col-lg-4dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 1140px) {
    .col-xl-4dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.col-7dot2,
.col-sm-7dot2,
.col-md-7dot2,
.col-lg-7dot2,
.col-xl-7dot2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-7dot2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

@media (min-width: 540px) {
    .col-sm-7dot2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 740px) {
    .col-md-7dot2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 960px) {
    .col-lg-7dot2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 1140px) {
    .col-xl-7dot2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}


.col-9dot6,
.col-sm-9dot6,
.col-md-9dot6,
.col-lg-9dot6,
.col-xl-9dot6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-9dot6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

@media (min-width: 540px) {
    .col-sm-9dot6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 740px) {
    .col-md-9dot6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 960px) {
    .col-lg-9dot6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 1140px) {
    .col-xl-9dot6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
/*end bootstrap 5 column auto*/

#FileComprobanteCapacitacion .dz-preview {
    margin: 0;
}

#modal-document {
    z-index: 1000 !important;
}

.input-group-text {
    /*max-height: 30px;*/
    font-size: 12px;
    padding: 0.35rem 0.75rem !important;
}

.input-group-text-textarea {
    max-height: 100% !important;
}

.filter-option-inner-inner {
    text-align: left !important;
}

#contentTabTop {
    padding-left: 10px;
}

.section-actions {
    position: relative;
    margin: 0px 3px 0px 3px;
    overflow: hidden;
    display: inline-block;
}

    .section-actions .section-filters-actions {
        white-space: nowrap;
        overflow-x: hidden;
        overflow-y: hidden;
        display: block;
        position: relative;
        width: 100%;
        padding-left: 21px !important;
        text-align: right;
    }

.toolbar-button-style {
    position: relative;
    overflow: hidden;
    display: inline-grid;
}

.section-actions .btn-scroll {
    background-color: #1e73b9;
    border:0;
}

    .section-actions .btn-scroll.left a, .section-actions .btn-scroll.right a {
        color: #fff;
    }

.section-filters-actions .checkbox-button-style {
    display: inline-flex;
    margin-top: -3px;
}

.iziToast-wrapper {
    z-index: 99999999;
}