﻿/* Font */
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* site.css */
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f8f8f8;
    margin: 0px;
    font-family: Roboto, 'Century Gothic', sans-serif !important;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(77, 77, 77, 1); /*#28345C; */
}

/* input place holder*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bcbcbc !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bcbcbc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bcbcbc !important;
}

.footer-container {
    padding: 20px 20px 0px 20px;
    font-size: 12px;
}

.footer-container-content {
    margin-bottom: 10px;
}

.footer-container-copyright {
    padding: 0px 20px 20px 20px;
    font-size: 12px;
    color: #fff;
}

.footer-title {
    font-size: 16px;
    color: #fff;
}

label {
    font-weight: normal;
    font-size: 13px;
    color: #888888;
}

#MainContent {
    padding-top: 65px;
}

.font-red {
    color: red !important;
}

.frame-structure {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.frame-structure-content {
    display: table-cell;
    vertical-align: middle;
}

.main {
}

.modal-footer {
    padding: 0.5rem 1rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar-cart {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    /*height: calc(100vh - 119px);*/
    /*top: 62px;*/
    z-index: 1040;
    background: #fefefe;
    transition: all 0.3s;
    /*overflow-y: scroll;*/
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sidebar-cart-header {
    background: #fefefe;
    position: relative;
    /*top: 0px;*/
    width: 300px;
}

.sidebar-cart-body-footer-wrap {
    position: relative;
    height: calc(100vh - 62px);
    /*top: 62px;*/
    width: 300px;
}

.sidebar-cart-body {
    padding: 0px 15px;
    position: relative;
    max-height: calc(100vh - 139px);
}

.sidebar-cart-footer {
    padding: 0px 15px;
    background: #fefefe;
    position: relative;
    /*bottom: 0px;*/
    height: 79px;
    width: 300px;
}

#sidebar-cart.active {
    right: 0;
}

#dismiss-cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list-sub-item {
    border-left: 5px solid #cccccc;
    padding-left: 5px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1035;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

/* product category filters*/
.filter-oval {
    object-fit: cover;
    border-radius: 200px;
    border: 1px solid #bbb;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom: 0px;
    /*display: flex;
    align-items: center;*/
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px;
}

.filter-box {
    object-fit: cover;
    border: 1px solid #bbb;
    width: 102px;
    height: 100px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    /*display: flex;
    align-items: center;*/
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
}

.fixed-top-demo-environment {
    background-color: #17a2b8 !important;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.fixed-top-demo-shift {
    margin-top: 13px;
}

.fixed-top-demo-shift-mobile-pos {
    margin-top: 63px !important;
}

.fixed-top-demo-shift-sticky {
    top: 63px !important;
}

.panel-bottom-action-default {
    background-color: #999;
    font-size: 12px;
}

.panel-bottom-action-icon-default {
    fill: #fff;
    width: 25px;
    height: 25px;
}

/* file */
.profile-dropzone {
    font-size: 14px;
    cursor: pointer;
    background: white;
    color: #bababa;
    background: white;
    border: 3px dashed #bababa;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    max-height: 40px;
    width: 100%;
}

.dropzone {
    font-size: 20px;
    cursor: pointer;
    background: white;
    color: #bababa;
    background: white;
    border: 3px dashed #bababa;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    /*position: absolute;
    top: 0;
    left: 0;*/
    height: 100%;
    width: 100%;
}

.dropzone-padding {
    padding: 10px;
}

.dropzone-text-small {
    font-size: 90%;
}

.business-card-dropzone {
    font-size: 10pt !important;
    width: 100% !important;
    padding-top: 2px !important;
    padding-bottom: 7px !important;
}

.business-card-empty {
    height: 200px;
    max-width: 300px;
    background-color: #BBBBBB;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 3px;
    margin-bottom: 5px;
}

.profile-photo-image {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 25px;
    border: 1px solid #bbb;
}

.profile-photo-text {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 25px;
    border: 1px solid #bbb;
    padding-top: 6px;
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
}

