.admin_topbar.content_section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #EEEEEE;
}
.admin_topbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}
.admin_topbar ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; 
    padding: 0 1rem;
}
.admin_topbar.content_section ul li:after {
    content: none;
}

.admin_topbar.content_section ul li a {
    color: inherit;
}

.admin_topbar.content_section ul li.current-menu-item a,
.admin_topbar.content_section ul li.active a {
    text-decoration: underline;
}


/****************************************************************************
 * Lost Password
 ****************************************************************************/
.login-password + a {
    color: inherit; font-size: 0.875rem;
    margin-bottom: 0.5rem; display: inline-block;
}

/****************************************************************************
 * Table
 ****************************************************************************/
.clean_table {
    border: 1px solid currentColor;
}

.sticky_header.clean_table {
    border-collapse: separate;
    border: none;
}
.sticky_header.clean_table tr {
    border-collapse: collapse;
    border-top: none;
}
.sticky_header tr:first-child {
    position: sticky;
    top: 2.5rem;
    border-collapse: separate;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

.sticky_header th {
    background-color: #FFFFFF;
}

table.clean_table tbody tr,
table.clean_table tbody tr:nth-child(2n) {
    background-color: transparent;
}

table.clean_table tbody td, 
table.clean_table tbody th {
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    text-align: left;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

table.clean_table tbody tr td:last-child, 
table.clean_table tbody tr th:last-child {
    border-right: 1px solid currentColor;
}
table.clean_table tbody tr:last-child td, 
table.clean_table tbody tr:last-child th {
    border-bottom: 1px solid currentColor;
}

table.clean_table tbody tr.complete {
    background-color: rgba(133, 188, 33,0.5);
}

table.clean_table tbody tr.min_filled {
    background-color: rgba(230, 194, 37, 0.5);
}

table.clean_table tbody tr.no_map {
    background-color: rgba(245, 28, 28, 0.5);
}



/****************************************************************************
 * Profil Section
 ****************************************************************************/
.eye_catcher_wrapper {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}
.eye_catcher_wrapper .eye_catcher {
    width: 6em; height: 6em; display: block;
    font-size: 1rem; border-radius: 50%;
    background-color: #b1b2b3; position: relative;
    color: #FFFFFF; line-height: 1.2;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    border: 1px solid #FFFFFF;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.25);
}
.eye_catcher_wrapper .eye_catcher span {
    font-size: 0.75em; position: absolute;
    top: 50%; left: 0; right: 0;
    text-align: center;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

@media screen and (min-width:40em){
    .eye_catcher_wrapper {
        height: 0;
        margin: 0;
    }
    .eye_catcher_wrapper .eye_catcher {
        position: absolute; bottom: 0;
        right: 0;
    }
}

@media screen and (min-width:64em){
    .eye_catcher_wrapper .eye_catcher {
        font-size: 1.375rem;
    }
}

@media screen and (min-width:80em){
    .eye_catcher_wrapper .eye_catcher {
        font-size: 1.75rem;
    }
}


/****************************************************************************
 * Admin Info Box
 ****************************************************************************/
.admin_info_box {
    border: 1px solid #000000;
    padding: 2rem;
}