@font-face {
    font-family: ShareTechMono;
    src: url('../fonts/ShareTechMono-Regular.ttf') format('truetype')
}

/*GENERAL*/


.mc-table-button{
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
}

a.mc-table-button{
    color:#444 !important;
}
a.mc-table-button:hover{
    color: #222 !important;
    text-decoration: none;
}
.mc-table-button-buy{
    background-color: rgba(251, 209, 104, 0.8);
    border: 1px solid #FBD168;
}
.mc-table-button-buy:hover{
    background-color: rgba(251, 209, 104, 0.6);
}
.mc-table-button-sell{
    background-color: rgba(71, 191, 228, 0.8);
    border: 1px solid #47BFE4;
}

.mc-table-button-sell:hover{
    background-color: rgba(71, 191, 228, 0.6);
}

.mc-buy-button,
.mc-sell-button{
    display: inline-block;
    width:48px;
    height:48px;
    background-position: center;
    background-size: contain;
}
.mc-buy-button{
    background-image: url("../images/buy-icon-48.png");

}
.mc-sell-button{
    background-image: url("../images/sell-icon-48.png");
}

h3.step_title{
    text-align: center;
}
.step_count{
    display: inline;
    /*width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 7px solid rgba(47, 102, 144, 0.95);
    padding-top: 3px;
    text-align: center;*/
    font-size: 1.3em;
    font-weight: 900;
    color: rgba(47, 102, 144, 0.95);
}

.zac-tab-container{
    padding: 15px;
    /*background-color: rgba(255, 255, 255, 0.85);
    border:1px solid rgba(148, 157, 165, 0.41);*/
    margin-right: auto;
    margin-left: auto;
    color: #666;
    /*background-color: #e5e9ed;*/
}

.zac-tab-container.myexchange-rates-default{
    background-color: #fff;
    border:1px solid rgba(255,255,255,0.08);
    color: #333;
}

.zac-tab-container-light{
    /*background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(50,50,50,0.1);
    box-shadow: 0px 0px 10px -4px #666;
    color: #333;*/
}

.woocommerce .woocommerce-ordering select,
.zac-tab-container input,
.zac-tab-container select,
input.mc-input{

    background-color: rgba(238, 238, 238, 0.35);
    border: 1px solid rgba(221,221,221,0.4);
    color: #333;

}

.woocommerce .woocommerce-ordering select,
.zac-tab-container-light select{
    background-color: #1d3f5b;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    border: none;
    color: #fff;
}

.zac-tab-container-light #btc_clac  select{
    background-color: #f89b2b;
}


.zac-tab-container-light input{
    background-color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    border: none;
    color: #1d3f5b;
    height: 50px;
    font-weight: bold;
    font-size: 1.3em;
    border: none;
    border-radius: 8px;
}

.zac-tab-container.myexchange-rates-default input,
.zac-tab-container.myexchange-rates-default select{
    border: 1px solid rgba(30,30,30,0.4);
    color: #777 !important;
    background-color: #36383c;
}

