﻿.form-responsive {
    width: 85%;
}

/*[data-toggle="collapse"] .fa:before {
    content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f054";
}*/

.table-responsive .simplebar-wrapper {
    padding-bottom: 11px;
}

.table-prevent-copy .table {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.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;
}

.sb-l-m .nav.sidebar-menu {
    position: fixed !important;
}

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 !important;
}

    .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;
}
.admin-form .button[disabled], .admin-form .state-disabled .button, .admin-form input[disabled] + .radio, .admin-form input[disabled] + .checkbox, .admin-form .switch > input[disabled] + label {
    cursor: default;
    opacity: 0.5;
    background-color: #ccc;
}
.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;
    margin-left: 1px;
}

/*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;
    }

@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;
}

.border-v-n {
    border-left: none !important;
    border-right: none !important;
}

.border-l-n {
    border-left: none !important;
}

.border-r-n {
    border-right: none !important;
}

/****************** CUSTOM SCROLLBAR ***********************/

.nav-scrollbar {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#sidebar_left .nav-scrollbar {
    margin-top: 50px;
    height: calc(100vh - 50px);
}

@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: 13px;
    vertical-align: top;
}

.pagination .paginate_button.disabled a {
    background: #eee !important;
}

div.pagination.display-count {
    float: right;
    margin: 0px 0px 5px 0;
    font-size: 13px;
}

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;
    height: 30px !important;
}
/*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;
    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: 3px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt12 {
    margin-top: 12px !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: 1em;
    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 {
    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;
    outline: none;
}

.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: 140px !important;
    height: 140px !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-left: 20px !important;
}

/*.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: 38px;
}

#sidebar_left .sidebar-menu > li > a {
    line-height: 38px;
    height: 38px;
}

#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: 5px;
    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;
        background-color: transparent !important;
    }

    .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;
    }

        .input-group.inline_select_lists .dropdown-toggle::first-letter {
            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::first-letter {
        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-orangered {
    background-color: orangered;
    color: white;
    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: #fdfdfd !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
}

.bg-light-success {
    background-color: #e3ffdf
}

.bg-light-purple {
    background-color: #efe9ff
}

.bg-light-blue {
    background-color: #e3f9ff
}

.bg-light-danger {
    background-color: #ffedec
}

.panel-heading-body,.panel-heading {
    font-size: 15px;
    padding: 1px 12px;
    border-bottom: 1px solid #e6e6e6 !important;
    background-color: #f3f3f3;
    border-top: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    line-height: 34px;
    min-height: 40px;
    font-weight:600;
    /*height: auto;*/
}

#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;
    font-size: 13px;
}

    .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;
        font-size: 12px !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;
    }*/

    .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: left !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(2) {
    font-weight: bold;
    font-size: 20px;
    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(2) {
            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;
    color: #666 !important;
}

.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;
}

.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: 0;
    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;*/
    border: unset
}

    .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: 5px 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: 0px !important;
        margin-right: 0 !important;
    }

        .lead-timeline .timeline-divider .divider-label {
            margin-left: -30px !important;
            width: 100px !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: auto;
}

.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;
    }

    .table-tree .row-group .sub-item-second::before {
        content: "";
        position: absolute;
        border-top: 1px solid #ccc;
        width: 15px;
        top: 50%;
        left: 70px;
    }

    .table-tree .row-group .sub-item-second::after {
        content: "";
        position: absolute;
        border-left: 1px solid #ccc;
        width: 1px;
        height: 105%;
        top: -8px;
        left: 70px;
    }

    .table-tree .row-group .row-sub-item-second .line-parent::after {
        content: "";
        position: absolute;
        border-left: 1px solid #ccc;
        width: 1px;
        height: 105%;
        top: -8px;
        left: 30px;
    }

    .table-tree .row-group .row-sub-item-second:last-child .line-parent::after {
        display: none;
    }

.pl70 {
    padding-left: 70px !important;
}

.pl100 {
    padding-left: 100px !important;
}
/* 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 !important;
        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;
}

/* ILA customize */
.navbar-branding {
    height: 50px;
}

    .navbar-branding a.navbar-brand {
        /*margin-top: 9px;*/
        height: 100%;
    }

#sidebar_left.nano > .nano-content {
    margin-top: 110px;
}

.navbar-branding a.navbar-brand {
    /*padding-left: 50px;*/
}

/* ILA custom for mobile */
.sb-l-m .navbar-branding {
    height: 50px;
}

.sb-l-m #sidebar_left.nano > .nano-content {
    margin-top: 60px !important;
}

@media (max-width: 900px) {
    .navbar-branding {
        height: 50px;
    }

    #sidebar_left.nano > .nano-content {
        margin-top: 60px !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;
        min-height: 34px;
        border-radius: 3px;
        width: 100%;
        display: block;
        text-align: left;
        font-size: 13px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .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-multiple {
    display: block;
    /*height: 300px;*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100% !important;
}

.dropdown-multiselect ul {
    width: 100% !important;
    padding-top: 0px;
    top: auto;
    border: 0;
    box-shadow: none;
    position: relative !important;
}

    .dropdown-multiselect ul li {
        cursor: pointer;
    }

        .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*/

/*Nav tab scroll*/
.nav-tabs {
    /*overflow-x: auto;
    overflow-y: hidden;*/
    display: -webkit-box;
    display: -moz-box;
}

    .nav-tabs > li {
        float: none;
    }

.label-sending {
    background-color: #8e7bc3;
}

/* NEW RADIO BOX STYLE */
.radio-box {
    display: inline-block;
    margin: 0 10px;
    min-width: 200px;
    height: 100px;
    background-color: #fff;
}

    .radio-box label {
        font-size: 15px;
        text-align: center;
        padding-top: 40px;
        width: 100%;
        padding-left: 0;
        line-height: 100%;
        height: 100px;
    }

        .radio-box label:before {
            position: relative;
            width: 200px;
            height: 100px;
            border-radius: unset;
            position: absolute;
            border: 2px solid #cecece;
        }

    .radio-box input[type=radio]:checked + label {
        color: #00aeef;
    }

        .radio-box input[type=radio]:checked + label:before {
            border-color: #00aeef;
            border-width: 3px;
            box-shadow: inset 0 0 15px rgba(0,0,0,.02), inset 0 0 0 1px rgba(0,0,0,.05);
        }

        .radio-box input[type=radio]:checked + label:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f00c";
            background: #00aeef;
            color: #ffffff;
            font-size: 15px;
            top: -5px;
            left: -5px;
            border-radius: 0;
            width: 20px;
            height: 20px;
            text-align: center;
            padding-top: 2px;
            border: 1px solid #0789b9;
        }

/*Nav tab scroll*/

.fixed-column {
    position: sticky !important;
    right: 0px !important;
    width: auto !important;
    background: #fdf9e6;
}
/*Table fixed column*/

.dropdown-menu > li > a:disabled, .dropdown-menu > li > a[disabled] {
    cursor: none !important;
    pointer-events: none !important;
    color: #bbbbbb !important;
}

.dropdown-menu li a i {
    width: 17px;
    vertical-align: middle;
}

.select2-container .select2-default > .select2-chosen {
    color: #a0a0a0;
}

.color-dropdown-default {
    color: #a0a0a0 !important;
}

.dropdown-multiselect .color-dropdown-default {
    color: #a0a0a0 !important;
}

.table-large-row td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ui-select-container .ui-select-no-choice {
    padding-left: 5px !important;
    padding-bottom: 5px !important;
    color: #c3bfbf !important;
    font-size: 12px !important;
}

.panel-menu {
    z-index: 900 !important;
}

.brw {
    word-break: break-word;
}

@media (max-width: 1100px) {
    #content_wrapper, .sb-l-o #content_wrapper {
        left: auto;
    }
}

