/*列表高度*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 2;
}
/*列表头背景颜色*/
.table-light{
    background-color: #f8f9fa;
}
/*列表头字体加粗*/
.table > thead > tr > th{
    font-weight: 600 !important;
}
.pull-right .form-control{
    border-radius: 4px;
}
/*text框*/
.new-ibox-content .form-control, .single-line {
    border-radius: 4px;
    font-size: 12px;
    height: 27px;
}
#inputForm input{
    border-radius: 4px;
    font-size: 12px;
    height: 27px;
}
/*日期图标-选择图标*/
.input-group-addon {
    border-radius: 4px;
}
/*下拉框*/
.select2-container--default .select2-selection--single {
    border-radius: 4px;
}
/*筛选条件*/
#searchForm .row .col-sm-3,.col-sm-6 {
    margin-bottom: 5px;
}
/*页面背景色*/
.new-body, .new-ibox-content {
    background-color: #eef5f9;
}
.new-body {/*.panel-body, .breadcrumb*/
    background-color: #eef5f9 !important;
}
/*list页面背景色*/
.table > tbody > tr > td {
    background-color: white;
}
/*左边菜单栏宽度*/
/*.left-sidebar {
    width: 200px !important;
}
.page-wrapper {
    margin-left: 200px !important;
}*/
.topbar .top-navbar .navbar-header {
    width: 200px !important;
}

/*筛选框设置最大宽度*/
.form-inline .row input,.select2-container {
    max-width: 100% !important;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    height: 10px;
}
/*滚动条的颜色*/
::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 5px;
}

/*筛选条件设置背景颜色为白色*/
.new-ibox-content #new-row{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 4px;
}
.new-ibox-content .form-inline{
    margin-top: 20px;
}

/*客户页面筛选条件*/
.ibox-content .form-group-new{
    width: 24%;
    margin-left: 5px;
}
.ibox-content .form-group2{
    width: 48%;
    margin-left: 5px;
}
.ibox-content .form-group-new .form-title{
    display:-moz-inline-box; /*firefox支持*/
    display:inline-block; /*IE中*/
    width: 30%;
}
.ibox-content .form-group2 .form-title2{
    display:-moz-inline-box; /*firefox支持*/
    display:inline-block; /*IE中*/
    width: 15%;
}

/*筛选框调整字体及大小*/
.select2-container .select2-selection--single {
    height: 27px;
}
.select2-container--default .select2-selection--single {
    font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
}
#new-row .control-label,.form-title,.form-title2{
    font-size: 12px;
}
.new-ibox-content .btn-sm {
    padding: 3px 12px;
    height: 27px;
}

/*仪表盘、主页样式调整*/
.new-body .ibox-title {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}
.new-body .tabs-container .nav-tabs {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}
.new-body .tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
     background: white !important;
}

/*隐藏富文本框中的视频和地图按钮*/
/*.edui-btn-toolbar .edui-btn .edui-icon-video,.edui-icon-map {
    display: none;
}*/
.edui-btn-toolbar .edui-btn .edui-icon-map {
    display: none;
}

.card-height {
    height: 180px;
}
.card-height-bak {
    background-color: #DEDEDE;
}
.card-width {
    width: 9.09%;
}
.card-width-down{
    width: 20%;
}
.card-height-home {
    height: 90%;
}
.card-height-home2 {
    height: 100%;
}
.gray-bg {
    background-color: #f0f3f4;
}

/*hudongguiji*/
.hdgj_nr{padding:10px 60px 10px 60px; background:#f8f8f8; border:1px solid #dee5e7;}
.sj_hdgj{margin:0 auto; background:#FFF; padding:10px; margin-bottom:10px;}
.sj_hdgj .span01{line-height:40px; color:#000; font-size:16px; font-weight:bold; display:block;}
.sj_hdgj .span02{line-height:20px; color:#000; font-size:14px; display:block;}
.sj_hdgj .span03{line-height:40px; color:#999; display:block;}
.sj_hdgj .span04{line-height:40px; color:#000; font-size:16px; display:block;}
.sj_hdgj .span05{display:block;}
.sj_hdgj .span05 span{line-height:30px; display:inline-block; background:#e7efff; color:#3c81df; margin-right:2%; padding:0 20px; border-radius:3px;}
/*hudongguiji end*/