/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


header.first-child {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-height: 48px;
    background: #137cbe;
    -webkit-transition: top 0.08s ease-in-out;
    transition: top 0.08s ease-in-out;
}

header.header-up {
    top: -50px;
}

#header {
    min-height: 47px;
    background: #187ded;
    border-bottom: 2px solid #1463bc;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    line-height: 48px;
}

#header .logo img,
#header .logo object {
    max-height: 45px;
    width: auto;
}

#header .site-buttons {
    float: right;
    display: table;
    height: 47px;
}

#header .site-buttons > div {
    display: table-row;
}

#header .site-buttons > div > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px !important;
}

#header .site-buttons a.user {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    background-size: contain;
    margin-left: 10px;
    margin-right: 10px;
}

/* Footer */

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    min-height: 40px;
    -webkit-transition: top 0.08s ease-in-out;
    transition: top 0.08s ease-in-out;
}

#footer.footer-down {
    bottom: -42px;
}

.footer {
    height: 39px;
    width: 100%;
    background: #187ded;
    border-top: 2px solid #1463bc;
    font-size: 0.9em;
    color: #333;
}

.footer a {
    color: #333;
    text-decoration: none;
}

.footer.display-table > * > * {
    padding: 0;
    vertical-align: middle;
}

/* WinHelp */

#winHelp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    display: none;
}

#winHelp .winHelp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    background: #efefef;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    z-index: 12;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

#winHelp .winHelp a {
    color: #333;
}

#winHelp .winHelp a:hover {
    color: #205fa0;
}

#winHelp .panel {
    margin-bottom: 0;
}

#winHelp .panel-heading {
    font-weight: bold;
}

#winHelp .panel-body {
    padding: 0;
}

#winHelp .panel-body .menu > li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#winHelp .panel-body .menu > li:last-child {
    border-bottom: none;
}

#winHelp .panel-body .menu > li > a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    background: #fff;
}

#winHelp .panel-body .menu > li > a:after {
    content: ' \f054 ';
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
}
.mbt {
    font-size: 16px;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}















