/* Options Framework Admin Styles */

.updated {
	max-width: 764px;
	margin-bottom: 0 !important;
}
#eo_custom_field_options {
	position: relative;
	z-index: 0;
	max-width: 780px;
	background: #fff;
}
#eo_custom_field_options h3 {
	cursor: default;
}
#eo_custom_field_options p {
	margin-bottom:0;
	padding-bottom:10px;
	line-height: 1.4em;
}
#eo_custom_field_options .section {
	padding: 10px 10px 0;
}
#eo_custom_field_options .group {
	padding-bottom: 40px;
}
#eo_custom_field_options .section .heading {
	padding: 10px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #dfdfdf;
}
#eo_custom_field_options .section .controls {
	float: left;
	min-width: 350px;
	width: 54%;
	padding-right: 2%;
}
#eo_custom_field_options .section .explain {
	max-width: 38%;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #777;
}
#eo_custom_field_options .section-checkbox .controls {
	width: 98%;
}
#eo_custom_field_options .section-checkbox .explain {
	max-width: 94%;
}
#eo_custom_field_options .of-input {
	width: 100%;
}
#eo_custom_field_options .controls select, #eo_custom_field_options .controls textarea {
	margin-bottom: 10px;
	width: 100%;
}
#eo_custom_field_options .section-radio label, #eo_custom_field_options .section-multicheck label {
	float: left;
	max-width: 90%;
	line-height: 16px;
	margin-bottom: 5px;
}
#eo_custom_field_options input.checkbox, #eo_custom_field_options input.of-radio {
	width: 30px;
	margin-top: 2px;
	float: left;
	clear: both;
}
#eo_custom_field_options .section-typography .controls {
	float:none;
	width:auto;
}
#eo_custom_field_options .section-typography .explain {
	float:none;
	width:auto;
}
#eo_custom_field_options .controls .of-typography-size {
	width:80px;
	float:left
}
#eo_custom_field_options .controls .of-typography-unit {
	width:50px;
	margin-left:5px;
	float:left
}
#eo_custom_field_options .controls .of-typography-face {
	width:100px;
	margin-left:5px;
	float:left
}
#eo_custom_field_options .controls .of-typography-style {
	width:80px;
	margin-left:5px;
	margin-right:5px;
	float:left
}
#eo_custom_field_options .of-background-properties {
	clear:both;
	margin-top: 18px;
}
#eo_custom_field_options .controls .of-background-repeat {
	width:125px;
	margin-right:5px;
	float:left
}
#eo_custom_field_options .controls .of-background-position {
	width:125px;
	margin-right:5px;
	float:left
}
#eo_custom_field_options .controls .of-background-attachment {
	width:125px;
	margin-right:5px;
	float:left
}
#eo_custom_field_options .section-background .wp-picker-container {
	margin-bottom:10px;
}
#eo_custom_field_options .controls .of-radio-img-img {
	border:3px solid #f9f9f9;
	margin:0 5px 10px 0;
	display:none;
	cursor:pointer;
	float:left;
}
#eo_custom_field_options .controls .of-radio-img-selected {
	border:3px solid #ccc
}
#eo_custom_field_options .controls .of-radio-img-img:hover {
	opacity:.8;
}
#eo_custom_field_options .controls .of-border-width {
	width:80px;
	float:left
}
#eo_custom_field_options .controls .of-border-style {
	width:120px;
	float:left
}
#eo_custom_field_options .hide {
	display:none;
}
#eo_custom_field_options .of-option-image {
	max-width:340px;
	margin:3px 0 18px 0;
}
#eo_custom_field_options .mini .controls select, #eo_custom_field_options .section .mini .controls {
	width: 140px;
}
#eo_custom_field_options .mini .controls input, #eo_custom_field_options .mini .controls {
	min-width:140px;
	width: 140px;
}
#eo_custom_field_options .mini .explain {
	max-width:74%;
}

/* Editor */

#eo_custom_field_options .section-editor .explain {
	max-width: 98%;
	float:none;
	margin-bottom:5px;
}

/* Image Uploader */

#eo_custom_field_options .controls input.upload {
	width:80%;
}
#eo_custom_field_options .controls input.upload_button {
	float:right;
	border-color:#BBBBBB;
	cursor:pointer;
}
#eo_custom_field_options .controls input.upload_button:hover {
	border-color:#666666;
	color:#000;
}
#eo_custom_field_options .screenshot {
	float:left;
	margin-left:1px;
	position:relative;
	width:344px;
	margin-top:3px;
}
#eo_custom_field_options .screenshot img {
	background:#FAFAFA;
	border-color:#ccc #eee #eee #ccc;
	border-style:solid;
	border-width:1px;
	float:left;
	max-width:334px;
	padding:4px;
	margin-bottom:10px;
}
#eo_custom_field_options .screenshot .remove-image {
	background:url("../images/ico-delete.png") no-repeat;
	border:medium none;
	bottom:4px;
	display:block;
	float:left;
	height:16px;
	padding:0;
	position:absolute;
	left:-4px;
	text-indent:-9999px;
	width:16px;
}
#eo_custom_field_options .screenshot .no_image .file_link {
	margin-left: 20px;
}
#eo_custom_field_options .screenshot .no_image .remove-button {
	bottom: 0;
}
#eo_custom_field_options .reset-button {
	float:left;
	cursor:pointer;
}

/* Bottom Section */

#eo_custom_field_options-submit {
	padding: 7px 10px;
	border-top: 1px solid #ECECEC;
	background-color: #F1F1F1;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
}
#eo_custom_field_options .button-primary {
	float:right;
}
#eo_custom_field_options .section:after {
	content: "";
	display: table;
}
#eo_custom_field_options .section:after {
	clear: both;
}