﻿/* 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;
}

/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v28/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wi40.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v28/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wi40.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: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v28/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.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;
    padding-top:25px;
    padding-bottom:10px;
    height: auto;
    width: 100%;
    z-index: -10;
}

#custom-form-footer {
    padding-bottom: 15px;
    z-index: 10;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(77, 77, 77, 1);
}

label {
    font-weight: normal;
    font-size: 13px;
    color: #888888;
}

pre {
    margin-bottom: 0
}

#MainContent {
    padding-top: 55px;
}

.draggable {
    cursor: move;
}

.draggable-settings-item-col {
    padding: 3px !important;
}

.draggable-settings-item-col table {
    width: 100%;
    height: 30px;
    text-align: center
}

.cell-border {
    border: 1px solid #ffffff;
}

.cell-success {
    color: #ffffff;
    background-color: #28a745;
}

.cell-danger {
    color: #ffffff;
    background-color: #bd2130;
}

.cell-info {
    color: #ffffff;
    background-color: #17a2b8;
}

.cell-warning {
    background-color: #ffc107;
}

.click-container:hover .hint-text {
    color: #ffffff
}

.click-container {
    cursor: pointer;
}

.default-top-position {
    top: auto
}

/*.draggable-settings-row td {
    background-color: white;
    vertical-align: middle !important;
}*/

.draggable-settings-row {
    background-color: #ffffff;
}

.draggable-settings-row td.draggable-settings-row-column {
    background-color: white;
    vertical-align: middle !important;
}

.draggable-settings-row td.draggable-settings-row-column:hover {
    background-color: #eeeeee;
}

.draggable-settings-row .draggable-settings-row-column {
    background-color: white;
    vertical-align: middle !important;
}

.draggable-settings-row .draggable-settings-row-column:hover {
    background-color: #eeeeee;
}

.font-content {
    font-size: 14px;
}

.font-empty {
    color: #bcbcbc;
    font-style: italic;
}

.font-red {
    color: red !important;
}

.footer-container {
    padding: 20px 20px 0px 20px;
    font-size: 12px;
}

.footer-container-content {
    color: #fff;
    margin-bottom: 10px;
}

.footer-container-copyright {
    padding: 0px 20px 20px 20px;
    font-size: 12px;
    color: #fff;
}

.frame-structure {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.frame-structure-content {
    display: table-cell;
    vertical-align: middle;
}

.main {
}

.filter-advance {
    position: relative;
    padding: .75rem 1.25rem .25rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #383d41;
    background-color: #f4f4f4;
    border-color: #d6d8db;
    /*margin-top: 5px;*/
    margin-bottom: .25rem !important;
}

/* 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;
}

.fixed-table-pagination {
    font-size: 90%;
}

.fixed-top-demo-environment {
    /*margin-top: 50px;*/
    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: 50px !important;
}

.panel-bottom-action-default {
    background-color: #999;
    font-size: 12px;
}

.panel-bottom-action-icon-default {
    fill: #fff;
    width: 25px;
    height: 25px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar-menu {
    width: 260px;
    position: fixed;
    top: 0;
    left: -260px;
    height: calc(100vh - 109px);
    top: 50px;
    z-index: 1040;
    background: #fefefe;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar-menu-header {
    background: #fefefe;
    position: fixed;
    top: 0px;
    width: 260px;
}

#sidebar-menu-footer {
    background: #fefefe;
    position: fixed;
    bottom: 0px;
    width: 260px;
    height: 60px;
}

#sidebar-menu.active {
    left: 0;
}

#dismiss-menu {
    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;
}

#sidebar-menu .sidebar-menu-header {
    padding: 10px 20px;
}


#sidebar-menu ul.components {
    padding: 0;
}

#sidebar-menu ul.list-main-module li {
    border-bottom: 1px solid #cccccc;
}

#sidebar-menu ul.list-main-module li a {
    padding: 10px;
    font-size: 1.05em;
    display: block;
}

#sidebar-menu ul.list-main-module li a:hover {
    text-decoration: none;
}

#sidebar-menu ul.list-unstyled li {
    border-bottom: none !important;
}

#sidebar-menu ul.list-unstyled li:hover {
    background-color: #efefef;
}

#sidebar-menu ul.list-unstyled li a {
    padding: 8px 10px;
    font-size: 1em;
    display: block;
    transition: 0.15s all ease;
}

