@charset "UTF-8";


/**************************
	ty1 : 좌측 코인 정보 
	ty2 : 그래프
	ty3 : 체결/일별 리스트
	ty4 : 매수/매도
	ty5 : 코인 리스트
	ty6 : 체결/미체결 리스트
***************************/


#container.exchange {max-width: none; margin: 0 auto; padding-top: 30px; padding-bottom: 30px; padding-left: 40px; padding-right: 30px;}

/* ---------- 거래소 ---------- */
.bold {font-weight: 700;}
.tab.ty1 {}
.tab.ty1 li a > span {font-size: 14px;}
.tab.ty4 {margin-bottom: 10px;}
.tab.ty4 li a {padding: 0 13px; font-size: 12px; line-height: 16px;}

.tbl_basic {font-size: 12px;}
.tbl_basic table.list tr {border-bottom: 0;}
.tbl_basic table.list th {height: auto; padding: 8px 10px;}
.tbl_basic table.list td {height: auto; padding: 8px 10px;}
.tbl_basic col.w100 {width: 100px;}
.tbl_basic tbody tr:nth-child(2n) {background-color: #0c131d;}
.tbl_basic td .notx {padding-top: 50px; padding-bottom: 50px;}

.ico_star {vertical-align: top;}


.i_down {display: inline-block; vertical-align: top;}
.i_down:before {content:"\2193";}
.i_up {display: inline-block; vertical-align: top;}
.i_up:before {content:"\2191";}


.market {
	max-width: 100%;
}

.market_list .search_market {
	margin: 10px 10px 0 10px;
	padding-right: 45px;
	position: relative;
}

.search_market .inp_txt {width: 100%; height: 42px; line-height: 40px; padding-left: 50px; background-color: #000;}
.search_market .btn_sch {border-radius:0 ; position: absolute; left: 1px; top: 1px; width: 40px; height: 40px; font-size: 0; border-radius:5px ; background: url(../images/exchange/ico_sch_bk.jpg) center center no-repeat;}
.search_market .btn-light {position: absolute; right: 0; top: 0; width: 42px; height: 42px; border-radius:5px ; border: 1px solid; border-color: rgba(255, 255, 255, 0.1); background-color: #444444; color: #fff;}


.market_list {
	color:#ccc;
	padding:0px;
	border:1px solid;
	border-color: rgba(255, 255, 255, 0.1);
}

.market_list .tab {clear: both;}

.market_list .tab-content {
	min-height:765px;
}

.market_list .nav-tabs .nav-link.active {
	background-color: transparent;
	border-bottom: 2px solid #FF8435;
	color:#FF8435;
	font-size:14px;
	font-weight:bold;
}

.market_list .nav-tabs .nav-link {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	padding: .5rem 0rem;
}


.market_list .USDT ul li,
.market_list .BTC ul li {
	list-style: none;
	display:inline-block;
	font-size:12px;
	color:#ccc;
}

.market_list .USDT ul li a,
.market_list .BTC ul li a {
	color:#ccc;
}

.market_list .USDT ul li a.active,
.market_list .BTC ul li a.active {
	color:#02a4ee;
	font-weight:bold;
}


.market .part1 {
	padding:10px 0;
}

.market .part1 .center {
	padding:0;
}

.market .col-12 > .center {
	padding:0;
	max-width: 100%;
}

.market .market_header {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.market.usdt .market_header .usdt_title {
	font-size:16px;
	font-weight:bold;
	color:#ccc;
}

.market.usdt .market_header .usdt_title span {
	font-size:12px;
	color:#ccc;
	background-color: #f75467;
	padding:2px 7px;
}

.market.usdt .market_header .calculator {
	float: right;
    text-align: right;
    margin-top: -45px;
	font-size:14px;
	color:#ccc;
}

.market.usdt .market_header .calculator svg {
	margin-top:-2px;
}

.market .market_header ul {
	float:left;
	padding-bottom:10px;
	padding-top:15px;
	padding-left:15px;
	width:100%;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	margin-bottom:0;
}

.market .market_header ul li {
	float:left;
	color:#ccc;
	list-style: none;
	font-size:14px;
	margin-right:50px;
}

.market.usdt .market_header ul li {
    float: left;
    color:#ccc;
    list-style: none;
    font-size: 14px;
    margin-right: 30px;
}

.market .market_header ul li p {
	margin-bottom:0;
	line-height:21px;
}

.market .market_header ul li p:first-child {
	font-size:12px; color: #666;
} 

.market .market_header .coin_name {
	font-size:18px !important;
	font-weight:bold;
	color:#fff !important;
}

.market .market_header .price {
	font-size:16px;
	font-weight:bold;
}

.market.usdt .bns_list .position {
	font-size:12px;
	width:100%;
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.market.usdt .bns_list .position span {
	padding-left:10px;
	padding-right:10px;
}

.market.usdt .bns_list .position .progress {
	width:50%;
	display:inline-block;
	background-color: transparent;
	overflow:visible;
	height:auto;
}

.market.usdt .bns_list .position.wallet .progress {
	width:75%;
	display:inline-block;
	background-color: transparent;
	overflow:visible;
	height:auto;
}

.market.usdt .bns_list .position .progress span {
	font-weight:bold;
	color:#ccc;
}

.market.usdt .bns_list .position .progress .open {
	background-color: #0f76d9;
	width:65%;
	display:inline-block;
}

.market.usdt .bns_list .position .progress .end {
	background-color: #f75467;
	width:32%;
	display:inline-block;
}

.market.usdt .toggler {
	margin-top: -4px;
}

.market.usdt .toggler button {
	padding:0px 50px;
	line-height: 10px;
	background: #d0d1d4;
}

.market.usdt .toggler button svg {
	width:12px;
}

.market.usdt .dashboard_zone {
	float:left;
	width:100%;
	margin-bottom:10px;
	
}

.market.usdt .dashboard_zone.wallet {
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:5px;
}

.market.usdt .dashboard_zone .dashboard_list {
	width:150px;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	padding:10px 10px;
	border:1px solid;
	border-color: rgba(255, 255, 255, 0.15);
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	color:#ccc;
}

.market.usdt .dashboard_zone a {
	color:#212529;
}

.market.usdt .dashboard_zone a.active .dashboard_list {
	background-color:#444444;
	border-top:1px solid #02a4ee;
	color:#ccc;
}


.market.usdt .dashboard_zone .dashboard_list .value {
	float:right;
}



.bns_list {
    border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	padding: 0;
}

.bns_list .tbl_basic table {border-top: 0;}


.bns_list .tab-content {
	min-height:835px;
	overflow-x: auto;
}

.usdt .bns_list .tab-content {
	min-height:auto;
	overflow-x: auto;
}

.bns_list .nav-tabs .nav-link.active {
	background-color: transparent;
	border-bottom: 2px solid #FF8435;
	color:#FF8435;
	font-size:14px;
	font-weight:bold;
}

.bns_list .nav-tabs .nav-link {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	padding: .5rem 0rem;
}

.bns_list .select_window {
	padding-left:15px;
	margin-top:10px;
}

.bns_list .select_window .btn_list {
	min-width:80px;
	background-color: transparent;
	border:none;
	color:#B0BFDB;
	border-radius:.5rem;
	padding:5px 10px;
	font-size:12px;
	line-height: 30px;
	text-align: center;
	margin-right:0px;
}

.bns_list .select_window .btn_list.active {
	min-width:80px;
	background-color: #c89f4d;
	border:1px solid #c89f4d;
	color:#ccc;
	border-radius:5px;
	padding:5px 10px;
	font-size:12px;
	line-height: 30px;
	text-align: center;
	margin-right:0px;
}

.bns_list .now_price {
	font-size: 14px;
	font-weight:bold;
	padding-left:20px;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	padding-top:10px;
	padding-bottom:10px;
}

.bns_list .now_price span {
	font-size: 16px;
}

.bns_list .now_price span.s_text {
	font-size: 14px;
	color:#ccc;
	padding-left:5px;
}

.bns_list .now_price svg {
	margin-top:-4px;
}

.order_list .nav-tabs {
	padding-top: 3px;
    padding-bottom: 0px;
	margin-bottom:10px;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}

.order_list {
	color:#ccc;
	padding:0px;
	margin-top:20px;
	
}

.usdt .order_list {
	color:#ccc;
	padding:0px 15px;
	margin-top:0px;
	border:1px solid;
	border-color: rgba(255, 255, 255, 0.2);
	float:left;
}

.order_list .table>:not(:last-child)>:last-child>* {
    border-color: #dee2e6;
}

    

.usdt .order_list .tab-content {
	min-height:230px;
	overflow-x:auto;
}

.order_list .tab-content {
	min-height:230px;
}
.order_list .tab-content:after {
	content:""; clear: both; display: block;
}

.order_list .nav-tabs .nav-link.active {
	background-color: transparent;
	border-bottom: 2px solid #FF8435;
	color:#FF8435;
	font-size:12px;
	font-weight:bold;
}

.order_list .nav-tabs .nav-link {
	font-size:12px;
	color:#ccc;
	font-weight:bold;
	padding: .25rem 0rem;
}

.usdt .order_list .nav-tabs.position_tab .nav-link {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	background: #444444;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-radius:0;
	padding: 7px 0;
}

.usdt .order_list .nav-tabs.position_tab .nav-link.active {
	background: #0f76d9;
	border: 1px solid #0f76d9;
	color:#ccc;
}

.usdt .order_list ul.position_tab li {
	width:50%;
}

.usdt .box_button button {
	width:auto;
	height:auto;
	font-size:12px;
	color: #02a4ee;
    border-color: #02a4ee;
	margin-left:5px;
}

.usdt .box_button button.red {
	width:auto;
	height:auto;
	font-size:12px;
	color: #f75467;
    border-color: #f75467;
}

.usdt .box_button {
	padding:15px 0px;
	float: left;
}

.usdt .box_button button:hover,
.usdt .box_button button:active {
	color:#ccc;
	border-color: #0f76d9;
	background-color: #0f76d9;
}

.usdt .box_button button.red:hover,
.usdt .box_button button.red:active {
	color:#fff !important;
	border-color: #f75467;
	background-color: #f75467;
}

.usdt .box_button button svg {
	width: 12px;
    margin-top: -3px;
}

.order_list .box_check .form-check-input {
	background-color: #000;
	border:1px solid #fff;
}

.order_list .box_order {
	color: #ccc;
	padding: 10px 20px;
	width: 50%;
	margin-top: 12px;
	float: left;
	background: rgba(50, 50, 70, 0.5);
	border-radius: 1rem;
}
.order_list .box_order + .box_order {
	width: calc(50% - 8px);
	margin-left: 8px;
}

.market.usdt .order_list .box_order {
    padding: 10px 0px;
    width: 100%;
    float: left;
	font-size:13px;
	min-width: 350px;
}

.market.usdt .box_order .box_input {
	float:left;
	border:1px solid #ccc;
	padding:8px;
	width:100%;
	margin-bottom:10px;
	text-align: right;
}

.market.usdt .stop_limit .box_order .box_input .part1 {
	width:80%;
	padding:8px;
	float: left;
	border-right:1px solid #ccc;
}

.market.usdt .stop_limit .box_order .box_input .part1 input {
	width:50%;
}

.market.usdt .stop_limit .box_order .box_input.fixed_price {
	padding:0;
}

.market.usdt .stop_limit .box_order .box_input .part2 {
	width:20%;
	padding:0px;
	float: left;
	text-align: center;
	vertical-align: middle
}

.market.usdt .stop_limit .box_order .box_input .part2 a {
	background-color: transparent!important;
	margin-top:0;
	border:none;
	padding: 10px 16px;
}

.market.usdt .position_close .stop_limit .box_order .box_input .part2 a {
	background-color: transparent!important;
	margin-top:0;
	border:none;
	padding: 0px 15px;
	line-height: 19px;
	text-align: center;
}

.market.usdt .market_price .box_order .box_input.disabled {
	background-color: #000;
}

.market.usdt .stop_limit .box_order .box_input.disabled {
	background-color: #000;
	padding:0;
}

.market.usdt .stop_limit .box_order .box_input.disabled .part1 {
	border-right:none;
}

.market.usdt .stop_limit .box_order .box_input.disabled .part2 a {
	background-color: #0f76d9 !important;
	color:#ccc;
	border-radius:0;
}

.market.usdt .stop_limit .type_trigger {
	float:left;
	font-size:13px;
	margin-top:10px;
	min-width: 350px;
} 

.market.usdt .stop_limit .type_trigger .form-check-input {
	border:1px solid #ccc;
	background-color: #000;
}

.market.usdt .stop_limit .type_trigger span {
	width:100px;
	display:inline-block;
}

.market.usdt .box_order .box_input span.title {
	float:left;
	width:50px;
	font-size:13px;
	line-height: 21px;
	text-align: left;
}

.market.usdt .stop_limit .box_order .box_input span.title {
	float:left;
	width:70px;
	font-size:13px;
	line-height: 21px;
	text-align: left;
}

.market.usdt .box_order .box_input .unit,
.market.usdt .box_order .box_input .select_type {
	text-align:right;
	color:#ccc;
}

.market.usdt .box_order .box_input .select_type svg {
	margin-top:-3px;
	width:12px;
}

.market.usdt .box_order .box_input input {
	width:65%;
	display:inline-block;
	font-size:13px;
	border:none;
	padding:0;
	float: left;
	background-color: transparent;
	color:#ccc;
}

.market.usdt .box_order .check {
	margin:10px 0;
}

.market.usdt .box_order .check input {
	border-color:#ccc;
}

.market.usdt .box_order .check svg {
	width:12px;
	margin-top:-5px;
	color:#ccc;
}

.market.usdt .box_order .box_login {
	margin-top:5px;
	float: left;
    width: 100%;
}

.market.usdt .box_order .box_login button {
	width:48%;
	display:inline-block;
	float:left;
}

.market.usdt .box_order .box_login button:first-child {
	margin-right:10px;
}

.market.usdt .box_order ul.stext {
	float:left;
}

.market.usdt .box_order ul.stext li {
	width:49%;
	margin-bottom:0;
	text-align:left;
	line-height: 24px;
	display: inline-block;
}

.market.usdt .box_order ul.stext li:nth-child(even) {
	text-align: right;
}

.market.usdt .box_order ul.stext li svg {
	width: 12px;
    margin-top: -3px;
}

.market.usdt .box_order .stext.price {
	margin-top:0;
}

.market.usdt .box_order .box_check {
	float:left;
	width:100%;
	margin-top: 5px;
}

.market.usdt .box_order .box_asset {
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:20px;
}

.market.usdt .box_order .box_asset .title {
	font-size:14px;
}

.market.usdt .box_order .box_asset .transfer a {
	display: inline-block;
    margin-top: 0px;
	border:none;
}

.market.usdt .box_order .box_asset .transfer a svg {
	width:12px;
	margin-top:-3px;
	margin-right:3px;
}

.market.usdt .box_order .box_asset ul {
	
}

.market.usdt .box_order .box_asset ul li {
	width:100%;
	text-align:left;
	line-height: 24px;
	margin-bottom:0;
}

.market.usdt .box_order .box_asset ul li span {
	text-align:right;
	float: right;
}

.order_list .ma {margin-top: 18px; margin-bottom: 13px;}
.order_list .ma:after {content:""; clear: both; display: block;}

.order_list .box_order .ma a {
	border:1px solid #02a4ee;
	color:#02a4ee;
	font-size:12px;
	padding:3px 5px;
	text-align: right;
	float:right;
	margin-top:-22px;
}

.box-t {
	overflow:hidden;
	padding: 5px;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}
.box-t ul {display: flex; align-items:center;}
.box-t li {position: relative; flex:1; text-align: center; line-height: 20px; border-left: 1px solid; border-color: rgba(255, 255, 255, 0.1);}
.box-t li:first-child {border-left: 0;} 
.box-t li a {display: block; font-size: 12px;}
.box-t li.on a {background-color: #444444; color: #fff;}


.order_list .box_order p {
	font-size:12px;
	margin-bottom:0;
}

.order_list .box_order p.deal_total {
	margin-bottom:15px;
	margin-top:10px;
	height:18px;
}

.order_list .box_order p span {
	color:#ccc;
	font-weight:bold;
}

.order_list .box_order > ul {
	margin-bottom:10px;
	margin-top:10px;
}

.order_list .box_order > ul > li {
	list-style: none;
	font-size:12px;
	line-height: 30px;
	margin-left:0;
	margin-bottom:10px;
}

.order_list .box_order > ul > li input {
	width:50%;
	border:1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	font-size:12px;
	color:#fff;
	display:inline-block;
	height:30px;
	margin-right:10px;
	background-color:#0c131d;
}

.order_list .box_order ul li input::placeholder {
	color:#ccc;
}

.order_list .box_order .title {
	width:90px;
	display: inline-block;
}

.order_list .box_order .title svg {
	width: 12px;
    margin-top: -3px;
}


.order_list .box_order .order_percent {
	width:100%;
}

.order_list .box_order .order_percent button {
	font-size:12px;
	color:#ccc;
	background-color: #000;
	margin-top:5px;
	margin-bottom:5px;
	border-color:#ccc ;
}

.order_list .box_order .order_percent .btn-outline-secondary:hover {
	background-color: #000;
	border-color:#FF8435;
	color:#FF8435;
}

.order_list .box_order .btn_login {
	width:100%;
	text-align: center;
	border-radius:0;
	background-color: #0f76d9;
	color:#ccc;
	border:none;
	font-size:14px;    
	line-height: 30px;
}

.order_list .box_order .btn_login span,
.order_list .box_order .btn_login2 span {
	font-size:12px;
}

.order_list .box_order .btn_login span.line,
.order_list .box_order .btn_login2 span.line {
	border-top:1px solid rgba(255,255,255,0.3);
	padding-top:6px;
}

.order_list .box_order .btn_login2 {
	width:100%;
	text-align: center;
	border-radius:0;
	background-color: #f75467;
	color:#ccc;
	border:none;
	font-size:14px;    
	line-height: 30px;
}

.market_price .box_order p.deal_total {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 18px;
}


.enter_price .nav-tabs,
.end_price .nav-tabs {
	border-bottom:0;
	padding-top: 0px;
    padding-bottom: 0px;
	margin-bottom:3px;
	margin-top:15px;
	background-color: #0e182c;
}

.enter_price .nav-tabs .nav-link.active,
.end_price .nav-tabs .nav-link.active {
	background-color: transparent;
	border:1px solid #c89f4d;
	color:#ccc;
	font-size:12px;
	font-weight:normal;
}

.enter_price .nav-tabs .nav-link,
.end_price .nav-tabs .nav-link {
	font-size:12px;
	color:#b0b8db;
	font-weight:normal;
	padding: 0.25rem 0.5rem;
	border:1px solid #475063;
	border-radius:0;
}

.enter_price ul li,
.end_price ul li {
	margin-right:0;
}

.enter_price .box_order label,
.end_price .box_order label {
	margin-right:5px;
}

.enter_price .box_order .form-check-input:checked,
.end_price .box_order .form-check-input:checked {
	background-color: #c89f4d; 
}

.enter_price .box_order .form-check-input,
.end_price .box_order .form-check-input {
	border:1px solid #475063;
	background: transparent;
	width:14px;
	height:14px;
}


.enter_price .box_order input[type=radio],
.end_price .box_order input[type=radio] {
	vertical-align: middle;
}

.enter_price .box_order .input_group,
.end_price .box_order .input_group {
	margin-bottom:5px;
	font-size:13px;
}

.enter_price .box_order .input_group input,
.end_price .box_order .input_group input {
	margin-bottom:10px;
	margin-top:8px;
}

.enter_price .box_order .input_group.no_content,
.end_price .box_order .input_group.no_content {
	height:32px;
}

.enter_price .box_order .input_group input[type=text],
.end_price .box_order .input_group input[type=text] {
	border:1px solid #475063;
	color:#ffffff;
	background-color: #0e182c;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
}

.enter_price .box_order .input_group input::placeholder,
.end_price .box_order .input_group input::placeholder {
	color:#E5EDFE;
}


.enter_price .box_order select,
.end_price .box_order select {
	border:1px solid #475063;
	color:#ffffff;
	display:inline-block;
	float:left;
	border-radius:0;
	margin-bottom:10px;
	background-color: #0e182c;
}

.enter_price .box_order select.w70,
.end_price .box_order select.w70 {
	width:70%;
}

.end_price .box_order select.w100 {
	width:100%;
}

.enter_price .box_order input.w70,
.end_price .box_order input.w70 {
	width:70% !important;
	border-radius:0;
	display:inline-block;
	float:left;
	margin-right:0;
	font-size:14px;
	height:31px;
}

.end_price .box_order input.w100 {
	width:100% !important;
	font-size:14px;

}

.enter_price .box_order select.w30,
.end_price .box_order select.w30 {
	width:30%;
}

.enter_price .box_order input[type=text],
.end_price .box_order input[type=text] {
	width:100%;
}






.my_order {
	margin-bottom:30px;
	width:100%;
	float:right;
}

.my_order .nav-tabs {
	border-bottom:1px solid #ccc;
	padding:0;
	margin-bottom:20px;
}

.my_order .nav-tabs .nav-link {
	min-width:100px;
	text-align:center;
	font-size:14px;
	color:#ccc;
	margin-bottom:-1px;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:bold;
}

.my_order .nav-tabs .nav-link:focus,
.my_order .nav-tabs .nav-link:hover {
    border-color: #fff #fff #eee;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

.my_order .table>:not(:last-child)>:last-child>* {
	border-color: #ccc;
}

.my_order .nav-tabs .nav-link.active {
	border-bottom:2px solid #ff8435;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color: transparent;
	color:#ff8435;
}

.my_order .tab-content {
	min-height:200px;
}

.my_order table td .red {
	color:#f75467;
}

.my_order table td .blue {
	color:#115dcb;
}

.my_order table td .total {
	color:#2b2b2b;
}

.my_order table td .gray {
	color:#2b2b2b;
}

.my_order table td p.compare {
	margin-bottom:0;
}

.my_order table td p.compare span {
	display:block;
	text-align:right;
}

.my_order .coin_name {
	margin-bottom:0;
	text-align: center;
}

.my_order .coin_name .name {
	font-size:12px;
	display:block;
	color:#ccc;
}

.my_order .coin_name .stext {
	font-size:11px;
	display:block;
	color:#ccc;
	font-weight:normal;
}

.my_order .contract_order .top,
.my_order .undecided_order .top {
	width:100%;
	font-size:12px;
}

.my_order .contract_order .top div,
.my_order .undecided_order .top div {
	float: left;
	display:inline-block;
}

.my_order .contract_order .contract_order_list,
.my_order .undecided_order .undecided_order_list {
	float:left;
	width:100%;
}

.my_order .contract_order .top .btn-outline-primary,
.my_order .contract_order .top .btn-outline-primary:focus,
.my_order .contract_order .top .btn-outline-primary:hover {
	color: #777777;
    border-color: #d1d5d7;
	background-color: #fff;
}

.my_order .contract_order .top .btn-check:checked+.btn-outline-primary {
	color: #ff8435;
    border-color: #ff8435;
	background-color: #fff;
}

.my_order .contract_order .top .btn-group-sm>.btn {
	font-size:12px;
}

.my_order .contract_order .top .float-end a,
.my_order .undecided_order .top .float-end a {
	vertical-align: middle;
	margin-right:15px;
	color:#222;
	text-decoration: underline;
}

.my_order .contract_order .top .float-end select,
.my_order .undecided_order .top .float-end select {
	font-size:12px;
	padding: .2rem 2rem .2rem .75rem;
	width:auto;
	float:right;
	margin-right:5px;
}

.my_order .contract_order .top .today {
	 margin-right: -5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
}
   
.my_order .contract_order .top .week {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;	
}




/******************************************************************************************/
@media (max-width: 960px) {
	#container.exchange {padding-top: 30px;padding-left: 4%; padding-right: 4%;}

	.tab.ty1 {margin-bottom: 10px;}
	.inp_radio {min-width:30%}
	.inp_checkbox input + span, .inp_radio input + span {font-size: 12px;}


	.market_list .tab.ty1,
	.bns_list .tab.ty1 {padding-left: 15px;}



	.market .market_header ul li:last-child {margin-right: 0;}
	.market_list .tab-content {min-height:350px;}

	.order_list .box_order {padding: 10px 0; width: 49%;}
	.order_list .box_order:first-child {margin-right: 2%;}
	.order_list .box_order p span {display: block;}
	.order_list .ma {margin-top: 10px; margin-bottom: 5px;}
	.order_list .box_order .ma a {float: none; width: 100%; display: block; text-align: center; margin-top: 5px;}
	.order_list .box_order .title {width: 100%;  display: inline-block;}
	.order_list .box_order ul li input {width: 100%;}
	.order_list .box_order > ul {margin-top: 0; margin-bottom: 0;}
	.order_list .box_order p.deal_total {height: auto; min-height:18px;}


	.bns_list .tab-content {min-height:400px;}

	.box-t {padding: 2px;}
	.box-t li {line-height: 25px;}

	.order_list .box_order > ul > li {margin-bottom: 0;}


	.my_order .tbl_basic {overflow-x: auto; -webkit-overflow-scrolling: touch;}
	.my_order .tbl_basic table {width: auto; min-width:100%; table-layout:fixed;}
	.my_order .tbl_basic th,
	.my_order .tbl_basic td {white-space:nowrap;}

	.market_list {margin-bottom: 10px;}
	.order_list {margin-top: 10px;}
	
}