﻿:root {
    --bs-body-bg: #fff;
    --bs-body-bg-gray: #f3f7f9;
    --bs-body-color-rgb: 103,119,136;
    --bs-body-bg-rgb: 255,255,255;
    --bs-body-font-family: Inter,sans-serif;
    --bs-color-success: #00d27a;
    --bs-alert-success-background: #ccf6e4;
    --bs-alert-success-border-color: #b3f2d7;
    --bs-alert-success-color: #007e49;
    --bs-alert-danger-background: #fad7dd;
    --bs-alert-danger-border-color: #f8c3cd;
    --bs-alert-alert-color: #fad7dd;
    --bs-alert-warning-background: #fde6d8;
    --bs-alert-warning-border-color: #fcd9c5;
    --bs-alert-warning-color: #934d25;
}

@font-face {
    font-family: 'Prompt-200';
    font-style: normal;
    font-weight: 200;
    src: url('../font/prompt/prompt-v1-latin_thai-200.eot');
    src: local('Prompt ExtraLight'), local('Prompt-ExtraLight'), url('../font/prompt/prompt-v1-latin_thai-200.eot?#iefix') format('embedded-opentype'), url('../font/prompt/prompt-v1-latin_thai-200.woff2') format('woff2'), url('../font/prompt/prompt-v1-latin_thai-200.woff') format('woff'), url('../font/prompt/prompt-v1-latin_thai-200.ttf') format('truetype'), url('../font/prompt/prompt-v1-latin_thai-200.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url('../font/prompt/prompt-v1-latin_thai-regular.eot');
    src: local('Prompt'), local('Prompt-Regular'), url('../font/prompt/prompt-v1-latin_thai-regular.eot?#iefix') format('embedded-opentype'), url('../font/prompt/prompt-v1-latin_thai-regular.woff2') format('woff2'), url('../font/prompt/prompt-v1-latin_thai-regular.woff') format('woff'), url('../font/prompt/prompt-v1-latin_thai-regular.ttf') format('truetype'), url('../font/prompt/prompt-v1-latin_thai-regular.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt-italic';
    font-style: italic;
    font-weight: 400;
    src: url('../font/prompt/prompt-v1-latin_thai-italic.eot');
    src: local('Prompt Italic'), local('Prompt-Italic'), url('../font/prompt/prompt-v1-latin_thai-italic.eot?#iefix') format('embedded-opentype'), url('../font/prompt/prompt-v1-latin_thai-italic.woff2') format('woff2'), url('../font/prompt/prompt-v1-latin_thai-italic.woff') format('woff'), url('../font/prompt/prompt-v1-latin_thai-italic.ttf') format('truetype'), url('../font/prompt/prompt-v1-latin_thai-italic.svg#Prompt') format('svg');
}

@font-face {
    font-family: 'Prompt-600';
    font-style: normal;
    font-weight: 600;
    src: url('../font/prompt/prompt-v1-latin_thai-600.eot');
    src: local('Prompt SemiBold'), local('Prompt-SemiBold'), url('../font/prompt/prompt-v1-latin_thai-600.eot?#iefix') format('embedded-opentype'), url('../font/prompt/prompt-v1-latin_thai-600.woff2') format('woff2'), url('../font/prompt/prompt-v1-latin_thai-600.woff') format('woff'), url('../font/prompt/prompt-v1-latin_thai-600.ttf') format('truetype'), url('../font/prompt/prompt-v1-latin_thai-600.svg#Prompt') format('svg');
}

.font_Prompt {
    font-family: 'Prompt';
}

.font_PromptItalic {
    font-family: 'Prompt-italic';
}

.font_Prompt200 {
    font-family: 'Prompt-200';
}

.font_PromptBold {
    font-family: 'Prompt-600';
}

a, p, input, button, select, optgroup, textarea, small, label, .alert,
.badge, .blockquote-footer, .btn, [data-list] .page,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-menu__footer .tox-button--secondary,
.tox .tox-dialog__footer .tox-button--secondary, .valid-feedback,
.invalid-feedback, .select2-selection > span, .select2-dropdown .select2-results,
.title-page {    
    font-family: var(--bs-body-font-family) !important;
}

label{
    font-size: 1rem !important;
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.shape-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

    .shape-bottom > svg {
        width: 100%;
        height: auto;
        margin-bottom: -1px;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

.shape {
    position: absolute;
    z-index: -1;
}

.card-auth {
    --bs-card-border-radius: 0.75rem;
    --bs-card-box-shadow: 0rem 0.375rem 0.75rem;
    padding: 1.0rem 2.5rem;
    border-radius: var(--bs-card-border-radius);
}

img, svg {
    vertical-align: middle;
}

.zi-1{
    z-index: 1 !important;
}

.zi-2{
    z-index: 2 !important;
}

.text-cap {
    display: block;
    color: #1e2022;
    font-size: .7109375rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.auth-full-height {
    height: 90vh;
}

body.signin {
    background-color: var(--bs-body-bg-gray) !important;
}

body.signin *:not(.feather){
    font-family: var(--bs-body-font-family) !important;
}

.signin .social-text{
    margin-bottom: 0px !important;
    line-height: 1.5 !important;
}

.signin .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.signin .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.signin .icon-item {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--falcon-700);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    font-size: .875rem;
    -webkit-box-shadow: var(--falcon-box-shadow-sm);
    box-shadow: var(--falcon-box-shadow-sm);
}

.signin .bg-success {
    background-color: var(--bs-color-success) !important;
}

.signin .alert-success {
    color: var(--bs-alert-success-color);
    background-color: var(--bs-alert-success-background);
    border-color: var(--bs-alert-success-border-color);
}

.card-auth .divider {
    clear: both;
    width: 100%;
    min-width: 100%;
    display: flex;
    margin: 1rem 0;
    text-align: center;
    white-space: nowrap;
    border-top: 0;
    border-top-color: #edf4f9;
}

    .card-auth .divider .divider-text {
        display: inline-block;
        padding: 0 1em;
    }

    .card-auth .divider:before {
        position: relative;
        top: 50%;
        width: 50%;
        border-top: 1px solid transparent;
        border-top-color: inherit;
        border-bottom: 0;
        transform: translateY(50%);
        content: "";
    }

    .card-auth .divider:after {
        position: relative;
        top: 50%;
        width: 50%;
        border-top: 1px solid transparent;
        border-top-color: inherit;
        border-bottom: 0;
        transform: translateY(50%);
        content: "";
    }

.cursor-pointer {
    cursor: pointer;
}

a {
    color: #343a40;
    text-decoration: none;
}

.input-affix {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

    .input-affix .suffix-icon {
        right: 0.65rem;
    }

    .input-affix .prefix-icon, .input-affix .suffix-icon {
        position: absolute;
        top: 50%;
        z-index: 1;
        line-height: 1.5;
        color: #a7c1d2;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.btn-outline-secondary {
    color: #e4eef5;
    border-color: #e4eef5;
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #e4eef5;
        border-color: #e4eef5
    }

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(17,161,253,0.25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none !important;
    border-color: #ced4da;
    padding-right: inherit;
    color: inherit;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
    padding-right: inherit;
    color: inherit;
}

body.error-404 {
    background-color: #f3f7f9;
    font-family: var(--bs-body-font-family) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.navbar .brand-text {
    line-height: 1.1rem;
    font-family: var(--bs-body-font-family) !important;
    color: #347ab7;
}

    .navbar .brand-text small {
        font-size: 80%;
        color: rgba(0,0,0,.9);        
    }

#navbarStandard .navbar-nav .dropdown {
    font-family: var(--bs-body-font-family) !important;
}

#navbarStandard .navbar-nav a.nav-link, #navbarStandard .navbar-nav a.dropdown-item {
    font-size: 1.0rem;
    font-weight: normal;
    color: var(--falcon-body-color);
}

.dx-widget.table-responsive {    
    min-height: calc(100vh - 260px);
}

    .dx-widget.table-responsive .dx-datagrid-table .dx-header-row > td {
        font-size: 1.0rem !important;
        background-color: #337ab7 !important;
        color: #fff;
        font-weight: 500;
    }

    .dx-widget.table-responsive .dx-datagrid-table .dx-column-indicators span {
        color: #fff !important;
    }

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    font-family: var(--bs-body-font-family) !important;
    font-size: 1.0rem !important;
}

.dx-datagrid-rowsview .dx-datagrid-table .dx-row > td {
    font-family: var(--bs-body-font-family) !important;
    font-size: 1.0rem !important;
}

.dx-widget.table-responsive .dx-datagrid-table .dx-data-row {
    cursor: pointer;
}

.dx-datagrid-rowsview .dx-datagrid-table .dx-row > td.cell-bold {
    font-weight: 600;
}

.dx-datagrid-table .finish-color {
    color: #4cb050;
    background: rgba(136,196,38,.15);
}

.dx-datagrid-table .awaiting-color, .dx-datagrid-table .normal-color {
    color: #434a54;
    background: rgba(170,178,189,.15);
}

.dx-datagrid-table .issued-color {
    color: #2898cb;
    background: rgba(79,192,232,.15);
}

.dx-datagrid-table .warning-color {
    color: #fea000;
    background: rgba(255,207,85,.2);
}

.dx-datagrid-table .paid-color {
    color: #4cb050;
    background: rgba(136,196,38,.15);
}

.dx-datagrid-table .pending-color {
    color: #EE2997;
    background: rgba(236,136,192,.15);
}

.dx-datagrid-table .void-color {
    color: #ed5564;
    background: rgba(237,85,100,.1);
}

.dx-datagrid-table .btn-status {
    width: 100% !important;
    text-align: left;
    font-size: 1rem;
}

.dx-datagrid-table .drop-down-status, .dx-datagrid-table .drop-down-action {
    font-weight: 400;
    font-size: 1.0rem !important;
}

body.cheque .twitter-typeahead, body.invoice .twitter-typeahead,
body.payment .twitter-typeahead, body.adjust .twitter-typeahead {
    display: block !important;
}

/***** typeahead *****/
.tt-menu,
.gist {
    text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    /*margin: 8px 0;
    padding: 4px 0;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 2px 20px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #2c7be5;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #2c7be5;
}

.tt-suggestion p {
    margin: 0;
}

.tt-footer a {
    display: block;
    text-decoration: none;
}

.tt-suggestion.tt-selectable {
    font-family: 'cs_chatthaiuiregular';
    font-size: 1rem;
}
/***** end typehead *****/

.content {
    padding-bottom: 5.0rem !important;
}

/******** Select2 ********/
.select2-results__options {
    font-size: 14px !important;
}

.select2-results__option:empty {
    height: 30px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--falcon-input-border-color) !important;
}

.select2-container--default .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgb(13, 110, 253, .25);
}

.select2-container--default .select2-selection--single {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.select2-container--default .select2-selection {
    width: 100%;
    min-height: calc(1.25em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-dropdown .select2-search {
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-search {
    width: 100%;
}

.select2-container--default .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    border-color: #86b7fe;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--falcon-200) !important;
}
/************************/

.scroll-top {
    display: none;
    z-index: 1049;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
}

.scroll-top .btn {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    margin: 0;
    padding: 0;
    background: #FFF !important;
}

.scroll-top .btn img {
    width: 30px;
    height: auto;
    margin: 15px auto;
}

#section-customer-dashboard .text-header, #section-cheque-dashboard .text-header {
    color: #2898cb;
}

#section-customer-dashboard, #section-cheque-dashboard,
#section-invoice-profile, #section-payment-profile {
    min-height: 1200px !important; /* calc(100vh - 160px) !important;*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1000;
    background-color: var(--falcon-card-bg);
    background-clip: border-box;
    border: 0px solid var(--falcon-card-border-color);
    border-radius: 0.375rem;
}

.spinner-overlay .spinner-body {
    padding: 10px 10px;
    background-color: white;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.375rem;
    -webkit-box-shadow: var(--falcon-box-shadow-sm);
    box-shadow: var(--falcon-box-shadow-sm);
    outline: 0;
    font-family: Prompt;
    font-size: 0.8333rem !important;    
}

.spinner-overlay .spinner-border {
    animation: 1.5s linear infinite spinner-border !important;
}

.modal-backdrop, .modal-open .modal.in {
    background-color: hsla(0,0%,0%,.3) !important;
}

/***** Dropzone ********/
.dropzone {
    position: relative;
    background-color: #fff;
    border: 0;
    background-color: transparent;
    border-radius: 0.375rem;
}

    .dropzone .dz-message, .dropzone .dz-message * {
        cursor: pointer;
    }

    .dropzone .dz-message {
        text-align: center;
    }

.dz-section .list {
    margin-bottom: 15px;
}

    .dz-section .list .list-border {
        border-radius: 5px;
        border: 1px solid #ccd0d9;
        background-color: #fff;
        height: 200px;
        position: relative;
        cursor: pointer;
        margin: 0 auto;
    }

.dz-section .list-border .list-image {
    height: 159px;
    background-color: #f6f7f8;
    text-align: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dz-section .list-border .list-description {
    border-top: 1px solid #ccd0d9;
    width: 100%;
    padding: 5px 10px 5px 15px;
    display: flex;
}

.dz-section .list-border .list-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}

.dz-section .list-border .list-description .file {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

    .dz-section .list-border .list-description .file a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #646e7a;
        width: 100%;
    }

.dz-section .list .list-border .list-description .close {
    width: 20px;
    opacity: .2;
    position: relative;
}
/***********************/

#section-invoice-profile .modal-header .btn-close,
#section-payment-profile .modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
}

#section-invoice-profile table.table-data-editor .db-data-value,
#section-payment-profile table.table-data-editor .db-data-value {
    display: none;
}

table.table-data-editor tfoot > tr > th:first-child,
table.table-data-editor thead > tr > th:first-child,
table.table-data-editor tr th:first-child,
table.table-data-editor tr td:first-child {
    border-bottom: none !important;
    border-left: none !important;
    border-top: none !important;
    padding-left: 0 !important;
}

table.table-data-editor tbody tr:hover,
table.table-data-editor tbody tr.current {
    background: #f3fbfe !important;
}

table.table-data-editor tr:hover .icon-sortable,
table.table-data-editor tr:hover .icon-remove {
    display: block !important;
}

table.table-data-editor.table tbody tr td:first-child,
table.table-data-editor.table tbody tr td:last-child {
    background: #fff !important;
}

table.table-data-editor.table tfoot > tr > th:last-child,
table.table-data-editor.table thead > tr > th:last-child,
table.table-data-editor.table tr th:last-child,
table.table-data-editor.table tr td:last-child {
    border-bottom: none !important;
    border-right: none !important;
    border-top: none !important;
    padding-right: 0 !important;
}

table.table-data-editor .item-notes {
    overflow: hidden;
    resize: none;
}

table.table-data-editor .icon-remove {
    cursor: pointer;
}

table.table-data-editor .discount-btn {
    cursor: pointer;
}

table.table-data-editor .discount-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
}

table.table-data-editor .discount-text {
    text-align: center;
    display: inline-block;
}

table.table-data-editor .item-amt .amt {
    display: inline-block;
    min-width: 50px;
    text-align: right;
    font-weight: 500;
}

table.table-data-editor .input-data-key {
    font-weight: 300;
    font-size: 1rem !important;
}

body.invoice .section-summary .col_text,
body.payment .section-summary .col_text {
    color: #2898cb;
    display: block;
}

body.invoice .section-summary .col_value,
body.payment .section-summary .col_value {
    font-weight: 600;
    text-align: right;
    display: block;
    font-size: 1.1rem;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: var(--falcon-twitter);
}

@media (max-width: 576px) {
    .card-auth {
        padding: 1.0rem 1.0rem;
    }
}

@media (max-width: 768px) {
    .dx-widget.table-responsive {
        min-height: calc(100vh - 310px);
    }    
}

.dx-widget.table-responsive.userlist {
    min-width: 1200px;
}

.dx-widget.table-responsive.chequeimportlist {
    min-width: 1000px;
}

.dx-widget.table-responsive.chequeexpenselist {
    min-width: 770px;
}

.dx-widget.table-responsive.registerlist {
    min-width: 1000px;
}

.dx-widget.table-responsive.mappinglist {
    min-width: 770px;
}

.dx-widget.table-responsive.customerlist {
    min-width: 1200px;
}

.dx-widget.table-responsive.chequelist {
    min-width: 1200px;
}

.dx-widget.table-responsive.invoicelist {
    min-width: 1200px;
}

.dx-widget.table-responsive.paymentlist {
    min-width: 1200px;
}

#section-cheque-dashboard table.table-payment {
    min-width: 1360px;
}

