.widget_form-report {}
.widget_form-report > div {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
}
.widget_form-report .VueTables.VueTables--client > .row .col-md-12 {
    display: flex;
    justify-content: space-between;
}
.widget_form-report .VueTables__search-field,
.widget_form-report .VueTables__limit-field {
    display: flex;
}
.widget_form-report .VueTables__search-field label {
    display: none;
}
.widget_form-report .VueTables__limit-field label {
    margin-right: 10px;
}
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-sort,
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-chevron-up,
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-chevron-down {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: right;
}
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-sort:before {
    content: "\f0dc";
}
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-chevron-down:before {
    content: "\f078";
}
.widget_form-report span.VueTables__sort-icon.pull-right.glyphicon.glyphicon-chevron-up:before {
    content: "\f077";
}
.widget_form-report .table-responsive {
    background-color: rgb(249, 249, 249);
    margin-bottom: 10px;
    padding: 20px;
    min-height: 300px;
}
.widget_form-report table.VueTables__table.table.table-striped.table-bordered.table-hover thead tr th {
    min-width: 150px;
}
.widget_form-report .dropdown button#dropdownMenuButton {
    border-radius: 10px;
    padding: 10px;
    background-color: #d8d8d8;
    border-color: #cacaca;
    color:#262629;
}
.widget_form-report .dropdown .dropdown-menu.show a {
    cursor: pointer;
}
.widget_form-report .button a {
    margin-top: 5px;
}
/*sales summary*/
.widget_form-report #r-sales-summary .VueTables__search-field {
    display: none;
}

@media(max-width:991px){
    .widget_form-report > div {
        max-width: 960px;
    }
}
@media(max-width:767px){
    .widget_form-report > div {
        max-width: 720px;
    }
}
@media(max-width:576px){
    .widget_form-report > div {
        max-width: 540px;
    }
}

