/* =Styles for 'normal' meta boxes
-------------------------------------------------------------- */



.rwmb-field {
	margin: 40px 0 0 0 ;
}
.rwmb-label, 
.rwmb-input {
	display: inline-block;
	vertical-align: top;
	margin-left:40px;
}
.rwmb-label {	
	width:95px;
}
/* 75% if field has label, 100% if no label */
.rwmb-input {
	width: 100%;
}
.rwmb-label ~ .rwmb-input {
	width: 40%;
}
.rwmb-input h4 {
	margin-top: 0;
}
.rwmb-textarea {
	resize: vertical;
}
.rwmb-clone {
	min-height: 24px;
}
	.rwmb-clone > input[type="radio"],
	.rwmb-clone > input[type="checkbox"] {
		margin: 6px 0 0 4px;
	}
	/* fix width to not overlap button for cloned sliders */
	.rwmb-clone .rwmb-slider {
		width: 80%;
		margin: 6px 0 0;
	}
	/* fix buttons after sliders */
	.clearfix + .rwmb-button {
		margin-top: -16px;
	}
.rwmb-button {
	display: inline;
	float: right;
}
/* Hidden labels, :input fields, buttons */
.rwmb-label.hidden,
.rwmb-input.hidden,
.hidden .rwmb-button {
	display: none;
}

/* Fix empty block below admin footer (issue #24) */
#ui-datepicker-div {
	display: none;
}

/* =Styles for 'side' meta boxes
-------------------------------------------------------------- */

#side-sortables .rwmb-label, 
#side-sortables .rwmb-input {
	width: 100%;
}

.omc_get_bold {font-weight:bold; margin-right:20px; color:#FFF;}

.omc_text_small textarea {width:100px;}

.omc_add_another {width:270px; border: 4px dashed #DDD; height:16px; float:left; text-align:center; font-size:20px; color:#AAA; margin:40px 0px 00px 40px; padding:50px 17px; cursor:pointer; -moz-transition:.8s linear; -webkit-transition:.8s ease-out; transition:.8s linear; border-radius:20px;}

	.omc_add_another:hover {background:#FFF; color:#444; border: 4px dashed #444;}

	.omc_criteria_wrapper {margin:40px 0px 0px 40px; float:left; height:100px; text-shadow: #000 1px 1px 3px; width:270px; color:#ddd; padding:12px 20px; box-shadow:0px 0px 10px #ccc, inset 3px 3px 14px #000; border-radius:10px; background: rgb(94,94,94); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGEwYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(100%,rgba(160,160,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(160,160,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(160,160,160,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(94,94,94,1) 0%,rgba(160,160,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-8 */ }

	.omc_criteria_wrapper input {background: #444; width:125px; padding: 6px; box-shadow: inset 4px 7px 18px #000, 1px 1px 3px #aaa; color:#ccc; border: none;-moz-transition:.8s linear; -webkit-transition:.8s ease-out; transition:.8s linear;}
	
	.omc_criteria_wrapper input:focus {background:#222; color:#FFF; text-shadow: 0px 0px 5px #fff}
	
	.omc_criteria_wrapper .rwmb-label {width:100px; margin-left:0px;}
	
	.omc_criteria_wrapper .rwmb-field {margin:10px 0px;}


p#omc_c2_final_score_description em {cursor:pointer; color:#F00;}







