
body {
    font-family: "Microsoft YaHei UI Light";
}

.input-group {
    margin-bottom: 5px;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-bottom: 10px;
}

.row-grid + .row-grid {
    margin-top: 10px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.buttons-colvis {
    color: #fff !important;
    background-color: #027cff !important;
    border-color: #027cff !important;
}

.buttons-copy {
    color: #fff !important;
    background-color: #027cff !important;
    border-color: #027cff !important;
}

.buttons-excel {
    color: #fff !important;
    background-color: #027cff !important;
    border-color: #027cff !important;
}

.buttons-print {
    color: #fff !important;
    background-color: #027cff !important;
    border-color: #027cff !important;
}