html {
    overflow-x: hidden;
}
.content-header {
    position: relative;
    padding: 0 0 0px 0px;
}

.content-header > .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #fff;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
    display: none;
}

.grid-btn {
    margin-bottom: 12px;
}
.grid-btn .btn {
    margin-right: 10px;
    outline: none !important;
}
.pointer {
    cursor: pointer;
}

.ml-10 {
    margin-left: 0 !important;
}
@media (min-width: 768px) {
    .ml-10 {
        margin-left: 10px !important;
    }
    .col-sm-10 {
        width: 70%;
        padding-left: 0px;
    }
    .col-sm-2 {
        width: 24%;
    }
}
tbody > tr > th {
    font-weight: normal;
}
.panel .table {
    margin: 0 0;
}
.panel .pagination {
    margin: 0;
}
.panel-default > .panel-heading {
    background-color: #f5f5f5;
}
.row {
    border-top: 0px solid #ddd;
    margin: 0;
    padding: 20px 2px 0px 2px;
}
.col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.form-horizontal {
    width: 100%;
    padding-top: 20px;
}

.short-input {
    width: 60%;
    display: inline-block;
}

.el-upload .el-upload__input {
    display: none;
}

.el-table .el-button--text {
    padding: 0;
}

.el-button + span .el-button,
span + span .el-button,
span + .el-button {
    margin-left: 10px;
}

#rrapp .form-control:focus {
    border-color: #c1131d;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(193, 19, 29, 0.6);
}
select {
    appearance: none;
}
option:hover {
    background: #ffeaeb !important;
    color: rgba(0, 0, 0, 0.9) !important;
}
#rrapp .dropdown-menu li {
    outline: none;
}
#rrapp .dropdown-menu .selected,
#rrapp .ui-pg-selbox .selected {
    background-color: #ffeaeb !important;
    color: rgba(0, 0, 0, 0.9) !important;
}
#rrapp .dropdown-menu .selected a,
#rrapp .ui-pg-selbox .selected a {
    color: rgba(0, 0, 0, 0.9) !important;
}

.bootstrap-select.btn-group .dropdown-menu li,
.bootstrap-select.btn-group .dropdown-menu li a {
    outline: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #ffeaeb !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.bootstrap-select.btn-group .dropdown-menu li:hover a {
    color: rgba(0, 0, 0, 0.9) !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
    position: relative;
}

input[type="checkbox"]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
    border-radius: 3px;
}
.btn-default {
    background-color: #fff;
    color: #333;
    border-color: #adadad;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    background-color: #c1131d;
}
#rrapp .btn-back {
    background: #f2f3f5;
    color: rgba(0, 0, 0, 0.9);
}
.ui-pg-selbox .dropdown-toggle {
    height: 20px;
    padding: 2px 0 20px 13px;
}

#myTab a {
    color: #333;
}
#myTab .active a {
    color: #c1131d;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #ffeaeb !important;
}

.el-table__row .el-button,
.table tbody td > .btn {
    background-color: #0075ff;
    color: #fff;
    border: none;
}
.el-table .el-button:hover,
.table tbody td > .btn:hover,
.el-table__row .el-button:focus,
.table tbody td > .btn:focus {
    background-color: #0075ff;
    color: #fff;
    border: none;
}

.el-table .el-button:active,
.el-table__row .el-button.active,
.el-table__row .el-button:active,
.table tbody td > .btn:active,
.table tbody td > .btn.active {
    background-color: #153e7d;
    color: #fff;
    border: none;
}

.el-table__row .el-button--text {
    background-color: transparent;
    color: #0075ff;
    border: none;
}
.el-table__row .el-button--text:hover {
    background-color: transparent;
    color: #0075ff;
    border: none;
}

.el-table__row .el-button--mini.is-circle {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}
.el-table__row .el-button--mini.is-circle:hover {
    color: #c1131d;
    border-color: #ffeaeb;
    background-color: #ffeaeb;
}
.el-table__row .el-button--mini.is-circle:active {
    color: #912120;
    border-color: #912120;
    outline: 0;
}

#jqGridPager {
    overflow: unset;
}
#jqGridPager .ui-pg-selbox {
    width: 66px;
}
#jqGridPager .ui-pg-selbox .dropdown-menu.inner {
    position: absolute;
}

.el-select-dropdown .el-select-dropdown__item.selected {
    background-color: #ffeaeb !important;
    color: rgba(0, 0, 0, 0.9) !important;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background: #ffeaeb !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

#rrapp .btn-primary,
body .btn-primary {
    color: #fff;
    background-color: #c1131d;
    border-color: #c1131d;
}

#rrapp .btn-primary:hover,
body .btn-primary:hover {
    color: #fff;
    background-color: #bf4541;
    border-color: #bf4541;
}
#rrapp .btn-primary.focus,
#rrapp .btn-primary:focus,
body .btn-primary.focus,
body .btn-primary:focus {
    color: #fff;
    background-color: #912120;
    border-color: #912120;
}

#rrapp .btn-primary.active,
#rrapp .btn-primary:active,
#rrapp .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #912120;
    border-color: #912120;
}
#rrapp .btn-primary.active.focus,
#rrapp .btn-primary.active:focus,
#rrapp .btn-primary.active:hover,
#rrapp .btn-primary:active.focus,
#rrapp .btn-primary:active:focus,
#rrapp .btn-primary:active:hover,
#rrapp .open > .dropdown-toggle.btn-primary.focus,
#rrapp .open > .dropdown-toggle.btn-primary:focus,
#rrapp .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #912120;
    border-color: #912120;
}
body .btn-primary.active.focus,
body .btn-primary.active:focus,
body .btn-primary.active:hover,
body .btn-primary:active.focus,
body .btn-primary:active:focus,
body .btn-primary:active:hover,
body .open > .dropdown-toggle.btn-primary.focus,
body .open > .dropdown-toggle.btn-primary:focus,
body .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #912120;
    border-color: #912120;
}

#rrapp .btn,
body .btn {
    outline: none !important;
}

.layui-layer-btn a {
    outline: none !important;
    opacity: 1 !important;
}

.layui-layer-btn .layui-layer-btn0:hover {
    background-color: #bf4541;
    border-color: #bf4541;
}
.layui-layer-btn .layui-layer-btn0:focus,
.layui-layer-btn .layui-layer-btn0:active:hover {
    color: #fff;
    background-color: #912120;
    border-color: #912120;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #c1131d !important;
    color: #fff !important;
    background-image: none !important;
}
.datetimepicker table tr td.day:hover {
    background-color: #ffeaeb !important;
    color: #c1131d !important;
}
.datetimepicker table tr td span:hover {
    background-color: #ffeaeb !important;
    color: #c1131d !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
    background-color: #ffeaeb;
}
input[type="radio"] {
    accent-color: #c1131d; /* 设置选中颜色 */
}

body .btn-default {
    background-color: #fff;
    color: #333;
    border-color: #adadad;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.layui-layer-prompt .layui-layer-input:focus {
    outline: none !important;
    border-color: #c1131d;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(193, 19, 29, 0.6);
}

