﻿body {
     margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:white;
    
}


.site-header {
    
    background-size: cover;
}

/* 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;
}

.site-header {
    background-color: white;
    padding:0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.header-left {
   padding-top:20px;
    vertical-align:middle;
}


.header-right {
   padding-top:0px;
   padding-left:30px;
    vertical-align:top;
    align-content: center;
    background-color:lightgray;
}

.header-content {
   padding-top:0px;
}

.site-footer {
    background-color: lightgray;
    padding: 0px 0 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    max-height:50px;
}

.site-footer .footer-content {
  
    margin: 0 auto;
    padding: 20px 20px 20px 30px;
}

.site-footer .footer-left {
    float: left;
    width: 60%;
    padding-top: 10px;
    max-width: 900px;
    min-width: 650px;
}

.site-footer .footer-right {
    float:right;
    vertical-align:central;
    width: 40%;
    padding-top: 10px;
    padding-left:30px;
}

.site-body {
    background-color: white;
    width:100%;
    position:absolute;
    left: 0px;
    top: 725px;

}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
