﻿body {
    font-size: 15px;
    padding-top: 75px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 10px
}

h2, h3, h4, h5 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify
}

.title {
    color: #333;
    font-weight: bold
}

.title-indicator {
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.source-present {
    font-size: 80%
}
.source-name {
}

.title-source {
    font-weight: normal;
    color: #6f747f;
    font-size: 15px;
    line-height: 1.3125em
}

.btn {
    border-radius: 0
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #333
    }

.label-default {
    background-color: #333
}

.chart-link {
    cursor: pointer
}

.navbar {
    background-color: #333 !important;
    margin-bottom: 0
}

.navbar-brand {
    padding-top: 10px;
    line-height: 15px;
    height: 30px
}

.navbar .navbar-nav {
    padding-top: 10px
}

    .navbar .navbar-nav > li > a {
        color: #ddd;
        font-size: 1.2em
    }

        .navbar .navbar-nav > li > a:visited {
            color: #ddd
        }

        .navbar .navbar-nav > li > a:hover {
            color: #333;
            background-color: #fafafa
        }

.navbar .navbar-expand-lg > li > a:hover {
    color: #333;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:visited {
    color: #333;
    background-color: #fff
}

.dropdown-menu > li:focus, .dropdown-menu > li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.nav-subitem {
    padding-top: 5px;
    padding-bottom: 5px
}

    .nav-subitem:hover {
        background-color: #fafafa
    }

    .nav-subitem > a {
        text-decoration: none
    }

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu .nav-subitem:hover {
    background-color: transparent;
}

.navbar-toggle {
    padding: 5px;
    border: none
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        border: none
    }

.navbar-columns {
    width: 375px;
    padding: 5px;
    padding-left: 20px
}

.navbar-mobile-item {
    color: #ddd;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px
}

    .navbar-mobile-item:hover {
        color: #ddd;
    }

.dropdown-header {
    text-align: left;
    padding-left: 0
}

.logo-banner a {
    text-decoration: none !important;
}

#logo-title {
    font-size: 18px;
    color: #ddd;
    line-height: 17px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    vertical-align: bottom;
}

#logo-subtitle {
    font-size: 20px;
    padding-left: 2px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #858585;
    padding-top: 0;
    vertical-align: bottom;
}

.headlines-title {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none
}

.headlines-description {
    text-align: justify
}

.chartButton {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1965aa;
    color: #f0f0f0;
    border: 1px solid #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 10px;
    font-weight: bold
}

.searchButton {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #333;
    color: #f0f0f0;
    border: none;
    font-size: 10px;
    font-weight: bold
}

.searchBox {
    width: 120px;
    height: 12px;
    background-color: #fff;
    text-align: left;
    color: #333;
    border: none;
    font-size: 10px;
    font-weight: bold
}

.box {
    width: 100%;
    padding: 20px;
    border: thin solid #dedfde;
    background-color: #fafafa;
    text-align: justify;
    color: #333
}

.loader {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%
}

.table th {
    background-color: #f5f5f5
}

th {
    text-align: left;
    font-weight: normal
}
/*
.table > thead:first-child > tr:first-child > th {
    border-bottom: 1px solid #ddd;
}
*/
.datatable {
    width: 728px;
    font-size: 12px;
    background-color: #fff;
    border: medium solid #fafafa;
    border-collapse: collapse;
    padding: 0
}

.datatable-header {
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    background-color: #e7e7ef;
    white-space: nowrap;
    text-align: center
}

    .datatable-header a {
        text-decoration: none
    }

.datatable-group {
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: thin;
    text-align: center
}

.datatable-row {
    white-space: nowrap
}

.datatable-row-alternating {
    white-space: nowrap;
    background-color: #f2f2f2;
}



.datatable-item-first {
    text-align: left;
    text-decoration: none;
}

    .datatable-item-first a {
        text-decoration: none;
    }

        .datatable-item-first a:hover {
            text-decoration: underline;
        }

.datatable-item {
    text-align: center
}

.LeftSideMenu {
    text-align: left
}

.LeftSideMenuTopics {
    font-weight: bold;
    text-align: left
}

.LeftSideMenuLinks {
    text-decoration: none;
    white-space: nowrap;
    padding-left: 5px
}

    .LeftSideMenuLinks:hover {
        text-decoration: underline
    }

.LeftSideMenuCategories {
    text-decoration: none;
    white-space: nowrap;
    padding-left: 5px;
    font-weight: bold
}

.WorldEconomyTitles {
    font-size: 16px;
    font-weight: bold;
    margin: 0
}

.tickLink {
    float: left;
    margin: 0 3px 0 0;
    font-weight: bold
}

    .tickLink a {
        color: #00008b
    }

.tickContent {
    float: left;
    margin: 0 2px 0 4px;
    position: relative;
    font-weight: bold
}

    .tickContent a {
        color: #00008b;
        text-decoration: none
    }

.tickButton {
    float: left;
    cursor: pointer;
    cursor: hand;
    margin: 1px;
    position: relative
}

.StaticHoverStyle {
    background-color: #1c5674
}

.MenuSelection {
    background-color: #1c5674;
    text-align: center
}

.DynamicStyleForMenu {
    background-color: #00008b;
    border-right: #fff thin solid;
    border-top: #fff thin solid;
    border-left: #fff thin solid;
    border-bottom: #fff thin solid
}

.DynamicHoverStyle {
    background-color: #fff
}

.StartPageSectionTitles {
    background-color: #fff
}

.article {
    line-height: 18px;
    text-align: justify;
    background-color: #fafafa;
    border: thin solid #f3f3f3;
    padding: 10px
}

.article-title {
    font-size: 1.5em;
    font-weight: bold
}

.ArticlesPageTitles {
    font-weight: bold
}

input, select {
    font-family: sans-serif;
    background-color: #fff;
    border: 1px solid #e3e2da;
    font-weight: 400;
    color: #333
}

.whitespace {
    min-width: 10px;
    min-height: 10px
}

