mark {
    padding: unset !important;
    background-color: #F4C173 !important;
}

mark.mark-active {
    padding: unset !important;
    background-color: #ff9900 !important;
}

.modal-cc {
    width: 800px !important;
    max-width: 800px !important;
}

.example-box {
    display: flex;
    padding: 10px;
}

.example-drag {
    cursor: move;
}

.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
    opacity: 0;
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
    border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/kanit-regular-webfont.eot');
    src: url('../fonts/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-regular-webfont.woff2') format('woff2'), url('../fonts/kanit-regular-webfont.woff') format('woff'), url('../fonts/kanit-regular-webfont.ttf') format('truetype'), url('../fonts/kanit-regular-webfont.svg#kanitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-nav>li>a.has-notify:before {
    background: #F15A2C !important;
}

.navbar-success {
    background: #F15A2C;
}

.mouse-pointer {
    cursor: pointer;
}

body {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    width: 100%;
    overflow-x: hidden;
    background: #FEF7ED;
    /* background-image : url('../img/bg_home01.jpg'); */
    background-size: cover;
}

.img-logo {
    background-image: url('../img/Logo-1.jpg');
    background-size: cover;
}

.sidebar .sub-menu>li>a:hover,
.sidebar .sub-menu>li>a:focus,
.sidebar .sub-menu>li.active>a,
.sidebar .sub-menu>li.active>a:hover,
.sidebar .sub-menu>li.active>a:focus,
.sidebar .nav>li li.has-sub.active>a {
    color: #3C454D;
}


/******End Font ******/

.btn-module {
    cursor: pointer;
}

.login {
    top: 20%;
}

@media (max-width: 420px) {

    .login,
    .register {
        padding: 20px;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
        bottom: 0;
        background: unset;
    }
}

.custom-background-login {
    background: #FEF7ED;
    /* background-image : url('../img/login_bg_04.jpg'); */
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.widget-dashboard {
    border: none;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    width: 100%;
    min-height: 80px;
    display: block;
}

.list-bu-dashboard-item {
    border: none;
    margin-bottom: -1px;
}

.bg-dashboard-header {
    background-color: #F15A2C;
    color: #3C454D;
    cursor: pointer;
}

.bg-dashboard-normal {
    background-color: #dee2e6;
    color: #3C454D;
    cursor: pointer;
}

.bg-dashboard-normal.active,
.bg-dashboard-header.active {
    background-color: #F15A2C;
    color: #fff;
}

.dashboard-hover :hover {
    background-color: #F15A2C;
    color: #fff;
}

.panel-dashboard {
    border: none;
    margin-bottom: 20px;
}

.panel-dashboard>.panel-body {
    /* height: 550px; */
    display: block;
    overflow-y: auto !important;
    height: calc(100vh - 250px);
}

.panel-dashboard>.panel-heading {
    background-color: #F15A2C;
    color: #fff;
}

.panel .panel-heading {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 13px 20px;
    border: none;
}

.panel-heading-search {
    padding: 20px 15px !important;
}

.panel .panel-body {
    padding: 10px;
}

.badge {
    display: inline-block;
    padding: 5px 7px;
    margin: 2px;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    float: right;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    background: #BCBCBD;
    border-radius: 20px;
}

.list-bu-dashboard {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-bu-dashboard .list-bu-dashboard-item {
    border-width: 1px 0;
    border-radius: 0;
}

.list-bu-dashboard:last-child .list-bu-dashboard-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-bu-dashboard-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #ddd;
}

.list-bu-dashboard-item>.badge {
    float: right;
}

a.list-bu-dashboard-item,
button.list-bu-dashboard-item {
    color: #555;
}

.list-bu-dashboard .list-bu-dashboard-item .badge {
    padding: 4px 7px;
}

.list-bu-dashboard-item {
    border: 1px solid #BCBCBD;
}

.list-bu-dashboard-item:focus,
.list-bu-dashboard-item:hover,
.list-bu-dashboard-item.disabled,
.list-bu-dashboard-item.disabled:focus,
.list-bu-dashboard-item.disabled:hover {
    background: #ebeced;
}

.list-bu-dashboard-item.active,
.list-bu-dashboard-item.active:focus,
.list-bu-dashboard-item.active:hover {
    background: #F15A2C;
    border-color: #F15A2C;
}

.list-bu-dashboard-item.active>.badge,
.nav-pills>.active>li>.badge {
    color: #F15A2C;
    background-color: #fff;
}

.list-bu-dashboard-item:focus,
.list-bu-dashboard-item:hover,
.list-bu-dashboard-item.disabled,
.list-bu-dashboard-item.disabled:focus,
.list-bu-dashboard-item.disabled:hover {
    background: #ebeced;
}

.list-child {
    padding-left: 20px;
}

.no-child {
    padding-left: 30px;
}

.list-child.list-bu-dashboard-item {
    border-radius: 0 !important;
}

.list-child>.list-bu-dashboard-item:first-child,
.list-child>.list-bu-dashboard-item:last-child {
    border-radius: 0;
}

.text-red {
    color: #F04B46;
}

.list-bu-dashboard-item {
    border: none;
    font-weight: bold;
}

.table-dashboard {
    font-weight: bold;
}

.cell-print {
    vertical-align: middle !important;
}

.table-dashboard>thead>tr:first-child>td {
    border: 1px solid #dee2e6 !important;
}

.body-hitech-header {
    background: #F15A2C;
    color: #fff;
    padding: 15px 20px;
}

.body-hitech-header .panel-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}


