/*控制角色配置权限模块的样式*/

.configAuthor {
    position: fixed;
    top: 184px;
    left: 434px;
    width: 1000px;
    height: 700px;
    background-color: white;
    z-index: 10003;
    overflow-y: auto;
}

.configBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    z-index: 10002;
    opacity: 0.5;
}

.configAddUser {
    position: fixed;
    top: 98px;
    left: 434px;
    width: 1400px;
    height: 794px;
    background-color: white;
    z-index: 10003;
    overflow-y: auto;
    border: 3px solid #D5D0D0;
}
.addUserBottom input {
    width: 83px;
    height: 34px;
    text-align: center;
    background-color: #CB4444;
    color: white;
}

.sericty{
    height: 30px;
}

.modal_btn_1 {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 60px;
    height: 32px;
}

.se_btn{
    font-size: 14px;
    height: 25px;
    width: 50px;
    line-height: 25px;
    color: white;
    background-color: red;
}

.userList li {
    float: left;
    width: 33%;
    height: 23px;
    border: 1px solid #E1E1E1;
}
.addUserSave{
    position: absolute;
    z-index: 1;
    margin-left: 1218px;
    margin-top: 10px;
}
.addUserCancel{
    position: absolute;
    z-index: 1;
    margin-left: 1304px;
    margin-top: 10px;
}
#configAuthor .k-widget {
    height: 670px;
    overflow-y: auto;
}
#configAuthor .k-widget .k-grid-content {
    overflow: inherit;
    height: 610px!important;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .configAuthor {
        top: 50%;
        left: 50%;
        height: 500px;
        margin-top: -230px;
        margin-left: -500px;
    }
    #authoriseManage-grid{
        height: 519px!important;
    }
    #authoriseManage-grid .k-grid-content { height: 400px!important;}
    #addUser-grid{
        height: 517px!important;
    }
    #configAuthor .k-widget {
        height: 470px;
    }
    #configAuthor .k-widget .k-grid-content {
        height: 425px!important;
    }
}