/**************************************************************
    ACCOUNTS PAGE CSS
**************************************************************/
.accounts_nav a {
    color: #fff;
    background-color: #9b9b9b;
}

/**************************************************************
    accounts types style
**************************************************************/
.accounts {
    padding: 30px 0;
    background-color: #efeff0;
}

.accounts .row {
    margin: 0;
}

.account-type {
    height: 690px;
    border: 1px solid #b5b5b5;
    border-right: none;
    padding: 0;
}

.account-type:last-of-type {
    border-right: 1px solid #b5b5b5;
}

.account-type header {
    text-align: center;
    padding: 35px 0;
}

.account-type header h2, .account-type header h5 {
    color: #fff;
}

.account-type .account-type-body {
    height: 540px;
    padding: 15px 0 30px 0;
    background-color: #fff;
}

.account-type .account-type-body p {
    padding-left: 15px;
    padding-right: 15px;
}

.account-type .account-type-body ul {
    padding-left: 15px;
    padding-right: 15px;
}

.account-type .account-type-body ul li {
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
}

.account-type .account-type-body ul li img {
    margin-right: 10px;
}

.account-type a {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 208px;
    height: 53px;
    font-weight: normal;
    line-height: 40px;
}

/*account type mini*/
#account-type-mini header, #account-type-mini a {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #8BC525 0%, #25c534 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #8BC525 0%, #25c534 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #8BC525 0%, #25c534 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8BC525), color-stop(100, #25c534));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #8BC525 0%, #25c534 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #8BC525 0%, #25c534 100%);
}

#account-type-mini a:hover {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #25c534 0%, #8BC525 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #25c534 0%, #8BC525 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #25c534 0%, #8BC525 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #25c534), color-stop(100, #8BC525));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #25c534 0%, #8BC525 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #25c534 0%, #8BC525 100%);
}

/*account type gold*/
#account-type-gold {
    border: 1px solid #f7941d;
    height: 720px;
    bottom: 15px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(168, 168, 168, 1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(168, 168, 168, 1);
    box-shadow: 0px 0px 15px 1px rgba(168, 168, 168, 1);
    z-index: 1;
}

#account-type-gold header, #account-type-gold a {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #F7941D 0%, #F7C21D 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #F7941D 0%, #F7C21D 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #F7941D 0%, #F7C21D 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F7941D), color-stop(100, #F7C21D));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #F7941D 0%, #F7C21D 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #F7941D 0%, #F7C21D 100%);
}

#account-type-gold a:hover {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #F7C21D 0%, #F7941D 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #F7C21D 0%, #F7941D 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #F7C21D 0%, #F7941D 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F7C21D), color-stop(100, #F7941D));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #F7C21D 0%, #F7941D 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #F7C21D 0%, #F7941D 100%);
}

#account-type-gold header label {
    width: 189px;
    height: 25px;
    background-color: #fff;
    line-height: 25px;
    margin-top: 5px;
}

#account-type-gold p, #account-type-ecn p {
    margin-bottom: 30px;
}

#account-type-gold .account-type-body {
    height: 570px;
}

/*account type platinum*/
#account-type-platinum header, #account-type-platinum a {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #5A5A5A 0%, #a0a0a0 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #5A5A5A 0%, #a0a0a0 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #5A5A5A 0%, #a0a0a0 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5A5A5A), color-stop(100, #a0a0a0));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #5A5A5A 0%, #a0a0a0 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #5A5A5A 0%, #a0a0a0 100%);
}

#account-type-platinum a:hover {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #a0a0a0 0%, #5A5A5A 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #a0a0a0 0%, #5A5A5A 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #a0a0a0 0%, #5A5A5A 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #a0a0a0), color-stop(100, #5A5A5A));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #a0a0a0 0%, #5A5A5A 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #a0a0a0 0%, #5A5A5A 100%);
}

#account-type-platinum p {
    margin-bottom: 30px;
}

/*account type ecn*/
#account-type-ecn header, #account-type-ecn a {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #7DA7D9 0%, #7dcdd9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #7DA7D9 0%, #7dcdd9 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #7DA7D9 0%, #7dcdd9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7DA7D9), color-stop(100, #7dcdd9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #7DA7D9 0%, #7dcdd9 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #7DA7D9 0%, #7dcdd9 100%);
}

#account-type-ecn a {
    margin-top: 55px;
}

#account-type-ecn a:hover {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #7dcdd9 0%, #7DA7D9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #7dcdd9 0%, #7DA7D9 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #7dcdd9 0%, #7DA7D9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7dcdd9), color-stop(100, #7DA7D9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #7dcdd9 0%, #7DA7D9 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #7dcdd9 0%, #7DA7D9 100%);
}

#account-type-ecn p {
    margin-bottom: 30px;
}

/**************************************************************
    spreads types style
**************************************************************/
.spreads {
    padding: 30px 0;
}

