@CHARSET "UTF-8";

.widget form.standard {
	margin: 0 0 30px 5px;
}

.inline-edit form.standard {
	margin: 0;
}

.inline-edit form.standard input,
.inline-edit form.standard select {
	padding: 3px;
	font-size: 12px;
}

.inline-edit.short form.standard input {
	width: 50px;
}

.inline-edit form.standard select {
	width: 200px;
}

.ui-widget-content .widget form.standard {
	margin-bottom: 0;
}

.combobox .ui-widget {
	font-family: OpenSans;
	font-size: 13px;
}

.combobox button {
	margin-left: -2.5em;
	border: none;
}

.widget form.standard label {
	display: block;
}

.widget .grid.flat label {
	display: inline;
	margin-right: 5px;
}

.widget form.standard input {
}

.widget form.standard .input.short input {
	width: 75px;
}

.widget form.standard .input.currency input {
	/* Use dollar sign as background image */
}

.widget form.standard .grid div.submit {
	margin-left: 5px;
}

form.standard div.required label {
	font-family: OpenSansBold;
	color: #0a435e;
}

.location form.search input[type=submit],
form.header input[type=submit],
form.standard div.submit input {
	border: none;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
	background-color: #32a7e0;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-family: OpenSansLight;
}

form.search textarea,
form.search .combobox input,
form.search select,
form.search input,

form.standard textarea,
form.standard .combobox input,
form.standard select,
form.standard input {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	font: 13px/1.5 OpenSans;
	margin: 0;
	padding: 6px;
	background-color: #ffffff;
	/*	
	padding: 2px;
	color: #777777;
	background-color: #ffffff;
	border: 1px solid #999999;
	*/
}

form div.submit input.blackpill {
	margin: 5px 0 0 10px;
	color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
    border-radius: 10px 10px 10px 10px;
    display: block;
    float: right;
    font-family: OpenSansBold;
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 10px;
    text-transform: uppercase;
}

form.standard .input.radio fieldset {
	display: block;
	margin-bottom: 10px;
}

form.standard div.input.checkbox {
	overflow: hidden;
	width: 100%;
}

form.standard div.input.checkbox input {
	width: auto;
	float: left;
}

form.standard div.input.checkbox div.checkbox {
	width: 50%;
	overflow: hidden;
	float: left;
}

label.wide,
form.standard div.input.checkbox label {
	width: 90%;
	float: left;
	margin-left: 3px;
}

form.standard div.submit {
	clear: both;
}

form.standard fieldset {
	background: none repeat scroll 0 0 #efefef;
	border: medium none;
	border-radius: 8px;
	margin-bottom: 1.5em;
	padding-bottom: 10px;
	position: relative;
}

form.standard fieldset div.fieldset-wrapper {
	padding: 25px 25px 0;
}

form.standard fieldset div.fieldset-wrapper-noedit {
	padding: 25px 25px 0;
	opacity: 0.8;
}

#body .widget form.standard fieldset div.fieldset-wrapper h4 {
	margin-top: 0;
}

#body .widget form.standard fieldset div.fieldset-wrapper-noedit h4 {
	margin-top: 0;
}

#body .widget form.standard fieldset div.fieldset-wrapper-noedit input {
	border: none;
	background: 333333;
}

form.standard .input.radio fieldset input,
form.standard .input.radio fieldset input {
	clear: both;
	float: left;
	margin-right: 10px;
	width: auto;
}

form.standard .input.radio fieldset label,
form.standard .input.radio fieldset label {
	color: #777777;
}

.location form.search input,
.location form.standard input {
	font-size: 12px;
	font-family: OpenSans;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #ffffff;
	float: right;
	margin-right: 5px;
	width: 230px;
}

.location form.search input[type=submit],
.location form.standard div.submit input {
	float: right;
	background-color: #277ea8;
	margin-right: 20px;
	width: auto;
	font-size: 12px;
}

form.standard div.input {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
form.standard div#email_attachment_container div.input.checkbox {
	margin-bottom: 1px;
}

form.standard textarea,
form.standard div.input input {
	width: 70%;
}

form.standard div.input select {
	width: 72%;
}

form.standard div.input div.inline-edit select {
	width: auto;
}

form.standard div.input input.ui-autocomplete-input {
	width: 64%;
}

form.standard div.textarea.large textarea,
form.standard div.textarea.wide textarea,
form.wide textarea,
form.wide div.input select,
form.wide div.input input {
	width: 95%;
}

form.standard div.input.short select,
form.standard div.input.short input {
	width: 15%;
}

form.standard div.input.medium select,
form.standard div.input.medium input {
	width: 40%;
}

form div.textarea.tall textarea {
	height: 400px;
}

