﻿/*edit by cyt*/
@charset "utf-8";
/******************表格按钮样式****************/
.bootstrap-table .table a.btn {
    padding: 2px 4px;
    display: inline-block;
    text-decoration: none;
    background-color: white;
    font-size: 13px;
}

.bootstrap-table .table a.btn i.iconfont {
    font-size: 12px;
}

.bootstrap-table .table a.btn-primary {
    border: 1px solid #428bca;
    color: #428bca;
}

.bootstrap-table .table a.btn-primary:hover {
    background: #428bca !important;
    color: #fff !important;
}

.bootstrap-table .table a.btn-danger {
    border: 1px solid #c9302c;
    color: #c9302c;
}

.bootstrap-table .table a.btn-danger:hover {
    background: #c9302c !important;
    color: #fff !important;
}

.bootstrap-table .table a.btn-success {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.bootstrap-table .table a.btn-success:hover {
    background: #5cb85c !important;
    color: #fff !important;
}

.bootstrap-table .table a.btn-warning {
    border: 1px solid #ed9c28;
    color: #ed9c28;
}

.bootstrap-table .table a.btn-warning:hover {
    background: #ed9c28 !important;
    color: #fff !important;
}

.bootstrap-table .table a.btn-purple {
    border: 1px solid #a069c3;
    color: #a069c3;
}

.bootstrap-table .table a.btn-purple:hover {
    background: #a069c3 !important;
    color: #fff !important;
}

.bootstrap-table .table a {
    background: #fff !important;
}

/*-----表格列表样式，多用于显示详细信息*/
.table-list {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    line-height: 30px;
}

.table-list td {
    border: 1px solid #ddd;
    padding: 3px 10px;
    font-size: 13px;
    color: #333;
}

.table-list .field {
    background-color: #f4faff;
    text-align: right;
    width: 20%;
}

.table-list .value {
    text-align: left;
    width: 30%;
}

/*-----搜索框，表格数据搜索样式*/
.form-search { /*padding: 20px 200px 20px 20px; /*background-color: #f5f5f5;*/
    margin-bottom: 35px;
    position: relative;
}

.form-search .form-btn {
    position: absolute;
    right: 10px;
    top: 99%;
}

/*表格样式重定义*/
.no-radius-btn .table a.btn {
    border-radius: 0;
}

.bootstrap-table {
    font-size: 13px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.widget-box .widget-header {
    border-bottom: 1px solid #e7eaec;
    height: 40px;
    padding: 0px 8px 0;
}

.widget-box .widget-header:before, .widget-box .widget-header:after {
    content: '';
    display: table;
    clear: both;
}

.widget-box .widget-header .widget-title {
    display: inline-block;
    color: #666;
    font-size: 16px;
    border-bottom: 2px solid #5291ef;
    padding: 0 4px;
    height: 40px;
    line-height: 40px;
}

.widget-box .widget-header .widget-toolbar {
    float: right;
}

.widget-box .widget-header .widget-toolbar a {
    display: inline-block;
    margin-left: 5px;
}

.widget-box .widget-body {
    padding: 20px;
}
.widget-box.inBox .inBd{
    border:none;
}
.widget-box.inBox .inHd ul{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.widget-box.inBox .inHd ul li{
    width: auto;
    padding:12px 15px;
    font-size: 16px;
}
.widget-box.inBox .inHd ul li.on{
    background: none;
    color:#0e8cd9;
    border-bottom:2px solid #0e8cd9
}
