

.container-fluid {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

header {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 17px 37px;
}

    header h1 {
        margin: 0;
    }

        header h1 img {
            width: 200px;
        }

.sidebar {
    background: rgb(248,248,248);
    background-image: none;
    height: calc(100vh - 93.44px);
    min-width: 220px;
    padding-top: 25px;
}

.list-group-item {
    background: rgb(248,248,248);
}

    .list-group-item.active {
        background: rgba(81, 181, 177, 0.1);
        color: black;
    }

.content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-title {
    color: #376DF5;
    font-size: 2rem;
}

.login-field {
    min-width: 300px;
    max-width: 500px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

th,
td {
    padding: 15px 15px;
    vertical-align: middle;
}

thead {
    background: #fff;
    border-bottom: 1px solid #cecfd5;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
}

td, th {
    border-bottom: 1px solid #cecfd5;
}

.nested-table {
    width: 90%;
}

.back-to-overview a {
    color: #376DF5;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

.pager {
    background-color: white;
    padding:0.4rem;
}
.pager button, .pager span {
    padding: 1px;
    border: navajowhite;
}

.pager-btn {
    width: 42px;
    background: #376DF5;
    color: #fff;
}

.pager-btn-disabled {
    width: 42px;
    background: #cecfd5;
    color: #6F6F6F;
}

.orderEntryFooter {
    /* background-color: #d6e7ee; */
    padding: 0.5rem;
    margin: 0 0.1rem;
}

.small {
    font-size: 0.8em;
}

.rz-grid-table tfoot, .rz-grid-table tfoot td {
    border-top: 1px solid #808080 !important;
}

.rz-sidebar{
    bottom: 0 !important;
}