main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.help-block {
    color: red;
}

.border {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2em .5em 2em .5em;
}

.site-application-form .body-content fieldset legend {
    font-size: 1.1rem;
    font-weight: bold;
}

.body-content {
    border: 1px solid #ccc;
    padding: 2rem;
}

.iti {
    display: block;
}

.site-application-form #level-1-info, #level-2-info {
    background-color: #ffffff;
    border: #ffffff;
    padding: 0 0.2rem;
    color: #000000;
    font-weight: bold;
}

.site-application-form #level-1-info:hover, #level-2-info:hover {
    text-decoration: underline;
}

.site-application-form .list-item {
    margin: 1rem 0;
}

.navbar {
    background-color: #00801d;

}
.navbar .container .nav-link, .navbar .container a {
    color: #ffffff;
    font-size: 1.3em;
}

.upload-application-button {
    background-color: #00801d !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    padding: 0.4em 1.2em !important;
}

.help-block {
    font-size: 0.7em
}
.application-buttons div {
    background-color: #00801d !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    border: 1px solid #00801d;
}

.section-heading {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e8e8e8;
}

.card {
    margin: 2em 0 2em 0;
    box-shadow: 5px 5px 20px 0 rgba(218,218,218,0.5);
    border-radius: 4px;
    border: 0;
}

.card .card-title {
    padding-bottom: 0.5em;
}

.card .card-text {
    margin-left: 0.5em;
}

@media only screen and (max-width: 768px) {

    .navbar-brand {
        margin: 0.5em 0;
    }

    .navbar-nav a {
        border-top: 1px solid #ffffff;
    }
}

.navbar-nav .dropdown-menu {
    background-color: #00801d;
}
.navbar-nav .dropdown-menu a:hover {
    background-color: #00801d;
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 100% !important;
    }
    .col-lg-11 {
        width: 100% !important;
    }
    .offset-lg-1 {
        margin-left: 0 !important;
    }
}

.site-login .form-group {
    margin: 0 auto;
}

.select-on-check-all {
    display: none;
}

.field-userapplicationform-phone_number .invalid-feedback
{
    display: block;
}