#main-body {
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
}

#section .section-header {
    background: #fff;
}
.bootstrap-table .fixed-table-container .table thead th .both{
    background-image: none!important;
}
#section .form_list {
    background: #fff;
    margin: 0 15px;
    -moz-box-shadow: 0px 0px 12px #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px #EFEFEF;
    box-shadow: 0px 0px 12px #EFEFEF;
    padding: 20px 0;
    box-sizing: border-box;
}

.section-container {
    width: 100%;
    padding: 5% 20%;
    box-sizing: border-box;
}

.section-btn {
    text-align: center;
    height: 50px;
}

.section-btn {
    margin: 0 auto;
}

.section-btn-item {
    padding: 8px 10px;
    cursor: pointer;
    color: #fff;
    min-width: 120px;
}

.section-btn-item-active {
    color: #148FF1;
    background: #fff;
    border-radius: 30px;
    padding: 4px 8px;
}

.form_list .form-group {
    margin-top: 15px;
    width: 100%;
}

.form_list input {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.form_list label {
    color: #0A0A0A;
    font-weight: normal;
}

.form_list .lm {
    margin-right: 10px;
}

.form_list .btns {
    width: 100px;
    height: 40px;
    background: #148FF1;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
}

.form_list .btns:active {
    opacity: 0.5;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 0!important;
}
.form_list .section-main {
    margin: 40px 30px 0 30px;
}
.bootstrap-table .fixed-table-container .table thead th .sortable{
    padding-left:20px!important;
    padding-right:20px!important;
}
.bootstrap-table .fixed-table-container .table thead th{
    vertical-align: middle!important;
}
.form_list .pagination {
    margin: 0 15px;
}

.form_list tr {
    height: 55px;
}

.form_list .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0;
    line-height: 55px;
    margin: 0;
    text-align: center;
    font-size: 12px !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-color: #BECFD9;
}
.form_list thead {
    background: #BFDDF6;
}

.table tr:nth-child(even) {
    background: #F3F3F4;
}

.section-footer .pagination > li {
    height: 40px;
}

.section-footer .pagination > li > a, .pagination > li > span {
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    color: #737373;
    border-radius: 2px;
    padding: 0;
}
.times label{
    line-height: 40px;
}
.times .l{
    line-height: 40px;
}
.form-control{
    box-shadow: none;
    box-shadow: inset 0 1px 1px #fff;
}
.form_list select {
    width: 73% !important;
    height: 40px;
    line-height: 40px;
}
.section-footer .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #148FF1;
    color: #fff;
}

.section-footer .page_num {
    border-color: #fff;
    width: auto !important;
}

.section-footer li a {
    width: 30px !important;
}

.pagination .iconfont{
    font-size: 12px;
}
.form_list .float-left{
    float: left!important;
}
.form_list .page-list{
    display: none!important;
}
.form_list .float-right{
    float: right!important;
    padding: 0!important;
    margin-left: 0;
    margin-right: 0;
}
.datepicker-switch{
    text-align: center;
}
.select_default{
    color: #ccc;
}
@media (max-width: 480px) {
    .section-container .container-fluid {
        padding: 0;
    }

    .section-container .col-xs-4{
        padding: 0;
    }

    .section-container .col-sm-12 {
        padding: 0;
    }

    .section-container .section-btn-item {
        padding: 8px 5px;
    }
    .form_list select {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #main-body {
        top: 8%;
    }

    .lm {
        margin-bottom: 15px;
    }

    .section-footer .pagination {
        float: left;
    }

    .section-container {
        width: 100%;
        padding: 8% 10%;
        box-sizing: border-box;
    }

    .section-btn .col-xs-3 {
        padding: 0;
    }

    .section-footer li a {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .form_list input {
        width: 73% !important;
        margin-left: 10px;
    }
    .form_list select {
        width: 73% !important;
        margin-left: 10px;
    }

    .form_list .times input {
        width: 36% !important;
    }

    .section-footer .pagination {
        float: right;
    }
}

@media (min-width: 960px) {
    #main-body {
        top: 32%;
    }
}
