
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

html,
body {
    height: 100%;

}

body {

    font-size: 14px;
    height: 100%;
    background: #E2E7EF;

}

.modelset-role-manage-container {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 0px;
    background:#F5F5F5;

}

.modelset-role-container {
    position: absolute;
    width: 225px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #E5E5E5;
    background: white;
}

.modelset-role-list {
    overflow: hidden;

}

.modelset-role-list li {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    padding-left: 10px;
    cursor: default;
    height: 30px;
}

.modelset-role-list li div {
    float: left;
}

.modelset-role-item-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 6px;
}

.text-set {
    display: none;
    width: 100px;
}

.modelset-role-item-btn-delete {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    margin-top: 6px;
    cursor: pointer;
}

.modelset-role-item-btn-edit {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 40px;
    margin-top: 6px;
    cursor: pointer;
}

div.current {
    display: none;
}

li.current-modelset-role-item {
    /*background-color: #E0EFFF;*/
    background-color: var(--color-pale);
}

li.current-modelset-role-item > .modelset-role-item-name{
    color: #276FF5;

}
.new-modelset-role-container {
    padding-left: 10px;
}

.new-modelset-role {
    text-decoration: none;
}

.new-modelset-role-text {
    display: none;
}

.modelset-role-item-name{
    position: absolute;
    left: 30px;
    right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modelset-role-container-title {
    position: relative;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.modelset-role-container-title-new-role-text {
    text-decoration: none;
    color: #888BA6;
    position: absolute;
    right: 9px;
    font-size: 14px;
    top: 13px;
    cursor: pointer;
}

.modelset-role-container-title-new-role-icon {
    position: absolute;
    float: right;
    right: 15px;
    height: 16px;
    width: 16px;
    top: 13px;
    cursor: pointer;
}

.modelset-role-container-title-text{
    float: left;
    color: #666666;
    font-size: 14px;
}

.new-modelset-role-container
{
    position : relative;
    height : 28px;
    border-top : 1px solid #D9D9D9;
    border-bottom : 1px solid #D9D9D9;
}

.user-container {
    position: absolute;
    height: 100%;
    left: 226px;
    right: 0px;
    background: #F5F5F5;

}

.user-container-show-area {

    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    background: #F5F5F5;
}

.user-card {
    position: relative;
    float: left;
    margin: 10px 5px 3px 10px;
    border-radius: 4px;
    width: 153px;
    height: 167px;
    border: 1px solid #cccccc;
    background: white;
    box-shadow: 1px 1px 1px #F0F0F0;

}

.user-card-head-image {
    position: absolute;
    border-radius: 50%;
    top: 20px;
    left: 51px;
    height: 50px;
    width: 50px;
}

.user-card-info {
    position: absolute;
    width: 90%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 10px;
}

.user-card-name {
    font-weight: 500;
    top: 75px;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0;
}

.user-card-id{
    top: 97px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
}

.user-not-exist-warning
{
    position: relative;
    top: 4px;
    float: left;
    height: 12px;
    width: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background-color: yellow;
    color: #BC1118;
    border: 1px solid #BC1118;
    border-radius: 7px;
    font-weight: bold;
    cursor: default;
}

.add-user-card {
    position: relative;
    float: left;
    margin: 10px 5px 3px 10px;
    border-radius: 4px;
    width: 153px;
    height: 167px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cccccc;
    background: white;
}

.add-user-card-icon {
    width: 54px;
    height: 54px;
    margin: 50px 50px 10px 50px;
    background-position: 0px 0px;
}

.add-user-card-text{
    font-size: 15px;
    color: #5582F3;
}

.user-card-delete-area{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 13px;
}

.user-card-delete-text {
    cursor: pointer;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0;
    font-family: "PingFang SC-Regular";
}

.user-card-delete-text:hover {
    color: #5582f3;
    color: var(--color-main, #5582f3);
}

.no-role-view {
    position: absolute;
    width: 180px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -90px;
}

.no-role-icon {
    width: 160px;
    height: 96px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
}

.no-role-text {
    position: absolute;
    bottom: 0px;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    color: #999999;
    font-size: 14px;
}

