.body-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.body-header .nav-list {
    margin-bottom: -1px;
}

.body-header:after {
    content: " ";
    display: table;
    clear: both;
}

.body-option {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.body-option:after {
    content: " ";
    display: table;
    clear: both;
}

.no-bottom-border {
    border-bottom: none;
}

/* 一级导航块添加标题文字后，高度重置 */
.sidebar-menu > li > a {
    height: auto;
}

/* 导航icon下文字标题样式重置 */
.sidebar-menu > li > a > span:nth-child(2) {
    display: block;
    padding-left: 0;
    text-align: center;
    line-height: 20px;
}

/* 导航右侧二级导航列表定位top值调整,因为外层父级padding-top:7px; */
body.sb-l-m .sidebar-menu > li > ul {
    top: 7px;
}

/* 添加一级、二级导航划过背景样式 */
.sidebar-menu > li > a:hover,
.sidebar-menu > li > a:focus,
.sidebar-menu > li > a:active {
    background-color: #4b535a;
}

.sidebar-menu > li > a:hover .hover-light,
.sidebar-menu > li > a:focus .hover-light,
.sidebar-menu > li > a:active .hover-light {
    color: #a2b0c3;
}

.sidebar-menu > li > ul > li > a:hover,
.sidebar-menu > li > ul > li > a:focus {
    color: inherit;
    background-color: #4b535a;
}

/* 样式缩小 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

.select2-results__option {
    font-size: 12px;
}

/* 待办事项专用样式 */
.todoList li {
    float: left;
    line-height: 20px;
    width: 50%;
    box-sizing: border-box;
    padding: 14px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.todoList li:nth-of-type(4n) {
    background-color: #fff;
}

.todoList li:nth-of-type(4n+1) {
    background-color: #f9f9f9;
}

.todoList li:nth-of-type(4n+2) {
    background-color: #f9f9f9;
}

.todoList li:nth-of-type(4n+3) {
    background-color: #fff;
}

.todoList li .name {
    float: left;
    width: 25%;
    height: 20px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
}

.todoList li .name:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #967adc;
    vertical-align: middle;
}

.todoList li .content {
    float: right;
    width: 75%;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    text-overflow: ellipsis;
}

.todoList li .highlight-red {
    color: red !important;;
    margin-left: 2px;
    margin-right: 3px;
}

/*修改蓝色为紫色*/
.wizard .steps li a {
    background-color: #c0b0ea;
}

.tab-block .tabs-border.nav-tabs > li.active > a {
    border-top: 2px solid #967adc;
}

#sidebar_left.sidebar-light .sidebar-menu > li.active > a > span:nth-child(1) {
    color: #967adc;
}

/*.label-info {
    background-color:#967adc;
}
*/
.text-primary {
    color: #967adc;
}

.nav-list li.active a {
    border-bottom: 3px solid #967adc;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #967adc;
    border-color: #967adc;
}

.pagination > li > a, .pagination > li > span {
    color: #967adc;
}

/*.panel {
    padding-bottom: 10px;
}*/

.input-group-addon {
    color: #967adc;
}

/*.btn-primary {
    color: #ffffff;
    background-color: #967adc;
}*/

.layui-layer-btn .layui-layer-btn0 {
    border-color: #967adc;
    background-color: #967adc;
    color: #fff;
}

.text-info {
    color: #967adc;
}

.blue-bg {
    background: rgba(150, 122, 220, .1);
    border: 1px solid rgba(150, 122, 220, .2);
    color: #967adc;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #967adc;
}

/*.layui-laydate .layui-this {
    background-color: #967adc!important;
    color: #fff!important;
}

.layui-laydate-content td.laydate-selected {
    background-color: #e1d6fd;
}*/
.sidebar-menu > li > ul > li:hover > a:after, .sidebar-menu > li > ul > li:focus > a:after {
    background-color: #967adc;
}

.sidebar-menu > li > ul > li.active > a:after, .sidebar-menu > li > ul > li > a.menu-open:after {
    background-color: #967adc;
}

.layui-bg-blue {
    background-color: #967adc !important;
}

/*修改蓝色为紫色End*/

.layui-upload-img {
    width: 92px;
    height: 92px;
    margin: 0 10px 10px 0;
}

.layui-tree li a:hover, .layui-tree li a:focus {
    color: #2363b6;
    text-decoration: none;
}

/* layui button 背景颜色 */
.layui-btn {
    background-color: #967adc;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-normal {
    background-color: #1E9FFF;
}

.layui-btn-success {
    background-color: #009688;
}

.layui-btn-danger {
    background-color: #ff5722;
}

/* 列表筛选搜索 */
#search_form label {
    margin-bottom: 0;
}

#search_form .layui-form-item {
    margin-bottom: 0;
}

#search_form .layui-form-label {
    padding: 9px 0px;
    text-align: center;
}

#search_form .layui-form-item .layui-inline {
    margin-top: 5px;
    margin-bottom: 5px;
}

#search_form .layui-form-item .layui-input-inline {
    width: auto !important;
}

#search_form .layui-form-select .layui-input {
    padding-right: 0;
}

.layui-form-select dl dd.layui-this {
    background-color: #967adc;
    color: #fff;
}

#search_form .layui-btn {
    padding: 0 10px;
}

#search_form .more-container {
    display: none;
}

.layui-bg-blue {
    background-color: #1e9fff !important;
    color: #fff !important;
}

.list-search-form input,
.list-search-form select,
#search_form .select2-selection,
.list-search-form .select2-selection,
.list-search-form .btn {
    border-radius: 5px !important;
}

.br5 {
    border-radius: 5px !important;
}

.br5 .layui-input {
    border-radius: 5px !important;
}

#search_form .layui-input {
    height: 30px;
    line-height: 30px;
}

#search_form .layui-input-sm {
    height: 30px;
    line-height: 30px;
}

#search_form .select2-container .select2-selection--single,
#search_form .select2-selection__rendered,
#search_form .select2-selection__arrow {
    height: 30px !important;
    line-height: 30px !important;
}

#search_form .layui-form-select dl {
    top: 32px !important;
}

#search_form .select2 {
    width: 100% !important;
}

.table-summary-info > div, .table-summary-info > li {
    position: relative;
    padding-left: 10px;
}

.table-summary-info > div:before, .table-info > li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4a89dc;
}

.layui-table-tips-c {
    padding: 0 0 !important;
}

/*body .layui-layer-purple .layui-layer-title{background:#c00; color:#fff; border: none;}*/
/*body .layui-layer-purple .layui-layer-btn{border-top:1px solid #E9E7E7}*/
/*body .layui-layer-purple .layui-layer-btn a{background:#333;}*/
body .layui-layer-purple .layui-layer-btn .layui-layer-btn0{background:#967adc; border: 1px solid transparent;}

.layui-table td.compare_diff {
    background-color: rgba(255, 69, 0, 0.1);
}
