﻿#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page_container {
    color: #444444;
    background: white;
}

#page_header {
    width: 100%;
    /* margin: 1.5em 0; */
    cursor: pointer;
}

    #page_header img {
        vertical-align: middle;
    }

#navigation_item_selected {
    color: gray !important;
}

#navigation_item_sub_selected {
    font-weight: bold;
}

#breadcrumb_container {
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-align: left;
    float: left;
    color: gray;
    min-height: 25px;
}

.breadcrumb_img {
    display: inline;
    max-height: 55px;
    max-width: 35px;
    margin-left: 5px;
    vertical-align: middle;
}

.page_left_content h4 {
    border-bottom: 1px gray dotted;
}

.page_left_content ul {
    padding-left: 15px;
}

.page_left_content a span {
    width: 10px;
}

.page_left_content a {
    font-size: 1em;
    color: #666666;
}

#page_content {
    float: none;
    height: 100%;
}

#page_footer {
    height: 6em;
    width: 100%;
}

    #page_footer > div {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

.footer_left_content {
    float: left;
    border-bottom: 1px gray solid;
    width: 100%;
}

.footer_right_content {
    margin-left: 35px;
    float: right;
}

    .footer_right_content:FIRST-LINE {
        font-weight: bold;
    }

.lfloat {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.centered-dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
}