/* custom dashboard */
.dashboard-box-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: 12px;
}

.dashboard-box-color-white * {
    color: #fff !important;
}

.dashboard-box-items {
    float: left;
    margin: 0;
    padding: 0;
}

    .dashboard-box-items .box-group-title {
        font-size: 12px;
        text-align: center;
        color: #afafaf;
        margin: 5px 0;
    }
    .dashboard-box-items .box-group-sum {
        color: #fff !important;
        text-align: center;
        height: 70px;
        margin: 5px;
        margin-top: 10px;
    }
        .dashboard-box-items .box-group-sum .box-group-sum-title {            
            padding-top:5px;
            margin: 5px 0;
            font-size: 32px;
        }
        .dashboard-box-items .box-group-sum .box-group-sum-item {
            font-size: 14px;
            font-weight: 600;
            line-height: 1;
            
        } 
    .dashboard-box-items .icon-bg {
        right: 0px;
        top: unset;
        bottom: -14px;
        opacity: 0.15;
    }

    .dashboard-box-items a {
        color: unset !important;
        text-decoration: none !important;
    }

    .dashboard-box-items .dashboard-box-item {
        overflow: hidden;
        height: 90px;
        padding: 5px 5px 5px 5px;
        box-shadow: 0 1px 2px #ccc;
        border-radius: 2px;
        position: relative;
    }
.dashboard-box-item-haspermission{
    text-align:center;
    margin-top:3px;
}
.dashboard-box-items .dashboard-box-item h2 {
    font-size: 30px;
    line-height: 25px;
    color: #777;
    margin-top: 14px;
}

        .dashboard-box-items .dashboard-box-item .icon-bg i {
            font-size: 50px;
        }

        .dashboard-box-items .dashboard-box-item .title {
            font-size: 15px;
            font-weight: 600;
            line-height: 1;
        }

        .dashboard-box-items .dashboard-box-item:hover {
            box-shadow: 0 0 8px #0795ca, 0 0 0 2px #4fc6f3;
        }

        .dashboard-box-items .dashboard-box-item.non-hover:hover {
            box-shadow: none;
        }

.dashboard-box-borders .dashboard-box-items {
    padding: 0 5px 10px 5px;
    border: 1px solid #d8d8d8;
}

    .dashboard-box-borders .dashboard-box-items.custom {
        float: inherit
    }

.dashboard-box-borders .dashboard-box-left {
    margin-right: 5px;
}
.dashboard-box-borders .dashboard-box-center {
    margin-left: 5px;
    margin-right: 5px;
}

.sg-dashboard .fa-spinner {
    color: #ffffff !important;
    margin: -7px;
}

.dashboard-box-wrapper .header-new-sales {
    margin-bottom: 12px
}

.dashboard-box-items .dashboard-box-item h2 b.fa-spinner {
    margin-left: 0;
}

.dashboard-box-items .dashboard-box-item * {
    color: #fff;
}

.col-split9-left {
    width: calc(33.33333%);
}
 
.col-split9-right {
    width: calc(66.66667% - 5px);
}

.col-split8-left {
    width: calc(37.5% - 5px);
}

.col-split8-right {
    width: calc(62.5% - 5px);
}

.col-split8-2left {
    width: calc(25% - 5px);
}

.col-split8-2right {
    width: calc(75% - 5px);
}

.col-split7-2left {
    width: calc(15% - 5px);
}

.col-split7-2right {
    width: calc(85% - 5px);
}

.col-split7-left {
    width: calc(15% - 5px);
}
.col-split7-center {
    width: calc(42.5% - 5px);
}

.col-split7-right {
    width: calc(42.5% - 5px);
}

.col-split9-left {
    width: calc(33.33333% - 5px);
}

.col-split9-center {
    width: calc(33.33333% - 5px);
}

.col-split9-right {
    width: calc(33.33333% - 5px);
}




.box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .box-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 5px;
    }
}

@media (max-width:1366px) {
    .dashboard-box-items .dashboard-box-item {
        padding: 5px 5px 5px 5px !important;
        height: 82px;
    }

        .dashboard-box-items .dashboard-box-item h2 {
            font-size: 25px;
            line-height: 25px;
            color: #777;
            margin-top: 10px;
        }

        .dashboard-box-items .dashboard-box-item .title {
            font-size: 13px;
        }
}

