/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
body {
    font-family: "Microsoft YaHei";
}

.ui-jqgrid .ui-jqgrid-view, .ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea, .ui-jqgrid .ui-jqgrid-view button {
    font-size: 13px;
}
.form-inline .control-label {
    font-size: 13px;
}
.form-control {
    height: 30px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.width-date {
    width: 120px!important;
}
.percentage{
    color: #898989;
    font-size: 10px;
}
.krs {
    font-size: 12px;
    color: rgb(29, 134, 240);
    font-weight: bold;
}