#sidebar-menu ul.list-unstyled li a:hover {
    margin-left: 5px;
}

/* ---------------------------------------------------
    SIDEBAR ALERT
----------------------------------------------------- */
#sidebar-alert {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: calc(100vh - 119px);
    top: 60px;
    z-index: 1040;
    background: #fefefe;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar-alert-header {
    background: #fefefe;
    position: fixed;
    top: 0px;
    height: 60px;
    width: 300px;
}

#sidebar-alert-footer {
    background: #fefefe;
    position: fixed;
    bottom: 0px;
    width: 300px;
    height: 60px;
}

#sidebar-alert.active {
    right: 0;
}

#dismiss-alert {
    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;
}

#sidebar-alert .sidebar-alert-header {
    padding: 10px 20px;
}


#sidebar-alert ul.components {
    padding: 0;
}

#sidebar-alert ul.list-main-module li {
    border-bottom: 1px solid #cccccc;
}

#sidebar-alert ul.list-main-module li a {
    padding: 10px;
    font-size: 1.05em;
    display: block;
}

#sidebar-alert ul.list-main-module li a:hover {
    text-decoration: none;
}

#sidebar-alert ul.list-unstyled li {
    border-bottom: none !important;
}

#sidebar-alert ul.list-unstyled li:hover {
    background-color: #efefef;
}

#sidebar-alert ul.list-unstyled li a {
    padding: 5px 10px;
    font-size: 1em;
    display: block;
}

.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 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}


.badge-danger.badge-glow {
    box-shadow: 0px 0px 10px #ff4961;
}

.break-word {
    word-break:break-word;
}

/* 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;
    border: 3px dashed #bababa;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    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;
}

.list-icon-display {
    display: none !important;
}

.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;
}

.kt-table-bordered thead th {
    border: 1px solid #dddddd;
}

.kt-table-bordered tbody td {
    border: 1px solid #dddddd;
}

.table-modern {

}
/*
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .45em;
}
*/

.table-modern thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
/*    background-color: #F49531;
    color: #ffffff;*/
}

.table-modern thead th:first-child {
    left: 0;
    z-index: 1;
}

.table-modern tbody tr:nth-of-type(odd) td:nth-of-type(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #e8e8e8
}

.table-modern tbody tr:nth-of-type(even) td:nth-of-type(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
}


.table-modern thead tr th {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
}

.table-modern tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-modern tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-modern tbody tr:hover {
    background-color: rgba(0,0,0,.08);
}

.table-modern tbody tr td {    
    font-size: 14px;
    padding: 0.25em 1em;
}

.table-schedule-planner {
    font-size: 10pt;
}