.EconomicsPageTitles {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px
}

.EconomicsPageSubTitles {
    font-weight: bold;
    line-height: 18px
}

.EconomicsPageText {
    line-height: 18px;
    text-align: justify;
    background-color: #f0f8ff;
    padding: 0
}

.IndicatorDescription {
    line-height: 18px;
    text-align: justify;
    background-color: #e7e7ef;
    padding: 5px 5px 5px 10px;
    border: thick solid #fafafa
}

.one {
    padding-left: 10px
}

.two {
    padding-left: 10px
}

.calendar-box {
    padding: 10px;
    background-color: #fafafa;
    text-align: justify;
    color: #333
}

.calendar-box-header {
    background-color: #fafafa;
    font-size: 8px;
    padding: 5px
}

#calendar {
    width: 100%;
    line-height: 18px
}

.calendarHeaderRow {
    font-size: 8px;
    white-space: nowrap;
    line-height: 10px;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff
}

.dateRow {
    background-color: #d2dee8;
    font-size: 9px;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    background: #eee !important;
    font-weight: bold
}

.calendarRow {
    background-color: #fff;
    white-space: nowrap
}

.calendarAlternativeRow {
    background-color: #fff
}

.calendar-item {
    text-align: center
}

.calendar-item-positive {
    color: #006400
}

.calendar-item-negative {
    color: #8b0000
}

.calendar-revised {
    cursor: pointer
}

.calendar-iso {
    color: #333
}

.calendar-event {
    color: #777;
    font-weight: bold
}

.calendar-date-1 {
    color: #333
}

.calendar-date-2 {
    color: #333;
    font-weight: bold
}

.calendar-date-3- {
    color: #9c3031;
    font-weight: bolder
}

.calendar-date-3 {
    display: inline;
    padding: .2em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #9b3131
}

div.ui-tooltip {
    max-width: 400px
}

.calendar-info {
    background-image: url("/images/questionmarks/info_gray2.gif");
    width: 10px;
    height: 10px;
    white-space: nowrap
}

/*
.bold {
    font-weight: bold
}*/

.contactButton {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1965aa;
    color: #f0f0f0;
    border: 1px solid #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 12px;
    font-weight: bold
}

.chart-type {
    cursor: pointer
}

.chart-loading {
    width: 20px;
    height: 20px;
    background: url(https://d3fy651gv2fhd3.cloudfront.net/images/progress-wheel.gif) no-repeat
}

.home-panel {
    padding: 0
}

.home-headline {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px
}

.home-news {
    background-color: #ddd;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap
}

.home-calendar {
    background-color: #efeff7;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap
}

.nav > li > a {
    padding: 5px 10px
}

.navbar-alignment > li > a {
    padding: 0px 12px
}

.btn-group > .dropdown-menu > .dropdown-item {
    padding: 0;
}

.navbar-alignment > li > ul > .dropdown-item {
    border-top: 1px solid #ddd;
    padding: 3px 0;
}

    .navbar-alignment > li > ul > .dropdown-item a, .dropdown-menu > .dropdown-item a {
        padding: 3px 20px;
        display: block;
    }

.navbar-alignment > li > .dropdown-menu {
    margin-top: 5px;
}

.market-positive-image {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #8ecf61;
    background-position: 0 0;
    display: inline-block
}

.market-negative-image {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #ed3b3b transparent transparent;
    background-position: 0 0;
    display: inline-block
}

.market-neutral-image {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: #fff #fff #fff;
    background-position: 0 0;
    display: inline-block
}

.market-neutral-image-v2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: rgba(237,59,59,0) #312c2c rgba(192,247,8,0);
    background-position: 0 0;
    display: inline-block
}

.market-name {
    color: #fff;
    background-color: #333;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase
}

.market-ticker {
    background-color: #058dc7;
    color: #fff;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase
}

.market-price {
    font-weight: bold;
    padding-left: 5px;
    padding: 5px;
    font-size: 105%;
    color: #333
}

.market-financials {
    color: #333;
    padding: 2px;
    padding-left: 5px;
    text-transform: uppercase
}

.market-stats-div {
    padding-bottom: 5px
}

.market-stats-title {
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap
}

.market-stats-info {
    font-weight: bold;
    text-transform: uppercase;
    color: #333
}

.market-stats-value {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-left: 5px
}

.market-stats-badge {
    background-color: #8ecf61;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px
}

.market-header-name {
    border-bottom: 1px solid #ccc
}

    .market-header-name h1 {
        display: inline-block;
        font-weight: bold
    }

    .market-header-name span {
        font-size: .8em;
        color: #333;
        margin-left: 15px
    }

.market-header-values {
    padding-top: 5px
}

.market-header-value {
    display: inline-block
}

    .market-header-value h2 {
        font-size: 1em
    }

    .market-header-value span {
        font-weight: 700;
        font-size: 1.4em
    }

.market-panel2 > div {
    display: inline-block
}

.financials-widget-item {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    display: block
}

    .financials-widget-item:hover {
        background-color: #f7f6f6;
        text-decoration: none;
        color: #333
    }

    .financials-widget-item:focus, .financials-widget-item:active, .financials-widget-item:visited {
        text-decoration: none;
        color: #333
    }

    .financials-widget-item:hover > .financials-widget-item-arrow {
        visibility: visible !important;
        opacity: 1 !important;
        transition: opacity .5s linear
    }

    .financials-widget-item:last-child {
        border-bottom: 0
    }

    .financials-widget-item span {
        font-size: 1.4em;
        margin-top: 8px;
        font-weight: 700;
        padding-left: 4px
    }

.financials-widget-item-arrow {
    color: #676767
}

.markets2 thead tr th:first-child {
    padding-left: 15px
}

.markets2 tbody tr td:first-child {
    padding-left: 15px
}

.markets-switch {
    display: table;
    float: right
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #333
}

.iec-dd-origin {
    font-size: .7em;
    padding-left: 5px;
    color: #9a9a9a
}

