@charset "UTF-8";

.navbar-flag-div {
    /*height: 35px;*/
    /*float: left;*/
}
.navbar-flag {
    position: relative;
    top: 6px;
}
.navbar_instead {
    width: 100%;
    height: 42px;
    padding-bottom: 16px;
    margin-top: 40px;
    display: none;
}
.navbar-sharetitle {
    padding: 0 36px;
}
.navbar-sharetitle a {
    margin: 6px 13px;
}
.navbar-subtitles-container-div {
    height: 40px;
}
.navbar {
    min-height: 26px;
    margin-top: 20px;
    margin-bottom: 16px;
    background-color: white;
    border-bottom: 4px;
}
.header_fixed_display {
    position: fixed;
    z-index: 100;
    margin-top: 0;
}
.navbar-flag {
    width: 92px;
    height: 23px;
    font-size: 10pt;
}

.navbar-menu>li {
    float: left;
    margin: 0 0 0 28px;
    font-size: 10pt;
}
.navbar-sub-menu>li {
    float: left;
    margin: 0 44px 0 0;
    font-size: 10pt;
}
.navbar-subtitles {
    padding-left: 62px;
    text-align: left;
}
.navbar-left {
    text-align: left;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-right {
    float: right;
    padding: 0 30px 0 0;
}
.menu-nav {
    margin: 0;
}
.navbar-subtitles-contain {
    background: #eeeeee;
    float: left;
    width: 100%;
    transform: translateY(100%);
    z-index: 100;
    position: absolute;
}
.navbar-subtitles-container a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 10pt;
}
.navbar-subtitles-container {
    height: 34px;
    display: inline-grid;
    display: -ms-inline-flexbox;
}
.active_container_selected {
    border-bottom: 4px solid #0033ff;
    padding: 6px 0;
}
.active_selected {
    color: #0033ff;
    font-weight: bold;
}
.active_container_hover {
    border-bottom: 4px solid #0033ff;
}
.active_hover {
    color: #0033ff;
    font-weight: bold;
}
.navbar-titles-container {
    display: inline-block;
    padding-bottom: 7px;
}
.navbar-menu a {
    text-decoration: none;
    /*color: black;*/
    font-size: 10pt;
    /*font-weight: 300;*/
}
.navbar-sub-menu a {
    text-decoration: none;
    /*color: black;*/
    /*font-size: 22px;*/
}
/*.navbar-menu a:hover {*/
/*    font-weight: 600;*/
/*    color: blue;*/
/*}*/
.navbar-menu {
    margin-left: 0;
    margin-right: 0;
}
.menuheader>a {
    line-height: 30px;
    text-decoration: none;
    color: black;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
}
.menuheader>a:hover {
    color: #647abb;
}

.hidden {
    display: none;
}
.menu-nav .navigation i:first-child {
    margin-top: 7px;
}
.menu-nav .navigation i {
    background-color: #0033ff;
    margin-bottom: 7px;
}
#menuBtn {
    display: inline-block;
    padding: 0;
    position: relative;
    float: right;
    margin: 0 20px 0 0;
}
.menuheader div {
    background-color: rgba(0, 51, 255, 0.1);
    line-height: 2em;
}
.menuheader {
    margin-top: 3px;
}
.header_fixed {
    position: fixed;
    top: -20px;
    width: 100%;
    z-index: 1000;
}
.text_normal {
    font-weight: normal;
}
.a_link {
    color: black;
    cursor: pointer;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, a, p, span, button, ul, ol, ul li, ol li {
    /* position: static; */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /* font-weight: 100; */
    /* line-height: 1.6; */
}
