﻿.table-prevent-copy .table {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.table-responsive .simplebar-wrapper {
    padding-bottom: 11px;
}

.wauto {
    width: auto !important;
}

.w85 {
    width: 85px !important;
}

.admin-form .switch > label + span {
    top: -14px;
}

.border-move {
    border: 1px solid #e6dede;
    border-bottom: none;
    padding: 3px;
    margin-left: -4px;
    border-right: none;
    cursor: pointer;
}

    .border-move:last-child {
        border-right: 1px solid #e6dede;
    }

.inline-label {
    white-space: nowrap;
    /*max-width: 150px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.inline-label-right {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.field-validation-error,
.validation-summary-errors {
    color: red;
    margin: 5px 0 0 0;
    display: block;
}

.input-validation-error,
.label-selector-error {
    border-color: #00aeef;
}

.break-work {
    word-wrap: break-word !important;
    white-space: normal !important;
}

body {
    min-height: initial;
}

.fullscreen-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .fullscreen-loader .progress-circular {
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Safari */
        -o-transform: translate(-50%, -50%); /* Opera */
        -moz-transform: translate(-50%, -50%); /* Firefox */
        transform: translate(-50%, -50%); /*default*/
        position: relative;
        top: 50%;
        left: 50%;
        z-index: 10000;
        background-color: #fff;
        display: block;
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        text-align: center;
        padding-top: 15px;
    }

    .fullscreen-loader .loader-backdrop {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        cursor: wait;
    }

/*loader*/
.progress-circular {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    padding-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.spinner-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-animation: outer-rotate 3s linear infinite;
    -o-animation: outer-rotate 3s linear infinite;
    animation: outer-rotate 3s linear infinite;
}

.sw-inner {
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-animation: inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    -o-animation: inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    animation: inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

.sw-gap {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    bottom: 0;
    border-top: 3px solid #00aeef;
    border-bottom-color: #00aeef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sw-left,
.sw-right {
    position: absolute;
    top: 0;
    width: 16px;
    height: 32px;
    overflow: hidden;
}

.sw-left {
    left: 0;
}

    .sw-left .sw-half-circle {
        left: 0;
        border-right-color: transparent;
        border-left-color: #00aeef;
        -webkit-animation-name: left-rotate;
        animation-name: left-rotate;
    }

.sw-right {
    right: 0;
}

    .sw-right .sw-half-circle {
        right: 0;
        border-left-color: transparent;
        border-right-color: #00aeef;
        -webkit-animation-name: right-rotate;
        animation-name: right-rotate;
    }

.sw-half-circle {
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-bottom-color: transparent;
    border-top-color: #00aeef;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.3125s;
    animation-duration: 1.3125s;
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
/*custom mCustomScrollbar*/
.mCS-sogo .mCSB_dragger_bar {
    background-color: #00aeef !important;
}

.mCS-sogo .mCSB_draggerRail {
    background: transparent !important;
}

.mCS-sogo .mCSB_scrollTools {
    width: 8px !important;
}
/*custom table*/
.table > thead > tr > th {
    vertical-align: middle !important;
    font-weight: 600 !important;
}

.table > tbody > tr > td > p {
    margin: 0;
}

.sub-table {
    background: #dde4ea !important;
    padding: 0 !important;
    padding-left: 34px !important;
}

    .sub-table .table {
        border: 1px solid #666 !important;
    }

    .sub-table .table-bordered td,
    .sub-table .table-bordered th,
    .sub-table .table-bordered > tbody + tbody {
        border: 1px solid #666 !important;
    }

div.div_th {
    display: inline-table;
    text-align: center;
    font-weight: 600;
    vertical-align: middle !important;
}

.scrollable-table {
    height: 100vh;
    opacity: 0;
}

    .scrollable-table.processing td,
    .scrollable-table.processing th {
        width: auto !important;
    }

    .scrollable-table ~ .panel-footer .pagination {
        opacity: 0;
    }

.pinned_table {
    display: block;
    overflow-y: auto;
    opacity: 1;
    transition: opacity .25s linear;
}

    .pinned_table thead {
        /*visibility: collapse;*/
    }

    .pinned_table tbody {
        overflow-y: auto;
        display: block;
    }

    .pinned_table ~ .panel-footer .pagination {
        opacity: 1;
        transition: opacity .25s linear;
    }

.table tr > th:first-of-type.text-left {
    padding-left: 10px;
}

.table tr > td:first-of-type {
    padding-left: 10px;
}

.table tr > th:first-of-type.text-right {
    padding-left: 10px;
}

.table tr > td:last-of-type.text-right {
    padding-right: 10px;
}

.table.table_th_pv15 th {
    padding-top: 15px;
    padding-bottom: 15px;
}
/*animate*/
@-webkit-keyframes left-rotate {
    0%, 100% {
        -webkit-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes left-rotate {
    0%, 100% {
        -webkit-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes right-rotate {
    0%, 100% {
        -webkit-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes right-rotate {
    0%, 100% {
        -webkit-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes inner-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes inner-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes outer-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes outer-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-brand img:last-child {
    display: none;
}

.navbar-branding {
    margin-right: 0px;
}

body.sb-l-m .navbar-brand img:first-child,
.sb-l-c .navbar-brand img:first-child {
    display: none;
}

body.sb-l-m .navbar-brand img:last-child,
.sb-l-c .navbar-brand img:last-child {
    position: absolute;
    top: 8px;
    left: 9px;
    display: block;
}

textarea {
    resize: none !important;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group .form-label {
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #999 !important;
    text-transform: initial;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
    text-transform: initial;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999 !important;
    text-transform: initial;
}

:-ms-input-placeholder {
    color: #999 !important;
    text-transform: initial;
}

.no-label-form .form-group label {
    /*display:block;*/
}

.table.table-bordered th {
    text-align: center !important;
    font-weight: 600 !important;
}

    .table.table-bordered th.text-left {
        text-align: left !important;
    }

.req::after {
    content: ' *';
    color: red;
}

label.pre-req::before {
    content: ' *';
    color: red;
}

.form-text-only .form-group {
    margin-bottom: 5px;
}

.form-text-only .control-label {
    text-align: left;
}

body.external-page #content .panel-heading {
    padding: 25px 10px 15px;
}

.link-tiles {
    display: block;
    cursor: pointer;
}

    .link-tiles:active,
    .link-tiles:hover,
    .link-tiles:visited,
    .link-tiles:link {
        display: block;
        text-decoration: none;
        color: #fff;
    }

.border-bottom-n {
    border-bottom: none;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #F9F9F9;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
}

/*.table-striped > thead > tr > th{
    background-color: #ddd;
}*/

/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: cornsilk;
}*/

.popover[class*="tour-"] {
    border: none;
}

.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.2);
}

.popover.right > .arrow {
    border-right-color: rgba(0, 0, 0, 0.2);
}

.popover.top > .arrow {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.popover.bottom > .arrow:after {
    border-bottom-color: #fff;
    top: 2px;
}

.popover.top > .arrow:after {
    border-top-color: #fff;
    bottom: 2px;
}

.popover.left > .arrow:after {
    border-left-color: #fff;
    right: 2px;
}

.popover.right > .arrow:after {
    border-right-color: #fff;
    left: 2px;
}

.popover[class*="tour-"] .popover-content {
    font-size: 11px;
}

.tour-step-background {
    background: transparent !important;
}

    .tour-step-background .append-icon .field-icon,
    .tour-step-background .prepend-icon .field-icon {
        top: 0;
        z-index: 4;
        width: 42px;
        height: 42px;
        color: inherit;
        line-height: 42px;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        pointer-events: none;
    }

    .tour-step-background .prepend-icon .field-icon {
        left: 0;
    }

    .tour-step-background .prepend-icon > input,
    .tour-step-background .prepend-icon > textarea {
        padding-left: 36px;
    }

    .tour-step-background .field-icon i {
        color: #BBB;
        position: relative;
    }

    .tour-step-background .append-icon .field-icon i,
    .tour-step-background .prepend-icon .field-icon i {
        position: relative;
        font-size: 14px;
    }

    .tour-step-background .append-icon,
    .tour-step-background .prepend-icon {
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
    }

.color-sogo {
    color: #00aeef !important;
}

.form-group.tour-step-background label {
    color: transparent;
}

li.tour-step-background {
    padding-top: 5px;
    list-style: none;
    padding-left: 15px;
    background: #fff !important;
    border-radius: 0px;
}

    li.tour-step-background a {
        color: #333;
        pointer-events: none;
    }

button.tour-step-background.btn-info {
    background-color: #3bafda !important;
}

tr.tour-step-background td {
    padding: 9px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #eeeeee;
}

.form-comment {
    font-size: 13px !important;
    color: #999 !important;
    font-style: italic;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.requied-validate-input {
    border: 1px solid red !important;
}

.mfp-content .popup-heading .panel-title {
    color: #444;
    font-weight: 400;
}

.mfp-content .admin-form .panel-heading {
    background-color: #fff;
}

.mfp-content .mfp-with-anim {
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.2);
}

.upload-image {
    max-height: 120px;
}

.text-bold {
    font-weight: bold;
}

.text-primary {
    color: #00aeef;
}

.text-green {
    color: #60bf58;
}

.text-brown {
    color: #ffd453;
}

.text-upper {
    text-transform: uppercase;
}

.star-rated {
    color: #f7a700 !important;
    font-size: 16px;
    margin-top: 5px;
    margin-right: 3px;
}

.checkbox-custom {
    height: 25px;
}

    .checkbox-custom label {
        height: 100%;
        margin-top: 5px;
    }

.table-sub {
    background-color: #f0f0f0 !important;
    border-left: -1px !important;
}

    .table-sub tr th {
        padding: 5px 0 !important;
    }

.timeline-circle-time .time-timeline {
    color: #000000;
    font-size: 14px;
}

.timeline-circle-time {
    left: -14px !important;
    right: auto !important;
    box-shadow: #ccc 0px 0px 0px 4px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.counter-link:visited, .counter-link:before, .counter-link:active, .counter-link:hover, .counter-link:after, .counter-link:focus {
    text-decoration: none;
    color: #fff !important;
    outline: none !important;
}

.counter-link {
    color: white;
}

.admin-form .switch {
    width: 60px;
}
/*custom select 2*/
.ui-select-add-item:before {
    content: "\f067";
    opacity: 1;
    transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -webkit-transition: opacity 0.1s ease-in;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #70ca63;
    width: 1.28571429em;
    text-align: center;
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 9px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #55badf;
    border: 1px solid #55badf;
    color: #fff;
}

.select2-container.ico {
}

    .select2-container.ico .select2-choice {
        padding-left: 34px;
    }

        .select2-container.ico .select2-choice:before {
            opacity: 1;
            transition: opacity 0.1s ease-in;
            -moz-transition: opacity 0.1s ease-in;
            -webkit-transition: opacity 0.1s ease-in;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            color: #BBB;
            font-size: 14px;
            position: relative;
            color: #BBB;
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
        }

    .select2-container.ico .select2-search-field:before {
        opacity: 1;
        transition: opacity 0.1s ease-in;
        -moz-transition: opacity 0.1s ease-in;
        -webkit-transition: opacity 0.1s ease-in;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        color: #BBB;
        font-size: 14px;
        position: relative;
        color: #BBB;
        font-size: 14px;
        text-align: center;
        margin-left: 10px;
    }

.select2-container.input-sm.ico .select2-choice:before {
    line-height: 34px;
    width: 34px;
}

.select2-container.ico.ico-truck .select2-choice:before {
    content: "\f0d1";
}

.select2-container.ico.ico-money .select2-choice:before {
    content: "\f0d6";
}

.select2-container.ico.ico-map-marker .select2-choice:before {
    content: "\f041";
}

.select2-container.ico.ico-gender .select2-choice:before {
    content: "\f228";
}

.select2-container.ico.ico-status .select2-choice:before {
    content: "\f042";
}

.select2-container.ico.ico-tree .select2-choice:before {
    content: "\f0e8";
}

.select2-container.ico.ico-user .select2-choice:before {
    content: "\f007";
}

.select2-container.ico.ico-cargo .select2-choice:before {
    font-family: Glyphicons;
    content: "\e060";
}

.select2-container.ico.ico-tags .select2-choice:before,
.select2-container.ico.ico-tags .select2-search-field:before {
    content: "\f02c";
}

.select2-container.hide-disabled .select2-results .select2-disabled {
    display: none;
}

.ui-select-container.ui-select-multiple {
    height: auto;
}

    .ui-select-container.ui-select-multiple .select2-search-choice-close {
        top: 3px;
    }

.select2-container-multi .select2-choices {
    border: 1px solid #dddddd;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        background: #fff !important;
    }

select.hide-disabled option[disabled] {
    display: none;
}
/*.select2-default ~ .select2-drop .select2-highlighted {
    background: #f5f5f5 !important;
    color: #666 !important;
}

    .select2-default ~ .select2-drop .select2-highlighted .select2-result-label {
        color: #666 !important;
    }

    .select2-default ~ .select2-drop .select2-highlighted.ui-select-choices-row:hover {
        background-color: #f5f5f5 !important;
    }*/
/**/
.ui-fancytree.fancytree-container {
    overflow-x: hidden;
    /*height: 750px;*/
    border: none;
}

.admin-form .section-divider-left {
    text-align: left !important;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .admin-form .section-divider-left span {
        padding: 0 15px 0 0 !important;
        top: -16px;
    }

.admin-form .text-description {
    color: #ccc;
    margin-top: 5px;
    font-size: 13px;
}

.sidebar-menu > li.active a {
    background-color: #3b4046;
}

.bg-noread {
    background-color: #ffedc7
}

/*.iframe-layout .field {
    width: 100%;
}*/

.product-image {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 10px;
    position: relative;
}

    .product-image .delete__image {
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        width: 20px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        padding: 3px 5px;
        background-color: white;
    }

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

div.switch label:after {
    top: 0;
    left: 0;
}
/*custom tab*/
.tab-list {
    background: transparent !important;
    position: relative;
    /*height: 40px;*/
    line-height: 36px;
    color: #666666;
    font-size: 13px;
    /*font-weight: 600;*/
    list-style: none;
    align-items: stretch;
    /*background-color: #f2f4f8;
    border-radius: 3px 3px 0 0;*/
    display: flex;
    display: -webkit-box;
    flex-wrap: nowrap;
    list-style: outside none none;
    /*margin: 0;
    padding: 0 10px;*/
    padding: 0;
    margin: 0;
}

    .tab-list > li {
        align-items: stretch;
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        position: relative;
        background-color: #eaeff3;
        height: 38px;
        border-top: 3px solid #ccc;
        margin-right: 3px;
    }

        .tab-list > li.active {
            border-top-color: #00aeef;
            cursor: default;
            text-decoration: none;
            background: #fff;
            border-bottom: 0;
            padding: 0;
        }

        .tab-list > li > a {
            margin-top: 0;
            padding: 6px 18px;
            line-height: 24px;
            background-color: #dde4ea;
            color: #333;
            border-left: 1px solid #eee;
            display: block;
            position: relative;
            transition: background-color ease .2s;
            text-decoration: none;
        }

        .tab-list > li.active > a {
            background: #fff;
            cursor: default;
        }

        .tab-list > li:hover {
            border-top-color: #00aeef;
        }

            .tab-list > li:hover > a {
                background-color: #fff;
                color: #333;
            }

        .tab-list > li.active:hover > a {
            background-color: #fff;
            color: #333;
        }

        .tab-list > li:first-child > a {
            border-left: none;
        }

        .tab-list > li > a:focus {
            background-color: #00aeef;
        }

.tab-content {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    padding: 0;
    margin: 0;
}

/*custom #topbar*/
#topbar {
    border: none !important;
    background: transparent !important;
}

/*custom tag a*/
a.no-underline {
    text-decoration: none;
}
/*custom display*/
.display_block {
    display: block;
}
/*a:focus{
    border: solid 1px #75a5e4 !important;
    outline: 0;
}*/
/*custom input*/
.search-box {
    vertical-align: top;
    position: relative;
    margin-bottom: 0;
}

    .search-box input {
        display: inline-block;
        width: 400px;
        text-indent: 20px;
        margin-bottom: 0;
        height: 34px;
        font-weight: normal;
    }

        .search-box input.black-list {
            text-indent: 0 !important;
        }

@media (max-width: 991px) {
    .search-box input {
        width: auto;
    }
}

/*.field.prepend-icon .field-icon*/

.search-box .field-icon {
    top: 1px;
    z-index: 4;
    width: 32px;
    height: 32px;
    color: inherit;
    line-height: 32px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    margin-bottom: 0;
    left: 1px;
}

/*.field.prepend-icon input{
    display: inline-block;
    width: 100%;
    text-indent: 34px;
    margin-bottom: 0;
    height: 34px;
    padding: 0 !important;
}*/

.form-control.date-picker {
    cursor: pointer;
    background: #fff !important;
}

.quantity-input {
    height: 32px;
    padding: 5px;
    border-radius: 4px;
    width: 70px;
    float: right;
    text-align: right;
}

/*.form-control.date-picker{
    font-size: 13px !important;
}*/

/*custom border*/
.border-top-n {
    border-top: none !important;
}

.border-h-n {
    border-top: none !important;
    border-bottom: none !important;
}

/****************** CUSTOM SCROLLBAR ***********************/

.nav-scrollbar {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#sidebar_left .nav-scrollbar {
    margin-top: 110px;
    height: calc(100vh - 110px);
}

@media only screen and (max-width: 992px) {
    #sidebar_left .nav-scrollbar {
        margin-top: 50px;
        height: calc(100vh - 50px);
    }
}

[data-simplebar] {
    overflow: auto;
}

.simplebar-content-wrapper {
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.scrollbar-horizontal .simplebar-content-wrapper {
    background: transparent !important;
}

.scrollbar-horizontal .table {
    margin-bottom: 0;
}

    .scrollbar-horizontal .table > thead > tr > th,
    .scrollbar-horizontal .table > tbody > tr > th,
    .scrollbar-horizontal .table > tfoot > tr > th,
    .scrollbar-horizontal .table > thead > tr > td,
    .scrollbar-horizontal .table > tbody > tr > td,
    .scrollbar-horizontal .table > tfoot > tr > td {
        white-space: nowrap;
    }

#sidebar_left.nano > .nano-content::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.select2 .select2-results::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.scrollbar-vertical::-webkit-scrollbar,
.scrollbar-horizontal::-webkit-scrollbar,
.fc-popover.fc-more-popover::-webkit-scrollbar,
.ui-select-choices::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

#sidebar_left.nano > .nano-content::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.select2 .select2-results::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.scrollbar-vertical::-webkit-scrollbar-track,
.scrollbar-horizontal::-webkit-scrollbar-track,
.fc-popover.fc-more-popover::-webkit-scrollbar-track,
.ui-select-choices::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sidebar_left.nano > .nano-content::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.select2 .select2-results::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.scrollbar-vertical::-webkit-scrollbar-thumb,
.scrollbar-horizontal::-webkit-scrollbar-thumb,
.fc-popover.fc-more-popover::-webkit-scrollbar-thumb,
.ui-select-choices::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #sidebar_left.nano > .nano-content::-webkit-scrollbar-thumb:window-inactive,
    .table-responsive::-webkit-scrollbar-thumb:window-inactive,
    .select2 .select2-results::-webkit-scrollbar-thumb:window-inactive,
    .scrollbar::-webkit-scrollbar-thumb:window-inactive,
    .scrollbar-vertical::-webkit-scrollbar-thumb:window-inactive,
    .scrollbar-horizontal::-webkit-scrollbar-thumb:window-inactive,
    .fc-popover.fc-more-popover::-webkit-scrollbar-thumb:window-inactive,
    .ui-select-choices::-webkit-scrollbar-thumb:window-inactive {
        background: #0191c7;
    }

    #sidebar_left.nano > .nano-content::-webkit-scrollbar-thumb:hover,
    .table-responsive::-webkit-scrollbar-thumb:hover,
    .select2 .select2-results::-webkit-scrollbar-thumb:hover,
    .scrollbar::-webkit-scrollbar-thumb:hover,
    .scrollbar-vertical::-webkit-scrollbar-thumb:hover,
    .scrollbar-horizontal::-webkit-scrollbar-thumb:hover,
    .fc-popover.fc-more-popover::-webkit-scrollbar-thumb:hover,
    .ui-select-choices::-webkit-scrollbar-thumb:hover {
        background: #0191c7;
    }
/****************** CUSTOM SCROLLBAR ***********************/
/*custom paging*/
ul.pagination {
    float: right;
}

p.pagination {
    margin: 5px 0;
    font-size: 14px;
}

.pagination .paginate_button.disabled a {
    background: #eee !important;
}

div.pagination.display-count {
    float: right;
    margin: 0px 0px 5px 0;
    font-size: 14px;
}

ul.pagination + div.pagination.display-count {
    margin-right: 20px !important;
}

div.pagination.display-count select {
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    padding: 5px;
    margin: 0 1px;
}
/*custom toogle*/
.accordion-toggle {
    cursor: pointer !important;
}

    .accordion-toggle .toggle-icon {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        opacity: 1;
        transition: opacity 0.1s ease-in;
        -moz-transition: opacity 0.1s ease-in;
        -webkit-transition: opacity 0.1s ease-in;
    }

        .accordion-toggle .toggle-icon:before {
            content: "\f107";
            font-size: 16px;
            font-weight: 600;
        }

    .accordion-toggle.collapsed .toggle-icon:before {
        content: "\f105";
    }
/*custom order page*/
.product-container {
    min-height: 200px;
    overflow-y: auto;
}

.product-search-box {
    width: 100%;
    position: relative;
}

    .product-search-box:before {
        content: "\f002";
        opacity: 1;
        transition: opacity 0.1s ease-in;
        -moz-transition: opacity 0.1s ease-in;
        -webkit-transition: opacity 0.1s ease-in;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        top: 1px;
        z-index: 4;
        width: 32px;
        height: 32px;
        color: inherit;
        line-height: 32px;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        pointer-events: none;
        margin-bottom: 0;
        left: 1px;
        color: #BBB;
    }

    .product-search-box input {
        height: 34px;
        text-indent: 20px;
    }

.product-search-angucomplete {
}

    .product-search-angucomplete .angucomplete-row {
        position: relative;
    }

    .product-search-angucomplete .product-price {
        right: 5px;
        position: absolute;
        top: 2px;
        font-weight: 600;
    }

    .product-search-angucomplete .product-stock {
        right: 5px;
        position: absolute;
        bottom: 2px;
    }

/*custom width*/
.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w120 {
    width: 120px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.w500 {
    width: 500px !important;
}
/*custom padding*/
.ph11 {
    padding: 0 11px 0 11px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.pr100 {
    padding-right: 100px !important;
}
/*custom modal*/
.modal .close-btn-wrapper {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 12px;
    top: -12px;
    right: -12px;
    text-align: center;
    outline: none;
}

    .modal .close-btn-wrapper .close {
        margin: 0;
        color: #fff;
        opacity: 1;
        font-size: 13px;
        background: none;
        color: #fff;
        text-indent: 0;
        font-size: 13px;
        position: initial;
        margin: 0;
        line-height: 24px;
        display: inline-block;
        width: 24px;
        font-weight: normal;
    }

/*custom date picker*/
input.datepicker {
    background: #fff !important;
    pointer-events: all;
    cursor: pointer !important;
}

.input-sm.datepicker {
    font-size: 13px !important;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 0px;
}

    .input-sm.datepicker ~ .field-icon {
        height: 34px;
        line-height: 34px;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

input[date-range-picker] {
    cursor: pointer !important;
}
/*custom error*/
input.input-validation-error,
textarea.input-validation-error {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.ng-submitted input.ng-invalid,
.ng-submitted textarea.ng-invalid,
.ng-submitted select.ng-invalid {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.req.input-validation-error ~ .mce-container {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.fileupload-preview .input-validation-error {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.ng-submitted input.ng-invalid ~ .select2-container .select2-choice {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.ng-submitted input.ng-invalid ~ .ui-select-container.ui-select-bootstrap .ui-select-toggle {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.control-label ~ .input-sm ~ .append-icon {
    top: 27px;
}
/*custom login page*/
h3.text-center.text-uppercase {
    font-size: 25px !important;
    margin: 0 !important;
    color: #333;
}

.order-info ul {
    list-style-type: none;
}

.verticalLine {
    border-right: 1px solid #c5bfbf;
    height: 100%;
    padding: 5px;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mt3 {
    margin-top: 4px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt-3 {
    margin-top: -3px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.order-detail table tr th {
    background: #fafafa;
}

.div-w225 {
    width: 225px !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-detail {
    overflow-y: auto;
    min-height: 200px;
}

.text-overflow {
    overflow-x: hidden;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-status-label {
    width: 100px;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}

.ticket-status-label {
    width: 80px;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}

.state-error {
    display: block !important;
    margin-top: 3px;
    padding: 0 3px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    color: #DE888A;
}

.modal-content {
    box-shadow: none !important;
}

.height-select {
    height: 38px !important;
}

.top-select-arrow {
    top: 6px !important;
}

.blockquote-cus {
    padding: 6.5px 12px;
    margin: 0 0 9px;
    font-size: 14.25px;
    border-left: 5px solid #eeeeee;
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.t-3 {
    top: -3px !important;
}

.t3 {
    top: 3px !important;
}

.discount-input:focus {
    background-color: #56C046;
}

.button-discount {
    margin: 0;
    padding: 0;
    width: 34px;
}

.no-border td {
    border: 0 !important;
}

.btn-add-ticket-type {
    margin-top: 8px;
    position: absolute;
    top: 16px;
    right: 11px;
    padding: 5px !important;
}

.input-sm.select2.select2-container {
    padding: 0;
    border: none;
}

    .input-sm.select2.select2-container a.select2-choice {
        height: 34px !important;
    }

        .input-sm.select2.select2-container a.select2-choice .select2-chosen {
            line-height: 34px;
        }

        .input-sm.select2.select2-container a.select2-choice .select2-arrow {
            top: -3px;
        }

.input-sm {
    font-size: 13px !important;
    height: 34px !important;
    font-weight: normal;
}

    .input-sm ~ span .state-error {
        font-size: 13px !important;
    }

    .input-sm ~ label.field-icon {
        height: 34px !important;
        width: 34px !important;
        line-height: 34px !important;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

/*.admin-form .prepend-icon input.input-sm {
    padding-left: 12px;
}*/

.ticket-log-divider {
    display: block;
    width: 100%;
    padding: 5px 0 5px 10px;
    font-size: 14px;
}

.admin-form .smart-widget .btn-primary {
    background-color: #3bafda !important;
    color: #fff !important;
}

.control-label ~ .field.prepend-icon {
    display: block
}

    .control-label ~ .field.prepend-icon input {
        background: #fff;
    }

        .control-label ~ .field.prepend-icon input.datepicker {
            cursor: pointer;
        }

/*.control-label ~ .field.prepend-icon .field-icon {
        display: none;
    }*/

.bootstrap-datetimepicker-widget {
    z-index: 1060;
}

/*custom auto complete*/
div.auto-complete-container ul.auto-complete-results li.auto-complete-item:hover i,
div.auto-complete-container ul.auto-complete-results li.auto-complete-item:hover .ac-add-item:before {
    color: #fff;
}

.ac-add-item:before {
    content: "\f067";
    opacity: 1;
    transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -webkit-transition: opacity 0.1s ease-in;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #70ca63;
    width: 1.28571429em;
    text-align: center;
}

input[auto-complete] ~ .ac-loader {
    text-align: right !important;
    width: 100% !important;
    padding-right: 5px;
    padding-top: 1px;
    display: none;
}

    input[auto-complete] ~ .ac-loader i {
        font-size: 18px !important;
    }

.auto-complete-container {
    max-height: 300px;
    overflow-y: auto;
}
/*custom button*/

.btn.btn-sm {
    padding: 6px 5px !important;
}

.btn.btn-xs {
    padding: 4px 8px !important;
    /*border-radius: 4px !important;*/
}

.btn-blank {
    color: #333;
    min-width: 60px;
    background-color: #ccc;
    border: none;
    border: solid 1px #ccc;
}

    .btn-blank:hover {
        background-color: #bbb;
        color: #333;
    }

.input-group-addon.btn-success {
    color: #ffffff !important;
    background-color: #56c046 !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.input-group.input-group-sm .input-group-addon {
    padding: 5px;
    line-height: 15px;
}

.btn-group.btn-group-custom.btn-item-w60 .btn {
    width: 60px;
}

.btn-group.btn-group-custom.btn-item-w70 .btn {
    width: 70px;
}

.btn-group.btn-group-custom.btn-item-w80 .btn {
    width: 80px;
}

.btn-group.btn-group-custom.btn-item-w85 .btn {
    width: 85px;
}

.btn-group.btn-group-custom .btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;*/
}

.btn-group.btn-group-custom .btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    margin-right: 0px;*/
}

.btn-group.btn-group-custom .btn {
    margin-right: 3px;
}

.btn-red {
    color: #ffffff !important;
    background-color: #e61e14;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red {
        color: #ffffff !important;
        background-color: #c71910;
        border-color: rgba(0, 0, 0, 0.05);
    }

    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        background-color: #e61e14;
        border-color: #e61e14;
    }

    .btn-red .badge {
        color: #e61e14;
        background-color: #ffffff;
    }

    .btn-red.light {
        background-color: #d84051;
    }

        .btn-red.light:hover,
        .btn-red.light:focus,
        .btn-red.light:active,
        .btn-red.light.active,
        .open > .dropdown-toggle.btn-red.light {
            background-color: #cc3546;
        }

    .btn-red.dark {
        background-color: #cc3546;
    }

        .btn-red.dark:hover,
        .btn-red.dark:focus,
        .btn-red.dark:active,
        .btn-red.dark.active,
        .open > .dropdown-toggle.btn-red.dark {
            background-color: #c12a3b;
        }

/*custom text*/
.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.lh23 {
    line-height: 23px;
}

.lh29 {
    line-height: 29px;
}

.lh32 {
    line-height: 32px;
}

.inline-block {
    display: inline-block;
}

.text-gray {
    color: #ddd;
}

.disable-text-highlighting {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10  */
    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;
}

tr.deleted td {
    background-color: #adadad;
    color: white;
    text-decoration: line-through;
}

    tr.deleted td span,
    tr.deleted td .checkbox-custom,
    tr.deleted td .switch.switch-success {
        pointer-events: none;
    }

    tr.deleted td input {
        pointer-events: none;
    }

tr.deleted:hover td {
    background-color: #adadad !important;
    color: white;
}
/*custom sidebar*/
#sidebar_right {
    top: 50px;
}

    #sidebar_right.order-log.open {
        right: 0px;
        z-index: 1001;
    }

    #sidebar_right.order-log .tab-title {
        border-bottom: solid #dcdcdc 1px;
        text-align: left;
    }

        #sidebar_right.order-log .tab-title a {
            padding: 14px 0 15px 0;
            font-size: 16px;
        }

            #sidebar_right.order-log .tab-title a.btn-close {
                position: absolute;
                top: 0px;
                right: 10px;
            }

    #sidebar_right.order-log .panel-heading {
        height: 36px;
        min-height: 36px;
        overflow: hidden;
    }

#sidebar_left.has-scrollbar .nano-content {
    overflow-y: auto;
}

.sidebar-menu li.active a.menu-item,
.sidebar-menu li.active a.menu-item span,
.sidebar-menu ul.sub-nav li.active a {
    font-weight: normal;
}

/*custom shadown*/
.box-shadow-n {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
/*custom margin*/
.margin-auto {
    margin: auto;
}

.mt8 {
    margin-top: 8px !important;
}
/*custom tray*/
.tray-left.tray-inner {
    display: table-cell;
    float: none;
}

.tray-center.tray-inner {
    display: table-cell;
    float: none;
    width: 100%;
}
/*custom product page*/

.product-display-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 120px !important;
    height: 120px !important;
}

.fileupload-preview .product-display-img {
    width: 186px !important;
    height: 186px !important;
    position: relative;
}

.fileupload-preview .web_setting_img {
    width: 86px !important;
    height: 86px !important;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-remove-img {
    font-size: 20px;
    background: #333;
    width: 21px;
    text-align: center;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    color: #e9573f;
    cursor: pointer;
}

.sticky-tab {
    z-index: 999;
    overflow: visible !important;
    position: fixed;
    width: 150px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .sticky-tab:first-of-type {
        top: 120px;
    }

    .sticky-tab:nth-of-type(2) {
        top: 165px;
    }

    .sticky-tab:nth-of-type(3) {
        top: 210px;
    }

    .sticky-tab:nth-of-type(4) {
        top: 255px;
    }

    .sticky-tab:nth-of-type(5) {
        top: 300px;
    }

    .sticky-tab:nth-of-type(6) {
        top: 345px;
    }

    .sticky-tab:nth-of-type(7) {
        top: 390px;
    }

    .sticky-tab .panel-title {
        display: none;
    }

    .sticky-tab .panel {
        margin: 0 !important;
        border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
    }

    .sticky-tab .panel-heading {
        border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-color: #bbb;
        border-right: none;
        color: #00aeef;
        user-select: none;
        -webkit-user-select: none;
    }

    .sticky-tab.sticky-tab-success .panel-heading {
        color: #70ca63;
    }

    .sticky-tab.sticky-tab-blank .panel-heading {
        color: #bbb;
    }

    .sticky-tab.sticky-tab-right {
        right: -110px;
    }

    .sticky-tab.sticky-tab-active {
        right: -100px;
    }

        .sticky-tab.sticky-tab-active .panel-heading {
            border-color: #00aeef !important;
            background-color: #00aeef !important;
            color: #fff;
        }

        .sticky-tab.sticky-tab-active.sticky-tab-success .panel-heading {
            border-color: #70ca63 !important;
            background-color: #70ca63 !important;
            color: #fff;
        }

        .sticky-tab.sticky-tab-active.sticky-tab-blank .panel-heading {
            border-color: #bbb !important;
            background-color: #bbb !important;
            color: #333;
        }

    .sticky-tab.sticky-tab-right.sticky-tab-open,
    .sticky-tab.sticky-tab-right:hover {
        right: 0;
    }

    .sticky-tab.sticky-tab-open .panel-heading,
    .sticky-tab:hover .panel-heading {
        border-color: #00aeef !important;
    }

    .sticky-tab.sticky-tab-open .panel-title,
    .sticky-tab:hover .panel-title {
        display: inline-block;
    }

    .sticky-tab.sticky-tab-open .panel-heading,
    .sticky-tab:hover .panel-heading {
        border-color: #00aeef !important;
        background-color: #00aeef !important;
        color: #fff;
    }

    .sticky-tab.sticky-tab-open.sticky-tab-success .panel-heading,
    .sticky-tab:hover.sticky-tab-success .panel-heading {
        border-color: #70ca63 !important;
        background-color: #70ca63 !important;
        color: #fff;
    }

    .sticky-tab.sticky-tab-open.sticky-tab-blank .panel-heading,
    .sticky-tab:hover.sticky-tab-blank .panel-heading {
        border-color: #bbb !important;
        background-color: #bbb !important;
        color: #333;
    }

    .sticky-tab.sticky-tab-right.sticky-tab-active-only:hover {
        right: -110px;
    }

        .sticky-tab.sticky-tab-right.sticky-tab-active-only:hover .panel-title {
            display: none;
        }

.sku-wrapper {
    border: solid 1px #4a89dc;
    padding: 10px;
    margin: 0;
    position: relative;
    width: 50%;
}

    .sku-wrapper .btn-close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 16px;
    }

.view-product-sku {
    cursor: help !important;
}

.sort_btn {
    font-size: 20px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #3bafda;
    display: block;
    margin: auto;
    cursor: pointer;
}

    .sort_btn.go_down {
        margin-top: 2px !important;
    }

    .sort_btn.disabled {
        pointer-events: none;
        cursor: not-allowed;
        background: #ddd;
    }
/*custom bootbox*/
.bootbox-confirm .btn-default {
    color: #333;
    width: 80px;
    background-color: #ccc;
    border: none;
    border: solid 1px #ccc;
}

.bootbox-confirm .btn-primary {
    color: #ffffff;
    background-color: #70ca63;
    width: 80px;
}

.bootbox-confirm .modal-footer {
    padding: 5px 5px 10px 5px;
    border-top: none !important;
    background-color: transparent !important;
    text-align: center !important;
}
/*custom checkbox*/
.checkbox_custom_tbl {
    height: 22px;
}

    .checkbox_custom_tbl label {
        padding-left: 22px !important;
        margin: 0 !important;
        height: 22px;
    }

/*custom cate tree*/
.cate-tree .add-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #70ca63;
}

.cate-tree .select2-result-label .text-default {
    color: #777777;
}

.cate-tree .select2-result-label .text-success {
    color: #70ca63;
}

.cate-tree .select2-highlighted {
    background: transparent !important;
    color: #666 !important;
}

    .cate-tree .select2-highlighted .select2-result-label {
        color: #666 !important;
    }

.cate-tree .select2-drop {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1015;
}

.cate-tree .select2-choice {
    display: none;
}

.cate-tree .select2-drop {
    border: none;
    /*border-top: solid 1px #ddd !important;*/
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.cate-tree .select2-search {
    margin: 0;
}

.cate-tree .ui-select-choices {
    margin: 0;
    padding: 0;
}

.cate-tree .ui-select-no-choice {
    padding: 5px;
}

.cate-tree .select2-result-label {
    padding: 0 !important;
}

.cate-tree .cate-item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 6px;
}

    .cate-tree .cate-item.cate-active {
        background: #5897fb !important;
        color: #fff !important;
    }

.cate-tree .ui-select-choices-row:hover {
    background-color: #f5f5f5 !important;
}

.cate-tree .select2-results li {
    position: relative;
}

.cate-tree .ui-select-choices {
    max-height: 100%;
}

/*custom auto complete*/
.auto-complete-container {
    width: 100%;
}

/*custom nav bar*/

.sidebar-menu > li > ul > li > a > span:nth-child(1) {
    margin-right: 5px;
}

#toggle_sidemenu_l {
    color: #6a6c6f;
}

    #toggle_sidemenu_l:hover {
        color: #000;
    }

#sidebar_left {
    border-right: none;
    z-index: 999;
    box-shadow: 2px 0 4px rgba(0,0,0,.08);
    font-family: Open Sans,"Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 210px;
}

    #sidebar_left.nano > .nano-content {
        margin-top: 50px;
        outline: none;
    }

.sidebar-menu > li > ul > li > a {
    padding: 10px 15px 10px 20px !important;
}

.sidebar-menu > li > ul > li:last-child > a {
    padding-bottom: 10px;
}
/*.sidebar-menu > li:first-child {
    padding: 0;
}

.sidebar-menu > li > a > span:nth-child(2) {
    padding: 0;
}
.sidebar-menu li a.menu-item.active span {
    color: #4FC1E9 !important;
}

    .sidebar-menu li a.menu-item.active span:last-of-type {
        font-weight: 600 !important;
    }*/
#sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
    line-height: 40px;
}

#sidebar_left .sidebar-menu > li > a {
    line-height: 40px;
    height: 40px;
}

#sidebar_left .sidebar-menu > li:not(.active) > a > span:nth-child(1) {
    color: #6a6c6f !important;
}

#sidebar_left .sidebar-menu > li > a.menu-item:hover {
    background-color: rgba(237,240,245,.5) !important;
    color: #999;
}

#sidebar_left .sidebar-menu > li.active {
    background-color: rgba(237,240,245,.5);
}

    #sidebar_left .sidebar-menu > li.active a {
        background-color: transparent;
    }

        #sidebar_left .sidebar-menu > li.active a > span:nth-child(1) {
            font-weight: normal;
        }

#sidebar_left .sidebar-menu > li > a > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    color: #555;
    letter-spacing: 0.4px;
}

#sidebar_left .sidebar-menu > li > ul {
    background-color: rgba(237,240,245,.5);
    width: 210px;
    box-shadow: 0 1px 0 #e5e5e5 inset, 0 -1px 0 #e5e5e5 inset;
}

#sidebar_left .sidebar-menu > li a {
    color: #888;
    font-size: 14px;
}

#sidebar_left .sidebar-menu > li > ul > li > a:hover,
#sidebar_left .sidebar-menu > li > ul > li > a:focus {
    background-color: rgba(237,240,245,.5) !important;
}

body.sb-l-m #sidebar_left .sidebar-menu > li {
    padding: 0;
}

    body.sb-l-m #sidebar_left .sidebar-menu > li > a > .sidebar-title,
    body.sb-l-m #sidebar_left .sidebar-menu > li > ul {
        border: 1px solid #DDD;
        background-color: #f8f8f8;
        left: 59px;
        box-shadow: none;
    }