.typeahead, .tt-query, .tt-hint {
    width: 200px;
    height: 30px;
    padding: 3px 12px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none
}

.typeahead {
    background-color: #fff
}

    .typeahead:focus {
        border: 1px solid #0097cf
    }

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 3px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 24px
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf
    }

    .tt-suggestion p {
        margin: 0
    }

.hawk-header-typeahead-cnt {
    border-left: none;
    margin-left: 0
}

    .hawk-header-typeahead-cnt > input {
        font-size: 15px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
    }

.hawk-inLabels--label {
    text-transform: uppercase
}

.cookie-disclaimer {
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    position: fixed
}

    .cookie-disclaimer .container {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .cookie-disclaimer .cookie-close {
        float: right;
        padding: 10px;
        cursor: pointer
    }

.multimode-nav .visible-search-mode {
    position: absolute;
    transform: translateX(100%);
    margin-left: 1000px
}

.multimode-nav[data-search-mode=true] li {
    display: none
}

.multimode-nav[data-search-mode=true] .visible-search-mode {
    position: relative !important;
    transform: translateX(0);
    display: block;
    transition: transform .3s ease;
    margin-left: 0;
    margin-right: 40px
}

.form-select {
    border: none;
    border-radius: 0;
    border-bottom: 1px #e7e7ef solid;
    border-top: 1px #e7e7ef solid
}

    .form-select:focus {
        box-shadow: none;
        border-bottom: 1px #e7e7ef solid;
        border-top: 1px #e7e7ef solid
    }

.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px #e7e7ef solid;
    border-top: 1px #e7e7ef solid;
    margin-right: 5px;
}

.ui-pnotify.custom .ui-pnotify-container {
    background-color: #fafafa !important;
    border: none !important
}

.ui-pnotify.custom .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
    color: #000 !important
}

.ui-pnotify-title {
    height: 18px
}

.chart-figure {
    min-height: 340px;
    text-align: center;
}

.te-market-changes-spacing span {
    margin-left: 2px;
    margin-right: 2px;
}

#searchIconMediumScreen {
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width:320px) {
    .chart-figure {
        min-height: 100px
    }

    .chart {
        width: 100px
    }

    .home-news, .home-calendar, .home-headline {
        margin: 10px
    }

    .nav > li > a {
        padding: 10px 10px
    }

    .title-notes {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .chart-figure {
        min-height: 100px;
    }

    .home-news, .home-calendar {
        margin: 5px
    }

    .nav > li > a {
        padding: 10px 10px
    }

    .title-notes {
        display: none
    }
}

@media (min-width: 376px) {
    .col_hide_xs {
        display: table-cell !important;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .chart {
        width: 470px
    }

    .nav > li > a {
        padding: 10px 10px
    }

    .navbar-mobile-item {
        padding-right: 20px
    }

    .title-notes {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .te-chart-nav > li > a {
        padding: 5px 7px;
    }
}

.nav-search-input-class {
    -webkit-appearance: none;
    outline: none;
    padding-left: 5px;
    border: 0;
    color: #333;
    background-color: transparent;
    width: 150px
}



@media(max-width:992px) {
    .te-chart.collapsing, .te-chart.collapse.show {
        position: inherit !important;
    }
}

@media(max-width:1200px) {
    .nav-search-input-class {
        width: 100%;
    }

    .typeahead-searchbox-glyphicon-wrapper {
        border-bottom: none !important;
    }

    #thisIstheSearchBoxIdTag:focus {
        border-bottom: 1px solid #858585;
    }
}

.nav-searchbox-class, .nav-searchbox-class:visited, .nav-searchbox-class:hover, .nav-searchbox-class:active, .nav-searchbox-class:focus {
    background-color: transparent !important
}

.nav-searchbox-class {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: -3px
}

.nav-search-input-class {
    color: #fff !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

#dpSearch-resultCnt-tiny > li, #dpSearch-resultCnt > li {
    border-radius: 0
}

    #dpSearch-resultCnt-tiny > li.active, #dpSearch-resultCnt > li.active {
        background-color: #ddd;
        border-color: #ddd
    }

.dpTaResult {
    padding-left: 20px
}

    .dpTaResult a {
        display: block;
        padding: 3px
    }

        .dpTaResult a:first-child {
            margin-top: 0
        }

    .dpTaResult :first-child {
        padding-top: 5px;
        border-top: 0
    }

    .dpTaResult :last-child {
        border-bottom: 0;
        padding-bottom: 5px
    }

    .dpTaResult li {
        padding-top: 5px;
        padding-bottom: 5px;
        border-left: 0;
        border-right: 0
    }

    .dpTaResult a:last-child {
        margin-bottom: 0
    }
#dpSearch-resultCnt .list-group-item:hover {
    background-color: #e8e8e8;
}
.typeahead-searchbox-glyphicon-wrapper {
    border-bottom: 1px solid #858585
}

.nav-search-glyphicon-class {
    cursor: pointer;
    color: #858585
}

@media(max-width:991px) {
    .typeahead-searchbox-glyphicon-wrapper {
        border-bottom: 1px solid transparent
    }

        .typeahead-searchbox-glyphicon-wrapper.is-wide-open {
            border-bottom: 1px solid #858585
        }
}

.typeahead-wrapper {
    /*position: fixed;*/
    width: 100%;
    /*top: 54px;*/
    border-top-color: #fff;
    display: block;
    padding: 0;
    border: 0;
    margin-top: 5px !important;
}

