/*contactForm */
.wffm .scfForm {
    /*margin-top: 5rem;*/
    margin-top: 1rem;
    /*padding: 10px;*/
    padding: 10px 10px 10px 0px;
}

.wffm .scfForm *,
.wffm .scfForm *:before,
.wffm .scfForm *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wffm .scfForm .form-horizontal {
    border-right: 1px solid #d2d4d3;
}

.wffm .scfForm aside {
    padding-left: 2rem;
}

.wffm .scfForm aside img {
    border: 1px solid #d2d4d3;
}

fieldset.scfSectionBorderAsFieldSet {
    padding: 0;
    border: 0;
    border-top: none;
    margin: 0;
}

legend.scfSectionLegend {
    padding: 2rem 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    border: 0;
    white-space: normal;
}

.wffm .scfForm .validationWarning p {
    color: red;
}

.wffm .scForm fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.wffm .scfForm .scfSubmitButtonBorder {
    background: url(/design/corporate/art/btn_white_left.png) no-repeat scroll 0 0 transparent;
    /*background: url(/assets/btn_white_left.png) no-repeat scroll 0 0 transparent;*/
    display: block;
    float: right;
    height: 3.6rem;
    overflow: hidden;
    padding: 0 1rem 0 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 10px 10px 10px 0;
    color: #c30e2e;
    outline: none;
    cursor: pointer;
}

.wffm .scfForm .scfSubmitButtonBorder:before {
    border-color: transparent transparent transparent #C30E2E;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    left: 1.6rem;
    margin: -0.6rem 0 0;
    position: absolute;
    top: 50%;
    width: 0;
}

.wffm .scfForm .scfSubmitButtonBorder:hover {
    background-position: 0 -3.6rem;
    color: #ffffff;
    text-decoration: none;
}

.wffm .scfForm .scfSubmitButtonBorder:hover:before {
    border-left-color: #ffffff;
}

.wffm .scfForm .scfSubmitButton {
    background: url(/design/corporate/art/btn_white_right.png) no-repeat scroll 100% 0 transparent;
    /*background: url(/assets/btn_white_right.png) no-repeat scroll 100% 0 transparent;*/
    display: block;
    float: left;
    /* padding: 0 1.6rem 0; */
    padding: 0 10px 0 0.6rem;
    height: 100%;
}

.wffm .scfForm .scfSubmitButtonBorder:hover .scfSubmitButton {
    color: #fff;
    background-position: 100% -3.6rem;
}

.scfSectionContent {
    clear: both;
    padding-top: 1.8rem;
}

.scfSectionContent > div {
    height: 50px;
}

.scfSectionContent > .scfDateSelectorBorder {
    height: 60px;
}

.scfSectionContent > div.scfMultipleLineTextBorder {
    height: 100px;
}

.scfSectionContent > div.scfCheckBoxListBorder,
.scfSectionContent > div.scfRadioButtonListBorder,
.scfSectionContent > div.scfListBoxBorder {
    /*height: 110px;*/
}

.scfSectionContent .scfDateSelectorGeneralPanel {
    width: 61%;
}

.scfValidatorRequired {
}

.scfSectionContent .scfRequired {
    margin: 0 0;
    float: none;
    position: relative;
    left: 5px;
}

.scfSectionContent .scfDateSelectorGeneralPanel + .scfRequired {
    left: -5px;
    top: 10px;
}

.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelYear,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelMonth {
    width: calc(33.33% - 10px);
    margin-left: 8px;
}

.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelDay {
    width: calc(33.33% - 12px);
    margin-left: 10px;
}

.scfDateSelectorGeneralPanel .scfDateSelectorYear,
.scfDateSelectorGeneralPanel .scfDateSelectorMonth,
.scfDateSelectorGeneralPanel .scfDateSelectorDay {
    width: calc(33.33% - 10px);
}

.scfSectionContent .grid03,
.scfSectionContent .grid04,
.scfSectionContent .grid10,
.scfSectionContent .grid12 {
    padding: 0;
}

.scfSectionContent .not-padded {
    padding: 0;
}

.scfSectionContent input[type="text"].full-width {
    width: 100%;
}

.scfSectionContent .control-label {
    float: left;
    width: 12rem;
}