.inputwithselect-group input.mc-input{
    border: 1px solid rgba(221,221,221,0.4);
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.zac-tab-container-light .inputwithselect-group input.mc-input{
    background-color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    border: none;
    color: #1d3f5b;
}

.zac-tab-container input::placeholder{
    color: #777;
}

.zac-tab-container.myexchange-rates-default a{
    color: #1e73be;
}

.nav-tabs.nav-tabs-mco a{
    color: #222;
    font-weight: bold;
    font-family: sans-serif;
}
.zac-tab-container-light a{
    color: #1e73be;
}

.zac-tab-container .table thead{
    color: #333;
}

.zac-tab-container .table tbody{
    color: #333;
}

.zac-tab-container.myexchange-rates-default .table tbody{
    color: #333;
}

.zac-tab-container .table tbody tr:hover{
    color: #333;
}

.zac-tab-container .table>tbody>tr>td{
    border: 1px solid rgba(221,221,221,0.4);
}
.zac-tab-container .table-striped>tbody>tr:nth-of-type(odd){
    background-color: rgba(200,200,200,0.8);
}

.zac-tab-container.myexchange-rates-default .table>tbody>tr>td {
    border: 1px solid rgba(70,70,70,0.2);
}

.zac-tab-container .table-striped>tbody>tr:nth-of-type(even){

}

.nav-tabs.nav-tabs-mco>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{

    background-color: #0f385b !important;
    color: #fff  !important;
    border: none !important;

}
.nav-tabs.nav-tabs-mco{
    border-bottom: none;
    margin-bottom: 15px;
}
.nav-tabs.nav-tabs-mco>li>a {
    background-color: #e5e9ed;
    color: rgba(15, 56, 91, 0.4);
    border: none;
    border-radius: unset;
    padding: 14px 29px;
}

.nav-tabs>li:first-child>a{
    border-radius: 8px 0 0 8px;
}
.nav-tabs>li:last-child>a{
    border-radius: 0 8px 8px 0;
}

.nav-tabs-wrapper{
    clear: both;
}
.nav-tabs-right{
    float: left;
    margin-left: 15px;
}
.nav-tabs-left{
    float: left
}

@media only screen and (max-width: 752px){
    .nav-tabs-right{
        float: none;
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .nav-tabs-left{
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

.zac-tab-container{
    color: #1d3f5b;
}

.zac-tab-container .tab-content{
    background-color: #e5e9ed;
    border-radius: 8px;
}

.zac-tab-container h2{
    color: #eee;
    text-align: center;
    font-weight: bold;
}

.zac-tab-container-light h2{
    color: #333;
    font-weight: bold;

    font-family: sans-serif;
}

input.zac_input,
select.zac_input{
    /*color:#aaa !important;*/
    background-color: #36383c;
}

input.zac_input:read-only{
    color: #777 !important;
    background-color: #36383c;
    cursor: not-allowed;
}

.zac-input-group-addon{
    background-color: #1d3f5b;
    color: #eee;
    /*border: none;*/
    border-radius: 8px;
}

.input-group.inputwithselect-group{
    width:100%;
}
.input-group.inputwithselect-group input{
    width:60%;
}
.input-group.inputwithselect-group select{
    width:40%;
    /*background-color: rgba(32,37,41,0.8);
    color:rgba(221,221,221,0.9);*/
}

/*binance front rates*/

.front-rates-b24h{
    /*max-width: 480px;*/
    max-width: 100%;
}
.myexchange-rates{
    max-width: none;
}

.col-md-6.fp-slider-container .tab-pane#btc_market,
.col-md-6.fp-slider-container .tab-pane#eth_market,
.col-md-6.fp-slider-container .tab-pane#favorites{
    /*max-height: 200px;*/
    overflow-y: scroll;
}


.tab-pane#btc_market,
.tab-pane#eth_market,
.tab-pane#favorites{
    /*max-height: 350px;
    overflow-y: scroll;*/
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

span.rise_{
    color: #00b300;
    font-weight: bold;
    font-size: 1em;
}
span.fall_{
    color: #ff0000;
    font-weight: bold;
    font-size: 1em;
}

span.usdprice{
    font-weight: 600;
    font-size: 1.1em;
    color: #333;
}

.myexchange-rates-default span.usdprice{

    color: #333;
}

.zac-tab-container .table tbody tr:hover span.usdprice{
    color: #333;
}

span.favorite-icon{
    cursor: pointer;
}

span.favorite-icon-selected{
    color: #ffc41d;
}

rates-footer-error{
    background-color: rgba(255,0,0,0.3);
}

/*HEADER SCROLL STYLE*/

.horizontal-header-scroll-tw{
    position: relative;
    /*margin-top: -27px;*/
    padding: 0;
    height: 62px;
    overflow: hidden;
}

.horizontal-header-scroll{
    position: relative;
    margin-top: -23px;
    /*margin-top: 15px;
    border-top:1px solid #949da5;*/
    padding: 5px;
    height: 62px;
    overflow: hidden;
    /*background-color: #171842;*/
    /*background-color: #47BFE4;*/
}

.horizontal-header-scroll,
#hscroll-switch span,
.ticker-wrap{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rate-single{
    color:#333;
    display: none;
}

.horizontal-header-scroll-tight{
    height: 22px;
    padding: 1px;
}
/*new horizontal scroll*/
.mco-hscroll-block {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;

}
.mco-hscroll-animation {
    width: auto;
    height: 15px;
    /*font-size: 0px;*/

}
.mco-hscroll-animation div {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
}
.horizontal-header-scroll .mco-hscroll-animation{
    height: 60px !important;
    -webkit-transition: height 2s; /* Safari prior 6.1 */
    transition: height 2s;
}

.horizontal-header-scroll-tight .mco-hscroll-animation{
    height: auto;
    -webkit-transition: height 2s; /* Safari prior 6.1 */
    transition: height 2s;
}

marquee {
    line-height: 25px;
}
.side-rates th{
    text-align: center;
    width:110px;
}
.ti_rates{
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.ticker-wrap{
    display: inline-block;
    padding: 0 15px;
    font-family: ShareTechMono;
}

.ticker-wrap.align-top{
    vertical-align: top;
}
.ticker-wrap.align-middle{
    vertical-align: middle;
}


.ticker-wrap .rate-buy-text,
.ticker-wrap .rate-sell-text{
    font-size: 0.9em;
}
.ticker-wrap .rate-buy-text,
.ticker-wrap .rate-buy,
.ticker-wrap .rate-sell-text,
.ticker-wrap .rate-sell{
    color: #00b600;

}

.ticker-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.9em;
    line-height: 1.1em;
    vertical-align: middle;
    color:#333;
}
.rate-all{
    display: inline-block;
}
.horizontal-header-scroll-tight .rate-all,
.horizontal-header-scroll-tight marquee .rate-all{
    display: none;
}
.horizontal-header-scroll-tight .rate-single,
.horizontal-header-scroll-tight marquee .rate-single{
    display: inline-block;
}
.horizontal-header-scroll-tight,
.horizontal-header-scroll-tight marquee{
    font-size: 0.95em;
    line-height: 15px;
}

.horizontal-header-scroll #hscroll-switch .glyphicon-triangle-top,
.horizontal-header-scroll #hscroll-switch .glyphicon-menu-up{
    display: inline;
}


.horizontal-header-scroll #hscroll-switch .glyphicon-triangle-bottom,
.horizontal-header-scroll #hscroll-switch .glyphicon-menu-down{
    display: none;
}

.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-triangle-bottom,
.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-menu-down{
    display: inline;
}
.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-triangle-top,
.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-menu-up{
    display: none;
}

.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-triangle-bottom,
.horizontal-header-scroll.horizontal-header-scroll-tight #hscroll-switch .glyphicon-menu-down{
    display: inline;
}


.ti_rates img{
    display: inline;
}
.horizontal-header-scroll-tight marquee img{
    height: 16px;
}

.ti_rates a{
    display: inline;
    color: #333;
    text-decoration: none;
}

#hscroll-switch{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width:20px;
    padding: 0 3px;
    /*background-color: #47BFE4;*/
    background-color: #30A0E0 ;
    border-right: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
}
#hscroll-switch span{
    color:#333;
}

/*ethermine shortcodes*/

.mine-parameter{
    border:1px solid rgba(255,255,255,0.08);
    margin: 5px 0;
}

.parameter-key{
    color: #eee;
    padding: 5px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}

.parameter-value{
    padding: 5px;
    font-size: 1.5em;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
}

.mine_address .parameter-key{
    color: #15158b;
}
.mine_address .parameter-value{

}

.mine_hashrate .parameter-key{
    color: #8b0e14;
}
.mine_hashrate .parameter-value{
    border-top: 4px solid #8b0e14;
}

.mine_avghashrate .parameter-key{
    color: #065907;
}
.mine_avghashrate .parameter-value{
    border-top: 4px solid #065907;
}

