﻿#main {
    margin-top: 0;
}

#header {
    height: auto;
}

.main-content {
    margin-top: 20px;
    border-bottom: 1px solid #3a3a3a;
}

.margin-bottom {
    margin-bottom: 25px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
select,
select.form-control {
    height: 35px;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #343434;
    width: 100%;
    box-shadow: none;
}

.signName {
    font-family: "lucida calligraphy",arial,'sans serif' !important;
}

.text-danger {
    color: red;
}

#footer {
    font-family: Ruda, Arial, sans-serif;
    color: #2a2a2a;
    padding: 12px;
    padding-bottom: 25px;
}

.bg-dark {
    background: #3a3a3a;
    color: #fff;
    padding-bottom: 60px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
}

    .bg-dark a {
        font-weight: bold;
    }

.forMoreInfo {
    background: none !important;
    color: #fff !important;
    font-size: 36px !important;
    text-transform: uppercase;
    line-height: 42px;
    margin: 0px 0px 20px;
    font-family: Ruda, Arial, sans-serif !important;
    font-weight: normal;
}



.spaceForUploadBtn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.checkbox-inline {
    height: 16px;
    width: 16px;
}

@media (max-width: 991px) {
    #header .menu-remove-margin {
        margin-top: 0;
    }
}

.validation-summary-errors {
    font-size: 17px;
    text-align: center;
    border: 1px solid red;
    border-left: 3px solid red;
    padding: 10px;
    max-width: 600px;
    margin: 20px auto;
    float: none;
    background: #eee;
    text-transform: uppercase;
    border-radius: 5px;
}

    .validation-summary-errors .fa-exclamation-triangle {
        padding-right: 10px;
    }

@media (max-width: 630px) {
    .validation-summary-errors {
        margin: 20px 15px;
    }
}

.field-validation-error:before {
    content: "* ";
}

.input-validation-error {
    border: 1px solid red !important;
}

#main table a {
    color: #2e6335;
}

ul h4 {
    text-decoration: underline;
}

ul {
    list-style: none;
}

.submitButton {
    background-color: #5cb85c;
    color: white !important;
    border-color: #398439;
    box-shadow: 1px 1px 1px #2e2e2e;
    cursor: pointer;
    padding: 20px 35px 20px 35px;
    display: inline-block;
}

.submitButton:hover {
    box-shadow: 0 5px 2px -2px gray;
    background-color: #449d44;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.indented input[type=radio], .indented input[type=checkbox] {
    float: left;
}

.radio-label {
    margin-left: 30px;
    display: block;
}

.radio-button-align-text-left:after {
    content: "";
    clear: both;
    display: table;
}

.doc-upload-label
{
    font-weight:bold;
}

.disabled-text{
    color: silver;
}

.phone {

}

.postal-code {

}