.vmiddle {
    vertical-align: middle;
}

.filterWrap, .filterWrapQy {
    border-radius: 3px;
    background: #fff;
    width: 98%;
    margin: 0 auto 10px 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 0;

}

.filterWrapQy {
    width: 100%;
}

.filterWrap .searchConditions, .filterWrapQy .searchConditions {
    overflow-y: hidden;
    margin-left: -21px;
}

.filterWrap .searchConditions span, .filterWrapQy .searchConditions span {
    font-size: 14px;
}

.filterWrap .searchConditions .search-text, .filterWrap .searchConditions .search_text, .filterWrapQy .searchConditions .search-text, .filterWrap .searchConditions .Wdate, .filterWrapQy .searchConditions .Wdate, .search-text {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 33px;
    padding-left: 10px;
    width: 150px;
    height: 35px;
    box-sizing: border-box;
}

.filterWrap .searchConditions select, .filterWrapQy .searchConditions select {
    border-color: #b8b8b8;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    margin: 0;
    color: #757575;
    height: 33px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 12px;
}

.filterWrap .searchButtons, .filterWrapQy .searchButtons {
    width: 250px;
    height: 33px;
    line-height: 33px;
    float: right;
    margin-top: 18px;
}

.filterWrap .searchButtons .arrow, .filterWrapQy .searchButtons .arrow {
    margin-left: 10px;
    display: none;
}


.filterWrap .searchButtons, .filterWrapQy .searchButtons input {
    margin-left: 10px;
}

.filterWrap .searchButtons .arrow, .filterWrapQy .searchButtons .arrow:hover{
    background: none;
}


/*点击生成的placeholder样式*/
/*.filterWrap .placeholder-label, .filterWrapQy .placeholder-label {*/
/*position: absolute;*/
/*left: 0;*/
/*top: -20px;*/
/*padding: 2px;*/
/*line-height: 17px;*/
/*padding-left: 2px;*/
/*color: #9a9a9a;*/
/*cursor: text;*/
/*white-space: nowrap;*/
/*}*/

.search-bar .lb_label {
    left: 10px !important;
    color: #72b3e6;
    top:-5px!important;
}

.search-bar .lb_label.active {
    color: #008cfb;
}

/*覆盖搜索区的selectize*/
.filterWrap .selectize-input, .filterWrapQy .selectize-input {
    padding: 7px 7px;
}

.searchButtons input {
    float: left;
}

.searchButtons a {
    display: block;
    float: left;
}

.search-button-blue, .search-button-green ,.search-button-gray{
    height: 34px;
    border-radius: 2px;
    background: url(../../../image/btn-bg1.png) repeat-x;
    border: none;
    color: #fff;
    padding: 0px 20px;
    overflow: hidden;
}

.search-button-green {
    background: #00ba8b;
}

.search-button-eb {
    background: #118ee9;
}

.search-button-gray {
    background: #c5c5c5;
}


.search-button-eb:hover {
    background: #0670bd
}

.search-button-eb.reset{border: 1px solid #d9d9d9; color: #333; background: #fff;}
.search-button-eb.reset:hover{color: #118ee9; border: 1px solid #118ee9; background: #fff;}


.search-button-blue.reset, .search-button-green.reset {
    margin-left: 10px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(219,219,219,1);
    color:#303133;
}
.search-button-blue.reset:hover, .search-button-green.reset:hover {
    background:#fff;
    border:1px solid #00BA8B;
    color:#00BA8B;
    opacity: .6;
}

.search-button-blue:hover {
    background: url(../../../image/btn-bg1hover.jpg) repeat-x;
}

.search-button-green:hover {
    background: #00BA8B;
    opacity: .6;
    cursor: pointer;
}
.search-button-gray:hover {
    background: #959595
}

.search-button-red {
    height: 34px;
    border-radius: 3px;
    background: url(../../../image/btn-bg2.png) repeat-x;
    border: none;
    color: #fff;
    padding: 0px 30px;
    line-height: 34px;
    display: block;
}

.search-button-red:hover {
    background: url(../../../image/btn-bg2hover.jpg) repeat-x;
    display: block;
    color: #fff;
}

textarea {
    padding-left: 10px;
    border: 1px solid #ddd;
}

.searchWrap {
    margin-bottom: 20px;
}

.search_div {
    float: left;
    margin-right: 10px;
}

.search {
    color: #aaa;
    margin-bottom: 20px;
    overflow: hidden;
}

.search-bar, .search_div {
    margin: 20px 0 0px 10px;
    font-size: 14px;
    color: #666;
    float: left;
}

/*ztree菜单树超过一定高度出现竖向滚动条*/
.ztree-scoll{    overflow-y: auto;    overflow-x: hidden;    max-height: 600px;}
.ztree-scoll::-webkit-scrollbar{
    width:5px;
    height:4px;
}
.ztree-scoll::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
.ztree-scoll::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
.ztree-scoll::-webkit-scrollbar-thumb:hover{
    background: #747474;
}
.ztree-scoll::-webkit-scrollbar-corner{
    background: #f6f6f6;
}
/*通用返回按钮样式*/
.search_div .returnButton{
    background: #e85e4f;
    min-width: 110px;
    padding: 0 20px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    border: none;
}

.pull-no{margin-top:0px !important;}
.pull-sl{white-space: nowrap;    text-overflow: ellipsis;    width: 280px !important;}
.group-but{ padding: 5px;}

.filterWrapQy .search-bar {
    margin-left: 0;
    margin-right: 10px;
}

/*搜索区seletize下拉框默认宽度*/
.search-bar .selectize-control {
    width: 150px;
}

.search-bar .selectize-control.multi {
    width: auto;
    min-width: 150px;
}



.selectize-control.multi .selectize-input > div {
    margin: 0 3px 1px 0;
    padding: 2px 4px;
}

/* 查询数据区 */
.search_data {
    width: 100%;
    border: 1px solid #eaedf1;
    border-left: none;
    border-right: none;
    padding: 10px 0 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.search_data_con {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #333
}

.search_data_con span {
    font-size: 20px;
    color: #f00;
    font-family: Arial;
}

.btn-dt-edit-ok li {list-style-type: none;}
.btn-dt-edit-cancel li{list-style-type: none;}