.pagination li {
    background:#eee;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 2px;
}
.pagination li.active {
    background:#ddd;
}
.frontend-content {
    width: 50%;
}
/* ANPASSUNGEN TEMPLATE */
aside.main-sidebar {
    background-color: #162a44 !important;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #dedfe8 !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fbbb00 !important;
}
.nav-link .right.badge.badge-danger {
    background-color: #c4362a !important;
}
.content-wrapper {
    background: #fff !important;
}
.main-header {
    border-bottom: 1px solid #dedfe8 !important;
}
.main-footer {
    margin-top: 60px;
    border-top: 1px solid #dedfe8 !important;
}
.content-header h1 {
    color: #23314e !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}
.btn {
    margin-right: 5px;
}
.spacer {
    height: 30px;
    clear: both;
}
.contract-form .document_uploader {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#start_sign_form input,#start_sign_form textarea {
    margin-bottom: 10px;
}
#start_sign_form button {
    margin-bottom: 50px !important;
}
.starter-box {
    padding: 15px 20px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 20px;
}
.starter-box-inner {
    min-height: 200px;
    margin: auto 0;
}
.starter-box-inner.centered {
    justify-content: center;
    align-items: center;
}
.uplot .u-legend {
    margin-top: -15px;
}
.full-width {
    width: 100%;
}