/*========================================================================================================================================*/
/*start upload iframe*/
.upload_iframe_size {
	z-index: 159900;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	opacity: 0.7;
	background: #000;
}
.upload_iframe_box {
	position: fixed;
	background: #fff;
	z-index: 160000;
	right: 30px;
	left: 30px;
	box-shadow:0 5px 15px rgba(0,0,0,.7);
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.7);
	-ms-box-shadow:0 5px 15px rgba(0,0,0,.7);
	-o-box-shadow:0 5px 15px rgba(0,0,0,.7);
	-moz-box-shadow:0 5px 15px rgba(0,0,0,.7);
	top: 30px;
	bottom: 30px;
}
.upload_iframe_box_cancel {
	display: block;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	height:55px;
	padding: 10px 15px;
	font-size: 20px;
	color: #888;
	background: #fff;
}
.upload_iframe_box_cancel h2 {
	float: left;
	padding-top:3px;
	font-size: 17px;
	color: #666;
	font-weight: 700;
}
.upload_iframe_box_cancel span:hover:before{
	color:#2980b9;
}
.upload_iframe_box_cancel span:before{
	font-family:FontAwesome;
	vertical-align:middle;
	cursor:pointer;
	float:right;
}
.upload_iframe_box_form {
	clear: both;
	display: block;
	overflow: auto;
	position: absolute;
	text-align:center;
	top: 55px;
	width: 100%;
	bottom: 50px;
	right: 0;
	left: 0;
}
.upload_iframe_results img {
	max-width: 150px;
	margin-right:10px;
	height: auto;
	border: 1px solid #e9e9e9;
	padding: 2px;
	float: left;
}
.upload_img_frame {
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}
.upload_iframe_box_form_line {
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	padding: 1%;
	top: 35%;
}
.upload_iframe_box_form_line label {
	display: inline-block;
	margin-bottom: 30px;
}
.upload_iframe_box_form_line p {
	color: #555;
	font-size: 12px;
	display: block;
	clear: both;
}
.upload_iframe_box_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
}
.upload_iframe_box_bottom .btn {
	float: right;
	margin-right: 15px;
	margin-top: 7px;
	font-size: 12px;
}
.progress_bar{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.progress_bar span {
	display: block;
	margin-bottom: 7px;
	font-size: 25px;
	color: #555;
}
.progress_bar div{
	height: 15px;
	clear:both;
	position:relative;
	background:#eaeaea;
	width: 100%;
	overflow:hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.progress_bar div p{
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	width:0;
	background-color:#3498db;
	display:block;
	position:absolute;
	right:0;
	top:0;
	height:100%;
}
.upload_iframe_results {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align:left;
	width: 50%;
}
.upload_img_frame_loop {
	margin-left: 160px;
}
.upload_img_frame_loop span {
	display: block;
}
.upload_img_frame_loop span p {
	display: inline-block;
	color: #9a9a9a;
	font-size: 9px;
	font-family: tahoma;
}
button.remove_upload_item {
	background: none;
	border: none;
	text-transform:capitalize;
	font-family:cairo;
	font-weight:600;
	cursor: pointer;
	color: #db6734;
}
button.remove_upload_item:hover {
	text-decoration:underline;
}
button.remove_upload_item:before {
	display: inline-block;
	vertical-align: 0px;
	font-size: 15px;
	margin-right: 5px;
	font-family: FontAwesome;
	font-weight: normal;
}
.upload_img_frame_loop span b {
	font-weight: 600;
	font-size: 12px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 2px;
	margin:5px 0px;
	font-family: cairo;
	letter-spacing: 1px;
	padding: 4px;
	display: inline-block;
}
.upload_iframe_box_form_line.upload_iframe_box_form_line_new {
	top: 15%;
}
.upload_iframe_video span:before{
	font-family:FontAwesome;
}
.upload_iframe_video {
	float: left;
	max-width: 150px;
	width: 100%;
	border: 1px solid #eee;
	padding: 2px;
	text-align: center;
	min-height: 97px;
	line-height: 97px;
	font-size: 40px;
	color: #aaa;
	margin-right: 10px;
}
.meta_box_set_image img {
	max-height: 250px;
}
.post_files_upload_go .my_file_title{
	float:left;
	margin-left:15px;
}
.post_files_upload_go .meta_box_set_image_img a.show_file_now{
	float:right;
	margin-right:15px;
}
.post_files_upload_go .meta_box_set_image.withlist_multiaple {
	padding: 0px;
	margin-bottom: 20px;
}
.post_files_upload_go .meta_box_set_image button.upload_post_thumb{
	display:block;
	padding:10px;
	width:100%;
	border:1px solid #eee;
	border-radius:4px;
	text-decoration:none;
}
/*end upload iframe*/
/*========================================================================================================================================*/