
.roleDiv {
    width: 200px;
    float: left;
    padding-left: 10px;
    background-color: #f4f6f9;
    margin-right: 2px;
    margin-bottom: 2px;
}

.roleName {
    padding-left: 10px;
}

.roleDiv label {
    padding-top: 10px;
    font-size: 12px;
    font-weight: lighter;
}

.search-div {
    width: 160px;
    max-width: 160px;
    float: left;
    margin-bottom: 15px;
}

.search-keywords {
    width: 200px;
    max-width: 200px;
    float: left;
    margin-bottom: 15px;
}

.search-button {
    width: 80px;
    max-width: 360px;
    margin-left: 10px;
    margin-top: 3px;
    float: left;
    margin-bottom: 15px;
}
.NewPages {
    margin-top: 20px;
}

.NewPages nav {
    height: 20px;
    width: auto;
}

.NewPages nav {
    display: flex;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.NewPages nav li {
    margin-right: 5px;
}

.NewPages .justify-between {
    width: 80px;
}
.NewPages .justify-between a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
}

.pagination li a:hover {
    background-color: #f0f0f0;
}

.pic-layer-list {

}

.pic-layer-list img {
    float: left;
    width: 60px;
    height: 50px;
    margin-right: 5px;
}
#unseen{
    overflow-x: auto;
    overflow-y: clip;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
}
#no-more-tables{
    overflow-x: auto;
    overflow-y: clip;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
}
.table td, .table th {
    padding: .2rem;
    vertical-align: top;
    border-top: 1px solid #e3eaef;
}
.table thead th {
    height: 35px;
    padding-left: .9rem;
    padding-right: .9rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.table tbody td {
    padding-left: .9rem;
    padding-right: .9rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.card-body {
    padding: .6rem;
}
.btn-group-sm>.btn, .btn-smtable {
    padding: .1rem .4rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .15rem;
}
.roleSon{
    width: 110px;
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 12px;
    text-indent: 18px;
    background-color: #bfd4f3;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-top: 1px;

}
.roleMenu{
    width: 110px;
    height: 28px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    text-indent: 18px;
    background-color: #bfd4f3;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-top: 1px;
}
.layui-layer-title {
    font-size: 14px;
    color: #333;
    text-align: center;
}