html {
    height: 100%;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    margin: 0 0 0 0;
    line-height: 1.5em;
    border-collapse: collapse;
}

.right {
    text-align: right;
}

.header-title {
    font-size: 140%;
}

#site-footer {
    color: white;
    /*background-color: #455B1B;*/
    background-color: #005595;
    box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.3);
    width: 100%;
    display: block;
}

footer {
    padding: .4em 25px .8em .25em;
    width: 100%;
    display: table-row;
    table-layout: fixed;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.mainwrapper {
}

.contentwrapper {
    border: solid;
    border-color: blue;
}

.card {
    z-index: 99;
}

.page-header {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    z-index: 100;
    /*background-color: #455B1B;*/
    background-color: #005595;
    padding: 10px 10px 10px 10px;
    color: white;
    font-size: 1.0em;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: white;
}

.BreadCrumbBar {
    z-index: 100;
    /*background-color: #d1d5c6;*/
    background-color: #EC891D;
    overflow: hidden;
}

    .BreadCrumbBar a {
        float: left;
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 4px 6px;
        font-family: Verdana;
        font-size: x-small;
        font-weight: bold;
    }

    .BreadCrumbBar button {
        float: left;
        display: block;
    }

@media screen and (max-width: 600px) {
    .BreadCrumbBar {
        position: relative;
    }

        .BreadCrumbBar a {
            float: none;
            display: block;
            text-align: left;
            text-decoration: none;
        }

        .BreadCrumbBar button {
            float: none;
            display: block;
        }
}

#page-body {
    overflow: auto;
}

.table {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.footer-left-right {
    width: 33%;
}

.footer-middle {
    width: 34vw;
}

.nav-left-right {
    width: 33%;
}

.nav-middle {
    width: 34vw;
}

#navbarNav ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

#navbarNav li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.error-icon {
    font-size: 3.0rem;
    color: #ff0000;
}

.error-icon-anim {
    font-size: 3.0rem;
    color: #ff0000;
    animation: redShift 2.5s infinite
}

#wrapper {
    padding-top: 15px;
    min-height: calc(100vh - 171px);
}

nav#sidebar-wrapper:not(.toggled) {
    margin-left: -15rem;
}

#sidebar-wrapper {
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    /*background-color: #EAEBE5;*/
    background-color: #D6E9E1;
    font-family: Calibri, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: Black;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

    #sidebar-wrapper .list-group-item-action {
        /*background-color: #EAEBE5;*/
        background-color: #D6E9E1;
    }

#page-content-wrapper {
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.navbar-toggler-icon {
    font-size: 0.8em;
}

.navbar-toggler {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

@media (min-width: 768px) {
    #wrapper #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        padding-top:10px;
        width: 100%;
    }
}

@media (max-width: 930px) {
    #wrapper {
    }
}

@media (max-width: 576px) {
    #wrapper {
    }
}

@media (max-width: 576px) {
    #site-footer {
        padding: .8em .25em .4em .25em;
    }

        #site-footer .nav-link {
            padding: 0 0 0 0;
        }

    .footer-left-right {
        width: 100%;
        font-size: .8rem;
    }

    .footer-middle {
        width: 100%;
    }
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .20), 0 1px 10px 0 rgba(0, 0, 0, .18), 0 2px 4px -1px rgba(0, 0, 0, .8)
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .20), 0 1px 18px 0 rgba(0, 0, 0, .18), 0 3px 5px -1px rgba(0, 0, 0, .8)
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .18), 0 3px 14px 2px rgba(0, 0, 0, .16), 0 5px 5px -3px rgba(0, 0, 0, .6)
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.btn-narrow-green {
    background-color: #688c67;
    color: #ffffff;
    border-color: darkgreen;
    width: 150px;
    height: 28px;
    font-size: 12px;
    margin-top: 2px;
}

    .btn-narrow-green:hover {
        background-color: #466b45;
        color: white;
    }

