@charset "utf-8";
/* CSS Document */
*{
	margin:0;padding:0;
} 
.widgets__img_check_box{
	text-align:left;
	border:1px solid #dcdcdc;
	background:#fafbfd;
	padding:10px;
	font-size:16px;
	width:365px;
	position:absolute; left:0px; bottom:0px; z-index:-1;

}
.widgets__img_check_box.on { z-index:2; }
.widgets__img_display{
	position:relative;
	padding:0px;
	overflow:hidden;margin:0px;
	/*width:300px!important;*/
}
.widgets__img_cnt{
	position:relative; width:100%!important;    
}

.widgets__img_src, .widgets__img_fragment_hollow{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}
 .widgets__img_src{
	position:relative;
	box-shadow: 0px 0px 6px 0px #73706e;
	width:100%!important; 
}
.widgets__img_fragment_cnt{
	top:0px;
	left:-50px;
	position:absolute;
}
.widgets__img_fragment_cnt .widgets__img_fragment_content
, .widgets__img_fragment_cnt .widgets__img_fragment{
	position:absolute;
	z-index:20;
}
.widgets__smooth_cnt{       
	position:relative;
	background-color:#f7f9fa;
	height:40px;
	width:80%;
	margin:0px;
	/*width:300px!important;*/
	border:1px solid #e4e4e4; 
}
.widgets__smooth_bar,.widgets__smooth_circle{
   position:relative;  
   top:50%;     
   transform:translateY(-50%);
}
.widgets__smooth_bar{
	width:100%;
	height:100%;
	line-height:39px;
	text-align:center;
}
.widgets__smooth_circle{ 
	position:absolute;
	width:39px;
	height:100%;
	background:url(../images/jt07.png) no-repeat center center #f7f9fa;
	cursor:pointer;   
	border-right:1px solid #e4e4e4;
	left:0px;
}

.widgets__icon_refresh{
	display:block;
	position:relative;
	width:16px;
	height:16px;
	padding:2px;
	border: 4px solid transparent;
	cursor:pointer;
}

.widgets__icon_refresh:before{
	position:absolute;
	content:"";
	display:block;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	border-radius:100%;
	border:2px solid #b7b7b7;
	border-top:2px solid transparent;
	-webkit-transform: rotate(45deg);
}
.widgets__icon_refresh:after{
	position:absolute;
	content:"";
	display:block;
	border: 7px solid transparent;
	border-left: 7px solid #b7b7b7;
	left:50%;
	top:-3.5px;
}

.refresh { border:1px solid #dcdcdc; line-height:3.2857; background:#fafbfd; max-width:260px; cursor:pointer; color:#0a3190; }
.refresh img { vertical-align:middle; margin-right:0.5em; position:relative; top:-1px; }
.refresh .page-success { display:none; }
.page-suggestions-code { position:relative; }