.profile-picture-badge {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-picture-badge-large {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-picture-badge-svg {
    width: 120px;
    height: 120px;
}

span.label-entry-hint {
    color: #999999;
    font-size: 8.5pt;
    font-style: italic;
}

h1 {
    margin-top: 0px !important;
}

h3.main-page-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Roboto, 'Century Gothic';
    font-size: 20pt;
}

h4.main-page-sub-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: Roboto, 'Century Gothic';
    font-size: 18px;
}

h4.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-page-title-icon {
    fill: #0d6cb6;
    width: 35px;
    height: 35px;
}

.icon-primary {
    fill: #0d6cb6;
}

h3.dashboard-item-title {
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555555;
    font-family: Roboto, 'Century Gothic';
}

div.dashboard-item-badges {
    padding-left: 5px;
}

div.dashboard-item-description {
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
}

h4.surveyGroup {
    margin-bottom: 0px !important;
}

.dashboard-card-value {
    font-size: 24px;
    font-weight: bold;
}

.dashboard-card-caption {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.resize-product-text {
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    width: 100%;
}

.scrollable-menu {
    height: auto;
    max-height: 210px;
    overflow-x: hidden;
}

.slim-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 25px;
    background-color: #fefefe;
}

.slim-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fefefe;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbbbbb;
}

.text-truncate-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-clamp-2-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-sub {
    font-size: 90%;
}

