﻿body { padding: 0;margin: 0;}
table
{
    border-collapse: collapse;
}
/* Price Widget */
.content_block {
    padding: 8px;
    border: 1px solid #bbbbbb;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 5px;
}
#logo
{
    margin-top: 15px;
}
.content_block ul.tabs_group {
    height: 34px;
    list-style-type: none;
    padding: 0;
    display: table;
    border-radius: 40px;
    table-layout: fixed;
    width: 100%;
    background: #333333;
    margin-bottom: 0;
    font-size: 14px;
    font-family: Calibri, sans-serif;
    z-index: 7;
    position: relative;
    margin: 0 0 10px 0;
}
.content_block .tabs_group li {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    color: #cccccc;
    font-weight: 600;
    text-align: center;
    border: solid #333333 1px;
    margin-right: 1px;
    border-radius: 40px;
    background-color: #333333;
    display: table-cell;
}
    .content_block .tabs_group li.active {
        border-radius: 40px;
        color: #000000 !important;
        border-color: #35e835 !important;
        background-color: #35e835 !important;
        border-bottom-color: transparent !important;
    }
#main_menu.widgets .tabs ul li:last-child
{
    border-right: solid 1px #1f1f21;
}

/* Price Widget BODY */
.content_block .body_inner {
    border-radius: 0 0 9px 9px;
    border: none;
    height: 268px;
    position: relative;
   
    z-index: 2;
}
.content_block .body_inner ul.tabs_content
{
    padding: 0;
    margin: 0;
}
 
.content_block .body_inner div.indexes table
{
    width: 100%;
}
    .content_block .body_inner div.indexes table th {
        font-weight: bold;
        color: #333333;
        height: 28px;
        background-color: transparent;
    }
.content_block .body_inner div.indexes table tr td:first-child
{
    font-weight: bold;
}
    .content_block .body_inner div.indexes table tr {
        height: 30px;
        line-height: 16px;
        font-size: 11px;
    }
.content_block .body_inner div.indexes table tr th
{
    font-size: 13px;
}
.content_block .body_inner div.indexes table tr td, .content_block .body_inner div.indexes table tr th
{
    text-align: center;
}
.content_block .body_inner div.indexes table tr td:first-child, .content_block .body_inner div.indexes table tr th:first-child
{
    border-left-color: #fff;
}
.content_block .body_inner div.indexes table tr td:last-child, .content_block .body_inner div.indexes table tr th:last-child
{
    border-right-color: #fff;
}
    .content_block .body_inner div.indexes table tr:nth-child(2n) {
        background: #eaeaea;
    }
.content_block .body_inner div.indexes table tr span.down, .content_block .body_inner div.indexes table tr span.up
{
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url("/Content/ICMarkets/images/price_widget_arrows_sprite.gif") no-repeat;
}
.content_block .body_inner div.indexes table tr span.down
{
    background-position: 2px -5px;
}
.content_block .body_inner div.indexes table tr span.up.up
{
    background-position: 2px 7px;
}
.content_block .tabs_content li.show_me
{
    display: block !important;
}
.content_block .tabs_content li.tc
{
    display: none;
}
 
#btns a {
    text-decoration: initial;
    display: inline-block;
    background: #333333;
    border-radius: 5px;
    margin-top: 0px;
    width: 49%;
    font-weight: 700;
    float: right;
    font-size: 12px;
    padding: 15px 0 15px 0px;
}
 
 
#btns a:active, #btns a:hover, #btns a
{
    color: white;
}
    #btns a.live {
        background-position: 0 -152px;
        float: left;
        color: #000000;
        background: #35e835;
    }
#btns a.live:active
{
    background-position: 0 -229px;
}
#btns a.demo:active
{
    background-position: 0 -77px;
}
.content_block .body {
    position: relative;
    margin-top: 0px;
    min-height: 306px;
}

.content_block .body:before, .content_block .body:after
{
    display: none;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 5%;
    width: 90%;
    height: 14px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}






.content_block.widget-dark ul.tabs_group {
    background: #333333;
}
.content_block.widget-dark {
    background: #000000;
}

    .content_block.widget-dark .tabs_group li {
        color: #ffffff;
        border: solid #333333 1px;
        background-color: #333333;
    }

    .content_block.widget-dark .body_inner div.indexes table tr:nth-child(2n) {
        background: #333333;
    }
    .content_block.widget-dark .body_inner div.indexes table {
        width: 100%;
        color: #eaeaea;
    }

    .content_block.widget-dark #btns a:active, .content_block.widget-dark #btns a:hover, .content_block.widget-dark #btns a {
        color: white;
    }

    .content_block.widget-dark #btns a {
        background: #333333;
    }
        .content_block.widget-dark #btns a.live {
            color: #000000 !important;
            background: #35e835 !important;
        }



.content_block a img {
    max-width: 150px;
}

.content_block.widget-dark .body_inner div.indexes table th {
    color: #c3c3c3; 
}