html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 64px;
}

#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;
}

.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: 20px;
    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) {}