@media (max-width:1024px) {
    .dashboard-box-items {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .box-row {
        display: inline-block;
        width: 100%;
    }
}

/* BOX COLOR */
.bg-new-need,
.bg-open-need {
    background-color: #ff00d9b3;
}

.bg-qualified {
    background-color: #34a853;
}

.bg-unqualified {
    background-color: #aaaaaade;
}

.bg-inpipeline {
    background-color: #f6bb42;
}

.bg-today-action {
    background-color: #8bc34a;
}

.bg-overdue {
    background-color: #f73737;
}

    .bg-qualified *,
    .bg-today-action *,
    .bg-overdue *,
    .bg-ytd-newsales * {
        /* color: #eaeaea !important;*/
    }

.bg-ytd-newsales {
    background-color: #0658fde0;
}

.bg-unsucessful {
    background-color: #666666de;
}

.bg-sucessful-new-sales, .bg-unsucessful-new-sales {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 8px !important;
    border-radius: 2px;
}

.bg-sucessful-new-sales {
    background-color: #34a853;
}

.bg-unsucessful-new-sales {
    background-color: #d9d9d9;
}

    .bg-unsucessful-new-sales:hover, .bg-sucessful-new-sales:hover {
        color: inherit;
        text-decoration: none
    }

.bg-mtd-newsales {
    background-color: #0cdbdb;
}
/* custom dashboard */


.tracking-lead h2, .tracking-new h2, .tracking-qualified h2, .tracking-visitor h2, .tracking-pt h2, .tracking-sale h2, .tracking-unsuccessful h2, .tracking-unqualified h2,
.tracking-lead .title, .tracking-new .title, .tracking-qualified .title, .tracking-visitor .title, .tracking-pt .title, .tracking-sale .title, .tracking-unsuccessful .title, .tracking-unqualified .title {
    color: white !important;
}

.tracking-lead {
    background-color: #757ee8;
}

.tracking-new {
    background-color: #32B7E8;
}

.tracking-qualified {
    background-color: #caad5a;
}

.tracking-visitor {
    background-color: #4897c6;
}

.tracking-pt {
    background-color: #39ad87;
}

.tracking-sale {
    background-color: #CD936A;
}

.tracking-unsuccessful {
    background-color: #caad5a;
}

.tracking-unqualified {
    background-color: #b45aca;
}

.label-light {
    background-color: #efefef !important;
    color: #717171;
    font-weight: 400;
    font-size: 11px !important;
}

    .label-light:hover {
        background-color: #3bafda !important;
        color: #fff;
    }

.hideChart .highcharts-point {
    display: none !important;
}

@media screen and (max-width:500px) {
    .topbar-right {
        text-align: right;
    }

    .search-box {
        margin-bottom: 5px;
        min-width: calc(100vw - 28px);
    }

        .search-box input {
            width: 100%;
        }
}

.bg-light-customercare {
    background-color: #DBF9D7 !important;
}

.label-leadnew {
    background-color: #F6BB42 !important;
}

.label-calling {
    background-color: #4A89DC !important;
}

.label-ecflow {
    background-color: #7D7FDD !important;
}

.label-customercare {
    background-color: #70CA63 !important;
}

.label-new-reenroll {
    background-color: #B4A7D6 !important;
}

.label-reenroll-follow {
    background-color: #D0E0E3 !important;
}

.label-reenroll-care {
    background-color: #6D9EEB !important;
}

.navbar {
    z-index: 10000;
}

    .navbar .nav > li > a {
        line-height: 30px;
    }

.user-info .user-desc {
    margin-left: 0;
}

.caret.caret-tp {
    border-top-color: rgb(255, 255, 255);
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

@media (max-width: 1100px) {
    .navbar .navbar-right > li:last-child > a > span {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-right > li:last-child > a > span.caret {
        display: inline-block !important;
    }
}

@media (min-width: 480px) {
    .navbar-nav > li > a {
        padding-top: 11.5px;
        padding-bottom: 15.5px;
    }
}

/* customize bootbox confirm */
.bootbox-confirm .modal-footer button {
    float: right;
    margin-right: 10px;
}

.left-col-reposive,
.middle-col-reposive,
.right-col-reposive {
    float: left;
}

/*customize style for two columns*/
@media screen and (max-width:996px) {
    .div-panel-bottom {
        display: inline;
    }

    .left-col-reposive {
        width: 100% !important;
    }

    .middle-col-reposive {
        width: 100% !important;
    }

    .right-col-reposive {
        width: 100% !important;
    }

    .arrow-left {
        transform: rotate(90deg);
        width: 50% !important;
        padding: 0px !important;
    }

    .arrow-right {
        transform: rotate(90deg);
        width: 50% !important;
    }
}

@media screen and (min-width:1024px) {
    .div-panel-bottom {
        display: none;
    }

    .left-col-reposive {
        width: 48% !important;
        padding-right: 10px;
    }

    .right-col-reposive {
        width: 48% !important;
        padding-left: 10px;
    }

    .arrow-left {
        padding: 0px !important;
    }

    .arrow-right {
        margin-top: 5px;
        padding: 0px !important;
    }

    .row-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* customize for two columns for body */
.form-two-column-body {
    height: calc(100vh - 350px);
}
/* customize for multi-pannel in one page - start */
.ph-r {
    height: 100vh;
}

.ph-b80 {
    height: calc(100vh - 80px)
}

.ph-b232 {
    height: calc(100vh - 232px)
}

.ph-b325 {
    height: calc(100vh - 325px)
}

.ph-b374 {
    height: calc(100vh - 374px)
}

.ph-b215 {
    height: calc(100vh - 215px)
}

.im-mt5 {
    margin-top: 5px;
}

@media only screen and (max-width: 1023px) {
    .ph-b232 {
        height: calc(100vh - 320px)
    }

    .ph-b325 {
        height: calc(100vh - 325px)
    }

    .ph-b374 {
        height: calc(100vh - 448px)
    }

    .tl-fa > .fa-angle-right:before {
        content: "\f107";
    }

    .tl-fa > .fa-angle-left:before {
        content: "\f106";
    }

    .tablet .wpc75 {
        width: calc(75% - 0px) !important;
    }

    .inmobile.im-mt5 {
        margin-top: 0;
    }
    .dashboard-box-borders .dashboard-box-center {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .ph-b232 {
        height: calc(100vh - 320px)
    }

    .ph-b325 {
        height: calc(100vh - 545px)
    }

    .ph-b374 {
        height: calc(100vh - 682px)
    }

    .tl-fa > .fa-angle-right:before {
        content: "\f107";
    }

    .tl-fa > .fa-angle-left:before {
        content: "\f106";
    }

    .mobile .wpc100 {
        width: calc(100% - 0px) !important;
    }

    .mobile .wpc75 {
        width: calc(75% - 0px) !important;
    }

    .mobile .w-pc75 {
        width: calc(75% - 3px) !important;
    }

    .mobile .w-pc50 {
        width: calc(50% - 3px) !important;
    }

    .mobile .w-pc25 {
        width: calc(25% - 3px) !important;
    }

    .mobile .wpc25 {
        width: calc(25% - 0px) !important;
    }

    .mobile .wpc50 {
        width: calc(50% - 0px) !important;
    }
}

@media only screen and (max-height: 864px) {
    .ph-b232 {
        height: calc(120vh - 320px)
    }

    .ph-b325 {
        height: calc(120vh - 325px)
    }

    .ph-b374 {
        height: calc(120vh - 448px)
    }
}

.text-trasform-l-c {
    text-align: left;
}

.text-trasform-r-c {
    text-align: right;
}

.h-auto {
    height: auto !important;
}

@media only screen and (max-width: 576px) {
    .text-trasform-l-c {
        text-align: center;
    }

    .text-trasform-r-c {
        text-align: center;
    }
}
/* customize for multi-pannel in one page - end */

/* customize view for create lead - start */

@media only screen and (max-width: 768px) {
    .lead-view-mobile {
        display: none;
    }
}
/* customize view for create lead - end */

.btn-edit-thumb:hover {
    color: #ca8905;
}

.btn-edit-thumb {
    padding: 5px 7px;
    display: inline-block;
    line-height: 14px;
    min-height:25px;
}

.admin-form .prepend-icon > input, .admin-form .prepend-icon > textarea {
    padding-left: 32px;
}

.h36 {
    height: 36px;
}

/* customize back-ground - start */
#purdah {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 998;
    display: none;
    top: 29px;
}

.mobile-view #purdah {
    display: block;
}

.mobile-view.sb-l-m #purdah {
    display: none;
}
/* customize back-ground - end */
@media only screen and (max-width: 767px) {
    .clr-topbar-right {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    #content_wrapper, .sb-l-o #content_wrapper {
        margin-left: 0px !important;
    }

    .sb-l-o #content_wrapper {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-sm-2 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-2,
    .seven-cols .col-lg-2 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-2,
    .seven-cols .col-lg-2 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 768px) {
    .eight-cols .col-sm-2 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .eight-cols .col-md-2,
    .eight-cols .col-lg-2 {
        width: 12.5%;
        *width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .eight-cols .col-md-2,
    .eight-cols .col-lg-2 {
        width: 12.5%;
        *width: 12.5%;
    }
}

.dashboard-box-number {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #c3bfbf !important;
}

/*.highcharts-container {
    width: 100% !important;
}*/

.highcharts-container .highcharts-root {
    width: 100% !important;
}

/* SELECT2 CUSTOMIZE */
.select2-search input {
    width: 100% !important;
    margin: 2px 0;
}

/*.ui-select-placeholder {
    width: auto !important;
}*/

.btn-group.open .dropdown-toggle {
    border: 1px solid #75a5e4 !important;
    box-shadow: none !important
}

/* MOBILE CUSTOMIZE */

@media (max-width: 1366px) {
    .form-responsive {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .box-col {
        width: 33%;
        padding: 0 5px;       
        float:left;
    }
    .col-split7-left .box-col {
        width: 100%;
        padding: 0 5px;
    }
}

@media (max-width: 600px) {
    .box-col {
        width: 49%;
        padding: 0 5px;
        float: left;
    }
    .col-split7-left .box-col{
        width: 100%;
        padding: 0 5px;
    }
}
.timeline-panel .panel-heading .panel-title p {
    display: inline-block;
}

.timeline-panel .panel-heading .panel-title em {
    font-size: 13px;
}

@media (max-width: 992px) {
    body,
    .input-sm,
    .btn,
    .form-control,
    p.pagination,
    .ranges li,
    .dropdown-menu,
    .userPermission .fc-event,
    #sidebar_left .sidebar-menu > li a,
    .sidebar-menu > li > a > span:nth-child(1),
    .sidebar-menu > li > a > span:nth-child(2),
    .sidebar-menu > li > ul > li:first-child > a,
    .m-lead-act,
    .pagination-sm > li > a, .pagination-sm > li > span,
    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        font-size: 1.5rem !important;
    }

    .dashboard-box-items .dashboard-box-item {
        padding: 5px 5px 5px 10px;
        height: 85px;
    }


        .dashboard-box-items .dashboard-box-item .title {
            font-size: 14px;
        }

    .admin-form,
    .admin-form label,
    .admin-form input,
    .admin-form button,
    .admin-form select,
    .admin-form textarea,
    .admin-form.table,
    .admin-form .table {
        font-size: 1.5rem !important;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .table .btn-group .btn {
        font-size: 14px !important;
    }

    .select2-container .select2-choice {
        height: 37px !important;
    }

    .dropdown-menu {
        max-width: 265px !important;
    }

    .timeline-panel .panel-heading {
        height: auto;
        line-height: 28px;
    }

        .timeline-panel .panel-heading .panel-title p {
            display: block;
        }

    .row-container .tl-fa {
        padding: 4px 0;
    }

        .row-container .tl-fa span {
            font-size: 30px;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        height: 35px;
    }

    .prepend-icon .input-sm {
        height: 37px !important;
    }

    .btn {
        padding: 6px 9px;
    }

    .learner-number {
        font-size: 18px !important;
    }
}

.sort-icon {
    margin-left: 8px;
}

#timeline .panel {
    margin-left: 33px;
}

#timeline.timeline-single .timeline-icon {
    left: 43px;
}

#timeline.timeline-single:after {
    left: 48px;
}

.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}

