.inline-filter-btn{
    margin-top: 32px;
    width: 37px;
    height: 37px;
}
.inline-filter-btn i {
    margin-top: 6px;
    font-size: 16px;
}
.pagination{
    margin: 0;
    float: right;
}
.nav-treeview .nav-item {
    margin-left: 15px;
}
.select2{
    /*width: 100% !important;*/
}
.select2-selection__arrow{
    height: 38px !important;
}
.select2-selection{
    height: 38px !important;
    border: 1px solid #ced4da !important;
}
.listing-subtable td{
    border: 0;
    padding: 0 !important;
    padding-right: 10px !important;
}
.vcdf :first-child{
    font-weight: bold;
}
.vcdf :last-child{
    text-align: right;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255,255,255,.1);
    color: #fff;
}

.content-header h1{
    font-weight: bold;
}