.scfSectionContent input[type="text"], .scfSectionContent input[type="password"],
.scfSectionContent textarea, .scfSectionContent select {
    margin: 0 5px;
    background-color: #f9f9f9;
    border: 1px solid #C0C0C0;
    width: 100%;
    -webkit-box-shadow: 2px 2px 5px 0 #000000 inset;
    -ms-box-shadow: 2px 2px 5px 0 #000000 inset;
    box-shadow: 2px 2px 5px 0 #000000 inset;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 0.9rem;
    color: #58595b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formItem:after {
    display: none !important;
}
/*.scfSectionContent .formItem .errorBlock { display: none; position: absolute;  left: 100% ; top: 0; width: auto; min-width: 290px; text-align: center;}*/
/*.form-group.error .formItem:hover .errorBlock { display: block; background: red; color: white; z-index: 100; font-style: normal; }*/
.scfSectionContent .formItem .errorBlock span {
    display: none;
}

.scfSectionContent .formItem.error:hover .errorBlock span {
    display: block;
    left: 50%;
    margin-left: -200px;
    bottom: 45px;
    position: absolute;
    background: url("/design/shared/img/error-bg.png") repeat;
    width: auto;
    min-width: 400px;
    min-height: 100%;
    line-height: 2.5;
    text-align: center;
    color: white;
    z-index: 100;
    font-style: normal;
}

.scfSectionContent .formItem.error:hover .errorBlock span:before {
    content: "";
    display: block;
    width: 15px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -14px;
    background: url("/design/shared/img/arrow-error.png") no-repeat left top;
}

.scfSectionContent .formItem .errorBlock span[style=visibility: visible;] {
    display: block;
}

.scfSectionContent .formItem .errorBlock span[style=visibility: hidden;] {
    display: none;
}

.scfSectionContent input[type="text"].error,
.scfSectionContent input[type="password"].error,
.scfSectionContent input[type="email"].error,
.scfSectionContent textarea.error,
.form-group.external input[type="text"].error,
.form-group.external input[type="password"].error,
.form-group.external input[type="email"].error,
.form-group.external textarea.error {
    border: 1px solid #f00;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(255, 0, 0, 0.1) inset;
    -ms-box-shadow: 2px 2px 5px 0 rgba(255, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 5px 0 #f00 inset;
    box-shadow: 2px 2px 5px 0 rgba(255, 0, 0, 0.1) inset;
}

.scfSectionContent .grid03 input[type="text"] {
    width: 7rem;
}

.scfSectionContent .grid09 input[type="text"] {
    width: 31rem;
}

.scfSectionContent .grid09 {
    padding-right: 0;
}

.scfSectionContent input[type="checkbox"],
.scfSectionContent input[type="radio"] {
    margin-right: 1rem;
}

.scfSectionContent .scfDatePickerGeneralPanel .ui-icon {
    top: -25px;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border: 1px solid red;
}

.form .btn {
    float: right;
    margin-top: 15px;
    margin-right: 17px;
}

.btn {
    margin: 10px 10px 10px 0;
}

.btn:hover span input[type='submit'] {
    color: #ffffff;
}

.btn.login, .btn.forgot-submit {
    margin-right: 75px;
}

.forgot-password {
    float: left;
    padding: 16px 125px;
}

.btn:hover span .forgot-password {
    color: #ffffff;
    text-decoration: none;
}

.contactDetails {
    margin-bottom: 2.5rem;
}

.contactLabel {
    width: 8rem;
    float: left;
}

.contactLabel + div {
    float: left;
    width: 20rem;
}

label.required + div:after {
    content: '  *';
    display: inline;
}
label.marklabel.required::after {
    content: ' *';
    display: inline;
}
    label.marklabel.required + div:after {
        content: '';
        display: inline;
    }

/*Margin for file upload and radio so that it is on same line with textboxes.*/
.scfFileUploadGeneralPanel,
.scfRadioButtonListGeneralPanel {
    margin: 0 5px;
}

/*Titles in red*/
.wffm .scfForm .scfTitleBorder {
    color: #c30e2e;
    font-size: 24px;
    font-family: Arial;
    text-transform: none;
}

.contactForm input[type="text"]#txtShopPostalCode {
    width: 6rem;
}

.content .wffm .scfForm span.scfRequired:after {
    content: "*";
}