@media only screen and (max-width: 992px) {
    #timeline.timeline-single:after {
        /*    left: 39px;*/
    }

    .desktop-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .fixed-row {
        position: sticky;
        top: 0px;
        background-color: #ffffff;
        z-index: 1;
    }
}

#timeline.timeline-single .timeline-divider .divider-label {
    margin-left: -30px;
    width: 93px;
}

.bootstrap-datetimepicker-widget {
    top: 100% !important;
    left: 0 !important;
    bottom: auto !important
}

.dropdown-multiselect-result li.active label {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .fc-list-empty {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) {
    .fc-list-empty {
        display: block !important;
    }
}

/* custom daterangepicker */

.daterangepicker {
    position: absolute !important;
    height: auto !important;
    min-width: 170px;
}

    .daterangepicker.scrollbar::-webkit-scrollbar {
        display: none !important;
    }

@media (max-width: 992px) {
    .daterangepicker {
        height: 285px !important;
    }

    .daterangepicker {
        width: 87% !important;
        max-width: none !important;
    }

    .bootstrap-datetimepicker-widget {
        width: 100% !important;
        max-width: none !important;
    }

    .daterangepicker .calendar {
        max-width: 100% !important;
    }

    .daterangepicker .range_inputs {
        text-align: center;
    }

        .daterangepicker .range_inputs button {
            min-width: 80px;
            height: 40px;
        }

    .modal-dialog {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        position: fixed;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
    }

        .modal-dialog .modal-content {
            height: 100%;
            padding-bottom: 56px;
        }

    .bootbox .modal-dialog .modal-content {
        height: 25% !important;
        padding-bottom: 56px;
        max-height: 150px;
    }

    .bootbox .modal-dialog .modal-body {
        top: 0 !important;
    }

    .simplebar-content-wrapper {
        height: 100% !important;
    }

    .modal-dialog .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

        .modal-dialog .modal-footer .btn {
            min-width: 80px;
        }

    .modal-dialog .modal-body {
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        bottom: 57px;
        overflow-x: hidden;
        max-height: 100%;
    }

        .modal-dialog .modal-body::-webkit-scrollbar,
        .dropdown-multiselect-result .dropdown-menu::-webkit-scrollbar,
        .table-responsive-scroll::-webkit-scrollbar,
        .scrollbar-hide::-webkit-scrollbar {
            display: none !important;
        }

    #main .daterangepicker {
        left: 26px !important;
    }

        #main .daterangepicker .input-mini {
            height: 35px;
            line-height: 35px;
        }

        #main .daterangepicker .daterangepicker_input i {
            top: 9px;
        }

    .min-height-two-column {
        min-height: calc(70vh) !important;
        padding: 15px !important;
    }
}

.scrollbar-hide {
    overflow: hidden !important;
}

    .scrollbar-hide::-webkit-scrollbar {
        display: none !important;
    }

.simplebar-vertical.simplebar-hover .simplebar-scrollbar,
.simplebar-dragging .simplebar-vertical.simplebar-hover .simplebar-scrollbar {
    width: 9px !important;
}