.mine_activeworkres .parameter-key{
    color: #ffa847;
}
.mine_activeworkres .parameter-value{
    border-top: 4px solid #ffa847;
}

.mine_inactiveworkres .parameter-key{
    color: #333;
}
.mine_inactiveworkres .parameter-value{
    border-top: 4px solid #333;
}

.mine_profits  .parameter-key{
    color: #4a148c;
}

.mine_profits .parameter-value{
    text-align: left;
    font-size: 1.2em;
}

.mine_profits .parameter-value span{
    font-size: 0.9em;
}

.mine_profits .parameter-value .parameters{
    font-size: 12px;
    line-height: 15px;
}

/*.mine_workres .parameter-key{
    background-color: #1C1E21;

}*/

.mine_workres .worker-wrap .worker_name{
    background-color: #5d5f63;
    color: #eee;
    padding: 3px 10px;
}
.mine_workres .worker-wrap .worker_parameters{

}

.mine_workres .parameter-key span{
    padding-top: 4px;
    color:green;
    float: right;
    cursor: pointer;
}
.mine_workres .parameter-key h3{
    /*padding: 10px;
    color: #eeeeee;
    margin: 0;*/
    font-weight: bold;
}


.mine_workres .parameter-key span:hover{
    padding-top: 6px;
}

/*mining promo*/

.mining-promo-wrapper{
    margin-bottom: 15px;
}

.mining-promo-wrapper .bubble.lang_en{
    background-image: url("../images/text-bubble_2_en.png");
}

.mining-promo-wrapper .bubble.lang_hu{
    background-image: url("../images/text-bubble_2_hu.png");
}

.mining-promo-wrapper .bubble{
    /*background-image: url("../images/text-bubble_2.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height:120px;
    padding: 18px 38px 20px;
    color: #333;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: bold;
    overflow: hidden;

}

.mining-promo-wrapper  .avatar,
.mining-promo-wrapper  .avatar-name {
    display: inline-block;
}

.promo-avatar-wrap{
    text-align: center;
}

.mining-promo-wrapper .promo-avatar-wrap .avatar{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.mining-promo-wrapper .promo-avatar-wrap .avatar img{
    border-radius: 48px;
    border: 5px solid #000;
}
.mining-promo-wrapper  .avatar-name {
    font-size: 1.4em;
    color: #eee;
    font-weight: bold;
    padding: 0 15px;
}

/*MINING RIGS LIST*/

.mco-panel-miningrigs{
    /*max-width: 520px;*/
    /*text-align: center;*/
}

.mco-panel-miningrigs .header-icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    padding-top: 3px;
    background-color: #fff;
}

.mco-panel-miningrigs .header-icon img{
    width: 26px;
}

.mco-panel-miningrigs header.section-header{
    background-color: #454a75;
}
.mco-panel-miningrigs-btc header.section-header{
    background-color: #f89b2b;
}

.mco-panel.mco-panel-miningrigs .panel-content{
    padding: 0;
}

.mco-panel-miningrigs header.section-header {
    margin-bottom: 0;
}

.product-list-item{
    /*max-width: 520px;*/
    background-color: #fff;
    border-bottom: 4px solid #95a0ab;
    /*display: inline-block;*/
    /*margin: 15px;*/
}

.product-list-item .product-image{

    /*border: 1px solid rgba(0,0,0,0.1);*/
    text-align: center;
    position: relative;
    vertical-align: middle;
    width:100%;
    padding: 15px;
    display: inline-block;
    margin-top: 25px;
}