.table-schedule-planner tr th {
    border-top: none !important;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table-schedule-planner tr th:first-child {
    border-left: none;
}

.table-schedule-planner tr th:last-child {
    border-right: none;
}

.table-schedule-planner tr td {
    min-height: 50px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table-schedule-planner tr td:first-child {
    border-left: none;
}

.table-schedule-planner tr td:last-child {
    border-right: none;
}

tr.material-transfer-header > th {
    vertical-align: top;
    font-size: small;
}

tr.material-transfer-header > th {
    vertical-align: top;
    font-size: small;
}

.p-thin {
    /*padding-top: 1px !important;
        padding-bottom: 1px !important;*/
    padding: 1px !important;
}

span.label-entry-hint {
    color: #999999;
    font-size: 8.5pt;
    font-style: italic;
}

h1 {
    margin-top: 0px !important;
}

h3.organization-title {
    font-family: Quicksand;
    font-weight: bold;
    font-size: 22pt;
    margin-bottom: 0px;
}

h3.main-page-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Quicksand", sans-serif;
    /*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;
}

.main-page-title-icon {
    fill: #0d6cb6;
    width: 40px;
    height: 40px;
}

.icon-primary {
    fill: #0d6cb6;
}

.icon-dot-status {
    font-size: 85px;
    margin: 0px;
    line-height: 0;
    position: relative;
    top: 11px;
}

.icon-dot-status-text {
    display: inline-block;
    padding-left: 23px;
}

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;
}

.dropdown-menu {
    z-index: 1100 !important;
}

.scrollable-menu {
    height: auto;
    max-height: 210px;
    overflow-x: hidden;
}

.scrolling-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
    
.scrolling-horizontal .scroll-card {
    display: inline-block;
}

.scrolling-horizontal ::-webkit-scrollbar {
    display: none;
}

.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.small::-webkit-scrollbar {
    width: 3px;
}

.slim-scrollbar.hide::-webkit-scrollbar {
    width: 0px;
}

.slim-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbbbbb;
}

.slim-scrollbar-minimal::-webkit-scrollbar {
    background-color: #ffffff !important;
}

.slim-scrollbar-minimal::-webkit-scrollbar-track {
    background-color: #ffffff !important;
}

.text-truncate-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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 {
    max-width: calc(85vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loading-text {
    font-size: 16px !important;
}

/* Login module */
.login-logo {
    max-width: 200px;
}

.login-container-logo {
    max-height: 100px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.login-container-footer {
    color: black;
    text-align: center;
}

/*.form-control-static {
    line-height: 1.25;
    min-height: auto;
    padding: .575rem .0rem;
}*/

.form-control-validation {
    color: red;
    font-size: 85%;
}

.tabbable {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
}

.tabbable .nav-tabs {
    flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}

/* Boostrap Overwrite */
.nav-tabs .nav-link.active {
    background-color: #f8f8f8 !important;
    border-bottom-color: #f8f8f8 !important;
}

.nav-tabs-child .nav-link.active {
    background-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.nav-tabs .nav-link {
    /*margin-bottom: 0.5px;*/
}

.navbar-item-selected {
    background-color: #01589d;
}

.nav-tab-standard {
    padding-top:5px;
    padding-bottom:10px;
}

.nav-item-side-inactive {
    border-right: 3px solid #cccccc;
}

.nav-item-side-inactive:hover {
    background-color: #ededed;
}

.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;
}

.sticky-column-header {
    position: sticky;
    left: 0px;
    z-index: 999;
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
}

.sticky-search {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    background: #f8f8f8;
    top: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 10;
    box-shadow: 0 2px 4px -3px #aaaaaa;
}

@media (position: 50px) {
    .sticky-search {
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }
}

@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;
    }
}

@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;
    }
}

@media (max-width: 992px) {
    .product-card-image-pop-up {
        max-height:120px;
        max-width:100%
    }

}

@media (min-width: 992px) {
    .product-card-image-pop-up {
        max-height:60px;
        max-width:100%;
    }
}

/*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;
    }
}

/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {
    .no-padding-horizontal-lg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*screen-xsl corresponds with col-lg*/
@media (min-width: 1800px) {
    .col-sxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sxl-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-sxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sxl-5 {
        -ms-flex: 0 0 41.666666%;
        flex: 0 0 41.666666%;
        max-width: 41.666666%;
    }

    .col-sxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sxl-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .col-sxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sxl-11 {
        -ms-flex: 0 0 91.666666%;
        flex: 0 0 91.666666%;
        max-width: 91.666666%;
    }

    .col-sxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* UI SELECT SECTION */
.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-no-choice {
    font-size:13.5px;
    font-style: italic;
}

.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;
}

.ui-select-no-choice.dropdown-menu {
    display: block;
    max-height: 180px !important; /*Need to find another way to fix this D:*/
    padding: .5rem;
}

.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;
}

/* UI SELECT SECTION END*/

/* Toastr Overwrite*/
.toast-top-right {
    /*margin-top: 48px;*/
}

/* toaster */
.toastr-container-margin-top {
    margin-top: 5px;
}


/* fill the whole top bar on mobile */
@media (max-width: 991px) {
    .toast-bottom-right {
        width: 100% !important;
        right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .toast-bottom-right > div {
        width: 96% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    span.visible-xs {
        display: inline-block !important;
    }
}

.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;
}

.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;
}

.report-viewer {
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 500px;
}

.row {
    overflow: hidden;
}

.row-container-spacing {
    /*margin-bottom:5px;
    margin-top:3px;*/
}

.row-container {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 1px 7px 1px;
    -webkit-box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
}

