/* --== container tabs ==-- */
.wfg_container.tabs {
    padding-top: 0px;
}
.wfg_container.tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -15px;
    margin-right: -15px;
}
.wfg_container.tabs .nav-tabs li {
    width: 100%;
    padding-left: 0px;
    margin-bottom: -2px;
}
.wfg_container.tabs .nav-tabs > li:first-child > a {
    border-left: transparent;
}
.wfg_container.tabs .nav-tabs > li:last-child > a {
    border-right: transparent;
    margin-right: 1px;
}
.wfg_container.tabs .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 0px;
    text-align: center;
    white-space: nowrap;
    color: rgb(45, 45, 45);
}
.wfg_container.tabs .nav-tabs > li:not(.active) > a:hover {
    border:medium none transparent;
    background-color: transparent;
    margin-top: 2px;
}
.wfg_container.tabs .nav-tabs > li:first-child > a:hover {
    margin-top: 1px;
}
.wfg_container.tabs .nav-tabs > li:not(.active) > a:hover > img{
    margin-top: -2px;
}
.wfg_container.tabs .nav-tabs > li.active > a,
.wfg_container.tabs .nav-tabs > li.active > a:hover,
.wfg_container.tabs .nav-tabs > li.active > a:focus {
    color: rgb(45, 45, 45);
    cursor: default;
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.125);
    border-bottom-color: transparent;
    border-top: 4px solid rgb(45, 45, 45);
    margin-top: 0px;
    padding-top: 7px;
}
.wfg_container.tabs .tab-content > .tab-pane img {
    margin-bottom: 10px;
}
.wfg_container.tabs .tab-content > .tab-pane img.img-responsive {
    width: 100%;
}
.wfg_container.tabs .tab-content > .tab-pane a.more {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wfg_container.tabs .tab-content > .tab-pane a.more:before {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-top: -3px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHg9IjAiIHk9IjAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNiAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2Q3NmIwMCIgZD0iTTQuODYgNC43M0wxLjM4IDAuNjhDMS4yIDAuNDcgMC44OCAwLjQ0IDAuNjggMC42MiAwLjQ3IDAuOCAwLjQ0IDEuMTIgMC42MiAxLjMzbDMuMiAzLjczIC0zLjIgMy43M0MwLjQ0IDguOTkgMC40NyA5LjMxIDAuNjggOS40OSAwLjg4IDkuNjcgMS4yIDkuNjUgMS4zOCA5LjQ0TDQuODYgNS4zOGwwLjI4LTAuMzJMNC44NiA0LjczeiIvPjwvc3ZnPg==");
    vertical-align: middle;
    content: '';
}
.wfg_container.tabs .nav-tabs > li .screenerLogo,
.wfg_container.tabs .nav-tabs > li .fuzLogo {
    width: 90px;
}
#m-detail-tab-bar .nav > li > a {
    color: #0F182C;
    font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #m-detail-tab-bar .nav > li > a {
        font-size: 16px;
    }
}
#m-detail-tab-bar .nav > li.active > a:after,
#m-detail-tab-bar .nav > li:hover > a:after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: #0F182C;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 20;
}

#m-detail-tab-bar ul.nav-tabs:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #B8BAC0;
    bottom: -1px;
    width: 100%;
    left: 0;
    z-index: 10;
}
#limits .nav > li > a,
.marketInfo .nav > li > a {
    padding: 0px 20px 10px 20px;
    color: #0F182C;
}
#m-detail-tab-bar {
    margin-top: 30px;
}
#limits .nav > li.active > a,
#limits .nav > li:hover > a,
#m-detail-tab-bar .nav > li.active > a,
#m-detail-tab-bar .nav > li:hover > a,
.marketInfo .nav > li.active > a,
.marketInfo .nav > li:hover > a {
    font-family: LatoWebBold;
    background-color: transparent;
}
#limits .nav > li.active > a:after,
#limits .nav > li:hover > a:after,
.marketInfo .nav > li.active > a:after,
.marketInfo .nav > li:hover > a:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #0F182C;
    bottom: -13px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.marketInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#limits .nav-pills,
.marketInfo .nav-pills {
    position: relative;
}
#limits .nav-pills:after,
.marketInfo .nav-pills:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #B8BAC0;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 10;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #565C6A;
    background-color: rgb(255, 255, 255);
    border: medium none transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(255, 255, 255);
    border-color: rgb(238, 238, 238);
}
.nav-pills > li > a {
    border: 1px solid transparent;
    border-radius: 2px;
}
/* --== /container tabs ==-- */