.spreads ul li {
    background-color: #5a5a5a;
    border-right: 1px solid #9e9e9e;
    padding: 0;
}

.spreads ul li:last-of-type {
    border-right: none;
}

.spreads ul li a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 12px;
}

.spreads ul li a:hover, .spreads ul li a:focus {
    background-color: #5a5a5a;
}

.spreads ul li a span {
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
}

#mini-account-spreads-link span {
    background-color: #8bc525;
}

#gold-account-spreads-link span {
    background-color: #f7941d;
}

#platinum-account-spreads-link span {
    background-color: #434343;
}

#ecn-account-spreads-link span {
    background-color: #7da7d9;
}

.spreads .color_active {
    background-color: #efeff0;
    color: #5a5a5a;
}

.spreads ul li a span img {
    width: 12px;
    height: 7px;
    margin-left: 7px;
}

.spreads .rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.spreads table.table {
    margin-bottom: 0;
}

.spreads table.table thead tr th {
    float: left;
    width: 24%;
}

.spreads-ul-container {
    overflow: auto;
    width: 100%;
    height: 280px;
    display: block;
    margin-bottom: 30px;
    line-height: 18px;
}

.spreads-ul-container ul {
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}

.spreads-ul-container ul li {
    background-color: transparent;
    padding: 8px 0;
    display: table-cell;
    text-align: center;
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.spreads-ul-container ul li:last-of-type {
    border-right: none;
}

/*ecn customize table*/
.spreads .ecn-table table.table thead tr th {
    padding-left: 0;
    padding-right: 0;
    width: 19.5%;
}

.spreads .ecn-table table.table thead tr th.hidden {
    display: block !important;
}

.ecn-table .spreads-ul-container ul li {
    width: 20%;
}

/*end ecn customize table*/
/**************************************************************
    table style
**************************************************************/
.table thead {
    color: #fff;
}

.table thead tr th {
    text-align: center;
    font-weight: normal;
}

.table tbody {
    background-color: #fff;
    text-align: center;
}

.table thead tr th {
    border: none;
}

.table tbody tr td {
    border-top: none;
    border-bottom: none;
}

/**************************************************************
    table fixed style
**************************************************************/
.table-fixed {
    max-height: 334px;
    overflow-y: scroll;
}

/*table*/
.spreads .tab-pane {
    background-color: #efeff0;
    padding: 50px 30px 0 30px;
}

#mini-account-spreads table thead {
    background-color: #8bc525;
}

#gold-account-spreads table thead {
    background-color: #f7941d;
}

#platinum-account-spreads table thead {
    background-color: #434343;
}

#ecn-account-spreads table thead {
    background-color: #7da7d9;
}

/**************************************************************
    stocks types style
**************************************************************/
.stocks {
    padding: 30px 0;
    background-color: #efeff0;
}

.stocks .table-fixed {
    margin-top: 20px;
}

.stocks table thead {
    padding: 30px 0;
    background-color: #5a5a5a;
}

.stocks table.table {
    margin-top: 20px;
    margin-bottom: 0;
}

.stocks table.table thead tr th {
    float: left;
    width: 15.8%;
}

.stocks-ul-container {
    overflow: auto;
    width: 100%;
    height: 280px;
    display: block;
    margin-bottom: 0;
    line-height: 18px;
}

.stocks-ul-container ul {
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}

.stocks-ul-container ul li {
    padding: 8px 0;
    display: table-cell;
    text-align: center;
    width: 16%;
    float: left;
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.stocks-ul-container ul li:last-of-type {
    border-right: none;
}

/**************************************************************
    accounts types style
**************************************************************/
.payment-system {
    margin-top: 40px;
}

.payment-system h2 {
    font-size: 20px;
    font-weight: bold;
}

.payment-system ul {
    padding: 0;
    margin-top: 40px;
}

.payment-system li {
    list-style: none;
    height: 160px;
}

.payment-system .col-lg-6 {
    padding: 0;
    padding-right: 140px;
}

.payment-system li h3 {
    font-size: 18px;
    font-weight: bold;
}

.payment-system li div {
    border-left: 1px solid #8bc525;
    padding-left: 10px;
}

.payment-system li a {
    position: absolute;
    right: 140px;
    bottom: 0;
    display: block;
    width: 143px;
    height: 29px;
    font-weight: normal;
    padding: 5px;
}

/**************************************************************
    media queries style
**************************************************************/
@media (max-width: 1199px) {
    #account-type-platinum p {
        margin-bottom: 30px;
    }

    #account-type-gold a {
        margin-top: 85px;
    }

    .payment-system .col-md-6 {
        padding-right: 50px;
    }

    .payment-system li a {
        right: 50px;
    }
}

@media (max-width: 991px) {
    .payment-system li {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .payment-system li {
        height: 140px;
    }
}
