

@font-face {
   font-family: "sp_akkurat_normal_font";
   src: url("../vendor/fonts/Akkurat.ttf");
   font-style: normal;
}

.header{
    background-color: #ffffff;
    z-index: 9999;
}

.top-header {
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

header > user-menu,
header > header-nav,
header > header-sub-nav,
header > sub-nav-menu {
    display: none !important;
}

.top-header-top-bar {
 	height: 55px;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #D6002a;
}

.top-header-top-bar-divider{
	width: 100%;
    height: 46px;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    border-bottom: 1px solid #C1C5CA80;
}
header.top-header-show-separator:not(.has-subnav):not(.has-subnav-menu){
    border-bottom: 4px solid grey;
}

.top-header-logo-container {
    padding: 0;
    flex: 1 1 auto;
    width: 80%;
    display: block;
    align-self: center;
}

.top-header-logo,
.top-header-menu-wrapper {
      flex: 1 1 auto;
}

.top-header-logo {
    height: 35px;
    width: 240px;
    background: url("../../img/ProductLogo.svg") no-repeat;
    background-position: left;
    background-size: auto 35px;
}

.top-header-spacer {
    flex: 1 1 auto;
    align-self: stretch;
    display: none;
}
.header-logo-text{
    width: 350px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 23px;
}
.header-logo-text .logo-text-global{
    border-top: 4px solid #080808;
    color: #32363B;
    font-weight: 600;
    font-size: 25px;
}

.logo-sub-title{
	font-size: 22px;
    font-family: sp_akkurat_normal_font;
    color: #32363B;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0px;
    text-align: center;
    border-left: 2px solid #C1C5CA80;
}

header header-nav {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    vertical-align: middle;
    padding-left: 0px;
}

header header-nav > * {
    color: #00B140;
    font-size: 15px;
    font-family: "Arial", Arial;
    padding-top: 2px;
    position: relative;
}

header header-nav > *:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00b140;
    transform: scaleX(0);
    transition: all 300ms ease;
}
 header-nav > *.active {
    color: #414141;
}

header header-nav > *.active:before {
    transform: scaleX(1);
}

header header-nav > *,
.top-header-btn {
    flex: 0 0 auto;
    height: 100%;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0px 16px;
    box-sizing: border-box;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    transition: all 200ms ease;
}

header header-nav > *:hover,
.top-header-top-bar .top-header-btn:hover {
    background-color: whitesmoke;
}

.top-header-menu-container.open .top-header-menu-toggle {
    box-shadow: none;
    border-left-color: #e7e7e7;
    border-right-color: #e7e7e7;
    border-width: 0 1px;
    padding: 0 16px;
}

.top-header-menu-container.open .top-header-menu-toggle:hover {
    background-color: whitesmoke;
}

.top-header-menu-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-end;
}

.top-header-menu-toggle {
    color: #fff;
    padding: 0px 16px;
    margin-right: 0;
}

.img-fluid{
    width: 50px;
    height: 23px;
    background: transparent;
    opacity: 1;
    margin-right: 10px;
    align-self: center;
}

img-fluid-user{
	width: 16px;
	height: 18px;
	background: transparent;
	opacity: 1;
	margin-right: 10px;
}

.top-header-menu-label {
    height: 20px;
    line-height: 20px;
}

.top-header-menu-label-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: 18px 17px;
}
.top-header-menu-label-username {
    font-family: sp_akkurat_normal_font;
    font-size: 15px;
    color: #707070;
    vertical-align: middle;
    padding-left: 16px;
}
.dropdown-menu.top-header-menu {
    left: auto;
    right: 0;
    min-width: calc(100% + 150px);
    font-family: sp_akkurat_normal_font;;
    font-size: 14px;
    z-index: 10000;
    height: 300px;
}

.dropdown-menu.top-header-menu li {
    color: #1a1a1a;
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    height: 30px;
}

.dropdown-menu.top-header-menu li > i {
    color: #53575C;
    width: 18px;
    display: flex;
    align-items: center;
}

.dropdown-menu.top-header-menu li > a {
	color: #1a1a1a;
    display: flex;
    align-items: center;
}


.top-header-bottom-bar {
    flex: 0 0 24px;
    height: 24px;
    background-color: #84888D;
    width: 100%;
    min-width: 100%;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-right: 16px;
}

top-header header-subnav {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;

}
top-header header-subnav > * {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    padding: 2px 16px 0;
}
top-header header-subnav *:hover{
    background-color: #53575C;
}
top-header header-subnav *.active{
    background-color: #53575C;
    border-bottom: 2px solid #00B140;
}

.top-header-bottom-bar-menu-toggle{
    font-size: 14px;
}
.top-header-bottom-bar-menu-toggle:hover,
.top-header-bottom-bar-menu-container.open .top-header-bottom-bar-menu-toggle{
    background-color: whitesmoke;;
}
.top-header-bottom-bar-menu-toggle:before{
    height: 0px !important;
}
.text-white{
    color: white !important;
    padding: 0 16px;
}
.header-background {
    background-image: linear-gradient(rgb(91, 168, 120), rgb(45, 110, 69));
}