form.standard div.radio fieldset legend,
form.standard label {
	/*
	width: 20%;
	float: left;
	margin-right: 1%;
	*/
	color: #277ea8;
}

form.standard .input.radio {
	padding-left: 25%;
}

fieldset.required,
fieldset.optional {
	width: auto;
	padding: 10px;
	background-color: #e8f6fc;
	margin-bottom: 20px;
	border: 1px solid #abd3e8;
	border-radius: 10px;
}

fieldset.optional {
	background-color: #efefef;
	border-color: #cccccc;
}

fieldset.required legend,
fieldset.optional legend {
	background-color: #abd3e8;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	font-size: 11px;
	color: #277ea8;
}

fieldset.required legend {
	background-color: #000000;
	color: #ffffff;
}

fieldset.required select,
fieldset.required input {
	color: #277ea8;
	background-color: #abd3e8;
	border-color: #ffffff;
}

fieldset.optional select,
fieldset.optional input {
	color: #666666;
	background-color: #cccccc;
	border-color: #ffffff;
}

form.standard fieldset.buttons {
	padding: 0;
	margin: 0;
	background: none;
	margin-top: 20px;
}

fieldset.buttons div.submit {
	clear: none;
}

fieldset.buttons input {
	float: left;
	margin-right: 10px;
}

#body .widget form.standard h4 {
	display: block;
	clear: both;
	color: #000000;
	font-family: OpenSansBold;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

#body .widget form.standard h5 {
	display: block;
	clear: both;
	color: #000000;
	font-family: OpenSansBold;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
}

form.standard .input span.note {
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
}

form.standard table tr.action div.input {
	margin: 0;
}

form.fancy {
	width: 280px;
	display: block;
	margin: auto;
}

form.fancy .input {
	margin-bottom: 20px;
	width: 300px;
}

form.fancy label {
	display: block;
	font-size: 13px;
	font-family: OpenSansSemiBold;
	color: #ffffff;
	padding-bottom: 5px;
}

form.fancy .input password,
form.fancy .input input {
	border-radius: 10px;
	border: none;
	width: 260px;
	padding: 5px 10px 5px 10px;
	box-shadow: 2px 2px 2px 2px #2886b3;
	color: #000000;
}

form.fancy div.submit input {
	background-color: #000000;
	padding: 5px 20px 5px 20px;
}

#login form.standard div.input {
	width: 330px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

#login form.standard div.input input {
	padding: 5px;
	width: 318px;
}

#login form.standard div.input.checkbox input {
	width: auto;
}

#login form.standard div.submit input {
	padding: 5px 24px 5px 24px;
	font-size: 18px;
	border-radius: 0;
}

.ui-buttonset fieldset legend,
form.standard div.radio fieldset legend,
form.standard label {
	width: 20%;
	float: left;
	margin-right: 1%;
	color: #277ea8;
}

form.standard div.input.long-label label, 
div.buttonset.long-legend.ui-buttonset fieldset legend {
	width: 50%;
}

.ui-buttonset fieldset label {
	width: auto;
}

.ui-buttonset fieldset label.ui-state-active span {
	color: #ffffff;
}

form.standard .ui-buttonset fieldset {
	margin-bottom: 0;
	padding-bottom: 0;
}

.error-message {
	font-size: 11px;
	color: #ff0000;
	margin-left: 21%;
	margin-bottom: 10px;
}

.flush.error-message,
.flush .error-message {
	margin-left: 0;
}

div.delete img {
	margin-right: 5px;
}

div.delete.small {
	font-size: 11px;
}

form.standard div.input input[type=checkbox]{
	margin-top: 3px;
    width: 30px;
}

form.standard
input[type=checkbox].auto {
	width: auto;
}

input.short {
	width: 20%;
}

.flush-left .error-message {
	margin-left: 0;
}

form.standard .slim label {
	line-height: 30px;
}

.widget form.tight div.sort input,
form.tight div.sort input {
	width: 25px;
}

form.tight div.input {
	margin-right: 10px;
	margin-bottom: 0;
	width: auto;
	overflow: hidden;
	float: left;
}

form.standard input[type=submit]:disabled,
form.standard select:disabled,
form.standard input:disabled,
form.header input:disabled {
	background-color: #d9d9d9;
}

form.header {
	margin: 17px 10px 0 0;
}

form.header input,
form.header select {
	min-width: 150px;
}

form.header input[type=submit] {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	min-width: inherit;
	width: auto;
}

form div.input div.block {
	width: auto;
	overflow: hidden;
}

.widget form.standard label.stripped,
label.stripped {
	width: 100%;
	display: inline;
	margin: 0;
}

.stacked input[type=radio] {
	display: inline !important;
	margin: 2px;
}