.simplebar-horizontal.simplebar-hover .simplebar-scrollbar,
.simplebar-dragging .simplebar-horizontal.simplebar-hover .simplebar-scrollbar {
    height: 9px !important;
    top: auto !important;
    z-index: 999 !important;
    bottom: 2px !important;
}

.simplebar-scrollbar.simplebar-hover:before,
.simplebar-dragging .simplebar-scrollbar.simplebar-hover:before {
    opacity: 0.8 !important;
}
/*.ui-select-dropdown {
    min-height: 200px;
}*/
#timeline .timeline-divider {
    margin-right: 0;
}

.table-has-border {
    border: 1px solid #e3e3e3 !important;
}

.table-fixed-header thead > tr th {
    position: sticky;
    top: -1px;
    background-color: #f3f3f3;
    z-index: 99;
}

.table-fixed-header thead > tr + tr > th {
    position: sticky;
    top: 31px;
    background-color: #f3f3f3;
    z-index: 99;
}

.table-fixed-header thead > tr + tr + tr > th {
    position: sticky;
    top: 63px;
    background-color: #f3f3f3;
    z-index: 99;
}

.sale-target-1 {
    background-color: #e06666;
}

.sale-target-2 {
    background-color: #ea9999;
}

.sale-target-3 {
    background-color: #ffe599;
}

.sale-target-4 {
    background-color: #fbbc04;
}

.sale-target-5 {
    background-color: rgb(74,137,220) !important;
    color: white;
}

li.dropdown-header.ng-scope {
    margin-top: 10px;
}

    li.dropdown-header.ng-scope:before {
        position: absolute;
        content: "";
        border: 0.5px solid #e5e5e5;
        width: 100%;
        margin-top: -10px;
        margin-left: -10px;
    }

    li.dropdown-header.ng-scope:nth-child(3):before {
        position: absolute;
        border: none !important;
    }

/* custom icon collapse or expand for fa font    */
.collapse-icons .fa:before {
    content: "\f078" !important;
}

.collapse-icons .collapsed .fa:before {
    content: "\f054" !important;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .dropdown-multiselect .dropdown-menu {
        margin: 0;
        max-width: 440px !important;
    }
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .dropdown-multiselect .dropdown-menu {
        margin: 0;
        max-width: 600px !important;
    }
}

@media screen and (max-device-width: 992px) and (orientation: portrait) {
    .dropdown-multiselect .dropdown-menu {
        margin: 0;
        max-width: 724px !important;
    }
}

@media screen and (max-device-width: 992px) and (orientation: landscape) {
    .dropdown-multiselect .dropdown-menu {
        margin: 0;
        max-width: 724px !important;
    }
}
/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .dropdown-multiselect .dropdown-menu {
        margin: 0;
        max-width: 369px !important;
    }
}

.telesale-report {
    height: 360px;
    border: 1px solid #dddddd
}

.highcharts-scrolling::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.highcharts-scrolling::-webkit-scrollbar-thumb {
    background-color: #00aeef;
    border-radius: 10px;
}

.highcharts-scrolling::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 662px) {
    .highcharts-scrolling {
        overflow-x: scroll;
    }

    .highcharts-scrolling {
        overflow-y: scroll;
    }
}

.highcharts-scrolling {
    overflow-x: scroll;
}

.highcharts-scrolling {
    overflow-y: scroll;
}

body.sb-l-m #sidebar_left.nano {
    position: fixed !important;
}

.h550 {
    height: 550px !important;
}

.mh-350 {
    max-height: 350px;
    !important;
}

.loading {
    font-size: 5em;
    color: #00aeef;
}

.report-color {
    background-color: cornflowerblue !important;
    color: white !important;
    font-weight: 600;
}

.report-th-group-color {
    color: #4a89dc;
}

.multiselect-divider {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 18px !important;
}

    .multiselect-divider span {
        display: inline-block;
        position: relative;
        padding: 0 17px;
        background: #e9e9e9;
        color: #999;
        top: -11px;
        font-size: 11px;
    }

.fixed-left-column {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #fdf9e6;
    z-index: 99;
}

.fixed-left-column-bg-white {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #fff;
    z-index: 99;
}

.fixed-left-column-bg-gray {
    position: sticky !important;
    left: 0px !important;
    width: auto !important;
    background: #f3f3f3;
    z-index: 99;
}

.z-999 {
    z-index: 999 !important;
}

.bg-total-report {
    background-color: #cfe2f3 !important;
}

.fn {
    float: none !important;
}


@media (min-width: 992px) and (max-width: 1096px) {
    .cs-p0 {
        padding-right: 0 !important;
    }

    .cs-panel-heading {
        padding: 1px 5px;
    }
}

@media screen and (max-width: 1600px) {
    .table-responsive-md .table > thead > tr > th, .table-responsive-md .table > tbody > tr > th,
    .table-responsive-md .table > tfoot > tr > th, .table-responsive-md .table > thead > tr > td,
    .table-responsive-md .table > tbody > tr > td, .table-responsive-md .table > tfoot > tr > td {
        white-space: normal !important;
    }
}

.contract-course {
    padding: 30px 0px 10px;
    border: 2px solid #dedede;
    /*margin: 15px;*/
    position: relative;
    margin-bottom: 15px;
}

.contract-course-title {
    position: absolute;
    top: -14px;
    left: 20px;
    font-size: 14px;
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
    color: #00aeef;
}

.discount-text {
    color: #e9573f !important;
}

.addition-text {
    color: #70ca63 !important;
}


.target-data-invalid {
    border: 2px solid #de888a !important;
    background: #fee9ea !important;
}

.field-icon-right {
    right: 0;
    top: 0;
    z-index: 4;
    width: 39px;
    height: 39px;
    color: inherit;
    line-height: 35px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.icon-show {
    display: inline;
}

}
/*custom height*/
.h30 {
    height: 30px !important;
}

.flex {
    display: flex;
}

.mt-15 {
    margin-top: -15px;
}

.w-pc100 {
    width: 100% !important;
}

@media (max-width: 1140px) {
    .note-contract {
        text-align: left !important;
    }
}

.clrUlStyle {
    list-style: none;
}

.clrP {
    padding: 0 !important
}

.clrStyle .container-fluid {
    padding-top: 8px;
    width: 100%;
    height: 30px;
}

    .clrStyle .container-fluid:hover {
        padding-top: 8px;
        background: #d3ecf5;
        border-radius: 20px;
        width: 100%;
        height: 30px;
    }

/*@media (min-width: 992px) {
    .modal-bg {
        width: 1100px !important;
    }
}
*/

/*custom chat*/

.chat-profile {
    padding-right: 0 !important;
    width: 300px;
}

    .chat-profile .simplebar-horizontal {
        height: 0 !important
    }


.chat-profile, .chat-content {
    border-right: 1px solid #DDD;
}

