html.hide_images body .content-wrap img { visibility:hidden !important; }
html.hide_images body #headerWrap { background: none !important; }

#commonVersion {
	display: block;
    padding: 5px 10px;
    border: 1px solid grey;
    width: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}
#commonVersion:hover {
	background-color: whitesmoke;
}

.eye-disabled-form { 
	display:none;     
    width: 530px;
	position: absolute;
    top: 10px;
    right: 150px;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
	 
.eye-disabled-form .d-close { position:absolute; top:3px; right:3px; }	 
	.eye-disabled-form .d-cont .d-title { color:#060; font-size:24px; padding-right:5px; margin-bottom: 10px; }
	.eye-disabled-form .d-cont .d-field {     margin: 10px 0 15px 0;  }
		.eye-disabled-form .d-cont .d-field .d-subtitle { width: 150px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block; } 
		.eye-disabled-form .d-cont .d-field .color-box {  }
			.eye-disabled-form .d-cont .d-field .font-size-box {}
				.eye-disabled-form .d-cont .d-field .font-size-box ul {     display: inline-block;     margin-left: 4px; }
					.eye-disabled-form .d-cont .d-field .font-size-box ul li { display:inline-block; color: #319fd2; margin-right: 15px; }
						.eye-disabled-form .d-cont .d-field .font-size-box ul li a { color: #319fd2; }
						.eye-disabled-form .d-cont .d-field .font-size-box ul li.txt_normal_size { font-size:14px; }
						.eye-disabled-form .d-cont .d-field .font-size-box ul li.txt_medium_size { font-size:20px; }
						.eye-disabled-form .d-cont .d-field .font-size-box ul li.txt_large_size { font-size:30px; }
						.eye-disabled-form .d-cont .d-field .font-size-box ul li.txt_big_size { font-size:40px; }
					
					
			.eye-disabled-form .d-cont .d-field .color-box span { color: #000;
    cursor: pointer;
    border: 1px solid #000000;
        display: inline-block;
    font-family: Fixed, monospace;
    margin: 0 3px;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 20px; }

.eye-disabled-form .d-cont .d-field .color-box-v2 span { 
	color: #000;
	cursor: pointer;
	border: 1px solid #000000;
	display: inline-block;
	font-family: Arial;
	font-size: 20px;
	margin: 0 3px;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px; 
}

.eye-disabled-form .d-cont .d-field .color-box-v2 .color_scheme_1 {
	background: #fff;
    color: #000;
}

.eye-disabled-form .d-cont .d-field .color-box-v2 .color_scheme_2 {
	background: #000;
    color: #fff;
}

/* синим по голубому */
.eye-disabled-form .d-cont .d-field .color-box-v2 .color_scheme_3 {
	background: #9dd1ff;
    color: #195183;
}

/* коричневым по бежевому */
.eye-disabled-form .d-cont .d-field .color-box-v2 .color_scheme_4 {
	background: #f7f3d6;
    color: #4d4b43;
}

/* зеленым по коричневому */
.eye-disabled-form .d-cont .d-field .color-box-v2 .color_scheme_5 {
	background: #3b2716;
    color: #a9e44d;
}

.eye-disabled {
    font-size: 1px;
    /* color: blue; */
    /* background-color: #fff; */
    /* padding: 7px 10px; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 3000;
    line-height: 1px;
}

img.grayscale {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
}



/* цветовые схемы формы выбора */
.eye-disabled-form.color_scheme_1 {
	background: #fff;
    color: #000;
}
.eye-disabled-form.color_scheme_1 .d-title {
    color: #000;
}
.eye-disabled-form.color_scheme_1 .d-subtitle {
    color: #000;
}

.eye-disabled-form.color_scheme_1 #commonVersion,
.eye-disabled-form.color_scheme_1 #commonVersion:hover {
	background: #fff;
    color: #000;
}

.eye-disabled-form.color_scheme_1 .font-size-box a {
	color: #000 !important;
}

.eye-disabled-form.color_scheme_1 .d-cont .d-field .color-box .boxlid,
.eye-disabled-form.color_scheme_1 .d-cont .d-field .color-box-v2 .boxlid {
	background: #fff;
    color: #000;
}




.eye-disabled-form.color_scheme_2 {
	background: #000;
    color: #fff;
}
.eye-disabled-form.color_scheme_2 .d-title {
    color: #fff;
}
.eye-disabled-form.color_scheme_2 .d-subtitle {
    color: #fff;
}

.eye-disabled-form.color_scheme_2 #commonVersion,
.eye-disabled-form.color_scheme_2 #commonVersion:hover {
	background: #000;
    color: #fff;
}

.eye-disabled-form.color_scheme_2 .font-size-box a {
	color: #fff !important;
}

.eye-disabled-form.color_scheme_2 .d-cont .d-field .color-box .boxlid,
.eye-disabled-form.color_scheme_2 .d-cont .d-field .color-box-v2 .boxlid {
	background: #000;
    color: #fff;
}



.eye-disabled-form.color_scheme_3 {
	background: #9dd1ff;
    color: #195183;
}
.eye-disabled-form.color_scheme_3 .d-title {
    color: #195183;
}
.eye-disabled-form.color_scheme_3 .d-subtitle {
    color: #195183;
}

.eye-disabled-form.color_scheme_3 #commonVersion,
.eye-disabled-form.color_scheme_3 #commonVersion:hover {
	background: #9dd1ff;
    color: #195183;
}

.eye-disabled-form.color_scheme_3 .font-size-box a {
	color: #195183 !important;
}

.eye-disabled-form.color_scheme_3 .d-cont .d-field .color-box .boxlid,
.eye-disabled-form.color_scheme_3 .d-cont .d-field .color-box-v2 .boxlid {
	background: #9dd1ff;
    color: #195183;
}



.eye-disabled-form.color_scheme_4 {
	background: #f7f3d6;
    color: #4d4b43;
}
.eye-disabled-form.color_scheme_4 .d-title {
    color: #4d4b43;
}
.eye-disabled-form.color_scheme_4 .d-subtitle {
    color: #4d4b43;
}

.eye-disabled-form.color_scheme_4 #commonVersion,
.eye-disabled-form.color_scheme_4 #commonVersion:hover {
	background: #f7f3d6;
    color: #4d4b43;
}

.eye-disabled-form.color_scheme_4 .font-size-box a {
	color: #4d4b43 !important;
}

.eye-disabled-form.color_scheme_4 .d-cont .d-field .color-box .boxlid,
.eye-disabled-form.color_scheme_4 .d-cont .d-field .color-box-v2 .boxlid {
	background: #f7f3d6;
    color: #4d4b43;
}


.eye-disabled-form.color_scheme_5 {
	background: #3b2716;
    color: #a9e44d;
}
.eye-disabled-form.color_scheme_5 .d-title {
    color: #a9e44d;
}
.eye-disabled-form.color_scheme_5 .d-subtitle {
    color: #a9e44d;
}

.eye-disabled-form.color_scheme_5 #commonVersion,
.eye-disabled-form.color_scheme_5 #commonVersion:hover {
	background: #3b2716;
    color: #a9e44d;
}

.eye-disabled-form.color_scheme_5 .font-size-box a {
	color: #a9e44d !important;
}

.eye-disabled-form.color_scheme_5 .d-cont .d-field .color-box .boxlid,
.eye-disabled-form.color_scheme_5 .d-cont .d-field .color-box-v2 .boxlid {
	background: #3b2716;
    color: #a9e44d;
}


