#client_dashboard_wrapper{
	top: 100px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	color: #616161;
}

#insturment_list_title{
	padding-left: 10px;
	font-weight: 500;
}

#client_dashboard_header{
    text-align: center;
    margin-top: 30px;
    position: relative;
    font-weight: 400;
    font-size: 28px;
    color: #616161;
}

#analytics_inner_wrapper{
	width: 95%;
	margin-top: 60px;
}

.instrument_list{
	background-color: white;
	margin-top: 10px;
	border-radius: 5px;
	height: 50px;
	padding: 5px;
	padding-left: 15px;
	padding-top: 10px;
	border: 1px solid lightblue;
}


#analytics_list_empty{
	top: 200px;
	position: absolute;
	font-weight: bolder;
	text-align: center;
	width: 100%;
}

#instrument_list_outter_wrapper{
	color: #616161;
}

#client_account_left_panel_analytics_header{
	left: 30px;
	top: 20px;
	position: absolute;
	font-weight: 600;
	color: #616161;
}


.diagonal-container {
	border: 1px solid #000;
	width: 400px;
	height: 400px;
	margin: 0 auto;
}

.to-right {
	background: linear-gradient(135deg, transparent calc(50% - 1px), red 50%, transparent calc(50% + 1px) );
}

#dashboard_footer{
	position: absolute;
	top:950px;
	width: 100%;
}

#client_account_left_panel{
	display: none;
	background-color: #fcfcfc;
	min-height: 100%;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 30px;
	color: #616161;
	font-weight: 100;
}

#middle_wrapper{
	min-height: 1000px !important;
}

#client_account_left_panel_analytics{
	margin-top: 120px;
	text-align: left;
	font-weight: bolder;
	font-size: 18px;
}

#client_account_left_panel_instrument{
	margin-top: 60px;
	text-align: left;
	font-weight: bolder;
	font-size: 18px;
}

.data_term{
	left: 20px;
	position: absolute;
	float: right;
	top: 10px;
	font-weight: 400;
	font-size: 12px;
}

.desktop_graph{
	display: none;
}

.mobile_graph{
	display: block;
}

.dot {
	height: 15px;
	width: 15px;
	background-color: lightgreen;
	border-radius: 50%;
	display: inline-block;
	left: 50px;
	position: absolute;
	top: 100px;
	z-index: 1;
}

.data_rsi{
	left: 155px;
	position: absolute;
	top: 165px;
	width: 180px;
	font-size: 13px;
}

.data_pred{
	left: 155px;
	position: absolute;
	top: 185px;
	width: 260px;
	font-size: 13px;
}

.data_pred_last{
	left: 155px;
	position: absolute;
	top: 205px;
	width: 260px;
	font-size: 13px;
	color: orange;
}

.data_bollinger{
	left: 155px;
	position: absolute;
	top: 225px;
	width: 260px;
	font-size: 13px;

}

.data_bollinger_last{
	left: 155px;
	position: absolute;
	top: 245px;
	width: 260px;
	font-size: 13px;
	color: orange;
}

.bold_css{
	color: white;
	font-weight: 600;
}


#client_account_left_panel_subscription{
	margin-top: 60px;
	text-align: left;
	font-weight: bolder;
	font-size: 18px;
}

.data_inline{
	display: inline-block;
}

.data_trend{
	left: 155px;
	position: absolute;
	top: 100px;
	width: 220px;
}

.data_trend_30{
	left: 155px;
	position: absolute;
	top: 120px;
	width: 220px;
}

.data_volat{
	left: 155px;
	position: absolute;
	top: 140px;
	width: 220px;
}

.foxholecircle{
	width: 130px;
	top: 30px;
	position: relative;
	left: 10px;
	border: 0px;
}

.data_background{
	width: 98%;
	height: 270px;
	background-color: #2c5199;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	color: white;
	font-weight: 100;
	font-size: 15px;
}

.data_background_2{
	width: 98%;
	height: 270px;
	background-color: #2c5199;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	color: white;
	font-weight: 100;
	font-size: 15px;
}
.data_desc_name{
    text-align: left;
    font-size: 30px;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 15px;
    color: #ffd600;
    line-height: 1;
}

.data_desc_time{
	text-align: left;
	font-size: 13px;
	color: white;
	position: relative;
	width: 70%;
	margin-top: -70px;
	margin-left: 230px;	
}