.chat-content {
    padding: 0 !important;
    flex-grow: 1
}

    .chat-content.logo {
        height: 750px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.chat-search {
    border-bottom: 1px solid #DDD;
    padding: 17px 15px;
    display: flex;
}

.chat-user-header {
    border-bottom: 1px solid #DDD;
    padding: 9px 15px;
    display: flex;
}


.chat-search .search-box {
    width: 100%
}

    .chat-search .search-box input {
        width: 100%
    }

.chat-search .chat-filter .dropdown-filter {
    width: 285px;
    height: 200px;
    position: absolute;
    top: 125%;
    padding: 20px 20px 0 20px;
    right: 0;
    background: #fafafa;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #DDD;
    text-align: center;
}

    .chat-search .chat-filter .dropdown-filter .arrow, .chat-search .chat-filter .dropdown-filter .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

        .chat-search .chat-filter .dropdown-filter .arrow:after {
            top: -8px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
            border-width: 10px;
        }

.filter-head {
    padding: 10px;
    padding-right: 20px;
    float: left;
    cursor: pointer;
}

    .filter-head span {
        position: relative;
        font-weight: 600
    }

    .filter-head i {
        position: absolute;
        margin-left: 5px;
        top: 0;
    }

.table-responsive-chat {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}


.filter-profile {
    height: 65px;
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px 0;
}

    .filter-profile > div {
        display: flex;
        position: relative;
    }

    .filter-profile img.user-picture {
        width: 40px;
        border-radius: 50%;
    }

    .filter-profile img.icon-pageapp {
        position: absolute;
        width: 20px;
        right: 0;
        bottom: 2px;
        border-radius: 50%;
    }

    .filter-profile .picture {
        padding-right: 0 !important;
        margin-top: 10px;
        position: relative;
    }

    .filter-profile .profile-info {
        margin-left: 8px;
        flex-grow: 1;
        width: 50%;
    }

    .filter-profile .profile-count-notread {
        position: absolute;
        right: 4px;
        top: 40%;
        padding: 0px 5px;
        font-size: 11px;
        border-radius: 10px;
        background: #e9573f;
        color: white;
        font-weight: 600;
    }


    .filter-profile .profile-info .profile-info-message, .filter-profile .profile-info .profile-pageapp {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 85%;
    }

    .filter-profile .profile-info .profile-info-message {
        height: 19px;
    }


    .filter-profile:hover {
        background: #ecf0f1
    }

    .filter-profile .profile-pageapp span {
        font-size: 12px;
    }

.chat-filter {
    line-height: 32px;
    position: relative;
}

.tab-pos-remove {
    content: "\f00d";
    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: 4px;
    background-color: grey;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -2px;
    padding-left: 5px;
    cursor: pointer;
}

.note-block {
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: bottom;
    border: 1px solid;
}

.note-wrapper {
    line-height: 16px;
    display: inline-block;
    margin-right: 10px;
}
/*Màu cho đơn hàng bán*/
.order-sale-color {
    background-color: #ff00003b;
}
/*Màu cho đơn hàng trả tiền*/
.order-return-color {
    background-color: #ffaa0047;
}
/*Màu cho đơn hàng đổi */
.order-return-change-color {
    background-color: #37bc9b3d;
}


.chat-filter i {
    cursor: pointer;
}


.chat-content .chat-user-header img {
    width: 50px;
    border-radius: 50%;
}



.chat-content .user-name, .chat-content .user-collapse {
    line-height: 50px
}

.chat-content .user-collapse {
    text-align: right
}

    .chat-content .user-collapse span {
        padding: 10px;
        cursor: pointer
    }

.chat-info {
    padding: 15px 20px !important;
    width: 250px;
}

    .chat-info .info-address, .chat-info .info-phone {
        padding: 10px 0;
        border-bottom: 1px solid #DDD;
    }


.chat-info-profile {
    padding: 10px 0 30px 0;
    display: flex;
    align-items: center;
}

.info-profile-picture img {
    width: 60px;
    border-radius: 50%;
}
/*.chat-content {
    width: calc(100% - 600px);   
}*/
.chat-content-input {
    padding: 10px 15px;
}


    .chat-content-input .msg-box {
        display: flex;
        align-items: center;
    }

        .chat-content-input .msg-box textarea {
            border-left: 1px solid #DDD !important;
            border: none;
        }

        .chat-content-input .msg-box .fa-paper-plane {
            color: #00aeef !important;
        }

.chat-content .chat-content-body {
    background-color: #00aeef1a !important;
    height: 600px;
    padding: 20px
}

    .chat-content .chat-content-body .simplebar-content-wrapper {
        background: none
    }

    .chat-content .chat-content-body .section-msg {
        display: flex;
        margin: 10px 0;
    }

    .chat-content .chat-content-body .section-timestamp {
        position: relative;
        padding: 12px 20px;
        text-align: center;
    }

        .chat-content .chat-content-body .section-timestamp span {
            display: inline-block;
            position: relative;
            z-index: 1;
            background-color: #abb1bd;
            line-height: 26px;
            padding: 0 15px;
            color: #fff;
            border-radius: 20px;
        }


        .chat-content .chat-content-body .section-timestamp::after {
            position: absolute;
            top: 50%;
            left: 55px;
            right: 55px;
            content: "";
            background-color: #abb1bd;
            width: auto;
            height: 1px;
            opacity: .5;
        }

    .chat-content .chat-content-body .section-msg .msg-content, .chat-content .chat-content-body .section-msg .msg-me-content {
        margin-bottom: 10px;
        max-width: 70%;
    }

    .chat-content .chat-content-body .section-msg.me {
        flex-direction: row-reverse;
    }

    .chat-content .chat-content-body .msg-me-picture img, .chat-content .chat-content-body .msg-picture img {
        width: 36px;
        border-radius: 50%;
    }

    .chat-content .chat-content-body .section-msg .msg-me-picture {
        margin-left: 10px;
    }

    .chat-content .chat-content-body .section-msg .msg-picture {
        margin-right: 10px;
    }

    .chat-content .chat-content-body .section-msg .msg-timestamp {
        color: #9ea5ae;
        float: right;
    }

    .chat-content .chat-content-body .section-msg .content div span, .chat-content .chat-content-body .section-msg .content div a {
        background-color: #00aeef4f;
        padding: 8px 12px;
        border-radius: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .chat-content .chat-content-body .section-msg .msg-content .content div span {
        background-color: #fff;
    }

    .chat-content .chat-content-body .section-msg .content div img {
        max-width: 100%;
        max-height: 450px;
        border-radius: 10px;
    }

    .chat-content .chat-content-body .section-msg .msg-content .msg-timestamp {
        float: left;
    }

.pd0 {
    padding: 0px !important;
}

.panel-body.tab-content.section-chat > div {
    display: flex;
}

.chat-content .chat-user-header .user-name {
    margin-left: 15px;
    flex-grow: 1;
}

/*  Loading */

#loadding-message {
    position: relative;
    margin: 10px;
    width: 100%;
    height: 34px;
}

#loadding-profile {
    position: relative;
}

    #loadding-profile .spinner, #loadding-message .spinner {
        display: block;
        position: absolute;
        z-index: 1050;
        top: 15px;
        right: 15px;
    }

    #loadding-profile .spinner-icon, #loadding-message .spinner-icon {
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 50%;
        -webkit-animation: nprogress-spinner 300ms linear infinite;
        animation: nprogress-spinner 300ms linear infinite;
    }


    #loadding-profile .spinner, #loadding-message .spinner {
        width: 140px;
        padding: 8px 15px;
        background: #ffffff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        right: auto;
        left: 50%;
        top: 20px;
        margin-left: -73px;
        animation: unset;
    }

        #loadding-profile .spinner:after, #loadding-message .spinner:after {
            content: "đang tải...";
            display: inline-block;
            position: absolute;
            top: 7px;
            left: 48px;
        }