.product-list-item .product-descr{
    vertical-align: top;
    width: 50%;
    padding: 15px;
    display: inline-block;
}
.product-list-item .p-title-wrap{
    background-color: #454a75;
    padding: 12px;
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: center;
}
.product-list-item .p-title{
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.mco-panel-miningrigs-btc .product-list-item .p-title-wrap {
    background-color: #f89b2b;
}

.product-list-item .col-md-6{

}

.product-descr  .p-price{
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.p-action{
    margin-top: 15px;
    clear: both;
    text-align: center;
}
.p-attrib{
    padding: 3px 46px;
    font-size: 1.2em;
    color:#1d3f5b;
}
.p-attrib-even{
    background-color: #dfe2e5;
}
.p-attrib-odd{}

.p-sh-descr{
    display: table-cell;
    vertical-align: middle;
    padding: 32px 46px 23px;
    height: 250px;
    overflow: hidden;
}
.p-price-wrapper h4,
.p-sh-descr h4{
    font-weight: bold;
    color:#1d3f5b;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.p-sh-descr h4{
    margin-bottom: 15px;
}

.p-sh-descr ul{
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    font-size: 1.1em;
    line-height: 1.6em;
    color:#1d3f5b;

}
.p-price-wrapper{
    padding: 15px 46px;
}
.p-price{
    color: #56ba89;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1em;
}
.p-price-regular{
    color: #1d3f5b;
    font-size: 1.3em;
}
.p-btn-wrapper{
    text-align: center;
    padding-top: 45px;
}

@media only screen and (max-width: 992px) {
    .product-list-item .p-title{
        display: block;
        height: auto;

    }

    .product-list-item .p-title{
        display: block;
    }
    .p-sh-descr{
        display: block;
        height: auto;
    }

    .p-btn-wrapper{
        text-align: center;
        padding-top: 15px;
        margin-bottom: 15px;
    }
}

/*ETHERMINE MYMINING PAGE*/

#ethermineWorkersWrapMymininig{
    text-align: center;
}

.worker-wrap-mymininig{
    /*display: inline-block;
    width: 200px;
    margin: 5px;
    border: 1px solid rgba(255,255,255,0.08);*/
    margin-top: 5px;
}

.worker_name{
    font-size: 1.3em;
    font-weight: bold;
    background-color: #26282b;
    color:#aaa;
}

.worker_parameters{
    background-color: rgba(241, 241, 241, 0.71);
    text-align: left;
    padding: 5px;
    font-size: 0.8em;
}
.worker_parameters ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.worker_parameters ul li{
    margin: 0;
    padding: 0;
}

.mining_chart_wrap{
    background-color: rgba(32,37,41,0.8);
    padding: 15px;
    margin: 15px 0;
}

/* MINING calculator widget */

.mining_calc_widget{

    /*background-color: rgba(32,37,41,0.8);*/

}

.parameters-wrap{
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.parameters-info{
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(238, 238, 238, 0.35);
    color: #555;
}

.profit-calc-wrap{
    margin: 15px 0;
}
/*.profit-calc-wrap table td{
    text-align: center;
    vertical-align: middle !important;
    background-color:rgba(238, 238, 238, 0.1);
    color: #eee;
    font-weight: bold;
}*/

.m-period{

}
.m-mined{

}
.profit-calc-wrap table td.m-cost{

    font-size: 0.8em;

}
.profit-calc-wrap table td.m_profit_positive{
    background-color: rgba(12, 238, 76, 0.35);
    color: #333;
}
.profit-calc-wrap table td.m_profit_negative{
    background-color: rgba(255, 0, 0, 0.35);
    color: #333;
}


.rig_preview_container{
    padding: 15px;
    /*border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(238,238,238,0.5);*/
    text-align: center;
    position: relative;
}

/*.zac-tab-container-light .rig_preview_container{*/
    /*background-color: #fff;*/
    /*background: rgb(254,255,255); /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 70%, rgba(221,241,249,1) 70%, rgba(221,241,249,1) 77%, rgba(221,241,249,1) 88%, rgba(208,234,242,1) 100%, rgba(221,241,249,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 70%,rgba(221,241,249,1) 70%,rgba(221,241,249,1) 77%,rgba(221,241,249,1) 88%,rgba(208,234,242,1) 100%,rgba(221,241,249,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: radial-gradient(ellipse at center, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 70%,rgba(221,241,249,1) 70%,rgba(221,241,249,1) 77%,rgba(221,241,249,1) 88%,rgba(208,234,242,1) 100%,rgba(221,241,249,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
/*border: 1px solid rgba(50,50,50,0.1);*/
/*box-shadow: 0px 0px 10px -4px #666;*/
/*}*/

.rig_preview_container h3{
    color: #eee;
    margin: 0;
    padding: 5px;
    font-size: 1.7em;
    font-weight: bold;
}
.zac-tab-container-light .rig_preview_container h3{
    color:#333;
}

.rig_preview_container .rig-descr{
    padding: 2px 10px;
    margin: 0;
}
.rig_preview_container .meta-price{
    font-size: 1.7em;
    padding: 5px 5px;
    text-align: center;

}

.rig_preview_container .meta-price button{
    /*font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;*/
    padding: 7px 15px;
}

.rig_preview_container .meta-buy-now{
    font-size: 2em;

    position: absolute;
    right:5px;
    bottom:5px;
}

.rig_preview_container img{
    max-height: 400px;
}

.rig-preview-img-wrap{
    position: relative;
    padding: 25px;
}

.mcpc-main-header,
.mcpc-withus,
.mcpc-withoutus{
    min-height: 600px;
}
.mcpc-main-header h2{
    font-size: 4em;
    background-color: rgba(255,255,255,0.3);
    margin-top: 215px;
}
.mcpc-main-header-banner{
    margin: 0;
}

.mcpc-main-header-banner h2{
    max-width: 450px;
    padding: 10px;
    margin: 5px auto;
    background-color: rgba(255,255,255,0.3);
}

.mcpc-main-header-banner .btn-wrap,
.mcpc-main-header .btn-wrap{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px;
}
.mcpc-main-header-banner .btn-wrap button,
.mcpc-main-header .btn-wrap button{
    display: inline-block;
    margin: 0 15px;
    border:2px solid #eee;
    font-weight: bold;
    color:#eee;
}
.mcpc-main-header-banner .btn-wrap button#withus-btn,
.mcpc-main-header .btn-wrap button#withus-btn{
    background-color: green;
}

.mcpc-main-header-banner .btn-wrap button#withoutus-btn,
.mcpc-main-header .btn-wrap button#withoutus-btn{
    background-color: red;
}

.mcpc-main-header-banner,
.mcpc-main-header{
    background: url(../images/clear-sky-daydreaming.jpg);
    background-position: center;
    background-size: cover;
}
.mcpc-withus{
    background: url(../images/relax.jpg);
    background-position: center;
    background-size: cover;
    /*display: none;*/
}
.mcpc-withoutus{
    background: url(../images/stressful.jpg);
    background-position: center;
    background-size: cover;
    /*display: none;*//
}

.mcpc-withoutus h3,
.mcpc-withus h3{
    position: absolute;
    max-width: 400px;
    text-align: center;
    color:#eee;
    font-size: 3em;
    font-weight: bold;
    padding: 5px 45px;
    margin-left: -15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 2;
}
.mcpc-withoutus h3{
    background-color: red;
    right: 0;
}
.mcpc-withus h3{
    background-color: green;

}
.mcpc-withoutus .withoutus-content h4,
.mcpc-withus h4{
    font-weight: bold;
    font-size: 2em;

}

.mcpc-withoutus .withoutus-content h5,
.mcpc-withus h5{
    font-weight: bold;
    font-size: 1.6em;
}

.mcpc-withoutus .withoutus-content p,
.mcpc-withus p{
    color:#333;
    font-size: 1.6em;
}
.mcpc-withoutus .withoutus-content,
.mcpc-withus .withus-content{
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(50,50,50,0.1);
    box-shadow: 0px 0px 10px -4px #666;
    padding: 50px 25px;
    max-width: 600px;
    width:50%;
    z-index: 1;
    text-align: center;
    margin-top: 45px;
}

.mcpc-withoutus .withoutus-content{
    background-color: rgba(200,200,200,0.4);
    color: #eee;
    float:right;
    margin-bottom: 15px;
}

.mcpc-withoutus .withoutus-content ul,
.mcpc-withus .withus-content ul{
    margin: 25px 0 50px 0;
    font-size: 1.2em;
    list-style: none;
    text-align: left;
    color: #333;
}

