/* ----------------------------------------------------------
instant_exchange
---------------------------------------------------------- */
/*Css Reset*/
section {border-bottom:none; margin-bottom:0;}
.section-wrapper {position:static;}

/*class clearfix*/
* html .instant_exchange 	{zoom:1}
*+html .instant_exchange 	{zoom:1}
.instant_exchange:after	 	{height:0;visibility:hidden;content: ".";display:block;clear: both;font-size: 0;}

/*Bootstrap Css Reset*/
.ie-overall .col-lg-1, .ie-overall .col-lg-10, .ie-overall .col-lg-11, .ie-overall .col-lg-12, .ie-overall .col-lg-2, .ie-overall .col-lg-3, .ie-overall .col-lg-4, .ie-overall .col-lg-5, .ie-overall .col-lg-6, .ie-overall .col-lg-7, .ie-overall .col-lg-8, .ie-overall .col-lg-9, .ie-overall .col-md-1, .ie-overall .col-md-10, .ie-overall .col-md-11, .ie-overall .col-md-12, .ie-overall .col-md-2, .ie-overall .col-md-3, .ie-overall .col-md-4, .ie-overall .col-md-5, .ie-overall .col-md-6, .ie-overall .col-md-7, .ie-overall .col-md-8, .ie-overall .col-md-9, .ie-overall .col-sm-1, .ie-overall .col-sm-10, .ie-overall .col-sm-11, .ie-overall .col-sm-12, .ie-overall .col-sm-2, .ie-overall .col-sm-3, .ie-overall .col-sm-4, .ie-overall .col-sm-5, .ie-overall .col-sm-6, .ie-overall .col-sm-7, .ie-overall .col-sm-8, .ie-overall .col-sm-9, .ie-overall .col-xs-1, .ie-overall .col-xs-10, .ie-overall .col-xs-11, .ie-overall .col-xs-12, .ie-overall .col-xs-2, .ie-overall .col-xs-3, .ie-overall .col-xs-4, .ie-overall .col-xs-5, .ie-overall .col-xs-6, .ie-overall .col-xs-7, .ie-overall .col-xs-8, .ie-overall .col-xs-9
{
    position: relative;
    min-height: 1px;
    padding-right: 5px!important;
    padding-left: 5px!important;
}
/*
.dropdown-menu {
    min-width: 60px !important;
}
*/

.dropdown-menu>li>a {
    padding: 10px 13px !important;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor:default !important;
}
/* ----------------------------------------------------------
original class
---------------------------------------------------------- */
.instant_exchange {}
@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 1160px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1160px;
    }
}
@media only screen and (min-width: 998px) and (max-width:1120px) {
    .container {
        width: 100%;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.instant_exchange section.instant_exchange-area {
    /*background-color: #fff;*/
    background-color: #f7f7f8;
    padding-bottom: 80px;
}

.instant_exchange a:focus, *:focus {
    outline:none
}

.pcleft,.pcright {
    padding-top: 10px;
}
.pcright .ie_box {
    margin-left: -5px;
}

@media only screen and (max-width: 767px) {
    section {
        padding: 0;
    }
}

@media only screen and (min-width: 240px) and (max-width:767px)	{
    section {
    width: 100% !important;
    }
    .instant_exchange section.instant_exchange-area {
    background:#fff;
    width: 100%;
    }
}
@media only screen and (min-width: 240px) and (max-width:991px)	{
    .ie-overall {
    margin-left: -25px;
    margin-right: -25px;
    }
    .pcleft,.pcright {
    padding-top: 0;
    }
    .pcright .ie_box {
    margin-left: 0;
    }

}
.ie_box {
    background-color: #f7f7f7;
    margin:0px 0px 10px;
    color: #454545;
}
#trading-view-area {
    /*
    background-color: #f7f7f7;*/
    background-color:#fff;
    padding: 15px;
    box-sizing: border-box;
    height: 250px;
}
.tv_link {
    padding-left: 15px;
    margin-top: -10px;
    padding-bottom: 10px;
    }
/*Main Rate*/
.fixed-trading-view {
    margin-top: 0px;
}
@media only screen and (min-width: 240px) and (max-width:767px)	{
    .fixed-trading-view {
    margin-top: 56px;
    }
}

#main_rate_trading 	{
    background:#fff
} 

