﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error,
label.error {
    color: red;
}

.input-validation-error,
input.error {
    border: 2px solid red;
}

.validation-summary-errors {
    color: red;
}

.specialDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 )
    50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .specialDiv {
    display: block;
}

.vl {
    border-left: 6px solid black;
    height: 235px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

/*Formatting for comment section on request form*/
.requestComments {
    padding: 10px;
    color: black;
    max-width: 100%;
    width: 100%;
    resize: none;
    border: 2px solid black;
    text-align: left;
    min-height: 100px;
}
