#myModal .role-label-required, #myModal2 .role-label-required {
    color: #868686;
    font-weight: 400;
    font-family: 微软雅黑;
    font-size: 16px;
    top: 2px;
}

#myModal .role-label-required:before, #myModal2 .role-label-required:before {
    content: '*';
    margin-right: 10px;
    color: #ff0000;
}

#myModal .role-label, #myModal2 .role-label {
    color: #868686;
    font-weight: 400;
    font-family: 微软雅黑;
    font-size: 16px;
    top: 2px;
}

#roleId, #roleName {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}

#myModal .form-role-name, #myModal2 .form-role-name {
    margin-top: 30px;
}

#myModal .modal-title-role, #myModal .modal-title-role {
    color: #6b6b6b;
    font-size: 18px;
}

/*#myModal .modal-dialog .modal-content, #myModal2 .modal-dialog .modal-content {*/
    /*margin-top: 9rem;*/
/*}*/

.modal .btn {
    outline: none
}

#myModal .btn-sav, #myModal2 .btn-sav {
    background-color: #a18d54;
    color: #FFFFFF;
}

.btn-sav {
    background-color: #a18d54;
    color: #FFFFFF;
}

.text-taupe-color {
    color: #a18d54 !important;;
}

.modal-footer {
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    margin-top: 10px;
}

.btn-warning {
    background-color: #a18d54;
}

.btn-warning:hover {
    background-color: #a18d54;
}

.btn-warning:active {
    background-color: #a18d54;
}

.btn-warning:visited {
    background-color: #a18d54;
}

.btn-warning:focus, .btn-warning:focus {
    color: #FFFFFF;
    background-color: #a18d54;
}

.btn-warning:active:hover, .btn-warning.active:hover,
.btn-warning:active:focus, .btn-warning.active:focus,
.btn-warning:active.focus, .btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #FFFFFF;
    background-color: #a18d54;
    border-color: #a18d54;
}

.rem_span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #a18d54;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.flex-center {
    display: flex !important;
    align-items: center;
}

.fixed-nin-height {
    height: 60rem;
}

.personnel-position {
    font-size: 16px;
    padding: 8px;
    color: #666;
}

.personnel-margin-left {
    margin-left: 8px;
    color: #484646;
}

.cursor-pointer {
    cursor: pointer;
}

.text-algin-right {
    text-align: right;
}

.required-before:before {
    content: "*";
    color: red;
    margin-right: 5px;
}

.width-rem-6 {
    width: 6rem;
}

.height-rem-65 {
    height: 65rem;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.height-rem-60 {
    height: 60rem;
}

.height-rem-48 {
    height: 48rem;
    position: relative;
    overflow: auto;
}

.content-interval {
    padding: 10px;
}

.margin_left {
    margin-left: 10px;
}

.margin-left-8 {
    margin-left: 8px;
}

.add-padding-button {
    padding: 8px 40px;
}

.add-padding-button-bts {
    padding: 6px 25px;
}

.box-title span {
    font-size: 14px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.remove-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.remove-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.width-scale-10 {
    width: 10%;
}

.width-scale-15 {
    width: 15%;
}

.width-scale-20 {
    width: 20%;
}

.add-title-padding-bottom {
    padding-bottom: 12px;
    color: #777;
    height: 42px;
}

.padding-top-10 {
    padding-top: 10px;
}

.btn-sale-default {
    background-color: #FFFFFF;
    padding: 8px;
    border: 1px solid #a18d54;
    color: #a18d54;
    width: 90px;
    margin-right: 10px;
    outline: none;
}

.btn-sale-default:focus, .btn-sale-default:hover, .btn-sale-default:active, .btn-sale-default:active:focus {
    color: #a18d54;
    outline: none;
}

.btn-sale-active {
    padding: 8px;
    border: 1px solid #a18d54;
    color: #fff;
    width: 90px;
    margin-right: 10px;
    outline: none;
}

.btn-sale-active:focus, .btn-sale-active:active:focus {
    color: #fff;
    outline: none;
}

.btn-sale-active:active {
    border-color: #a18d54;
}

/*统一按钮样式*/
.btn-search-standard {
    background-color: #a18d54;
    border: none;
    margin-left: 10px;
    padding: 7px;
    width: 52px;
    color: #fff;
}

.btn-add-standard {
    background-color: #a18d54;
    border-color: #a18d54;
    padding: 7px;
    width: 108px;
    color: #fff;
}

.btn-save-standard {
    background-color: #a18d54;
    border-color: #a18d54;
    color: #FFFFFF;
    padding: 7px;
    width: 81px;
}

.btn-returnBack-standard {
    background-color: #fff;
    border-color: #ddd;
    padding: 7px;
    width: 108px;
}

.btn-cancel-standard {
    background-color: #fff;
    border-color: #a18d54;
    color: #a18d54;
    padding: 7px;
    width: 81px;
}

.btn-return-standard {
    background-color: #fff;
    border-color: #a18d54;
    color: #a18d54;
    padding: 7px;
    width: 108px;
}

.btn-modify-standard {
    background-color: #a18d54;
    border: none;
    color: #fff;
    padding: 6px;
    width: 40px;
}

/*padding应与modify相同*/
.btn-others-standard {
    background-color: #a18d54;
    border: none;
    color: #fff;
    padding: 6px;
    width: 90px;
}

.btn-red-standard {
    background-color: #ee0c38;
    border: none;
    color: #fff;
    padding: 6px;
    width: 63px;
    margin-left: 1px;
}

.btn-return-standard:hover, .btn-return-standard:active, .btn-return-standard:active:focus,
.btn-cancel-standard:hover, .btn-cancel-standard:active, .btn-cancel-standard:active:focus {
    color: #a18d54;
    outline: none;
}

.btn-save-standard:hover, .btn-save-standard:active, .btn-save-standard:active:focus,
.btn-search-standard:hover, .btn-search-standard:active, .btn-search-standard:active:focus,
.btn-modify-standard:hover, .btn-modify-standard:active, .btn-modify-standard:active:focus,
.btn-others-standard:hover, .btn-others-standard:active, .btn-others-standard:active:focus,
.btn-add-standard:hover, .btn-add-standard:active, .btn-add-standard:active:focus {
    color: #fff;
    outline: none;
}

/*.table-tr-select {*/
    /*background-color: #a7a0a0 !important;*/
/*}*/

button:focus {
    outline: none;
}