.te-loading {
    width: 20px;
    height: 20px;
    background: url(https://d3fy651gv2fhd3.cloudfront.net/images/progress-wheel.gif) no-repeat
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.arrow-expectation-falling {
    color: #d50000
}

.arrow-expectation-rising {
    color: #4caf50
}

.expectation-falling {
    background-color: #d50000
}

.expectation-rising {
    background-color: #4caf50
}

.expectation-unchanged {
    background-color: #e0e0e0
}

.estimates-inactive-option {
    opacity: .2
}

.estimates-active-option {
    cursor: pointer
}

.stats-table-estimates-value {
    border-bottom: 0 !important;
    text-align: -webkit-center
}

.estimates-star {
    -webkit-mask: url(https://d3fy651gv2fhd3.cloudfront.net/css/images/star.svg) no-repeat 100% 100%;
    mask: url(https://d3fy651gv2fhd3.cloudfront.net/css/images/star.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover !important;
    mask-size: cover !important;
    display: inherit;
    height: 15px;
    width: 15px;
    background-color: #fff
}

.table-estimates-score {
    text-align: right
}

.table-estimates-value {
    text-align: right
}

.about-title {
    line-height: 3.2em
}

.about-text {
    text-align: justify
}

input#estimateValueId + span {
    display: none
}

input#estimateValueId:focus + span {
    display: inline
}

.stats-badge {
    padding: 3px 3px;
    margin-right: 4px;
    margin-left: 13px;
    background-color: #fff;
    border-radius: 5px;
    color: #222;
    font-size: inherit;
    font-weight: inherit
}

.est-bge, .estimates-badge {
    padding: 3px 4px;
    margin-right: 0;
    background-color: #333;
    border-radius: 2px
}

.style-handler-estimation-input {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #e7e7e7;
    box-shadow: none
}

    .style-handler-estimation-input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.nav-tabs > li.estimates.active > a, .nav-tabs > li.estimates.active > a:focus, .nav-tabs > li.estimates.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.checkmark {
    display: -webkit-inline-box
}

    .checkmark.draw:after {
        animation-duration: 400ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg)
    }

    .checkmark:after {
        opacity: 1;
        height: 2em;
        width: 1em;
        transform-origin: left top;
        border-right: 2px solid #5cb85c;
        border-top: 2px solid #5cb85c;
        content: '';
        position: absolute
    }

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: .5em;
        opacity: 1
    }

    40% {
        height: 1em;
        width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 1em;
        opacity: 1
    }
}



code, kbd, pre, .img-rounded, .img-thumbnail, .img-circle, .form-select, .btn, .btn-link, .dropdown-menu, .list-group-item, .input-group-addon, .input-group-btn, .nav-tabs a, .nav-pills a, .navbar, .navbar-toggle, .icon-bar, .breadcrumb, .pagination, .pager *, .label, .badge, .jumbotron, .thumbnail, .alert, .progress, .card, .well, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li {
    border-radius: 0 !important
}

.dropdown-menu {
    margin: 0px 0px 0px -1px;
    padding: 0;
    --bs-dropdown-link-active-bg: #ddd;
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
}

.te-c-selected, .te-c-selected a {
    font-weight: bold !important
}

.te-c-option {
    cursor: pointer
}

    .te-c-option > a:hover {
        text-decoration: none
    }

.te-c-more-countries {
    text-align: -webkit-center;
    padding: 10px;
    border-top: 1px solid #ddd
}

.te-c-groups-parent {
    display: table;
    width: 100%;
    table-layout: fixed
}

    .te-c-groups-parent span {
        display: table-cell;
        text-align: center
    }

        .te-c-groups-parent span:hover {
            font-weight: bold
        }

.te-c-group-selected > a {
    font-weight: bold
}

.title-notes {
    float: right !important
}

.pagetabs {
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf
}

    .pagetabs .nav-tabs > li > a {
        border: none;
        margin-right: 0;
        padding: 10px 10px;
        outline: none;
    }

        .pagetabs .nav-tabs > li > a:hover {
            color: #333 !important;
        }

        .pagetabs .nav-tabs > li.active > a, .pagetabs .nav-tabs > li.active > a:focus, .pagetabs .nav-tabs > li.active > a:hover, .pagetabs .nav-tabs > li > a.active, .pagetabs .nav-tabs > li > a.active:focus, .pagetabs .nav-tabs > li > a.active:hover {
            border-bottom: solid 1px #fff;
            border-right: solid 1px #ddd;
            border-left: solid 1px #ddd
        }

            .pagetabs .nav-tabs > li.active > a.expand-panel-open {
                border-bottom: none
            }

    .pagetabs .nav li a.show-expand-panel, .pagetabs .nav li a.show-expand-panel:focus, .pagetabs .nav li a.show-expand-panel:hover {
        background-color: #fff
    }

    .pagetabs .nav li a.expanding-panel {
        border-bottom: solid 1px #fbfbfb;
        border-right: solid 1px #ddd;
        border-left: solid 1px #ddd
    }

.nav-h-scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .nav-h-scroll::-webkit-scrollbar {
        display: none
    }

    .nav-h-scroll > li {
        display: inline-block;
        float: none
    }

.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2
}

body > .ui-pnotify {
    position: fixed;
    z-index: 100040
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
    display: block !important
}

.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .4s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
        transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .25s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
        transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .1s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
        transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 28px 0 rgba(0,0,0,.1)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

    .ui-pnotify-container:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .ui-pnotify-container.ui-pnotify-sharp {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px
}

.brighttheme {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .brighttheme.ui-pnotify-container {
        padding: 18px
    }

    .brighttheme .ui-pnotify-title {
        margin-bottom: 12px
    }

.brighttheme-notice {
    background-color: #ffffa2;
    border: 0 solid #ff0;
    color: #4f4f00
}

.brighttheme-info {
    background-color: #8fcedd;
    border: 0 solid #0286a5;
    color: #012831
}

.brighttheme-success {
    background-color: #aff29a;
    border: 0 solid #35db00;
    color: #104300
}

.brighttheme-error {
    background-color: #ffaba2;
    background-image: repeating-linear-gradient(135deg,transparent,transparent 35px,rgba(255,255,255,.3) 35px,rgba(255,255,255,.3) 70px);
    border: 0 solid #ff1800;
    color: #4f0800
}

.brighttheme-icon-closer, .brighttheme-icon-info, .brighttheme-icon-notice, .brighttheme-icon-sticker, .brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New",Courier,monospace;
    border-radius: 50%
}

    .brighttheme-icon-closer:after, .brighttheme-icon-info:after, .brighttheme-icon-notice:after, .brighttheme-icon-sticker:after, .brighttheme-icon-success:after {
        position: absolute;
        top: 0;
        left: 4px
    }