body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    width: 210px;
}

body.sb-l-m .sidebar-menu > li > ul.nav.sub-nav {
    width: 210px;
    border-top: none !important;
    padding-bottom: 0;
}

.navbar-branding {
    width: 210px;
}

.sb-l-o #content_wrapper {
    margin-left: 210px;
}

/*custom no permission*/
.no-permission {
    color: #666666;
    font-weight: normal !important;
    text-decoration: none !important;
    cursor: unset !important;
    user-select: text;
    -webkit-user-drag: none;
}

    .no-permission:hover,
    .no-permission:focus,
    .no-permission:visited,
    .no-permission:active {
        color: #666666;
    }

.dropdown-toggle ~ .dropdown-menu .no-permission {
    display: none;
}
/*custom editor*/
div.mce-fullscreen {
    top: 50px;
    z-index: 1030;
}

.cssload-wraper {
    text-align: center;
    height: 100px;
    width: 150px;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: white;
    border-radius: 6px;
}

.modal-fullscreen .modal-content {
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-fullscreen .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
}

.modal-fullscreen .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-fullscreen .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #f1f3f5;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.modal-fullscreen.modal {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.modal-content {
    border: none;
    border: none;
    border-radius: 0;
}

.modal-header .close {
    /* margin-top: 5px; */
    font-size: 35px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .modal-lg-80 .modal-dialog {
        width: 100%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        position: initial;
        padding-top: 25px;
    }

    .modal-lg-70 .modal-dialog {
        width: 100%;
        margin: 0;
        margin-right: auto;
        padding-top: 25px;
        margin-left: auto;
        position: initial;
    }

    .modal-lg-60 .modal-dialog {
        width: 100%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        position: initial;
    }
}

