.clear{
	clear: both;
}
#embed-popup-wrap {  display: none;
width: 85%;
margin:0 auto;   }
#embed-popup {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 28px auto 100px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 25px #000;
	-moz-box-shadow: 0 2px 25px #000;
	box-shadow: 0 2px 25px #000;
	-webkit-transition: max-width .2s;
	-moz-transition: max-width .2s;
	transition: max-width .2s;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
	
.section {
		margin: 0 0 30px;
}
ul.tabs {
	height: 33px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: none;
	padding: 0px;
	margin: 20px 0 0;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
	padding: 4px 13px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 0 solid #F9F9F9;
	position: relative;
	height: auto !important ;
    line-height: inherit !important;
}
.tabs li:hover,
.vertical .tabs li:hover {
}
.tabs li.current {
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
	border-bottom: 0 solid #EFEFEF;
}
.upload-success{border: 1px solid #D4D4D4;background: #EFEFEF;
	
	min-height: 70px;}
.upload-success	.inner{padding: 30px;}
.box {
	display: none;
	border: 1px solid #D4D4D4;
  border-width: 0 1px 1px;
	background: #EFEFEF;
	padding: 30px;
	min-height: 70px;
}
.box.visible {
	display: block;
}
.box label{
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.uploaded-doccument{
	padding:5px 0 5px 70px;
	background: url(../images/icon-success.png) no-repeat 0 0;
	color: #454545;
	font-size: 13px;
	float: left; margin-right: 20px; 
}
.wp-core-ui .button#adv_options{ float: right; height: 40px; line-height: 38px; font-size: 13px; padding:0 20px; }
.uploaded-doccument p{
 font-weight: bold; font-size: 16px; margin: 0 0 3px;
}
input.input-group-text{ padding:5px 8px; height: 40px; min-width: 60%; }
.wp-core-ui .button-primary.input-group-btn{ padding:5px 10px; height: 40px; }
.advanced_options{display: none; border-top:1px solid #ccc; padding: 0 30px }
body.mfp-shown .mfp-bg { z-index: 101000 !important; }
body.mfp-shown .mfp-wrap { z-index: 101001 !important; }
body.mfp-shown .mfp-preloader { z-index: 101002 !important; }
body.mfp-shown .mfp-content { z-index: 101003 !important; }
body.mfp-shown button.mfp-close,
body.mfp-shown button.mfp-arrow { z-index: 101004 !important; }
.wp-core-ui .ead-btn.button-large{
	padding: 0 30px;
	height: 54px;
	line-height: 52px;
	font-size: 16px;
}
.wp-core-ui .ead-btn.button-medium{
	padding:0 15px;
	height: 36px;
	line-height: 34px;
	font-size: 14px; 
}
.text-center{
	text-align: center;
}
.mfp-close{
	position: absolute;
	right: 10px;
	top:10px;
	font-weight: bold;
	background: url(../images/icon-close.png)!important;
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -9999999px;
}
.mfp-close{

}
.upload-success{
	display: none;
}
div.awsm-error, div.awsm-updated {
    margin: 5px 0 2px;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    -webkit-border-radius: 4px;
border-radius: 4px;
}
div.awsm-updated {
    background-color: #fff;
    border-color: #eee #eee #eee #7ad03a;
    padding: 1px 12px;
}
div.awsm-error {
    background: none repeat scroll 0 0 #fff;
    border-color: #eee #eee #eee #dd3d36;
    padding: 1px 12px;
}
div.awsm-error p, div.awsm-updated p {
    margin: 0.5em 0;
    padding: 2px;
}
.hidden{
	display:none;
}
.mceActionPanel{ margin:20px 0 0;}

.option-fields{
	list-style-type: none;
	margin:0;
	padding:30px 0 0;
}
.option-fields li{
	padding-bottom: 15px;
}
.option-fields label{ display:block; margin-bottom: 5px; font-weight: bold;}
.f-left{
	float:left;
}
.option-fields .f-left{ margin-right: 25px; }
.f-left.last{ margin:0; }
.clear{ clear:both;}
.input-small{ width:60px;}
.box .urlerror{
    border-color: #D95B5B;
    -webkit-box-shadow: 0 0 2px rgba(190, 30, 30, 0.8);
    box-shadow: 0 0 2px rgba(190, 30, 30, 0.8);
}