@charset "UTF-8";

/* region "Header" */

.bo.bo_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #eeeeee;
    border-bottom: solid rgba(0, 0, 0, 0.05) 1px;
}

.bo.bo_header .entity_name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 50px;
    padding: 0 16px;
    font-size: 17px;
    font-weight: 500;
}

.bo.bo_header .username {
    position: absolute;
    line-height: 25px;
    height: 25px;
    right: 0;
    top: 2px;
    font-size: 14px;
    padding: 0 16px;
}

.bo.bo_header .logout {
    position: absolute;
    line-height: 25px;
    height: 25px;
    right: 0;
    bottom: 2px;
    font-size: 14px;
    padding: 0 16px;
}

.bo.bo_header .logout a {
    color: #161616;
}

/* endregion */

/* region "Footer" */

.bo.bo_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background: #eeeeee;
    border-top: solid rgba(0, 0, 0, 0.05) 1px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    color: #212121;
    vertical-align: middle;
}

.bo.bo_footer a {
    color: #212121 !important;
    text-decoration: none;
}

.bo.bo_footer img {
    vertical-align: middle;
    margin-top: -1px;
}

/* endregion */
