﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

a.homeIcon, a.homeicon:visited, a.homeicon:hover {
    right: 20px;
    top: 0;
    color: #1ea037; /* Color */
    font-size: 2em;
}

.btn-custom {
    color: #fff;
    background-color: #28a745; /*btn-success:  #28a745;*/
    border-color: #28a745; /*btn-success:  #28a745;*/
}
    .btn-custom:hover {
        color: #fff;
        background-color: #218838; /*btn-success:  ##218838;*/
        border-color: #1e7e34; /*btn-success:  ##1e7e34;*/
    }

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#notifi {
    font-size: 1.2em;
}

#va-monitor {
    height: 95vh;
}

#va-monitor > div > h1 {
    font-size: 5em;
    line-height: 1.8em;
}

