

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Kanit-Regular.woff2") format("woff2");
}

body {
    font-family: 'Kanit';
    font-size: 11px;
    
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    position: relative;
    min-height: 100%;
}

#loading-indicator-img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 20%;
}

#id-lab-loading-msg {
    display: block;
    text-align: center;
    font-size: 1.5em;
    color:white;
    margin-top: -165px;
}

.dim-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background-color: #000;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.dim-screen:before,
.dim-screen:after {
    content: " ";
    flex: 1;
}





.cls-footer-copy-f {
    position: fixed;
    bottom: 0%;
    width: 100%;
}

.cls-footer-copy {
    background-color: #595A5C;
    color: white;
    padding-left: 5px;
    text-align: center;
}

.cls-body-main {
    background-image: linear-gradient(rgb(221, 240, 246) 0%, rgb(127, 196, 240) 100%);
    background-attachment: fixed, fixed;
}

.btn {
    box-shadow: none !important;
}

.cls-active {
    background-color: #dbf2fb;
    color: #00BCD4;
}

.cls-fullname-hd {
    font-size: 20px;
    background: linear-gradient(-58deg, #017fba 0%, #101e5b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 4px;
    padding-right: 5px;
}

.modal-content {
    border-radius: 0px;
    border: none;
    /*border-top: 5px solid #017fba;
    background-color: #efefef;*/
}
.modal-header {
    background: #1B1464;
    color: #fff;
    border-radius: 0px;
}

.modal-footer {
    background: #F0F1F5;
    border-radius: 0px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
}
.form-switch.form-switch-md {
    margin-bottom: 1rem; 
}

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none !important;
}


.cls-modal-body-border {
    border: 1px solid;
    border-image: linear-gradient(#017fba 0%, #101e5b 80%) 30;
}

.cls-border-red {
    border: 1px solid #dc3545 !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background: #a8c1d7;
    color: #FFF;
    border: 1px solid #a8c1d7;
}
a.list-group-item {
    color: #212529 !important;
}


.cls-thead-tr {
    background: linear-gradient(-58deg, #017fba 0%, #101e5b 80%);
    color: #FFF;
}