.row-container-flat {
    background-color: #ffffff;
    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-success {
    border: 1px solid #28a745;
}

.row-container-danger {
    border: 1px solid #dc3545;
}

.row-container-info {
    border: 1px solid #17a2b8;
}

.row-container-slim {
    padding: 5px 15px;
}

.container-3d {
    background-color: rgba(252,252,252, 0.95);
    border: 1px solid #cccccc;
    border-right-width: 2px;
    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;
}

.advertisement-rotator {
    max-height: 628px;
    width: 100%;
}

.advertisement-rotator-content {
    width: 100%;
}

.rotator-image {
    object-fit: fill;
    max-height: 628px;
    width: 100%;
}

.rotator-image-title {
    width: 100%;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 16pt;
}
.advertisement-rotator > .left-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #bbb;
}

.left-rotate:hover,
.right-rotate:hover {
    background-color: rgba(255,255,255, 0.2);
}

.advertisement-rotator > .right-rotate {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #bbb;
}

.advertisement-rotator > .rotator-list {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    z-index: 1;
    color: #bbb;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.rotator-list div.rotator-list-item {
    height: 1.5px;
    width: calc(100% - 2px);
    background-color: #bbb;
}

.rotator-list div.rotator-list-item.is-current {
    background-color: #fff;
}

.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%;
}

.background-highlight-heavy {
    border-width: 2px;
}

.badge-cart {
    background-color: #d9534f !important;
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 12px !important;
    border-radius: 50%;
}

.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;
}

.clickable-hover:hover {
    background-color: #efefef;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.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: 3px;
    min-height: 125px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

.dashboard-pill-content:hover {
    border: 1px solid;
}

.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-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;
    width: 25px;
    height: 20px;
}

.svg-image-sidebar-icon {
    width: 25px !important;
    height: 25px !important;
}

.svg-image-sidebar-left-size {
    padding-left: 30px !important;
}

.svg-image-sidebar-left-visible {
    display: none !important;
}

.svg-image-sidebar-icon-position {
    display: inline;
    position: relative;
    top: -2px;
}

.svg-image-sidebar-menu-icon {
    width: 20px !important;
    height: 20px !important;
}

.svg-image-xxsmaller {
    width: 15px !important;
    height: 15px !important;
}

.svg-image-xsmaller {
    width: 20px !important;
    height: 20px !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-default-left-menu {
    fill: #dcdcdc;
    width: 60px;
    height: 60px;
}

.svg-image-default.provision-setup {  
    width: 40px !important;
    height: 40px !important;
}

.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 .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;
}

.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: 10px;*/
}

.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: none;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    height: 65px;
}

.font-color-primary-inverse {
    color: #fff !important;
}

.font-color-success {
    color: #28a745 !important;
}

.font-color-danger {
    color: #bd2130 !important;
}

.font-color-warning {
    color: #ffc107 !important;
}

.font-color-info {
    color: #17a2b8 !important;
}

.font-color-disabled {
    color: #bbbbbb;
}

.font-color-primary {
    color: #337ab7 !important;
}

.font-color-primary-bold {
    font-weight: bold;
}

.font-currency {
    font-size:80%;
}

.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;
    font-size:90%;
}

.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;
}

.learn-content {
    -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;
}

.card {
    border-radius: 15px;
    -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;
}

.card-body.flex-height {
    max-height: unset !important;
}

.card-sub-form-quantity {
    width: 55px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    display: inline-block;
}

.card-optional-text {
    color: #ccc;
    font-size: 14px;
}

.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: 12px;
    border-radius: 5px;
    padding: 2px 4px;
}

.course-grid-badge-danger {
    color: #ffffff;
    background-color: #dc3545;
    display: inline-grid;
    align-items: center;
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
    padding: 4px 6px;
}

.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: 315px;
    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 #cccccc;
    border-radius: 5px;
    padding: 15px;
}

.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 {
    max-height: 168px;
}

.card.follow-up {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !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: 2%;
}

.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: 5px;
    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: 5px 10px 5px 10px;
}

.card.follow-up-stat {
    max-height: 130px !important;
    min-height: 130px !important;
}

.hint-text {
    color: #999999;
    font-size: 9pt;
}

.hint-text-default {
    color: #999999;
    font-size: 9pt;
}

.hint-text-info {
    color: #17a2b8;
}

.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%
}

.picked-not-due {
    background-color: lightblue
}

.picked-due {
    background-color: #FFBF00
}

.unpicked-due {
    background-color: #ffcc00;
    color: white;
}