@media (min-width: 992px) {
    .modal-bg {
        width: 1100px !important;
    }

    .modal-lg-80 .modal-dialog {
        width: 80%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        position: initial;
    }

    .modal-lg-70 .modal-dialog {
        width: 70%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        position: initial;
    }

    .modal-lg-60 .modal-dialog {
        width: 60%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        position: initial;
    }
}

.box-banner {
    min-height: 100px;
    vertical-align: middle;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
}

.rb .form-horizontal .control-label {
    text-align: left;
}

.boxes {
    display: table;
    width: 100%;
    height: 100%;
}

.box {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
}

.box1 {
    width: 49%;
}

.box2 {
    width: 2%;
}

.box3 {
    width: 49%;
}

@media (max-width: 420px) {
    .box {
        display: block;
        width: 100%;
    }
}

.table .table-nowrap {
    white-space: nowrap;
}

/*custom popup sale outbound*/
.tag_note {
    background: transparent;
    border: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.sale_outbound_item {
    position: fixed;
    width: 234px;
    bottom: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.08);
    border: solid 1px #fff;
    padding: 10px;
    cursor: pointer;
    background-color: #00aeef !important;
    color: #fff;
}

    .sale_outbound_item:hover {
        opacity: .5;
    }

.custom_call_icon img {
    filter: invert(100%);
    width: 20px;
}

