@charset "UTF-8";
body{
    /*font-family: 'Microsoft YaHei';*/
    font-weight: 400;
}
.topbar .top-navbar .navbar-header{
    line-height: 68px;
}
.green {
    color: green;
}
.red {
    color: red;
}
.blue {
    color: #009efb;
}
.primary{
    color: #2d8cf0;
}
.success{
    color: #19be6b;
}
.warning{
    color: #ff9900;
}
.error{
    color: #ed4014;
}
/*分页重置*/
.page{
    text-align: center;
    display: block;
    font-size: 14px;
}
.pagination{
    justify-content: center;
    margin-bottom: 0;
}
.drak-active{
    background-color: #000000 !important;
}


.head{
    margin-bottom: 16px;
}
.head-item>div{
    margin-bottom: 16px;
}
.head-item>div:last-child{
    margin-bottom: 0;
}
.head-item span {
    cursor: pointer;
    width: 140px;
    display: inline-block;
}


.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
