 /*抽离bootstrap部分样式*/
 
 .wrapper {
     padding: 0 20px;
 }
 
 .wrapper .row {
     overflow: hidden;
 }

 .m-b-sm {
     margin-bottom: 10px;
 }
 
 .m-t-sm {
     margin-top: 10px;
 }
 
 .m-t {
     margin-top: 15px;
 }
 .mg-l-170 {
    margin-left: 170px;
}
.text-center {
    text-align: center;
}
 .m-b {
     margin-bottom: 15px;
 }
 .mg-l-63 {
    margin-left: 70px;
}
.set-value .form-control{
    height: auto
}

 .checkbox-inline, .radio-inline, .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline{
        margin: 0 15px 0 0;
 }
 

 .horizontal dd::after,
 .dl-horizontal dd::before,
 .form-horizontal .form-group::after,
 .form-horizontal .form-group::before,
 .modal-footer::after,
 .modal-footer::before,
 .modal-header::after,
 .modal-header::before,
 .nav::after,
 .nav::before,
 .navbar-collapse::after,
 .navbar-collapse::before,
 .navbar-header::after,
 .navbar-header::before,
 .navbar::after,
 .navbar::before,
 .pager::after,
 .pager::before,
 .panel-body::after,
 .panel-body::before,
 .row::after,
 .row::before {
     content: " ";
     display: table;
 }
 
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-xs-1,
 .col-xs-10,
 .col-xs-11,
 .col-xs-12,
 .col-xs-2,
 .col-xs-3,
 .col-xs-4,
 .col-xs-5,
 .col-xs-6,
 .col-xs-7,
 .col-xs-8,
 .col-xs-9 {
     min-height: 1px;
     padding-left: 15px;
     padding-right: 8px;
     position: relative;
 }
 
 textarea.form-control {
     height: auto;
 }
 

 .form-horizontal .ibox-title {
     box-sizing: border-box;
 }
 

.mg-l-30 {
    margin-left: 30px;
}
.modal-body {
    padding: 50px 0 0 100px;
}
.layui-layer-content{
    border-bottom: 1px solid #eee;
}
.layui-layer-content .form-group div,
.layui-layer-content .control-label{
    line-height: 38px;
}
 @media (min-width: 768px) {
     .col-sm-1,
     .col-sm-10,
     .col-sm-11,
     .col-sm-12,
     .col-sm-2,
     .col-sm-3,
     .col-sm-4,
     .col-sm-5,
     .col-sm-6,
     .col-sm-7,
     .col-sm-8,
     .col-sm-9 {
         float: left;
     }
     .col-sm-2 {
         width: 16.6667%;
     }
     .col-sm-4 {
         width: 33.3333%;
     }
     .col-sm-12 {
         width: 100%;
     }
 }
 /*后台页码*/
 
 .pull-left {
     float: left !important;
 }
 
 .pull-right {
     float: right !important;
 }
 
 .pagination {
     border-radius: 4px;
     display: inline-block;
     margin-right: 40px;
     padding-left: 0;
     font-size: 12px;
 }
 
 .pagination > li {
     display: inline;
 }
 
 .pagination > li:first-child > a,
 .pagination > li:first-child > span {
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
     margin-left: 0;
 }
 
 .pagination-detail {
     font-size: 12px;
     margin-left: 20px;
 }
 
 .btn-group > .btn:first-child {
     margin-left: 0;
 }
 
 .btn-group-vertical > .btn,
 .btn-group > .btn {
     float: left;
     position: relative;
 }
 
 .btn-group .btn-default {
     -moz-user-select: none;
     border: 1px solid #ffffff;
     border-radius: 4px;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857;
     margin-bottom: 0;
     padding: 6px 12px;
     text-align: center;
     vertical-align: middle;
     white-space: nowrap;
     background-color: #fff;
     color: #333;
 }
 
 .btn-default:hover {
     background-color: #e6e6e6;
     border: 1px solid #adadad;
     color: #333;
 }
 
 .btn .caret {
     margin-left: 0;
 }
 
 .dropup .caret,
 .navbar-fixed-bottom .dropdown .caret {
     border-bottom: 4px dashed;
     border-top: 0 none;
     content: "";
 }
 
 .caret {
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 4px dashed;
     display: inline-block;
     height: 0;
     margin-left: 2px;
     vertical-align: middle;
     width: 0;
 }
 
 .dropup .dropdown-menu,
 .navbar-fixed-bottom .dropdown .dropdown-menu {
     bottom: 100%;
     margin-bottom: 2px;
     top: auto;
 }
 
 .dropdown-menu {
     background-clip: padding-box;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 4px;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
     display: none;
     float: left;
     font-size: 14px;
     left: 0;
     list-style: outside none none;
     width: 54px;
     position: absolute;
     text-align: left;
     top: 100%;
     z-index: 1000;
 }
 
 .dropdown-menu > .active > a,
 .dropdown-menu > .active > a:focus,
 .dropdown-menu > .active > a:hover {
     background-color: #337ab7;
     color: #fff;
     outline: 0 none;
     text-decoration: none;
 }
 
 .dropdown-menu > li > a {
     clear: both;
     color: #333;
     display: block;
     font-weight: 400;
     line-height: 1.42857;
     padding: 3px 0;
     white-space: nowrap;
     text-align: center;
 }
 
 .pagination > .active > a,
 .pagination > .active > a:focus,
 .pagination > .active > a:hover,
 .pagination > .active > span,
 .pagination > .active > span:focus,
 .pagination > .active > span:hover {
     background-color: #337ab7;
     border-color: #337ab7;
     color: #fff;
     cursor: default;
     z-index: 3;
 }
 
 .pagination > li > a,
 .pagination > li > span {
     background-color: #fff;
     border: 1px solid #ddd;
     color: #337ab7;
     float: left;
     line-height: 1.42857;
     margin-left: -1px;
     padding: 6px 0;
     text-align: center;
     position: relative;
     text-decoration: none;
 }
.fixed-table-container{
    border-top: none !important;
    border-bottom: none !important;
}
.bootstrap-table .table>thead>tr>th{
    border-bottom: none !important;
}
/*.bootstrap-table .table{
    border-top: 1px solid #ddd;
}*/
.fixed-table-body{
    background: #fff;
    overflow: visible !important;
}
.fixed-table-container .bs-checkbox .th-inner {
    text-align: center;
}

.btn-group .dropdown-menu li:hover a{
    background: #337ab7;
    color: #fff;

}