.rolesBox {
    display: none;
}

.winBlack {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 100;
    text-align: center;
}

.rolesContent {
    min-width: 625px;
    max-width: 880px;
    min-height: 400px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    z-index: 200;
    display: inline-block;
    margin-top: 100px;
}

.cancel {
    width: 28px;
    height: 28px;
    float: right;
    margin: 9px 9px 0 0;
}

    .cancel img {
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

.title {
    font-size: 24px;
    color: #00AAFF;
    width: 100%;
    margin: 0 auto;
    margin-top: 68px;
    text-align: center;
    position: relative;
}

.titL {
    width: 85px;
    height: 6px;
    background: url("../Images/tleft.png");
    position: absolute;
    top: 46%;
    left: 18%;
}

.titSpan {
}

.titR {
    width: 85px;
    height: 6px;
    background: url("../Images/tright.png");
    position: absolute;
    top: 46%;
    right: 18%;
}

.roleList {
    padding: 0 84px;
    margin-top: 33px;
    /* overflow: hidden; */
    text-align: center;
}

    .roleList li {
        list-style: none;
        display: inline-block;
        /*float: left;*/
        width: 148px;
        height: 211px;
        background: #F5F5F5;
        border-radius: 12px;
        margin: 0 15px;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .roleList li:nth-child(4) {
            margin-right: 0px;
        }

        .roleList li:nth-child(8) {
            margin-right: 0px;
        }

        .roleList li:nth-child(12) {
            margin-right: 0px;
        }

.bkSize {
    width: 100px;
    height: 100px;
    margin: 22px 22px 16px 22px;
}

.roleList li p {
    font-size: 20px;
    color: #999999;
    width: 100px;
    margin: 0px 24px;
    float: left;
    text-align: center;
}

.active {
    background: rgba(255,255,255,1) !important;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

    .active p {
        color: #46364F !important;
    }

.role0_gray {
    background-image: url("../Images/Roles/SuperAdmin_gray.png");
}

.active .role0 {
    background-image: url("../Images/Roles/SuperAdmin.png") !important;
}

.role1_gray {
    background-image: url("../Images/Roles/HdQtrAdmin_gray.png");
}

.active .role1 {
    background-image: url("../Images/Roles/HdQtrAdmin.png") !important;
}

.role2_gray{
    background-image: url("../Images/Roles/AreaPtnrAdmin_gray.png");
}

.active .role2{
    background-image: url("../Images/Roles/AreaPtnrAdmin.png") !important;
}

.role4_gray {
    background-image: url("../Images/Roles/SrvCtrAdmin_gray.png");
}

.active .role4 {
    background-image: url("../Images/Roles/SrvCtrAdmin.png") !important;
}
