/* --== header ==-- */
.siteheader {
    position: fixed;
    z-index: 1010;
    width: 100%;
    display: flex;
    align-items: center;
    height: 55px;
    font-size: 16px;
    line-height: 11px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background: rgb(255, 255, 255);
    padding-bottom: 4px;
    top:0;
}
.siteheader.scrollable {
    position: absolute;
}
.siteheader.is-active {
    border-bottom: 4px solid rgb(45, 45, 45);
    padding-bottom: 0px;
}
.siteheaderSmall-logo {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}
.siteheaderSmall-logo img {
    width: 100%;
}
.siteheader-btn {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.siteheader-btn.is-active:after {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px 10px;
    border-color: transparent transparent rgb(45, 45, 45) transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    content: '';
    right:16px;
}
.siteheader__back {
    border-right: 1px solid #eee;
}
.siteheader__title {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 15px;
    overflow: hidden;
    line-height: 20px;
}
.siteheader__badge {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    background: rgb(85, 124, 154);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.large-siteheader .siteheader__badge {
    top: -5px;
    right: -5px;
}
/* -- hamburger menu -- */
.siteheader-navtrigger {
    position: relative;
    transition: transform .5s;
}
.siteheader-navtrigger div:nth-child(1) {
    top: 18px;
    transition: top .3s .3s, transform .3s 0s;
}
.siteheader-navtrigger div:nth-child(2) {
    top: 25px;
    transition: opacity .3s;
    transition-delay: .3s;
}
.siteheader-navtrigger div:nth-child(3) {
    top: 32px;
    transition: top .3s .3s, transform .3s 0s;
}
.siteheader-navtrigger div {
    position: absolute;
    display: block;
    width: 19px;
    left:19px;
    height: 2px;
    background: #173356;
    z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .siteheader-navtrigger div {
        background: #ffffff;
    }
}
/* -- /hamburger menu -- */
/* -- close menu -- */
.siteheader-navtrigger.is-active div:nth-child(1) {
    top: 27px;
    transform: rotate(45deg);
    transition: top .3s 0s, transform .3s .3s;
}
.siteheader-navtrigger.is-active div:nth-child(2) {
    opacity: 0;
}
.siteheader-navtrigger.is-active div:nth-child(3) {
    top: 27px;
    transform: rotate(-45deg);
    transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}
/* -- /close menu -- */

/* mobile header search */
.navigationSearch.mobile {
    width: 100%;
    position: absolute;
}
.navigationSearch.mobile .btn.extendedSearch {
    min-width: auto;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    position: relative;
    top: -15px;
}
.navigationSearch.tablet form,
.navigationSearch.mobile form {
    width: 100%;
}
.navigationSearch.tablet form > .form-group,
.navigationSearch.mobile form > .form-group {
    margin-left: -16px; /* transparent border */
    margin-right: -16px;
}
.navigationSearch.mobile #searchKeywordInputMobile {
    position: relative;
    top: -15px;
    margin-top: 0px;
    height: 39px;
    line-height: 18px;
    padding-right: 55px;
}
.navigationSearch.tablet #searchKeywordInputTablet {
    position: relative;
    top: -16px;
    margin-top: 0px;
    height: 38px;
    line-height: 18px;
    padding-right: 55px;
}
.navigationSearch.tablet .inlineSearch form .form-control.hasControl ~ .magnifier {
    right: 7px;
    top: 21px;
    z-index: 100;
    font-size: 16px;
}
.navigationSearch.mobile .inlineSearch form .form-control.hasControl ~ .magnifier {
    right: 7px;
    top: 23px;
    z-index: 100;
}
.navigationSearch.mobile .form-control.hasControl ~ .deleteAction {
    top: 24px;
}
/* /mobile header search */

.wfg_container .solid-fastsearch-result table > thead tr > th:first-of-type {
    border-top-left-radius: 0px;
}

