.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.ui_fileup_dialog {
}

.ui_file_up_top {
	margin: 3px 0 0 0;
}
.ui_file_up_top .ui_upload {
	clear: both;
	float: left;
}

.ui_upload_attention {
	padding:0 4px;
	float: left;
	line-height:1em;
}

.ui_editor_insert_attention {
	padding-top:7px;
	float:left;
}

.ui_zoom_img_checkbox {
	padding-top:4px;
	float:left;
	font-weight: bold;
	margin: 0 0 0 30px;
}
.ui_zoom_img_checkbox input{
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.ui_watermark,
.ui_transparent,
.ui_triming_toggle {
    background: none repeat scroll 0 0 #F4F4F1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 8px;
    padding: 5px;
    line-height: 18px;
}
.ui_watermark,
.ui_transparent,
.ui_triming_toggle{
	clear: both;
}

.ui_triming_toggle input[type="radio"],
.ui_transparent input[type="radio"] {
	vertical-align: middle;
	line-height: 1.4em;
}

.ui_file_up_top .ui_watermark span {
	padding: 2px 5px;
	background-color: #AEAEAE;
	border-radius: 3px;
}
.ui_file_up_top .ui_watermark span a {
	color: #FFF;
}
.ui_file_up_top .ui_watermark span a:hover {
	color: #EDBE03;
	text-decoration: underline;
}
.ui_file_up_top .ui_watermark label {
	line-height: 14px;
}
.ui_file_up_top .ui_watermark input[type=radio] {
	margin: 0 3px 0 0;
	vertical-align: middle;
	height: 20px;
}

.ui_fileup_dialog button {
}

.ui_fileup_outer_area {
	position: relative;
}



.ui_fileup_outer_area ol{
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
	overflow: hidden;
	float: left;
}

.ui_fileup_outer_area li {
	position: relative;	
	float: left;
	width: 100px;
	height: 100px;
	margin: 2px;
	list-style: none;
	text-align: center;
	border: 2px solid #DDDDDD;
}

.ui_fileup_date {
	position: absolute;
	top: 82px;
    left: 10px;
}

.ui_image_list_comment li {
	border: 2px solid #A3CEA1;
}

.ui_fileup_outer_area img{
	max-height: 80px;
	max-width: 100px;
	cursor:pointer;
}

/* zoom */
.ui_fileup_img_area_li_zoom {
	height: 160px!important;;
	width: 200px!important;;
}

.ui_fileup_img_area_zoom {
	max-height: 160px!important;;
	max-width: 200px!important;;
}

.ui_select_file_area {
	left: 70px!important;;
	top: 60px!important;;
}
/* zoom */

.ui_fileup_no{
	font-size: 2.5em;
	color: #1C94C4;
	line-height: 80px;
	display: inline-block;
	font-family: Arial;
}

.ui_fileup_img_area {
	height: 80px;
	width: 100px;
}

.ui_fileup_img_layer_hover{
	display:block !important;
}

.ui_fileup_img_layer {
	display:none;
}

.js_insert_editor_img_area {
	width: 104px;
	height: 84px;
	position: absolute;
	top: 0;
	cursor:pointer;
}

.ui_fileup_img_inner_layer {
	font-size: 0.7em;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:100000000;
	cursor: pointer;
}


.ui_fileup_img_inner_layer:hover {
	opacity: 0.9;
}

.ui_fileup_img_inner_layer span {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	text-align: center;
	width: 100%;
	height: 13px;
	line-height: 13px;
}

.ui_fileup_img_inner_layer_db span {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	text-align: center;
	width: 100%;

	height: 40px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.ui_fileup_img_del_inner_layer {
	background-color: #FFF;
	opacity: 0.7;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 15px;
	width: 15px;
	font-size: 1.1em;
	color: crimson;
	z-index:10000;
	line-height: 15px;
	font-weight: bold;

}

.ui_comment_img_confirm_inner_layer {
	background-color: #FFF;
	opacity: 0.7;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 24px;
	width: 40px;
	font-size: 0.7em;
	color: red;
	z-index:10000;
	line-height: 12px;
	font-weight: bold;

}

.ui_fileup_img_crop_inner_layer {
	background-color: #FFF;
	opacity: 0.7;
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 19px;
	width: 25px;
	font-size: 1.1em;
	color: crimson;
	z-index:10000;
	line-height: 15px;
	font-weight: bold;
	cursor: pointer;
}

.ui_fileup_img_del_inner_layer:hover {
	opacity: 0.9;
	cursor: pointer;
	color: #D71D3B;
}

.ui_upfile_err {
	clear: both;
	font-size: 0.7em;
	color: #CC0000;
	line-height: 14px;
	padding-bottom: 12px;
}

.ui_editor_insert_err {
	font-size: 0.7em;
	color: #CC0000;
	line-height: 14px;
	float:right;
	margin-right:110px;
	width: 145px;
}

.ui_edit_entry_header {
	font-weight:bold;
	background: #BBBBBB;
	margin-top: 5x;
	margin-bottom: 8px;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	min-width: 130px;
	display: block;
	text-align: center;
	float:left;
	white-space: nowrap;
}

.ui_edit_entry_header_hr {
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-top: 9px;
	border-top: 1px solid #ddd;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.ui_add_editor {
	background: rgb(174,226,107);
	background: -moz-linear-gradient(top,  rgba(174,226,107,1) 0%, rgba(120,187,47,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,226,107,1)), color-stop(100%,rgba(120,187,47,1)));
	background: -webkit-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: -o-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: -ms-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee26b', endColorstr='#78bb2f',GradientType=0 );
	color:#FFF;
	font-weight:bold;
	padding:2px 10px;
	margin-left:50px;
	float:left;
	height: 35px;
	width: 180px;
	line-height: 31px;
	box-sizing: border-box;
}

.ui_add_img_rotate_editor {
	background: rgb(174,226,107);
	background: -moz-linear-gradient(top,  rgba(174,226,107,1) 0%, rgba(120,187,47,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,226,107,1)), color-stop(100%,rgba(120,187,47,1)));
	background: -webkit-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: -o-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: -ms-linear-gradient(top,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(174,226,107,1) 0%,rgba(120,187,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee26b', endColorstr='#78bb2f',GradientType=0 );
	color:#FFF;
	font-weight:bold;
	padding:2px 10px;
	margin-left:10px;
	float:left;
	height: 35px;
	line-height: 14px;
	width: 120px;
	box-sizing: border-box;
	font-size: 12px;
	white-space: normal;
}

.ui_file_add_area {
	clear:both;
	float: left;
	width: 100%;
}

.js_ui_selected_img_container {
	border: 2px solid #65CDF7 !important;
}

.ui_selected_img_tag{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 5px 0px 3px;
	color: #fff;
	font-weight: bold;
	background: #65CDF7;
	border-radius: 0 10px 0 0;
}

.ui_onmouse_select_img {
	position: absolute;
	border-radius:5px;
	top: 30px;
	left:20px;
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin:0px 0px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: bold;
	z-index: 1;
	cursor:pointer;
}

.ui_image_triming_upload_btn{
	margin-bottom: 15px;
	border; 1px solid #AAA;
	padding: 5px 10px 5px 7px;
}

.ui_back_to_fileup,
.ui_back_to_imgsearch {
	float: right;
	width: 75px;
	margin-right: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding: 3px;
}

.ui_back_to_fileup:hover,
.ui_back_to_imgsearch:hover {
	cursor: pointer;
	border: 1px solid rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.ui_back_to_imgsearch {
	display:none;
}

.ui_image_search_head {
	padding-bottom: 10px;
}

.ui_image_search_head {
	padding-bottom: 10px;
}

.ui_url_img {
	clear: both;
	padding: 2px 50px 2px 0px;
	margin: 0px 10px 5px 0;
	display: inline-block;
	vertical-align: top;
}

.ui_edit_img {
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
}

.ui_markup_helper_img_crop  {
	background: #FFF;

}

.ui_add_image_list {
	width : 100%;
	clear: both;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px auto;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */

}

.ui_prevnext_image_area {
	width: 300px;
	float: left;
}

.ui_prevnext_image_list {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	width: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px auto;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
}

.ui_prev_image_list {
	float: left;
}

.ui_next_image_list {
	float: right;
}

.ui_latest_image_listt {
	padding: 5px 0;
    text-align: center;
	cursor: pointer;
    width: 100px;
    border: 1px solid #b1daf5;
    border-radius: 5px;
	margin: 5px auto;
	
/*    display: block;*/
    box-sizing: border-box;
    overflow: hidden;
    color: #0d8add;
    font-size: 14px;
    background-color: #d7ecff;
    float: right;
}

.ui_add_image_list:hover {
	background: #F4F4F1;
}

.ui_img_loader {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

.ui_image_list_upload {
	padding-bottom: 20px;
}