@media only screen and (max-width: 992px) {

    .mcpc-withoutus .withoutus-content,
    .mcpc-withus .withus-content{
        width:80%;
    }

}

@media only screen and (max-width: 750px) {
    .mcpc-withoutus .withoutus-content,
    .mcpc-withus .withus-content{
        width:100%;
    }
}

.cust-list-col{
    padding: 10px;
    color: #eee;
}

.cust-list-col-header{
    background-color: rgba(30, 115, 190, 0.57);
    color:#333;
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-left: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);

}
.cust-list-col-header h3{
    margin: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #eee;
}

.cust-list-col-body{
    padding: 25px 15px;
    border-left: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
}
.cust-list-col-body h4{
    color: #eee;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}
.cust-list-col-body ul{
    list-style: none;
}

.cust-list-col-footer{
    background-color: rgba(238, 238, 238, 0.1);
    padding: 15px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
    border-botom: 1px solid rgba(255,255,255,0.08);
}
/*EXCHANGE**/

.customglyphicon{
    color:#4baf44;
    text-shadow: 0px 0px 2px #333;
}

/*.customglyphicon:hover{
    color: #fbbf4c;
}*/

.exchange-modul h2{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 22px;
    margin: auto;
    margin-bottom: 15px;
    font-weight: bold;
}

.exchange-modul-wrapper{
    position: relative;
    max-width: 900px;
    margin: auto;
    color: #1d3f5b;
}
.exchange-modul-wrapper .input-group input[type="number"],
.exchange-modul-wrapper .input-group input[type="number"]:focus{
    color:#42ab3a;
}

.exchange-modul-wrapper .panel{
    /*background-color: #97999c;*/

}
.request-success-wrap{

    text-align: center;
    margin: 15px;

}

.request-success-wrap ul{
    list-style: none;
}

.for_exchange{
    font-size: 2em;
    text-align: center;
}
.for_exchange_wrap{
    text-align: center;
}


.modul-loading-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #e5e9ed;
    text-align: center;
    padding-top: 25px;
}
.front-rates-table{
    position: relative;
}
.modul-loading-overlay-transparent{
    background-color: rgba(0,0,0,0.8);
}

/*.exchange-modul-wrapper .bootstrap-select{
    min-height: 55px;
}
.exchange-modul-wrapper .bootstrap-select .dropdown-toggle{
    padding: 15px;
    font-size: 1.3em;
    color:#eee;
    background-color: #36383c;
    margin-bottom: 10px;
}*/
.woocommerce .woocommerce-ordering select,
.selectpicker_custom{
    min-height: 50px;
    padding: 0 15px;
    font-size: 1.3em;
    font-weight: 400;
    color:#eee;
    background-color: #1d3f5b;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: none;
}
.woocommerce .mco-shop-archive-sort .woocommerce-ordering select{
    min-height: 50px;
    padding: 0 15px;
    font-size: 1.3em;
    font-weight: 400;
    color: #3a3636;
    background-color: #ffffff;
    margin-bottom: 0;
    /* border: none; */
    /* border-radius: 8px; */
    max-width: 264px;
    border-left: none;
    box-shadow: none;
}
.form-group-topup .input-group input:focus,
.selectpicker_custom:focus{
    box-shadow: none;
}

.input-group-special {
    /*background-color: #1d3f5b;
    border-radius: 4px;*/
}

/*.input-group-special select.form-control.selectpicker_custom{
    border-radius: 4px !important;
    padding-bottom: 1px;
    padding-top: 5px;
    min-height: auto;
}
.input-group-special select:focus.form-control.selectpicker_custom{
    border-color: snow;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
.zac-exch-addon{
    display: block;
    position: absolute;
    top:10px;
    right:25px;
    color: #eee;
    font-weight: 100;
    z-index: 2;
    font-size: 1.3em;
}


.input-group-special span{

}

.exchange-modul-wrapper input[name=amount]{
    padding: 28px;
    font-weight: bold;
    font-size: 1.3em;
    color:#eee;
    background-color: #36383c;
    border: none;
}
.form-group-amount .input-group .input-group-addon,
.form-group-amount .input-group input{
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #555;
    font-size: 2em;
    font-weight: bold;
    padding:0;
    padding-left: 5px;
    background-color: #fff;
    min-height: 50px;
    border-radius: 0;
    color: #666;
}

.form-group-amount .input-group input[readonly]{
    color: #666;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-group-amount .input-group input,
.form-group-amount .input-group input:focus{
    color: #00a400;
    /*background-color: #f6f6f6;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;*/
}


input[type="number"].inline-input-rate{
    display: inline;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #333;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    color:#333;
}

.exchange-col{
    /*background-color: rgba(0, 128, 0, 0.11);*/
}

.receive-col{
    /*background-color: rgba(30, 96, 168, 0.11);*/
}

.row-amounts{
    /*margin-top: 15px;
    margin-bottom: 15px;*/
}
.row-amounts small{
    color:#666;
}
.validation-error-message{
    color:red;
    font-weight: bold;
}

.col-hidden{
    display: none;
}

.form-group-amount-balance-coin{

}

.price-type-select{
    padding: 15px;
    /*background-color: #eee;*/
    text-align: center;
}

.price-type-select .form-group{
    margin-right: 15px;
    display: inline-block;
}

.price-type-select .mc-radio{
    font-size: 16px;
    margin-right: 10px;
}
.exchange-rate-message{
    font-size: 1.2em;
}

.price-type-select .inline-form{
    margin: 15px 0 0 0;
}

.form-group-amount .input-group.input-group-rates{
    font-size: 0.6em;
}
.input-group-rates input{
    text-align: center;
}

.exchange-summary-wrap{
    text-align: center;
    margin: 20px 0 50px 0;
}

.exchange-summary{
    display: inline-block;
    margin-top: 15px;
}

.exchange-summary-center{
    font-size: 2em;
    padding: 20px;
    color:#666;
}
.exchange-summary-left,
.exchange-summary-right{
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}
.exchange-summary-left{
    text-align: right;
}
.exchange-summary-right{
    text-align: left;
}

