#userMN{
    width: 85%;
}
#userMN .modal-content{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dddddd;
}
#userMN .modal-content .modal-header{
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #eeeffe;
}
#userMN .modal-content .modal-header .modal-title{
    width: 100px;
    height: 50px;
    line-height:50px;
}
#userMN .modal-content .modal-header .search{
   padding-top: 7px;
}
#userMN .modal-content .modal-header .modal-title,#userMN .modal-content .widget-edit-body table thead tr th{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
#userMN .modal-content .modal-body{
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#userMN .modal-content .modal-body table{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
#userMN .modal-content .modal-body table thead{
    height: 63px;
}
#userMN .modal-content .modal-body table thead tr th{
    border-bottom: 1px solid #ebebeb;
}
#userMN .modal-content .modal-body table tbody tr td{
    font-size: 12px;
    color: #333;
    height: 40px;
}
#userMN .modal-content .modal-body table tbody tr td .u-button{
    height: 22px;
    font-size: 12px;
    text-align: center;
}
#userMN .modal-content .modal-body table tbody tr td button.cancel-user{
    color: #757575;
    background: #f7f7f7;
}
#userMN .modal-content .modal-body table tbody tr td button.u-button-warning{
    color: #fff;
    background: #ff9436;
}
#userMN .modal-content .modal-body table tbody tr:hover{
    background: #e9f7fc;
}
#userMN #key:focus{
    border-color: #6bcaea;
}
#userMN #key:focus ~ .u-form-control-feedback{
    color: #6bcaea;
}
#userMN .paginate-box #pagination .active > a,#userMN .paginate-box #pagination .active > a:hover{
    background-color: #f4786b;
    border-color: #f4786b;
    cursor: pointer;
}
#userMN .modal-content .modal-body table tbody tr td.no-data{
    text-align: center;
    font-size: 14px;
    color: #333;
}
#userRelevance{
    width: 85%;
    background: #fff;
    margin: 30px auto;
}
#userRelevance .u-msg-title{
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #eeeffe;
    line-height: 50px;
}
#userRelevance .u-msg-title .modal-title{
    font-size: 14px;
    color: #333;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    margin: 0;
}
#userRelevance .u-msg-content .u-form-group{
    margin-right: 0;
}
