﻿
.fixed-table-container {
         border: 0px solid #ddd!important; 
}


.bootstrap-table .table .fht-cell
{
     padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/*表格按钮的样式修改*/

.fixed-table-toolbar button {
    /*position: relative;
    margin-bottom: 5px;
    margin-top: 10px;*/
    margin-bottom: 5px;
    margin-top: 5px;
}
.fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 0px; 
    margin-bottom: 0px; 
    line-height: 34px;
}
.fixed-table-toolbar .pull-left {
    margin-left:6px;
}



/**2016-08-04 yefanghua 头部fht-cell中的select的placeholder字体样式*/
.bootstrap-table .table .selected td {
    background-color: antiquewhite;
    color: #000;
}


.bootstrap-table .table-hover tr:hover {
        background-color: #1ab394;
        color:#000;
}


.bootstrap-table .table thead input
{
    font-family:Arial;
    font-weight:normal;
}

.bootstrap-table .table thead select
{
    font-family:Arial;
    font-weight:normal;
}

.select2-selection__rendered{
    text-align:left;
    font-weight:normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height:22px!important;
    line-height:22px!important;
    padding-left:4px;
}
.select2-container--default .select2-selection--single{
    height:22px!important;
    border-radius:2px;
}


.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    margin-top: 5px!important;
    margin-bottom: 0px!important;
}

.fixed-table-pagination .pagination a {
    padding: 8px!important;
    line-height: 1.2;
}

.fixed-table-pagination .pagination-detail .btn {
    padding: 5px!important;
}
