#header.navbar {
    background: #9FC6CF;
    border-radius: 0;
    box-shadow: 0px 0px 10px 5px #ddd;
    padding: 0;
}

#header .navbar-brand {
    text-align: center;
    padding: 14px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    line-height: 1.1;
}

.dropdown-toggle:after {
    border-top-width: 6px;
    border-left-width: 4px;
    border-right-width: 4px;
}
#navbarDropdown {
    position: relative;
    color: white;
    font-weight: normal;
    font-size: 13px;
    padding-left: 36px;
}
#navbarDropdown:focus,
#navbarDropdown:hover {
    opacity: .7;
}
#navbarDropdown .avatar-img {
    width: 32px;
    height: 32px;
    margin: 10px 0;
    margin-right: 10px;
}
#navbarDropdown .user-icon {
    background: #919191;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    margin: 10px 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 32px;
}

#header .dropdown-item {
    font-size: 13px;
}
#header .dropdown-item:hover {
    background-color: #ccc;
}
#header .dropdown-menu {
    box-shadow: 0px 0px 5px 0px #808080;
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 0px;
}
#header .dropdown-menu.show:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 13px;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #f3f4f5;
    border-left: 7px solid transparent;
}
#header .dropdown .dropdown-divider {
    border-color: #d1d1d1;
}
#header .dropdown .logout-btn {
    font-size: 13px;
    display: block;
    margin: 0px 10px 10px;
    padding: 5px 0;
    border: 1px solid #d1d1d1;
}
#header .dropdown .logout-btn:focus,
#header .dropdown .logout-btn:hover {
    background-color: #ccc;
}

.article-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.article-item .icon-area {
    margin-right: 10px;
}

.article-item .article-important {
    font-size: 11px;
    font-weight: normal;
}
.article-item .article-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.article-item .article-bottom {
    font-size: 13px;
}
.article-item .board-link,
.article-item .article-category {
    color: #6c757d;
}
.article-item .category-divider {
    margin-right: 5px;
}
.article-item .article-title:hover,
.article-item .board-link:hover,
.article-item .article-category:hover {
    text-decoration: underline;
}

.sail_icon {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #8BC1CD;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url(../images/icon_diamond.png);
}

.sail_icon.icon_info_ch {
    background-image: url(../images/icon_info.png);
}
.sail_icon.icon_info_all {
    background-image: url(../images/icon_megaphone.png);
}
.sail_icon.icon_words {
    background-image: url(../images/icon_cap.png);
}
.sail_icon.icon_bluebird_column {
    background-image: url(../images/icon_book.png);
}

.sail_icon.important {
    background-color: #A4936B;
}

#sidebar,
#sidebar a {
    font-size: 13px;
}

.searchbox * {
    font-size: 13px;
}
.news_title {
    font-size: 15px;
}

@media screen and (max-width: 768px){
    .collapse {
        display: block;
    }
    #navbarSupportedContent .navbar-nav.ml-auto {
        position: absolute;
        right: 20px;
        top: 0;
    }
}

#header + #soltube-banner {
    display: block;
    position: relative;
    margin: 0;
}

#header.navbar {
    margin-bottom: 0;
}

#hepl-center {
    position: absolute;
    right: 10px;
    top: 0;
}
#soltube-banner {
    display: none;
}
#soltube-banner img {
    width: 100%;
}
@media screen and (min-width: 768px){
    #header + #soltube-banner {
        display: none;
    }
    #soltube-banner {
        display: block;
        margin-bottom: 15px;
    }
}

#header .drawer-hamburger {
    width: 27px;
    position: absolute;
}

#header .drawer-hamburger-icon {
    margin-top: 5px;
}

#header .drawer-hamburger-icon,
#header .drawer-hamburger-icon:after,
#header .drawer-hamburger-icon:before {
    background-color: #fff;
    height: 4px;
}

#header .drawer-hamburger-icon:after {
    top: 8px;
}
#header .drawer-hamburger-icon:before {
    top: -8px;
}

.drawer-open #header .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer-open #header .drawer-hamburger-icon:after,
.drawer-open #header .drawer-hamburger-icon:before {
    top: 0;
}

#header .drawer-nav,
#header .drawer-nav #sidebar {
    background: #C0D8DD;
}