.custom_call_icon .badge.badge-hero {
    left: 9px;
}
/*custom layout*/
.three_col_1 {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    /*height: calc(100vh - 50px);*/
}

    .three_col_1 .left_col,
    .three_col_1 .right_col {
        flex: 1;
    }

    .three_col_1 .mid_col {
        flex-basis: 70px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

.bootbox_confirm_index_1100 {
    z-index: 1100;
}

#content_wrapper .table-bordered {
    border: none;
}

.select2-choice {
    cursor: pointer;
}

.select2-container .select2-choice abbr {
    top: 10px;
}

.input-group.inline_select_lists {
    border-radius: 3px !important;
}

    .input-group.inline_select_lists .input-group-addon {
        padding: 0;
        border: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .input-group.inline_select_lists .btn-group {
        background: transparent;
    }

    .input-group.inline_select_lists .dropdown-toggle {
        border-radius: 3px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 9px 12px;
        border-right: none;
        background: #fff;
        text-transform: capitalize;
    }

    .input-group.inline_select_lists .select2-choice {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .input-group.inline_select_lists .dropdown-menu {
        margin: 0;
    }

        .input-group.inline_select_lists .dropdown-menu [type=radio] {
            margin-top: 4px;
        }

    .input-group.inline_select_lists label {
        text-transform: capitalize;
    }

#calendar .fc-content .fc-time {
    display: none;
}

#calendar .fc-orange {
    background-color: orange;
    color: white;
    border: none;
    border-radius: 3px;
}