#loadding-message .spinner {
    top: 0 !important
}

.breadcrumb-stage {
    display: flex;
    padding: 10px 13px !important;
}

    .breadcrumb-stage .stage {
        flex: 1 0;
    }

        .breadcrumb-stage .stage > div {
            display: flex;
            margin-right: 10px;
        }

            .breadcrumb-stage .stage > div .stage-name {
                padding: 7px;
                text-align: center;
                flex: 8 0;
                border-bottom: 2px solid;
                border-radius: 2px;
            }

            .breadcrumb-stage .stage > div .stage-arrow-right {
                border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-left: 17px solid;
            }

/*    .lead_info_container .breadcrumb-stage .stage:after {
            content:'';
            position: absolute;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid green;
            right: 0;
            top: 0;
        }*/


#timeline.lead-timeline .document-photo, #timeline.lead-timeline .document-pdf, #timeline.lead-timeline .document-video {
    margin-top: 15px !important;
    display: inline-block;
}
/*#timeline.lead-timeline .document-photo > img{
    cursor:pointer
}*/
*custom lead detail*/
.lead_info_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.lead_info_container .flex_row {
    display: flex;
    margin-bottom: 20px;
}

.lead_info_container .contact_container {
    width: 100%;
}

    .lead_info_container .contact_container .panel-heading {
        background: transparent;
        border: none;
    }

        .lead_info_container .contact_container .panel-heading li {
            border-top: 1px solid #e6e6e6 !important;
            background-color: #f3f3f3;
        }

            .lead_info_container .contact_container .panel-heading li:first-child {
                border-left: 1px solid #e6e6e6 !important;
            }

            .lead_info_container .contact_container .panel-heading li.active {
                z-index: 1;
            }


    .lead_info_container .contact_container .tab-content .tab-pane {
        opacity: 0;
        /*transition: opacity, margin-top 1s ease-out;
        -webkit-transition: opacity, margin-top 1s ease-out;
        -moz-transition: opacity, margin-top 1s ease-out;*/
    }

        .lead_info_container .contact_container .tab-content .tab-pane.active {
            opacity: 1;
        }

    .lead_info_container .contact_container .panel-body {
        border: 1px solid #e6e6e6 !important;
    }


/* Stage and Conversionfunnel */


.content-stage .input-sm {
    height: 30px !important
}

.content-stage .stage-level {
    padding: 15px 19px 15px 13px;
    border: 2px solid #e1e2e3;
}

.content-stage .stage-header {
    position: relative
}

    .content-stage .stage-header::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -45px;
        width: 2px;
        height: 35px;
        margin: 0 auto;
        background: #dee1e3;
    }

    .content-stage .stage-header.non-after::after {
        position: inherit;
    }


.content-stage .stage-level-1, .content-stage .stage-level-2, .content-stage .stage-level-3 {
    padding: 10px;
    background: #39A8EF;
    display: flex;
    align-items: center;
    height: 49px;
    transition: 0.3s;
}

.content-stage .stage-level-1 {
    margin-bottom: 15px
}


.content-stage .stage-level-3 {
    margin-top: 15px;
}

.content-stage .col-md-8 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-stage .stage-level {
    margin-top: 20px;
    margin-bottom: 20px
}

.content-stage .stage-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .content-stage .stage-title label {
        margin-top: 0 !important;
        margin-left: 10px;
    }

.content-stage .icon {
    /*margin-left: 10px;*/
    padding: 5px 8px;
    cursor: pointer;
}

    .content-stage .icon.pen {
        margin-left: 5px !important;
    }

/* .content-stage .icon:hover {
            background: rgba(0,0,0,0.08)
        }
        .content-stage .icon-fill:hover {
            background: inherit !important
        }*/

