body{
    margin: 0px;
}
.container{
    margin: auto;
    font-family: 'Lato', sans-serif;
    color: #383839;
    background-color: #FFF;
    /* margin: 20px; */
    /* padding: 20px; */
}
.container table th{
    text-align: left;
    padding: 5px;
    font-size: 14px;
}
.container table td{
    font-size: 14px;
    padding: 15px 5px;
}
.transparent-container {
    background-color: transparent;
    color: #fff;
}
.green{
    color: #29a643;
}
.red{
    color: #ed1c24;
}
.blue{
    color: #0d9dde;
}   
.quotes-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85%;
    margin-left: 15%;
}
.quotes-tabs li{
    padding: 10px 0;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: calc( 20% - 23px);
    margin-right: calc((20px * 7) / 6);
    font-weight: bold;
    border: 1px solid #b70014;
}
body.fxglobe-com .quotes-tabs li:not(.forex-tab), body.fxglobe-international .quotes-tabs li:not(.forex-tab) {
    width: calc( 25% - 11px );
    margin-right: calc((20px * 7) / 5);
}
.quotes-tabs li:last-child{
    margin-right:0px !important;
}
.quotes-tabs li.forex-tab {
    width: calc((20% / 3) - 12px);
}
.quotes-tabs li.forex-tab:not(.forex-tab-last) {
    margin-right: calc(((20px * 7) / 6) - (30px / 2));
}
.quotes-tabs.quotes-tabs-square li {
    border-radius: 0px;
}
.quotes-tabs li.active{
    background-color: #b70014 !important;
    color: #FFF;
    font-weight: bold;
}
.quotes-tabs li:hover{
    color: #FFF;
    background-color: #b70014;
}

.tabs-container table{
    width: 100%;
}
.quotes-footer{
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}
.quotes-footer img{
    width: 150px;
    margin-right: 15px;
}
.pull-left{
    float: left;
}
.fs-10{
    font-size: 10px;
}
.pr-20{
    padding-right: 20px;
}
.pt-20{
    padding-top: 10px;
}
.pb-20{
    padding-bottom: 10px;
}   
.text-right{
    text-align: right;
}
.text-center{
    text-align: center !important;
}
.direction-wrapper {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #29a643;
    display: inline-block;
}   
.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ed1c24;
    display: inline-block;
}

.trade-now-button {
    cursor: pointer;
    color: #333;
    border: 1px solid #fff;/*border: 1px solid #ddd;*/
    padding: 0 15px;
    line-height: 20px;/*line-height: 28px;*/
    display: inline-block;
    font-size: 12px;/*font-size: 14px;*/
    transition: all 250ms ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.transparent-container .trade-now-button {
    color: #fff;
}
.trade-now-button:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.transparent-container .trade-now-button:hover {
    background-color: #fff;
    color: #333;
}


@media only screen and (max-width: 539px) {
    .hidden-xs {
       display:none
   }
}


.th-symbol {
    width: 20%;
}
@media screen and (max-width: 539px) {
    .th-symbol {
       width: 40%;
   }
}
@media screen and (min-width: 540px) and (max-width: 750px) {
    .th-symbol {
       width: 30%;
   }
}


.tr-comm-subtitle {
    text-transform: uppercase;
}
#quotes tr:nth-child(even) {background: #f3f3f3}
#quotes tr:nth-child(odd) {background: #FFF}

.btn-trade{
    color: #FFF;
    font-weight: bold;
    background-color: #000;
    padding: 7px 29px;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.btn-trade:hover{
    color: #000;
    background: #FFF;
}
.border-gray{
    border: 1px solid #ddd;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

.lasttwo {
    font-size:18px;
    font-weight: bold;
}
.quote-row {
    height:52px;
}
.open-row {
    background: #fff !important;
}
.spread {
    font-weight: bold;
}

table td:nth-child(1) {
    background: #FFF;
    width: 15%;
    font-weight: bold;
}
table td:nth-child(2), table td:nth-child(3), table td:nth-child(3) {
    width: calc(85% / 4);
}

table tr.header-row th:not(:nth-child(1)) {
    background-color:#000;
    position:relative;
    color:#fff;
}
table tr.header-row th:not(:nth-child(1)):after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #000;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.quote-symbol-info {
    font-size: 18px;
    margin-right: 8px;
    cursor: pointer;
    color: #b6b6b6;
    float: right;
    margin-top: 3px;
}

.popover {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border-radius: 0;
    line-height: normal;
    padding: 0px;
}
.popover table th, .popover table td {
    padding: 5px;
}
.popover .popover-title {
    text-align: center;
    background-color: #b70014 !important;
    color: #FFF;
    font-weight: bold;
    border-radius: 0;
}
.popover .popover-content {
    padding: 5px;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #b70014;
}