﻿

.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 !important;
}

.text-12x {
    font-size: 12px !important;
}

.text-14x {
    font-size: 14px !important;
}

.text-16x {
    font-size: 16px !important;
}

.text-18x {
    font-size: 18px !important;
}

.text-50x {
    font-size: 50px !important;
}


.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');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-login-color {
    /*background-color: #eceef1fc;*/
    background-color: #ffffff;
}

.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;
}

.bs-searchbox > input {
    height: 30px;
    font-size: 14px;
}

.bootstrap-select > .dropdown-toggle {
    height: 30px;
    /*margin-top: -5px;*/
    font-size: 0.725rem;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /*margin-top: -5px;*/
    font-size: 0.725rem;
    max-width:500px;
}
/*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;
}

.input-validation-error {
    border-bottom: solid red !important;
}

.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: 1;
}

.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-filters {
    background-color: #1e73b9;
    color: #fff;
    z-index: 1;
    text-align:right;
}

.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;*/
}

.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: 5px;
}

.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;
}

.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%;
}

#ContainerTop {
    height: 56.5%;
}

    #ContainerTop .card, #ContainerTop .card-body, #ContainerMETop .card, #ContainerMETop .card-body, #ContainerClientsMETop .card, #ContainerClientsMETop .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 {
        height: 100%;
    }

#BodyContainerTop {
    position: absolute;
    height: 100%;
}

    #BodyContainerTop .tab-content {
        height: 93%;
        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: 43.5%;
}

    #ContainerBottom .card, #ContainerBottom .card-body, #ContainerMEBottom .card, #ContainerMEBottom.card-body, #ContainerClientsMEBottom .card, #ContainerClientsMEBottom.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 {
        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, #ContainerClientsMETop .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, #ContainerMacProspectTop .nav-tabs .nav-tabs > .nav-item > .nav-link {
    padding-top: 3px;
    padding-bottom: 5px;
}

#BodyContainerBottom .tab-content {
    /*height: 87.9%;*/
    height: 90.5%;
    overflow: auto;
    /*margin-right: 8px;*/
    margin-right: 0px;
    /*margin-right: 5px;*/
}

#ContainerMETop {
    height: 30%;
}

#ContainerMEBottom {
    height: 70%;
}

#ContainerProductsMETop {
    height: 35%;
}

#ContainerProductsMETop.expand-hide {
    height: 0% !important;
}

#ContainerProductsMETop.clienteVenta {
    height: 35%;
}

#ContainerProductsMETop.clienteVenta .fixed-table-container {
    min-height: 100px;
}

#ContainerProductsMEBottom {
    height: 65%;
}
#ContainerProductsMEBottom.clienteVenta {
    height: 65%;
}
#ContainerProductsMEBottom.expand-show {
    height: 100%;
}

#ContainerClientsMETop {
    height: 34%;
}
#ContainerClientsMETop.cartera {
    height: 41%;
}
#ContainerClientsMETop.cartera .fixed-table-container {
    min-height: 100px;
}

.expand-hide {
    height: 0% !important;
}

#ContainerClientsMETop.clienteVenta {
    height: 34%;
}

#ContainerClientsMETop.clienteVenta .fixed-table-container {
    min-height: 100px;
}

#ContainerClientsMEBottom.clienteVenta {
    height: 65%;
}

#ContainerClientsMEBottom {
    height: 66%;
}
#ContainerClientsMEBottom.cartera {
    height: 58%;
}
.expand-show {
    height: 100% !important;
}

#ContainerConfigurationMETop {
    height: 59%;
}

#ContainerConfigurationMEBottom {
    height: 40%;
}

#ContainerRolMETop {
    height: 59%;
}

#ContainerRolMEBottom {
    height: 40%;
}

#ContainerFinalUserMETop {
    height: 22%;
}

#ContainerFinalUserMEBottom {
    height: 78%;
}

#ContainerTransfersMETop {
    height: 25%;
}

#ContainerTransfersMEBottom {
    height: 75%;
}

#ContainerContactsMETop {
    height: 32%;
}

#ContainerContactsMEBottom {
    height: 68%;
}

#ContainerOrdersMETop {
    height: 60%;
}

#ContainerOrdersMEBottom {
    height: 40%;
}

#ContainerQuotationsMETop {
    height: 60%;
}

#ContainerQuotationsMEBottom {
    height: 40%;
}

#ContainerOpportunitiesMETop {
    height: 39.3%;
}

#ContainerOpportunitiesMEBottom {
    height: 60.7%;
}

#ContainerClientsMEBottom .fixed-table-container {
    min-height: 105px;
}

#ContainerCalendarMETop {
    height: 100%;
}

#ContainerActivitiesMETop {
    height: 40%;
}

#ContainerActivitiesMEBottom {
    height: 60%;
}

#ContainerMacProspectTop {
    height: 50%;
}

#ContainerMacProspectBottom {
    height: 50%;
}

#ContainerForecastMETop {
    height: 33%;
}
#ContainerForecastMETop.height-small {
    height: 12%;
}

#ContainerForecastMEBottom {
    height: 67%;
}
#ContainerForecastMEBottom.height-big {
    height: 88%;
}


#ContainerActivitiesMEBottom .fixed-table-container {
    min-height: 275px;
}

#ContainerConfigurationMEBottom .fixed-table-container {
    min-height: 199px;
}

#ContainerRolMEBottom .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;
}

#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;
}

.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;
}

#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;
}

.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: 20px;
    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;
}

input[type="radio"], input[type="checkbox"] {
    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.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;
}

.btnAceptarFiltro2 {
    padding: 0.15rem !important;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
}

.btnSelectAllFiltro {
    padding: 0.15rem !important;
    color: #fff !important;
    border-style: solid;
    border-color: white;
    border-width: thin;
    text-align: center;
    cursor: pointer;
    background-color: #1e73b9;
}

.btnUnSelectFiltro {
    padding: 0.15rem !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% !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 {
    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;
    }


.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%;
}
.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 !important;
    color: white !important;
}

.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;
    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: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
}

.scheduler-tooltip .scheduler-title {
    font-size: 13px;
}

.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: transparent !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;
}
.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 {
    padding: 0.15rem !important;
}
.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;
}

/*.filter-container {
    background-color: rgba(191, 191, 191, 0.15);
    padding: 5px;
    width: 500px;
    margin-bottom: 25px;
}

.dx-filterbuilder {
    padding: 10px;
}

.dx-filterbuilder .dx-numberbox {
    width: 80px;
}*/

/*kanban*/
#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;
        width: 14.28%;
    }

    #kanban .list-title {
        font-size: 16px;
        padding: 10px;
        padding-left: 30px;
        margin-bottom: -10px;
        font-weight: bold;
        cursor: pointer;
    }

    #kanban .scrollable-list {
        height: auto;
        width: auto;
    }

    #kanban .sortable-cards {
        min-height: 380px
    }

    #kanban .card {
        position: relative;
        background-color: white;
        box-sizing: border-box;
        width: auto;
        padding: 5px 15px;
        margin: 2px;
        cursor: pointer;
    }

    #kanban .card-subject {
        padding-bottom: 10px;
    }

    #kanban .card-assignee {
        opacity: 0.6;
    }

    #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;
    }

.div-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}