.margin-bottom-10 {
	margin-bottom: 10px;
}
.tar {
	text-align: right;
}
.form-group .justify {
	text-align: justify;
}
.form-group.short {
	height: 465px;
	overflow: hidden;
}
.open {
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 25px;
	top: 30px;
	left: 30px;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 1;
}
a.treeNodeLink {
	cursor: pointer;
}
#scrollControl{
	position: fixed;
	left: 0;
	top: 0;
}
.sortablePart tr{
	clear: both;
}
.filterTable tr td{
	text-align: center;
	width: 180px;
}
.filterTable tr td:first-child{
	width: 115px;
}
.filterTable tr td:last-child{
	width: 60px;
	text-align: left;
}

.select2-results .select2_lv1{
	font-weight: bold;
}
.select2-results .select2_lv2{
	margin-left: 10px;
	position: relative;
}
.select2-results .select2_lv2:before{
	content: " ";
	background: #000;
	width: 5px;
	height: 5px;
	top: 10px;
	position: absolute;
	border-radius: 10px;
}
.select2-results .select2_lv3{
	margin-left: 20px;
	font-size: 12px;
	position: relative;
}
.select2-results .select2_lv3:before{
	content: " ";
	background: #000;
	width: 5px;
	height: 2px;
	top: 10px;
	position: absolute;
	border-radius: 10px;
}
textarea.saved{
	background: green;
}
.modal textarea{
	min-height: 100px;
}
.cell_full_width{
	width: 100%;
}
#resultTable textarea{
	min-height: 150px;
}
#resultTable td{
	padding: 10px;
}
#resultTable input{
	min-width: 150px;
}
.btn .glyphicon {
	font-size: 11px;
}
.editable_vision input, .editable_vision select{
	border-color: #ffffff;
	box-shadow: none;
}
input.editable_vision, select.editable_vision {
	border-color: #ffffff;
	box-shadow: none;
}
.table_container {
	display: none; 
}
.value_container {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

#avatar_block{
	width: 190px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #6d6d6d;
	border-radius: 5px;
	padding: 20px;
}
#avatar_block img{
	width: 150px;
	height: 150px;
}
#astro_map{
	width: 280px;
	height: 280px;
}

/*Whitebox*/
#whitebox{

	text-align: center;
	width: 100%;

	z-index: 900;
	display: none;
	padding: 0;
	position: relative;
	min-height: 100%;
}
#whitebox .w_block{
	max-width: 920px;
	width: auto;
	display: inline-block;
	padding-bottom: 20px;
	opacity: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
#whitebox .wb_closer{
	width: 3.5em;
	height: 3.5em;
	text-align: left;
	text-indent: -9999px;
	background-color: #666;
	position: fixed;
	z-index: 10002;
	top: 60px;
	right: 1.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
#whitebox .wb_closer:hover{
	width: 3.5em;
	height: 3.5em;
	text-align: left;
	text-indent: -9999px;
	background-color: #999;
	position: fixed;
	z-index: 10002;
	top: 60px;
	right: 1.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
#whitebox .wb_closer:before {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.wb_closer.wb_close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
#whitebox .wrapper{
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	bottom: 0;
}
#tmp-crop_avatar{
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
}

#tmp-crop_avatar tr td{
	vertical-align: middle;
	text-align: center;
}
#tmp-crop_avatar > div{
	position: relative;
}
#tmp-crop_avatar .ca-rotate{
	margin-top: 10px;
}
#tmp-crop_avatar .ca-rotate a{
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	background: #DBDFF6;
	text-align: center;
	border-radius: 5px;
	padding: 11px;
}
#tmp-crop_avatar img{
	max-width: 870px !important;
}
#wraper.back{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}





	/*Btns for V2*/
	/* .btn{
		border: none;
		border-radius: 5px;
		font-size: 14px;
		cursor: pointer;
		padding: 10px;
		display: inline-block;
		background: #eaeaea;
	} */
	.btn.mini {
		padding: 5px 10px;
	}
	.btn:not([class *= 'fa']):not([class *= 'glyphicon']){
		font-family: sans-serif;
	}
	.btn:focus{
		outline: none;
	}
	.label{
		padding: 5px;
		display: inline-block;
		border-radius: 5px;
		font-size: 12px;
	}
	.label.label-cyan{
		background: #46879f;
		color: #ffffff;
	}
	.btn-link{
		line-height: 18px;
		text-decoration: underline;
	}
	.btn-link:hover{
		text-decoration: none;
	}
	.btn-disabled, .btn-disabled.btn-trans{
		background: #eaeaea;
		color: #ffffff;
		border: 1px solid #eaeaea   ;
	}
	.btn-grey{
		background: #656565;
		color: #ffffff;
		border: 1px solid #656565;
	}
	.btn-blue{
		background: #5563AE;
		color: #ffffff;
		border: 1px solid #5563AE;
	}
	.btn-blue.btn-trans{
		color: #5563AE;
	}
	/*Btn cyan*/
	.btn-cyan{
		background: #45869F;
		color: #ffffff;
		border: 1px solid #45869F;
	}

	.btn a {
		color: #fff;
		text-decoration: none;
	}

	a.btn {
		color: #fff;
		text-decoration: none;
	}
	.btn-cyan.btn-trans{
		color: #46879f;
		border: 1px solid #46879f;
	}
	.btn-cyan.btn-trans:hover{
		background: #D7ECF5;
		color: #72ABC1;
	}


	/*Btn yellow*/
	.btn-yellow{
		background: #feb669;
		color: #ffffff;
		border: 1px solid #feb669;
	}
	.btn-yellow.btn-trans{
		color: #feb669;
	}
	.btn-green{
		background: #4bb874;
		color: #ffffff;
		border: 1px solid #4bb874;
	}
	.btn-red{
		background: #fd8167;
		color: #ffffff;
		border: 1px solid #fd8167;
	}
	/*hover*/
	.btn-grey:hover{
		background: #eaeaea;
		color: #656565;
	}
	.btn-blue:hover{
		background: #808ccb;
		color: #ffffff;
	}
	.btn-cyan:hover{
		background: #73acc2;
		color: #ffffff;
	}

	.btn-yellow:hover{
		background: #ffcb93;
		color: #ffffff;
	}

	.btn-green:hover{
		background: #78d199;
		color: #ffffff;
	}
	.btn-red:hover{
		background: #ffa592;
		color: #ffffff;
	}


	.btn-trans{
		background: none;
	}

	.btn-yellow.btn-trans:hover{
		background: #FFEEDB;
		color: #FFCB93;
	}


	.btn i{
		margin-right: 10px;
	}


	#tmp-crop_avatar .rotate_to_right, #tmp-crop_avatar .rotate_to_left {
		text-decoration: none;
	}
	.hidden{
		display: none;
	}