@media (max-width: 1885px) {
    .users-table-editable {
        display: block;
        overflow-x: auto;
    }

    .dealers-table-editable {
        display: block;
        overflow-x: auto;
    }
}

td span.details-control {
    display: block !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url('../img/flat-icons/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

tr.shown span.details-control {
    display: block !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url('../img/flat-icons/minus.png');
    background-repeat: no-repeat;
    background-position: center center;
}

td.details-control {
    background-size: 20px 20px;
    background-image: url('../img/flat-icons/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background-size: 20px 20px;
    background-image: url('../img/flat-icons/minus.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.user-details-table th,
.dealer-details-table th {
    width: 10%;
}

.user-group-add,
.user-dealer-add,
.dealer-brand-add {
    padding-right: 5px;
}

.tptr-widget .tptr-widget-pick {
    background-color: rgba(0, 0, 0, 0.2) !important;
    font-size: x-small !important;
    font-weight: 600 !important;
    padding: 0 0 4px !important;
}

.user-avatar {
    background-size: cover;
    width: 60px;
    height: 60px;
}

.user-avatar-img {
    object-fit: cover;
    object-position: center;
}

.sidebar-collapse .side-user .user-avatar {
    max-width: 2.85714em;
    max-height: 2.85714em;
}

.modal-add-brand .fixed-table-container {
    border-bottom-width: 0px !important;
}

.modal-add-brand .modal-body {
    margin-top: 60px;
}

.modal-add-brand .modal-footer {
    margin-top: 20px;
}

.dealer-logo-img {
    background-image: linear-gradient(45deg, #B2B2B2 25%, transparent 25%), linear-gradient(-45deg, #B2B2B2 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #B2B2B2 75%), linear-gradient(-45deg, transparent 75%, #B2B2B2 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px
}

.dealer-location-map {
    height: 300px;
    width: 400px;
    z-index: 10 !important;
}

.dealer-selector-list {
    height: calc(100vh - 5.625rem);
    max-height: 21.875rem;
    position: relative;
    margin: 0 -1.78571em 0 -2.14286em;
    padding: 0 1.78571em 0 2.14286em;
    max-width: 400px;
}

.dealer-selector-list li {
    /*display: inline-block;*/
    margin-right: 15px;
    margin-bottom: 15px;
}

.dealer-selector-list li:nth-child(even) {
    margin-right: 0px;
}

.table-wrap {
    display: table;
    /* Allow the centering to work */
    margin: 0 auto;
}

.available-years-list {
    height: calc(100vh - 5.625rem);
    max-height: 18rem;
    position: relative;
    /*    margin: 0 -1.78571em 0 -2.14286em;
    padding: 0 1.78571em 0 2.14286em;*/
    max-width: 180px;
    line-height: 1.5;
}

.available-years-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.dropdown-card-years {
    width: 250px;
    background: #fff;
    padding: 2.14286em 1.78571em 0.71429em;
}

.dropdown-card-years .card {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}


.up-down-indicator {
    position: absolute !important;
    left: -10px;
    top: 20px;
}

.top-counters .counters {
    max-height: 155px;
}

.counters .carousel {
    margin: 0 !important;
}

.counters .carousel .slick-dots {
    bottom: 0px !important;
    display: table-cell;
    justify-content: center;
    margin: 0;
    list-style-type: none;
}

.counters .carousel .slick-dots li {
    margin: 0 0.15rem;
}

.counters .carousel .widget-counter {
    position: relative !important;
}

.counters .carousel .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
}

.counters .carousel .slick-dots button:before {
    display: none !important;
}

.counters .carousel .slick-dots li.slick-active button {
    border: 1px solid rgba(100, 100, 100, 0.8);
    width: 9px;
    height: 9px;

}

.counters .carousel .slick-dots button {
    background-color: rgba(100, 100, 100, 0.5);
}

.counters .carousel .slick-dots.text-inverse li.slick-active button {
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 9px;
    height: 9px;

}

.counters .carousel .slick-dots.text-inverse button {
    background-color: rgba(255, 255, 255, 0.5);
}


.chart-subtitle-current-year {
    position: absolute;
    bottom: 5px;
    left: 0;
}

.chart-subtitle-last-year {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.page-subtitle {
    height: 2.42857em;
    line-height: 2.42857em;
    margin: 0 -1.78571em;
    padding: 0 1.78571em;
    border-bottom: 1px solid #ddd;
    position: relative;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-subtitle .page-subtitle-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-light .page-subtitle,
.sidebar-horizontal .page-subtitle {
    background: transparent;
}

.page-subtitle h5 {
    text-transform: uppercase;
    line-height: 2.38889em;
    font-size: 1rem;
    display: inline-block;
    white-space: nowrap;
}

.page-subtitle p {
    display: inline-block;
}

.page-subtitle .text-muted {
    font-size: 1.14286em;
}

.page-subtitle ol {
    line-height: 2.42857em;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;

}

.text-uppercase {
    text-transform: capitalize;
}

.doughnut-widget-details.returning-customers-dist {
    column-count: 2;
}

@media (max-width: 575px) {
    .doughnut-widget-details.returning-customers-dist {
        column-count: 1;
    }
}

.doughnut-widget-details.returning-customers-dist ul {
    width: auto;
}

.doughnut-widget-details.returning-customers-dist ul li {
    width: 200px;
}

.page-title-left.sidebar-horizontal.sub-menu .sidebar-nav .side-menu li a {
    line-height: normal !important;
}

.page-title-left.sidebar-horizontal.sub-menu .sidebar-nav .side-menu li a .hide-menu {
    display: inline !important;
}

@media (min-width: 470px) {

    .page-title-left.sidebar-horizontal.sub-menu .sidebar-nav {
        display: block !important;
    }


    .page-title-left.sidebar-horizontal.sub-menu .side-user,
    .page-title-left.sidebar-horizontal.sub-menu .side-menu .badge,
    .page-title-left.sidebar-horizontal.sub-menu .side-menu .label {
        display: none;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>li {
        display: inline-block;
        width: auto;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>li>a {
        border: 0;
        padding: 0.66667em 1em 0.33333em;
        text-align: center;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>a {
        padding-right: 1.07143em;
        padding-left: 1.07143em;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>li>a .list-icon {
        display: block;
        position: relative;
    }

    .page-title-left.sidebar-horizontal.sub-menu .menu-item-has-children>a::before {
        content: none;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>li>a::after {
        content: "";
        width: 100%;
        height: 0.13333em;
        background: transparent;
        position: absolute;
        bottom: -0.06667em;
        left: 0;
        z-index: 10;
    }

    .page-title-left.sidebar-horizontal.sub-menu .side-menu>li.current-page>a::after {
        background-color: #51d2b7;
    }

    .page-title-left.sidebar-horizontal.sub-menu .list-icon {
        margin-right: 0;
    }

    .page-title-left.sidebar-horizontal.sub-menu .dropdown:not(.fixed) {
        display: none !important;
    }

}

.page-title-left.sidebar-horizontal.sub-menu .side-menu>li>a .list-icon {
    top: 0;
}

.page-title-left.sidebar-horizontal.sub-menu .dropdown a {
    color: #888;
}

.page-title-left.sidebar-horizontal.sub-menu .dropdown a {
    color: #888;
}

.page-title-left.sidebar-horizontal.sub-menu .side-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.widget-preloader {
    bottom: 35px;
    right: 0;
    z-index: 99 !important;
    position: absolute !important;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h5 {
    margin: 0 0 5px;
    color: #777;
}

.hot-zips-map {
    height: 300px;
    /*width: 400px;*/
    z-index: 10 !important;
}

#hot-zips-map-chart {
    height: 300px;
    max-height: 300px;
}

#hot-makes-chart,
#hot-models-chart,
#hot-years-chart,
#hot-ti-makes-chart,
#hot-ti-models-chart,
#hot-ti-years-chart,
#hot-ti-new-models-chart {
    height: 280px;
    max-height: 280px;
}


.hot-makes-models-years-widget .bootstrap-tagsinput {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.hot-trade-ins-widget .bootstrap-tagsinput {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.hot-makes-chart-holder,
.hot-models-chart-holder,
.hot-years-chart-holder,
.hot-ti-makes-chart-holder,
.hot-ti-models-chart-holder,
.hot-ti-years-chart-holder,
.hot-ti-new-models-chart-holder {
    max-height: 300px;
}

.hot-makes-models-years-widget .carousel.slick-slider .slick-dots {
    bottom: -1.4375rem !important;
}

.hot-trade-ins-widget .carousel.slick-slider .slick-dots {
    bottom: -1.4375rem !important;
}

.hot-makes-models-years-widget .carousel.slick-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.hot-trade-ins-widget .carousel.slick-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.btn-card-header .list-icon {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
}

.data-mining-options-card .switchery {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#accordion-dealers .badge {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.88571em;
    letter-spacing: 0.03571em;
    padding-top: 5px;
}

.coupon .card-header,
.card-footer {
    position: relative;
    background-color: #2f384e;
    color: #EEEEEE;
    line-height: 1rem;
}

.coupon .card-header:hover,
.card-footer:hover,
.card-img-top:hover {
    border: 4px solid #DDDDDD !important;
}

.coupon .card-img-top:hover::after {
    content: "photo";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    top: 10px;
    right: 10px;
    color: silver;
    pointer-events: all;
    cursor: pointer;
}

.coupon .dz-preview {
    display: none !important;
}

.coupon .dropzone {
    border: 0;
}

.coupon .coupon-img {
    width: 100%;
    height: 200px;
}

.coupon .card-header:hover::after,
.card-footer:hover::after {
    content: "format_color_fill";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    top: 10px;
    right: 10px;
    color: silver;
    pointer-events: all;
    cursor: pointer;
}

.coupon .sp-replacer {
    visibility: hidden !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.coupon .card {
    border-style: dashed;
    border-width: 3px;
    border-color: #555;
    width: 325px;
    height: 500px;
}

.coupon .card-img-top {
    position: relative;
}

.coupon .card-body {
    padding: 10px;
}

.coupon .qrcode {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
}

.coupon .disclaimer {
    line-height: 0.7rem;
}

.coupon .discount {
    font-size: 40px;
    font-family: Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.8rem;
}

.coupon .description {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
}

@media print {
    .table-transactions {
        page-break-after: always;
    }

    .campaign-art {
        height: 19in !important;
        /* might also try height: 100%; */
        page-break-before: always;
        page-break-inside: avoid;
    }

    .table-summary {
        page-break-before: always;
    }

    .campaign-progress canvas {
        display: none;
    }

    .campaign-progress h3 {
        display: inline-block !important;
    }

}

.campaigns-list .list-group-item:first-child {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}

.campaigns-list .list-group-item:last-child {
    border-bottom-left-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important;
}

.campaigns-list .wrapper {
    width: 60%;
    margin-right: 5rem;
    margin-top: auto !important;
    margin-bottom: auto !important;
}



.campaigns-list .progress {
    width: 100%;
    margin-top: auto !important;
    margin-bottom: auto !important;
    border-radius: 10rem;
}

.campaigns-list .campaigns-txns {
    margin-right: 5rem;
    line-height: 0.8;
    text-align: right;
}

.widget-box-shadow {
    box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.07), 0 12px 10px -3px rgba(50, 50, 93, 0.11);
}

.widget-round-card {
    border-radius: 1rem;
}

.icon-right {
    left: auto !important;
    right: 0.625rem !important;
}

.form-input-icon>a {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    z-index: 3;
    text-align: center;
    color: #b8beca;
}

.badge-counter {
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 200px;
    padding: 0.1875rem 0.375rem;
}

.lightbox-gallery .lightbox .delete-icon {
    position: absolute;
    top: 25px;
    right: 25px;
}

#job-art-modal .modal-content {
    background: #f2f4f8;
}

.data-replace-confirm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-processing-feedback {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-processing-feedback .progress {
    width: 100%;
}

.avas-projection-chart-holder canvas {
    min-height: 250px;
}

.avas-messages-holder .slick-arrow {
    top: 100px;
}

.avas-messages-holder .slick-prev:before {
    color: #333333;
}

.avas-messages-holder .slick-next:before {
    color: #333333;
}

.dt-buttons {
    margin-top: 1.07143em !important;
    margin-right: 1.07143em !important;
    margin-bottom: 1.07143em !important;
}

.matching-job-feedback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fdfdfd;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.matching-job-feedback .progress {
    width: 100%;
}

.mailjet-template {
    background-size: cover;
    background-position: 50% 0px;
    height: 170px !important;
    background-image: url(https://assets.orbiskpi.com/img/template-default.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 0 1px #e7e8e8;
    box-shadow: inset 0 0 0 1px #e7e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mailjet-templates .slick-next,
.email-templates .slick-next,
.email-templates-change .slick-next {
    right: -25px !important;
}

.mailjet-templates .slick-prev,
.email-templates .slick-prev,
.email-templates-change .slick-prev {
    left: -25px !important;
}

.mailjet-templates .slick-arrow:before,
.email-templates .slick-arrow:before,
.email-templates-change .slick-arrow:before {
    color: #3c3c3c !important;
}

.mailjet-templates .slick-current,
.email-templates .slick-current,
.email-templates-change .slick-current {
    background-color: #cadcec;
}

.mailjet-templates .slick-current .mailjet-template,
.email-templates .slick-current .mailjet-template,
.email-templates-change .mailjet-template {
    transform: scale(1.08);
}


.mfp-preview-email-mobile .mfp-content {
    max-width: 360px;
}

.mfp-preview-email-mobile .mfp-iframe-scaler {
    height: 640px;
    padding-top: 0;
}



.mfp-preview-email-desktop .mfp-content {
    max-width: 992px;
}

.dmm-tool .filter-option-inner,
.dmm-tool .bs-caret {
    color: black !important;
}

.preview-container-mobile {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    height: 640px;
}

.preview-container-desktop {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 992px;
    width: 100%;
    height: 640px;
}


.email-preview {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.fc-disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
}


/* ----- Vehicle Special Cards -----*/
.specials-wrapper .special-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 40px;
    margin-right: 4%;
}

.specials-wrapper .special-title h3 {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    font-size: 1.5em;
    font-weight: 100;
}

.specials-wrapper .special-title h4 {
    text-align: center;
    font-family: serif;
    font-weight: 600;
    margin-top: 30px;
}

.specials-wrapper .special-remarks p {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    font-size: 0.8em;
}

.specials-wrapper .special-disclaimer p {
    font-family: Arial, sans-serif;
    font-size: 0.6em;
    font-style: italic;
    text-align: justify;
    margin-bottom: 10px;
}


.specials-wrapper .special-card-actions a {
    width: 100%;
    margin-top: 10px;
}

.offer-card {
    background-color: #fefefe;
}

.incoming-campaign {
    background-color: #fefefe;
}


/* Theme Overrides */
.navbar {
    flex-wrap: nowrap !important;
}

.bg-dark-light {
    background-color: #56606a !important;
    border-color: #56606a !important;
}


.knob-widget ul li:not(:first-child) {
    border-left: 0.0625rem solid #ddd;
}

.widget-actions {
    display: table-row !important;
}

.widget-actions li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.hot-trade-ins-widget .bootstrap-tagsinput .tag:not(:last-of-type) [data-role="remove"]::after {
    content: "" !important;
    font-family: "Material Icons";
    font-feature-settingsL: "liga";
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.border-bottom {
    border-bottom: 0.0625rem solid #ddd;
}

.mfp-wrap {
    z-index: 2000 !important;
}

.mfp-bg {
    z-index: 1999 !important;
}

.pace {
    z-index: 3100 !important;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group-toggle.months-purchased .btn.active {
    background-color: #28bf67;
    background-image: none;
    border-color: #26b462;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}

.btn-group-toggle.program-type .btn.active {
    background-color: #28bf67;
    background-image: none;
    border-color: #26b462;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}

.btn-group-toggle.theft-benefit-amounts .btn.active {
    background-color: #28bf67;
    background-image: none;
    border-color: #26b462;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}

.btn-group-toggle.theft-benefit-included .btn.yes.active {
    background-color: #28bf67;
    background-image: none;
    border-color: #26b462;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}

.btn-group-toggle.theft-benefit-included .btn.no.active {
    background-color: #e6614f;
    background-image: none;
    border-color: #e6614f;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}


.swal2-container {
    z-index: 3000 !important;
}

.for-print {
    font-family: "Lucida Console", Monaco, monospace !important;
}

.for-print td {
    line-height: 1;
    padding: 0.37143em;
}

.justified-text {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.table-registrations td,
.table-registrations th {
    padding: 0.5em 0.3em !important;
    min-width: 30px;
}

.dashboard-daterange {
    text-align: right;
    line-height: 1.5;
    padding: 5px;
    border: 0;
    box-shadow: none;
}

.dashboard-daterange:focus {
    border: 0;
    box-shadow: none;
}

.dashboard-daterange[readonly] {
    background-color: inherit;
}


#pageviews-treemap {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.vehicle-pageviews .title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

.vehicle-pageviews text {
    pointer-events: none;
}

.vehicle-pageviews .ctext,
.vehicle-pageviews .ptext {
    font-size: 16px;
}

.vehicle-pageviews .grandparent text {
    font-size: 16px;
    font-weight: bold;
}

.vehicle-pageviews rect {
    fill: none;
    stroke: #fff;
}

.vehicle-pageviews rect.parent,
.grandparent rect {
    stroke-width: 2px;
}

.vehicle-pageviews rect.parent {
    pointer-events: none;
}

.vehicle-pageviews .grandparent rect {
    fill: #fff;
}

.vehicle-pageviews .grandparent:hover rect {
    fill: #51d2b7;
}

.vehicle-pageviews .children rect.parent,
.vehicle-pageviews .grandparent rect {
    cursor: pointer;
}

.vehicle-pageviews .children rect.parent {
    fill: #bbb;
    fill-opacity: .5;
}

.vehicle-pageviews .children:hover rect.child {
    fill: #bbb;
}

.weekday-hours-heatmap th,
.weekday-hours-heatmap td {
    font-size: x-small;
    font-weight: 400;
    text-align: center;
    padding: 0.2rem;
}

.card-clickable {
    cursor: pointer;
}

.light-hover:hover {
    -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
}

.clockpicker-popover {
    z-index: 2000 !important;
}

.swal2-wide {
    width: 600px !important;
}

.swal2-wide-system-options {
    width: 1200px !important;
}

.swal2-wide-system-options .swal2-buttonswrapper {
    display: flex !important;
    justify-content: flex-end !important;
}

.rental-agreement-form .form-group {
    margin-bottom: .5rem;
}

.rental-agreement-form .form-group label {
    margin-bottom: .1rem;
}

.rental-check-in-form .form-group {
    margin-bottom: .3rem;
}

.rental-check-in-form .form-group label {
    margin-bottom: .07rem;
}

.rental-agreement-info input {
    padding: 0.2625rem 0.7em;
}

.rental-check-in-form .irs {
    margin: 0 !important;
}

.btn-edit-actual-rate {
    min-width: auto !important;
}

.modal-over-mfp {
    z-index: 2000 !important;
}

.avas-dashboard-tiles-menu {
    width: 18em !important;
}

.xeroin-dashboard-tiles-menu {
    width: 18em !important;
}

.map-xeroin-all-vehicles{
    height: 300px;
}

.widget-counter-top i {
    position: absolute !important;
    top: 0.5em !important;
    right: 1em !important;
    font-size: 1.35714em !important;
}

.counters .widget-counter i {
    top: 0 !important;
    right: 0 !important;
}

.dealer-search-dark input {
    background-color: #545d73;
}

#search-dealer-icon {
    color: #b8beca !important;
}

.sell-through-form input {
    padding-top: 0.3625rem;
    padding-bottom: 0.3625rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-tabs.remittace-tabs li a {
    border-color: #ddd #ddd #fff;
}

.filter-active.filter-billable {
    color: #fff;
    background-color: #e6614f;
    border-color: #e6614f;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.filter-inactive.filter-billable {
    color: #e6614f;
    background-color: rgb(248, 225, 225);
    background-image: none;
    border-color: #e6614f;
}

.filter-inactive.filter-billable:hover {
    color: #fff;
    background-color: #e6614f;
    border-color: #e6614f;
}

.filter-active.filter-no-billable {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.filter-inactive.filter-no-billable {
    color: #393b3d;
    background-color: #dfe6ec;
    border-color: #868e96;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.filter-inactive.filter-no-billable:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}


.filter-ca-active {
    color: #000;
    background-color: #51d2b7;
    border-color: #51d2b7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.filter-ca-inactive {
    color: #3a3a3a;
    background-color: #b7ebc8;
    background-image: none;
    border-color: #b7ebc8;
}

.filter-ca-inactive:hover {
    color: #000;
    background-color: #51d2b7;
    border-color: #51d2b7;
}



/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

.offer-card {
    width: 100%;
}

.incoming-campaign {
    width: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .offer-card {
        width: 100%;
    }

    .incoming-campaign {
        width: 100%;
    }

    .map-xeroin-all-vehicles{
        height: 300px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .offer-card {
        width: 30%;
    }

    .incoming-campaign {
        width: 30%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-xl {
        max-width: 80vw !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .map-xeroin-all-vehicles{
        height: 500px;
    }
    .modal-xl {
        max-width: 80vw !important;
    }
    
    .modal-lg1 {
        max-width: 60vw !important;
    }    
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.navbar-search:not(.input-focused) {
    width: 20.28571em !important;
}

#global-search:not(:focus) {
    color: white;
}

.selectable-result:hover {
    background-color: #a1a3ab;
    cursor: pointer;
}

.search-results-table .selected {
    background-color: #d8d9dd;
}

.pac-container {
    z-index: 2050 !important;
}

.avas-dealer-registration-form-content .card-users .input-group-addon {
    padding: 3px !important;
    border-radius: 0 !important;
}

.avas-dealer-registration-form-content .card-users .form-control {
    padding: 5px !important;
    border-radius: 0 !important;
    background-color: #f4f4f4 !important;
    color: #333333;
}

.db-tile-preloader {
    position: absolute;
    bottom: 5px;
    right: 25px;
    width: 30px;
    height: 30px;
}

.btn-outline-info-dark {
    color: #03a9f3;
    background-color: transparent;
    background-image: none;
    border-color: #03a9f3;
}

.btn-outline-info-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-info-dark:focus,
.btn-outline-info-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-info-dark.disabled,
.btn-outline-info-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-info-dark:active,
.btn-outline-info-dark.active,
.show>.btn-outline-info-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

  /* text in gps_sn Dashboard
  **/

  .dashboardtextcolorblue {
    color: #03a9f3;
  }

  .dashboardtextcolorblue:hover {
    color: #03a9f3;
  }


  /* Another Switch
  **/
.switch2 {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 21px;
}

.switch2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider2 {
  background-color: #28bf67;
}

input:focus+.slider2 {
  box-shadow: 0 0 1px #28bf67;
}

input:checked+.slider2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider2.round2 {
  border-radius: 34px;
}

.slider2.round2:before {
  border-radius: 50%;
}


/* Styles Livelook Email Campaigns Workflow */


/*Hide all except first fieldset */
/* #msform fieldset:not(:first-of-type) {
  display: none;
}  */

/*The background card*/
.card-progressbar {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
  }
  
  
  /*progressbar*/
  #progressbar-workflow {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
  }
  
  #progressbar-workflow .active {
    color: #000000;
  }
  
  #progressbar-workflow li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
  }
  
  /*Icons in the ProgressBar*/
  #progressbar-workflow #scenario:before {
    font-family: FontAwesome;
    content: "\f00b";
  }
  
  #progressbar-workflow #information:before {
    font-family: FontAwesome;
    content: "\f15c";
  }
  
  #progressbar-workflow #audience:before {
    font-family: FontAwesome;
    content: "\f2b9";
  }
  
  #progressbar-workflow #workflow:before {
    font-family: FontAwesome;
    content: "\f061";
  }
  
  #progressbar-workflow #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
  }
  
  /*ProgressBar before any progress*/
  #progressbar-workflow li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
  }
  
  /*ProgressBar connectors*/
  #progressbar-workflow li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
  }
  
  /*Color number of the step and the connector before it*/
  #progressbar-workflow li.active:before,
  #progressbar-workflow li.active:after {
    background: skyblue;
  }
  
  /* End Livelook */
  
  .table-distributors td,
  .table-lenders td,
  .table-dealers td
  {
    vertical-align: middle;
  }

  #users-terms-tab .wysihtml5-sandbox {
    width: 90%!important;
  }

  #table_all_vehicles {
    width: 100%;
  }

.login-form label[for=password], .login-form label[for=username]{
    top: -7px!important;
    font-size: 0.8rem!important;
}


.login-form .form-group.input-focused label[for=password], .login-form .form-group.input-focused label[for=username] {
    font-size: 0.8rem!important;
    top: -7px!important;
}

.btn-transparent{
    background-color: #00000000;
}
.widget-counter-xeroin {
    padding-left: 0.71429em;
  }
  .widget-counter-xeroin h6 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0.71429em;
    padding-right: 2.14286em;
    font-size: 0.7rem !important;
  }
  .widget-counter-xeroin small {
    font-weight: 700;
    letter-spacing: .05em;
    display: block;
    opacity: .5;
    margin-top: 0.47619em;
    text-transform: none;
  }
  .widget-counter-xeroin i {
    font-size: 0.7rem;
  }

  .text-inverse .widget-counter-xeroin i::before,
  .text-inverse .widget-counter-xeroin i::after {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  .widget-counter-xeroin i::before {
    top: 0.31579em;
    height: 1.05263em;
    width: 0.05263em;
  }
  .widget-counter-xeroin i::after {
    bottom: -0.42105em;
    width: 1.05263em;
    height: 0.05263em;
  }
  .widget-counter-xeroin h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 2em !important;
    margin: 0.5rem 0 0.5rem !important;
  }
  .widget-bg-xeroin{
    padding: 1em 1.4em 0.5em 1.4em !important;
  }

  .gm-style-iw-d{
    margin-top: -30px !important;
    margin-bottom: -12px !important;
    margin-left: -12px !important;
    margin-right: -18px !important;
    max-height: 290px !important;
  }

  .gm-ui-hover-effect{
    z-index: 1 !important;
  }
  
  .gm-marker{
    min-width: 430px !important;
  }
  
  .gm-style-iw-c{
    max-height: fit-content !important;
  }

  .color-black{
    color: #000 !important;
  }

.th-header {
    text-align: center !important;
    background-color: #f7fafc;
    border-left: solid 1px;
    border-right: solid 1px;
}
#current-commissions-recipients-dt_wrapper {
    margin-left: 3rem !important;
    margin-bottom: 1rem !important;
}
#paid-commissions-recipients-dt_wrapper {
    margin-left: 3rem !important;
    margin-bottom: 1rem !important;
}
.preloader-dashboard-tile {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 45px;
}

.pill-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 10px;
}

.badge-pill-account-name {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}

.badge-pill-account-code {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: end;
}

.badge-pill-label {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}

.badge-pill-close {
  width: 5%;
}