
body {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #262E39;
    background-color: #fff;
}

.customHeader {
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    color: #00927e;
    font-size: 36px !important;
    /* font-family: Avenir; */
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: normal;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #262E39;
}

#FirstName {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#btnSubmit {
    color: #262E39;
}

#LastName {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#Address {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#City {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#StateId {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#Zip {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#Phone {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#Email {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#ElectricAccount {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}

#ReferralCode {
    border: 1px solid #262E39;
    color: #262E39;
    font-size: 16px;
}


.btn {
    border-radius: 10px;
}

.btn-primary {
    color: #262E39;
    background-color: #00927e;
    border-color: #00927e;
}

.form-control {
    border: 1px solid #8dc63f;
    border-radius: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -3px;
}

.customFooter {
    font-size: 16px !important;
    padding-top: 2.5rem;
    color: white;
}

a {
    color: #802773;
    font-weight: normal !important;
    text-decoration: none;
    text-shadow: 2px 2px 5px transparent;
}

p {
    font-size: 16px;
    font-family: "Trebuchet MS", sans-serif !important;
    color: #262e39;
}

.kit-label {
    padding-top: 1em;
}

.kit-name {
    padding-top: 1em;
}

.kit-footer {
    font-size: 22.6px;
    padding-top: 1em;
    text-shadow: 2px 2px 5px #b7b5b5;
}

footer {
    height: 80px;
}

.disclaimer {
    padding-top: 1em;
    font-size: 14px;
}

.ui-datepicker td a.ui-state-default {
    color: #fff;
    background-color: #00927e;
    border-color: #00927e;
}

    .ui-datepicker td a.ui-state-default.ui-state-active {
        color: black;
        background-color: #f3f8ed;
        border: 1px solid #8dc63f;
    }

.fesHeader {
    font-size: 24px;
    color: #262e39;
    font-size: 16px;
}

label {
    color: #262E39 !important
}

.customHeader-small {
    color: #00927e !important
}

.btn-customLink {
    color: #802773 !important;
    text-decoration: underline;
}

* {
    font-weight: normal;
}

.dx-selectbox .dx-texteditor-input:read-only {
    cursor: pointer;
    border: 1px solid #262E39;
}

.dx-dropdowneditor-icon {
    border: 1px solid #262E39;
}

.row {
    margin-right: -1em !important;
    margin-left: -1em !important;
    margin-top: -6px;
}

input[name="clear"] {
    background: white !important;
    height: 0em;
    width: 01px;
    padding-left: 0em;
    margin-left: -2.5em;
}

input[type="submit"], input[type="button"], button {
    color: #24272C !important;
}

#btnSubmit {
    min-width: 15em;
    font: bold 1em arial, helvetica, sans-serif;
}

.field-validation-error {
    color: #262e39;
    font-size: 16px;
    width: 100%;
    position: relative;
    display: inline-block !important;
    align-content: center;
}

.btn-primary {
    color: #24272C;
    background-color: #FDDB32;
    font: bold 1em arial, helvetica, sans-serif;
    border-color: #FDDB32;
}

a:hover {
    color: #802773;
}

.btn:hover {
    color: #24272C;
    background-color: #FDDB32;
    border: 1px solid #FDDB32;
}