﻿.scfForm {
    background: #e4f0f8;
    overflow: hidden;
}

.scfForm {
    position: absolute;
    top: -60px;
    width: 28%;
    z-index: 1000;
}

.scfAjax {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff !important;
}

.scfSectionBorderAsFieldSet {
    border: 0;
}

.scfSectionBorderAsFieldSet legend {
    display: none;
}

.scfTitleBorder {
    background: #0079c1;
    color: #fff;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
}

h1.scfTitleBorder {
    font-size: 1.5em;
    font-weight: normal;
}

.scfSectionContent,
.scfIntroBorder,
.scfFooterBorder,
.scfSubmitSummary {
    margin: 10px;
}

.scfFooterBorder {
    font-size: 9pt;
  line-height: 13px;
  color: #333;
}

.scfRequired,
.scfValidatorRequired {
    display: none;
}
 
/* Wraps a field... */
.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder, 
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDatePickerBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfDateSelectorBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder {
    font-size: 14px;
    margin: 15px 0;
}

/* CHECKBOX FIXES */
.scfCheckBoxListBorder a {
    font-size: 14px;
}

.scfCheckBoxListBorder label {
    margin-left: 3px;
}

.scfCascadingDropList select {
    margin-bottom: 10px;
}

.scfSubmitButtonBorder {
    margin: 10px;
    text-align: right;
}

.scfDropListUsefulInfo {
    font-size: 0.9em;
}

.scfForm input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.scfForm select,
.scfForm textarea {
    box-shadow: none;
    border: solid 1px #ccc;
    color: #2d2d2d;
    padding: 5px;
    width: 100%;
}

.landing-main-content {
min-height: 300px;
}

select[disabled] {
    background: #efefef;
}