﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif;
}

/* 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 */
/* delete after 2024-03-31
input,
select,
textarea {
    max-width: 300px;
}
*/

/* Set custom styles */

a.site-link-hot {
    color: firebrick !important;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

    a.site-link-hot:link,
    a.site-link-hot:focus,
    a.site-link-hot:visited {
        color: firebrick !important;
        margin-left: 20px;
        font-size: large;
        text-decoration: none;
        text-align: left;
        white-space: nowrap;
    }

    a.site-link-hot:hover,
    a.site-link-hot:active {
        color: #c00;
        margin-left: 20px;
        font-size: large;
        text-decoration: none;
        text-align: left;
    }

a.site-link-s {
    color: #555;
    margin-left: 20px;
    font-size: small;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

    a.site-link-s:link,
    a.site-link-s:focus,
    a.site-link-s:visited {
        color: #555;
        margin-left: 20px;
        font-size: small;
        text-decoration: none;
        text-align: left;
    }

    a.site-link-s:hover,
    a.site-link-s:active {
        color: #c00;
        margin-left: 20px;
        font-size: small;
        text-decoration: none;
        text-align: left;
    }

a.site-link-m {
    color: #555;
    margin-left: 20px;
    font-size: medium;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

a.site-link-m:link,
a.site-link-m:focus,
a.site-link-m:visited {
    color: #555;
    margin-left: 20px;
    font-size: medium;
    text-decoration: none;
    text-align: left;
}

a.site-link-m:hover,
a.site-link-m:active {
    color: #c00;
    margin-left: 20px;
    font-size: medium;
    text-decoration: none;
    text-align: left;
}

a.site-link-l {
    color: #555;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

a.site-link-l:link,
a.site-link-l:focus,
a.site-link-l:visited {
    color: #555;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

a.site-link-l:hover,
a.site-link-l:active {
    color: #c00;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
}

a.site-glyph {
    color: #00c;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

a.site-glyph:link,
a.site-glyph:focus,
a.site-glyph:visited {
    color: #00c;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
}

a.site-glyph:hover,
a.site-glyph:active {
    color: #c00;
    margin-left: 20px;
    font-size: large;
    text-decoration: none;
    text-align: left;
}

.site-check-all-none {
    font-size: 12px;
    font-weight: bold;
    color: navy;
    background: azure;
    height: 20px;
    width: 35px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid navy;
}


.site-nav {
    font-family: sans-serif;
}

.site-top-container {
    background-color: black;
    color: gray;
}

.site-container {
    white-space: nowrap;
    max-height: 55px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.site-form {
    font-size: medium;
}

.site-form-label {
    font-weight: bold;
    font-size: 16px;
    color: Navy;
}

.site-form-text {
    height: 25px;
    color: Navy;
}

.site-list-form {
    vertical-align: middle;
    padding-left: 0px;
    margin-left: 0px
}

.site-list-form-button {
    color: darkred;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    border-color: transparent;
    padding-left: 0px;
    margin-left: 0px
}

/* override some styles */

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-primary:hover,
.btn-primary:active {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-success,
.btn-success:link,
.btn-success:visited,
.btn-success:focus {
    height: 18px;
    width: 60px;
    font-weight: bold;
    padding: 0px 6px;
}

    .btn-success:hover,
    .btn-success:active {
        height: 18px;
        width: 60px;
        font-weight: bold;
        padding: 0px 6px;
    }

.btn-info,
.btn-info:link,
.btn-info:visited,
.btn-info:focus {
    height: 18px;
    width: 60px;
    font-weight: bold;
    padding: 0px 6px;
}

    .btn-info:hover,
    .btn-info:active {
        height: 18px;
        width: 60px;
        font-weight: bold;
        padding: 0px 6px;
    }

.btn-white,
.btn-white:link,
.btn-white:visited,
.btn-white:focus {
    font-size: large;
    text-decoration: none;
    border-color: white;
    background-color: white;
    height: 27px;
}

    .btn-white:hover,
    .btn-white:active {
        font-size: large;
        text-decoration: none;
        border-color: white;
        background-color: white;
        height: 27px;
    }

.btn-navigation,
.btn-navigation:link,
.btn-navigation:visited,
.btn-navigation:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
    background: indigo;
    color: white;
    border-width: 1px;
    border-color: lightgray;
}

    .btn-navigation:hover,
    .btn-navigation:active {
        height: 30px;
        width: 100px;
        font-weight: bold;
        margin-bottom: 9px;
        background: blueviolet;
        color: white;
        border-width: 1px;
        border-color: lightgray;
    }

/* Set table listing styles */

.site-table-title {
    padding-left: 0px;
    padding-top: 10px;
    border: 0px solid transparent;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color: Navy;
    white-space: nowrap;
}

.site-table-item {
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border: 1px solid lightgray;
    font-weight: bold;
    white-space: nowrap;
}

.site-table-value {
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border: 1px solid lightgray;
    font-weight: normal;
    min-width: 150px;
    white-space: nowrap;
}

.site-table-spacer {
    min-height: 10px !;
    border: 0px solid transparent;
    font-size: 5px;
    white-space: nowrap;
}