/* 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: 20px;
    font-weight: normal;
    height: 40px;
    min-width: 45px;
    padding-top: 8px;
}

.product-catalog-grid-item-card {
    height: 440px;
    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-overflow: ellipsis;
    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;
}

.product-gallery-container {
    min-width: 238px;
    max-width: 238px;
    margin: 15px;
}

.product-gallery-container-image {
    max-height: 177px;
    min-height: 177px;
    max-width: 236px;
    min-width: 236px;
    object-fit: contain;
}

.product-gallery-container-image-box {
    max-height: 236px;
    min-height: 236px;
    max-width: 236px;
    min-width: 236px;
    object-fit: contain;
}

/* Course Cart */
.course-grid-card-image {
    border-radius: 14px 14px 0px 0px;
    object-fit: cover;
}

.course-grid-card-body {
    height: 98px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.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: 320px;
    margin-bottom: 10px;
}

.course-grid-item-title {
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
}

.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-grid-item-card-footer-action {
    fill: #0d6cb6;
    width: 25px;
    height: 25px;
}

.course-grid-item-card-footer-action:hover {
    fill: #0d6cb6;
}

.course-grid-item-card-footer-action-delete {
    fill: #dc3545;
    width: 25px;
    height: 25px;
}

.course-grid-item-card-footer-action-delete:hover {
    fill: #dc3545;
}

.course-material-grid-item-card {
    height: 370px;
    margin-bottom: 15px;
}


.navbar {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .navbar-collapse-custom {
        padding: 0px 15px;
        background-color:#2c343b  !important;
    }
}

.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: #fff;
        padding-top: 00px;
        margin: 0px;
    }

    .toast {
        display: none !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
    }
    
    .print-table-page-break-inside-avoid {
        -webkit-column-break-inside: avoid !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .print-page-break-inside-avoid {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

.break-inside-avoid {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}

.btn-custom-height {
    border-radius: 5px;
    min-height: 50px;
}

.btn-custom-package-customize {
    min-width: 130px;
    border-radius: 5px;
    margin: 3px 0px;
    min-height: 50px;
}

.btn-custom {
    min-width: 130px;
    border-radius: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-web-pos-category-label {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.4);
    width: 100%;
    font-weight: 100;
    font-size: 13px;
    height: 38px;
    border-radius: 0px 0px 5px 5px !important;
}

.btn-web-pos-category-label-mobile {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.4);
    width: 100%;
    font-weight: 100;
    font-size: 13px;
    height: 38px;
}

.btn-glyphicons {
    margin-top: 2px;
}

.glyphicons-color-light {
    color: #ccc;
}

.guest-register-or-option-text {
    font-size: 28px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.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%;
}

.svg-image-form-control {
    width: 20px;
    height: 20px;
}
.btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover, .open > .dropdown-toggle.btn-outline-success {
    color: #FFFFFF !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
/* 
    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;
}

/* CKEditor Styles */
.ck-content {
    min-height:100px;
    max-height:400px;
    overflow-y:scroll;
}

.ck-balloon-panel {
    z-index: 1050 !important;
}

@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;
}

.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;
}

.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;
}

.green-font {
    color:green !important
}

.red-font {
    color: red !important
}

.sales-order-main-font {
    font-size: 16px !important;
}

.sales-order-item-main-font {
    font-size: 14px;
}

.btn-pos-header-menu-2 {
    font-size: 14px;
    line-height: 1;
    height: 60px;
    margin-bottom: 5px;
}

.btn-pos-header-menu {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    line-height: 1;
    width: 120px;
    height: 60px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn-pos-category-mobile {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #000000;
    font-weight: bolder;
}

.btn-pos-sub-category-mobile {
    border-radius: 5px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #eeeeee;
    text-shadow: 1px 1px 2px black;
    font-size: 15.5px;
    /*box-sizing: border-box;
    width: 100%;
    padding: 33.3%*/
}

.btn-pos-category-label-background {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.35);
    width: 100%;
    height: 48px;
}

.btn-pos-category-label-side-background {
    padding: 5px;
    background-color: rgba(30, 30, 30, 0.35);
    width: 100%;
    height: 40px;
}

.btn-pos-category-label-side-background.max-size {
    width: 100%;
    height: 100%;
}

.btn-pos-category-mobile-side {
    background-color: rgba(220, 220, 220, 0.95);
}

.btn-pos-category-mobile:hover {
    color: #000000;
}

.btn-pos-category-mobile-selected {
}


.btn-menu-category-mobile-selected {
    border-width: 3px !important;
    border-style: solid;
}


