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

.select2-results__option13{
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
    background-color:#FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.h-l-38{
    height: 38px !important;
    line-height: 38px !important;
}

.h-l-30{
    height: 30px !important;
    line-height: 30px !important;
}

/* 待办事项专用样式 */
.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 .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;
}


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

.js-form-data .input-sm, .form-but .btn{
    border-radius: 4px;
}

.statistic{
    height: 30px;
    line-height: 30px;
}



.js-form-data .pull-left {
    height: 30px;
    line-height: 30px;
}
.sidebar-menu .sidebar-label{
    color: #ffffff;
}


.select2-selection {
    min-height: 30px !important;
    line-height: 30px !important;
}

.select2-selection__rendered {
    min-height: 30px !important;
    line-height: 30px !important;
}

.layui-input {
    height: 30px !important;
    font-size: 12px !important;
}

.layui-table-cell {
    height: auto;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    overflow: inherit !important;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
    vertical-align: middle;
}



table td {
    word-break: break-all;
    word-wrap: break-word;
}

.layui-btn-container{
    font-size: 12px !important;
}

.hidden_box{
    display: none !important;
}


.sidebar-left-content {
    /*overflow-y: auto !important; !* 显示滚动条，但是只在必要时 *!*/
    scrollbar-width: none; /* 对于Firefox */
}

.sidebar-left-content::-webkit-scrollbar {
    display: none; /* 对于Chrome, Safari和Opera */
}


.layui-btn + .layui-btn{
    margin-left: 2px !important;
}

.pointer{
    cursor: pointer;
}

.agreement_box a{
    color:blue;
}
.blue {
    color:blue;
}