.vjweb_colorCl {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/color.png') no-repeat 50% 50% ;
	float: right;
	margin-top: 9px;
}
.vjweb_site_master {
	position: fixed;
	left: 0;
	/*bottom: 0;*/
	z-index: 1000;
	top: 225px;
}
.vjsm_start {
	width: 55px;
	height: 55px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5) !important;
	cursor: pointer;
	background: url('../img/logo_m.png') no-repeat 45% 45% #007cc2;
}
.vjsm_panel {
	width: 550px;
	height: 300px;
	background: url('../img/logo_b.png') no-repeat 95% 95% #002b44;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5) !important;
}
.vjsm_panel a {
	color: #94d6fc !important;
}
.vjsm_listQ {
	padding: 20px 15px;
}
.vjsm_itemQ {
	background: #225c7d;
	width: 90px;
	height: 90px;
	padding: 10px;
	display: block;
	margin-right: 5px;
	cursor: pointer;
	float: left;
	line-height: 18px;
	font-size: 14px;
}
.vjsm_itemQ_cnt,
.vjsm_itemQ {
	color: #fff;
	position: relative;
}
.vjsm_frm_inp_str,
.vjsm_clear {
	clear: both;
	margin-bottom: 5px;
}
.vjsm_frm_inp_name {
	width: 100px;
	padding-right: 10px;
	float: left;
	color: #c1cdda;
	font-size: 14px;
	text-align: right;
	height: 34px;
	line-height: 34px;
}
.vjsm_radio input {
	min-width: 13px !important;
	max-width: 13px !important;
	height: 13px;
}
.vjsm_radio {
	font-size: 14px;
}
.vjsm_radio label {
	margin: 0 10px 0 0;
	line-height: 34px;
}
.vjsm_frm_inp {
	width: 330px;
	float: left;
}
.vjsm_frm_inp input,
.vjsm_frm_inp select {
	margin: 0 !important;
	outline: none;
	border-radius: 2px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 5px 0 5px 5px;
	border: 1px solid #d1d1d1;
	min-width: 140px;
	max-width: 160px;
}
.vjsm_btn {
	color: #94d6fc;
	border: solid 1px #94d6fc;
	padding: 5px;
	margin-bottom: 25px;
	display: block;
	width: 70px;
	text-align: center;
	cursor: pointer;
}
.vjsm_listQ_cnt {
	padding: 20px 15px;
}
.btn_sub {
	background: #0277bd;
	color: #fff;
	cursor: pointer;
	border: none;
}
.vjsm_close {
	border: 25px solid transparent;
	border-top: 25px solid #007cc2;
	border-right: 25px solid #007cc2;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.vjsm_btm_links {
	font-size: 12px;
	margin-left: 15px;
}
.vjsm_tech_link {
	color: #c1cdda;
	font-size: 12px;
	margin-left: 15px;
	position: absolute;
	bottom: 17px;
}
.vjweb_hidden {
	display: none;
}
.blocks_visib {
	max-height: 100px;
	overflow: auto;
	margin: 0px 0px 25px;
	box-shadow: inset -20px -20px 20px #001e30;
	padding: 0 15px;
}
.titlebl_vis {
	font-size: 14px;
}
.color_pic {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
}