/** ***** Application CSS *****
 *
 *  1. General
 *  2. Override
 *  3. Custom
 *
 */


/* 1. General */

body {
    font-family: 'CSChatThaiUI', SansSerif;
}

/* 2. Override */
.brand-link {
    height: 57px;
}

.datepicker.dropdown-menu {
    font-family: 'CSChatThaiUI', SansSerif !important;
}

.modal-footer {
    padding: 0.75rem 1.25rem !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px) !important;
}

.main-footer {
    padding: 0.5rem 1rem 0.5rem !important;
}

select[disabled] > option {
    color: #495057 !important;
}

.custom-select:disabled {
    color: #000 !important;
}


/* 3. Custom */
/* WIDTH */
.wd-80p {
    width: 80%;
}

/* TEXT */
.text-center {
    text-align: center;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

/* MARGIN */
.mgr-10-f {
    margin-right: 10px !important;
}

.page-heading {
    border-left: 6px solid;
    padding-left: 15px;
}

.text-light-dark {
    color: #656a70 !important;
}

/* FLEX */
.break {
    flex-basis: 100%;
    height: 0;
}

.flex-wrap {
    flex-flow: wrap;
}

.badge-new {
    padding: 0.5em 1.0em !important;
}