/* Select2 Overrides */

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
    color: #FFFFFF;
    background-color: #6AAAE4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove {
    color: #FFFFFF;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove:hover {
    color: #737373;
}

/* button and links overrides */

a {
    color: #457DB2 !important;
}

.btn-primary {
    background-color: #6AAAE4 !important;
    border-color: #6AAAE4 !important;
}

.btn-primary:hover {
    background-color: #457DB2 !important;
    border-color: #457DB2 !important;
}

a.btn-primary, a.btn-lime {
    color: #FFF !important;
}

.badge.bg-link {
    background-color: #457DB2;
    color: #FFF;
    line-height: 0.9;
}

.table-icon-options {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    width: 100%;
}

.table-icon-options > :nth-child(n) {
    display: flex;
    margin-left: 7px;
}

#sidebar a {
    color: #FFF !important;
}

div.time-interval {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 2px 0 2px 0;
    padding: 0;
}

/*-------------------- PROGRESS BAR --------------------*/

.progress-bar-empty {
    background-color: #f5f5f5;
}

.progress-bar-error {
    background-color: #ff5b57;
}

.progress-bar-success {
    background-color: #348fe2
}