.excahnge-summary-container{}
.descr-wrap,
.image-wrap{
    display: inline-block;
    vertical-align: middle;
}

.descr-wrap .amount_title{
    font-size: 17px;
    line-height: 32px;
    font-weight: bold;
}
.descr-wrap{
    font-weight: 300;
    line-height: 1.3em;
    font-size: 17px;
    color: #1d3f5b;
}

.descr-wrap small{
    font-size: 0.8em;
    font-weight: normal;
    color:#666;
}
.exchange-summary-left .image-wrap{
    padding-left:10px;
}
.exchange-summary-right .image-wrap{
    padding-right:10px;
}
.descr-wrap h3{
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color:#666;

}

@media only screen and (max-width: 768px) {
    .exchange-summary-right,
    .exchange-summary-left{
        display: block;
        width: 100%;
        text-align: center;

    }

}
/**/

/*.exchange-modul-wrapper input,
.exchange-modul-wrapper input:read-only{
    color:#eee !important;
    background-color: #36383c;
}

.exchange-modul-wrapper input:read-only{
    background-color: #1C1E21;
}

.exchange-modul-wrapper .input-group-addon{
    background-color: #1C1E21;
    color: #eee;
    border: none;
}

.exchange-modul-wrapper .form-group{
    margin-bottom: 15px;
}*/

/*MY ACCOUNT MY EXCHANGE*/
.crypto-balance-wrap{

    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    margin: 15px 0;
}
.crypto-balance-title{
    margin-bottom: 10px;
}

.market-price-inf{
    font-size: 1.6em;
    font-weight: bold;
}

.mc-radio{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.mc-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #36383c;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.mc-radio:hover input ~ .checkmark {
    background-color: #525458;
}

/* When the radio button is checked, add a blue background */
.mc-radio input:checked ~ .checkmark {
    background-color: #36383c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.mc-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.mc-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-group-mco label{
    font-size: 1.2em;
}

.form-group-mco .input-group input,
.form-group-mco .input-group select,
.form-group-topup .input-group input{
    /*padding: 26px;*/

    height: 50px;
    font-weight: bold;
    font-size: 1.3em;
    background-color: #1d3f5b;
    color:#fff;
    /*color:#1d3f5b;
    background-color: #fff;*/

    /*border: none;*/
    border-radius: 8px;
}
.form-group-mco .input-group input:focus,
.form-group-topup .input-group input:focus {
    color: #fff !important;
    /*color: #1d3f5b !important;*/
}
.zac-input-group-addon.zac-input-group-addon-white {
    background-color: #fff;
    color: #1d3f5b;
    font-weight: bold;
    /*border: none;*/
    font-size: 17px;
}

.exchange-modul-wrapper .form-group label{
    color: #1d3f5b;
    font-weight: bold;
    font-size: 1.3em;
}

.form-left{
    width:48%;
    float: left;
}
.form-right{
    width:48%;
    float: right;
}
.inline-f-left,
.inline-f-center,
.inline-f-right{
    display: inline-block;
    vertical-align: top;
}
.inline-f-right,
.inline-f-left {
    width: 47%;
}
.inline-f-center{
    width: 6%;
    text-align: center;
}

.inline-f-right{
    float: right;
}

.arrow-container{
    padding: 5px;
    margin-top: 41px;
    font-size: 19px;
}
.arrow-container-nolabel{
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .form-left,
    .form-right{
        width: auto;
        float: none;
    }

    .inline-f-left,
    .inline-f-center,
    .inline-f-right {
        display: block;
        width: auto;
        float: none;
    }
    .arrow-container{
        margin-top: 0;
        text-align: center;
    }
}

.form-group-topup input[type="text"]:focus,
.form-group-topup input[type="email"]:focus,
.form-group-topup input[type="url"]:focus,
.form-group-topup input[type="password"]:focus,
.form-group-topup input[type="search"]:focus,
.form-group-topup input[type="tel"]:focus,
.form-group-topup textarea:focus{
    color:#eee;

}

#send-to-address{
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 26px;
    background-color: #eee;
    border-radius: 8px;
    border: 1px solid #ccc;
}

ul.error-message{
    color:red;
    font-weight: bold;
}
@media only screen and (max-width: 992px) {

    .front-rates-b24h{
        max-width: none;

    }

}


/*SUPPORT STYLE*/
.support-team-wrap{
    text-align: center;
}

.support_member{
    display: inline-block;
    margin: 15px;
    padding: 25px;
    border: 1px solid rgba(70,70,70,0.3);
    vertical-align: center;
    background-color: rgba(70,70,70,0.2);
    box-shadow: 0 0 10px rgba(70,70,70,0.6);
}

.support_member:hover{
    cursor: pointer;
    background-color: rgba(70,70,70,0.3);
    border: 1px solid rgba(70,70,70,0.4);
    box-shadow: 0 0 15px rgba(70,70,70,0.6);
}

.sm_avatar{

}

.sm_descr h2{
    color: #ddd;
    font-size: 1.4em;
    font-weight: bold;
}
.sm_descr{
    color: #eee;
    border-top: 1px solid rgba(70,70,70,0.4);
}

/* Customize the label (the container) */

.container-cb {
    max-width: 325px;
    margin: auto;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}

.container-cb-left{
    margin-left: 0;
}

