.svg_btns {
	width: 16px;
	height: 16px;
}

.svg_btns_tree {
	width: 16px;
	height: 16px;
	line-height: 22px;
	height: 22px;
}

.svg_imgs {
	width: 40px;
	height: 40px;
}

.svg_btns_disk {
	width: 60px;
	height: 60px;
}

.fullview {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 96;
}

.dashboard {
	background: #05173b;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(5, 51, 101, 0.15) 10%,
		rgba(0, 0, 0, 0) 10%), linear-gradient(rgba(5, 42, 87, 0.15) 10%,
		rgba(0, 0, 0, 0) 10%);
	background-size: 20px 20px;
}

.bg_darks {
	background: #05173b;
}

.text-charts-title, .btn-charts-title.btn-charts-title {
	color: #83fffe
}

a.text-charts-title:hover {
	color: #00b5b3
}

.head_img {
	width: 33px;
	height: 33px;
	border-radius: 100px;
}

.tab-set-svg {
	width: 16px;
	line-height: 29.8px;
	height: 26px;
}

.mini {
	position: fixed;
	display: none;
}

.readonly {
	opacity: 1;
	background-color: #eee
}

.upload-btn{
	width:300px;
	height:150px;
	font-size:20px;
	color:#666;
	border:1px solid #f3f3f3;
	background:url('../img/svg/addimg.svg') #f3f3f3 no-repeat center;
}