#ad-hoc-report-builder {
    position: relative;
    min-height: 500px;
}
#ad-hoc-report-builder.loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
#ahrb-col1 {
    width: 20%;
    border-right: 1px solid black;
}
#ahrb-col2 {
    width: 75%;
    padding-left: 5% !important;
}
#ahrb-steps-wrapper .step-item:first-of-type {
    margin-top: 0 !important;
}
#ahrb-step-input-wrapper label {
    display: inline-flex !important;
}
.multi-select-choosen-item {
    background-color: #b70f0a !important;
    padding: 5px 10px;
    border-radius: 15px;
    color: white;
    margin: 10px;
}
.multi-select-choosen-item-delete {
    margin-right: 10px;
    cursor: pointer;
}
.multi-select-choosen-item-add-compare {
    cursor: pointer;
    margin-left: 10px;
}
.multi-select-choosen-item-compare, .multi-select-choosen-item-value {
    margin-left: 10px;
}
.ad-hoc-report-table th, .ad-hoc-report-table td {
    text-align: center;
    vertical-align: middle !important;
}
.ad-hoc-report-table thead tr {
    background-color: #b70f0a !important;
    color: white;
}
#ahrb-table-data-wrapper.font-size-14px {
    font-size: 14px;
}
.ahrb-no-data-message {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.ahrb-pagination-item {
    font-size: 20px;
}
.ahrb-pagination-item.active {
    font-weight: 900;
    color: black !important;
}

.ad-hoc-report-page-links-wrapper {
    border-right: 1px solid black;
}
.ahrb-saved-reports-item a {
    margin-top: 0;
    margin-bottom: 1rem;
    color: black;
    font-size: 16px;
}
.ahrb-saved-reports-item a.active {
    font-weight: bold;
}
.ad-hoc-report-delete {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #b70f0a;
    margin-top: 2px;
    width: 8%;
}
.ad-hoc-report-table td {
    font-weight: 100;
}
.ad-hoc-report-table tfoot td {
    font-weight: 900;
}