.main_rate_box {
    color: #fff;
    box-sizing:border-box;
    min-height: 54px;
}
.main_rate_box a {
    color: #fff;
}
.buy_rate {
    background-color: #49a0d5;
    padding: 15px;
}
.sell_rate {
    background-color: #f0739d;
    padding: 15px;
}
/*Rate style*/
.base_currency {/*
    padding: 0 5px;
    font-size: 0.9em;
    */
    padding-left:0.5em!important;
    font-size:11px;
}
.price {
    padding-right: 5px;
}
.quote_currency {
    padding-right: 5px;
}
.volatility {

}
.volatility.up:before,
.volatility.no_change:before,
.volatility.down:before {
    position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
    margin-top: 3px;
  margin-bottom: 5px;
  font-size: 15px;
  top: 3px;
}
.volatility.up:before {
    content: "\e093";
}
.volatility.no_change:before {
    content: "\e092";
}
.volatility.down:before {
    content: "\e094";
}
/*Rate list*/
.buy_price_list {
    margin-top: 0;
    font-size: 14px;
    color:#337AB7;
}
.sell_price_list {
    margin-top: 0;
    font-size: 14px;
    color:#DF81A2;
}
.ie_list .row {
    margin-left: -5px;
    margin-right: -5px;
}
.ie_list .volatility.up {
    color:#6dbfff;
}
.ie_list .volatility.no_change {
    color:#8f8f8f;
}
.ie_list .volatility.down {
    color:#ff6664;
}

.ie_box.rate_list_area 	{
    background:#fff;
    border-radius:4px;
    border:1px solid #ccc;
    padding:20px;
    overflow-y: auto;
}

.ie_box.rate_list_area a 	{
    padding:14px 0;
}

    @media only screen and (min-width: 240px) and (max-width:767px)	{
        .ie_box.rate_list_area 	{
        background:#f7f7f8;
        border:none;
        padding:20px 20px 1px
        }
    }

.ie_list .list-group-item {
    cursor:pointer;
    background-color: transparent;
    border-left:none;
    border-right:none;
    padding-left:0;
    padding-right:0;
    border-radius: 0;
    background-color:#f7f7f8!important
}
.ie_list .list-group-item.active {
    border-top:#ddd  1px solid ;
    border-bottom:#ddd  1px solid ;
    /*background-color:#ffffff;*/
    background-color:#fff!important;
    color: #333;
    border-radius: 0;
    font-weight: bold;
    
}

.ie_list .list-group-item:hover {
    background-color:#fff!important;
}


.rate_list_area {
    padding: 15px;
    height: auto;
}

@media (min-width: 1200px) {
    .rate_list_area {
    height: 360px;
    }

    .ie_list .list-group-item {
    background:#fff;
    }

}

.currency {
    font-size: 11px;
}
.price {
font-size: 16px;
}
.volatility {
font-size: 12px;
}
.rate_list_area .list-group .list-group-item .base_currency,
.rate_list_area .list-group .list-group-item .price,
.rate_list_area .list-group .list-group-item .quote_currency{
    padding: 0;
}