/*  Button  */

.btn-module {
    cursor: pointer;
}

button:disabled {
    pointer-events: none;
    background: #787878 !important;
}


/* End Button */


/* flag Language */

.flag {
    display: inline-block;
    width: 16px;
    height: 20px;
}

.flag-thai {
    background: url('../img/flag/thailand.png') no-repeat;
}

.flag-TH {
    background: url('../img/flag/thailand.png') no-repeat;
}

.flag-english {
    background: url('../img/flag/united-kingdom.png') no-repeat;
}

.flag-EN {
    background: url('../img/flag/united-kingdom.png') no-repeat;
}

.flag-lao {
    background: url('../img/flag/mm.png') no-repeat;
}

.flag-MM {
    background: url('../img/flag/mm.png') no-repeat;
}

.flag-cambodia {
    background: url('../img/flag/cambodia.png') no-repeat;
}

.flag-CB {
    background: url('../img/flag/cambodia.png') no-repeat;
}

.flag-vietnam {
    background: url('../img/flag/vietnam.png') no-repeat;
}

.flag-VN {
    background: url('../img/flag/vietnam.png') no-repeat;
}

.flag-LO {
    background: url('../img/flag/laos.png') no-repeat;
}


/*End  flag Language */


/* Time Line */

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background: #ebeced;
    left: 10%;
    margin-left: -1.5px;
}

.timeline>li:before,
.timeline>li:after {
    content: '';
    display: table;
    clear: both;
}