/* Hide the browser's default checkbox */
.container-cb input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-cb {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #99a6b1;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-cb:hover input ~ .checkmark-cb {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-cb input:checked ~ .checkmark-cb {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-cb:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-cb input:checked ~ .checkmark-cb:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-cb .checkmark-cb:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #4baf44;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*switch*/

.switch {
    /*position: relative;
    height: 40px;
    width: 260px;
    margin: 5px 0;
    background: #36383c;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/

    position: relative;
    height: 50px;
    width: 100%;
    /*margin: 5px 0;*/
    background: #fff;
    border-radius: 8px;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    line-height: 50px;
    font-size: 17px;
    /*color: rgba(255, 255, 255, 0.35);*/
    color: #b2b6ba;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);*/
    cursor: pointer;
}
.switch-label:active {
    font-weight: bold;
}

.switch-label-off {
    padding-left: 1px;
}

.switch-label-on {
    padding-right: 1px;
}


.switch-input {
    display: none;
}
.switch-input:checked + .switch-label {
    font-weight: bold;
    /*color: rgba(0, 0, 0, 0.65);*/
    color: #fff;
    /*text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 130px;
    left: 50%;

    /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    display: block;
    width: 50%;
    height: 48px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
    background-color: #1d3f5b;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd168), color-stop(100%, #bd8b0e));
    background-image: -webkit-linear-gradient(top, #fbd168, #bd8b0e);
    background-image: -moz-linear-gradient(top, #fbd168, #bd8b0e);
    background-image: -ms-linear-gradient(top, #fbd168, #bd8b0e);
    background-image: -o-linear-gradient(top, #fbd168, #bd8b0e);
    background-image: linear-gradient(top, #fbd168, #bd8b0e);*/
}
.switch-yellow .switch-selection {
    background-color: #c4bb61;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
    background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
    background-image: linear-gradient(top, #e0dd94, #c4bb61);
}
.woocommerce form .form-row #terms,
.woocommerce form .form-row .gdpr-input-checkbox{
    margin: 8px -15px;
}


/*ADVANCED CHARTS*/

.advanced-exchange-wrapper{
    max-width: 1366px;
    margin: auto;
}

.advanced-exchange-form-wrapper,
.advanced-side-video-wrapper,
.advanced-chart-wrapper{
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.advanced-exchange-form-wrapper{
    background-color: #e5e9ed;
}
.adv-exchange-popup-content{
    background-color: #e5e9ed;
}

.tradingview-advanced-widget-container{
    height: calc(60vh - 81px);
}
.tradingview-advanced-widget-container-chartview{
    height: calc(100vh - 81px);
}

#adv-exchange-popup .lightbox-container{
    max-width: 1200px;
}
#adv-chart-new-order-wrap{
    /*position: absolute;
    top:15px;
    left:15px;
    width: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 3px #ccc;*/

    padding: 15px;
}
#adv-chart-new-order-wrap .dragpoint{
    padding: 2px 5px 0px 6px;
    background-color: #c0c3c6;
    color: #787575;
    cursor: grab;
    font-size: 1.2em;
    border: 1px solid #b6b6b6;
}

#adv-chart-new-order-wrap .drag-content{
    padding: 10px 25px;
    background-color: #e5e9ed;
}


.advanced-side-video-wrapper{
    padding: 15px;
}

.advanced-exchange-tab-container .tab-content{
    background-color: transparent;
}

.advanced-changelly-wrapper h2{
    text-align: left;
}



/*EXCHANGE STEPS*/

.mco-third-exch-wrap{
    position: relative;
    max-width: 900px;
}
.mco-loading-overlay,
.mco-exch-modul-loading-overlay,
.mco-exch-modul-loading-overlay-widget{
    position: absolute;
    display: table-cell;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #e5e9ed;
    opacity: 0.7;
    border-radius: 8px;
}

.loading-helper,
.loading{
    display: inline-block;
    vertical-align: middle;
}
.loading-helper{
    height: 100%;
}
.mco-exchange{
    color: #1d3f5b;
}

.mco-input-gr-wrap{
    /*max-width: 400px;*/
    text-align: left;
}
.exchange-row-mco{
    margin: 25px 0;
}
.exchange-row-mco label{
    color: #1d3f5b;
    font-weight: bold;
    font-size: 1.3em;
}
.exchange-left-mco,
.exchange-right-mco,
.exchange-middle-mco{
    display: inline-block;
    vertical-align: top;
}
.exchange-left-mco,
.exchange-right-mco{
    width:47%;
}
.exchange-middle-mco{
    width:5%;
    font-size: 1.5em;
    vertical-align: bottom;
}

.exchange-row-info .exchange-left-mco,
.exchange-row-info .exchange-right-mco,
.exchange-row-info .exchange-middle-mco{
    vertical-align: middle;
}

.exchange-row-info .exchange-left-mco .excahnge-summary-container{
    text-align: right;
}
.exchange-row-info .exchange-right-mco .excahnge-summary-container{
    text-align: left;
}

.mco-exchange-widget{
    margin: 25px;
    background-color: #e5e9ed;
    padding: 15px;
    border-radius: 8px;
}

.mco-exchange-widget h2{
    color: #274862;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.mco-exchange-widget h3{
    color: #5c5c5c;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.mco-exchange-widget .input-group-exch-select-special span.ticker-wr{
    width: 150px;
}
.exchange-mco-widget-wrapper .separator-wr{
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    padding-top: 19px;
}

.exchange-mco-widget-wrapper .btn-wrapper{
    text-align: center;
}
.btn-exchange-widget{
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .mco-third-exch-wrap{
        padding: 0 15px;
    }
    .exchange-row-info .exchange-left-mco,
    .exchange-row-info .exchange-right-mco,
    .exchange-row-info .exchange-middle-mco{
        display: block;
    }
    .exchange-middle-mco,
    .exchange-left-mco,
    .exchange-right-mco{
        width:100%;
        text-align: center;
        margin: auto;
    }

    .exchange-row-info .exchange-left-mco .excahnge-summary-container,
    .exchange-row-info .exchange-right-mco .excahnge-summary-container{
        text-align: center;
    }

}


