html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 50px;
    font-family: 'PSUStidti' !important;
}

#navbar {
    background-color: #003C71;
    /* min-height: 75px; */
}

#navbar-toggle-sidemenu {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 22px;
    display: block;
}

#navbar .navbar-logo {
    height: 40px;
    position: absolute;
    top: 10px;
    left: 15px;
}
#navbar .navbar-brand {
    font-size: 22px;
}

#navbar .navbar-brand-text {
    font-family: PSUStidti;
    padding-left: 70px;
    display: block;
}

#navbar .navbar-brand-text .sup {
    color: #59CBE8;
    font-size: 14px;
}



#navbar .navbar-brand2 {
    font-size: 22px;
    display: flex;
    padding: 0;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#navbar .navbar-logo2 {
    height: 40px;
}

#navbar .navbar-brand-text2 {
    font-family: PSUStidti;
    display: block;
    margin-left: 9px;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8em;
    letter-spacing: 2px;
}

#navbar .navbar-brand-text2 .sup {
    color: #59CBE8;
    font-size: 14px;
    font-weight: initial;
    letter-spacing: 3px;
}

/* #navbar .navbar-logo {
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

#navbar .navbar-logo img {
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
}
#navbar .navbar-logo .logotxt_wrap .logotxt_main {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
#navbar .navbar-logo .logotxt_wrap .logotxt_sub {
    display: block;
    color: #59CBE8;
    font-size: 14px;
    line-height: 14px;
    margin-top: 2px;
    letter-spacing: 3px;
}

#navbar .navbar-logo .logotxt_wrap {
    display: block;
    float: left;
    font-family: stidti;
} */



#navbar .navbar-brand-text sup {
    font-size: 12pt;
    margin-left: 5px;
    color: lightblue;
    top: -12px;
    left: -5px;
    font-weight: initial;
}

#navbar .profile-name {
    font-size: 12pt;
}

#navbar .profile-image {
    width: 50px;
    height: 50px;
    top: -5px;
    left: 5px;
    border-radius: 50%;
}

#navbar .dropdown-menu {
    margin-bottom: 10px;
}

#navbar .dropdown-menu a {
    font-size: 12pt;
}

#navbar #btn-notification .badge {
    top: 0px;
    left: 30px;
}

.nav-item span
{
    /*font-size: 16px !important;*/
}

.main-header {
    min-height: 100px;
    background-color: #22478f;
    /* background: #369 url(../images/sq.png) -9px -10px repeat; */
    padding: 16px;
    position: relative;
    color: #fff;
}

.main-header-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.main-header-desc {
    font-size: 16px;
}

.main-header-title a,
.main-header-desc a {
    color: #fff;
}

.main-header-title a:hover,
.main-header-desc a:hover {
    color: #fff;
    text-decoration: initial;
}

.main-header-right {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 14px;
    text-align: right;
    line-height: 24px;
}

.main-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background-color: #003C71;
    color: #fff;
}
.main-footer-home {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background-color: #003C71;
    color: #fff;
}

.ui-header {
    padding-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 7px;
    border-bottom: 5px solid #003C71;
    font-size: 22px;
}

.ui-header>small {
    font-size: 14px;
    color: #808080;
}

.ui-body {
    padding-bottom: 50px;
}

.text-underline {
    text-decoration: underline;
}


/** กรณี autocomplete อยู่ใน jBox **/

.autocomplete-suggestions {
    z-index: 10001;
}


/* Extra small */

@media (max-width: 575.98px) {}


/* Small */

@media (min-width: 576px) and (max-width: 767.98px) {
    #navbar .form-login input {
        width: 100%;
    }
}


/* Medium */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* Large */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large */

@media (min-width: 1200px) {}

/* CWIE STYLE */
.img_logo
{
    width:50px;
    height: 50px;
}
.noti-item
{
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    font-weight: bold;
    color:#fff;    
    border-radius: 10px;    
}
.menu-item 
{
    text-align: center;
    display: block;
    padding: 10px;    
    height: 100px;
    width:160px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #dbedfa;
    cursor: pointer;
    margin-bottom: 1rem;
}
.menu-item:hover
{
    background-color: #4e73df;
    border-color:#b2d0e3;
    color: #fff;
    text-decoration:none;
}

.menu-item
.menu-desc {
    /*font-size: 18px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.menu-item i {
    /*font-size: 50px;
    margin-bottom: 12px;    */
    font-size: 25px;
}

.menu-item-2 
{
    text-align: center;
    display: block;
    padding: 10px;    
    height: 100px;
    width:160px;
    font-weight: bold;
    background-color: #fff;
    color: #0085AD;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #dbedfa;
    cursor: pointer;
}
.menu-item-2:hover
{
    background-color: #0085AD;
    border-color:#b2d0e3;
    color: #fff;
    text-decoration:none;
}

.menu-item-2
.menu-desc {
    /*font-size: 18px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.menu-item-2 i {
    /*font-size: 50px;
    margin-bottom: 12px;    */
    font-size: 25px;
}

.navbar i
{
    font-size: 30px;
    margin-bottom: .5rem;
}
.navbar
{
    color:black;
}
.item_count
{
    float:left;
}
.paging
{
    text-align: right;
    float: right;
}
.paging ul
{
    list-style-type: none;
}
.paging ul li
{    
    display:inline-block;
    padding: 0 5px 0 5px;
}
.table thead
{
    color: black;   
    line-height: 32px;    
}
.table 
{
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;       
}
.table td
{
    line-height: 34px;
}
.form-group label.col-sm-2
{
    color:black;
}
/*.form-check
{
    padding-top: 7px !important;
    padding-left: 30px !important;
}*/
.header h4
{
    padding-top: 10px;
}

.sidebar
{
    background-color: #eef4f8 !important;
}
.sidebar a
{
    color: #003C71 !important;
    /*font-weight: bold;*/
    
}
.nav-item
{
    padding-left: 5px;
    padding-top: 5px;
}  
.nav-link
{
    background-color: #fff !important;
    border-radius: 60px;
    width: 95% !important;
}
.nav-btn
{
    background-color: #003C71 !important;
    color: #fff !important;
    top: 30px;
    left: 10px;
    z-index: 1;
}
.nav-btn span
{
    font-size: 16px !important;
}
.nav-title span
{
    /*font-size: 16px !important;*/
    font-weight: bold;
}
.nav-title
{
    border-radius: 10px !important;
    margin-bottom: 5px;
    height: 70px;
    line-height: 40px;
}
/*.nav-link span,.nav-link li
{
    font-size: 18px !important;
}*/
.sidebar .active a
{
    background-color: #003C71 !important;
    color: #fff !important;
}

.swal2-popup {
padding: 20px;
font-family: PSUStidti !important;
}
.swal2-title{
font-size: 20px !important;
font-family: PSUStidti !important;
}
.swal2-content{
font-size: 16px !important;
font-family: PSUStidti !important;
}
.swal2-text{
font-size: 16px !important;
font-family: PSUStidti !important;
}
.swal2-confirm{
font-size: 16px !important;
font-family: PSUStidti !important;
}
.swal2-cancel{
font-size: 16px !important;
font-family: PSUStidti !important;
}
