.accounts_nav a {
    color: #fff;
    background-color: #9b9b9b;
}

.accounts {
    padding: 30px 0;
    background-color: #efeff0;
}

.accounts .row {
    margin: 0;
}

.account-type {
    height: 680px;
    border: 1px solid #b5b5b5;
    border-right: 0;
    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: 530px;
    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: 0;
    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 header,#account-type-mini a {
    background-image: -ms-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image: -moz-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image: -o-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#8bc525),color-stop(100,#25c534));
    background-image: -webkit-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image: linear-gradient(to right,#8bc525 0,#25c534 100%);
}

#account-type-mini a:hover {
    background-image: -ms-linear-gradient(left,#25c534 0,#8bc525 100%);
    background-image: -moz-linear-gradient(left,#25c534 0,#8bc525 100%);
    background-image: -o-linear-gradient(left,#25c534 0,#8bc525 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#25c534),color-stop(100,#8bc525));
    background-image: -webkit-linear-gradient(left,#25c534 0,#8bc525 100%);
    background-image: linear-gradient(to right,#25c534 0,#8bc525 100%);
}

#account-type-gold {
    border: 1px solid #f7941d;
    height: 710px;
    bottom: 15px;
    -webkit-box-shadow: 0 0 15px 1px rgba(168,168,168,1);
    -moz-box-shadow: 0 0 15px 1px rgba(168,168,168,1);
    box-shadow: 0 0 15px 1px rgba(168,168,168,1);
    z-index: 1;
}

#account-type-gold header,#account-type-gold a {
    background-image: -ms-linear-gradient(left,#f7941d 0,#f7c21d 100%);
    background-image: -moz-linear-gradient(left,#f7941d 0,#f7c21d 100%);
    background-image: -o-linear-gradient(left,#f7941d 0,#f7c21d 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f7941d),color-stop(100,#f7c21d));
    background-image: -webkit-linear-gradient(left,#f7941d 0,#f7c21d 100%);
    background-image: linear-gradient(to right,#f7941d 0,#f7c21d 100%);
}

#account-type-gold a:hover {
    background-image: -ms-linear-gradient(left,#f7c21d 0,#f7941d 100%);
    background-image: -moz-linear-gradient(left,#f7c21d 0,#f7941d 100%);
    background-image: -o-linear-gradient(left,#f7c21d 0,#f7941d 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f7c21d),color-stop(100,#f7941d));
    background-image: -webkit-linear-gradient(left,#f7c21d 0,#f7941d 100%);
    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: 560px;
}

#account-type-platinum header,#account-type-platinum a {
    background-image: -ms-linear-gradient(left,#5a5a5a 0,#a0a0a0 100%);
    background-image: -moz-linear-gradient(left,#5a5a5a 0,#a0a0a0 100%);
    background-image: -o-linear-gradient(left,#5a5a5a 0,#a0a0a0 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#5a5a5a),color-stop(100,#a0a0a0));
    background-image: -webkit-linear-gradient(left,#5a5a5a 0,#a0a0a0 100%);
    background-image: linear-gradient(to right,#5a5a5a 0,#a0a0a0 100%);
}

#account-type-platinum a:hover {
    background-image: -ms-linear-gradient(left,#a0a0a0 0,#5a5a5a 100%);
    background-image: -moz-linear-gradient(left,#a0a0a0 0,#5a5a5a 100%);
    background-image: -o-linear-gradient(left,#a0a0a0 0,#5a5a5a 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#a0a0a0),color-stop(100,#5a5a5a));
    background-image: -webkit-linear-gradient(left,#a0a0a0 0,#5a5a5a 100%);
    background-image: linear-gradient(to right,#a0a0a0 0,#5a5a5a 100%);
}

#account-type-platinum p {
    margin-bottom: 50px;
}

#account-type-ecn a {
    margin-top: 40px;
}

#account-type-ecn header,#account-type-ecn a {
    background-image: -ms-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image: -moz-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image: -o-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#7da7d9),color-stop(100,#7dcdd9));
    background-image: -webkit-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image: linear-gradient(to right,#7da7d9 0,#7dcdd9 100%);
}

#account-type-ecn a:hover {
    background-image: -ms-linear-gradient(left,#7dcdd9 0,#7da7d9 100%);
    background-image: -moz-linear-gradient(left,#7dcdd9 0,#7da7d9 100%);
    background-image: -o-linear-gradient(left,#7dcdd9 0,#7da7d9 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#7dcdd9),color-stop(100,#7da7d9));
    background-image: -webkit-linear-gradient(left,#7dcdd9 0,#7da7d9 100%);
    background-image: linear-gradient(to right,#7dcdd9 0,#7da7d9 100%);
}

#account-type-ecn p {
    margin-bottom: 30px;
}

.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: 0;
}

.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 ul li a span img {
    width: 12px;
    height: 7px;
    margin-left: 7px;
    margin-top: 8px;
}

.spreads .rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    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: 0;
    border-bottom: 0;
}

.spreads-ul-container ul li:last-of-type {
    border-right: 0;
}

.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%;
}

.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: 0;
}

.table tbody tr td {
    border-top: 0;
    border-bottom: 0;
}

.table-fixed {
    max-height: 334px;
    overflow-y: scroll;
}

.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 {
    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: 0;
    border-bottom: 0;
}

.stocks-ul-container ul li:last-of-type {
    border-right: 0;
}

.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;
}

.accounts>.container>h4>a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

.account-type:last-of-type {
    border-right: inherit;
}

.account-type:first-of-type {
    border-right: 1px solid #b5b5b5;
}

.account-type .account-type-body ul li img {
    margin-left: 10px;
    margin-right: inherit;
}

.spreads ul li {
    border-left: 1px solid #9e9e9e;
    border-right: 0;
}

.spreads ul li:last-of-type {
    border-left: none;
    border-right: 1px solid #9e9e9e;
}

.spreads ul li a span {
    float: left;
}

.spreads ul li a span img {
    margin-right: 7px;
    margin-left: inherit;
}

.spreads table.table thead tr th {
    float: right;
}

.spreads-ul-container ul li {
    float: right;
    border-left: 1px solid #ddd;
    border-right: 0;
}

.spreads-ul-container ul li:last-of-type {
    border-right: 1px solid #ddd;
    border-left: none;
}

.stocks table.table thead tr th {
    float: right;
}

.stocks-ul-container ul li {
    float: right;
    border-right: 0;
    border-left: 1px solid #ddd;
}

.stocks-ul-container ul li:last-of-type {
    border-right: 1px solid #ddd;
    border-left: none;
}

.payment-system .col-lg-6 {
    padding-left: 140px;
    padding-right: 0;
}

.payment-system li div {
    border-right: 1px solid #8bc525;
    padding-right: 10px;
    border-left: none;
    padding-left: 0;
}

.payment-system li a {
    left: 140px;
    right: inherit;
}

/**************************************************************
    introducing broker
**************************************************************/
.introducing-broker {
    padding: 30px 0;
    background-color: #efeff0;
    margin-top: 50px;
}

.introducing-broker h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

.introducing-broker ul {
    background: #fff;
    margin: 0;
    padding: 25px 20px 40px;
}

.introducing-broker ul li {
    padding: 0;
}

.introducing-broker ul li .introducing-broker-titles {
    padding: 0;
}

.introducing-broker ul li h3 {
    font-size: 20px;
}

.introducing-broker ul li.orange h3 {
    color: #ff9a30;
}

.introducing-broker ul li.green h3 {
    color: #8bc525;
}

.introducing-broker ul li p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 30px;
    line-height: 20px;
}

.introducing-broker ul li .introducing-broker-icon {
    background: url('/images/accounts/introducing-broker/introducing-broker-icons-ar.svg') no-repeat;
    height: 108px;
    width: 364px;
    position: absolute;
    bottom: 0;
}

.introducing-broker ul li.orange .introducing-broker-icon {
    background-position: -365px 0;
}

.introducing-broker ul li.green .introducing-broker-icon {
    background-position: -730px 0;
}

.introducing-broker a {
    display: block;
    width: 200px;
    height: 35px;
    margin: 50px auto 20px;
    font-size: 16px;
}



/**************************************************************
    media queries style
**************************************************************/
@media(max-width:1199px) {
    #account-type-platinum p {
        margin-bottom: 30px;
    }

    #account-type-mini a {
        margin-top: 90px;
    }

    #account-type-ecn a {
        margin-top: 0;
    }

    .payment-system .col-md-6 {
        padding-left: 50px;
        padding-right: 0;
    }

    .payment-system li a {
        left: 50px;
        right: inherit;
    }

    .introducing-broker ul li .introducing-broker-icon {
        height: 86px;
        width: 290px;
        background-size: cover;
    }

    .introducing-broker ul li.orange .introducing-broker-icon {
        background-position: -290px 0;
    }

    .introducing-broker ul li.green .introducing-broker-icon {
        background-position: -580px 0;
    }
}

@media(max-width:991px) {
    #account-type-gold a {
        margin-top: 50px;
    }

    .payment-system li {
        height: 200px;
    }

    .introducing-broker ul li.green {
        clear: both;
    }

    .introducing-broker ul li {
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .introducing-broker ul li:last-of-type {
        margin-bottom: 0;
    }

    .introducing-broker ul li .introducing-broker-titles {
        padding: 0 15px;
    }

    .introducing-broker ul li p {
        padding-right: 20px;
    }

    .introducing-broker ul li .introducing-broker-icon {
        background: url('/images/accounts/introducing-broker/991/introducing-broker-icons.svg') no-repeat;
        height: 108px;
        width: 645px;
    }

    .introducing-broker ul li.orange .introducing-broker-icon {
        background-position: -700px 0px;
    }

    .introducing-broker ul li.green .introducing-broker-icon {
        background-position: -1403px 0px;
    }
}

@media(max-width:768px) {
    .payment-system li {
        height: 140px;
    }


}