/* settings pages */
#mc4wp-admin.columns-2{ 
	margin-right:320px; 
}

#mc4wp-admin .mc4wp-main-column{ 
	width:100%; 
	float:left; 
}
#mc4wp-admin .mc4wp-sidebar-column{ 
	margin-right:-300px; 
	float:right; width:280px; 
}

#mc4wp-admin .status{ 
	display:inline-block; 
	margin-left:1em; 
	padding:3px 6px; 
	color:white; 
	font-size:12px;
	font-weight:bold; 
}
#mc4wp-admin .positive{ 
	background-color:limeGreen; 
}

#mc4wp-admin .negative{ 
	background-color:gray; 
}

#mc4wp-admin .neutral{ 
	background: blue; 
}

#mc4wp-admin h3{ 
	margin-top: 3em; 
}

.mc4wp-info {
	padding: 5px 15px;
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.mc4wp-column{ 
	float:left; 
}

.mc4wp-column-right{ 
	float:right; 
}

.help{ 
	font-weight:normal; 
	font-style:italic; 
	font-size:12px; 
}

.mc4wp-notice{ 
	display:block; 
	background-color: #ffffe0; 
	padding:1em; 
	border:1px solid #e6db55; 
	border-radius:3px; 
}

.mc4wp-license-form h2,
.mc4wp-title { 
	font-size: 1.4em; 
	margin:1.6em 0 1em; 
	padding:0 0 6px 0; 
	border-bottom:1px solid #ddd; 
	font-weight: bold;
}

label > input[type="checkbox"], 
label > input[type="radio"]{ 
	margin-right: 4px; 
}

label { 
	margin-right: 6px; 
}


.disabled{ 
	color:#999; 
}

#mc4wp-admin.form-settings .tablenav{ 
	display:none; 
}

/* reports */
#mc4wp-graph{ 
	width:100%; 
	height:300px; 
	background: white; 
}

#mc4wp-graph-range-options, 
#mc4wp-graph-custom-range-options{ 
	float:left; 
}

#mc4wp-graph-custom-range-options span{ 
	float: left; 
	margin-right: 6px; 
	height: 24px; 
	line-height: 24px; 
}

#mc4wp-graph-summary p{ 
	font-weight:bold; 
}

#mc4wp-graph-line-toggles label{
	display: inline-block;
	line-height:25px;
	width: 275px;
	margin-bottom: 10px;
}


#mc4wp-log th.column-email{ 
	width:20%; 
}

#mc4wp-log th.column-signup_method{ 
	width:8%; 
}

.wp-list-table.forms th#ID {
	width: 80px;
}

/* edit forms */
#mc4wp-fw-fields { 
	display:none; 
}

#mc4wp-fw-preview { 
	font-family: Consolas, "Lucida Console", "Courier New", monospace, serif; 
	font-size:11px; 
}

#major-publishing-actions{ 
	border-bottom: 1px solid #dfdfdf; 
	-webkit-box-shadow: 0 1px 0 #fff; 
	box-shadow: 0 1px 0 #fff; 
}

#mc4wp-publish-notice{ 
	padding: 10px 10px 8px; 
	clear: both; 
	border-top: 1px solid #f5f5f5; 
}

/* hide unnecessary boxes on mc4wp-form pages */
#edit-slug-box, 
#preview-action, 
#minor-publishing { 
	display:none; 
}

/* help table */
.mc4wp-help, 
table.mc4wp-help th, 
table.mc4wp-help td { 
	border: 1px solid #ddd; 
	border-collapse: collapse; 
	font-size: 12px; 
}

.mc4wp-help th, 
table.mc4wp-help td { 
	vertical-align: text-top; 
	text-align: left; 
	padding: 5px 10px; 
}
.mc4wp-help tr:hover { 
	background-color: #ddd; 
}

.form-table td.nowrap{ 
	white-space: nowrap; 
}
.form-table td.desc{ 
	font-style:italic; 
	font-size:11px; 
}

.form-table input[type='number'] { 
	max-width: 50px; 
}

/* css builder */
#mc4wp_generated_css pre {
	display: block;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 20px;
	white-space: pre-wrap;
}

#setting-error-mc4wp-css a.mc4wp-show-css {
	margin: 1em 0 0;
}

#mc4wp-css-preview{ 
	border:1px solid #ccc; 
	width:100%; 
	max-width:500px; 
	height:100%; 
	min-height:400px;  
	background:white; 
	z-index:99; 
}

#mc4wp-css-form .wp-picker-clear, 
div.wp-picker-holder, 
.wp-picker-input-wrap { 
	background:white; 
	z-index: 999 !important; 
	position: absolute !important; 
}
#mc4wp-css-form th{ 
	font-weight:bold; 
	width:auto; 
}

/* accordion */
.ui-accordion .ui-accordion-header:first-child{ 
	border-top-width:1px; 
}
.ui-accordion-header{ 
	font-size:13px; 
	display:block; 
	border:1px solid #cecece; 
	border-width:0 0 1px 0; 
	margin:0; 
	padding:10px !important; 
	color:#999; 
}
.ui-accordion-header:before { 
	content:"+ ";
}

.ui-accordion-header.ui-state-active:before { 
	content: "- "; 
}

.ui-accordion-header.ui-state-active{ 
	color:#333; 
	background:#efefef; 
}

.ui-accordion-header:focus{ 
	outline:0; 
}

.ui-accordion-header:hover { 
	cursor:pointer; 
	color:#333; 
	background:#efefef;
}

.ui-accordion-content textarea{ 
	max-width:100%; 
}

#mc4wp .wp-list-table code {
	float: right;
}

#poststuff #post-body.columns-2 #side-sortables {
	width: auto;
}

@media(max-width: 1279px) {
	#mc4wp .wp-list-table code {
		float: none;
	}
}

@media(min-width:1100px) {

	#poststuff #post-body.columns-2{
		margin-right:400px;
	}

	#post-body.columns-2 #postbox-container-1{ 
		margin-right: -400px;
		width:380px; 
	}

	.rtl #poststuff #post-body.columns-2{
		margin-left:400px;
		margin-right: 0;
	}

	.rtl #post-body.columns-2 #postbox-container-1{
		margin-left: -400px;
		margin-right: 0;
		width:380px;
	}

}

@media(min-width:1300px) {

	#poststuff #post-body.columns-2{ 
		margin-right:570px; 
	}

	#post-body.columns-2 #postbox-container-1{
		margin-right: -570px;
		width:550px;
	}

	.rtl #poststuff #post-body.columns-2{
		margin-left:570px;
		margin-right: 0;
	}

	.rtl #post-body.columns-2 #postbox-container-1{
		margin-left: -570px;
		margin-right: 0;
		width:550px;
	}

}

@media(max-width: 959px) {

	#mc4wp-admin.columns-2{ 
		margin-right: 0;
	}

	.rtl #mc4wp-admin.columns-2{
		margin-left: 0;
	}

	#mc4wp-admin .mc4wp-sidebar-column{ 
		display:none; 
	}

}

@media(max-width: 719px) {

	.mc4wp-hide-smallscreens{ 
		display: none;
	}
	
}