@media only screen and (min-width: 240px) and (max-width:767px)	{/*
    .ie_box.rate_list_area {
        background-color:#fff;
    }*/
    .ie_list .list-group-item.active {
    border-top:#ddd  1px solid ;
    border-bottom:#ddd  1px solid ;
    background-color:#fff !important;
    color: #333;
    border-radius: 0;
}
    .rate_list_area .list-group .list-group-item .base_currency
    {
        font-size: 0.89em;
    }
    .rate_list_area .list-group .list-group-item .price
    {
        font-size: 1.1em;
    }
}
/*btn style*/
.btn-buy {
    color: #fff;
  background-color: #c9cbcd;
  border-color: #c9cbcd;
}
.btn-buy:hover {
    background-color: #eee;
}
.btn-buy.active {
    color: #48a0d5;
    font-weight: bold;
    background-color:#ffffff;
    border-color:#ffffff;
}
.btn-sell {
    color: #fff;
  background-color: #c9cbcd;
  border-color: #cccccc;
}
.btn-sell:hover {
    background-color: #eee;
}
.btn-sell.active {
    color: #f0739c;
    font-weight: bold;
    background-color: #ffffff;
    border-color:#ffffff;
}


/*Order form*/
#order-form .nav-tabs li.active a{
    background-color: #f7f7f7;
    border: none;
    border-bottom: #f7f7f7 1px solid;
    border-radius: 0;
}
#order-form .nav-tabs li {
    background-color: #fff !important;
}
#order-form .nav-tabs.nav-justified>li>a,
#order-form .nav-tabs.nav-justified>li>a:hover{
    border-bottom: none;
    border-radius: 0;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*
.buy_label,
.sell_label {
    font-size: 0.8em;
    color:#fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.buy_label {
    background-color:#337AB7;
}
.sell_label {
    background-color:#DF81A2;
}
.select_currency .buy_label,
.select_currency .sell_label {
    margin-top: -5px;
}*/
.form_box {
    padding: 20px;
    }
.form-control-feedback {
    position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width:auto;
    min-width: 3em;
    max-width: 4em;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.ie_form_sp_title {
    font-size:16px;
    padding-bottom: 20px;

}
#buy_form .ie_form_sp_title {
    color:#49a0d5;
}
#sell_form .ie_form_sp_title {
    color:#e496b1;
}
.underline {
    border-bottom: 1px #ccc solid;
}
.ladel {
    font-size: 0.9em;
    }