.title-truncate {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Login module */
.login-logo {
    max-width: 200px;
}

.login-container-logo {
    max-height: 200px !important;
    margin-top: 10px;
    border: none;
}

.login-container-footer {
    color: black;
    text-align: center;
}

.form-control-validation {
    color: red;
    font-size: 85%;
}

.form-control-quantity-custom {
    width:60px !important;
    border-radius: 5px !important;
    margin-left:5px;
    margin-right:5px;
}

ol.group-option-list {
    margin-top: 5px;
    margin-left: -20px;
    margin-bottom: 0px;
}

ol.group-option-list li {
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 5px;
}

ul.group-option-list {
    margin-top: 5px;
    margin-left: -20px;
    margin-bottom: 0px;
}

ul.group-option-list li {
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 5px;
}


/* Boostrap Overwrite */
.navbar-item-selected {
    background-color: #01589d;
}

.no-padding-horizontal {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pre-formatted {
    white-space: pre-wrap;
    margin-bottom: 0px;
    border: none !important;
}

.pre-textarea {
    font-family: Roboto, 'Century Gothic', sans-serif !important;
    white-space: pre-wrap;
    max-height: 100px;
    overflow-y: auto;
}

@media(max-width: 768px) {
    .lead-stat-xs {
        min-height: 80px;
        max-height: 80px;
    }

    .no-padding-vertical-xs {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .no-padding-horizontal-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dashboard-column-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-no-padding-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-no-padding-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-xs-padding-bottom {
        padding-bottom: 10px;
    }

    .dashboard-xs-column-item-padding {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
}

/*Ui-select*/

.pull-left {
    float: left !important;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    width: 0;
}

.pull-right {
    float: right !important;
}

.ui-select-multiple.ui-select-bootstrap {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
}

.ui-select-multiple > div > span.ui-select-match > span > span.btn-default {
    color: #F49531;
    border-color: #F49531;
}

.ui-select-multiple > div > span.ui-select-match > span > span.btn-primary {
    color: white !important;
}

    .ui-select-multiple > div > span.ui-select-match > span > span.btn-primary > span.ui-select-match-close {
        color: white !important;
    }

.ui-select-multiple > div > span.ui-select-match > span > span.btn-default > span.ui-select-match-close {
    color: #F49531;
}

.ui-select-multiple > div > span.ui-select-match > span > span.btn-xs {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.ui-select-multiple > div > span.ui-select-match > span > span[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui-select-toggle.btn {
    border: 1px solid #ced4da;
    background-color: white;
}

.ui-select-choices.dropdown-menu {
    display: block;
    max-height: 180px !important; /*Need to find another way to fix this D:*/
    padding: 0;
}

.btn-default-focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.ui-select-match-text {
    max-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-match.btn-default-focus {
    border-radius: .25rem;
    outline: 0;
}

    .ui-select-match.btn-default-focus > .ui-select-toggle {
        border-color: #80bdff;
    }

.ui-select-container[disabled="disabled"] {
    background-color: #e9ecef;
    opacity: 1;
}

.ui-select-refreshing.glyphicons {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@media(min-width: 768px) {
    .dashboard-column-counter {
        padding-left: 10px;
        padding-right: 0px;
    }

    .dashboard-column-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-no-padding-left {
        padding-left: 0px !important;
        padding-right: 3px !important;
    }

    .col-no-padding-right {
        padding-left: 3px !important;
        padding-right: 0px !important;
    }

    .dashboard-gt-md-column-item-padding {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
}

/*screen-sm*/
@media (min-width: 768px) and (max-width: 992px) {
    .no-padding-horizontal-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn-category-text-sm {
        font-size: 12px !important;
    }

}

/*screen-md*/
@media (min-width: 992px) and (max-width: 1200px) {
    .no-padding-horizontal-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }       
}

/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {
    .no-padding-horizontal-lg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Toastr Overwrite*/
.toast-top-right {
    /*margin-top: 48px;*/
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

/* route animate */
.view-slide-in.ng-enter {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    opacity: 0.5;
    position: relative;
    opacity: 0;
    left: 10px;
}

.card .hot-text-diagonal {
    font-size: 25px;
    font-weight: 600;
    transform: rotate(-45deg);
    position: absolute;
    top: 35px;
    left: 1px;
}

.view-slide-in.ng-enter {
    opacity: 0;
}

    .view-slide-in.ng-enter.ng-enter-active {
        top: 0;
        left: 0;
        opacity: 1;
    }

.view-slide-in.ng-leave.ng-leave-active {
    top: 5px;
    left: 5px;
    opacity: 1;
}

.view-slide-in.ng-leave {
    top: 0;
    left: 0;
    opacity: 0;
}

div#outerContainer div#mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}

div#outerContainer div#mainContainer div#viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

button#download {
    display: none !important;
}

.row {
    overflow: hidden;
}

.advertisement-rotator {
    max-height: 628px;
    width: 100%;
}

.advertisement-rotator-content {
    width: 100%;
}

.rotator-image {
    object-fit: fill;
    max-height: 628px;
    width: 100%;
    border-radius: 10px;
}

.rotator-image-title {
    width: 100%;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 16pt;
}

.animate-slider-hide-alt {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: absolute;
    left: 0;
}

.animate-slider-show-alt {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: absolute;
    right: 0;
}

.animate-slider-hide-alt.ng-hide {
    left: -100%;
}

.animate-slider-show-alt.ng-hide {
    right: -100%;
}

.animate-slider-hide {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: absolute;
    right: 0;
}

.animate-slider-show {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: absolute;
    left: 0;
}

.animate-slider-hide.ng-hide {
    right: -100%;
}

.animate-slider-show.ng-hide {
    left: -100%;
}

.header-badge-cart {
    background-color: #d9534f !important;
    position: relative;
    left: 35px;
    top: 5px;
    font-size: 10px !important;
    border-radius: 40%;
}

.badge-cart {
    background-color: #d9534f !important;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 12px !important;
    border-radius: 40%;
}

.badge-shopping-cart-size {
    font-size: 150%;
}

.badge-title-count {
    position: relative;
    left: -2px;
    top: -3px;
}

.badge-title-count-info {
    background-color: #5bc0de !important;
}

.badge-title-count-danger {
    background-color: #d9534f !important;
}

.badge-lead-score {
    display: inline-grid;
    align-items: center;
    position: absolute;
    right: 5%;
    top: 7%;
    font-size: 14pt;
}

.card .badge-lead-score {
    display: inline-grid;
    align-items: center;
    position: absolute;
    left: -0.5%;
    top: -0.5%;
    font-size: 14pt;
    width: 80px;
    height: 50px;
}

.card .lead-score {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    color: #337ab7;
    background-color: transparent !important;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    filter: alpha(opacity=100);
}

.clickable {
    cursor: pointer;
}

.dashboard-special-title {
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: none !important;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555555;
}

.dashboard-image-placeholder {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
}

.dashboard-image {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

.dashboard-image-contract {
    content: url(../../images/noimage.png);
}

.dashboard-image-company {
    content: url(../../images/noimage.png);
}

.dashboard-image-equipment {
    content: url(../../images/noimage.png);
}

.dashboard-image-product-catalog {
    content: url(../../images/noimage.png);
}

.dashboard-image-quote-request {
    content: url(../../images/noimage.png);
}

.dashboard-image-statement {
    content: url(../../images/noimage.png);
}

.dashboard-image-support {
    content: url(../../images/noimage.png);
}

.dashboard-image-survey {
    content: url(../../images/noimage.png);
}

.dashboard-image-user {
    content: url(../../images/noimage.png);
}

.dashboard-news-date {
    font-weight: normal !important;
}

.dashboard-pill {
}

    .dashboard-pill:hover {
        text-decoration: none;
    }

.dashbord-pill-primary {
    background-color: #337ab7;
    color: #ffffff;
}

    .dashbord-pill-primary:hover {
        background-color: #337ab7;
        color: #ffffff;
    }

.dashboard-pill-content {
    background-color: #FFFFFF;
    padding: 9px;
    border-radius: 10px;
    min-height: 116px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
}

.dashboard-pill-content-small {
    padding: 1px !important;
    min-height: 75px !important;
}

.dashboard-pill-content-default {
    background-color: #777;
    color: #ffffff;
}

.dashboard-pill-content-info {
    background-color: #5bc0de;
    color: #ffffff;
}

.dashboard-pill-content-primary {
    background-color: #337ab7;
    min-height: 116px;
    color: #ffffff;
}

.card {
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 10px -8px rgba(0,0,0,0.6) !important;
}

.card-footer .svg-action {
    width: 45px !important;
    height: 45px !important;
}

.card-footer.lead-footer-padding {
    padding-top: 4px;
    padding-bottom: 4px;
}


.svg-image-navbar-default {
    display: inline;
    fill: #ffffff;
    stroke: #ffffff;
    width: 25px;
    height: 20px;
}

.svg-image-xsmaller {
    width: 20px !important;
    height: 20px !important;
}

.svg-image-xlsmaller {
    width: 25px !important;
    height: 25px !important;
}

.svg-image-smaller {
    width: 30px !important;
    height: 30px !important;
}

.svg-image-small {
    width: 40px !important;
    height: 40px !important;
}

.svg-image-medium {
    width: 50px !important;
    height: 50px !important;
}

.svg-image-default {
    fill: #0d6cb6;
    width: 60px;
    height: 60px;
}

.svg-image-primary {
    fill: #ffffff;
    width: 60px;
    height: 60px;
}

.svg-image-success {
    fill: green;
    width: 60px;
    height: 60px;
}

.svg-image-danger {
    fill: #dc3545;
    width: 60px;
    height: 60px;
}

.dashboard-pill-svg-icon {
    height: 57px;
    width: 57px;
    margin: 0 auto;
}

.dashboard-pill-value {
    padding-top: 20px;
    font-size: 24px !important;
    height: 60px;
}

.dashboard-pill-value-sm {
    padding-top: 10px !important;
    font-size: 24px !important;
    height: 48px !important;
}

.dashboard-pill .dashboard-pill-label {
    font-size: 12px;
    font-weight: bold;
}

.dashboard-pill .dashboard-pill-value {
    font-size: 16px;
    font-weight: bold;
}

.dashboard-pill .dashboard-pill-thumbnail {
    margin-top: 5px;
    font-size: 40px;
    font-weight: bold;
}

.dashboard-pill .dashboard-pill-thumbnail-sm {
    margin-top: 5px;
    margin-top: 3px;
    font-size: 30px;
    height: 44.88px;
}

.header-dashboard-greeting {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: Roboto, 'Century Gothic';
    font-size: 24pt;
}

.header-dashboard-greeting-important {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 24pt;
}

.header-sub-display {
    color: #0d6cb6;
    font-size: 12pt;
    margin-top: 0px;
}

.header-today-display {
    color: #0d6cb6;
    font-size: 12pt;
    margin-top: 10px;
}

.header-dashboard-badge {
    display: inline-block;
    color: #0d6cb6;
    font-size: 12pt;
    margin-top: 5px;
    padding: 1px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #0d6cb6;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    height: 65px;
}

.font-color-info {
    color: #17a2b8 !important;
}

.font-color-success {
    color: #28a745 !important;
}

.font-color-primary {
    color: #337ab7 !important;
}

.font-color-danger {
    color: #dc3545 !important;
}

.font-color-disabled {
    color: #bbbbbb;
}

.font-color-primary-bold {
    font-weight:bold;
}

.font-color-warning {
    color: #ffc107 !important;
}

.font-currency {
    font-size:85%;
}

.line-separator {
    border-color: #0d6cb6;
}

.line-separator-slim {
    margin-top: 10px;
    margin-bottom: 10px;
}

.line-separator-thick {
    border-style: solid;
    border-width: 2px;
}

line-separator-sub {
    border-color: #cccccc;
}

.list-group-item-title {
    padding: 0.75rem 0.75rem;
    background-color: #ededed;
    font-weight: bold;
}

.list-group-item-compact {
    padding: 0.5rem 0.75rem;
}

.list-group-item-highlight {
    background-color: #f5f5f5;
}

.list-group-item-price-tick {
    min-width: 110px;
    text-align: right;
}

.list-group-item-tick {
    width: 30px;
    text-align: center;
}

.list-group-item-price {
    min-width: 80px;
    text-align: right;
}

.card-body.flex-height {
    max-height: unset !important;
}

.country-phone-code-hint {
    color: #ccc;
    position: absolute;
    top: 38px;
    right: 25px;
}

.course-statistic-card-outer {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.course-statistic-card {
    height: 120px;
}

    .course-statistic-card .card-body {
        height: 120px;
    }

.course-statistic-card-caption {
    margin-top: 10px !important;
    font-size: 90%;
    color: #000;
}

.course-statistic-card-value {
    color: #fff;
}

.course-grid-badge {
    color: #212529;
    background-color: #ffc107;
    display: inline-grid;
    align-items: center;
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 14pt;
    border-radius: 5px;
    padding: 2px 4px;
}

.lead-floating-menu {
    position: absolute;
    top: 100px;
    z-index: 99;
    left: -55px;
    background-color: #F49531;
    border-radius: 5px;
}

.lead-floating-menu-link {
    padding: .5rem .5rem;
}

.lead-floating-menu-icon-primary {
    fill: #0d6cb6;
    width: 30px;
    height: 30px;
}

.lead-floating-menu-icon-default {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}

.lead-grid-item-sales-value {
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
}

.lead-grid-item-card {
    height: 300px;
    margin-bottom: 15px;
}

.lead-grid-item-title {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 18px;
}

.lead-grid-item-description {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
}

.learn-content {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    padding: 15px;
}

.card-image-top-custom {
    border-radius: 14px 14px 0px 0px;
    object-fit: contain;
}

.document-grid-item-title {
    /*height: 30px;*/
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
}

.document-grid-item-description {
    /*height: 67px;*/
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 0px;
}

.oval {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.card-body {
    overflow: hidden;
}

.card.follow-up {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.card-body.follow-up {
    min-height: 80px;
    max-height: 168px;
    padding-left: 65px;
    /*padding-right: 70px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-footer.follow-up {
    padding-left: 65px;
    /*padding-right: 80px;*/
}

.follow-up-highlight {
    background-color: #ffe8e8 !important;
}

.follow-up-item-type-icon {
    position: absolute;
    left: 2%;
}

.follow-up-item-action-icon {
    position: absolute;
    right: 15px;
}

.follow-up-item-date {
    /*height: 30px;*/
    /*margin-top: px;*/
    margin-bottom: 0px;
    /*font-size: 16px;*/
    text-align: left;
}

.follow-up-item-end-datetime {
    font-weight: 600;
    color: #999999;
    font-size: 8pt;
    font-family: Verdana;
    font-style: italic;
}

.follow-up-item-footer-oval {
    object-fit: cover;
    border-radius: 200px;
    border: 1px solid #bbb;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -2px;
    margin-left: -1px;
    font-size: 14px;
    color: white;
}

.follow-up-item-text {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
}

.follow-up-card-padding {
    padding: 10px 10px 10px 10px;
}

.card.follow-up-stat {
    max-height: 130px !important;
    min-height: 130px !important;
}

.payment-method-item-action-icon {
    position: absolute;
    right: 15px;
}

.card.address-item {
    border-radius: 20px;
}

.card-sub-form-quantity {
    width: 40px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    display:inline-block;
}

.card-optional-text {
    color:#ccc;
    font-size: 14px;
}

.address-item-footer-oval {
    object-fit: cover;
    border-radius: 25px;
    border: 1px solid #bbb;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: -2px;
    font-size: 14px;
    color: white;
}

.hint-text {
    color: #999999;
    font-size: 9pt;
}

.hint-text-default {
    color: #999999;
    font-size: 9pt;
}

.hint-text-highlight {
    color: black;
}

.ui-select-choices .active .hint-text-highlight {
    color: #fff !important;
    font-weight: bold;
}

.ui-select-bootstrap .ui-select-choices-row.active > span > .hint-text {
    color: #fff !important
}

.activity-grid-item-title {
    /*height: 30px;*/
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
}

.activity-grid-item-lead-info {
    /*overflow: hidden;*/
    font-size: 16px;
    /*text-overflow: ellipsis;*/
    text-align: left;
    margin-bottom: 0px;
}

.activity-grid-item-description {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
}

.activity-remove-action {
    fill: red;
    width: 25px;
    height: 25px;
}

.activity-edit-action {
    fill: #F49531;
    width: 20px;
    height: 20px;
}

.svg-fill-primary {
    fill: #0d6cb6;
}

.card-top-center-leadQualification {
    position: absolute;
    top: 3%;
    left: 35%
}

.card-top-right-action {
    position: absolute;
    top: 3%;
    right: 5%
}

/* Marketplace Store Grid */
.marketplace-store-grid-item-card {
    height: 300px;
    margin-bottom: 15px;
}

.marketplace-store-grid-item-highlight {
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
}

.marketplace-store-grid-item-title {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 18px;
}

.marketplace-store-grid-item-description {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
    color: #444;
}

/* Product Catalog Grid */
.product-catalog-grid-card-footer-action {
    fill: #0d6cb6;
    width: 35px;
    height: 35px;
}

    .product-catalog-grid-card-footer-action:hover {
        fill: #0d6cb6 !important;
    }

.product-catalog-grid-card-footer-value {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    min-width: 35px;
    padding-top: 7px;
}

.product-catalog-grid-item-card {
    /*max-height: 380px;*/
    margin-bottom: 15px;
}

.product-catalog-grid-item-title {
    /*margin-top: 5px;*/
    margin-bottom: 8px;
    text-align: left;
    font-size: 18px;
}

.product-catalog-grid-item-description {
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0px;
}

.product-catalog-grid-item-price {
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
}

.product-catalog-grid-item-actions {
    height: 20px;
    text-align: center;
}

.product-catalog-detail-quantity-value {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    min-width: 45px;
    padding-top: 8px;
}

.product-catalog-detail-price {
    color: #d9534f;
    font-weight: bold;
}

.article-grid-item-card {
    margin-bottom: 15px;
}

/* Course Card */
.course-grid-card-image {
    border-radius: 14px 14px 0px 0px;
    object-fit: contain !important;
}

.course-grid-card-footer-action {
    fill: #0d6cb6;
    width: 45px;
    height: 45px;
}

    .course-grid-card-footer-action:hover {
    }

.course-grid-card-footer-value {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    min-width: 45px;
    padding-top: 8px;
}

.course-grid-item-card {
    height: 360px;
    margin-bottom: 15px;
}

.course-grid-item-title {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 18px;
}

.course-grid-item-description {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0px;
}

.course-grid-item-price {
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
}

.course-grid-item-actions {
    height: 20px;
    text-align: center;
}

.course-material-grid-item-card {
    height: 370px;
    margin-bottom: 15px;
}


.navbar {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .navbar-collapse-custom {
        padding: 0px 15px;
    }

    .navbar-mobile-menu {
        max-height: 450px;
        overflow: auto;
    }
}

.nav-quickbar-custom {
    margin-top: 0px;
    position: relative;
    top: -20px;
    background-color: #aaaaaa;
    padding-top: 8px;
}

    .nav-quickbar-custom ul li a {
        font-weight: bold;
        color: #ffffff;
    }

        .nav-quickbar-custom ul li a:hover {
            color: #337ab7;
        }

@media print {
    h1, h2, h3 {
        margin-top: 0px;
    }

    body {
        background-color: #fcfcfc;
        padding-top: 00px;
        margin: 0px;
    }

    .toast {
        display: none !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
    }

    .print-page-break-inside-avoid {
        page-break-inside: avoid;
    }
}

.btn-custom {
    min-width: 130px;
    border-radius: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-glyphicons {
    margin-top: 2px;
}

.btn-outline-primary {
    background-color: #fff;
}

.btn-outline-secondary {
    background-color: #fff;
}

.btn-outline-warning {
    background-color: #fff;
}

.btn-outline-danger {
    background-color: #fff;
}

.btn-outline-info {
    background-color: #fff;
}

.btn-outline-success {
    background-color: #fff;
}

.btn-full-width {
    width: 100%;
}

.glyphicons-label-color {
    color: #999999;
}

.glyphicons-svg-padding {
    margin-left: 5px;
    margin-right: 5px;
}

.svg-image-form-control {
    width: 20px;
    height: 20px;
}

/* 
    switch slider 
*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*
    Sign up steps and progress
*/
.badge-progress {
    padding-top: 8px;
    border-radius: 50%;
    font-size: 18px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}

.badge-default {
    background-color: #aaa;
    color: #fff;
}

.badge-success-custom {
}

/*
    Circular Progression Chart
*/
.single-chart {
    width: 100%;
    max-height: 55px;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 80%;
    max-height: 55px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circular-percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.row-container-spacing {
    /*margin-bottom:5px;
    margin-top:3px;*/
}

.row-container {
    background-color: rgba(252,252,252, 0.95);
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 1px 8px 1px;
    -webkit-box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.6) !important;
}

.row-container-flat {
    background-color: rgba(252,252,252, 0.95);
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 1px 7px 1px;
}

.row-container-message {
    background-color: rgba(252,252,252, 0.95);
    border: 1px solid #cccccc;
    padding: 15px;
    margin: 5px 1px 8px 1px;
    -webkit-box-shadow: 0px 3px 8px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 8px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 8px -8px rgba(0,0,0,0.6) !important;
}

.row-container-message-left {
    border-radius: 0px 10px 10px 10px;
}

.row-container-message-right {
    border-radius: 10px 0px 10px 10px;
}

.row-container-slim {
    padding: 5px 15px;
}

.row-container-danger {
    border-color: #dc3545;
}

.share-button-copy-link {
    background: #17a2b8;
    border: 1px solid #17a2b8;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px 5px 5px !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .share-button-copy-link:hover {
        text-decoration: none;
        background: #17a2b8;
        border: 1px solid #17a2b8;
        color: #fff;
        cursor: pointer;
    }

.share-button-facebook {
    background: #4267b2;
    border: 1px solid #4267b2;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px 5px 5px !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .share-button-facebook:hover {
        text-decoration: none;
        background: #4267b2;
        border: 1px solid #4267b2;
        color: #fff;
        cursor: pointer;
    }

.share-button-whatsapp {
    background: #5cbe4a;
    border: 1px solid #5cbe4a;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px 5px 5px !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .share-button-whatsapp:hover {
        text-decoration: none;
        background: #5cbe4a;
        border: 1px solid #5cbe4a;
        color: #fff;
        cursor: pointer;
    }

.share-button-sms {
    background: #ff6666;
    border: 1px solid #ff6666;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px 5px 5px !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .share-button-sms:hover {
        text-decoration: none;
        background: #ff7f7f;
        border: 1px solid #ff7f7f;
        color: #fff;
        cursor: pointer;
    }

.container-3d {
    background-color: rgba(252,252,252, 0.95);
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 1px 5px 1px;
    -webkit-box-shadow: 0px 3px 15px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 15px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 15px -8px rgba(0,0,0,0.6) !important;
}

.shadow {
    /*box-shadow: 6px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;*/
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* comment out, excessive shadow look ugly, moved into color mode instead. */
/*    
.shadow:hover {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
}*/

/* sales order progress badge */
.sales-order-badge-progress {
    padding-top: 8px;
    border-radius: 50%;
    font-size: 18px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}

.sales-order-badge-default {
    background-color: #aaa;
    color: #fff;
}

.sales-order-badge-step-label {
    font-size: 14px;
}

.sales-order-badge-step-label-active {
    color: #000000;
}

.sales-order-badge-step-label-inactive {
    color: #aaaaaa;
}

.sales-order-progress {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}

.sales-order-progress-border-default {
    border-bottom: 5px solid #ccc;
}

.product-catalog-gallery-container-image {
    max-height: 90px;
    min-height: 90px;
    max-width: 120px;
    min-width: 120px;
    object-fit: contain;
}

.product-catalog-gallery-container-image-box {
    max-height: 90px;
    min-height: 90px;
    max-width: 90px;
    min-width: 90px;
    object-fit: contain;
}

.product-catalog-gallery-container {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

.strike-text {
    text-decoration : line-through;
}



.btn-category-label-side {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.35);
    width: 100%;
    height: 40px;
}

.btn-category-label-side.max-size {
    width: 100%;
    height: 100%;
}

.btn-category-label-side.selected {
    background-color: transparent !important;
    color: black !important;
    border-style: solid !important;
    border-width: thin !important;
    border-right: unset !important;
    border-color: rgba(30, 30, 30, 0.35);
}

.btn-category-label-side .count-text {
    color: lightgray;
    font-size:9px;
    font-style:italic;
    font-weight:100;
}

.btn-category-label-side.selected .count-text {
    color: #999999 !important;        
}

.btn-category-label-background {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.4);
    width: 100%;   
    font-weight:100;
    font-size:13px;
    border-radius: 0px 0px 5px 5px !important;
}


.btn-category::after {
    content: '';
    box-shadow: 6px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-category:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.btn-category:hover::after {
    opacity: 1;
}

.btn-category {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    border-radius: 5px !important;
}

.btn-category-mobile {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
}

.btn-category-side {
    background-color: rgba(220, 220, 220, 0.95);
}

.btn-category-side.selected {
    background-color: transparent !important;
}

.btn-category-selected {
    border-width: 3px !important;
    border-style: solid;
}

.btn-category-selected .selected {
    background-color: rgba(220, 220, 220, 0.70);
    color:black !important;
}

.landing-header-container {    
    padding: 10px;
}

.landing-header-container.selected {
    background-color: #f8f8f8 !important;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.landing-header-container.non-selected {   
    color : white !important;
}


.promotion-highlight {
    color: white !important;
    animation-name: PromotionHighlight;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes PromotionHighlight {
    from {
        color: white;
    }

    to {
        font-weight: bold;
        color: red;
    }
}