.quotesLeft{
	overflow:hidden;
}
.quotesLeft .head{
	border-bottom: 1px solid #999;
    padding-bottom: 2px;
    margin: 20px 0 12px 0;
    overflow:hidden;
}
.quotesLeft .head h1{
	display:inline-block;
	border:none;
	margin:0;
	padding:0;
	font-size:16px;
}
.quotesLeft #mainChart{
	display:none;
	color:#fff;
}
.quotesLeft .head #showMainChart{
	display:inline-block;
	float:right;
	margin-right:15px;
	cursor:pointer;
	font-size:15px;
}
.quotesLeft .head #showMainChart:hover{
	color:#fff;
}
#mainChart{
	height:500px;
	margin:-8px -2px 0 -6px;
}
.getQuotes{
	position:relative;
}
.quotes{
	font-size:13px;
	position:relative;
	overflow:auto;
	border-bottom:solid 1px #000000;	
	height:925px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.quotes.tableKey1{
	display:none;
	height:1930px;
}
.quotes .block{
	overflow:hidden;	
	line-height:20px;	
	width:426px;	
	background:#2e3338;
}
.quotes .block.closeType{
	height:25px;
}
.quotes .block .body{
	clear:both;	
}
.quotes .block .type{
	float:left;
	width:393px;	
	cursor:pointer;
	height:20px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	padding:2px 0px;
}
.quotes .block .titleGoal{
	float:left;
	width:70px;	
	height:20px;
	/*border:solid 1px #000000;*/
	border-right:solid 1px #000000;
	border-top:solid 1px #000000;
	padding:2px 0px;
}
.quotes .block .signalsTitle{
	float:left;
	width:199px;
	border-right:solid 1px #000000;
	border-top:solid 2px #000000;
}
.quotes .block .titlepr{
	float:left;
	width:30px;	
	height:20px;
	/*border:solid 1px #000000;*/
	border-right:solid 1px #000000;
	border-top:solid 1px #000000;
	padding:2px 0px;
}

.quotes .block .body .title,
.quotes .block .body .value,
.quotes .block .body .proc,
.quotes .block .body .time,
.quotes .block .body .goal,
.quotes .block .body .iconButtons,
.quotes .block .body .switch{
	/*border:solid 1px #000000;*/
	float:left;
	height:20px;
	padding:2px 5px;
	/*margin:1px;*/
	line-height:20px;
	overflow:hidden;
}
.quotes .block .body .title{
	width:168px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
.quotes .block .body .value{
	width:57px;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
}
.quotes .block .body .proc{
	width:55px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
.quotes .block .body .time{
	width:70px;
	text-align:center;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
.quotes .block .body .goal{
	width:60px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
.quotes .block .body .signals{
	width:189px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	padding:0 5px;
	float:left;
	height:24px;
}
.quotes .block .body .signals .info{
	text-align:center;
}
.quotes .block .body .iconButtons{
	width:20px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
.quotes .block .body .iconButtons .chart{
	width:20px;
	cursor:pointer;
}
.quotes .block .body .goal .connect{
	display:block;
	text-align:center;
}
.quotes .block .body .goal .connect img{
	margin-top:-2px;
}
.quotes .block .body .switchOff{
	width:0;
	padding-left:0;
	padding-right:0;
}
.quotes .block .body .switch{
	width:10px;
	float:left;
	clear:both;
	cursor:pointer;
}
.quotes .block .body .line{
	float:left;
	clear:both;
	overflow:hidden;
	border-right:solid 1px #000000;
	color:#c8c8c8;
	
}
.quotes .title img{
	display:block;
	float:left;
	margin:-2px 5px -2px 0;	
}
.quotes .type,.quotes .titleGoal,.quotes .type,.quotes .titlepr,.quotes .signalsTitle{
	background:#3e444c;
	text-align:center;	
	color:#c8c8c8;
	padding:5px 0;
}
.quotes .LightGreen{
	background:#62c462;
	color:#000;
}
.quotes .LightPink{
	background:#ee5f5b;
	color:#000;
}
.quotes .achieved{
	background:url('../images/achieved.jpg') repeat-x;
	color:#FFF;
}
.close{
	background:#ee5f5b;
	padding:10px;
	text-align:center;
	color:#000;	
}
.connect{
	color:#000;
}

.getQuotes #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;
}
.getQuotes #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%;
}

.lastSignalTable{
	border-collapse:collapse;
}
.lastSignalTable td{
	padding:2px 0;
}
.lastSignalTable .date, .lastSignalTable .dest, .lastSignalTable .val{
	border-right:solid 1px #000000;
}
.lastSignalTable .date{
	padding-right:2px;
}
.lastSignalTable .dest{
	padding:0 2px;
	width:16px;
}
.lastSignalTable .val{
	padding:0 2px;
	width:60px;
}
.lastSignalTable .comment{
	padding:0 2px;
}
.lastSignalTable a{
	color:#000;
}

.ui-dialog .showCharts{
	overflow:hidden;
}
.ui-dialog .frameChart{
	margin: -20px -38px -12px -24px;
    height: calc(100% + 37px);
    width: calc(100% + 49px);
}