@import url('../plugin/bootstrap4/css/bootstrap.css');
@import url('../plugin/Animate/animate.css');
@import url('../plugin/Loading/jquery.loadingModal.min.css');
@import url('../plugin/Tool_datepicker_Thai/css/datepicker.css');
@import url('../plugin/fontawesome/fontawesome-free-5.12.0-web/css/all.css');
@import url('../plugin/Sweetalert2/sweetalert2.min.css');
@import url('../plugin/Hover/hover.css');
@import url('../plugin/DataTables/css/dataTables.bootstrap4.min.css');
@font-face {
    src: url('../plugin/Google_font/Niramit/Niramit-Regular.ttf');
    font-family: 'Niramit';
}

body {
    background-color: #ffffff;
    font-family: 'Niramit', sans-serif;
    /* background-color: #a7bde6; */
}

html {
    height: 100%;
}

.bg-blur {
    position: fixed;
    /* background-image: url(../images/wallpaper.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: skyblue;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

html,
body,
.view {
    height: 10%;
}

@media (max-width: 740px) {
    html,
    body,
    .view {
        /* height: 100vh; */
        height: 30%;
    }
    .manuhidden {
        visibility: hidden;
        height: 10%;
    }
}

.bg1 {
    background-color: #F5F5F5;
}

.bg2 {
    background-color: #fff;
}

.bg3 {
    background: #1E90FF;
}

.top-nav-collapse {
    background-color: #78909c !important;
}


/* .navbar:not(.top-nav-collapse) {
    background: transparent !important;
} */

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #78909c !important;
    }
}

.h1_head {
    letter-spacing: 8px;
}

.h5_head {
    letter-spacing: 3px;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80%;
}


/*==========.Cut-text  =======================*/

.cut-text-H {
    text-decoration: none;
    text-overflow: ellipsis;
    /* เพิ่ม ... จุดจุดจุดท้ายสุด */
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    /* กำหนดความกว้าง */
}

.cut-text-multi {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    height: 4em;
    white-space: wrap;
    text-overflow: ellipsis;
}


/*==========.Cut-text  =======================*/

@media (min-width: 576px) {
    .font-m1 {
        font-size: 1vw;
        color: #FFF;
        text-shadow: 3px 2px #f1a417;
    }
    .font-m2 {
        font-size: 1vw;
        color: #FFF;
        text-shadow: 3px 2px #f1a417;
    }
    .font-HT {
        font-size: 2vw;
        font-weight: bold;
        color: #5b9aa0;
    }
}


/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */

@media (max-width: 600px) {
    .font-m1 {
        font-size: 1em;
        color: #FFF;
        text-shadow: 3px 2px #f1a417;
    }
    .font-m2 {
        font-size: 1em;
        color: #FFF;
        text-shadow: 3px 2px #f1a417;
    }
    .font-HT {
        font-size: 2.5em;
        font-weight: bold;
        color: #5b9aa0;
    }
}


/* All Page */

table td:hover {
    color: #1E90FF;
    background-color: #E0FFFF;
}

.jumbotron {
    padding: 2rem 2rem;
}

.font_14 {
    font-size: 14;
    color: #000;
}


/* All Page */


/* page/information */

.image_profile {
    display: block;
    width: 250px;
    height: 250px;
}

.F_B_table {
    font-weight: bold;
    /*font-size:16;*/
    text-align: left;
}

.F_table {
    /*font-weight:bold;*/
    /*font-size:16;*/
    text-align: left;
}


/* page/information */


/* page/stu_schedule.php */

.de_table {
    font-size: 14px;
    color: #FFF;
    text-align: -webkit-center;
    background-color: #5b9aa0;
    font-weight: bold;
}

.de_b_table {
    font-size: 14px;
    height: 90px;
    /* line-height: 90px; */
    text-align: center;
    vertical-align: middle;
}


/* page/stu_schedule.php */


/* page/stu_detail_subject.php */

.Ft_table {
    font-size: 12px;
    /*font-family: tahoma;*/
    /*text-align: -webkit-center;*/
    /*font-weight: bold;*/
}

.Ft_table2 {
    font-size: 14px;
    /*font-family: tahoma;*/
    /*text-align: -webkit-center;*/
    /*font-weight: bold;*/
}

.Fh_table {
    font-size: 16px;
    /*font-family: tahoma;*/
    /*text-align: -webkit-center;*/
    font-weight: bold;
    background-color: #5b9aa0;
    color: #fff;
}


/* page/stu_detail_subject.php */