.btn-narrow-red {
    background-color: #b74e49;
    color: white;
    border-color: darkred;
    width: 150px;
    height: 28px;
    font-size: 12px;
    margin-top: 2px;
}

    .btn-narrow-red:hover {
        background-color: #b32922;
        color: white;
    }

.btn-narrow-amber {
    background-color: #f5c840;
    color: white;
    border-color: #ff9500;
    width: 150px;
    height: 28px;
    font-size: 12px;
    margin-top: 2px;
}

    .btn-narrow-amber:hover {
        background-color: #ecb201;
        color: white;
    }

.btn-narrow-gray {
    background-color: lightgray;
    color: black;
    border-color: darkgray;
    width: 150px;
    height: 28px;
    font-size: 12px;
    margin-top: 2px;
}

    .btn-narrow-gray:hover {
        background-color: #b7b5b5;
    }

.btn-wide-purple {
    background-color: #5e1e57;
    color: #ffffff;
    border-color: black;
    width: 150px;
    height: 36px;
    padding: 6px;
    font-size: 12px;
}

    .btn-wide-purple:hover {
        color: white;
    }

.btn-wide-blue {
    background-color: #3581aa;
    color: #fff;
    width: 270px;
    height: 28px;
    font-size: 14px;
    line-height: 1em;
    margin-top: 2px;
}

    .btn-wide-blue:hover {
        background-color: rgb(40, 97, 128);
        color: #fff;
    }

.btn-narrow-blue {
    background-color: #3581aa;
    color: #fff;
    width: 150px;
    height: 28px;
    font-size: 12px;
    margin-top: 2px;
}

    .btn-narrow-blue:hover {
        background-color: rgb(40, 97, 128);
        color: #fff;
    }

table.condensed-table td {
    padding: 0px 4px 0px 4px !important;
    vertical-align:top;
}

table.table-3col td {
    width: 33%;
    vertical-align:top;
}

table.table-3col tr {
    margin: 0;
}

table.table-2col td {
    width: 50%;
}

table.spaced-table td {
    padding: 8px 20px 8px 20px !important;
}

table.table-card {
    background-color: white;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.table-align th {
    font-weight: normal;
    text-align: right;
    border-bottom: none;
    padding: 2px 5px;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.table-align td {
    font-weight: normal;
    padding: 2px 5px;
    vertical-align: top;
}

.table-align tr {
    line-height: 1em;
}

.scrolling-region {
    overflow: auto;
    padding-right: 10px;
    max-height: 600px;
}

div.table-container-search {
    /*width: 90%;*/
    min-height: 100px;
    /*margin: auto;*/
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #C7D6D2;
    padding: 7px 7px 10px 7px;
    border: solid;
    border-width: 1px;
    /*overflow: auto;*/
    /*max-height: 600px;*/
}

div.table-container-summary {
    width: 100%;
    margin: auto;
    background-color: lightgray;
    padding: 7px 7px 10px 7px;
    border: solid;
    border-width: 1px;
    min-height: 100px;
}

dl.dl-less-bold dt {
    font-weight: 600;
}

dl.dl-condensed dt, dd {
    margin-bottom: 0px;
}

.li-shown {
    display: block;
}

.li-hidden {
    display: none;
}

.hr-right {
    margin-bottom:0;
    margin-top:0;
    margin-right:0;
    width:75%;
}

#ModalCustom .modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20%;
    margin-top: -20%;
}

.under-construction {
    background-image: url('../images/underconstruction_small.jpg');
    background-repeat: no-repeat;
    height: 422px;
    width: 422px;
}

/*.required-field {
    color: red;
}*/

.nav-banner {
    text-align: center;
    border: thin;
    min-height: 150px;
    max-height: 180px;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-banner div {
    margin: auto;
}

.btn-wide-red {
    background-color: #b32922;
    color: white;
    border-color: darkred;
    width: 200px;
    height: 26px;
    padding: 2px;
    font-size: 12px;
}

.oha-logo {
    width: 160px;
}
