.search_wrap {
    .row {
        margin-bottom: 2rem;
    }
}

.red_dot, .green_dot {
    &:before {
        content: '';
        display: inline-block;
        position: relative;
        top: .25em;
        background-color: green;
        border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: .5rem;
    }
}

.red_dot:before {
    background-color: red;
}


#equiv_table, #public_equiv_table {
    font-size: .85em;
    width: 100% !important;
}


.dataTables_processing {
    background-color: #636b6f;
    color: white;
    z-index: 100;
}

.search_row {
    padding: 0;
}

.dt-buttons {
    width: 100%;
    &>button.btn.btn-right {
        float: right;
    }

    &>button.btn.btn-left {
        float: left;
    }

    margin: 1rem 0;
}