.acl-cell-div {
    border: 1px solid @border_color;
    box-sizing: border-box;
    margin: 5px;
    height: 99%
}

.operation-area {
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -80%);
    margin-left: -2px;
}

.filter-bar {
    background-color: #F6F9F9;
    padding: 5px 0;

    .ivu-icon {
        font-size: 17px;
    }
}

.filter-bar > div {
    margin-left: 6px;
}

.go-input-acl-input{
    .go-content-body{
        .go-input-acl-icon{
            position: absolute;right:26px;top:-2px;
            display: none;
            &.ivu-icon{

            }
        }
        &:hover{
            .go-input-acl-icon{
                display: block;
            }
        }
    }
}

.split-bar {
    border-top: 1px solid @border_color;
    border-bottom: 0;
    height: 13px;
    text-align: center;

    .top-btn {
        position: relative;
        background-color: #F0F0F0;
        display: inline-block;
        height: 13px;
        padding: 0 10px;
        cursor: pointer;

        &:hover {
            color: #296fbe;
        }

        i {
            font-size: 20px;
            position: relative;
            top: -3px;
        }
    }

    .down-btn {
        position: relative;
        background-color: #F0F0F0;
        display: inline-block;
        height: 13px;
        padding: 0 10px;
        cursor: pointer;

        &:hover {
            color: #296fbe;
        }

        i {
            font-size: 20px;
            position: relative;
            top: -3px;
        }
    }
}

.go-acl-tabs {
    div.gridbox_material.gridbox {
        border: 0;
    }
}

.go-input-acl {
    .station-radio {
        display: inline-block;
        margin-left: 7px;
    }

    .station-radio:first-of-type {
        margin-left: 3px;
    }

    .dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_cont_layout {
        border-width: 0 0 1px 1px;
    }

    .dhxlayout_base_material div.dhx_cell_layout {
        box-shadow: none;
    }

    background-color: #FFF;
    position: fixed;
    z-index: 19999114;
    width: 450px;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    background-color: rgba(52, 52, 52, .5);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
    border-top: 4px solid @acl-win-top-bar;

    .header-icon {
        border-top: 4px solid @acl-win-top-bar;
        background-color: #BAC3D0;
        color: #fff;
        font-size: 25px;
        left: -40px;
        top: -4px;
        width: 40px;
        height: 40px;
        text-align: center;
        position: absolute;
        .flex-div(@contents: center, @align: center);
        cursor: pointer;
    }

    .account-sel-iframe {
        position: absolute;
        width: 315px;
        left: 20px;
        display: none;
        border: 1px solid #C0C0C0;
        height: 80%;
        top: 77px;
        z-index: 99999;
    }
}

.tab-body-item {
    .page-drop-icon {
        border-left: 1px solid @border-base-color;
        border-right: 1px solid @border-base-color;
        padding: 0 5px;
        cursor: pointer;
        color: #C0C0C0;

        i {
            padding-top: 8px;
        }
    }

    .input-icon.right > .form-control {
        padding-right: @padding-base-vertical;
    }

    .sub-table-bar {
        height: 6px;
        background-color: #F6F6F6;
        color: #FFF;
    }
}

.search-div.white-bg {
    background-color: #FFF;
}

.user-list {

    .mt-checkbox {
        width: 35%;
    }

    .mt-checkbox span {
        top: 1px;
    }

    .user-item {
        padding: 8px @padding-base-horizontal;
        .flex-div();
        border-bottom: 1px solid @border-base-color;

        &:hover {
            background-color: @border-base-color;
        }
    }

    .user-item.space-between {
        justify-content: space-between;
    }

    .user-cell {
        width: 35%;
        .text-overflow();
    }

    .aclUserDiv {
        width: 40%;
        .text-overflow();
    }

    &.white-bg {
        background-color: #FFF;
    }

    &.role-list {
        background-color: #FFF;

        .user-item {
            &:hover {
                background-color: @border-base-color;
            }

            &.user-item-ative {
                background-color: @border-base-color;
            }

            justify-content: space-between !important;
            padding: 6px 20px;
            cursor: pointer;
        }
    }

    .badge {
        height: 14px;
        line-height: 18px;
    }
}

/**
授权组件的输入区域的样式信息
*/
.sel-item-container .placeholder {
    color: #7D7D7D;
}

.sel-item-container.error-input {
    border: 1px solid #ed6b75 !important
}

.sel-item-container .choice-close {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.sel-item-container li.choice-item {
    float: left;
    list-style: none;
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.sel-item-container {
    max-height: 95px;
    overflow-y: auto;
    padding-left: 2px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    min-height: 26px;
    line-height: 26px;
    border-right: 0;
}

.sel-item-container:hover {
    padding-left: 2px;
    border: 1px solid #3399FF;
    border-right: 0;
}