.select_currency {
    font-size: 1.2em;
}
.money .form-group {
    margin-bottom: 0px;
    margin-left: -5px !important;
    margin-right: -5px !important;

}
.amount .form-group {
    margin-bottom: 0px;
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.balance {
    display: block;
    min-height: 2.8em !important;
    line-height: 140%;
    word-break: keep-all;
}

@media only screen and (min-width: 240px) and (max-width:767px)	{
    /*
    .select_currency {
        padding-top: 10px;
    }
    .money {
        padding-top: 10px;
    }
    .amount{
        padding-top: 10px;
    }
    .balance {
    padding-top: 10px;
    padding-bottom: 15px;
    }
}*/
/*.buy_form .money .control-label {
    color: #49a0d5;
    margin-left: -5px;
}
.sell_form .amount .control-label {
    color: #e496b1;
    margin-left: -5px;
}*//*
.buy_form .main-btn,
.sell_form .main-btn {
    padding:8px 25px;
    font-size: 1.2em;
}*/
/*.buy_form .money {
    background-color: #e8f3fa;
    margin-top: -15px;
    padding: 15px !important;
}
.sell_form .amount {
    background-color: #f9e6ec;
    margin-top: -15px;
    padding: 15px !important;
}*/
/*.buy_form .money-underline {
    border-bottom: #7fafe2 2px solid;
}
.sell_form .amount-underline {
    border-bottom: #efc2d2 2px solid;
}
.sell_form .main-btn {
    background-color: #DF81A2;
    color:#fff;
}
.sell_form .main-btn {
    background-color: #DF81A2;
    color:#fff;
}*/



/*
.buy_form .money .has-feedback .form-control-feedback,
.sell_form .amount .has-feedback .form-control-feedback{
    height: 3.38em;
    line-height:  3.38em;
}*/

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
.buy_form .amount .has-feedback .form-control::-webkit-input-placeholder {
color:#49a0d5;
}
/* Firefox 18- */
.buy_form .amount .has-feedback .form-control:-moz-placeholder {
color:#49a0d5;
  opacity: 1;
}
/* Firefox 19+ */
.buy_form .amount .has-feedback .form-control::-moz-placeholder {
color:#49a0d5;
  opacity: 1;
}
/* IE 10+ */
.buy_form .amount .has-feedback .form-control:-ms-input-placeholder {
color:#49a0d5;
}
/* IE Edge */
.buy_form .amount .has-feedback .form-control::-ms-input-placeholder {
color:#49a0d5;
}/*
.sell_form .money .has-feedback .form-control {
  padding-right: 2.8em !important;
}
.sell_form .amount .has-feedback .form-control {
  padding-right: 4.3em !important;
}
.sell_form .money .has-feedback .form-control{
    font-size: 1.5em;
    color:#c71585;
    border: none !important;
    box-shadow: none !important;
    background-color:#fff;
}*/
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
.sell_form .money .has-feedback .form-control::-webkit-input-placeholder {
color:#f0739e;
}
/* Firefox 18- */
.sell_form .money .has-feedback .form-control:-moz-placeholder {
color:#f0739e;
  opacity: 1;
}
/* Firefox 19+ */
.sell_form .money .has-feedback .form-control::-moz-placeholder {
color:#f0739e;
  opacity: 1;
}
/* IE 10+ */
.sell_form .money .has-feedback .form-control:-ms-input-placeholder {
color:#f0739e;
}
/* IE Edge */
.sell_form .money .has-feedback .form-control::-ms-input-placeholder {
color:#f0739e;
}	
.sell_form .underline {
    border-bottom: 1px #ccc solid;
}
}
/*
.sell_form {
    padding: 20px 20px 6px;
}*/
@media only screen and (min-width: 240px) and (max-width:767px)	{
    .form-style {
        padding: 30px 20px;
    }
}
.form-style .form-group label.control-label {
    font-size: 14px !important;
    text-align: left;
    margin-left: -5px;
}

/*deposit-link*/
.deposit-box{
    background-color: transparent;
}						
@media only screen and (min-width: 240px) and (max-width:767px)	{
    .deposit-box{
        background:#f7f7f8;
        padding: 20px 0;
    }

    .deposit-text {
        background:#f7f7f8;
        margin:-20px 0;
        padding:20px 10px 25px
    }
}		
.credit_card,
.convenience,
.pay-easy,
.bank {
    text-align: center;
    display: block;
    width: 100%;
    border: 2px #ccc solid;
    border-radius: 5px;
    padding: 5px 0 5px;
    color:#ccc;
    font-size: 12px;
}

.credit_card:hover,
.convenience:hover,
.pay-easy:hover,
.bank:hover {
    border: 2px #589fcc solid;
    color:#589fcc;
    text-decoration: none;
}
.credit_card span,
.convenience span,
.pay-easy span,
.bank span {
    display: block;
    color:#454545;
}
.credit_card:hover span,
.convenience:hover span,
.pay-easy:hover span,
.bank:hover span {	
    color:#589fcc;
    text-decoration: none;
}
.credit_card.disabled,
.convenience.disabled,
.pay-easy.disabled,
.bank.disabled {
    text-align: center;
    display: block;
    width: 100%;
    border: 2px #ddd solid;
    border-radius: 5px;
    padding: 5px 0 5px;
    color:#ddd;
    font-size: 12px;
}

.credit_card.disabled:hover,
.convenience.disabled:hover,
.pay-easy.disabled:hover,
.bank.disabled:hover {
    border: 2px #ddd solid;
    color:#ddd;
    text-decoration: none;
    cursor:default;
}
.credit_card.disabled span,
.convenience.disabled span,
.pay-easy.disabled span,
.bank.disabled span {
    display: block;
    color:#ddd;
}
.credit_card.disabled:hover span,
.convenience.disabled:hover span,
.pay-easy.disabled:hover span,
.bank.disabled:hover span {	
    color:#ddd;
    text-decoration: none;
}

.convenience {
    padding-top: 41px;
    background:url(../../images/instant_exchange/convenience.png) no-repeat center 4px;
    background-size: auto 32px;
}
.convenience:hover {
    padding-top: 41px;
    background:url(../../images/instant_exchange/convenience_on.png) no-repeat center 4px;
    background-size: auto 32px;
}
.pay-easy {
    padding-top: 41px;
    background:url(../../images/instant_exchange/pay_easy.png) no-repeat center 4px;
    background-size: auto 36px;
}
.pay-easy:hover {
    padding-top: 41px;
    background:url(../../images/instant_exchange/pay_easy_on.png) no-repeat center 4px;
    background-size: auto 36px;
}
@media only screen and (min-width: 240px) and (max-width:989px)	{
    .deposit-box div:nth-child(3),
    .deposit-box div:nth-child(4) {
        margin-top: 10px;
    }

    .deposit-menu,
    .deposit-menu:hover,
    .deposit-menu:focus	{
        background-color:#fff;
    }
}

/*chat*/
#chat p a {
    font-size: 0.85em;
}
.dropdown-menu.right { 
    min-width: 220px;
    right:0;
    left:auto;
}
.dropdown-menu.right::before {
    left:auto !important;
    right:9px;
}
.dropdown-menu.right::after {
    left:auto !important;
    right:10px;
}
.chat-area {
    padding-top: 0px 15px 15px 15px;
}

