.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #66bb6a !important;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
    border-color: white !important;
}

.select2-selection__choice__remove {
	color: #fff !important;
}

.break-spaces {
	white-space: break-spaces;
}

.selection__choice__counter {
    position: relative;
    top: 6px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    right: 17px;
}

.filters-block-labels {
    justify-content: center; 
    display: flex;
}

.filters-block-labels .select2-selection.select2-selection--multiple {
    border: none !important;
    background: none;
}

.filters-block-labels .select2-selection.select2-selection--multiple {
    display: none;
}

.sel-wrapper {
    position: absolute !important; 
    z-index: 999; 
    top: 10px; 
    left: -11px;
}

.input-wrapper {
    position: absolute !important; 
    z-index: 999; 
    top: 20px; 
    left: -5px;
    padding: 4px;    
}

.input-wrapper input {
    width: 200px;
}

.filter-item {
    cursor: pointer;
}

.filter-item:hover {
    color: #64B5F6;
}

.filters-block, .filters-block-labels {
    justify-content: center;
}

.filters-block .selected {
    color: #64B5F6;
}

.filter-block-single {
    height: 10px;
    margin-right: 15px;
    position: relative;
}

.rm-sel {
    cursor: pointer;
    left: 1px;
    position: relative;
    color: #f44336;
}

.rm-sel:hover {
    color: #64B5F6;
}

.selected-filters {
    font-size: 12px;
    justify-content: center;
    display: flex;
}

.div-inline {
    display: inline-block;
    margin-right: 5px;
}

.white {
    color: white;
}

form.filters label {
    font-size: 13px;
    font-weight: 400;
}

.bg-status {
    white-space: nowrap !important;
    width: 145px;
    max-width: 145px;
    font-size: 13px !important;
    font-weight: 100 !important;
    line-height: 15px !important;
    overflow:hidden; 
    text-overflow: ellipsis;
}

table tr td {
    vertical-align: middle !important;
}

.bg-status:hover {
    white-space: normal !important;
}

.accordion .bg-status {
    white-space: normal !important;
    max-width: 500px;
    width: auto !important;
}