#calendar .fc-dodgerblue {
    background-color: dodgerblue;
    color: white;
    border: none;
    border-radius: 3px;
}

#calendar .fc-mediumseagreen {
    background-color: mediumseagreen;
    color: white;
    border: none;
    border-radius: 3px;
}

#calendar .fc-slateblue {
    background-color: slateblue;
    color: white;
    border: none;
    border-radius: 3px;
}

#calendar .fc-lightgray {
    background-color: lightgray;
    color: black;
    border: none;
    border-radius: 3px;
}

#calendar .fc-event {
    margin: 0px !important;
}

#calendar .fc-popover.fc-more-popover {
    max-height: 300px;
    overflow-x: auto;
}

#calendar .fc-time-grid-event {
    bottom: unset !important;
}

#calendar .fc-month-view .fc-event {
    margin: 0px 2px 2px 2px !important;
}

body.tray-rescale .tray-left {
    border-left: unset !important;
    right: unset !important;
    position: unset !important;
    opacity: 1 !important;
}

#external-events .fc-event {
    margin: 2px 0px 6px 0px;
}

section#content .tray-left {
    background-color: #f7f7f7 !important;
}

.iconTask {
    margin-top: -3px;
    font-size: 25px;
    font-weight: bold;
}
/*Calendar appointment*/
#calendar .fc-gray {
    background-color: gray;
    color: white;
    border-radius: 3px;
}

