.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;
}

.layui-btn{
    background-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;
}

#message-table {
    font-size: 13px;
    margin-top:-5px;
    margin-left:-5px;
    margin-right:-5px;
    margin-bottom:-5px;
}
#message-table > tbody > tr > td, #message-table > thead > tr > th{
    padding: 5px;
}

#message-table > tbody > tr > td{
    text-align: left;
}