.mco-exchange .error-wrapper,
.mco-exchange .cha-step{
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.exch-parameters{
    text-align: left;
}

.exchange-progress-wrapper{
    max-width: 900px;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #e5e9ed;
    background-color: #fff;
    border-radius: 8px;
}

.exch-step{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    color:#ddd;
    border-right: 1px solid #e5e9ed;
    padding: 5px 15px;
}
.exch-step .cha-step-header{
}
.exch-step:last-child{
    border-right: none;
}

.exch-step.step_processing{
    color: green;
}
.exch-step.step_complete{
    color:blue;
}

.exch-step .fa-check{
    display: none;
}
.exch-step.step_complete .fa-check{
    display: inline;
}

.exch-step .counter{
    font-size: 3em;
    font-weight: bold;
}

.mco-exchange .input-group-exch .selectpicker_custom.form-control,
.mco-exchange .input-group-exch .form-control.form-control-amount{
    /*width: 50% !important;*/
}

.mco-exchange .form-group-exch .form-control,
.mco-exchange .input-group-exch .form-control{
    min-height: 50px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 1.3em;
    font-weight: 400;
}
.mco-exchange .form-group-exch .input-group-addon{
    font-size: 1.3em;
}

.mco-details{
    background-color: #fff;
    padding: 15px;
}

.input-group-exch-select-special{
    width: 100%;
}
.input-group-exch-select-special span.ticker-wr{
    width:180px;
    max-width: 230px;
    background-color: #1d3f5b;
    padding: auto 10px;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
    border: 1px solid #e5e9ed;
    border-right: none;
    overflow: hidden;


}
.input-group-exch-select-special a.dropdown-mco-exch{
    display: table-cell;
    background-color: #1d3f5b;
    color: #fff;
    font-size: 1.3em;
    width: 15px;
    border: 1px solid #e5e9ed;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
    border-left: none;
}
.input-group-exch-select-special .dropdown-list-mco-exch{
    background-color: #1d3f5b;
    color: #fff;
    font-size: 1.3em;
    padding: auto 10px;
    padding-top: 1px;
    padding: 1px;
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 8px 0 0 8px;
}

.input-group-exch-select-special .dropdown-list-mco-exch li.list-element-currencies{
    cursor: pointer;
    padding: 2px 12px;
}
.input-group-exch-select-special .dropdown-list-mco-exch li img{
    width: 24px;
    margin-right: 5px;
}
.input-group-exch-select-special .dropdown-list-mco-exch li:hover{
    background-color: #30a2e2;

}
.input-group-exch-select-special  .dropdown-list-mco-exch input{
    border-radius: 8px 2px 0px 0px;
    width: 100%;
    /*position: fixed;
    top:0;
    left:0;
    right:0;*/

}

.exchange-row-info .excahnge-summary-container{
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
}


@media only screen and (max-width: 768px) {
    .form-group-mco .input-group input, .form-group-mco .input-group select, .form-group-topup .input-group input,
    .woocommerce .woocommerce-ordering select, .selectpicker_custom,
    .mco-exchange .form-group-exch .form-control,
    .mco-exchange .input-group-exch .form-control{
        height: 40px;
        min-height: 40px;
        font-size: 1.1em;

    }
    .input-group-exch-select-special span.ticker-wr,
    .mco-exchange .form-group-exch .input-group-addon{
        font-size: 1.1em;
    }

    .input-group-addon {
        padding: 4px 9px;
    }
    #send-to-address {
        font-size: 1.1em;
        padding: 2px 15px;
    }
    .input-group-exch-select-special span.ticker-wr {
        width: 50%;
    }
    .input-group-exch-select-special a.dropdown-mco-exch {
        font-size: 1.1em;
        width: 14px;
    }
    .input-group-exch-select-special span.ticker-wr img{
        width: 16px !important;
        height: 16px !important;
    }
}
.mco-loading-overlay{
    text-align: center;
}
.balance-history{
    position: relative;
}

/*VERIFICATION*/
#camera-block #capture-block,
#camera-block #player-block{
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    margin: auto;
}
#camera-block #player-block{
    background-color: #1d3f5b;
}
#camera-block #capture-block {
    display: none;
    background-color: #1d3f5b;
}
#camera-block #player-block video{
    width: 100%;
    height: auto;
}
#camera-block #capture-block canvas{
    width: 100%;
    height: auto;
}

#camera-block .player-block-wrapper{
    text-align: center;
}

#camera-block .btn-wrapper{
    padding: 15px;
}

.mco_support_button{
    padding: 5px;
    padding-left: 15px;
    border-radius: 8px;
    line-height: 1.2em;
}

.mco_support_button i{
    font-size: 1.2em;
    line-height: 1.2em;
}

.mco_support_button:hover{
    box-shadow: 0px 0px 10px #666;
    text-decoration: none;
}

.mco-support-list{
    list-style: none;
    padding-left: 10px;
}
.mco-support-list li{
    padding-top: 5px;
}

.mco-support-list-light{}
ul.mco-support-list-inline li{
    display:inline;
    font-size: 2em;
    padding: 0 5px;
}


.support_skype:hover{
    color: #00aff0;
}
.support_viber:hover{
    color: #8f5db7;
}
.support_whatsapp:hover{
    color: #075e54;
}

.mco_support_small{
    position: relative;
    display: inline-block;
}
.mco_support_small span{
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #1d3f5b;
    color: #fff
}

.mco_support_small .mco-support-list {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    /* Position the tooltip */
    position: absolute;
    box-shadow: 0px 0px 15px #666;
    z-index: 999;
}

.mco_support_small:hover .mco-support-list {
    visibility: visible;
    cursor: pointer;
}

.banner-wrapper-parent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mco-banner-wrapper{
    display: inline-block;
    padding: 15px;
    max-width: 100%;
}

.card-banner .mco-banner-wrapper{
    padding: 0;
}
.card-banner .mco-banner-wrapper img{
    min-width: 330px;
    border-radius: 8px 8px 0 0;
}

.banner-advertisment-title{
    text-align: center;
    color: #999999;
    font-size: 0.8em;
}

/*MCO agents*/
.agents-info{ font-weight: bold; color: red}

.agents-wrapper{
    text-align: center;
}

.single-agent{
    display: inline-block;
    max-width: 200px;
    padding: 0 25px;
    text-align: center;
}

.single-agent .img-wrp{
    padding: 15px;
}
.single-agent .img-wrp img{
    border-radius: 75px;
}
.agent-details{

}
.agent-name{}
.agent-rate{ color: #ff9c46
}