@media only screen and (min-width: 768px) {
    .chat-box{
        font-size: 13px;
    }
}
.chat-box {
    border:1px solid #ddd;
    padding:10px 10px;
    background:#fff;
}
span.scltipicon, a.scltipicon, span.chaticon, a.chaticon {
  padding: 2px 0 2px 30px;
  display: inline-block;
  vertical-align: middle;
  min-height: 29px;
  background-size: 30px;
}
.scltipicon {
  background: url(/images/chat/tip.png) no-repeat left center;
}
.chaticon {
  background: url(/images/chat/chat.png) no-repeat left center;
}
.btn-scltip {
  padding: 0px 6px;
  margin-bottom: 6px;
}

div#chat {
  min-height: 710px;
}
#cc #cc_area {
    min-height: 563px !important;
    max-height: 563px !important;
    height: 563px !important;
    overflow: auto;
    margin: 0 0 1em;
    clear: both;
}
#cc_form .alert {
	margin-bottom: 0px!important;
	
	}

/*banner*/

.banner-head-ewarrant {
    width: 100%;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.banner-head-ewarrant .close {
    font-size: 24px;
    width: 24px;
    height: 24px;
    background-color: #a0a0a0;
    border-radius: 50%;
    color: white;
    text-shadow: none;
    opacity: .8;
    position: relative;
    top: -12px;
    left: -12px;
    z-index: 100;    
}
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-head-ewarrant {
        display: none;
    }
}
  
.banner-head-ewarrant-mobile {
    padding: 5px 10px;
    background-color: #fff;
}
  
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-head-ewarrant-mobile {
        display: block;
    }
}
@media (max-width: 1024px) {
    .banner-head-ewarrant-mobile-top{
        width: 100;
    }
    .banner-head-ewarrant-mobile .close {
        top: -5px;
        left: 1px;
    }
    .banner-head-ewarrant-mobile-top{
        display:flex;
    }
}
  
.banner-head-ewarrant .banner-head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    margin: 0 auto;
}
  
.banner-head-ewarrant .banner-head-inner-mobile {
    width: 100%;
}
.banner-head-ewarrant-mobile-top .banner-head-inner-mobile {
    width: 95%;
}
  
