.quotes-block{
	overflow:hidden;
}
.quotes-block .head{
	border-bottom: 1px solid #50555d;
    padding-bottom: 2px;
    margin: 6px 7px 11px 0;
	display:flex;
	white-space: nowrap;
}
.quotes-block .search{
	margin-top: -4px;
	max-width:190px;
}
.quotes-block .search input{
	width: calc(100% - 4px);
	border: none;
	padding: 0;
	padding: 1px 10px 1px 5px;
	color:#c8c8c8;
	margin: 0;
	box-sizing: border-box;
	font-size:14px;
	background: #131722;
}
.quotes-block .search .clear{
	margin-left:-27px;
	cursor:pointer;
}
.quotes-block .head h1{
	border:none;
	margin:0;
	padding:0;
	font-size:16px;
}
.quotes-block #mainChart{
	display:none;
	color:#fff;
	margin:14px 8px 8px 1px;
}
#popupMainChart #chart-block,
.quotes-block #mainChart #chart-block{
	border-bottom: 1px solid #363a45;
	overflow:hidden;
	height:100%;
	width:100%;
}
#popupMainChart #chart-block iframe,
.quotes-block #mainChart #chart-block iframe{
	width: calc(100% - 2px);
	border: 1px solid #363a45;
	height: calc(100% + 36px);
	max-height: 100%;
	margin-bottom:-36px;
}
.quotes-block .head #showMainChart{
	display:inline-block;
	cursor:pointer;
	font-size:15px;
}
.quotes-block .head #showMainChart:hover{
	color:#fff;
}
.ui-dialog, .ui-dialog-content {
	box-sizing: content-box;
}
.ui-dialog .frameChart{
	margin: -20px -38px -12px -24px;
	height: calc(100% + 37px);
	width: calc(100% + 49px);
}
#popupMainChart{
	padding:0;
	overflow:hidden;
	border-bottom: 1px solid #363a45;
}

.crypto-table{
	position:relative;
}
.crypto-table #windowNotActive{
	background: url("images/info_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    left: 50%;
	font-family:arial;
    margin: 0 0 0 -130px;
    padding: 4px 5px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 260px;
    z-index: 100;
}
.crypto-table #shadowQuotes{
	background: url("images/info_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:100%;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	height:100%;
}

.crypto-table .table{
	overflow: hidden;
	line-height: 20px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	height:1656px;
}
.crypto-table .table .line{
	width: calc(50% - 8px);
	overflow: hidden;
	/*border-right: solid 1px #000000;*/
	color: #c8c8c8;
	background: #131722;
	display:flex;
	padding:1px 0;
	margin-right:4px;
}
.crypto-table .table .line .name, .crypto-table .table .line .quote, .crypto-table .table .line .proc,
.crypto-table .table .line .market-cap, .crypto-table .table .line .iconButtons, .crypto-table .table .line .settings{
	float: left;
	height: 20px;
	padding: 2px 5px;
	line-height: 20px;
	overflow: hidden;
}
.crypto-table .table .line.type .name{
	justify-content: center;
}
.crypto-table .table .line .name {
	/*border-top: solid 1px #000000;*/
	white-space: nowrap;
	display:flex;
	align-items: center;
	width:45%;
}
.crypto-table .table .line .name .title{
	cursor:pointer;
}
.crypto-table .table .line .name > span{
	margin-right:4px;
}
.crypto-table .table .line .name .star{
	display: inline-block;
	width:16px;
	min-width:16px;
	height:23px;
	margin-right:6px;
	margin-top:-2px;
	cursor:pointer;
}
.crypto-table .table .line .name .star.checked polygon{
	fill:#EFCE4A !important;
}
.crypto-table .table .line .name img {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 5px 0 0;
}
.crypto-table .table .line .name .ticker{
	color:#888;
	font-size:11px;
}
.crypto-table .table .line .quote {
	width: 22%;
	/*border-top: solid 1px #000000;
	border-left: solid 1px #000000;*/
}
.crypto-table .table .line .proc {
	width: 15%;
	/*border-left: solid 1px #000000;
	border-top: solid 1px #000000;*/
}
.crypto-table .table .line .market-cap {
	width: 19%;
	font-size:13px;
	/*border-left: solid 1px #000000;
	border-top: solid 1px #000000;*/
	white-space:nowrap;
}
.crypto-table .table .line .time {
	width: 18%;
	text-align: center;
	font-size:13px;
	/*border-left: solid 1px #000000;*/
	/*border-top: solid 1px #000000;*/
	white-space:nowrap;
}
.crypto-table .table .line.type .market-cap{
	font-size:13px;
}
.crypto-table .table .line .iconButtons {
	width: 20px;
	/*border-left: solid 1px #000000;*/
	/*border-top: solid 1px #000000;*/
}
.crypto-table .table .line .settings {
	width: 20px;
	/*border-left: solid 1px #000000;*/
	/*border-top: solid 1px #000000;*/
	text-align:center;
}
.crypto-table .table .line.type{
	text-align:center;
	font-size:13px;
	background-color:#2a2e39;
}
.crypto-table .table .line .LightGreen {
	color: #0ecb81;
}
.crypto-table .table .line .LightPink {
	color: #f6465d;
}
.crypto-table .table .line .chart {
	width: 20px;
	cursor: pointer;
}
.crypto-table .table .line.show-hide{
	height:20px;
	justify-content:center;
	padding:2px 0;
	cursor:pointer;
	border-top:1px solid #000;
}
.crypto-table .table .line.show-hide:hover{
	color:#fff;
}

.quotes-block .favorites{
	width:20px;
	height:20px;
	min-width: 20px;
	cursor:pointer;
	margin-right:6px;
}
.quotes-block .favorites svg{
	margin-top:-9px;
}
.quotes-block .favorites.active polygon{
	fill:#EFCE4A !important;
}