.brighttheme-icon-notice {
    background-color: #2e2e00;
    color: #ffffa2;
    margin-top: 2px
}

    .brighttheme-icon-notice:after {
        content: "!"
    }

.brighttheme-icon-info {
    background-color: #012831;
    color: #8fcedd;
    margin-top: 2px
}

    .brighttheme-icon-info:after {
        content: "i"
    }

.brighttheme-icon-success {
    background-color: #104300;
    color: #aff29a;
    margin-top: 2px
}

    .brighttheme-icon-success:after {
        content: "✓"
    }

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2e0400;
    font-size: 0;
    line-height: 0;
    color: #ffaba2;
    margin-top: 1px
}

    .brighttheme-icon-error:after {
        position: absolute;
        top: 1px;
        left: -4px;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        font-family: "Courier New",Courier,monospace;
        content: "!"
    }

.brighttheme-icon-closer, .brighttheme-icon-sticker {
    display: inline-block
}

    .brighttheme-icon-closer:after {
        top: -4px;
        content: "✕"
    }

    .brighttheme-icon-sticker:after {
        top: -5px;
        content: "𝆺𝅥";
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px
}

    .brighttheme .ui-pnotify-action-bar input, .brighttheme .ui-pnotify-action-bar textarea {
        display: block;
        width: 100%;
        margin-bottom: 12px !important
    }

.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0
}

    .brighttheme .ui-pnotify-action-button.btn-primary {
        border: none;
        border-radius: 0
    }

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #ff0;
    color: #4f4f00
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286a5;
    color: #012831
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35db00;
    color: #104300
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #ff1800;
    color: #4f0800
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

.ui-pnotify-container {
    position: relative;
    left: 0
}

#thisIstheSearchResultsIdTag {
    left: 0;
}

#dpSearch-resultCnt > li > a:hover {
    text-decoration: underline;
}

#searchUrlResults:hover {
    text-decoration: underline;
}
#thisIstheSearchResultsIdTag > li:hover{
    background-color:transparent;
}
.form-switch .form-check-input {
    width: 3em !important;
    height: 1.5em !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3.5' fill='rgba%280, 0, 0, 0.75%29'/%3e%3c/svg%3e")
}

    .form-switch .form-check-input:checked {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3.5' fill='%23fff'/%3e%3c/svg%3e")
    }

@media(max-width:480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

        .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-bottom-width: 5px
        }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto
    }

        .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
            border-top-width: 5px;
            border-bottom-width: 1px
        }
}

.glyphicon {
    min-width: 15px;
}

.caret {
    min-width: 8px;
}

.table-responsive {
    border: none;
    /* overflow: hidden; */
}

@media only screen and (max-width: 767px) {
    #pagemenutabs > li > .active {
        background-color: #f5f5f5;
    }

    .table-responsive {
        border: none;
        overflow: auto;
    }

        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > thead > tr > th {
            white-space: nowrap;
        }

    .col-md-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    h2 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .pagetabs {
        margin-left: -15px;
        width: 105%;
    }

    .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.te-value-negative {
    color: darkred;
}

#market-widget > .tab-content > .tab-pane > .table > :not(caption) > * > * {
    padding: 5px;
}
/*
.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
}*/

@media only screen and (max-device-width: 1024px) and (min-device-width: 765px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-hover {
    margin-bottom: 0px;
}

    .table-hover a:hover {
        text-decoration: underline;
    }
/* body */
.list-group-item {
    padding: 10px 15px;
}

    .list-group-item a:hover {
        text-decoration: underline;
    }

.thumbnail {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: border .2s ease-in-out;
}

.table-condensed > tbody > tr > td {
    padding: 5px;
}

.th {
    font-weight: normal;
}

#market-widget {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}


.more-link {
    text-align: left;
    border-bottom: none;
    padding-top: 10px !important;
}

#matrix {
    text-decoration: none;
}

.card {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.tab-pane .card {
    margin-bottom: 0;
}

.table-heatmap {
    margin-bottom: 0px;
}

.card-default {
    border-color: #ddd;
}

.card-body {
    padding: 15px;
}

.market-positive-image {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #8ecf61;
    background-position: 0 0;
    display: inline-block;
}

.market-negative-image {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #ed3b3b transparent transparent;
    background-position: 0 0;
    display: inline-block;
}

.calendar-item-positive {
    color: #006400;
}

.calendar-item-negative {
    color: #8b0000;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.glyphicon {
    min-width: 15px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.glyphicon-dashboard:before {
    /* content: "\e141"; */
    background-image: url('../icons/Icons_Actions/schedule.svg');
}

.glyphicon-plus:before {
    /* content: "\2b"; */
    background-image: url('../icons/Icons_content/add.svg');
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ddd;
}

.btn:hover {
    text-decoration: none;
}
.more-indicators-space-item {
    display: inline-block;
    margin: 1px 0px;
}

.news-fix {
    position: relative;
    top: 55px;
}

.table-lastchild {
    border-bottom: none;
}

.input-group-text {
    background-color: #EEEEEE;
}

.row .list-group-item {
    border: 1px solid #ddd;
}

#UpdatePanelChart .bi {
    -webkit-text-stroke: 0.6px;
    font-size: 16px;
}

#thisIstheSearchResultsIdTag {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#dpSearch-resultCnt li {
    border-bottom: 1px solid #ddd;
}

    #dpSearch-resultCnt li:last-child {
        border-bottom: 0px;
    }

#comtradeUl li {
    padding: 7px;
}

    #comtradeUl li a {
        padding: 10px;
    }