.content-stage .icon-fill {
    margin-left: 5px;
    /*  background: url(http://cdn.sogodev.com/icon_fill_paint-1294884488-d637571906871631628.png) no-repeat 2px -3px;
            width: 18px;
            height: 18px;*/
    width: 27px;
    height: 29px;
    background: transparent;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.content-stage .add-more {
    padding: 15px 15px 15px 0;
    display: inline-block;
    cursor: pointer;
}

/*    .content-stage .stage-level-1:hover .icon, .content-stage .stage-level-2:hover .icon, .content-stage .stage-level-3:hover .icon {
            display: block;
        }*/
/*.content-stage .stage-level-1:hover .icon-fill:hover input {
        display: block;
    }

    .content-stage .stage-level-1 .icon-fill input {
        display: none;
    }*/
.content-stage .stage-level-1 > i, .content-stage .stage-level-2 > i, .content-stage .stage-level-3 > i {
    margin-right: 10px;
}


.content-stage .dndPlaceholder {
    background-color: #ddd !important;
    display: block;
    min-height: 49px;
    border-style: dashed;
    border-color: #00aeef9e;
    margin-top: 15px;
}

.content-stage .dndDraggingSource {
    display: none;
}


.content-stage .sp-original-input-container > input {
    position: absolute;
    width: 22px;
    top: -3px;
    left: -21px;
    height: 21px;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
}

.content-stage .sp-original-input-container > .sp-colorize-container {
    height: 0 !important;
    width: 0 !important;
    border: none !important;
}

.content-stage .sp-original-input-container {
    display: initial !important
}

.content-stage .icon-fill > input {
    margin-top: 2px;
    position: absolute;
    width: 20px;
    height: 18px;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 9999
}

.content-stage .cursor {
    cursor: pointer
}

.content-stage .fa.fa-bars {
    cursor: move
}

.content-stage .table.table-bordered {
    border: 1px solid #e3e3e3 !important;
}

    .content-stage .table.table-bordered .name-setting {
        width: 70%
    }

/*  .content-stage .icon-fill::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: .5;
        vertical-align: middle;
        background: url(/Assets/img/fill.png) no-repeat;
    }*/

.content-stage .glyphicons-lock, .glyphicons-unlock, .glyphicons-eye_open, .glyphicons-eye_close {
    font-size: 18px !important;
}

.content-stage .stage-level-1 .fas, .content-stage .stage-level-2 .fas, .content-stage .stage-level-3 .fas {
    font-size: 15px
}

.dropdown-multiple .ui-dropdown-multiple-no-choice {
    padding-left: 5px !important;
    padding-bottom: 5px !important;
    color: #c3bfbf !important;
    font-size: 12px !important;
}

.fa-telegram:before {
    content: "\f2c6";
}

.disc-d {
    background: #e0010c;
    color: white !important;
    height: 20px;
}

.disc-i {
    background: #f4c21e;
    color: white !important;
    height: 20px;
}

.disc-s {
    background: #009f40;
    color: white !important;
    height: 20px;
}

.disc-c {
    background: #005daf;
    color: white !important;
    height: 20px;
}

.disc {
    margin-top: -1px !important;
    margin-right: 0px !important;
}

.disc-d b, .disc-i b, .disc-s b, .disc-c b {
    margin-right: 5px;
    padding-top: 5px;
}

b.disc-d {
    padding-left: 5px;
    background: #e0010c;
    border-radius: 3px;
    color: white !important;
    padding-right: 5px;
    margin-right: 2px
}

b.disc-D, b.disc-C, b.disc-S, b.disc-I {
    padding-left: 5px;
    border-radius: 3px;
    color: white !important;
    padding-right: 5px;
    margin-right: 2px
}

.dashboard-box-customer-new, .dashboard-box-customer-old, .dashboard-box-target, .dashboard-box-average-amount, .dashboard-box-quantity-order, .dashboard-box-revenue {
    padding-left: 10px !important;
    border: 1px solid #cccccc;
    height: auto !important;
    background-color: #03a9f4c7;
}

.dashboard-box-item .line-box {
    margin: unset;
    border-top: 1px solid #ffffff;
}

.dashboard-box-customer-new *, .dashboard-box-customer-old *, .dashboard-box-target *, .dashboard-box-average-amount *, .dashboard-box-quantity-order *, .dashboard-box-revenue * {
    color: white !important;
}

.dashboard-box-item .dashboard-box-value {
    font-size: 26px;
    text-align: center;
}

.dashboard-box-item .icon-bg.size100 i {
    font-size: 100px;
}

.dashboard-box-quantity-order {
    background-color: #ff9800;
}

.dashboard-box-average-amount {
    background-color: #00bcd4;
}

.dashboard-box-target {
    background-color: #f44336;
}

.dashboard-box-customer-new {
    background-color: #8bc34a;
}

.dashboard-box-customer-old {
    background-color: #ab47bc;
}

.visibility {
    visibility: hidden
}


b.disc-D {
    background: #e0010c;
}

b.disc-I {
    background: #f4c21e;
}

b.disc-S {
    background: #009f40;
}

b.disc-C {
    background: #005daf;
}

.history-pin .panel-heading {
    background-color: #00aeef47
}

.history-pin:before {
    border-color: transparent #b8e8fb transparent transparent !important;
}

#timeline.timeline-single .panel:before, #timeline.timeline-single .panel:after {
    display: none;
}

.float-right {
    float: right;
}

.label-tag {
    background-color: #3bafda;
    cursor: pointer !important;
}

    .label-tag:hover {
        background-color: #8eddf5;
    }
/* Stage and Conversionfunnel end*/
.ladders-container {
    position: relative;
    text-align: center !important;
    font-size: 1.6vw;
    font-weight: bold;
    color: white;
}

.ladders-img {
    width: 80%;
    height: auto;
}

.ladders-fan {
    position: absolute;
    top: 9%;
    left: 63%;
    color: #607d8b
}

.ladders-fan-text {
    position: absolute;
    top: 10%;
    left: 81%;
    color: #607d8b
}

.ladders-Supporter {
    position: absolute;
    top: 21.5%;
    left: 55%;
}

.ladders-Supporter-text {
    position: absolute;
    top: 23%;
    left: 72.7%;
}

.ladders-Member {
    position: absolute;
    top: 34%;
    left: 46.5%;
}

.ladders-Member-text {
    position: absolute;
    top: 36%;
    left: 64.5%;
}

.ladders-Customer {
    position: absolute;
    top: 48%;
    left: 38.5%;
}

.ladders-Customer-text {
    position: absolute;
    top: 49%;
    left: 56%;
}

.ladders-Buyer {
    position: absolute;
    top: 60.5%;
    left: 30%;
}

.ladders-Buyer-text {
    position: absolute;
    top: 62%;
    left: 48%;
}

.ladders-LeadQualified {
    position: absolute;
    top: 73%;
    left: 22%;
}

.ladders-LeadQualified-text {
    position: absolute;
    top: 75%;
    left: 40%;
}

.ladders-TargetLead {
    position: absolute;
    top: 85.5%;
    left: 13.5%;
}

.ladders-TargetLead-text {
    position: absolute;
    top: 87%;
    left: 31.5%;
}

.ladders-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1300px) {


    .ladders-img {
        height: auto;
    }
}

@media (max-width: 900px) {
    .ladders-container {
        font-size: 1.8vw;
    }

    .ladders-img {
        height: auto;
    }
}
.table a {
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff;
}
/*start 5 way*/
.table-5way {
    font-size: 17px;
    font-weight: 600;
    color: white !important;
}

    .table-5way .no-color {
        background: white;
    }

    .table-5way > thead > tr > th, .table-5way > tbody > tr > td {
        border-right: 10px white solid !important;
        padding: 9px;
        border-top: 0 !important;
    }

    .table-5way > thead > tr > th {
        background: #c6514f;
        color: white !important;
        border-bottom: 10px solid white;
    }

.table-5way-1-2 {
    background: #2196f3;
}

.table-5way-3-4 {
    background: #40acc7;
}

.table-5way-final {
    color: #ff0101;
    font-weight: bold;
    background: #ff9800;
}

.table-5way .math td {
    font-weight: 400;
    padding: 0px;
    color: #424242;
}

.table-5way .final td {
    font-weight: 400;
    padding: 0px;
    color: red;
}

/*end 5 way*/

/*Step Ladders -- Begining*/
.step-ladders-1 {
    background-color: #F9963F !important;
}

.step-ladders-2 {
    background-color: #40ACC7 !important;
}

.step-ladders-3 {
    background-color: #8163A4 !important;
}

.step-ladders-4 {
    background-color: #9ABC4F !important;
}

.step-ladders-5 {
    background-color: #C6514F !important;
}

.step-ladders-6 {
    background-color: #B94E9E !important;
}

.step-ladders-7 {
    background-color: #F8F000 !important;
}
/*Step Ladders -- Ending*/
.avatar-display-img {
    width: 75px;
    height: 75px
}
.table-stick th{
    position:sticky;
}

.radio-custom:hover input ~ label:before {
    border-color: #00aeef;
}

.radio-custom:focus input ~ label:before {
    border-color: #00aeef;
}

.radio-custom input:focus + label:before {
    border-color: #00aeef;
}
.aciTree {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
}