.jas-insurance{
	width:100%;
	box-sizing:border-box;
	clear:both;
	float:left;
	color:#c8c8c8;
	background-color:#131722;
	padding:6px;
}
.jas-insurance *{
	box-sizing:border-box;
}
.jas-insurance .insurance-panel .account_id{
	display:none;
}
.jas-insurance .insurance-panel .quote-block{
	margin-right:auto;
	display:flex;
}
.jas-insurance .insurance-panel .quote-block .quote-ask-block{
	margin-right:10px;
}
.jas-insurance .insurance-panel .quote-bid{
	color:#fff;
}
.jas-insurance .insurance-panel .quote-ask{
	color:#fff;
}
.jas-insurance .insurance-panel .quote-bid-block .title{
	color:#0ecb81;
}
.jas-insurance .insurance-panel .quote-ask-block .title{
	color:#f6465d;
}
.jas-insurance .insurance-panel .actions{
	justify-content:right;
}
.jas-insurance .insurance-panel .buy{
	width: calc(50% - 3px);
}
.jas-insurance .insurance-panel .balance-block{
	margin-right:3px;
}
.jas-insurance .insurance-panel .balance{
	color:#fff;
}

.jas-insurance .insurance-panel .instrument_id optgroup{
	font-style:normal;
	margin-top:5px;
}

.jas-insurance .positions{
	position:relative;
	display:none;
	margin-top:10px;
}
.jas-insurance .positions .list-positions{
	max-height:800px;
	margin-right:-6px;
	padding-right:6px;
	overflow-y:auto;
}
.jas-insurance .positions .position{
	margin-bottom: 0;
	display: flex;
	border-top: 1px solid #444;
	padding: 5px 0 4px 0;
}
.jas-insurance .positions .position .amount-block{
	display:flex;
}
.jas-insurance .positions .position .amount-block .value{
	display:flex;
	flex-wrap:wrap;
}
.jas-insurance .positions .position .close{
	display:inline-block;
	width:18px;
	height:18px;
	opacity:0.75;
	background:url('/images/icons/close.svg') no-repeat;
}
.jas-insurance  .positions .notOpen{
	font-style:italic;
	text-align:center;
}
.jas-insurance .positions .name{
	color:#888;
	margin-right:5px;
	font-size:12px;
}
.jas-insurance .positions .currency{
	margin-left:4px;
}
.jas-insurance .positions .id-block{
	font-size:11px;
}
.jas-insurance .positions .column{
	width:47%;
}
.jas-insurance  .positions .actions{
	width:7%;
	padding-top:10px;
}
.jas-insurance .positions .ticker{
	margin-right:10px;
}

.jas-insurance .insurance-panel .amount-block{
	background-color:#2a2e39;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.jas-insurance .insurance-panel .amount-currency-name{
	width:78px;
}
.jas-insurance .insurance-panel .period{
	width: calc(50% - 3px);
	margin-left:auto;
}
.jas-insurance .insurance-panel .price{
	width:auto;
	height:30px;
}
.jas-insurance .insurance-panel .fall-block{
	margin-right:10px;
}
.jas-insurance .insurance-panel .growth-block{
	margin-right:auto;
}

.jas-insurance .history{
	margin-right:10px;
}

.jas-insurance .status-line{
	padding:4px 0 0 0;
	display:flex;
	justify-content: space-between;
	margin-top:10px;
	border-top:1px solid #444;
}
.jas-insurance .status-line .status{
	background-color:#f6465d;
	width:10px;
	height:10px;
	border-radius:10px;
	margin-top: 5px;
	margin-right:10px;
}
.jas-insurance .status-line .status.success{
	background-color:#0ecb81;
}
.jas-insurance .status-line .messages{
	width:100%;
	font-size:13px;
	height:20px;
	overflow-y:hidden;
}
.jas-insurance .status-line .messages .date{
	margin-right:8px;
}
.jas-insurance .status-line .actions{
	margin-top:5px;
}
.jas-insurance .status-line .actions .expand{
	background: url('/images/icons/arrow-down.svg') no-repeat -3px -9px;
	width: 18px;
	height: 10px;
	cursor: pointer;
}