#comtradeUl .active {
    padding: 10px;
    border-bottom: 2px solid black;
}

#comtradeUl > li > a:focus, #comtradeUl > li > a:hover {
    background-color: transparent
}
/* Footer Start*/

.footer-spacer {
    padding: 4px
}

.footer-spacer-head {
    padding: 30px 4px 4px 4px;
}

@media only screen and (max-width:768px) {
    .footer-icons {
        display: flex;
        margin-left: 50%;
    }

        .footer-icons a {
            padding: 0 12px 8px 0px;
        }
}

.footer-twitter {
    width: 50px;
    height: 50px;
}

.footer-github {
    width: 40px;
    height: 40px;
}

.te-footer {
    background-color: #333;
    color: #fff;
}

.footerHeader {
    font-weight: bold;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 5px;
}


.footer-spacer-head {
    padding: 30px 4px 4px 4px;
}

.footer-appstore {
    display: inline-block;
    overflow: hidden;
    background-size: contain;
}

.footer-playstore {
    width: 135px;
}

.footer-spacer {
    padding: 4px;
}

.footer-twitter, .footer-github {
    width: 40px;
    height: 40px;
}



.footerItems:visited {
    color: #fff;
}

.footerItems {
    color: #e7e7ef;
    text-decoration: none;
    display: inline-block;
    margin: 1px 0;
}

    .footerItems:hover {
        color: #fff;
        text-decoration: none
    }

.footer-copyright {
    font-size: .6em;
    color: #777;
}

.footer-languages {
    color: #777 !important;
    text-decoration: none;
    display: inline-block;
    margin: 1px 0;
}

    .footer-languages:hover {
        color: #fff !important;
    }

    .footer-languages:visited {
        color: #777;
    }
/* Footer End */

.PriceLevelAlertsList .bi {
    cursor: pointer;
}

/* Bootstrap 5 Changes */
.navbar-toggler {
    border: 0px;
}


    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    color: #ddd;
}

h3.popover-header {
    margin: 0px;
    border-radius: 0px;
}

.btn-info {
    color: #fff;
    background-color: #5BC0DE;
    border-color: #46B8DA;
}

.btn.active {
    color: #333;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #333;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.modal {
    --bs-modal-width: 650px;
}

.nav-link {
    color: black;
    transition: none !important;
}

.nav {
    --bs-nav-link-padding-y: 0.3rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*background-color: #eee;*/
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #333333;
    border-color: transparent;
    border-bottom: 2px solid black;
}

.nav-tabs .nav-link:hover {
    color: #333;
}

.bi-list-ul {
    font-size: 23px;
    -webkit-text-stroke: medium;
}

.bi-plus-lg {
    -webkit-text-stroke: 1.5px;
    color: black;
}

.bi-pencil {
    -webkit-text-stroke: 1px;
}

.bi-chrvron-up {
    -webkit-text-stroke: 1.5px;
}

.bi-x-lg {
    -webkit-text-stroke: 1.5px;
    font-size: 16px;
}

.bi-check-lg {
    -webkit-text-stroke: 1.5px;
    font-size: 20px;
}

.bi-x-lg {
    color: #ddd;
}

.bi-clock {
    -webkit-text-stroke: 0.7px;
}

.bi-arrow-down-short, .bi-arrow-up-short {
    font-size: 23px;
    -webkit-text-stroke: 0.7px;
}

.btn-outline-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    --bs-btn-hover-bg: #E6E6E6;
    --bs-btn-hover-border-color: #BEBEBE;
    outline: none;
}

    .btn-outline-secondary:hover {
        color: #333;
        background-color: #E6E6E6;
        border-color: #ADADAD;
    }

.btn-success {
    color: #fff;
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
}

.badge {
    text-decoration: none;
}

.bi-card-text {
    font-size: 22px;
    color: #ddd;
}

.badge-notification-list-empty {
    background-color: #777;
}

.badge-notification-type {
    color: #222;
    border-radius: 0.375rem !important;
    margin-left:7px
}

.badge-notification-list-full {
    background-color: cornflowerblue;
}

.badge-notification-list {
    left: -1px;
    /*top: 5px !important;*/
    padding: 3px 6px;
    top: -4px !important;
    border-radius: 0.375rem !important;
}
.notificationlist-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.notificationlist-header-title {
    display: flex;
    align-items: center;
}
    .notificationlist-header-title a {
        padding: 0;
        font-size: 15px
    }
    .notificationlist-footer {
        display: flex;
        align-items: center;
        justify-content: right;
    }
.notifications-clean-all {
    text-align: right;
    margin-right: 18px;
    cursor: pointer;
}
.notificationList-first-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#notification-new {
    display: none
}
.notification-list {
    right: 0;
    /*width: 50vw;*/
    padding: 15px;
    overflow-y: auto;
    max-height: 80vh !important;
    height: fit-content !important;
    background-color: #fff !important;
    top: 50px !important;
    border: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
}

.notification-list p {
    font-size: 14px;
    margin: 0;
}
.notificationlist-footer p {
    font-size: 12px;
    color: #333;
}
.empty-notificationlist-content {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .empty-notificationlist-content .bi-bell-slash-fill{
        font-size:60px;
        color: #777;
    }
    .te-stream-country:hover {
        background-color: #286090;
        color: #fff;
    }
.notificationlist-more {
    margin-top: 10px;
    cursor: pointer;
}

.notificationlist-more-div{
    display: flex;
    justify-content: flex-start;
}
.card-group .card + .card {
    margin-top: 5px;
}
.offcanvas-top {
    transform: scaleY(0) !important;
    transform-origin: top !important;
    opacity: 0;
    transition: opacity .25s linear, transform 0.25s ease-in-out !important;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none !important;
    opacity: 1;
}
.offcanvas-top:empty {
    pointer-events: none;
    opacity: 0; 
}
@media (max-width: 576px) {
    .container-sm {
        max-width: 100%;
    }
}

/* Accordion -- Right side menu Start */
.accordion {
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.accordion-header {
    margin-top: 0;
    border-bottom: 0;
    color: #333;
    background-color: #F5F5F5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordion-button {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    color: inherit;
    background-color: inherit;
}

    .accordion-button::after {
        display: none;
    }

    .accordion-button:hover {
        text-decoration: underline;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        color: inherit;
        background-color: transparent;
        box-shadow: none;
    }

.accordion-body {
    border: 1px solid #ddd;
    padding: 15px;
}

    .accordion-body a:hover {
        text-decoration: underline;
    }

.card-body a:hover {
    text-decoration: underline;
}

.collapse.show {
    display: block;
    visibility: visible;
}

/* Accordion -- Right side menu Start */

#trading_chart .card {
    --bs-card-border-width: 0;
}

.news-link:hover {
    text-decoration: underline;
}

.WBlistgroup {
    padding-left: 0px
}

    .WBlistgroup a:hover {
        text-decoration: underline;
    }

#matrix thead {
    border-bottom: 1px solid #000;
}