.banner-head-ewarrant .banner-head-inner .swiper-container-setting {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.banner-head-ewarrant .swiper-slide a img {
    width: 100%;
    height: auto;
}

.banner-head-ewarrant .swiper-button-prev,
.banner-head-ewarrant .swiper-button-next {
    top: 0;
    width: 20px;
    height: 50px;
    background-size: 20px 50px;
    margin-top: 0;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-invisible,
.banner-head-ewarrant .swiper-button-next.swiper-button-invisible {
    top: 43%;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-top,
.banner-head-ewarrant .swiper-button-next.swiper-button-top {
    top: 37%;
}

.banner-head-ewarrant .swiper-button-prev.swiper-button-invisible:hover,
.banner-head-ewarrant .swiper-button-next.swiper-button-invisible:hover {
    opacity: 1;
}

.banner-head-ewarrant .swiper-button-prev.banner-head-prev {
    background-image: url(/images/banner/banner_50_prev.png);
    left: 0;
}

.banner-head-ewarrant .swiper-button-next.banner-head-next {
    background-image: url(/images/banner/banner_50_next.png);
    right: 0;
}

/*order-log*/

#order-log {
    min-height: 716px;
    }
.order-log {
    font-size: 0.97em;
}
.order-log_title {
    font-size: 16px;
}
@media only screen and (min-width: 240px) and (max-width:989px)	{
    div#chat {
    min-height: 100%;
    }
    #order-log {
        min-height: 100%;
    }
    #cc #cc_area {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    overflow: auto;
    margin: 0 0 1em;
        width: 95%;
    }
}
.nav.nav-tabs.tab2 li a {
    font-size: 0.9em;
}

/*header-fixed*/
.fixed{
    position:relative;
    top:auto;
    left:auto;
    width: auto;
    z-index: 99;
    margin-top: auto;
}
@media only screen and (min-width: 240px) and (max-width:767px)	{
    .fixed{
    position: fixed;
    top: 0;
    left:0;
    width: 100% !important;
    z-index: 99;
    margin-top: 0px;
    }
}

/*sp-footer*/
.ie-footer {
    height: 0px;
    display: none;/*
    padding-right: 15px;
    padding-left: 15px;
    */
}
.buy_link,
.sell_link {
    color:#fff;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size:1.1em;
}

.buy_link:hover,
.sell_link:hover {
    color:#fff;
    text-decoration: none;
}
.buy_link img,
.sell_link img {
    margin-right: 3px;
}
@media only screen and (min-width: 240px) and (max-width:767px)	{
    .ie-footer {
        height: 60px;
        background-color:#49a0d5;
        display:block;
    }
    .ie-footer a {
        text-align: center;
        display: block;
    }

    .btn_order {
        float: left;
        width: 50%
    }

    .sell_link	{
        background:#f0739e
    }

    footer {
        padding-bottom: 60px;
    }
}

/* ----------------------------------------------------------
errormessage toast
---------------------------------------------------------- */
#errormessage_toast,
#infomessage_toast                {z-index:1000101; position:fixed; top:20%; left:50%; margin-left:-25%; width:50%;}
#errormessage_toast .alert        {border-radius:5px; border:#C7272A 1px solid;}
#infomessage_toast .alert         {border-radius:5px; border:#38A4C5 1px solid;}
#errormessage_toast .alert-danger {background-color:#E84649; color:#fff !important; font-size:110%;letter-spacing:0.1em;}
#infomessage_toast .alert-info    {background-color:#3BB5DB; color:#fff !important; font-size:110%;letter-spacing:0.1em;}
.close {
    filter: alpha(opacity=80);
    opacity: .8;}  
    @media only screen	and (max-width: 680px)	{
    #errormessage_toast,
    #infomessage_toast               {top:20%; left:0; margin-left:0; width:100%;}
    #errormessage_toast .alert,
    #infomessage_toast .alert        {border-radius:0;}
  }

/* ----------------------------------------------------------
modal dialog style
---------------------------------------------------------- */
.dialog {
    z-index: 1000100;
}
.dialog .modal-title {
    font-weight: 800;
}

.dialog .modal-footer {
    background-color: #f2f2f2;
}

.dialog .modal-body {
    padding-bottom: 0;
}

.dialog .modal-header.text-danger {
    background-color: #a94442;
    color: #fff;
}

