﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}


/* Set padding to keep content from hitting the edges */
.body-content { 
    padding-left: 15px;
    padding-right: 15px;
}

/*.body-footer {
   bottom: 0px;
   height:150px; 
   width: 90%;
   margin: auto;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select{
    max-width: 300px;
}


textarea {
    max-width: 80%;
}

/* 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;
}

.thick-line {
    height: 5px;
    font-weight: bolder;
}

.thin-line {
    height: 2px;
    font-weight: bolder;
}

.noedit, .preventInput {
    cursor: not-allowed;
    color: lightgrey;
    background-color: gray;
}