/* Add here all your CSS customizations */

/*Panjakit 20240913 [W20240815-002] : ให้ scroll แสดง เฉพาะตอนที่สูงกว่าหน้าจอ*/
body {
    overflow-y: auto;
}

/*Panjakit 20240913 [W20240815-002] : ลดความสูงหน้า List ไม่ให้เกิด scroll*/
.panel-body {
    min-height: 635px;
}

/*Panjakit 20240614 : ปรับไม่ให้ Popup มี scroll ซ้อน*/
.modal-dialog {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.modal-dialog,
.modal-content {
    /* 96% of window height */
    height: 96%;
}

.modal-dialog {
    width: 80%;
}

.modal-body {
    /* 100% = dialog height, 115px = header + footer */
    max-height: calc(100% - 115px);
    overflow-y: auto;
}

.bootbox .modal-dialog,
.bootbox .modal-content {
    height: initial;
}

.bootbox .modal-dialog {
    width: initial;
}

.bootbox .modal-body {
    max-height: initial;
    overflow-y: initial;
}

.bootbox .modal-body {
    font-family: Sarabun-Regular;
    font-size: 14px;
}

.modal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-height: 768px) {
    .panel-body {
        min-height: 500px;
    }
}

@media only screen and (min-width:1280px) and (max-width: 1439px) {
    /*std for Info*/
    .m-lblinfo {
        width: 30% !important;
    }

    .m-Chk {
        width: 100% !important;
        padding-left: 30% !important;
    }

    .modal-dialog {
        width: 90%; /*หน้าจอ Notebook*/
    }
}

.p-slide {
    height: 240px;
}
/*Panjakit 20240917 [W20240917-017] : แสดงข้อความสถานะ หลัง Icon สถานะ*/
.title-menu {
    width: initial;
}

#information-txtAppStatus {
    margin-left: 30px;
    line-height: 33px;
    font-family: thai_sans_literegular;
    font-size: 20px !important;
    font-weight: 700 !important;
}
