/*最外面的DIV样式*/
.base{overflow-x:hidden;overflow-y:auto;height:100%;width:100%;}

/*功能按钮的位置样式*/
.btn-position{margin-left:15px;}
.btn-toolbar .button-group .btn{display:block;}
/*重写按钮背景颜色和字体颜色*/
.btn-default{color:#000;border:1px solid #9a2529;}
/*重写按钮大小*/
.btn{padding:1px 12px!important;/*border:none!important;background-color:#dcdcdc!important;color:#000!important;outline:0;*/}
/*.btn:hover{border:none!important;background-color:#9a2429!important;color:white!important;outline:0;}*/
/* 搜索框的样式 */
.searchForm{padding-bottom:2px;border-bottom:1px solid #e4e4e4;margin-left:5px;display:block;}
.search-condition{font-size:12px;margin-bottom:10px;}
.search-condition .input-group-addon{border-radius:0!important;}
.search-condition input,.search-condition select{height:20px;display:inline-block;width:100%;border-radius:0!important;}
.search-condition .input-group-addon{padding:3px;}
.search-condition label{padding-top:3px;text-align:right;}
.search-form{width:222px;height:100%;margin-top:0;display:none;padding-top:0;top:0;right:0;z-index:1000;position:absolute;border-radius:6px;}
.search-panel{background:url('../images/search-bg.png') top center no-repeat;height:100%;}
/*boostrap table 的样式*/
.list-table{z-index:1;width:100%}
/*修改bootstrap-mutilselect样式*/
.multiselect-native-select{display:inline-block;width:100%!important;}
.multiselect-native-select .btn-group,.btn-group-vertical{width:100%!important;}
.multiselect-native-select .btn-group>button:hover{background-color:white!important;color:black!important;}
.multiselect-native-select .btn-group>button{display:inline-block;width:100%;border-radius:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;border:1px solid #bbb;padding:1px 4px!important;}
.multiselect-native-select .multiselect-selected-text{display:inline-block;}
.multiselect-native-select .btn-group>button .caret{position:absolute;top:8px;right:10px;width:0;height:0;}
.multiselect-native-select .input-group-btn>button{padding:3px!important;border:1px solid #ccc;}
.multiselect-native-select label{float:left!important;}
.multiselect-native-select label input[type="checkbox"]{width:14px!important;height:14px!important}
/*设置tr的背景色 和字体颜色*/
.trCal,.otrCal{color:#000;white-space:nowrap;}
/*设置tr的背景色*/
.trCal:hover{background-color:#e0ecff;cursor:pointer;}
/*设置tr的背景色*/
.otrCal:hover{background-color:#e0ecff;cursor:pointer;}
/*设置鼠标悬浮在 tr时候的颜色*/
.table-hover>tbody>tr:hover{background-color:#ededed;cursor:pointer;}
/*.bootstrap-table tbody>tr:hover{background-color:#ededed!important;}*/
/*设置checkbox 被选中的颜色*/
.fixed-table-container tbody .selected td{background-color:#ededed}
.fixed-table-container{transition:height 300ms ease 0ms;-webkit-transition:height 300ms ease 0ms;}
.hight-auto .fixed-table-container{height:auto!important;padding-bottom:60px!important;}
.fixed-table-body{overflow-x:auto;overflow-y:auto}
.hight-auto .fixed-table-body{;height:auto!important;}
    /*去掉table的边框*/
.borderless td, .borderless th{border:none;}
/*表头背景色和字体颜色*/
.tb-head{/*background: #39322E;*/font-size:14px;color:#000;}


/*分页控件*/
.page-div{float:left;margin-left:0;margin-top:0;color:#000;position:fixed;bottom:0;width:100%;background-color:white;z-index: 1}
.table-responsive{overflow:hidden;}
/*可搜索下拉框样式*/
.select2-container--default .select2-selection--single{border-radius:0!important;}
.select2-container .select2-selection--single{height:20px!important;margin-top:0!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:20px!important;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:black!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:20px!important;}
.select2-results__option{padding:2px 0 2px 6px!important;}
.select2-search--dropdown .select2-search__field{padding:2px!important;margin-top:0!important;}
.select2-search__field{margin-top:0!important;}
.select2-selection--multiple{margin-top:0!important;min-height:0!important;border-radius:0!important;border:0;}
.select2-selection__choice{margin-top:0!important;border:none!important;border-radius:0!important;white-space:nowrap;}
.ms-choice{height:20px!important;line-height:20px!important;border-radius:0!important;}
.ms label{text-align:left!important;}