.dialog .modal-header.text-success {
    background-color: #3c763d;
    color: #fff;
}

.dialog .modal-header.text-primary {
  background-color: #337ab7;
  color: #fff;
}

.dialog .table-bordered>tbody>tr>th {
  vertical-align: middle;
}
.dialog .modal-header.buy-model-header {
  background-color: #49a0d5;
  color: #fff;
}
.dialog .modal-header.sell-model-header {
  background-color: #e496b1;
  color: #fff;
}
.no_login_main-box {
    color:#6993b2;
}
.no_login_main-box i {
    margin-bottom: 15px;
}
.no_login_main-box p {
    font-size: 1.1em;
}
.lead_text {
    padding: 15px 0;
    font-size: 1.2em;
    color:#6993b2;
    text-align: center
}
/* board price change animation */
.ask_row .change, .bid_row .change {
    -webkit-animation-name: blink2;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: blink2;
    -moz-animation-duration: .8s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;

    animation-name: blink2;
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.ask_row .bar.change, .bid_row .bar.change {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    transition: width .8s ease-in-out;
}

@-moz-keyframes blink2 {
    0% { opacity: 0.6; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blink2 {
    0% { opacity: 0.6; }
    100% { opacity: 1.0; }
}

@keyframes blink2 {
    0% { opacity: 0.6; }
    100% { opacity: 1.0; }
}


/* ----------------------------------------------------------
order-form
---------------------------------------------------------- */
/*order-form*/
#order-form   {
    padding:0!important;
    }

/*buy*/
#order-form a.btn-switch-buy  {
    background-color: #f7f7f8!important;
    border:1px solid #ccc;
    border-bottom:none;
    border-radius:4px 4px 0 0!important;
    color:#49a0d5;
    }

#order-form li.active a.btn-switch-buy  {
    background-color:#48a0d5!important;
    border:none;
    color:#fff;
    }

#order-form .buy_form  {
    padding:20px 20px 5px;
    background:#fff!important;
    border:1px solid #49a0d5!important;
    border-radius:0 0 4px 4px!important;
    }

#order-form .buy_form .main-btn  {
    width:100%;
    padding:8px 25px;
    font-size: 1.2em;
    background-color:#49a0d5;
    border-color: #49a0d5;
    }

    @media only screen and (min-width: 240px) and (max-width:767px)	{
        #order-form-box .order-form-title  {
        padding:25px 20px 0;
        color: #4b75b9;
        font-size:130%!important
        }

        #order-form a.switch-buy,
        #order-form li.active a.switch-buy {
        display: none
        }

        #order-form .buy_form  {
        padding:0;
        margin-bottom: -40px;
        border:none!important;
        border-radius:0 !important;
        }

        #order-form .buy_form .main-btn  {
        margin-top: 0.15em;
        margin-left: -1.5%;
        width:101.5%;
        }
    }

/*sell*/
#order-form a.btn-switch-sell  {
    background-color: #f7f7f8!important;
    border:1px solid #ccc;
    border-bottom:none;
    border-radius:4px 4px 0 0!important;
    color:#f0739e
    }

#order-form li.active a.btn-switch-sell  {
    background-color:#f0739e!important;
    border:none;
    color:#fff
    }

#order-form .sell_form  {
    padding:20px 20px 5px;
    background:#fff!important;
    border:1px solid #f0739e!important;
    border-radius:0 0 4px 4px!important;
    }

#order-form .sell_form .main-btn  {
    width:100%;
    color:#fff;
    padding:8px 25px;
    font-size: 1.2em;
    background-color: #f0739d;
    }

    @media only screen and (min-width: 240px) and (max-width:767px)	{
        #order-form a.switch-sell,
        #order-form li.active a.switch-sell {
        display: none
        }

        #order-form .sell_form  {
        padding:0;
        margin-bottom: -40px;
        border:none!important;
        border-radius:0 !important;
        }

        #order-form .sell_form .main-btn  {
        margin-top: 0.15em;
        margin-left: -1.5%;
        width:101.5%;
        }
    }

