
.yyui-transfer{
    font-size:12px;
}
.yyui-transfer-list{
    width: 250px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 6px;
    float:left;
    overflow: hidden;

}
.yyui-transfer-list-title{

    padding: 7px 16px;
}
.yyui-transfer-list-title-clauses{
    margin-left:15px;
}
.yyui-transfer-list-title-name{
    float:right;
}
.yyui-transfer-list-main{
    border: 1px solid #ddd;
    border-width: 1px 0;
    height:250px;
}

.yyui-transfer-list-main .yyui-transfer-content {
    height: 222px;
    overflow: auto;
}

.yyui-transfer-list-main label{
    display: block;
    padding:7px 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper{
    margin-left:0;
}
.yyui-transfer-btn{
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin:100px 8px 0 8px;
}
.yyui-transfer-btn .yyui-transfer-btn-lr{
    margin-top:5px;
    clear:both;
    display:block;
}
.ant-btn[disabled]{
    background-color: #f7f7f7;
}

.yyui-transfer-search .search-input {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 28px;
    padding: 4px;
    width: 85%;
}
.yyui-transfer-search .search-previous {
    cursor: pointer;
    margin: 2px 2px;
}

.yyui-transfer-search .search-next {
    cursor: pointer;
    margin: 2px 2px;
}

.yyui-transfer-search .search-ok {
    color: #ccc;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.yyui-transfer-search .search-cancel {
    color: #ccc;
    position: absolute;
    top: 2px;
    right: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.yyui-transfer-search .ant-input-wrapper{
    display: inline-block;
    width: 100%;
}

.yyui-transferoperation {
    margin-top: 10px;
}