.red{
    color:red;
}

@font-face {
    font-family: 'Khmer OS';
    src: url('fonts/KhmerOS_battambang.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Khmer OS Muol Light';
    src: url('fonts/KhmerOS_muollight.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'IDAHC39M Code 39 Barcode';
    src: url('fonts/Barcode.ttf');
    font-weight: normal;
}
.hide{
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.f-khos{
    font-family: "Khmer OS Battambang";
}
.f-khml, .f-khml b{
    font-family: "Khmer OS Muol Light";
}
.f-arial{
    font-family: "Arial";
}
.font-time{
    font-family: "Times New Roman";
}
.min-height-70p{
    min-height:400px;
}


.form-control{
    height:32px !important;
}
.main-body.dark-theme .form-control{
    color: #fff !important;
}

.height-30{
    height: 30px;
}
.select2-selection,.select2-selection__arrow{
    height: 32px !important;
}
.padding-0{
    padding: 0px !important;
}
.bold{
    font-weight: bold;
}
.table tr.input td{
    padding: 0px;
}
.table .input input{
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right:10px;
}

.hide{
    display:none !important;
}
.ff_fileupload_fileinfo{
    color: #00a209;
}
.ff_fileupload_preview{
    width: 200px !important;
    height: 150px;
}
.ff_fileupload_preview .ff_fileupload_preview_image{
    width: 200px !important;
    height: 150px !important;
}
.print-zero-margin{
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.btn-remove-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    top: -13px;
    right: 0px;
    z-index: 6;
    background: #fff;
    position: absolute;
    cursor: pointer;
}
.btn-remove-image:hover{
    box-shadow: 1px 1px 10px #000000;
}
.student-left-profile{
    width:100px;
    height: 100px;
}

.img-uploading{
    opacity: 0.4;
}

.select2-w80 .select2.select2-container{
    width: 80% !important;
}
.select2-w100 .select2.select2-container{
    width: 100% !important;
}


.form-control.no-border{
    border: none;
}
.form-control.no-background{
    background: transparent !important;
}

.input td input.bd-danger{
    background: #f7020f54;
}