﻿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;
    clear: both;
}
.empty-space-field{
	visibility:hidden;
}
.field {
    margin: 0 0 5px
}
label {
    margin: 0 0 2px
}
.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,
input[type=submit] {
	background:#ff3600;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0 0 8px 0;
    padding: 14px 25px; 
    transition: 0.4s all;	   
    border: 0;
    cursor: pointer
}
.Actions .action:hover,
a.btn:hover,
input[type=submit]:hover {
	background:#111111;
}
.orange-inlay .Actions .action {
    background: #111111;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0 0 8px 0;
    padding: 14px 25px; 
    transition: 0.4s all;	   
    border: 0;
    cursor: pointer
}
.orange-inlay .Actions .action:hover {
	background:#222222;
}
button{
	background:#ff3600;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0;
    padding: 14px 25px;
    transition: 0.4s all;	   
    border: 0;
    cursor: pointer
}
button:hover{
	background:#111111;
}
.orange-inlay .dark-button {
    background: #111111;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0 0 8px 0;
    padding: 14px 25px; 
    transition: 0.4s all;	   
    border: 0;
    cursor: pointer
}
.orange-inlay .dark-button:hover {
	background:#222222;
}
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!important;
    margin: 0!important;
    font-size: 26px;
    font-weight: 700;
    color: #ff3600;
}
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,
input:not([type]), 
input[type=text], 
input[type=password], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=month], 
input[type=week], 
input[type=email], 
input[type=number], 
input[type=search], 
input[type=tel], 
input[type=time], 
input[type=url], 
input[type=color], 
textarea,
select 
{
    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!important;
    margin: 0!important;
    border: none
}
ul.optionset {
    margin: 0
}
ul.optionset li {
    list-style-type: none;
    list-style-position: outside;
    margin: 0
}
.dropdown,
.optionset {
    margin: 0 0 5px;
    font-size: .875rem;
}
legend {
    font-weight: 700;
    font-size: 1.2em
}
form .field .file,
form .field input[type=file]
{
	padding:15px;
	border: 1px solid #d6d6d6;
	background:#f9e1e3;
}
#IE8#HACK,
fieldset {
    padding-top: .3em
}
#IE8#HACK,
legend {
    margin-top: 0;
    margin-bottom: 0
}
input.text,
input.title,
input:not([type]), 
input[type=text], 
input[type=password], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=month], 
input[type=week], 
input[type=email], 
input[type=number], 
input[type=search], 
input[type=tel], 
input[type=time], 
input[type=url], 
input[type=color], 
select
{
	height:2.625rem;
}
input.text,
input.title,
input:not([type]), 
input[type=text], 
input[type=password], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=month], 
input[type=week], 
input[type=email], 
input[type=number], 
input[type=search], 
input[type=tel], 
input[type=time], 
input[type=url], 
input[type=color], 
textarea,
select
{
    margin: 0 0 10px 0;
    background-color: #fff;
    border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);    
}
input.text:focus,
input.title:focus,
input:not([type]):focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=date]:focus, 
input[type=datetime]:focus, 
input[type=datetime-local]:focus, 
input[type=month]:focus, 
input[type=week]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=time]:focus, 
input[type=url]:focus, 
input[type=color]:focus, 
textarea:focus,
select:focus
{
    border-color: #666
}
select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}
input.title {
    font-size: 1.5em
}
textarea {
    resize: vertical;
}
form.inline {
    line-height: 3
}
form.inline p {
    margin-bottom: 0
}
.alert,
.error,
.info,
.notice,
.success {
    padding: .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
}

/**************************** Custom Form Styles ************************************/

