/* Header top */
.header-top.header-fixed {
    position: fixed;
    top: 0;
}
.header-top {
    z-index: 499;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 60px;
    padding: 0;
    top: 0;
    background: #fff;
    color: rgba(27, 28, 29, 0.8);
    width: calc(100% - 264px);
    margin-left: 264px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 0 0 #e2e5e8;
}
#header-right ul {
	margin: 0;
	padding: 0;
}
#header-right ul.navbar-nav a {
	color: rgba(27, 28, 29, 0.8);
    font-size: 20px;
}
.navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
#header-right .navbar-nav {
	padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
#header-right .ml-auto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row;
}
#header-right .navbar-nav > li {
    /*line-height: 60px;*/
    display: inline-block;
    padding: 0 12px;
}
/*#header-right  .navbar-nav > li:first-child {
    padding-left: 25px;
}*/
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
#header-right .pc-head-link {
    color: #525b69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.9rem;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
}
#header-right .user-avtar {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}
#header-right .pc-h-dropdown.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
#header-right .dropdown-menu {
    -webkit-animation: 0.4s ease-in-out 0s normal forwards 1 fadein;
    animation: 0.4s ease-in-out 0s normal forwards 1 fadein;
}
/*#header-right .pc-h-dropdown {
    transform: none !important;
    top: 100% !important;
}*/
.dropdown-menu {
    padding: 15px 0;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    border: none;
    border-radius: 2px;
}
/*.dropdown-menu-right {
    right: 0;
    left: auto;
}*/
/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #293240;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}*/
/*.m-header {
    display: none;
}
#header-right #mobile-header {
    display: none;
}*/
#header-right .pc-head-link .user-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
#header-right .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(82, 91, 105, 0.7);
}
#header-right .pc-head-link .user-desc,
#header-right .pc-head-link .user-name {
    display: block;
    line-height: 1;
}
#header-right .profile-notification {
    padding: 0;
    line-height: 1.4;
    overflow: hidden;
}
#header-right .dropdown-menu {
    z-index: 501;
    position: absolute;
    min-width: 210px;
/*    padding: 10px 0;*/
    font-size: 14px;
    /*will-change: transform;
    -webkit-animation: 0.4s ease-in-out 0s normal forwards 1 fadein;
    animation: 0.4s ease-in-out 0s normal forwards 1 fadein;*/
    margin-right: 15px;
}
#header-right .dropdown-menu-right {
    right: 0;
    left: auto;
}
#header-right .dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 235px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
#header-right .profile-notification .pro-body {
    padding: 20px 0;
    margin-bottom: 0;
    list-style: none;
}
#header-right .profile-notification .pro-body li a {
    color: #686c71;
    font-size: 14px !important;
    padding: 10px 20px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}