table .btn-round{
    width: 30px;
    height: 30px;
    padding: 5px 9px;
}

.multiselect-container .multiselect-filter>input.multiselect-search{
    margin-left: -1.44rem;
}
.multiselect-container .multiselect-filter>input.multiselect-search:focus{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.w-40px{
    width: 40px!important;
}
.w-100px{
    width: 100px!important;
}
.w-max-250{
    max-width: 250px!important;
}
.input-group>.input-group-append>.btn{
    border: 1px solid #e8ebf3;
}

div.dataTables_scrollBody.dropdown-visible {
    overflow: visible !important;
}

th.nowrap,
td.nowrap{
    white-space: nowrap;
}

.table-detail {
    margin-bottom: 0;
}
.table-detail > tbody > tr > td:nth-child(1) {
    text-align: left;
    width: 40%;
    border-right: 1px solid #eaf0f7;
}
.table-detail > tbody > tr > td:nth-child(2) {
    font-weight: 600;
}
.table-detail > tbody > tr:first-child > td{
    border-top: none!important;
}

.table-event{
    margin-bottom: 0;
    border: none;
}
.table-event th{
    background-color: #eaf0f7;
}
.table-event th:first-child,
.table-event td:first-child{
    border-left: none;
}
.table-event > tbody > tr > td:last-child{
    border-right: none;
}
.table-event > tbody > tr:last-child > td{
    border-bottom: none;
}
.table-event td{
    vertical-align: top;
}

.select2-container {
    width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 5px;
}
.is-invalid .select2-selection {
    border: 1px solid #ef4d56;
    border-radius: 4px;
}

.status{
    display: flex;
    min-height: 24px;
    align-items: center;
    line-height: 18px;
    padding: 0;
}
.status:before {
    position: relative;
    top: -1px;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 100%;
    margin-right: 8px;
}
/*warning*/
.status-pending:before,
.status-installation-scheduled:before,
.status-installation-on-progress:before,
.bg-status-pending,
.bg-status-installation-scheduled,
.bg-status-installation-on-progress{
    background: #fda354;
}
/*dark*/
.status-terminated:before,
.bg-status-terminated{
    background: #000444;
}
/*success*/
.status-paid:before,
.status-active:before,
.bg-status-paid,
.bg-status-active{
    background: #2ddab5;
}
/*danger*/
.status-unpaid:before,
.status-suspend:before,
.bg-status-unpaid,
.bg-status-suspend{
    background: #ef4d56;
}
/*info*/
.status-on-installation:before,
.bg-status-on-installation{
    background: #9ba7ca;
}

.badge-status{
    color: #fff;
}
.badge-status.available,
.badge-status.open{
    background-color: #2ddab5;
}
.badge-status.checked-out,
.badge-status.done{
    background-color: #4054A4;
}
.badge-status.leased{
    background-color: #4054A4;
}
.badge-status.sold{
    background-color: #000444;
}
.badge-status.lost,
.badge-status.waiting{
    background-color: #fda354;
}
.badge-status.broken{
    background-color: #ef4d56;
}
.badge-status.on-progress{
    background-color: #9ba7ca;
}