.text-overflow-ellipsis {
    text-overflow: ellipsis;
}
select {
    color: #495057 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #54a842;
}
.nav-pills .nav-link {
    color: #54a842
}
.select2-container {
    display: block;
}
.select2-container--default .select2-selection--single {
    padding: 0.6rem 1rem;
}
.table-hover tbody tr:hover,
.table-hover tbody tr:hover td {
    color: #212529;
    background-color: #e5e5e5 !important;
}
.btn-extra-sm {
    padding: 3px !important;
}
span.btn.btn-icon.btn-extra-sm {
    height: 25px;
    width: 25px;
}
.btn.btn-icon.btn-extra-sm svg {
    height: 15px;
    width: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
}
.accordion-heading {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#filter-save-list .title {
    cursor: pointer;
}

.link {

}
.cities-list {
    max-height: 400px;
    overflow: auto;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
}
.entry {
    border-top: 1px dotted #393333;
    padding-top: 1rem;
}
.entry:first-child {
    border-top: none;
    padding-top: 0;
}
.entry:nth-child(2n) {
    background: #f7f7f7;
}
