/* CSS Document */

body,html{
    font-size: 14px;
    color: #262626;
}

.function-set{
    width: 672px;
    box-sizing: border-box;
    height: 368px;
    padding: 16px 24px;
}



.waiting{
    width: 300px;

}
.wait-title{
    width: 100%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
}
.wait-title input{
    width: 300px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-left: 36px;
    background: url(/platform/menu/common_menu/image/function_search.png) no-repeat 10px center;

}


.wait-title input:hover{
    border: 1px solid #2179d9;
    border-radius: 2px;
    background: url(/platform/menu/common_menu/image/function_search.png) no-repeat 10px center;
}

.wait-title p{
    width: 80px;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.dialog-title span{font-size: 16px;}


.wait-content{
    width: 100%;
    height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.first-menu{
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    cursor: pointer;

}

.first-menu:hover{
    background: #eff5fc;
}

.first-menu span{
    display: inline-block;
    height: 100%;
}
.item-control{
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}

.sec-menu{
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.sec-menu:hover{
    background: #eff5fc;
}
.third-menu{
    width: 100%;
    box-sizing: border-box;
    padding-left: 47px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.third-menu:hover{
    background: #eff5fc;
}

/* 滚动条 */
.wait-content::-webkit-scrollbar{
    width: 5px;
    background: #dedede;

}
.wait-content::-webkit-scrollbar-thumb{
    background: #999999;
    border-radius: 4px;
}

/* 已选 */
.function-selected{
    width: 315px;

}

.function-selected-title{
    width: 100%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 44px;
    line-height: 44px;
}
.function-selected-title p{
    padding-left: 10px;
}
.function-selected-title .btn-all{
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    color: #2170d9;
    margin-right: 10px;
}
.function-selected-title .btn-all:hover{
    color: #387fdd;
}






.function-selected-content{
    width: 100%;
    height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

/* 已选列表 */
.slelected-list{
    width: 100%;
}
.slelected-list li{
    overflow: hidden;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;

}
.slelected-list li:hover{
    background: #eff5fc;
}


.slelected-list span{
    display: inline-block;

    width: 16px;
    height: 30px;
    margin-left: 6px;
    cursor: pointer;

}
.slelected-list .func_delete{
    background: url(/platform/menu/common_menu/image/func_delete.png) no-repeat center center;
}

.slelected-list .func_up{
    background: url(/platform/menu/common_menu/image/func_up.png) no-repeat center center;
}

.slelected-list .func_down{
    background: url(/platform/menu/common_menu/image/func_down.png) no-repeat center center;
}


.slelected-list .func_delete:active{
    background: url(/platform/menu/common_menu/image/func_delete2.png) no-repeat center center;
}

.slelected-list .func_up:active{
    background: url(/platform/menu/common_menu/image/func_up2.png) no-repeat center center;
}

.slelected-list .func_down:active{
    background: url(/platform/menu/common_menu/image/func_down2.png) no-repeat center center;
}

/* 滚动条 */
.function-selected-content::-webkit-scrollbar{
    width: 5px;
    background: #dedede;

}
.function-selected-content::-webkit-scrollbar-thumb{
    background: #999999;
    border-radius: 4px;
}
.hide{
    display: none;
}
.selected-item{
    background: #eff5fc;
}
.w210{
    width: 210px;
}
