﻿/* Theme Colorsgreen : #008752 yellow : #FFDD00*/
form .textajaxuniquetext:focus,
form input.text:focus,
form select:focus,
form textarea:focus {
    outline: 0;
}
form input[disabled],
form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
form label,
form label.left {
    float: none !important;
    clear: both !important;
}
.field,
label {
    margin: 0 0 8px;
}
.field .checkbox,
.field .radio {
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 0;
}
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
form .good {
    background-color: #ecf9d0;
    border-color: #8fbe00;
}
form .bad,
form .required {
    background-color: #f9d0d0;
    border-color: #cf0000;
    color: #b80000;
}
.Actions {
    margin-bottom: 20px;
}
.Actions .action, a.btn, button, input[type=submit] {
    background: #008752;
    color: #FFDD00;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}
.Actions .action:hover, a.btn:hover, button:hover, input[type=submit]:hover {
    background: #FFDD00;
    color: #008752;
}
a.btn {
    line-height: 18px;
    margin-bottom: 10px;
}
a.btn:after {
    content: "\2192";
    padding-left: 10px;
}
.ie7 input.action {
    width: 0;
    overflow: visible;
}
input.action[class] {
    width: auto;
}
.ie7 .Actions .action {
    float: left;
}
.Actions:after {
    display: inline-block;
    font-weight: 400;
    margin-top: 9px;
}
#MemberLoginForm_LoginForm .Actions:after,
#MemberLoginForm_LostPasswordForm .Actions:after {
    display: none;
}
#Remember {
    min-height: 20px;
}
#ForgotPassword {
    clear: left;
}
h3.FormHeading {
    clear: both;
    padding: 12px 0 7px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #008752;
}
form .date .middleColumn input {
    width: 114px;
}
.Actions input.action-minor,
.Actions input.resetformaction {
    float: left;
    background-color: #888;
}
.Actions input.action-minor:hover,
.Actions input.resetformaction:hover {
    background-color: #aaa;
}
.checkbox label.right {
    font-size: 14px;
    color: #565656;
}
form .requiredField label.left:after {
    color: #b94a48;
    content: "*";
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}
input.text,
input.title,
textarea {
    padding: 5px;
}
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
form .checkboxset li,
form .optionset li {
    margin-bottom: 5px;
    list-style-type: none;
}
form div.checkbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form .checkbox .checkbox {
    clear: both;
}
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}
form input.holder-required {
    border: 1px solid #cf0000;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}
.ss-uploadfield-item-info button {
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-day,
form #DMYDate-month {
    width: 25px;
}
.required {
    color: red;
}
fieldset {
    padding: 0.3em;
    margin: 0 0 10px;
    border: none;
}
ul.optionset {
    margin: 0;
}
ul.optionset li {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
}
.dropdown,
.optionset {
    margin: 0 0 12px;
}
legend {
    font-weight: 700;
    font-size: 1.2em;
}
#IE8#HACK,
fieldset {
    padding-top: 0.3em;
}
#IE8#HACK,
legend {
    margin-top: 0;
    margin-bottom: 0;
}
input.text, input.title, input[type=password], input[type=text], textarea {
    background-color: #fff;
    border: 1px solid #bbb;
}
input.text:focus, input.title:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
    border-color: #666;
}
select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}
input.text, input.title, input[type=password], input[type=text], select, textarea {
    margin: 0.5em 0;
}
input.title {
    font-size: 1.5em;
}
textarea {
    resize: vertical;
    height: 250px;
}
form.inline {
    line-height: 3;
}
form.inline p {
    margin-bottom: 0;
}
.alert,
.error,
.info,
.notice,
.success {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.alert,
.error {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
.alert a,
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
.info a {
    color: #205791;
}
#GetInSeat-form form#Form_Form fieldset{
	margin:0;
	padding:0;
}
#GetInSeat-form form#Form_Form fieldset #EditableTextField318,
#GetInSeat-form form#Form_Form fieldset #EditableEmailField319,
#GetInSeat-form form#Form_Form fieldset #EditableTextField320,
#GetInSeat-form form#Form_Form fieldset #EditableTextField321,
#GetInSeat-form form#Form_Form fieldset #EditableTextField322,
#GetInSeat-form form#Form_Form fieldset #EditableTextField323,
#GetInSeat-form form#Form_Form fieldset #EditableTextField324,
#GetInSeat-form form#Form_Form fieldset #EditableDropdown325
{
	width:32.5%;
	float:left;
	margin-right:10px;
}
#GetInSeat-form form#Form_Form fieldset #EditableDropdown326,
#GetInSeat-form form#Form_Form fieldset #EditableTextField327
{
	width:99%;
	clear:both;
}

@media only screen and (max-width: 700px) {
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	#MemberLoginForm_LoginForm label,
	form label.left {
	    margin-bottom: 8px;
	}
	#GetInSeat-form form#Form_Form fieldset #EditableTextField318,
	#GetInSeat-form form#Form_Form fieldset #EditableEmailField319,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField320,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField321,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField322,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField323,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField324,
	#GetInSeat-form form#Form_Form fieldset #EditableDropdown325
	{
		width:100%;
		float:none;
		margin-right:0px;
	}
	#GetInSeat-form form#Form_Form fieldset #EditableDropdown326,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField327
	{
		width:100%;
	}
}
@media only screen and (max-width: 900px) {
    form {
        max-width: 100%;
    }
}