.data_high{
	left: 155px;
	position: absolute;
	float: right;
	top: 36px;
	font-weight: 700;
	width: 100%;
	color: #ffd800;
}

.data_low{
	left: 155px;
	position: absolute;
	float: right;
	top: 57px;
	font-weight: 700;
	width: 100%;
	color: #ffd800;
}

.data_desc_price{
	text-align: left;
	font-size: 20px;
	color: white;
	width: 70%;
	margin-top: -5px;
	margin-left: 20px;
}


.data_chart_wrapper{
	margin-top: -5px;
	margin-bottom: 15px;
}

.data_desc_time{
	text-align: left;
	font-size: 20px;
	color: white;
	width: 70%;
	margin-top: -15px;
	margin-left: 0px;
}

.data_desc_text{
    text-align: left;
    font-size: 13px;
    color: white;
    position: relative;
    width: 98%;
    margin-left: 3%;
}

.price_font{
	color: #ffd600;
	font-weight: 600;
	font-size: 22px;
}

.data_desc_symbol{
	text-align: left;
	font-size: 20px;
	margin-left: 20px;
	color: #ffd600;
	margin-top: -20px;
}

.data_desc{
	width: 98%;
	background-color: #4381ff;
	color: white;
	height: 200px;
	border-radius: 8px;
	margin-left: 10px;
}

.data_name{
	right: 150px;
	position: absolute;
	float: right;
	top: 10px;
	font-weight: 700;
	color: #ffd800;
}

.data_symbol{
	left: 155px;
	position: absolute;
	float: right;
	top: 10px;
	font-weight: 700;
	color: #ffd800;

}

.data_fluc_percent{
	left: 155px;
	position: absolute;
	top:80px;
	width: 180px;
}

#client_analytics_list_wrapper{
	position: relative;
}

#client_account_left_panel_logout{
	margin-top: 280px;
	text-align: left;
	font-weight: bolder;
	font-size: 18px;
}

.orange_css{
	color: orange;
	font-weight: 600;
}

.red_css{
	color: red;
	font-weight: 600;
}

.green_css{
	color: lightgreen;
	font-weight: 500;
}

.nav-tabs .nav-link.active{
	color:green; /*color you want*/
}

.to-right{
	background: linear-gradient(137deg, transparent calc(50% - 4px), lightgreen 50%, transparent calc(50% + 1px) );
}

.to-right_green{
	background: linear-gradient(137deg, transparent calc(50% - 4px), lightgreen 50%, transparent calc(50% + 1px) );
}

.to-right_orange{
	background: linear-gradient(137deg, transparent calc(50% - 4px), orange 50%, transparent calc(50% + 1px) );
}

.to-left{
	background: linear-gradient(-137deg, transparent calc(50% - 4px), red 50%, transparent calc(50% + 1px) );
}

.to-left_green{
	background: linear-gradient(-137deg, transparent calc(50% - 4px), lightgreen 50%, transparent calc(50% + 1px) );
}

.to-left_orange{
	background: linear-gradient(-137deg, transparent calc(50% - 4px), orange 50%, transparent calc(50% + 1px) );
}

.diagonal-container {
    width: 110px;
    top: -103px;
    position: absolute;
    left: 21px;
    border: 0px;
    z-index: 1;
}

#client_account_right_panel{
	left: 5px;
	position: absolute;
	height: 600px;
	background-color: #f4f4f4;
	margin-top: 10px;
	width: 100%;

}

#analytics_outter_wrapper{
	left: 5px;
	position: absolute;
	height: 600px;
	background-color: #f4f4f4;
	margin-top: 10px;
	width: 100%;
}

#analytics_inner_wrapper{
	width: 98%;
	margin-top: 60px;
}

#client_add_instrument{
	right: 20px;
	position: absolute;
	margin-top: 20px;
}


#client_account_left_panel_instrument_header{
    left: 4%;
    top: 105px;
    position: absolute;
    font-weight: 600;
}


#instrument_list_wrapper{
    top: 150px;
    position: absolute;
    left: 2.5%;
    height: 350px;
    width: 95%;
}


.instrument_list_instrument{
	position: absolute;
	left: 80px;
}

.instrument_list_remove{
	position: absolute;
	right: 10px;
	color: darkred;
}













