.spot{
	width:100%;
	box-sizing:border-box;
	clear:both;
	float:left;
	color:#c8c8c8;
	background-color:#131722;
	padding:6px;
}
.spot *{
	box-sizing:border-box;
}
.spot .quote-bid-block{
	display:flex;
	margin-top:7px;
	height:30px;
}
.spot .quote-bid-block .title{
	margin-right:6px;
}
.spot .quote-bid-block .quote-bid{
	color:#fff;
	margin-left:auto;
}
.spot .quote-bid-block .quote-bid-currency{
	margin-left:6px;
}
.spot .order-limit-price-block{
	border: 1px solid #2a2e39;
	background-color: #2a2e39;
	align-items: center;
	display: flex;
	padding: 0 6px;
}
.spot .order-limit-price-block .title{
	margin-right:0;
}
.spot .order-limit-price-block .order-limit-price{
	font-size:unset;
	padding:0;
}
.spot .btn-minus{
	color:#c8c8c8;
	min-width:unset !important;
	padding: 0 10px;
	width: auto;
	border: none;
	background:none !important;
}
.spot .btn-plus{
	color:#c8c8c8;
	min-width:unset !important;
	padding: 0 10px;
	width: auto;
	border: none;
	background:none !important;
}
.spot .quote-ask-block{
	display:flex;
	margin-top:7px;
	height:30px;
}
.spot .available-block{
	height:30px;
	margin-bottom:30px;
}
.spot .quote-ask-block .title{
	margin-right:6px;
}
.spot .quote-ask-block .quote-ask{
	color:#fff;
	margin-left:auto;
}
.spot .quote-ask-block .quote-ask-currency{
	margin-left:6px;
}
.spot .coinlink{
	display:none;
}
.spot .balance-account{
	color:#fff;
}
.spot .balance-instrument-account{
	color:#fff;
}
.spot .buy,
.spot .sell{
	width: 100%;
}
.spot .buy .ticker,.spot .sell .ticker{
	margin-left:5px;
}

.spot .slider-proc{
	display:none;
	position: absolute;
	top: -31px;
	width: 46px;
	left: calc(50% - 23px);
	background-color: #f2f2f2;
	color: #000;
	text-align: center;
	border-radius: 5px;
	padding: 3px 5px;
}
.spot .summ-account-slider,.spot .summ-instrument-slider{
	position:relative;
	background-color:#2a2e39;
	width: 72%;
	height: 7px;
	margin: 0 auto;
	border:none;
	margin-top:6px;
	box-shadow:none;
	border-radius:unset;
}
.spot .summ-account-slider .noUi-connect,.spot .summ-instrument-slider .noUi-connect {
	background: #6d7682;
}
.spot .summ-account-slider .noUi-handle,.spot .summ-instrument-slider .noUi-handle{
	width: 10px;
	height: 22px;
	right:-6px;
	top:-7px;
	border: none;
	box-shadow: none;
}
.spot .summ-account-slider .noUi-handle:before,.spot .summ-account-slider .noUi-handle:after,
.spot .summ-instrument-slider .noUi-handle:before,.spot .summ-instrument-slider .noUi-handle:after{
	display:none;
}

.spot .balance-equal-block{
	display:none;
}
.spot .instrument_id optgroup{
	font-style:normal;
	margin-top:5px;
}
.spot .title{
	font-size:13px;
	margin-right:10px;
}
.spot .form-control.summ-account-title,
.spot .form-control.summ-instrument-title{
	min-width:68px;
	width:105px;
	font-size:13px;
}
.spot .summ-account,
.spot .summ-instrument{
	padding:5px 0;
	text-align:right;
	color:#fff;
}
.spot .summ-account-currency,
.spot .summ-instrument-currency{
	width:auto;
}
.spot .account-equal-block,
.spot .instrument-equal-block{
	display:flex;
	justify-content:right;
	font-size: 13px;

	margin-top: -12px;
}
.spot .account-equal-block .account-equal,
.spot .instrument-equal-block .instrument-equal{
	margin-left:4px;
}
.spot .account-equal-block .account-equal-currency,
.spot .instrument-equal-block .instrument-equal-currency{
	margin-left:4px;
}

.spot .portfolio {
	display: none;
}
.spot .portfolio-header{
	margin-right:auto;
}
.spot .not-portfolio{
	text-align:center;
	font-style:italic;
	margin-top: 10px;
}

.spot .portfolio-block{
	margin-top:16px;
}
.spot .portfolio .accounts{
}
.spot .portfolio .account{
	display:flex;
	justify-content: space-between;
	margin-bottom:1px;
	background-color:#2a2e39;
	padding:2px 4px;
}
.spot .portfolio .account:last-child{
	margin-bottom:0;
}
.spot .portfolio .account .image img{
	display: inline-block;
	max-height: 20px;
	max-width: 20px;
	margin: 0 9px 0 0;
}
.spot .portfolio .account .summ-block{
	margin-left:auto;
}
.spot .portfolio .account .summ-block .portfolio-summ{
	margin-right:4px;
	font-size:12px;
}
.spot .portfolio .account .summ-block .portfolio-summ-currency{
	margin-right:10px;
	color:#888;
	font-size:12px;
}
.spot .portfolio .account .summ{
	color:#fff;
	margin-right:5px;
}
.spot .portfolio .account .name{
	margin-right:4px;
	cursor:pointer;
}
.spot .portfolio .account .ticker{
	color: #888;
	font-size: 11px;
	text-transform: lowercase;
}

