/* Default styles */

form { clear: both; }
.nullable input[type=checkbox], .nullable input.checkbox, .nullable span { display: none; }
.middleColumn { clear: left; }
input[type=text], input.text, textarea { font-family: Verdana; padding: 3px; background: #fff; font-size: 12px; color: #231F20; border: 1px solid #9C9E9F; width: 300px; }
.field { overflow: hidden; margin-bottom: 8px; }
textarea { width: 300px; }
#StartTime { clear: left; }
input.day, input.month { width: 20px; margin: 0; }
input.year { width: 40px; margin: 0; }
.time .middleColumn { width: 170px; position: relative; }
.date img, .time div.ui-corner-all { float: left; margin: 6px 0 0 6px; }
.time .ui-timepickr { top: 30px; }
.time .ui-corner-all { width: 17px; height: 17px; }
.Actions { overflow: hidden; margin-top: 10px; }
.Actions input { }
.checkbox input { float: left; }
.checkbox .right { float: left; line-height: 16px; margin-left: 10px; }
.middleColumn ul { padding: 0; }
.middleColumn ul li { margin: 0; padding: 0; list-style: none; }
.fieldgroup { padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#Password .middleColumn label { display: block; }

form .good, form .warning, form .bad { color: #000;  }
form .good { color: green !important; }
form .good a { color: white; text-decoration: underline; }
form .bad { color: red !important; }
form .required, form .error, form .validation { color: red !important; }
form .requiredField label:after { content: " *"; }

form .phonenumber .fieldgroup { overflow: hidden; padding: 0 !important; }
form .phonenumber input { width: auto !important; margin: 0 4px 0 0 !important; }
form .phonenumber .fieldgroupField { float: left; }


/* SELECT DROPDOWN
---------------------------------------- */

select { 
	font-family: Verdana;
	background: #ffffff;
	padding: 2px 0;
	width: 300px;
	margin: 0;
	font-size: 12px;
	border: 1px solid #9C9E9F;
}

/* LABELS
---------------------------------------- */

label.right { display: inline; }

/* CHECKBOXES
---------------------------------------- */
ul.optionset { margin: 0; overflow: hidden; }
ul.optionset li { margin: 6px 0; clear: both; }
ul.optionset li input {	float: left; margin: 0 6px; }
ul.optionset li label { margin: 0; }

.newsletter form .email { float: left; }
.newsletter form input[type=text] { width: 130px; }
.newsletter form label { display: none; }
.newsletter form .field, .newsletter form .Actions { margin: 0; }
.newsletter form .Actions { float: right }
.newsletter form fieldset { float: left; }
.newsletter form .formButton { color: #D40039; background: none; border: none; font-family: 'PT Serif', serif; font-size: 15px;  }
.newsletter form .clear, .newsletter form .middleColumn { clear: none; }
		
/* Custom definitions */

.ecomquantityfield input[type=text] { width: 25px; }
#OrderForm_OrderForm input[type=submit], #OrderForm_OrderForm button.action { background: #87A81E; padding: 6px 12px; color: #fff;  font-size: 17px; border: 0; font-family: 'PT Serif', serif; }
#OrderForm_OrderForm button.action { margin-bottom: 15px; }

#Checkout form input.nolabel { margin: 15px 0 0; }

#chardOrder input[type="text"] { padding: 0; }

.creditcard .middleColumn input { width: 40px; }
#Checkout #DateExpiry .middleColumn input { width: 40px; }
#Checkout #Cvc2 .middleColumn input { width: 40px; }


#OrderForm_OrderForm_HeaderFieldPayment-Type { display: none; }
#PaymentMethod { display: none; }

td.disabled { color: silver !important; }

#Form_Form_MemberInfo { display: none; }

.field.nocaptcha {
    height: 62px;
}

.g-recaptcha {
	display: inline-block;
	width: 243px;
	height: 62px;
	transform: scale(0.8);
	transform-origin: 0 0;
}
