/*.fw-chart-holder-0 {
  background: url(https://www.freightwaves.com/wp-content/uploads/2022/04/FW-LOGO2018-Black-2.png) no-repeat 42% 43.5%;
  background-size: 350px;
}*/
@font-face {
  font-family: Poppins;
  src: url(/wp-content/plugins/fw-ticker-chart/fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: 'Gotham';
  src: url(/wp-content/plugins/fw-ticker-chart/fonts/Gotham/gotham-medium-new.woff);
}
@font-face {
  font-family: 'Gothamlight';
  src: url(/wp-content/plugins/fw-ticker-chart/fonts/Gotham/GothamLight.ttf);
}
.chart-title{
  display:none;
}
.fw-ticker-table-area tr.active {
    background-color:#314558;
}
button.active.tab-bar-item.tab-button {
    font-weight:800 !important;
    color:#FFF !important;
}
.stx_xaxis,.stx_yaxis{
  color:#FFF;
  font-family: 'GOTHAMLIGHT';
}
.fw-ticker-chart-wrapper {
    background-color:#304150;
    color:#FFF;
}
.fw-ticker-chart-body{
  padding:13px 20px 0px 20px;
}
.fw-ticker-chart-area{
  background: url(https://www.freightwaves.com/wp-content/uploads/2022/08/FW_SONAR_2018_White-1.png);
  background-repeat: no-repeat;
  background-position: 42% 27.5%;
  background-size: 90%;
}
.fw-ticker-table-area::-webkit-scrollbar {
    width: 1px;
}
.fw-ticker-table-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.4);
}
.fw-ticker-table-area::-webkit-scrollbar-thumb {
  background-color: rgba(31,41,51,0.6);
  outline: 1px solid slategrey;
}
.fw-ticker-chart-header{
    text-align:center;
    padding: 10px 0;
    background-color: #080e16;
}
.tab-bar{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom:25px;
}
button.tab-bar-item.tab-button {
    color:#c0c0c0;
    font-size: 13px;
    font-weight: 100;
    font-family: 'GOTHAMLIGHT';
    background-color: transparent;
}
.fw-ticker-table-area{
  max-height:180px;
  overflow:auto;
  height:180px;
}
.fw-ticker-table-area table thead th{
    background:none;
    background-color:none;
    color:#FFF !important;
    border:0;
    font-size: 9px;
    font-weight:400 !important;
    line-height:1.3;
    font-family: 'GOTHAM';
}
.fw-ticker-table-area table thead{   
    color:#FFF !important;
    background:#304150;
    background-color:#304150;
    position: sticky;
    top: -2px;
    z-index: 2;
}
.fw-ticker-table-area table tbody{
    background:none;
    background-color:none;
}
.fw-ticker-table-area table tbody tr.tickerItem{
  cursor:pointer;
}
.fw-ticker-table-area table tbody td{
    border:0 !important;
    line-height:1.5;
}
.fw-ticker-table-area table tbody td a{
  color:#FFF;
  font-size: 12px;
  font-weight: 400;
  font-family: 'GOTHAM';
  text-transform: uppercase;
}
.fw-ticker-table-area table tbody td span{
    display:block;
    font-size:9px;
    font-weight:400;
    font-family: 'GOTHAM';
    text-transform: uppercase;
}
.fw-ticker-chart-footer{
  text-align: left;
  font-family: Gotham;
  font-size: 9px;
}
.fw-ticker-chart-footer .footer-content{
    border-top: 2px solid #2d3b48;
    position: relative;
    padding: 5px 15px;
}
.fw-ticker-chart-footer p{
  margin-bottom:0;
  font-family: Gotham;
}
.fw-ticker-chart-footer p span{
    font-size: 30px;
}
.fw-ticker-table-area table thead th{
    text-align:center;
}
.fw-ticker-table-area table thead th:nth-of-type(1){
    text-align:left;
}
.fw-ticker-table-area table tbody tr td{
    text-align:center;
    font-size: 11px;
    font-family: 'POPPINS';
    font-weight: 500;
}
.fw-ticker-table-area table tbody tr td:nth-of-type(1){
    text-align:left;
}
.stx_jump_today{
  opacity:0;
  visibility:hidden;
}
.footer-content a{
  color:#FFF !important;
}
.footer-content a:hover{
  color:#d0d0d0 !important;
}

.fw-ticker-chart-body .tab-content{
  padding:0 !important;
}
.fw-ticker-table-area th, .fw-ticker-table-area td {
  padding-left: 0;
  padding-right: 0;
}
.stx_grid {
	/* Default Grid */
	color: #9d9e9f !important;
	opacity: 0.5;
	border-style: solid;
}
.stx_grid_dark{
  color: #9d9e9f !important;
	opacity: 0.5;
	border-style: solid;
}