
/* Formation Datatable */
div.dataTables_wrapper div.dataTables_scrollBody {
  min-height: 480px;
}


/*Checkbox tree */
ul.checktree, .checktree ul{
    list-style-type: none;
    margin: 3px;
}
ul.checktree li:before {
    height: 1.5em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}
ul.checktree li {
    border-left: 1px dashed;
    margin: 3px;
}
ul.checktree li:last-child:before { border-left: 1px dashed; }
ul.checktree li:last-child { border-left: none; }

/* iframe viewer */
.iframe_viewer{
    width: 100%;
    min-height: 700px;
}

.w100 {
    width: 100% !important;
}

.language_en{
    font-family: "Inter", system-ui, 'KhmerOS_Content', -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    line-height: 1.5715;
    -webkit-text-size-adjust: 100%;
}

.language_kh{
    font-family: 'KhmerOS_Content';
    font-weight: 500;
}
#loadingDataTable{
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}


/*
Login Form Customize
*/
.login_body{
    background: url('../imgs/bg_login.png');
    background-repeat: no-repeat;
    background-size: cover;

}
.login_right_ctn{
    border-left: 2px solid #f1f1f1;
}
.form_bg{
    /* margin-top: 150px; */
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 12px 18px rgba(0, 0, 0, 0.15);
    /* border-radius: 5px; */
}
.login_form{
    padding: 20px;
}
.login_logo{
    margin-right: 15px;
}
.login_title{
    font-family: 'KhmerOS_Bokor';
}
.btn_login{
    font-family: 'KhmerOS_Bokor';
}
.btn_login{
    padding: 10px 20px 10px 20px;
}

/*
    Font Size Style
*/
.font-size-16{
    font-size: 16px;
}

/*
    Message Alerts Style
*/
.msg_font_size{
    font-size: 12px;
}
.hidden{
    display: none;
}

