.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

.portlet.box>.portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
    min-height: 40px;
}
.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet.box>.portlet-body {
    background-color: #fff;
    padding: 15px;
}
.portlet.box>.portlet-body .search-options{
    margin-bottom: 15px;
}

.portlet.box>.portlet-body .search-options label {
    font-weight: normal;
}

.portlet.box>.portlet-body .search-options label select.search-entries-field {
    width: 75px;
    margin: 0 6px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.portlet.box>.portlet-body .search-options label input.search-entries-field {
    width: 300px;
    margin-left: 6px;
    padding: 0.65rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.portlet.box>.portlet-body .table-responsive > .table-bordered {
    border: 1px solid #e7ecf1;
}
.portlet.box>.portlet-body .table-responsive .table.table-striped thead th {
    border: 1px solid #e7ecf1;
}
.portlet.box>.portlet-body .table tr td .dropdown .cust-tbl-act-opt{

}
/*=============== portlet box color =================*/
.portlet.box.red {
    border: 1px solid #ce1723;
    border-top: 0;
    background-color: #ce1723 !important;
}