#section-cheque-dashboard table.table-invoice {
    min-width: 770px;
}

#section-cheque-dashboard table.table-adjust {
    min-width: 530px;
}

body.invoice #tabledatamanager {
    min-width: 1060px;
}

body.payment #tabledatamanager {
    min-width: 1060px;
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-light {
    font-weight: 100 !important
}

.font-weight-normal {
    font-weight: 300 !important
}

.font-weight-medium {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

/*---------------Color-----------------*/
.bg-red-100 {
    background-color: #ffdbdc !important
}

.bg-red-200 {
    background-color: #ffbfc1 !important
}

.bg-red-300 {
    background-color: #ffa1a4 !important
}

.bg-red-400 {
    background-color: #ff8589 !important
}

.bg-red-500 {
    background-color: #ff666b !important
}

.bg-red-600 {
    background-color: #ff4c52 !important
}

.bg-red-700 {
    background-color: #f2353c !important
}

.bg-red-800 {
    background-color: #e62020 !important
}

.bg-red-900 {
    background-color: #d60b0b !important
}

.red-100 {
    color: #ffdbdc !important
}

.red-200 {
    color: #ffbfc1 !important
}

.red-300 {
    color: #ffa1a4 !important
}

.red-400 {
    color: #ff8589 !important
}

.red-500 {
    color: #ff666b !important
}

.red-600 {
    color: #ff4c52 !important
}

.red-700 {
    color: #f2353c !important
}

.red-800 {
    color: #e62020 !important
}

.red-900 {
    color: #d60b0b !important
}

.bg-pink-100 {
    background-color: #ffd9e6 !important
}

.bg-pink-200 {
    background-color: #ffbad2 !important
}

.bg-pink-300 {
    background-color: #ff9ec0 !important
}

.bg-pink-400 {
    background-color: #ff7daa !important
}

.bg-pink-500 {
    background-color: #ff5e97 !important
}

.bg-pink-600 {
    background-color: #f74584 !important
}

.bg-pink-700 {
    background-color: #eb2f71 !important
}

.bg-pink-800 {
    background-color: #e6155e !important
}

.bg-pink-900 {
    background-color: #d10049 !important
}

.pink-100 {
    color: #ffd9e6 !important
}

.pink-200 {
    color: #ffbad2 !important
}

.pink-300 {
    color: #ff9ec0 !important
}

.pink-400 {
    color: #ff7daa !important
}

.pink-500 {
    color: #ff5e97 !important
}

.pink-600 {
    color: #f74584 !important
}

.pink-700 {
    color: #eb2f71 !important
}

.pink-800 {
    color: #e6155e !important
}

.pink-900 {
    color: #d10049 !important
}

.bg-purple-100 {
    background-color: #eae1fc !important
}

.bg-purple-200 {
    background-color: #d9c7fc !important
}

.bg-purple-300 {
    background-color: #c8aefc !important
}

.bg-purple-400 {
    background-color: #b693fa !important
}

.bg-purple-500 {
    background-color: #a57afa !important
}

.bg-purple-600 {
    background-color: #9463f7 !important
}

.bg-purple-700 {
    background-color: #8349f5 !important
}

.bg-purple-800 {
    background-color: #7231f5 !important
}

.bg-purple-900 {
    background-color: #6118f2 !important
}

.purple-100 {
    color: #eae1fc !important
}

.purple-200 {
    color: #d9c7fc !important
}

.purple-300 {
    color: #c8aefc !important
}

.purple-400 {
    color: #b693fa !important
}

.purple-500 {
    color: #a57afa !important
}

.purple-600 {
    color: #9463f7 !important
}

.purple-700 {
    color: #8349f5 !important
}

.purple-800 {
    color: #7231f5 !important
}

.purple-900 {
    color: #6118f2 !important
}

.bg-indigo-100 {
    background-color: #e1e4fc !important
}

.bg-indigo-200 {
    background-color: #c7cffc !important
}

.bg-indigo-300 {
    background-color: #afb9fa !important
}

.bg-indigo-400 {
    background-color: #96a3fa !important
}

.bg-indigo-500 {
    background-color: #7d8efa !important
}

.bg-indigo-600 {
    background-color: #667afa !important
}

.bg-indigo-700 {
    background-color: #4d64fa !important
}

.bg-indigo-800 {
    background-color: #364ff5 !important
}

.bg-indigo-900 {
    background-color: #1f3aed !important
}

.indigo-100 {
    color: #e1e4fc !important
}

.indigo-200 {
    color: #c7cffc !important
}

.indigo-300 {
    color: #afb9fa !important
}

.indigo-400 {
    color: #96a3fa !important
}

.indigo-500 {
    color: #7d8efa !important
}

.indigo-600 {
    color: #667afa !important
}

.indigo-700 {
    color: #4d64fa !important
}

.indigo-800 {
    color: #364ff5 !important
}

.indigo-900 {
    color: #1f3aed !important
}

.bg-blue-100 {
    background-color: #d9e9ff !important
}

.bg-blue-200 {
    background-color: #b8d7ff !important
}

.bg-blue-300 {
    background-color: #99c5ff !important
}

.bg-blue-400 {
    background-color: #79b2fc !important
}

.bg-blue-500 {
    background-color: #589ffc !important
}

.bg-blue-600 {
    background-color: #3e8ef7 !important
}

.bg-blue-700 {
    background-color: #247cf0 !important
}

.bg-blue-800 {
    background-color: #0b69e3 !important
}

.bg-blue-900 {
    background-color: #0053bf !important
}

.blue-100 {
    color: #d9e9ff !important
}

.blue-200 {
    color: #b8d7ff !important
}

.blue-300 {
    color: #99c5ff !important
}

.blue-400 {
    color: #79b2fc !important
}

.blue-500 {
    color: #589ffc !important
}

.blue-600 {
    color: #3e8ef7 !important
}

.blue-700 {
    color: #247cf0 !important
}

.blue-800 {
    color: #0b69e3 !important
}

.blue-900 {
    color: #0053bf !important
}

.bg-cyan-100 {
    background-color: #c2f5ff !important
}

.bg-cyan-200 {
    background-color: #9de6f5 !important
}

.bg-cyan-300 {
    background-color: #77d9ed !important
}

.bg-cyan-400 {
    background-color: #54cbe3 !important
}

.bg-cyan-500 {
    background-color: #28c0de !important
}

.bg-cyan-600 {
    background-color: #0bb2d4 !important
}

.bg-cyan-700 {
    background-color: #0099b8 !important
}

.bg-cyan-800 {
    background-color: #007d96 !important
}

.bg-cyan-900 {
    background-color: #006275 !important
}

.cyan-100 {
    color: #c2f5ff !important
}

.cyan-200 {
    color: #9de6f5 !important
}

.cyan-300 {
    color: #77d9ed !important
}

.cyan-400 {
    color: #54cbe3 !important
}

.cyan-500 {
    color: #28c0de !important
}

.cyan-600 {
    color: #0bb2d4 !important
}

.cyan-700 {
    color: #0099b8 !important
}

.cyan-800 {
    color: #007d96 !important
}

.cyan-900 {
    color: #006275 !important
}

.bg-teal-100 {
    background-color: #c3f7f2 !important
}

.bg-teal-200 {
    background-color: #92f0e6 !important
}

.bg-teal-300 {
    background-color: #6be3d7 !important
}

.bg-teal-400 {
    background-color: #45d6c8 !important
}

.bg-teal-500 {
    background-color: #28c7b7 !important
}

.bg-teal-600 {
    background-color: #17b3a3 !important
}

.bg-teal-700 {
    background-color: #089e8f !important
}

.bg-teal-800 {
    background-color: #008577 !important
}

.bg-teal-900 {
    background-color: #00665c !important
}

.teal-100 {
    color: #c3f7f2 !important
}

.teal-200 {
    color: #92f0e6 !important
}

.teal-300 {
    color: #6be3d7 !important
}

.teal-400 {
    color: #45d6c8 !important
}

.teal-500 {
    color: #28c7b7 !important
}

.teal-600 {
    color: #17b3a3 !important
}

.teal-700 {
    color: #089e8f !important
}

.teal-800 {
    color: #008577 !important
}

.teal-900 {
    color: #00665c !important
}

.bg-green-100 {
    background-color: #c2fadc !important
}

.bg-green-200 {
    background-color: #99f2c2 !important
}

.bg-green-300 {
    background-color: #72e8ab !important
}

.bg-green-400 {
    background-color: #49de94 !important
}

.bg-green-500 {
    background-color: #28d17c !important
}

.bg-green-600 {
    background-color: #11c26d !important
}

.bg-green-700 {
    background-color: #05a85c !important
}

.bg-green-800 {
    background-color: #008c4d !important
}

.bg-green-900 {
    background-color: #006e3c !important
}

.green-100 {
    color: #c2fadc !important
}

.green-200 {
    color: #99f2c2 !important
}

.green-300 {
    color: #72e8ab !important
}

.green-400 {
    color: #49de94 !important
}

.green-500 {
    color: #28d17c !important
}

.green-600 {
    color: #11c26d !important
}

.green-700 {
    color: #05a85c !important
}

.green-800 {
    color: #008c4d !important
}

.green-900 {
    color: #006e3c !important
}

.bg-light-green-100 {
    background-color: #dcf7b0 !important
}

.bg-light-green-200 {
    background-color: #c3e887 !important
}

.bg-light-green-300 {
    background-color: #add966 !important
}

.bg-light-green-400 {
    background-color: #94cc39 !important
}

.bg-light-green-500 {
    background-color: #7eb524 !important
}

.bg-light-green-600 {
    background-color: #6da611 !important
}

.bg-light-green-700 {
    background-color: #5a9101 !important
}

.bg-light-green-800 {
    background-color: #4a7800 !important
}

.bg-light-green-900 {
    background-color: #3a5e00 !important
}

.light-green-100 {
    color: #dcf7b0 !important
}

.light-green-200 {
    color: #c3e887 !important
}

.light-green-300 {
    color: #add966 !important
}

.light-green-400 {
    color: #94cc39 !important
}

.light-green-500 {
    color: #7eb524 !important
}

.light-green-600 {
    color: #6da611 !important
}

.light-green-700 {
    color: #5a9101 !important
}

.light-green-800 {
    color: #4a7800 !important
}

.light-green-900 {
    color: #3a5e00 !important
}

.bg-yellow-100 {
    background-color: #fff6b5 !important
}

.bg-yellow-200 {
    background-color: #fff39c !important
}

.bg-yellow-300 {
    background-color: #ffed78 !important
}

.bg-yellow-400 {
    background-color: #ffe54f !important
}

.bg-yellow-500 {
    background-color: #ffdc2e !important
}

.bg-yellow-600 {
    background-color: #ffcd17 !important
}

.bg-yellow-700 {
    background-color: #fcb900 !important
}

.bg-yellow-800 {
    background-color: #faa700 !important
}

.bg-yellow-900 {
    background-color: #fa9600 !important
}

.yellow-100 {
    color: #fff6b5 !important
}

.yellow-200 {
    color: #fff39c !important
}

.yellow-300 {
    color: #ffed78 !important
}

.yellow-400 {
    color: #ffe54f !important
}

.yellow-500 {
    color: #ffdc2e !important
}

.yellow-600 {
    color: #ffcd17 !important
}

.yellow-700 {
    color: #fcb900 !important
}

.yellow-800 {
    color: #faa700 !important
}

.yellow-900 {
    color: #fa9600 !important
}

.bg-orange-100 {
    background-color: #ffe1c4 !important
}

.bg-orange-200 {
    background-color: #ffc894 !important
}

.bg-orange-300 {
    background-color: #fab06b !important
}

.bg-orange-400 {
    background-color: #fa983c !important
}

.bg-orange-500 {
    background-color: #f57d1b !important
}

.bg-orange-600 {
    background-color: #eb6709 !important
}

.bg-orange-700 {
    background-color: #de4e00 !important
}

.bg-orange-800 {
    background-color: #b53f00 !important
}

.bg-orange-900 {
    background-color: #962d00 !important
}

.orange-100 {
    color: #ffe1c4 !important
}

.orange-200 {
    color: #ffc894 !important
}

.orange-300 {
    color: #fab06b !important
}

.orange-400 {
    color: #fa983c !important
}

.orange-500 {
    color: #f57d1b !important
}

.orange-600 {
    color: #eb6709 !important
}

.orange-700 {
    color: #de4e00 !important
}

.orange-800 {
    color: #b53f00 !important
}

.orange-900 {
    color: #962d00 !important
}

.bg-brown-100 {
    background-color: #f5e2da !important
}

.bg-brown-200 {
    background-color: #e0cdc5 !important
}

.bg-brown-300 {
    background-color: #cfb8b0 !important
}

.bg-brown-400 {
    background-color: #bda299 !important
}

.bg-brown-500 {
    background-color: #ab8c82 !important
}

.bg-brown-600 {
    background-color: #997b71 !important
}

.bg-brown-700 {
    background-color: #82675f !important
}

.bg-brown-800 {
    background-color: #6b534c !important
}

.bg-brown-900 {
    background-color: #57403a !important
}

.brown-100 {
    color: #f5e2da !important
}

.brown-200 {
    color: #e0cdc5 !important
}

.brown-300 {
    color: #cfb8b0 !important
}

.brown-400 {
    color: #bda299 !important
}

.brown-500 {
    color: #ab8c82 !important
}

.brown-600 {
    color: #997b71 !important
}

.brown-700 {
    color: #82675f !important
}

.brown-800 {
    color: #6b534c !important
}

.brown-900 {
    color: #57403a !important
}

.bg-grey-100 {
    background-color: #fafafa !important
}

.bg-grey-200 {
    background-color: #eee !important
}

.bg-grey-300 {
    background-color: #e0e0e0 !important
}

.bg-grey-400 {
    background-color: #bdbdbd !important
}

.bg-grey-500 {
    background-color: #9e9e9e !important
}

.bg-grey-600 {
    background-color: #757575 !important
}

.bg-grey-700 {
    background-color: #616161 !important
}

.bg-grey-800 {
    background-color: #424242 !important
}

.bg-grey-900 {
    background-color: #474747 !important
}

.grey-100 {
    color: #fafafa !important
}

.grey-200 {
    color: #eee !important
}

.grey-300 {
    color: #e0e0e0 !important
}

.grey-400 {
    color: #bdbdbd !important
}

.grey-500 {
    color: #9e9e9e !important
}

.grey-600 {
    color: #757575 !important
}

.grey-700 {
    color: #616161 !important
}

.grey-800 {
    color: #424242 !important
}

.grey-900 {
    color: #474747 !important
}

.bg-blue-grey-100 {
    background-color: #f3f7f9 !important
}

.bg-blue-grey-200 {
    background-color: #e4eaec !important
}

.bg-blue-grey-300 {
    background-color: #ccd5db !important
}

.bg-blue-grey-400 {
    background-color: #a3afb7 !important
}

.bg-blue-grey-500 {
    background-color: #76838f !important
}

.bg-blue-grey-600 {
    background-color: #526069 !important
}

.bg-blue-grey-700 {
    background-color: #37474f !important
}

.bg-blue-grey-800 {
    background-color: #263238 !important
}

.bg-blue-grey-900 {
    background-color: #3e4854 !important
}

.blue-grey-100 {
    color: #f3f7f9 !important
}

.blue-grey-200 {
    color: #e4eaec !important
}

.blue-grey-300 {
    color: #ccd5db !important
}

.blue-grey-400 {
    color: #a3afb7 !important
}

.blue-grey-500 {
    color: #76838f !important
}

.blue-grey-600 {
    color: #526069 !important
}

.blue-grey-700 {
    color: #37474f !important
}

.blue-grey-800 {
    color: #263238 !important
}

.blue-grey-900 {
    color: #3e4854 !important
}

.bg-primary-100 {
    background-color: #d9e9ff !important
}

.bg-primary-200 {
    background-color: #b8d7ff !important
}

.bg-primary-300 {
    background-color: #99c5ff !important
}

.bg-primary-400 {
    background-color: #79b2fc !important
}

.bg-primary-500 {
    background-color: #589ffc !important
}

.bg-primary-600 {
    background-color: #3e8ef7 !important
}

.bg-primary-700 {
    background-color: #247cf0 !important
}

.bg-primary-800 {
    background-color: #0b69e3 !important
}

.primary-100 {
    color: #d9e9ff !important
}

.primary-200 {
    color: #b8d7ff !important
}

.primary-300 {
    color: #99c5ff !important
}

.primary-400 {
    color: #79b2fc !important
}

.primary-500 {
    color: #589ffc !important
}

.primary-600 {
    color: #3e8ef7 !important
}

.primary-700 {
    color: #247cf0 !important
}

.primary-800 {
    color: #0b69e3 !important
}

.black {
    color: #000 !important
}

.white {
    color: #fff !important
}

.bg-white {
    color: #76838f;
    background-color: #fff
}

.bg-primary {
    color: #fff;
    background-color: #3e8ef7
}

    .bg-primary:hover {
        background-color: #6fabf9
    }

    .bg-primary a, .bg-primary a.bg-primary {
        color: #fff
    }

        .bg-primary a.bg-primary:hover, .bg-primary a:hover {
            color: #fff
        }

.bg-success {
    color: #fff;
    background-color: #11c26d
}

    .bg-success:hover {
        background-color: #1beb87
    }

    .bg-success a, .bg-success a.bg-primary {
        color: #fff
    }

        .bg-success a.bg-primary:hover, .bg-success a:hover {
            color: #fff
        }

.bg-info {
    color: #fff;
    background-color: #0bb2d4
}

    .bg-info:hover {
        background-color: #1fcff3
    }

    .bg-info a, .bg-info a.bg-info {
        color: #fff
    }

        .bg-info a.bg-info:hover, .bg-info a:hover {
            color: #fff
        }

.bg-warning {
    color: #fff;
    background-color: #eb6709
}

    .bg-warning:hover {
        background-color: #f78330
    }

    .bg-warning a, .bg-warning a.bg-warning {
        color: #fff
    }

        .bg-warning a.bg-warning:hover, .bg-warning a:hover {
            color: #fff
        }

.bg-danger {
    color: #fff;
    background-color: #ff4c52
}

    .bg-danger:hover {
        background-color: #ff7f83
    }

    .bg-danger a, .bg-danger a.bg-danger {
        color: #fff
    }

        .bg-danger a.bg-danger:hover, .bg-danger a:hover {
            color: #fff
        }

.bg-dark {
    color: #fff;
    background-color: #526069
}

    .bg-dark:hover {
        background-color: #687a86
    }

    .bg-dark a, .bg-dark a.bg-dark {
        color: #fff
    }

        .bg-dark a.bg-dark:hover, .bg-dark a:hover {
            color: #fff
        }
/*---------------End Color-------------*/

.width-30 {
    min-width: 30px !important;
}

.width-50 {
    min-width: 50px !important;
}

.width-60 {
    min-width: 50px !important;
}


.width-80 {
    min-width: 80px !important;
}

.width-100 {
    min-width: 100px !important;
}

.width-120 {
    min-width: 120px !important;
}

.width-140 {
    min-width: 140px !important;
}

.width-150 {
    min-width: 150px !important;
}

.width-180 {
    min-width: 180px !important;
}

.width-200 {
    min-width: 200px !important;
}

.width-220 {
    min-width: 220px !important;
}

.width-250 {
    min-width: 250px !important;
}