.timeline .timeline-body {
    margin-left: 15%;
    margin-right: 0%;
    background: #555;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

.sidebar.sidebar-light .nav>li.active>a i {
    color: #F9BDAB;
    background: #F47B56;
}

/* End Time Line */

.label.label-orenge,
.badge.badge-orenge {
    background: #F15A2C;
    color: #fff;
}

.table-striped>thead>tr {
    background: #ebeced;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #FEEFD9;
}

.table-line>thead>tr {
    background: #ebeced;
}

.table-line>tbody>tr:nth-of-type(odd) {
    background: rgb(225, 240, 238);
}

.modal-header {
    display: block;
    border-bottom: 2px solid #EAEDEF;
    padding: 15px 20px 12px;
    background: #F15A2C;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    display: block;
    border-bottom: 2px solid #EAEDEF;
    padding: 10px 15px 8px;
}

.modal-title {
    color: #fff;
    margin: 0;
    line-height: 1.42857143;
}

.column-width-action-table {
    width: 1%;
    white-space: nowrap;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.tr-not-height>td,
.tr-not-height>th {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li>a.active {
    color: #fff;
    background-color: #F15A2C;
}

.fontsize12 {
    font-size: 12px !important;
}

.footer {
    color: #657380;
    font-size: 12px;
    font-weight: 500;
    border-top: 2px solid rgba(0, 0, 0, 0.06);
    padding: 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footerfont {
    color: #657380;
    font-size: 12px;
    font-weight: 500;
    border-top: 2px solid rgba(0, 0, 0, 0.06);
    padding: 5px 5px;
    /* position: unset; */
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.h-115 {
    height: 115px;
}

.text-success {
    color: #F15A2C !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.0rem;
}

.noPD {
    padding: 0;
}

.card-success {
    color: #EAEDEF;
    background-color: #F15A2C
}

.top-menu .nav>li>a {
    padding: 12px 20px;
    color: #fff;
    line-height: 20px;
}

.top-menu .nav>li>a i {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    line-height: 18px;
    color: #fff;
    width: 14px;
    text-align: center;
}

.padding-info-row {
    padding: 5px !important;
}

.waive {
    background-color: #696969 !important;
}

.border {
    border-top: 1px solid #8D9AA5 !important;
    border-right: 1px solid #8D9AA5 !important;
    border-bottom: 1px solid #8D9AA5 !important;
    border-left: 1px solid #8D9AA5 !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.table-header1 {
    background-color: #F15A2C !important;
    color: white !important;
}

.modal-customer {
    height: 90%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-customer thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.modal-customer tr:hover {
    cursor: pointer;
    background-color: #8D9AA5;
}

.tr-selected {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tr-selected:hover {
    background-color: #8D9AA5 !important;
}

.floatright {
    float: right;
    padding: 10px;
}

.modal-customer1 {
    height: 600px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-customer1 thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.modal-customer1 tr:hover {
    cursor: pointer;
    background-color: #8D9AA5;
}

div.ex1 {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
}

div.ex1 thead tr th {
    z-index: 5;
}

div.ex2 {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 300px);
}

div.ex2 thead tr th {
    z-index: 5;
}

div.scrollbar {
    height: calc(100vh - 150px);
    width: 100%;
    overflow-y: scroll;
}


/* thead tr th {
    position: sticky !important;
    top: 0 !important;
} */

.excus {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 360px);
}

.excus1 {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 250px);
}

.excus2 {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 420px);
}


/* .excus2 {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: calc(100vh - 150px);
} */

.excus3 {
    width: 100%;
    position: relative;
    height: calc(100vh - 250px);
}

.excus4 {
    width: 100%;
    position: relative;
    height: calc(100vh - 450px);
}

.col-form-label {
    vertical-align: top;
}

.modal-customer2 {
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-customer2 thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.modal-customer2 thead tr:nth-child(2) th {
    position: sticky;
    top: 38px !important;
}

.modal-customer2 table tbody tr:hover {
    cursor: pointer;
    background-color: #8D9AA5;
}

.modal-customer3 {
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-customer3 thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.modal-customer4 {
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.modal-customer4 thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.bodyhight {
    height: calc(100vh - 260px) !important;
}

.form-group2 {
    margin-bottom: 0px;
}

.margincustom {
    margin-right: 0rem !important;
    padding: auto !important;
}

.marginauto {
    margin: auto;
}

.inputwidth {
    width: 120px !important;
    margin: auto;
}

.inputradio {
    margin-right: 0px;
}

.header10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.header15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.header10 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.text-black {
    color: black !important
}

.wording {
    vertical-align: middle;
    color: white !important;
    font-size: 40px !important;
}

.wording2 {
    vertical-align: middle;
    color: white !important;
    font-size: 20px !important;
}

.nobordercus {
    border: 0px !important;
    padding: .0rem !important;
}

.width1000 {
    width: 120px !important;
}

.modal-queue-monitor {
    width: 70% !important;
    max-width: 70% !important;
}

.modal-details {
    width: 90% !important;
    max-width: 90% !important;
}

.modal-full-expand {
    width: 96% !important;
    max-width: 96% !important;
}

.modal-full {
    width: 97% !important;
    max-width: 97% !important;
}

.exfooter {
    height: calc(100vh - 20px) !important;
}

.row-role {
    width: 300px !important;
}

.row-role {
    padding-left: 25px !important;
}

.row-menu {
    padding-left: 25px !important;
    /*width: 70%;*/
}

.btn.btn-warning {
    color: #fff !important;
}

.btn.btn-danger {
    color: #fff !important;
}

.btn.btn-success {
    color: #fff !important;
}

.btn.btn-info {
    color: #fff !important;
}

.btn.btn-primary {
    color: #fff !important;
}

.btn.btn-inverse {
    color: #fff !important;
}

.padding-top {
    padding-top: 11% !important;
}

.font72 {
    font-size: 72px;
}

.ex_setting {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 250px);
}

.hide-border {
    border: #fff solid;
    border-radius: 5px
}

.full-width {
    width: 100% !important;
}

tr.tr-select:hover {
    cursor: pointer;
    background-color: darkgray;
}

tr.tr-select {
    white-space: nowrap;
}

.active-ninebox {
    cursor: pointer;
}

.active-ninebox:hover {
    background-color: gray;
}

.hide-border {
    border: #fff solid;
    border-radius: 5px
}

.full-width {
    width: 100% !important;
}

.sub-modal-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.set-height {
    height: calc(100vh - 270px);
    overflow-y: auto;
}

.no-top-border {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.space-top {
    padding-top: 10px;
}

.cdk-drag-preview {
    z-index: 5000 !important;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drop-list-dragging:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.padding-left-5px {
    padding-left: 5px;
}

.margin-auto {
    margin: auto;
}

.disabled-ele {
    /* pointer-events: none; */
    /* background: #b0b0b0; */
}

.disabled-ele-no-bg {
    pointer-events: none;
}

.hide-ele {
    display: none;
}

span.dark-circle {
    height: 15px;
    width: 15px;
    background-color: #343a40;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}

span.success-circle {
    height: 15px;
    width: 15px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
}

span.light-green-circle {
    height: 15px;
    width: 15px;
    background-color: lightgreen;
    border-radius: 50%;
    display: inline-block;
}

span.warning-circle {
    height: 15px;
    width: 15px;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
}

.text-sm {
    font-size: 10px;
}

.no-border-radius {
    border-radius: 0px !important;
}

.rotate {
    vertical-align: middle !important;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    white-space: nowrap;
    width: 1%;
}

.table-cult {
    background-color: #ebeced !important;
}

.un-table-cult {
    background-color: white;
}

.input-table {
    width: 100px;
    vertical-align: middle !important;
    width: 150px;
}

.modal-list {
    float: right !important;
}

.a {
    -webkit-transform: translate(0px, -20px)
}

.bg-dark {
    background: #3c454d;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-sm-width {
    width: 20px !important;
}

.panel {
    /* border:  1px solid #3c454d !important;
    border-radius: 5px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40) !important;
}

.modal.show .modal-dialog {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40) !important;
}

.modal-content {
    padding: 8px !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 45px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #17b6a4;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.panel-title-custom {
    margin-top: 10px !important;
    margin-bottom: 9px !important;
    font-size: 16px;
    color: inherit;
}

.panel-heading-custom {
    color: black !important;
}

.text-primary {
    color: #337ab7 !important;
}

.ex3 {
    width: 100%;
    overflow-y: auto;
    position: relative;
    height: calc(100vh - 700px);
    min-height: 200px;
}

@media (min-width: 768px) {
    .modal-md {
        width: 60%;
        margin: 30px auto;
        max-width: 60%;
    }

    .modal-md-custom {
        width: 50%;
        min-height: 200px;
        margin: 30px auto;
        max-width: 60%;
    }
}

.input-table-2 {
    width: 100px;
    vertical-align: middle !important;
    width: 160px;
}

.mat-slider-horizontal .mat-slider-thumb-label {
    right: -14px;
    top: -25px !important;
    transform: translateY(26px) scale(.01) rotate(45deg);
}

.mat-slider-thumb-label {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), border-radius .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}

.mat-slider-thumb-label-text {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 10px !important;
    font-weight: 500;
}

.btn-light-green {
    background: #F15A2C;
    color: #fff !important;
}

.mgt5 {
    margin-top: 5px;
}

.modal-lg-custom {
    width: 80%;
    margin: 30px auto;
    max-width: 80%;
}

.modal-max-screen {
    width: 90%;
    margin: 30px auto;
    max-width: 90%;
}


/*
  .modal-lg-custom .modal-content{
    min-height: 368px!important;
    height: auto;
} */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
    background-color: #17b6a4 !important;
    border: 0px;
}

.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
    background-color: rgba(23, 182, 164, 0.7) !important;
    border: 1px solid #17b6a4 !important;
    border-radius: 4px;
}

.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
    background-color: #FCC068 !important;
    border: 0px;
}

.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
    background-color: rgba(133, 193, 233, 0.7) !important;
    border: 1px solid #85C1E9 !important;
    border-radius: 4px;
}

.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
    padding-left: 8px;
    text-align: center !important;
}

.keep-html {
    white-space: pre-line;
}

.mindmap-vertical {
    display: inline-block;
}

.mindmap-vertical,
.mindmap-vertical ul {
    padding: 0;
    margin: 0;
}

.mindmap-vertical ul {
    display: flex;
}

.mindmap-vertical li {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mindmap-vertical .node {
    align-self: center;
    position: relative;
    margin: 20px 5px;
    min-width: 200px;
}

.mindmap-vertical .collapsed>ul {
    display: none;
}

.mindmap-vertical li::before,
.mindmap-vertical .node::after,
.mindmap-vertical .node::before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    border: 0px solid #504f4f;
}

.mindmap-vertical li:not(:only-child)::before {
    border-top-width: 2px;
    width: 100%;
    height: 20px;
    top: 0px;
}

.mindmap-vertical li:first-child::before {
    width: calc(50% + 1px);
    right: 0;
    border-left-width: 2px;
    border-top-left-radius: 5px;
}

.mindmap-vertical li:last-child::before {
    width: calc(50% + 1px);
    border-right-width: 2px;
    border-top-right-radius: 5px;
}

.mindmap-vertical .node::after,
.mindmap-vertical .node::before {
    border-left-width: 2px;
    width: 2px;
    height: 20px;
    left: calc(50% - 1px);
}

.mindmap-vertical .node::before {
    top: -20px;
}

.mindmap-vertical .node::after {
    bottom: -20px;
}

.mindmap-vertical li:last-child:not(:only-child)>.node::before {
    border-top-right-radius: 5px;
    border-left-width: 0px;
}

.mindmap-vertical li:first-child:not(:only-child)>.node::before {
    border-top-left-radius: 5px;
    border-left-width: 0px;
}

.mindmap-vertical .last .node::after,
.mindmap-vertical-root::before {
    display: none !important;
}

.progress-bar-vertical {
    width: 20px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.input-group-icon {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.personal-pull-right {
    /* FONT-WEIGHT: 100; */
    position: fixed;
    /* bottom: 0; */
    right: -100px;
    width: 300px;
}

.avatar {
    display: inline-block;
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.modal-max-screen {
    width: 96% !important;
    margin: 30px auto;
    max-width: 96% !important;
}

.modal-extra {
    width: 77% !important;
    margin: 30px auto;
    max-width: 96% !important;
}

.modal-max-screen-body {
    overflow: auto;
    height: calc(100vh - 190px);
}

.modal-body-move {
    overflow: auto;
    height: calc(100vh - 190px);
}

.table-loop {
    height: 45px;
}

.table-main {
    height: 50px;
}

.btn-hover {
    /* background-color: #f4511e; */
    border: none;
    /* color: lightgray; */
    padding: 16px 32px;
    /* text-align: center;
  font-size: 16px; */
    margin: 4px 2px;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}

.btn-hover:hover {
    opacity: 0.6;
    color: grey;
}

.bgblue {
    background-color: #FEF7ED !important;
}

.width-70 {
    width: 70px !important;
}

.bg-default {
    background-color: gray;
    margin-bottom: 0;
}

.bg-light-grey {
    background-color: #E8E8E8;
    margin-bottom: 0;
}

.drag-section {
    font-size: 25px;
}

.pdl0 {
    padding-left: 0 !important;
}

.mg-auto {
    margin: auto;
}

.mg-t-b-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mg0 {
    margin: 0;
}

.pop-content {
    margin: auto !important;
    padding-bottom: 5px;
}

.pop-content a {
    white-space: break-spaces !important;
}

.row-custom {
    margin-bottom: 10px;
}

.check-form {
    height: 16px;
    width: 16px;
}

.input-group-custom {
    font-size: 20px;
    padding-left: 5px;
}

.widget {
    padding: 10px !important;
}

.panel-footer span {
    padding: 0 10px;
    vertical-align: middle;
}

.drag-section-2 {
    padding-left: 15px;
    padding-right: 0;
}

.chx {
    margin-right: 5px !important;
}

.modal-body-custom {
    overflow: auto;
    height: calc(100vh - 200px);
}

.modal-body-table {
    overflow: auto;
    height: calc(100vh - 350px);
}

.zui-sticky-col {
    left: 0;
    position: sticky;
    top: auto;
    width: 80px;
    z-index: 10 !important;
    background-color: inherit;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    vertical-align: middle !important;
}

.zui-sticky-col2 {
    left: 0;
    position: sticky;
    z-index: 10 !important;
    background-color: inherit;
    padding-left: 20px;
    padding-right: 20px;
    top: 37px;
    vertical-align: middle !important;
}

.zui-sticky-col3 {
    left: 0;
    position: sticky;
    z-index: 10 !important;
    background-color: inherit;
    padding-left: 20px;
    padding-right: 20px;
    top: 74px;
    vertical-align: middle !important;
}

.custom-control-inline {
    vertical-align: middle !important;
}

.radio-mid {
    margin-bottom: auto;
    margin-top: auto;
}

.demo-file {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.popOver {
    margin: auto !important;
}

.keep-html {
    white-space: pre-line;
}

.share-new-node .slots span {
    font-size: 11px;
    padding: 1px 4px 1px 4px;
    /* height: 15px; */
    min-width: 15px;
    /*height: 15px;*/
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    /*line-height: 15px;*/
    text-align: center;
    background: rgba(107, 107, 107, 1);
    color: white;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: bold;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.share-new-node .slots {
    display: inline-flex;
}

.share-new-node .card-pull-right .slots span {
    margin-top: 0px !important;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.modal-sm .modal-content {
    height: 215px;
}

.color-role-tr {
    color: #F15A2C;
}

.modal {
    z-index: 1070 !important;
}

.swal2-container {
    z-index: 1080 !important;
}

.gantt-level2 {
    /* background-color: #D0D0FF; */
    padding: 5px;
    display: initial;
}

.sorting {
    margin-left: 4px;
    font-size: 14px;
    cursor: pointer;
}

.sorting:hover {
    color: #d5d8da;
}

.modal-customer3 {
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-customer3 table tbody tr:hover {
    cursor: pointer;
    background-color: #8D9AA5;
}

.modal-customer3 thead tr th {
    position: sticky !important;
    top: 0 !important;
}

.modal-customer3 thead tr:nth-child(2) th {
    position: sticky;
    top: 38px !important;
}

.color-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.pt-10 {
    padding-top: 10px;
}

.text-org-movement-effected {
    color: #0000FF !important;
}

.text-org-movement-waiting {
    color: #FFA500 !important;
}

.bg-hover-success {
    background-color: #F0FFE5 !important;
}

.bg-hover-warning {
    background-color: #FFF9BF !important;

}

.bg-hover-danger {
    background-color: #FFE5E7 !important;

}

.color-main-line {
    color: #00a040;
}

.color-in-the-family {
    color: #fe6263;
}

.color-family-transfer {
    color: #fa35fe;
}

.modal-sm-custom1 .modal-content {
    height: 240px;
}

.bwizard-steps>li.active,
.bwizard-steps>li.active:focus,
.bwizard-steps>li.active:hover {
    background: #F15A2C !important;
    color: white;
}

.bwizard-steps>li,
.bwizard-steps>li:first-child,
.bwizard-steps>li:last-child {
    background: white;
}

.li-weight {
    width: 50%;
}

.bwizard-steps,
li {
    padding: 0px !important;
}

.bwizard-steps a {
    cursor: pointer;
}

.custom-heading {
    background: unset !important;
    color: #F15A2C !important;
    border-bottom: 3px solid;
}

.custom-heading-sum {
    font-size: 14px;
    margin: 0 0 5px;
}

.menu-dashboard-item {
    width: 50px !important;
    height: 100% !important;
    font-size: 2rem !important;
    margin-left: 14px !important;
    margin-right: 20px !important;
    background-color: #F4C173 !important;
}

.menu-widget-dashbaord {
    background-color: #F4C173 !important;
}

.menu-sidebar-dashbaord {
    background-color: #ebeced !important;
}

.sidebar .nav>li.nav-header {
    padding: 15px 20px 10px !important;
    color: #b1b5b8;
    font-size: 16px;
    font-weight: 700;
}

.btn-success {
    color: #fff;
    background-color: #f15a2c !important;
    border-color: #f15a2c !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #e75123 !important;
    border-color: #f1673d !important;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 90, 44, 0.5) !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #f15a2c !important;
    border-color: #f15a2c !important;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled) .active.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #e75123 !important;
    border-color: #f1673d !important;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 90, 44, 0.5) !important;
}

.icon-custom {
    color: #F15A2C;
}

.panel.panel-success .panel-heading {
    background: #F15A2C;
    color: #fff;
}

.pagination-success .pagination>.active>a,
.pagination-success .pagination>.active>a:focus,
.pagination-success .pagination>.active>a:hover,
.pagination-success .pagination>.active>span,
.pagination-success .pagination>.active>span:focus,
.pagination-success .pagination>.active>span:hover,
.pagination-success.pagination>.active>a,
.pagination-success.pagination>.active>a:focus,
.pagination-success.pagination>.active>a:hover,
.pagination-success.pagination>.active>span,
.pagination-success.pagination>.active>span:focus,
.pagination-success.pagination>.active>span:hover {
    background: #F15A2C;
    border-color: #FBB042;
}

.bg-success {
    background: #F15A2C !important;
}

input:checked+.slider {
    background-color: #F15A2C;
}

input:focus+.slider {
    box-shadow: 0 0 1px #F15A2C;
}

.form-check-input {
    cursor: pointer;
    border: 1px solid #F15A2C !important;
}

.form-check-input:checked {
    background-color: #F15A2C !important;
}

.top-menu .nav>li.active>a i {
    color: #F15A2C;
}

.forn-bold {
    font-weight: bold;
}

.theme-green .bs-datepicker-head {
    background-color: #FBB042 !important;
}

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #FBB042 !important;
}

.bwizard-steps .active .label {
    border-color: #F15A2C;
    background: #F15A2C;
    color: #fff;
}

.bwizard-steps.clickable li:focus:not(.active) .label,.bwizard-steps.clickable li:hover:not(.active) .label {
    color: #F15A2C
}

@media (min-width: 768px) {
    .modal.show .modal-dialog {
        width: 60%;
        margin: 30px auto;
        max-width: 60%;
    }
}

.widget-stat-icon {
    font-size: 96px;
    color: #000;
    opacity: .25;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 15%;
    overflow: hidden;
}

.label-server {
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
}

.label-server.dev {
    background-color: orange;
}

.label-server.uat {
    background-color: purple;
}

.label-server.prd {
    background-color: green;
}