#taxCategory {
    display: flex;
    flex-wrap: wrap;

}

.no-wrap{
    white-space: nowrap;
}
.taxBtn {
    margin: 2px;
}

.alert {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px rgb(189, 189, 189);
}

.new {
    background-color: #ffeb3b;
    color: #000;
}

.updated {
    background-color: #673ab7;
}

.dataTables_scrollBody {
    max-height: 350px !important;
    height: auto !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    width: 90%
}

.dtsp-nameCont {
    text-align: left;
}

tbody tr:hover {
    cursor: pointer;
}

table.dataTable thead .sorting_asc,
.sorting_desc {
    background-image: none !important;
}

p.newtxt {
    padding: 0;
    background-color: #FFEB3B;
    width: 35px;
    text-align: center;
    border-radius: 3px;
    font-weight: bolder;
}

.category_header {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #4CAF50 !important;
    box-shadow: 1px 1px 0px 0px;
    padding: 0px !important;
    padding-left: 8px !important;
    border: none;
    cursor: default;
    border-bottom-right-radius: 5px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none;
}