.btn-menu-category-mobile-selected .selected {
    background-color: rgba(220, 220, 220, 0.20);
}

.pos-menu.hint-text {
    color: black;
    margin-top: 5px;
}

.btn-custom-order {    
    border-radius: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.lane-dashboard-pill-content {
    background-color: #FFFFFF;
    padding: 5px;
    min-width:35px;
    border-radius: 3px;     
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

.table-small {

}

.table-small tr th {
    padding: 0.5em;
    font-size:12px;
}

.table-small tr td {
    padding: 0.5em;
    font-size: 12px;
}

.table-configuration-pill {
    /*background-color: #FFFFFF;
    padding: 9px;
    box-shadow: 0px 3px 15px -8px rgba(0,0,0,0.6);
    border-radius: 10px;
    border: 1px solid #e3e3e3;
*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 9px;
    margin: 5px 1px 7px 1px;
    -webkit-box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 3px 11px -8px rgba(0,0,0,0.6) !important;
}

.table-configuration-pill.primary {
    background-color: #F49531;
    color: #ffffff;
}

.lane-dashboard-pill-content.primary {
    background-color: #F49531;
    color: #ffffff;
}
.lane-dashboard-pill-content.success {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}
.lane-dashboard-pill-content.red {
    background-color: red;
    color: #ffffff;
}

.order-advanced-item-text {
    font-size: 13px;
    font-weight: 100;
}

.order-advanced-item-text .sub-item {
    font-size: 11px;
    font-weight: 100;
}

.order-values-pill-content {    
    padding: 5px;
    width: 100%;
    max-height: 50px;
    min-height: 50px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    z-index: 99;
}

.lane-item-highlight {
    color: black !important;    
    animation-name: laneItemHighlight;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.mobile-offset-fixed-top {
    margin-top:55px !important;
}

.modal-footer {
    padding: 0.5rem 1rem;
}

.category-pill-content {
    background-color: #F49531;
    padding: 15px;
    width: 100%;
   
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.overlay {
    /*position: fixed;*/ /* Sit on top of the page content */
    /*display: block;*/ /* Hidden by default */
    /*width: 100%;*/ /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    /*top: 0;*/   
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100; /* Specify a stack order in case you're using a different order for other elements */   
}

.mobile-badge-container {
    position: relative;
}

.mobile-badge-container .badge-count {
    position: absolute;
    top: 10%;
    left: 50%;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
    transform: translate(10%, 50%);
}


.strike-text {
    text-decoration: line-through;
}

.queue-detail-label {
    font-size: 15px;
}

.queue-content-highlight {
    font-weight:bold;
    font-size:35px;
}


.white-red-highlight {
    color: white !important;
    animation-name: WhiteRedHighlight;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes WhiteRedHighlight {
    from {
        color: white;
    }

    to {
        font-weight: bold;
        color: red;
    }
}

@keyframes laneItemHighlight {
    from
    {
        color: black;
    }

    to {
        font-weight: bold;
        color: red;
    }
}

.sales-order-item-edit-action {
    fill: #0d6cb6;
    height: 25px;
    width: 25px;
}

.dropdown-toggle-after-right::after {
    float: right;
    margin-right: .255em;
    margin-top: .5em;
}

.input-group-border-blend {
    border-right-width: 0px;
}

.input-group-border-blend:active {
    border-right-width: 1px;
}

.input-group-text-blend-control {
    background: #fff;
    border-left: none;
}

.input-group-clear-position {
    position: absolute;
    top: 10px;
    right: 55px;
    z-index: 5;
}

.input-group-clear-position-2 {
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 5;
}

.input-group .ui-select-search {
    border-radius: 5px 0px 0px 5px;
}

.input-group .ui-select-toggle {
    border-radius: 5px 0px 0px 5px;
}

.uib-increment a {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}

.uib-decrement a {
    padding-bottom: 0px !important;
}

.uib-time input {
    font-size:90%;
    width: 40px;
    padding: 0.375rem 0.25rem !important;
}

.bundle-delivery-button {
    padding-bottom : 0px !important;
    padding-top : 0px !important;
    margin-left : 3px !important;
    margin-right : 3px !important;
}

.rma-resolution-button {
    min-width:87px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.reduceTimeButton .uib-timepicker a {
    line-height: 1px !important;
    padding:0px !important;
}

.reduceTimeButton .uib-timepicker td.uib-decrement a {
    margin-top: -5px !important;
}

.reduceTimeButton .uib-timepicker tr {
    line-height: 1px !important;
}

.ui-select-bootstrap .ui-select-choices-row.active > span .hint-text {
    color: white !important
}

.ui-select-bootstrap .ui-select-choices-row > span .hint-block {
    font-size:9pt;
    color: #999999
}

.smaller-text {
    font-size: 11pt;
    line-height: 20.5px;
}

/* ---------------------------------------------------
    modern Header
----------------------------------------------------- */
.navbar-brand {
    font-family: "Quicksand", sans-serif;
}

.navbar-modern-fullwidth-custom {
    color: #dcdcdc !important;
    background: #2c343b !important;
    height: 49.5px;
}

/*screen-sm-md 768px/992*/
@media (max-width: 1200px) {
    .navbar-modern-header {
        width: 0px;
        position: fixed;
    }

    .navbar-modern-container {
        margin-left: 0px;
        width: 100%;
    }

    .navbar-modern-header-unlock {
        width: 0px;
        position: fixed;
    }

    .navbar-modern-container-unlock {
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar-modern-header {
        width: 260px;
        position: fixed;
    }

    .navbar-modern-container {
        margin-left: 260px;
        width: calc(100% - 260px);
    }

    .navbar-modern-header-unlock {
        width: 0px;
        position: fixed;
    }

    .navbar-modern-container-unlock {
        margin-left: 0px;
        width: 100%;
    }
}

@media print {
    .navbar-modern-header {
        width: 0px;
        position: fixed;
    }

    .navbar-modern-container {
        margin-left: 0px;
        width: 100%;
    }
}

/* ---------------------------------------------------
   SIDEBAR LEFT MENU STYLE
----------------------------------------------------- */
.nav-side-left-menu {
    font-family: "Quicksand", sans-serif;
    font-size: 0.92rem;
    width: 260px;
    position: fixed;
    top: 0;
    height: calc(100vh - 109px);
    top: 50px;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-right: none !important;
}

.nav-side-menu-custom {
    color: #dcdcdc !important;
    background: #2c343b !important;
}

.nav-side-left-menu .sidebar-menu-header {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 260px;
    padding: 10px 20px;
}

.nav-side-left-menu .sidebar-menu-footer {
    position: fixed;
    bottom: 0px;
    width: 260px;
    height: 60px;
}

.nav-side-left-menu .active {
    left: 0;
}

.nav-side-left-menu ul.components {
    padding: 0;
}

.nav-side-left-menu ul.nav-side-list-main-module li {
    /*border-bottom: 1px solid #cccccc;*/
}

.nav-side-left-menu ul.nav-side-list-main-module li a {
    padding: 10px;
    font-size: 1.05em;
    display: block;
    color: #dcdcdc;
}

.nav-side-left-menu ul.nav-side-list-main-module li a.dropdown-toggle::after {
    float: right;
    margin-right: .255em;
    margin-top: .5em;
}

.nav-side-left-menu ul.nav-side-list-main-module li a:hover {
    text-decoration: none;
    color: #fefefe;
}

.nav-side-left-menu ul.nav-side-list-unstyled {
    list-style-type: none;
    padding-inline-start: 0px;
}

.nav-side-left-menu ul.nav-side-list-unstyled li {
    border-bottom: none !important;
}

.nav-side-left-menu ul.nav-side-list-unstyled li:hover {
    /*background-color: #efefef;*/
}

.nav-side-left-menu ul.nav-side-list-unstyled li a {
    padding: 8px 10px;
    font-size: 1em;
    display: block;
    transition: 0.15s all ease;
}

.nav-side-left-menu ul.nav-side-list-unstyled li a:hover {
    margin-left: 5px;
}

.nav-side-left-menu-slim-scrollbar::-webkit-scrollbar {
    background-color: #2c343b;
}

.nav-side-left-menu-slim-scrollbar::-webkit-scrollbar-track {
    background-color: #2c343b;
}

.nav-side-left-menu-slim-scrollbar::-webkit-scrollbar-thumb {
    /*background-color: #2c343b !important;*/
}

.doc-watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 80px;
    text-align: center;
    color: rgba(12, 11, 11, 0.1);
    z-index: 9999;
}