#map_canvas {
    display: flex;
    align-items: center;
    justify-content: center;
}

.darkmode-toggle-container {
    color: #fff;
    width: 40%;
    margin-left: 3px;
    margin-top: -5px;
    padding: 8px 0px 12px 0px;
}

@media(max-width:991px) {
    .darkmode-toggle-container {
        width: 150px;
        margin-left: -25px;
    }
}

.darkmode-form-switch {
    margin-left: 5px;
}

.form-switch {
    padding-left: 2.5em;
}

.form-check {
    min-height: 1.35rem;
}

@media only screen and (max-device-width: 768px) {
    .pagetabs {
        padding-left: 10px;
    }
}

/*********** NAV BAR  *************/

.navbar-te-link {
    text-decoration: underline
}

.nav-subitem:hover {
    text-decoration: underline !important
}

.nav-row-countries {
    margin: 5px;
    min-width: 200px
}

.nav-entry-link-group li {
    list-style: none
}

.nav-entry-link-group {
    height: 100%;
    margin-right: -10px
}

.nav-entry-link {
    font-size: 18px;
    color: #ddd;
    padding: 8px 14px 7px 14px;
    white-space: nowrap;
}

    .nav-entry-link:hover {
        color: #222;
        background-color: #f2f2f2
    }

.nav-options {
    margin-right: -15px;
    margin-bottom: -4px
}

.navbar-toggler {
    padding-left: 0
}

.navbar-brand svg {
    height: 33px
}

.navbar-nav-scroll {
    overflow-x: hidden
}

.nav-options > div {
    margin-right: 15px
}

.userOptionsMenu {
    margin-right: 10px;
    margin-left: 10px !important;
    width:20px;
}

    .userOptionsMenu > ul {
        margin-bottom: 0;
        padding: 0px
    }

        .userOptionsMenu > ul > a {
            font-size: 1.25em;
            color: #fff;
            padding: 7px
        }

#dpSearch-resultCnt-tiny li {
    border-bottom: 1px solid #ddd
}

.search-li {
    font-size: 18px;
    margin-right: 0px !important;
}

#mainHeader, #searchMobileHeader, .logo-banner {
    width: 100%
}

.nav-item {
    padding-top: 0;
    padding-bottom: 0
}

    .nav-item > a {
        text-decoration: none
    }

.fixed-top .navbar-collapse {
    max-height: 800px
}

.navbar-mobile-item {
    color: #ddd
}

.navbar-mobile-close-search {
    margin-top: 4px
}

.nav-searchbox-class {
    margin-top: 0
}

.navbar-search-1 {
    position: fixed;
    width: 100vw;
    top: 42px;
    display: block;
    padding: 0;
    border: 0;
    margin-left: -7px;
}

.navbar-search-2 {
    font-size: 1.1em;
    border: 0;
    color: #333;
    border-bottom: 1px solid #858585;
    background-color: transparent
}

.navbar-header-search {
    display: none;
    height: 40px
}

.navbar-header, .navbar-nav > li {
    float: none
}

.navbar-toggle {
    display: block
}

.fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.collapse.in {
    display: block !important
}

.navbar {
    border: none;
    min-height: 50px;
    height: 50px
}

#logo-title {
    font-size: 14px;
    line-height: 11px;
    color: #ddd
}

#logo-subtitle {
    font-size: 17px;
    line-height: 14px;
    padding-left: 1px;
    color: #858585
}

.navbar-brand {
    padding-top: 4px
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
    margin-bottom: 0;
    margin-left: -5px
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.container > .navbar-collapse {
    border-top: none;
    box-shadow: none
}

#accordionNavbar {
    padding: 0;
    background-color: #000;
    color: #fff;
    width: 100%
}

.navmenu-mobile-item {
    padding: 15px 30px
}

.offcanvas {
    background-color: #222;
    max-width: 325px
}

.offcanvas-body {
    border-top: 1px solid #333;
    padding-top: 0;
    overflow-y: hidden
}

#tesidemenu .btn-close {
    filter: invert(1)
}

#accordionNavbar .accordion-header {
    background: #222;
    border: none;
    padding: 0 !important;
    color: #fff
}

    #accordionNavbar .accordion-header a {
        color: #fff;
        font-size: 18px
    }

    #accordionNavbar .accordion-header button {
        color: #fff;
        font-size: 18px;
        text-decoration: none
    }

#accordionNavbar .accordion-item {
    background: #000;
    border: none;
    border-bottom: 1px solid #333
}

.navmobile-link nav-link {
    color: #fff;
    margin-left: 30px;
    font-size: 16px !important
}

.mobile-accordion-body {
    background-color: #333;
    border: none;
    padding: 0
}

.navbarMobile {
    background-color: transparent;
    padding-top: 0 !important
}

    .navbarMobile li {
        border-bottom: 1px solid #222
    }

        .navbarMobile li a {
            padding-left: 45px;
            font-size: 14.5px !important
        }

.bi-person {
    color: #ddd;
}

