.main-content {
    height: 100%;
    overflow: auto;
    /*border-color: #FFF4AD;*/
    border: 0;
    border-radius: 0;
}

.main-content > .card-header {
    padding: 0 0.75rem;
    border-bottom: 0;
}

.empty {
    background-color: #FFFFFF;
}

.wab_grid {
    margin-bottom: 1rem;
}

.wab_grid > .grid-table-wrapper {
    overflow: auto;
    width: 100%;
    /*height: calc(100vh - 29.2rem);*/
    /*min-height: 20rem;*/
    border-bottom: 1px solid #B7C2CA;
}


.grid-spacer {
    background-color: #F2F4F6;
    height: 1.25rem;

}

.rounded-bottom-left {
    border-radius: 0 0 0.5rem 0;
}

.rounded-bottom-right {
    border-radius: 0 0 0 0.5rem;
}