.dynamic-form-wrapper{
    background-repeat: no-repeat;
	background-position:center center;
    margin:10px 0 10px 0;
    background-size: cover;
}
.dynamic-form-wrapper .orange-inlay{
	padding:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3600+0,ff3600+100&0.89+0,0+100 */
	background: linear-gradient(to right,  rgba(255,54,0,0.75) 0%,rgba(255,54,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dynamic-form-wrapper .orange-inlay h3{
    color:#fff;
}
.dynamic-form-wrapper .orange-inlay form label{
    color:#fff;
}
.dynamic-form-wrapper .orange-inlay form .requiredField label.left:after {
    color: #fff;
}


.service-form-wrapper{
	background-image:url('/_resources/themes/base-foundation-theme/images/service-background.jpg');
    background-repeat: no-repeat;
	background-position:center center;
    margin:10px 0 10px 0;
    background-size: cover;
}
.service-form-wrapper .orange-inlay{
	padding:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3600+0,ff3600+100&0.89+0,0+100 */
	background: linear-gradient(to right,  rgba(255,54,0,0.75) 0%,rgba(255,54,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.service-form-wrapper .orange-inlay h3{
    color:#fff;
}
.service-form-wrapper .orange-inlay form label{
    color:#fff;
}
.service-form-wrapper .orange-inlay form .requiredField label.left:after {
    color: #fff;
}
.parts-form-wrapper{
	background-image:url('/_resources/themes/base-foundation-theme/images/parts-form-background.jpg');
    background-repeat: no-repeat;
	background-position:center center;
    margin:10px 0 10px 0;
    background-size: cover;
}
.parts-form-wrapper .orange-inlay{
	padding:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3600+0,ff3600+100&0.89+0,0+100 */
	background: linear-gradient(to right,  rgba(255,54,0,0.75) 0%,rgba(255,54,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.parts-form-wrapper .orange-inlay h3{
    color:#fff;
}
.parts-form-wrapper .orange-inlay form label{
    color:#fff;
}
.parts-form-wrapper .orange-inlay form .requiredField label.left:after {
    color: #fff;
}
.sales-form-wrapper{
	background-image:url('/_resources/themes/base-foundation-theme/images/sales-background1.jpg');
    background-repeat: no-repeat;
	background-position:center center;
    margin:10px 0 10px 0;
    background-size: cover;
}
.sales-form-wrapper .orange-inlay{
	padding:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3600+0,ff3600+100&0.89+0,0+100 */
	background: linear-gradient(to right,  rgba(255,54,0,0.75) 0%,rgba(255,54,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sales-form-wrapper .orange-inlay h3{
    color:#fff;
}
.sales-form-wrapper .orange-inlay form label{
    color:#fff;
}
.sales-form-wrapper .orange-inlay form .requiredField label.left:after {
    color: #fff;
}
.fiftypercent{
    display: inline-block;
    width: 48.5%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.fiftypercent input.fiftypercent,
.fiftypercent textarea.fiftypercent,
.fiftypercent select.fiftypercent
{
    float: none;
    width: 100%;
    margin:0;
}
.thirtypercent{
    display: inline-block;
    width: 30.5%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.thirtypercent input.thirtypercent,
.thirtypercent textarea.thirtypercent,
.thirtypercent select.thirtypercent
{
    float: none;
    width: 100%;
    margin:0;
}
.hundredpercent{
    width: 98.5%;
    clear: both;
}
.hundredpercent input.hundredpercent,
.hundredpercent textarea.hundredpercent,
.hundredpercent select.hundredpercent
{
    float: none;
    width: 100%;
    margin:0;
}

@media only screen and (max-width: 900px) {
    form {
        max-width: 100%
    }
}
@media only screen and (max-width: 700px) {
    .header form .middleColumn {
        float: none;
        width: 100%!important
    }
    #MemberLoginForm_LoginForm label,
    form label.left {
        margin-bottom: 8px
    }
    .service-form-wrapper .orange-inlay,
    .parts-form-wrapper .orange-inlay,
    .sales-form-wrapper .orange-inlay    
    {
        padding:15px;
    }
    .fiftypercent{
        float: none;
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    .fiftypercent input.fiftypercent,
    .fiftypercent textarea.fiftypercent,
    .fiftypercent select.fiftypercent
    {
        float: none;
        display: block;
        width: 100%;
        margin:0;
    }
    .thirtypercent{
        float: none;
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    .thirtypercent input.thirtypercent,
    .thirtypercent textarea.thirtypercent,
    .thirtypercent select.thirtypercent
    {
        float: none;
        display: block;
        width: 100%;
        margin:0;
    }    
    .hundredpercent{
        width: 100%;
        clear: both;
    }
    .hundredpercent input.hundredpercent,
    .hundredpercent textarea.hundredpercent,
    .hundredpercent select.hundredpercent
    {
        float: none;
        display: block;
        width: 100%;
        margin:0;
    }    
}
@media only screen and (max-width: 640px) {
	.empty-space-field{
		display:none !important;
	}		
}	