.click-sound{
    min-width: 25px; 
    min-height: 40px;
    z-index: 99;
}
.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);
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

@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;
}

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: white;
    /* background-image : url('../img/bg_home01.jpg'); */
    background-size: cover;
}

@media screen and (max-width: 2000px) {
    .content {
        margin-left: unset;
        /* padding: 15px 300px; */
        min-height: 100%;
        position: relative;
        width: 1024px;
        margin: 0 auto;
    }
    .header.navbar {
        padding: 0;
        width: 1024px;
        margin: auto;
    }
    /* width */
     ::-webkit-scrollbar {
        width: 5px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }
    /* Handle on hover */
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media screen and (max-width: 1024px) {
    .content {
        margin-left: unset;
        min-height: 100%;
        position: relative;
        width: 360px;
        margin: 0 auto;
    }
    .header.navbar {
        padding: 0;
        width: 360px;
        margin: auto;
    }
}

.progress {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    margin: 20px 0;
    height: 5px;
}

.progress-bar {
    height: 5px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    /* -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); */
}

.progress>.progress-bar {
    width: 5%;
    background-color: #FF4D00;
}

p {
    margin: 0;
}

label {
    font-weight: unset!important;
    font-size: 18px!important;
}

.progress-footer {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    margin: 20px 0;
    height: 1px;
}

.progress-bar-footer {
    height: 1px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    /* -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); */
}

.progress-footer>.progress-bar-footer {
    width: 100%;
    background-color: #FF4D00;
}

.btn-default {
    background: #B9B9B9!important;
    width: 89px;
    height: 52px;
    border-radius: 6px;
}

.btn-warning {
    background: #FF4D00!important;
    width: 89px;
    height: 52px;
    border-radius: 6px;
}

.btn {
    color: white!important;
}

.body-custom {
    height: calc(100vh - 265px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.no-padding {
    padding: 0!important;
}

.row>[class*=col-] {
    padding: 0 15px!important;
}

.page-number {
    color: #827F7F;
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    font-weight: bold;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb>li.active {
    color: orangered;
    font-weight: bold;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.breadcrumb>li+li:before {
    padding: 0;
    content: "/\00a0";
    color: black;
}

.form-control {
    border-color: black;
}

label>input[type="radio"] {
    display: none;
}

label>input[type="radio"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 2.3rem;
    /* margin-right: 0.3rem; */
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
}

label>input[type="radio"]:checked+* {
    color: #FF4D00;
}

label>input[type="radio"]:checked+*::before {
    background: radial-gradient(#FF4D00 0%, #FF4D00 40%, transparent 50%, transparent);
    border-color: #FF4D00;
}


/* basic layout */

fieldset {
    margin: 20px;
    max-width: 400px;
}

label>input[type="radio"]+* {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0rem;
}

.radio {
    font-size: 14px!important;
    padding-right: 10px;
}

label>input[type="checkbox"] {
    display: none;
}

label>input[type="checkbox"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 2.3rem;
    /* margin-right: 0.3rem; */
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
}

label>input[type="checkbox"]:checked+* {
    color: #FF4D00;
}

label>input[type="checkbox"]:checked+*::before {
    content: "\2713";
    /* background: radial-gradient(#FF4D00 0%, #FF4D00 40%, transparent 10%, transparent); */
    border-color: #FF4D00;
    font-size: 30px;
    text-align: center;
}


/* basic layout */

label>input[type="checkbox"]+* {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0rem;
}

.checkbox {
    font-size: 14px!important;
    padding-right: 10px;
}

.form-group {
    margin-bottom: 0rem;
}

.p-footer {
    margin-bottom: 5px;
}

.img-responsive {
    width: 100%;
    height: auto;
    background-image: url('img_flowers.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.label-value {
    color: #FF4D00;
}

.header.navbar.has-scroll {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.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: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    /* 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: #17B6A4;
    color: #3C454D;
    cursor: pointer;
}

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

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

.dashboard-hover :hover {
    background-color: #17B6A4;
    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: #17B6A4;
    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: #17B6A4;
    border-color: #17B6A4;
}

.list-bu-dashboard-item.active>.badge,
.nav-pills>.active>li>.badge {
    color: #17B6A4;
    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: #17B6A4;
    color: #fff;
    padding: 15px 20px;
}

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


/*  Button  */

.btn-module {
    cursor: pointer;
}


/* 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;
}


/*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);
}


/* End Time Line */

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background: rgb(187, 223, 218);
}

.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: #17B6A4;
}

.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: #17B6A4;
}

.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: #17B6A4;
}

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

.noPD {
    padding: 0;
}

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

.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: #17B6A4 !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);
}

.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 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;
}

.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 - 240px);
}

.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.75) !important;
}

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

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

.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%;
    }
}

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

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

.mgt5 {
    margin-top: 5px;
}

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

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

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

.modal-max-screen-body {
    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;
}

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

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

.mg-auto {
    margin: 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;
}

.img-choice {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .hidden-lg-custom {
        display: none!important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-custom {
        display: none!important;
    }
}

.w100 {
    width: 100%;
}

@media (max-width: 1024px) {
    .refresh { 
        font-size: 30px!important;
        padding: 12px 0px 0 0;
    }
}

.refresh { 
    padding: 12px 0px 0 0;
}