/**筛选区域**/
.yyui-filter{
    padding:10px;
    margin-bottom: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.yyui-filter-line {
    min-height:40px;
    padding-top:5px;
    font-size: 12px;
    color:#646464;
    border-bottom:1px dashed rgba(0,0,0,0.1);
}
.yyui-filter-line span {
    color:#646464;
    font-weight: normal;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 6px;
}
.yyui-filter-line .ant-checkbox-inner {
    border-radius: 0;
}
/**筛选栏更多按钮**/
.yyui-filter-line .yyui-filter-toggle{
    position: absolute;
    display: block;
    padding: 0;
    right: 0;
}
/**筛选栏多选按钮**/
.ant-btn.yyui-filter-btn-multiple {
    position: absolute;
    right: 60px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    text-align: center;
    background-color: white;
    margin-top: 3px;
    margin-right: 10px;
}
.ant-btn.yyui-filter-btn-multiple span{
    line-height: normal;
    color:#323232;
}
.ant-btn.yyui-filter-btn-multiple:hover, .ant-btn.yyui-filter-btn-multiple:focus {
    background-color: white;
    border-color: #57c5f7;
}
/*
.ant-btn.yyui-filter-btn-multiple:hover span, .ant-btn.yyui-filter-btn-multiple:focus span{
    color:#57c5f7;
}
*/
/**筛选栏多选提交按钮栏**/
.yyui-filter-buttons{
    text-align: center;
    padding: 5px 0 10px;
}
.yyui-filter-buttons .ant-btn{
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 0px;
}
.yyui-filter-buttons .ant-btn.ant-btn-primary span{
    color:#fff;
}
.yyui-filter-buttons .ant-btn span{
    line-height: normal;
}
/**筛选收起|展开**/
.yyui-filter-toggle{
    display: inline-block;
    padding: 8px;
    color:#2db7f5;
    margin: 0 10px;
    cursor: pointer;
}
.yyui-filter-toggle span{

}
.yyui-filter-toggle .anticon{
    margin-left: 8px;
}

/*筛选标签*/
.yyui-filter-tags{
    position: relative;
    display: inline-block;
    height:25px;
    vertical-align: middle;
}
.yyui-filter-tag{
    position: relative;
    display: inline-block;
    float: left;
    cursor:pointer;
    border:1px solid #999999;
    line-height: 20px;
    min-width: 40px;
    max-width: 200px;
    margin-right: 5px;
    padding: 0 15px 0 5px;
    color: #323232;
}
.yyui-filter-tag:hover{
    border:1px solid #2da5ff;
}
.yyui-filter-tag .anticon{
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 5px;
    position: absolute;
    right: 0;
}
.yyui-filter-tag:hover .anticon{
    color:#2da5ff;
}
/**多行内容滚动条限制框**/
.yyui-filter-single.expand,.yyui-filter-multiple .row.yyui-filter-items{
    min-height: 20px;
    max-height: 110px;
    overflow-y: auto;
}

/*筛选栏更多收起按钮样式*/
.yyui-filter-toggle .yyui-more .anticon {
    padding-top: 31px;
    font-size: 11px;
    width: 10px;
    height: 6px;
    margin-left: 12px;
}
.yyui-filter-items .yyui-checkbox {
    margin-right: 5px;
}
.yyui-filter-items>.yyui-col>label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.yyui-filter-line .yyui-filter-item {
    cursor: pointer;
}
.yyui-filter-line .yyui-filter-item.actived {
    background: #0094ea;
    color: #fff;
}
.yyui-filter-line .yyui-filter-item.disabled {
    cursor: not-allowed;
    color: #cfcfcf;
}
.yyui-filter-line .yyui-filter-item{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.yyui-filter-selected {
    cursor: pointer;
    padding: 3px;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
}
.yyui-filter-selected .yyui-icon {
    margin-left: 5px;
}