.aside-secondary-enabled .aside .aside-primary {
    background: #113f6d;
}


table.data-list {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .data-item,
    table.data-list tbody tr {
        cursor: pointer;
        background: #fff;
        border: none;
        border-radius: 5px;
        display: table-row;
        border-spacing: 2px;
    }

    .data-item,
    table.data-list thead tr th {
        border: none;
        border-bottom-width: 0;
        width: auto !important;
    }

    .data-item,
    table.data-list tbody tr td {
        border: none;
        border-radius: 2px;
        padding: 15px 18px;
        white-space: normal !important;
        vertical-align: middle;
    }

.full-modal {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    padding: 40px;
    display: none;
    z-index: 9;
}

.full-modal-close {
    position: absolute;
    height: 40px;
    width: 45px;
    right: 15px;
    top: 15px;
    background: #980a0a;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .header {
        height: 75px;
        min-height: 75px;
    }

    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 75px;
    }
}