/* ----------------------------------------------------------
form-control
---------------------------------------------------------- */
#order-form .has-feedback .form-control {
  padding-right: 4.3em !important;
}

#order-form .currency {
  padding:6px 0
}

#order-form .currency .currency_icon {
  text-align: right
}

#order-form .currency .currency_icon .base_currency {
  font-size:120%;
  padding-left:0.75em
}

#order-form .amount .has-feedback .form-control	{
  padding-right: 1.6em !important;
  font-size: 1.5em;
  color:#49a0d5;
  border: none !important;
  box-shadow: none !important;
  background-color:#fff;
}

#order-form .amount input[type="number"]::-webkit-outer-spin-button,
#order-form .amount input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#order-form .amount input[type="number"] {
    -moz-appearance:textfield;
}

#order-form .has-feedback .form-control-feedback	{
  right:0px!important;
}

#order-form .balance  {
    padding: 0.8em 0.75em 0 0!important;
}

/* ----------------------------------------------------------
order-form money-form
---------------------------------------------------------- */
#order-form .money-form-container {
    margin: 0.5em auto -0.25em;
    width:100%;
    box-sizing:border-box;
    position: relative;
    padding-left: 1%;
}
    @media only screen and (min-width: 0px) and (max-width:768px)	{
    #order-form .money-form {
        width:100%;
        border:2px solid #aaa;
        border-radius:4px;
        margin:auto;
        position: relative;
    }

    #order-form .money-form input[type="text"],
    #order-form .money-form input[type="number"] {
        border:none!important;
        width:85%;
        background:#fff;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        outline:0;
    }

    #order-form .money-form-button {
        width:92%;
        margin-left:auto;
        margin-right:auto;
        margin-top:3%;
    }
}

    @media only screen and (min-width: 769px) {
    #order-form .money-form {
        width:74%;
        border:2px solid #aaa;
        border-radius:4px;
        margin:auto;
        position: relative;
    }
    #order-form .money-form-button {
        width:22%;
        margin-left:2%;

    }

    #order-form .money-form input[type="text"],
    #order-form .money-form input[type="number"] {
        border:none!important;
        width:85%;
        background:#fff;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        outline:0;
    }
}

#order-form .money-form-container .form-control-feedback {
    right:0;
    top:2px;
}

    @media only screen and (min-width: 240px) and (max-width:767px)	{
        #order-form .currency {
            padding:0 0.15em 0 0!important;
        }

        #order-form .currency_icon img {
            padding-bottom: 0.25em
        }

        #order-form .amount .has-feedback input,
        #order-form .amount .form-control-feedback {
            margin-top:-5px;
        }

        #order-form .balance  {
            padding:0 0.65em 0 0!important;
        }
    }

/* ----------------------------------------------------------
order-form spinner
---------------------------------------------------------- */
.spinner {
  width: 100%;
}
.spinner input {
  text-align: left;
}
.money-form-button {
  position: relative;
  white-space: nowrap;/*
  width: 100%;*/
  vertical-align: middle;
  display: inline-block;
}
.money-form-button > .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.money-form-button > .btn:first-child,
.money-form-button > .btn:last-child {
  border-radius: 4px;
  display: inline-block;
  width:54%;
  border:2px solid #aaa;
  background:#f7f7f8;
  text-align: center;
  padding: 8px 8px 7px;
  outline:0
}

.money-form-button > .btn i {
}
.order-form-left{
    float:left;
    width: 30%;
}
.order-form-left div{
    padding-top: 4px;
}
.order-form-right{
    float:left; width: 70%; text-align: right; padding-right: 12px;
}

#order-form .money-form-container .form-control-feedback-bid{
    right: 6px;
}


/* ----------------------------------------------------------
mobileOnlyArea
---------------------------------------------------------- */

 .mb_only_contents{
    background:#fff;
    padding-top: 10px;
    font-size: 1.2em;
    color:#48a0d5;
}