/* -- login */
.siteheader__logo {
    /*flex: auto; ie 11 not recognized*/
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-left: 15px;
    margin-top: 4px;
}
.siteheader__logo img {
    width: 40px;
    height: 40px;
}
/* -- /login */
/* ---=== Tablet navigation ===--- */
.large-siteheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border-bottom: 1px solid rgb(225, 225, 225);
    background-color: rgb(250, 250, 250);
    z-index: 125;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.large-siteheader-left {
    display: flex;
    border-right: 1px solid rgb(255, 255, 255);
    height: 70px;
    z-index: 250;
}
.large-siteheader-logo {
    display: block;
    box-sizing: content-box;
    min-width: 40px;
    width: 25px;
    height: 40px;
    padding: 15px 15px;
    border-right: 1px solid rgb(225, 225, 225);
    z-index: 10;
}
.large-siteheader-logo img {
    width: 100%;
}
.large-siteheader__center {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.dropdown{
    position: relative;
}
.large-siteheader__menu .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 9px 21px 9px 15px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.375;
    color: rgb(45, 45, 45);
    cursor: pointer;
    transition: border 0.3s ease-out;
}
.large-siteheader__menu .dropdown-toggle i {
    font-size: 18px;
    padding-right: 5px;
}
.large-siteheader__right {
    display: flex;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 150;
}
.large-siteheader__quicknav {
    display: flex;
    padding: 30px;
}
.large-siteheader-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 52px;
    margin: 4px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 20px;
    background-color: rgb(250, 250, 250);
    transition: border 0.3s ease-out;
    font-size: 18px;
    line-height: 1;
    color: rgb(45, 45, 45);
    text-decoration: none;
}
.desktop-toplevel {
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
}
.desktop-logo {
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .large-siteheader-link {
        font-size: 16px;
    }
}
.grouped-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 4px;
    font-size: 14px;
    line-height: 1;
    color: rgb(45, 45, 45);
    text-decoration: none;
    border-radius: 20px;
    font-family: LatoWeb;
}
.grouped-link:hover,
.grouped-link.active {
    font-family: LatoWebBold;
}
.grouped-link:hover:after,
.grouped-link.active:after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: #0F182C;
    bottom: 18px;
    width: 100%;
    left: 0px;
}

.grouped-link.is-subnav {
    width: auto;
    height: 70px;
    font-size: 20px;
}
.grouped-link.text > div {
    font-size: 7px;
    font-weight: 700;
    left: -6px;
    top: -1px;
    position: relative;
}
.grouped-link.text > i {
    position: absolute;
    left: 10px;
}
.large-siteheader-link i {
    font-size: 18px;
}
.large-siteheader-link.is-logout,
.large-siteheader-link.is-profile,
.large-siteheader-link.is-contact {
    width: auto;
    padding: 0 18px;
}
.large-siteheader-link.is-logout i,
.large-siteheader-link.is-contact i,
.large-siteheader-link.is-profile i,
.large-siteheader-link.is-mainnav i {
    padding-right: 5px;
}

.large-siteheader-link.is-subnav {
    width: auto;
    padding: 0 18px;
}

.large-siteheader-link:hover {
    color: #7DDAFE;
}
.large-siteheader__menu .dropdown-toggle:hover {
    border-color: rgb(90, 90, 90);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.large-siteheader__menu {
    position: relative;
}
/* ---=== /Tablet navigation ===--- */

/* ---=== detailheader ym ===--- */
.m-detail-interactive {
    margin-right: -15px;
}
.m-detail-interactive > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {

    .m-detail-interactive > ul {
        justify-content: space-between;
        width: 100%;
    }
    .m-detail-interactive ul li:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 992px) {
    .m-detail-interactive {
        margin-right: 0px;
        margin-left: 0px;
    }
    .m-detail-interactive ul li:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .m-detail-interactive > ul {
        margin-bottom: 0px;
    }

}
@media screen and (max-width: 375px) {
    .m-detail-interactive > ul {
        margin-right: -4px;
    }
    #instrument-detail-header .dataWithDate .h1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
.m-detail-interactive.visible-xs-inline-block ul li a {
    padding: 0px 0px 0px 0px;
}
.m-detail-interactive > ul > li > a {
    border-radius: 0;
    padding: 15px 15px 15px 5px;
}
.m-detail-interactive > ul > li > a > div {
    border: medium none transparent;
    background-color: transparent;
}
.m-detail-interactive.visible-xs-inline-block > ul > li > a {
    padding: 15px 5px 15px 5px;
}
@media (max-width: 768px) {
    #instrument-detail-header > div:not(.bottom-row) > div {
        flex-basis: 80%;
        max-width: 100%;
    }
    #instrument-detail-header .titleWithTrend > .h1 > span {
        font-size: 24px;
    }
    #instrument-detail-header .dataWithDate .h1 > span {
        font-size: 24px;
    }
}
/* ---=== /detailheader ym  ===--- */

/* --== /header ==-- */
