﻿/* Set padding to keep content from hitting the edges */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.body-content {
    /*    margin-top: 15px;
    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;
}

/*footer {
    background-color: #154c79;
    margin: 0;
    border-top: 3px solid black;
    color: white;
    padding-left: 55px;*/
/*padding-top: 5px;*/
/*position: relative;*/
/*width: 100%;
    height: 11%;*/
/*right: 0;
    bottom: 0;*/
/*}*/

.sections {
    border-style: double;
    border-color: #cccccc;
    margin: 10px; /*5*/
    width: 200px; /*280*/
    padding-bottom: 10px;
}

.sectionStyling {
    /*text-decoration: underline;*/
}

.iconWidth {
    width: 80%;
}

.required:after {
    content: " * ";
    color: red;
    font-size: large;
}

.pad {
    padding: 15px;
}

.pageHeader {
    color: darkblue;
    font-size: 30px;
}

thead {
    /*background-color: #ded8d8*/
    background-color: #a0bac4
}

.site-footer {
    margin-top: auto;
    background-color: #154c79;
    border-top: 3px solid black;
    /*    height: 135px;*/
}

hr {
    border: thin solid #bfbfbf;
}