.sogo_icon {
    position: relative;
    top: 2px;
    width: 1em;
    display: inline-block;
}

    .sogo_icon.sogo_icon_call_outgoing:before {
        content: '';
        background-image: url(/Assets/img/call-outgoing.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: invert(100%);
        display: block;
    }

    .sogo_icon.sogo_icon_call_incoming:before {
        content: '';
        background-image: url(/Assets/img/call-incoming.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: invert(100%);
        display: block;
    }

    .sogo_icon.sogo_icon_blackboard:before {
        content: '';
        background-image: url(/Assets/img/blackboard.png);
        background-size: 18px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: invert(100%);
        display: block;
    }

    .sogo_icon.sogo_icon_add_learner:before {
        content: '';
        background-image: url(/Assets/img/icons/add_learner.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 17px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_add_contact:before {
        content: '';
        background-image: url(/Assets/img/icons/add_contact.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_calendar_checkin:before {
        content: '';
        background-image: url(/Assets/img/icons/calendar_checkin.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_calendar_add:before {
        content: '';
        background-image: url(/Assets/img/icons/calendar_add.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_send_sms:before {
        content: '';
        background-image: url(/Assets/img/icons/sms.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_show_result:before {
        content: '';
        background-image: url(/Assets/img/icons/show_result.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

    .sogo_icon.sogo_icon_new_contract:before {
        content: '';
        background-image: url(/Assets/img/icons/new_contract.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        height: 20px;
        filter: brightness(0) invert(1);
        display: block;
    }

.lead_act {
    display: inline-block;
    color: #666;
    cursor: pointer;
    height: 100%;
    /*padding: 0 10px;*/
    line-height: 38px;
    margin-right: 30px;
}

    .lead_act.active,
    .lead_act:hover {
        border-bottom: solid 2px #00aeef;
        color: #666;
    }

    .lead_act.disabled {
        pointer-events: none;
        color: #ddd;
    }

.inline_act {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    vertical-align: top;
}

    .inline_act input {
        width: 210px;
    }

    .inline_act .field-icon {
        position: absolute;
        top: 0;
        left: 10px;
    }

.timeline-panel {
    box-shadow: none !important;
    border: 1px solid #e8e8e8;
}

.lead-container {
    /*min-height: 200px;*/
    overflow-y: auto;
}

.bg-light-warning {
    background-color: #fff9df !important;
}

.bg-light-success {
    background-color: #e3ffdf !important;
}

.bg-light-purple {
    background-color: #efe9ff !important;
}

.bg-light-blue {
    background-color: #e3f9ff !important;
}

    .bg-light-blue > th {
        background-color: #e3f9ff !important;
    }

.panel-heading {
    font-size: 16px;
    padding: 1px 12px;
    border-bottom: 1px solid #e6e6e6 !important;
    background-color: #f3f3f3;
}

#timeline .timeline-divider .divider-label:before {
    background: #00aeef;
}

#timeline.timeline-single .timeline-icon {
    background: #00aeef;
}

.panel-heading-sub-table {
    border: 0;
    border-bottom: 1px solid #efefef;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
}

.deleted td {
    background-color: #adadad;
    color: white;
    text-decoration: line-through;
}

    .deleted td input,
    .deleted td select,
    .deleted td .field.prepend-icon {
        pointer-events: none;
    }

pre.timeline_content {
    padding: 0;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #666;
}

.userPermission .fc-event {
    width: 95%;
    float: right;
}

    .userPermission .fc-event-info, .userPermission .fc-event:hover {
        border-left-color: #00aeef;
        background: #ffffff;
        color: #00aeef;
        width: 98%;
        border-right: 0;
    }

.border-n.tabs {
    height: calc(100vh - 113px);
    position: relative;
    z-index: 999;
    display: block;
    overflow: hidden;
}

.table-bordered.permission {
    border: 1px solid #eeeeee !important;
}

.tabs {
    overflow: hidden !important;
}

    .tabs:hover {
        overflow-y: auto !important;
    }

.btn-save-clipboard {
    cursor: pointer;
    padding: 3px 5px;
}

    .btn-save-clipboard:hover {
        color: #00aeef;
    }

@media (max-width: 991px) {
    .copyright-box {
        text-align: center !important;
    }

        .copyright-box .text-right {
            text-align: center !important;
        }
}

@media only screen and (max-width: 479px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /*.hidden-xs {
        display: none !important;
    }*/
    .mobile-hide {
        display: none !important;
    }

    .modal .close-btn-wrapper {
        background-color: transparent;
        border-radius: 0px;
        top: 8px;
        right: 8px;
    }

        .modal .close-btn-wrapper .close {
            font-size: 20px;
        }

    .navbar-nav > li > a {
        line-height: 29px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.hidden-sm {
        display: none !important;
    }*/
}

@media (min-width: 992px) and (max-width: 1139px) {
    /*.hidden-md {
        display: none !important;
    }*/
}

@media (min-width: 1140px) {
    /*.hidden-lg {
        display: none !important;
    }*/
}

@media (min-width: 1400px) {
    /*.hidden-xl {
        display: none !important;
    }*/
}

.text-underline {
    text-decoration: underline;
}

/*custom sidenav*/

/*@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
    }
}*/

.sidenav_mobile .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10001;
    opacity: 0;
    display: none;
}

.sidenav_mobile.open .overlay {
    display: block;
    opacity: 1;
}

.sidenav_mobile .menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 50px;
    max-width: 250px;
}

.sidenav_mobile.open .menu {
    width: 80%;
}

.sidenav_mobile .menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .sidenav_mobile .menu ul li {
        position: relative;
        display: block;
    }

        .sidenav_mobile .menu ul li a {
            color: #888;
            font-size: 14px;
            line-height: 42px;
            height: 42px;
            padding: 0;
        }

            .sidenav_mobile .menu ul li a span:nth-child(1) {
                float: left;
                top: 0;
                line-height: 35px;
                width: 38px;
                font-size: 16px;
                text-align: center;
                padding-left: 13px;
                color: #eee;
                color: #6a6c6f !important;
                line-height: 42px;
                padding-left: 5px;
            }

.sidenav_mobile a:hover {
    color: #f1f1f1;
}

.sidenav_mobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.fc-toolbar.fc-header-toolbar {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 420px) {
    .fc-toolbar .fc-center {
        margin-top: 20px;
    }

    .fc-toolbar .fc-left {
        float: none !important;
        width: 160px;
        margin: 0 auto;
    }

    .fc-scroller {
        height: 500px !important;
    }

    .fc-event, .fc-event-dot {
        background-color: #ffe420;
    }

    .fixed-bottom {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        margin-bottom: 0;
        z-index: 1;
    }

    .m-col-lg-3 {
        width: 50%;
        float: left;
    }

    .m-col-lg-6 {
        width: 100%;
        float: left;
    }

    .m-lead-act {
        font-size: 12px
    }

    .m-panel-heading {
        width: 500px;
    }
}

@media (max-width: 900px) {
    body.sb-l-m #content_wrapper {
        margin-left: 0;
    }

    body.sb-l-m #sidebar_left {
        left: -45px !important;
    }

    .navbar-branding {
        background-color: #00aeef !important;
    }

        .navbar-branding span {
            color: #fff !important;
        }
}

#calendar .fc-popover.fc-more-popover {
    max-height: 300px;
    overflow-x: auto;
}

.text-red {
    color: #e9573f !important;
}

.bg-attention {
    background-color: #ffffe5 !important;
    color: #565656;
}

.monthDate .table-condensed thead tr:nth-child(2),
.monthDate .table-condensed tbody {
    display: none
}

/* FUNNEL CHART */
.funnel-chart tspan:nth-child(3) {
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
    display: block;
    position: relative;
}

@media (max-width: 900px) {
    .funnel-chart {
    }

        .funnel-chart tspan:nth-child(1) {
            font-size: 14px;
        }

        .funnel-chart tspan:nth-child(3) {
            padding-top: 5px;
            font-size: 17px;
        }
}

.three_col_sms {
    display: flex;
    box-sizing: border-box;
}

    .three_col_sms .left_col_sms {
        flex: 1;
        width: 250px;
    }

    .three_col_sms .mid_col_sms {
        flex-basis: 1px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .three_col_sms .right_col_sms {
        flex: 1;
    }

.navbar-form {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .navbar-form.navbar-search {
        margin-left: 10px;
    }

        .navbar-form.navbar-search input {
            height: 32px;
            padding: 0 15px;
            border-radius: 17px !important;
        }

@media (max-width: 1100px) {
    .navbar-form.navbar-search {
        padding: 16px 6px 14px;
    }
}

.call-connection i {
    vertical-align: middle;
    margin-left: 5px;
}

.TargetContract {
    background-color: #F6DCA9 !important
}

.TargetCenter {
    background-color: #F6DCD5 !important
}

.TargetTitle {
    display: block;
    height: 37px !important;
}

}

.form-group .field-label {
    font-weight: 600;
    font-size: 13px;
}

/*Print receipt by browser*/
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.nav.nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #555555bd;
}

.nav.nav-tabs li a {
    background: #dde4ea;
}

.nav.nav-tabs li.active a {
    background: white
}

.nav.nav-tabs li a:hover {
    background: white;
}

select {
    border: 1px solid #dddddd
}

.btn-deposit {
    margin-top: -4px
}

.td-center {
    display: block;
    margin: 0 auto !important;
}

.border-n {
    border: none !important;
    border-width: 0 !important;
}

.border-l-n {
    border-left: none !important;
    border-left-width: 0 !important;
}

.border-r-n {
    border-right: none !important;
    border-right-width: 0 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f2f2f2 !important;
    opacity: 1;
}

[date-range-picker][readonly],
.datepicker-new[readonly],
.datepicker[readonly] {
    background-color: #fff !important;
}

[date-range-picker][disabled],
.datepicker-new[disabled],
.datepicker[disabled] {
    cursor: not-allowed;
    background-color: #f2f2f2 !important;
    opacity: 1;
}

.datepicker-new[readonly],
.datepicker-new[disabled] {
    cursor: pointer !important;
}

.apply-all:hover {
    opacity: 1;
}

.apply-all {
    top: 10px;
    left: 0;
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    opacity: 0.8;
    width: 30px;
    height: 100%;
    line-height: 34px;
}

.multiselect-container.dropdown-menu > li > a > label {
    width: 0 !important;
    border: none;
    background: none !important;
}

.multiselect-container.dropdown-menu > li > a :hover,
.multiselect-container.dropdown-menu > li > a :focus {
    text-decoration: none;
    color: #595959;
    background-color: #f5f5f5;
}

.sortGrid:hover {
    color: black;
    background-color: #c3c3c3;
}

.report-item {
    border: 1px solid #e4e4e4;
}

    .report-item .img-menu {
        width: 56px;
        float: left;
        text-align: center;
    }

        .report-item .img-menu .icon {
            font-size: 35px;
            color: #737373;
            line-height: 66px;
        }

        .report-item .img-menu .number {
            font-size: 35px;
            color: #4a89dc;
        }

    .report-item .info-menu {
        margin-left: 15px;
        padding: 10px 0;
    }

        .report-item .info-menu .title {
            font-weight: bold;
            cursor: pointer;
            font-size: 14px;
            margin-top: 5px;
        }

        .report-item .info-menu .title-export {
            font-weight: bold;
            font-size: 14px;
            margin-top: 5px;
        }

.modal-header {
    border-bottom: 0 !important;
}

.print-footer {
    /*margin-top: -25px;*/
    margin-top: -5px;
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

.admin-form .control-label {
    font-weight: 600;
}

.admin-form .field {
    margin-bottom: 0px;
}

.admin-form select[disabled],
.admin-form .select > select[disabled] {
    color: #555555 !important;
}

.download-audio-timeline {
    line-height: 50px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.table .btn-group .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
}

/* lead timeline customize */
.lead-timeline {
    max-width: 100% !important;
    margin-left: 50px !important;
}

@media (max-width: 768px) {
    .lead-timeline {
        margin-left: 20px !important;
        margin-right: 0 !important;
    }

        .lead-timeline .timeline-divider .divider-label {
            margin-left: -30px !important;
            width: 90px !important;
        }
}

.user-info .user-desc {
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
    margin-left: 10px;
}

.user-info .user-avatar {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    border-radius: 21px;
    width: 46px;
    border: 3px solid transparent;
    border-color: rgba(255, 255, 255, .8);
}

.user-info-dropdown {
    right: 10px !important;
}

.contract-payment-list a.label {
    display: inline-block;
    padding: .2em .20em .3em;
    width: 32px;
}

    .contract-payment-list a.label:hover {
        opacity: 0.8;
    }

.admin-form .fa-question-circle {
    color: #999;
}

.fc-list-item {
    cursor: pointer;
}

    .fc-list-item.fc-warning {
        background-color: #fff9df;
    }

        .fc-list-item.fc-warning .fc-event-dot {
            background-color: orange;
        }

.fc-list-empty-wrap1 {
    max-height: 300px !important;
    min-height: 300px !important;
}
/*#calendar .fc-list-item-time.fc-widget-content {
    display: none;
}*/
.fc-list-item.fc-warning .fc-list-item-title a {
    font-weight: bold;
}

.fc-list-item-title a {
    cursor: pointer;
}

.fc-scroller {
    height: unset !important;
}

.fc-list-empty {
    font-size: 14px;
}

blockquote {
    background: #f9f9f9;
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 0.5em 10px 0.5em 0;
    padding: 0.7em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }

.ui-select-bootstrap.input-validation-error > .ui-select-match > .ui-select-toggle {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.datepicker-close {
    display: inline-block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 9px;
    font-size: 1px;
    cursor: pointer;
    outline: none;
    background: url(select2.png) right top no-repeat;
}

.kanban-board header.move {
    cursor: move;
}

.kanban-calendar {
    min-height: 20px
}

    .kanban-calendar span.expired {
        text-decoration: line-through;
        color: #d83c3c;
        padding: 3px 5px 3px 5px;
    }

    .kanban-calendar span.active {
        padding: 3px 5px 3px 5px;
    }

    .kanban-calendar i {
        font-size: 18px
    }

.kanban-container {
    width: max-content !important;
}

.kanban-item {
    border-radius: 4px;
    margin-bottom: 10px;
    min-width: 330px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

    .kanban-item:hover {
        background: #f5f6f7;
    }

    .kanban-item .title {
        font-size: 14px
    }

.kanban-board {
    border-radius: 4px;
    min-width: 300px !important;
    max-width: 350px !important;
    margin-left: 7px;
    margin-right: 7px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background-color: #dddddd;
}

    .kanban-board header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .kanban-board .kanban-drag {
        max-height: -webkit-fill-available;
        overflow-y: auto;
        padding: 10px;
        min-height: 160px;
    }

main .kanban-drag .scrollbar::-webkit-scrollbar {
    width: 8px;
}

main .kanban-drag .scrollbar::-webkit-scrollbar-thumb {
    background: #00aeef;
}

.kanban-board header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Dashboard-Kanban {
    height: -webkit-fill-available;
    overflow: hidden;
    min-height: 500px
}

.fc-event-completed-check,
.fc-event-uncompleted-check {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font-size: 18px;
    text-align: center;
    opacity: 0;
}

    .fc-event-completed-check:hover,
    .fc-event-uncompleted-check:hover {
        opacity: 1;
        z-index: 10;
    }

.fc-event:hover .fc-event-completed-check,
.fc-event:hover .fc-event-uncompleted-check {
    opacity: 1;
}

#external-events .fc-event {
    background-color: #fff;
}

#external-events .fc-event-desc {
    width: 78%;
    font-size: 13px;
}

#calendar .fc-day-grid.fc-unselectable .fc-event {
    margin: 2px !important;
}

#calendar .fc-view-container {
    margin-left: -1px;
}

.btn-task-uncomplete {
    margin-top: 5px;
    float: right;
    margin-right: 5px;
}

.timeline-single .text-white {
    color: #ffffff !important;
}

@media (max-width: 600px) {
    body.tray-rescale .tray-left, body.tray-rescale .tray-right {
        display: table-caption !important;
        width: 100% !important;
    }
}

.panel-heading .panel-collapsed {
    text-decoration: none
}

    .panel-heading .panel-collapsed:after {
        font-family: "FontAwesome";
        content: "\f068";
    }

.panel-heading.collapsed .panel-collapsed:after {
    font-family: "FontAwesome";
    content: "\f067";
}

.boothsLead .select2-choices {
    max-height: 65px;
    overflow-y: scroll;
}

.channelHistoryTable {
    max-height: 450px;
    overflow-y: auto;
}

.hrChannel {
    margin: 10px 0px 5px 2px;
    width: 30%;
}

/* grid */
.table-tree tr > td {
    position: relative;
    border-top: 1px solid #f1f1f1 !important;
}

.table-tree .row-group {
    border-top: 1px solid #ccc !important;
}

    .table-tree .row-group .sub-item-first::before {
        content: "";
        position: absolute;
        border-top: 1px solid #ccc;
        width: 15px;
        top: 50%;
        left: 30px;
    }

    .table-tree .row-group .sub-item-first::after {
        content: "";
        position: absolute;
        border-left: 1px solid #ccc;
        width: 1px;
        height: 105%;
        top: -8px;
        left: 30px;
    }

/* radio border */
.radio-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
}
/* check radio icon */
.radio-custom input[type=radio]:checked + label:after,
.radio-custom input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #666;
    background-color: #666;
}

.radio-custom.radio-dark-light label:before,
.checkbox-custom.checkbox-dark-light label:before {
    border-color: #756969;
}

.radio-custom.radio-dark-light input[type=radio]:checked + label:after,
.radio-custom.radio-dark-light input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-dark-light input[type=checkbox]:checked + label:after,
.checkbox-custom.checkbox-dark-light input[type=radio]:checked + label:after {
    background-color: #74767d;
    color: #818490 !important;
}

.checkbox-custom.fill.checkbox-dark-light label:before {
    background-color: #eee;
}

.stage_tag_container {
    width: 100%;
}

.stage_tag {
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: 5px 15px;
    cursor: pointer;
    border: solid 1px transparent;
    margin-right: 10px !important;
    position: relative;
}

    .stage_tag.stage_tag_all {
        color: #666;
        border-color: #333;
    }

    .stage_tag.active:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        opacity: 1;
        transition: opacity 0.1s ease-in;
        -moz-transition: opacity 0.1s ease-in;
        -webkit-transition: opacity 0.1s ease-in;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding-top: 6px;
        background-color: blue;
        color: #fff;
        position: absolute;
        top: -8px;
        right: -8px;
    }

    .stage_tag.active {
        border-color: blue;
    }

.btn-group .dropdown-menu i.fa {
    width: 15px;
    text-align: center;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.method-item {
    border-left: 5px solid #a7a7a7;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    position: relative;
}

    .method-item .right-panel {
        border-left: 1px solid #e8e8e8;
        min-height: 100px;
    }

    .method-item .form-group {
        margin-bottom: 10px;
    }

    .method-item .control-label {
        margin-top: 7px;
    }

    .method-item .text-show {
        padding-top: 7px;
    }

    .method-item .complete-status {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }

    .method-item .btn-remove {
        position: absolute;
        top: 2px;
        right: 2px;
        background-color: #e9573f;
        color: #fff;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        display: block;
        z-index: 99;
    }

.method-color-1,
.method-color-2 {
    border-left: 5px solid #ffbe47;
    border-bottom: 1px solid #ffbe47;
}

.method-color-3 {
    border-left: 5px solid #3294ff;
    border-bottom: 1px solid #3294ff;
}

.method-color-4 {
    border-left: 5px solid #6be287;
    border-bottom: 1px solid #6be287;
}

.method-color-5 {
    border-left: 5px solid #cc3546;
    border-bottom: 1px solid #cc3546;
}

.method-item-detail .form-group {
    margin-bottom: 0;
}

.method-item-detail .control-label {
    margin-top: 0;
}

.method-item-detail .text-show {
    padding-top: 0;
}

.method-item-detail .complete-status {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.method-item-detail .complete-status-edit {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.method-item-detail .right-panel {
    min-height: 80px;
}

.mt7 {
    margin-top: 7px !important;
}

.item-deleted {
    background-color: #c7c6c6 !important;
    pointer-events: none;
}

.item-refund {
    background-color: #fd4a4557 !important;
    pointer-events: none;
}

.item-adjusted {
    background-color: #f6c76866 !important;
    pointer-events: none;
}

.left-col-reposive,
.middle-col-reposive,
.right-col-reposive {
    float: left;
}

@media screen and (max-width:996px) {
    .left-col-reposive {
        width: 100% !important;
    }

    .div-panel-bottom {
        display: inline;
    }
}

@media screen and (min-width:1024px) {
    .left-col-reposive {
        width: 48% !important;
        padding-right: 10px;
    }

    .div-panel-bottom {
        display: none;
    }

    .row-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-col-reposive {
        width: 48% !important;
        padding-left: 10px;
    }
}

@media (max-width: 992px) {
    .row-container .tl-fa {
        padding: 4px 0;
    }

        .row-container .tl-fa span {
            font-size: 30px;
        }
}

.im-mt5 {
    margin-top: 5px;
}

.text-trasform-l-c {
    text-align: left;
}

.text-trasform-r-c {
    text-align: right;
}

.table-has-border {
    border: 1px solid #e3e3e3 !important;
}

.table-fixed-header thead > tr th {
    position: sticky;
    top: -1px;
    background-color: #f3f3f3;
    z-index: 100;
}

.table-fixed-header thead > tr + tr > th {
    position: sticky;
    top: 31px;
    background-color: #f3f3f3;
    z-index: 100;
}

.table-fixed-header thead > tr.hasEnline + tr > th {
    position: sticky;
    top: 50px;
    background-color: #f3f3f3;
    z-index: 100;
}

.table-fixed-header thead > tr + tr + tr > th {
    position: sticky;
    top: 63px;
    background-color: #f3f3f3;
    z-index: 100;
}

.table-fixed-header-n-bg thead > tr th {
    position: sticky;
    top: -1px;
    z-index: 100;
}

.table-fixed-header-n-bg thead > tr + tr > th {
    position: sticky;
    top: 31px;
    z-index: 100;
}

.table-fixed-header-n-bg thead > tr + tr + tr > th {
    position: sticky;
    top: 63px;
    z-index: 100;
}

.table-large-row td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*Multiple select dropdown*/
.dropdown-multiselect-validate.input-validation-error .dropdown-multiselect button {
    border-color: #de888a !important;
    background: #fee9ea !important;
}

.dropdown-multiselect {
    display: block !important;
}

    .dropdown-multiselect button {
        background: white;
        border: 1px solid #ddd;
        color: inherit;
        height: 34px;
        border-radius: 3px;
        width: 100%;
        display: block;
        text-align: left;
        font-size: 13px !important;
    }

        .dropdown-multiselect button:disabled {
            background-color: #f3f3f3 !important;
        }

        .dropdown-multiselect button .caret {
            position: absolute;
            right: 7px;
            top: 43%;
        }

    .dropdown-multiselect .btn-primary:hover {
        color: unset !important;
        background-color: unset !important;
        border: 1px solid #ddd !important;
    }

    .dropdown-multiselect ul {
        width: 100% !important;
    }

        .dropdown-multiselect ul li {
            cursor: pointer !important;
        }

            .dropdown-multiselect ul li a {
                width: 100% !important;
                margin-right: 0 !important;
                height: 32px !important;
            }

    .dropdown-multiselect.input-validation-error button {
        border-color: #de888a !important;
        background: #fee9ea !important;
    }

    .dropdown-multiselect .dropdown-header {
        padding: 3px 10px;
    }

        .dropdown-multiselect .dropdown-header input {
            height: 34px;
            padding: 5px 8px;
        }

    .dropdown-multiselect .dropdown-menu .divider {
        margin: 5px 0 5px;
    }

    .dropdown-multiselect .dropdown-menu a > div {
        margin-top: 3px;
        padding-left: 5px;
    }

    .dropdown-multiselect .dropdown-menu .option {
        margin: 0;
    }

    .dropdown-multiselect .dropdown-menu {
        margin: 0;
    }
/*Multiple select dropdown*/

.cssFreeze {
    color: #aaa !important;
}


.table-responsive-scroll {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive-scroll .table {
        margin-bottom: 0;
    }

        .table-responsive-scroll .table > thead > tr > th,
        .table-responsive-scroll .table > tbody > tr > th,
        .table-responsive-scroll .table > tfoot > tr > th,
        .table-responsive-scroll .table > thead > tr > td,
        .table-responsive-scroll .table > tbody > tr > td,
        .table-responsive-scroll .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive-scroll > .table-bordered {
        border: 0;
    }

    .table-responsive-scroll .table-bordered > thead > tr > th:first-child,
    .table-responsive-scroll .table-bordered > tbody > tr > th:first-child,
    .table-responsive-scroll .table-bordered > tfoot > tr > th:first-child,
    .table-responsive-scroll .table-bordered > thead > tr > td:first-child,
    .table-responsive-scroll .table-bordered > tbody > tr > td:first-child,
    .table-responsive-scroll .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive-scroll .table-bordered > thead > tr > th:last-child,
    .table-responsive-scroll .table-bordered > tbody > tr > th:last-child,
    .table-responsive-scroll .table-bordered > tfoot > tr > th:last-child,
    .table-responsive-scroll .table-bordered > thead > tr > td:last-child,
    .table-responsive-scroll .table-bordered > tbody > tr > td:last-child,
    .table-responsive-scroll .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive-scroll .table-bordered > tbody > tr:last-child > th,
    .table-responsive-scroll .table-bordered > tfoot > tr:last-child > th,
    .table-responsive-scroll .table-bordered > tbody > tr:last-child > td,
    .table-responsive-scroll .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

    .table-responsive-scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #E2E2E2;
    }

    .table-responsive-scroll::-webkit-scrollbar-thumb {
        background-color: #9E9E9E;
        border-radius: 5px;
    }

        .table-responsive-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #0191C7;
            border-radius: 5px;
        }


.fixed-left-column-n-bg {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    z-index: 99;
}

.fixed-left-column {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #fdf9e6;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 99;
}

.fixed-left-column-bg-white {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #fff;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 99;
}

.fixed-left-column-bg-info {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #3bafda !important;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 99;
}

.fixed-left-column-bg-gray {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 99;
}

.fixed-left-column-bg-blue {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #e2f1f7;
    border-bottom: 1px solid #e3e3e3 !important;
    z-index: 99;
}

.z-998 {
    z-index: 998 !important;
}

.z-999 {
    z-index: 999 !important;
}

@media(min-width:768px) {
    .desktop-hide {
        display: none !important
    }
}

.dropdown-menu > li > a:disabled, .dropdown-menu > li > a[disabled] {
    cursor: none !important;
    pointer-events: none !important;
    color: #bbbbbb !important;
}

.panel .panel-menu {
    z-index: 1000 !important;
}

a.disabled {
    pointer-events: none !important;
    cursor: default !important;
    color: #666666 !important;
}

li > a.disabled {
    cursor: none !important;
    pointer-events: none !important;
    color: #bbbbbb !important;
}

    li > a.disabled > i {
        color: #bbbbbb !important;
    }


.box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px;
}

.dashboard-box-item {
    overflow: hidden;
    height: 90px;
    padding: 5px 5px 5px 20px;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 2px;
    position: relative;
}

@media (min-width: 576px) {
    .box-col {        
        flex-basis: 0;
        -webkit-box-flex: 1;       
        flex-grow: 1;
        max-width: 100%;
        padding: 0 5px;
    }
}

.bg-open-need {
    background-color: #ffd966;
}

.bg-qualified {
    background-color: #34a853;
}

.bg-unqualified {
    background-color: #d9d9d9;
}

.bg-inpipeline {
    background-color: #ffff00;
}

.bg-today-action {
    background-color: #34a853;
}

.bg-overdue {
    background-color: #cc0000;
}


    .bg-qualified *,
    .bg-today-action *,
    .bg-overdue *,
    .bg-ytd-newsales * {
        color: #eaeaea !important;
    }

.bg-ytd-newsales {
    background-color: #76a5af;
}

.d-inline-block {
    display: inline-block !important;
}