.active-loan {
    color: #0d6efd;
}

.clickable:hover {
    cursor:pointer;
}

#action-bar {
    margin-top: 20px;
}

#search {
    float: left;
}

#export-selected {
    float: right;
}

.btn-export {
    border-radius: 12px;
    background-color: rgb(243,134,63,.9);
    color: white;
    padding: 0px 20px;
    box-shadow: none;
    min-width: 152px;
}

.btn-action-right {
    border-radius: 12px;
    background-color: rgb(243,134,63,.9);
    color: white;
    padding: 0 20px;
    margin-right: 20px;
    box-shadow: none;
    min-width: 152px;
    float: right;
}

.btn-action {
    float: left;
    margin-left: 5px;
}

.info-pill {
    background-color: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 8px;
}

.queue-thead {
    background-color: rgb(227, 226, 231);
    color: rgb(13, 42, 76);
    font-size: 0.9em;
    position: sticky;
    top: -3px;
    z-index: 300;
}

.header-checkbox-col {
    max-width: 120px;
    min-width: 100px;
}

#num_rows_selected {
    display: inline;
    white-space: nowrap;
}

#info_pill_container {
    display: none;
    font-weight: 400;
    font-size: 0.9em;
    color: #495057;
    white-space: nowrap;
    margin-left: 12px;
}

.queue-col-header {
    font-size: 0.8em;
    white-space: nowrap;
}