.spot .portfolio-chart-wrap{
	width:100%;
	padding:10px 0;
	position:relative;
}

.spot .portfolio .itogo-block{
	text-align:right;
	margin-top:8px;
	display:flex;
}
.spot .portfolio .itogo-block .itogo{
	color:#fff;
	margin-right:4px;
}
.spot .portfolio .itogo-block .name{
	margin-right:5px;
}
.spot .portfolio .itogo-block .hide-chart{
	margin-right:auto;
	cursor:pointer;
}

.spot .spot-panel .insurance-block .notice{
	margin: 10px 0;
	display:none;
	background-color: #2a2e39;
	color: #fff;
	padding: 10px;
}
.spot .spot-panel .insurance-block .head{
	margin-right:10px;
	cursor:pointer;
}
.spot .spot-panel .insurance-block .head:hover{
	color:#fff;
}
.spot .spot-panel .insurance-block .period{
	width:auto;
	margin-right:5px;
}
.spot .spot-panel .insurance-block .cost-block{
	width:130px;
	height:30px;
}
.spot .spot-panel .insurance-block .insurance-body{
	display:none;
	margin-top:21px;
}

.spot .status-line{
	padding:4px 0 0 0;
	display:flex;
	justify-content: space-between;
	margin-top:10px;
	border-top:1px solid #444;
}
.spot .status-line .status{
	background-color:#f6465d;
	width:10px;
	height:10px;
	border-radius:10px;
	margin-top: 5px;
	margin-right:10px;
}
.spot .status-line .status.success{
	background-color:#0ecb81;
}
.spot .status-line .messages{
	width:100%;
	font-size:13px;
	height:20px;
	overflow-y:hidden;
}
.spot .status-line .messages .date{
	margin-right:8px;
}
.spot .status-line .actions{
	margin-top:5px;
}
.spot .status-line .actions .expand{
	background: url('/images/icons/arrow-down.svg') no-repeat -3px -9px;
	width: 18px;
	height: 10px;
	cursor: pointer;
}

.spot .main-orders-block .order{
	margin-right: 10px;
}
.spot .main-orders-block .order:hover,
.spot .main-orders-block .order.active{
	color:#fff;
	cursor:pointer;
}

.spot .open-orders-block{
	margin-top:16px;
}
.spot .open-orders-block .links{
	margin-bottom:10px;
	display:flex;
}
.spot .open-orders-block .links .link{
	margin-right:10px;
	display:inline-block;
	color:inherit;
	cursor:pointer;
}
.spot .open-orders-block .links .link:last-child{
	margin-right:0;
}
.spot .open-orders-block .links .link.active,
.spot .open-orders-block .links .link:hover{
	color:#fff;
	text-decoration:none;
}
.spot .open-orders-block .open-orders-empty{
	margin-left:6px;
	font-size:14px;
}

.spot .open-orders-block .list-orders{
	max-height:800px;
	margin-right:-6px;
	padding-right:6px;
	overflow-y:auto;
}

.spot .open-orders-block .order{
	padding: 5px 0;
	border-top: 1px solid #444;
}
.spot .open-orders-block .order:last-child{
	border-bottom: 1px solid #444;
}
.spot .open-orders-block .order .instrument-block{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom:7px;
}
.spot .open-orders-block .order .instrument-block .order-id{
	font-size:13px;
	margin-right:10px;
	margin-left:auto;
}
.spot .open-orders-block .order .name{
	color:#888;
}
.spot .open-orders-block .order .type-block{
	margin-bottom:6px;
}
.spot .open-orders-block .order .type-block > span{
	margin-right:6px;
}
.spot .open-orders-block .order .type-block .type{
	color:#fff;
}
.spot .open-orders-block .order .summ-block{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.spot .open-orders-block .order .price-block{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.spot .open-orders-block .order .insurance-block{
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.spot .account_id{
	display:none !important;
}

.spot .do .btn{
	height:30px;
}
.spot .do .do-buy-btn:not(.active),
.spot .do .do-sell-btn:not(.active){
	background-color:#2a2e39 !important;
	border-color:#2a2e39 !important;
	color:#888;
}
.spot .do-buy{
	display:block;
}
.spot .do-sell{
	display:none;
}
.spot .do-sell-visible{
	visibility:hidden;
}

@media only screen and (max-width: 1399px){
	.spot .portfolio-chart-wrap{
		max-width:600px;
		margin:0 auto;
	}
}