.arWrap{
	position: relative;
	margin:0; padding:0;
	width:100%; height:auto;
	outline: 0 none !important;
}
.arCanvas{
	display:none;
	opacity:1;
}
.caHR{
	display:block;
	width:184px;
	margin:4px 0px 4px 0px;
}
.caImage{
	cursor: pointer;
}
.caRangeContainer{
	float:left;
	width: 100%;
	margin-top:4px;
}
.caSelect{
	width:181px;
	max-width:181px !important;
	height: 22px !important;
	max-height: 22px !important;
	background-color: #fff !important;
	border-radius: 0px 0px 0px 0px !important;
	border-bottom:1px solid #aaa !important;
	font-size:12px !important;
	padding: 0 24px 0 8px !important;
	line-height: normal !important;
	-webkit-box-shadow: 0px 3px 5px #ccc !important;
	-moz-box-shadow: 0px 3px 5px #ccc !important;
	box-shadow: 0px 3px 5px #ccc !important;
}
.caSelectVal{
	width:181px;
	border-top: none !important;
	background-color: #f8f8f8 !important;
	border-radius: 0px 0px 4px 4px !important;
	height: 22px !important;
	max-height: 22px !important;
	font-size:12px !important;
	line-height: normal !important;
	margin-bottom:5px;
	color:#333 !important;
}
.caOptionsDiv{
	position:absolute;
	top:0px; right:0px;
	display:none;
	text-decoration: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	box-shadow:0px 0px 12px #aaaaaa;
	border:1px solid #f6f6f6;	
	z-index:9999;
	cursor:default;
	max-width:194px;
}
.caOptions{
	height:640px;
	border:1px solid #e5e5e5;
	background:#f6f6f6;
	display:block;	
}
.caCol{
	display:block;
	max-width:184px;
	position:relative;
	padding:2px 0px 2px 0px;
	font-size:14px;
	color: #222;
}
.caColSm{
	display:block;
	max-width:184px;
	position:relative;
	padding:2px 0px 2px 0px;
	font-size:12px;
	color:#222;
}
.caColBg{
	display:block;
	max-width:184px;
	height:66px;
	position:relative;
	margin:2px 0px 2px 0px;
	font-size:14px;
	color:#222;
}
.caLabel{
    display:inline-block;
	overflow: hidden;
	height:24px;
	line-height:18pt;
	pointer-events: none;
	max-width: 65%;
}
.caTxtInputWin{
	display:block;
	max-height:25px !important;
	min-height:25px !important;
	height:25px !important;
	font-size:12px;
	max-width: 64px;
	float:right;
}
.caInputBg{
	display:block;
	width:64px;
	height:64px;
	text-align: right;
	float:right;
	cursor:pointer;
}
.caTxtInputField{
	font-size:12px;
	width:182px;
	max-width:182px;
	max-height:58px;
	padding:2px;
	margin-bottom:-2px;
}
.caTxtKeyField{
	font-size:14px;
	width:182px;
	max-width:182px;
	line-height:14pt;
}
.caBlcInputWin{
	display:block;
	float:right;
	cursor:pointer;
	width:64px;
	height:64px;
	max-width: 64px;
	max-height: 64px;
}
.caColInputWin{
	display:block;
	float:right;
	cursor:pointer;
	width:64px;
	height:64px;
	max-width: 64px;
	max-height: 64px;
	margin: 0px 1px 2px 0px;
}
.switch{
	position:relative;
	display:inline-block;
	width:64px;
	height:24px;
}
.switch input{
	opacity:0;
	width:0;
	height:0;
}
.slider{
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#333;
	-webkit-transition:.4s;
	transition:.4s;
}
.slider:before{	
	position:absolute;
	content:"";
	height:16px;
	width:24px;
	left:4px;
	bottom:4px;
	background-color:white;
	-webkit-transition:.4s;
	transition:.4s;
}
input[type="btn"]:disabled {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
input:checked + .slider{
	background-color:#55DD77;
}
input:focus + .slider{
	box-shadow:0 0 1px #55DD77;
}
input:checked + .slider:before{
	-webkit-transform:translateX(32px);
	-ms-transform:translateX(32px);
	transform:translateX(32px);
}
.lightImg{
	width:32px; height:32px;
	border-top:2px solid #f6f6f6;
	cursor:pointer;
}
.lightImg:hover{
	border-top:2px solid rgb(0, 0, 0);
	box-shadow: 0px 2px 4px #777;
	-webkit-box-shadow: 0px 2px 4px #777;
}
.lightImgSelect{
	width:32px; height:32px;
	border-top:2px solid rgb(245, 189, 7);
	cursor:pointer;	
	box-shadow: 0px 2px 4px #444;
	-webkit-box-shadow: 0px 2px 4px #444;
}
.caMenuBox{
	margin-top:2px;
	padding:4px;
	border:1px solid #eee;
	text-align:left;
}
.caIconBox{
	height:36px; width:194px;
	max-width:194px;
	background:#e5e5e5;
	border-bottom:1px solid #888;
	text-align:center;
	padding:0; margin:0;
	display:block;
}
.caMenuIcon{
	width:32px; height:32px;
	cursor:pointer;
	opacity:0.7;
	padding:1px;
	transition: 0.5s;
	-webkit-transition:0.5s;
	border-top:1px solid #f6f6f6;
}
.caMenuIconOff{
	width:32px; height:32px;
	cursor: default;
	opacity:0.3;
	padding:1px;
	pointer-events: none;
	transition: 0.5s;
	-webkit-transition:0.5s;
	border-top:1px solid #f6f6f6;
}
.caMenuIconInfo{
	width:32px; height:32px;
	cursor:pointer;
	opacity:0.7;
	padding:1px;
	background-color: #e9c318de;
	animation: blink 1s infinite  alternate;
	border-top:1px solid #f6f6f6;
}
.caMenuIcon:hover{
	opacity:1;
	box-shadow: 0px 2px 4px #777;
	-webkit-box-shadow: 0px 2px 4px #777;
}
@keyframes blink {
	from {background-color:#e9c318de;}
	to {background-color: #ffffff;}
	0%{ transform: translateY(0);}
	100%{ transform: translateY(-2px);}	
}
.caMsg{
	font-size:12px;
	height:35px;
	margin-top:-3px;
	background:#f6f6f6;
	padding-left:4px;
	border: 1px solid #ddd;
	color:#333;
	white-space: nowrap;
	overflow: hidden;
}
.caSupport{
	width:34px;
	height:34px;
	background-color: #256792;
	border:1px solid #ff0000;
	color:#f6f6f6;
	text-align: center;
	font-size: 24px;
	cursor:pointer;
}
.caRange{
	-webkit-appearance:none;
	appearance:none;
	width:85%;
	float:left;
	height:22px;
	background:#d3d3d3;
	outline:none;
	opacity:0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin:4px 0px 4px 0px;
}
.caRange::-webkit-slider-thumb{
	-webkit-appearance:none;
	appearance:none;
	width:8px;
	height:22px;
	background:#2e84bd;
	cursor: pointer;
	box-shadow: 1px 1px 1px #aaa;
	margin:2px 0px 2px 0px;
}
.caRange::-moz-range-thumb{
	width:8px;
	height:12px;
	background:#2e84bd;
	cursor: pointer;
	box-shadow: 1px 1px 1px #aaa;
	margin:2px 0px 2px 0px;
}
.caOverlayDiv{
	position:absolute;
	bottom:1px;
	display:none;
	z-index:17;
}
.caOverlay{
	height:32px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.caIcon{
	width:28px; height:28px;
	max-width:28px!important;
	max-height:28px!important;
	cursor:pointer;
	margin:2px;
	opacity:0.6;
	padding: 0px;
}
.caIcon:hover{
	opacity:1;
}
.caProgress{
	width:100%; height:4px;
	background:#000;
	position:absolute;
	top:0px;
	z-index:95;
	opacity:0;
}
.caHandDiv{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.caHpIcon{
	background: url(caHandPointer.png) 0 0;
	position:absolute; display:none; pointer-events:none;
	width:110px; height:72px;
	-webkit-animation: handAction 1s infinite  alternate;
	animation: handAction 1s infinite  alternate;
	z-index:90;
}
#input[Type="btn"]{
	color:#ff0000!important;
}
.caMenuBtnInfo{
	height:25px;
	background: #80c5f3; color: #000000;
	background-image: -webkit-linear-gradient(top, #f7e99a, #caba60);
	background-image: -moz-linear-gradient(top, #f7e99a, #caba60);
	background-image: -ms-linear-gradient(top, #f7e99a, #caba60);
	background-image: -o-linear-gradient(top, #f7e99a, #caba60);
	background-image: linear-gradient(to bottom, #f7e99a, #caba60);
	-webkit-box-shadow: 0px 1px 3px #777;
	-moz-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;	
	font-family: Arial;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	outline: none;
	overflow: hidden;
	animation: blink 1s infinite  alternate;
	font-family: "arial"!important;
	text-align:center;
}
.caMenuBtn{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.caMenuBtn{
	height:25px; margin:0px 0px 4px 0px;
	background: #80c5f3; color: #f6f6f6;
	background-image: -webkit-linear-gradient(top, #74b2db, #2e84bd);
	background-image: -moz-linear-gradient(top, #74b2db, #2e84bd);
	background-image: -ms-linear-gradient(top, #74b2db, #2e84bd);
	background-image: -o-linear-gradient(top, #74b2db, #2e84bd);
	background-image: linear-gradient(to bottom, #74b2db, #2e84bd);
	-webkit-box-shadow: 0px 1px 3px #777;
	-moz-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;	
	font-family: Arial;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	outline: none;
	overflow: hidden;
	transition: 0.5s;
	-webkit-transition:0.5s;
	text-align:center;
}
.caMenuBtn:hover{
	background: #2b76a8; color:#d9f0ff;
	background-image: -webkit-linear-gradient(top, #538eb6, #256792);
	background-image: -moz-linear-gradient(top, #538eb6, #256792);
	background-image: -ms-linear-gradient(top, #538eb6, #256792);
	background-image: -o-linear-gradient(top, #538eb6, #256792);
	background-image: linear-gradient(to bottom, #538eb6, #256792);
}
.caMenuBtn:active{
	background: #2b76a8; color:#bdd5e6;
	background-image: -webkit-linear-gradient(top, #2b76a8, #2b76a8);
	background-image: -moz-linear-gradient(top, #2b76a8, #2b76a8);
	background-image: -ms-linear-gradient(top, #2b76a8, #2b76a8);
	background-image: -o-linear-gradient(top, #2b76a8, #2b76a8);
	background-image: linear-gradient(to bottom, #2b76a8, #2b76a8);
	-webkit-box-shadow: 0px 1px 2px #333;
	-moz-box-shadow: 0px 1px 2px #333;
	box-shadow: 0px 1px 2px #333;
	transition: 0.2s;
	-webkit-transition:0.2s;
}
@-webkit-keyframes handAction{
	0%{ transform: translateY(0);}
	100%{ transform: translateY(-18px);}
}
@keyframes handAction{
	0%{ transform: translateY(0);}
	100%{ transform: translateY(-18px);}
}
@media screen and (max-width: 782px){
	.wp-core-ui select#dataList{
		min-height: 28px;
	}
	.wp-core-ui input#dataListVal{
		min-height: 32px;
	}
}
.sp-container,.sp-replacer{overflow:hidden;display:inline-block}.sp-container{position:absolute;top:0;left:0;z-index:9999994}.sp-container.sp-flat,.sp-top{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{width:100%;display:inline-block}.sp-alpha-handle,.sp-color,.sp-dragger,.sp-hue,.sp-sat,.sp-slider,.sp-top-inner,.sp-val{position:absolute}.sp-top-inner{top:0;left:0;bottom:0;right:0}.sp-color{top:0;left:0;bottom:0;right:20%}.sp-hue{top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:1px solid #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;top:0;left:0}.sp-slider{top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha,.sp-palette .sp-thumb-el,.sp-preview,.sp-preview_REMOVE,.sp-thumb-el{position:relative}.sp-container{border-radius:0;background-color:#ECECEC;border:1px solid #e5e5e5;padding:0}.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font:400 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-clear,.sp-color,.sp-hue{border:1px solid #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container,.sp-input{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;background:0 0;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px 10px 300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;float:left;cursor:pointer}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-initial{float:left;border:1px solid #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-button-container,.sp-palette-button-container{float:left}.sp-replacer{margin:0;cursor:pointer;border:1px solid #f6f6f6;background:#eee;color:#333;float:left;width:100%;height:100%;}.sp-replacer.sp-active,.sp-replacer:hover{border-color:#e5e5e5;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd_REMOVE{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview_REMOVE{width:25px;height:20px;border:1px solid #222;margin-right:5px;float:left;z-index:0}.sp-palette{max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:1px solid #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;margin:0 5px 0 0;padding:2px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:64px}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}