.bi-person, .bi-person-fill {
    font-size: 1.4em
}

.bi-person-fill-logged-in {
    color: greenyellow
}

.bi-search {
    cursor: pointer;
}

.typeahead-searchbox-glyphicon-wrapper {
    border-bottom: 1px solid #858585 !important
}

#thisIstheSearchResultsIdTag, #thisIstheTinySearchResultsIdTag {
    left: 0;
    width: 100%
}

#accordionNavbar .accordion-header a:hover:not(:focus), #accordionNavbar .accordion-header button:hover:not(:focus) {
    text-decoration: none;
    color: #000
}

#accordionNavbar .accordion-header .nav-link:hover:not(:focus), #accordionNavbar .accordion-header .navmenu-mobile-item:hover:not(:focus) {
    background-color: #fff
}

.list-group-user {
    --bs-list-group-color: #f2f2f2;
    font-size: 16px;
    --bs-list-group-bg: none;
    padding: 11px 0px;
    border-radius: 0%;
    border-top: 1px solid #bebebe
}

.user-offcanvas-body > :first-child {
    border-top: none;
}

.list-group-user a {
    color: #f2f2f2
}

    .list-group-user a:hover {
        opacity: 80%
    }

.user-item {
    border: none !important
}

    .user-item:hover {
        background-color: #fff !important
    }

.offcanvas-title {
    color: #f2f2f2
}

#offcanvasGuest {
    background-color: #fff;
}

    #offcanvasGuest * {
        color: #222;
    }

    #offcanvasGuest .btn-close {
        filter: invert(0);
    }

    #offcanvasGuest .offcanvas-body {
        border-top: 1px solid #bebebe;
    }

    #offcanvasGuest .offcanvas-title {
        padding-left: 15px
    }
.te-content {
    margin-bottom: 30px
}

.te-ad {
    background-color: #f5f5f5;
    border: thin solid #ddd;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    color: #333;
}
.te-ad-top-spacing {
    margin: 20px 0px 0px 0px;
}
.te-ad-link {
    color: #333;
    text-decoration: underline;
}
.te-ad-text {
    padding: 10px 0px 10px 0px;
}
.te-ad-text-list{
    margin: 15px 0px 5px 0px;
}
.te-ad-text-list >div{
    padding: 0px;
}
.te-ad-h2 {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
}

.te-ad-h1 {
    font-size: 11px;
    padding-bottom: 0;
}
.card-footer-top-border {
    border-top: none;
}
@media(max-width:500px) {
    .te-content {
        margin-bottom: 7px
    }
}
@media(max-height:1200px) {
    .user-offcanvas-body {
        overflow-y: auto
    }

    .navmenu-mobile-item {
        padding: 12px 30px
    }

    #accordionNavbar .accordion-header a, #accordionNavbar .accordion-header button {
        font-size: 18px
    }
}

@media (max-width:1200px) {
    #thisIstheSearchBoxIdTag {
        max-width: 520px !important
    }
}

@media (max-width:1800px) {
    .member-div, .member-div.show, .multi-column, .multi-column.show {
        right: 0 !important;
        left: auto
    }
}

@media (max-width:768px) {
    .navbar-mobile-item {
        padding: 0;
        margin-top: 3px;
    }
    .dropdown-notification-list{
        margin-left:10px;
    }
    .notificationlist-header-title{
        flex-direction:column-reverse;
        align-items:flex-start;
        max-width:90%;
    }
    .badge-notification-type{
        margin-left:0;
    }
    .notificationlist-header{
        margin-bottom:5px;
    }
    .ui-pnotify-text{
        font-size:14px;
    }
}

@media (max-width:994px) {
    .userOptionsMenu {
        margin-left:  15px !important
    }

    .nav-options {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dropdown-notification-list {
        margin-left: -20px !important;
        margin-top: -2px;
    }

    .userOptionsMenu {
        margin-left: -8px !important;
    }
}
@media (max-width:475px) {

    .nav-options {
        margin-right: 5px
    }

        .nav-options > div {
            margin-right: 0
        }
}


@media (max-width: 1399px) {
    .notification-list {
        max-width: 100vw !important;
    }
}

@media (min-width: 1400px) {
    .notification-list {
        max-width: 1300px !important;
    }
}



body.logo-banner {
    text-decoration: none
}


@media (max-width: 767px) {
    .dpTaResult {
            padding: 0px
        }

        .navbar-search-1 {
            margin-left: 0px;
        }

        .btn-tab-close {
            display: none;
        }
    }

   

.list-group-tab {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 0px 20px;
    margin: 0;
}
    .list-group-tab p{
           padding : 0;
           margin: 0;
    }
.list-group-first-tab {
    display: flex;
    justify-content: space-between;
}
.countdown-event {
    padding: .2em 1.3em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.widget-link {
    border: none;
    padding: 0 !important
}

.plus-sign-widget {
    padding-top: 5px;
    display: flex;
    justify-content: right;
}

    .plus-sign-widget > a {
        padding: 2px 8px;
        background-color: #f2f2f2
    }

.bi-plus-square-fill {
    font-size: 13px;
    padding-right: 6px
}

.fed-map-category-tree {
    list-style-type: none;
    padding-left: 20px;
}

    .fed-map-category-tree .fed-map-nested {
        display: none;
    }

        .fed-map-category-tree .fed-map-nested.active {
            display: block;
        }

.fed-map-category-toggle {
    font-size: 16px;
    line-height: 1.6em;
}

.fed-map-category-tree .fed-map-category-toggle::before {
    display: inline-block;
    margin-right: 7px;
}

.fed-map-series-item {
    padding-left: 20px;
    line-height: 1.6em;
}

    .fed-map-series-item:hover {
        text-decoration: underline;
    }

.fed-map-tree-no-padding {
    padding-left: 0px;
}
.fed-map-category-toggle .bi, .fed-map-series-item .bi {
    font-size: 18px;
    margin-right: 3px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}
.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}


