/*!
 * Copyright &copy; 2020 <a href="https://github.com/moed/businessIntegration">businessIntegration</a> All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
body {
    background: #E8EBEF;
    font-size: 14px;
    font-family: 微软雅黑;
}

html, body {
    height: 100%;
}

input, button, textarea {
    outline: none !important;
}

/** input行高--影响选中input文本时高亮的背景色的区域 */
input[type="text"] {
    line-height: 20px;
}

/** 覆盖bootstrap的样式 */
.btn {
    font-size: 12px;
    line-height: 20px !important;
}

.btn-large{
    width: 100px !important;
}

/** 覆盖点击按钮之后的按钮样式 */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    box-shadow: none;
}

.btn-default {
    height: 28px !important;
    border-color: #0077A0;
}

/** 新增紫色的背景的按钮样式 */
.btn-purple {
    background: #9E6AB8;
    color: #FFFFFF;
}

/** 新增蓝色的背景的按钮样式 */
.btn-blue {
    background: #0085ff;
    color: #FFFFFF;
}

/** 新增深绿色的背景的按钮样式 */
.btn-green-dark {
    background: #00968F;
    color: #FFFFFF;
}

/** 新增深蓝色的背景的按钮样式 */
.btn-blue-dark {
    background: #0077A0;
    color: #FFFFFF;
}

/** 新增橙色的背景的按钮样式 */
.btn-orange {
    background: #FF7F50;
    color: #FFFFFF;
}

/** 紫色/蓝色/深绿色按钮的悬浮效果 */
.btn-purple:hover, .btn-blue:hover, .btn-green-dark:hover, .btn-blue-dark:hover, .btn-orange:hover {
    opacity: 0.8;
    color: #FFFFFF;
}

.btn-danger{
    background: #E86A3E!important;
}

/** 新增灰色的背景的按钮样式 */
.btn-disabled {
    background: #e5e5e5;
    color: #00000080;
}

.btn-disabled:hover {
    background: #e5e5e5;
    color: #00000080;
    cursor: not-allowed;
}

.btn.btn-H-sm{
    height: 26px !important;
    line-height: 14px !important;
}

/* 搜索表单 */
.form-search {
    width: calc(100% - 20px);
    background-color: #FFFFFF;
    margin: 0 10px 10px;
    padding: 10px 20px;
    border-radius: 6px;
}

/** 查询项所在ul */
ul.ul-form {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #B6B6B6;
}

/** 按钮区域 */
.btns {
    width: 100%;
    font-size: 12px;
    text-align: right;
    padding: 10px 0 0 0;
}

/** 按钮区域--按钮左边距 */
.btns input+input {
    margin-left: 20px;
}

/** 信息显示区域 */
.main-info-area {
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.only-padding-bottom {
    padding: 0 0 10px 0;
}

.only-border-bottom {
	border-bottom:1px solid #CCCCCC;
}


/* 录入用户数据的下拉框样式（无效） */
.theInsertUserOption {
    line-height: 20px;
    height: 40px;
    font-weight: bold;
}

.rightContent {
    padding-top: 10px;
    font-family: Arial, "Microsoft YaHei", "微软雅黑";
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: -2px 3px;
    *margin-top: 1px;
}

#left, #center, #right, #openClose {
    float: left;
}

#openClose {
    width: 6px;
    margin: 0 1px;
    cursor: pointer;
}

#openClose, #openClose.close {
    background: #efefef url("../images/openclose.png") no-repeat -29px center;
}

#openClose.close {
    background-position: 1px center;
    opacity: 0.5;
    filter: alpha(opacity = 50)
}

/* 组件前的提示文字 */
#searchForm label, #selectForm ul li label {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, "Microsoft YaHei", "微软雅黑";
    color: rgba(45, 45, 45, 1);
    margin-left: 16px;
}
/* 表单验证提示信息 */
label.error {
    display: inline !important;
}
/* 必填信息的*  */
span.help-inline {
    font-size: 20px;
    color: rgba(229, 46, 43, 1);
}

#inputForm span.help-inline {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(229, 46, 43, 1);
    display: inline;
}

label.checked.error {
    display: none !important;
}
/* 覆盖tree-select 的bootstrap样式 */
.input-append .btn {
    margin-left: 1px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* 输入框提示文字样式 */
input::-webkit-input-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
    color: rgba(153, 153, 153, 1);
}

/* 表单组件-输入框 */
div.controls .input-medium, #searchForm input.input-medium {
    width: 190px;
    height: 32px;
    padding: 0 6px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid rgba(194, 202, 216, 1);
    font-weight: 400;
    font-family: PingFang SC;
    font-size: 14px;
    font-size: 14px;
}
/* 表单组件-输入框  选中状态 */
div.controls .input-medium:focus, #searchForm input.input-medium:focus, .select2-search--dropdown .select2-search__field:focus,
    div.controls textarea.input-xxlarge:focus, div.controls input.input-xxlarge:focus, #searchForm textarea.input-xxlarge:focus
    {
    border: 1px solid #029DE0;
    color: rgba(45, 45, 45, 1);
}
/* 表单组件-输入框  禁用状态 */
div.controls .input-medium:disabled, #searchForm input.input-medium:disabled {
    border: 1px solid #D5D9E0;
    background-color: #D5D9E0;
    color: rgba(153, 153, 153, 1);
}
/* 表单校验失败 */
form.form-standard .form-item-area .form-item.input-error, .select2-container--default.input-error .select2-selection--single,
    .select2-container--default.input-error .select2-selection--multiple {
    border: 1px solid red;
    border-radius: 4px;
    color: red;
}
/* 日期选择器--此处不好用，修改了 datepicker.css 的宽度 */
.WdateDiv {
    width: 249px !important;
    background-color: red;
    border: #bbb 1px solid;
    padding: 2px;
}
/* 日期选择的鼠标悬浮效果 */
input.Wdate {
    cursor: pointer;
}
/* select2样式   最后一个是为了兼容IE  */
div.controls span.select2-container, #searchForm span.select2-container, .hide>.control-group div.controls>span.select2-container
    {
    width: 190px !important;
}

/* 多选select外 */
form .select2-container .select2-selection--multiple, .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    overflow-y: auto;
    user-select: none;
}
/* 多选select placeholder */
form .select2-container .select2-search--inline .select2-search__field, .select2-container .select2-search--inline .select2-search__field
    {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 7px;
    padding: 0 0 0 3px;
}

form .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 190px;
    height: 34px !important;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}

.select2-container .select2-selection--single,.select2-container .select2-selection--multiple {
    outline: none;
}

form .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px;
    padding-right: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 1px;
}
form .form-item-content .select2-container .select2-selection--single,
form .form-item-content .select2-container .select2-selection--multiple{
    font-size: 14px;
}
form.form-standard~.select2-container--default{
    font-size: 14px;
}
/* select2右侧小箭头的样式 */
form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    width: 32px;
}

form .select2-search--dropdown {
    display: block;
    padding: 4px 4px 0 4px;
}
/* 下拉列表搜索框样式 */
.select2-search--dropdown .select2-search__field {
    padding: 0px 4px 0px 4px;
    width: 100%;
    box-sizing: border-box;
    height: 26px;
}

/* 多行文本域 */
div.controls textarea.input-xxlarge, div.controls input.input-xxlarge, #searchForm textarea.input-xxlarge {
    width: 240px;
    border: 1px solid rgba(194, 202, 216, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei", "微软雅黑";
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

/* 按钮样式 */
.btn-primary {
    background: rgba(1, 157, 224, 1);
}

/* 表单的返回按钮 */
.form-actions input#btnCancel, .form-actions a#btnCancel {
    width: 80px;
    height: 36px;
    background: rgba(225, 229, 236, 1);
    border-radius: 4px;
}

/*tab通用样式*/
.nav-tabs>li>a {
    color: #666666;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: #019DE0;
    border-radius: 0px;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-width: 2px;
    border-top-color: #019DE0;
}

.collapse {
    *display: none;
    _position: static;
}

.collapse.in {
    *display: block;
}

.close {
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

.close:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.table td i {
    margin: 0 2px;
}

.table-nowrap td {
    width: 200px;
    max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sort-column {
    color: #0663A2;
    cursor: pointer;
}

.supcan {
    border: 1px #d3d3d3 solid;
    height: 300px;
}

.control-group {
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px dotted #dddddd;
}

legend+.control-group {
    margin-top: 8px;
}

.control-group-two-column {
    float: left;
    width: 50%;
}

.control-group-three-column:nth-child(1) {
    float: left;
    width: 30%;
}

.control-group-three-column:nth-child(2) {
    float: left;
    width: 40%;
}

.control-group-three-column:nth-child(3) {
    float: left;
    width: 30%;
}

.control-group-four-column:nth-child(1) {
    float: left;
    width: 25%;
}

.control-group-four-column:nth-child(2) {
    float: left;
    width: 25%;
}

.control-group-four-column:nth-child(3) {
    float: left;
    width: 25%;
}

.control-group-four-column:nth-child(4) {
    float: left;
    width: 25%;
}

.controls .lbl {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.measure-input {
    background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
}

.input-min {
    width: 30px;
    height: 24px;
    border: 1px solid rgba(194, 202, 216, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

input.input-mini {
    width: 90px;
    height: 24px;
    border: 1px solid rgba(194, 202, 216, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

input.input-small {
    width: 120px;
    height: 24px;
    border: 1px solid rgba(194, 202, 216, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.select-xlarge {
    width: 270px;
}

.input-maxlarge {
	width: 653px;
}
.select-min {
    width: 30px;
}

.select-mini {
    width: 90px;
}

.select-small {
    width: 120px;
}

.select-medium {
    width: 178px;
}

.select-xlarge {
    width: 284px;
}

.treeselect-xlarge {
    width: 224px;
}

.help-block, .help-inline {
    color: #aaaaaa;
}

.alert {
    margin-bottom: 10px;
}

.form-search label {
    margin-left: 10px;
}

#searchForm.form-search label.no-margin-left {
    margin-left: 0;
}

.form-search span label {
    margin-left: 0;
}

.form-search .ul-form li {
    height: 50px;
    display: inline-block;
    list-style: none;
    line-height: 35px;
    list-style: none;
}

.form-search .ul-form li:not(:last-child) {
    margin-right: 16px;
}

.form-search .ul-form li label {
    width: 80px;
}

.form-search .ul-form li label.large {
    width: 90px;
}

.form-search .ul-form li label.xlarge {
    width: 100px;
}

.form-search .ul-form li label.xxlarge {
    width: 200px;
}

.form-search .ul-form.middle li{
    line-height: 50px;
}
.form-search .ul-form.middle .btns{
    padding: 0;
}

.form-horizontal {
    margin: 0 10px;
}

.form-horizontal .control-group {
    margin-bottom: 8px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

.form-horizontal .controls {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}

.form-horizontal .controls label.error {
    background-position: 0 2px;
}

.form-horizontal .table-form {
    width: 100%;
    border-color: #dddddd;
}

.form-horizontal .table-form, .form-horizontal .table-form td {
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    padding: 4px;
}

.form-horizontal .table-form td.tit {
    background: #fafafa;
    text-align: center;
    padding-right: 8px;
    white-space: nowrap;
}

.form-horizontal .form-actions {
    margin-bottom: 0;
}

.form-horizontal fieldset .row-fluid {
    margin-bottom: 10px;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.modal.tree {
    width: 300px;
    margin: -250px 0 0 -180px;
    *margin: -200px 0 0 -150px;
}

.modal.tree .modal-body {
    height: 260px;
    padding: 20px 25px;
}

.accordion-heading {
    white-space: nowrap;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAF9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
}

.accordion-heading {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0);
    float: inherit;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.accordion-heading a:hover, .dropdown a:hover {
    text-decoration: none;
    background: none;
}

.accordion-heading .accordion-toggle {
    font-family: 榛戜綋;
    font-size: 14px;
    _padding-top: 10px;
    _padding-bottom: 8px;
}

.accordion-heading .accordion-toggle i {
    _margin-top: -1px;
}

.accordion-inner {
    padding: 3px 8px 3px 8px;
}

.accordion-inner .nav-list {
    margin-bottom: 4px;
}

.accordion-inner .nav-list li a {
    padding: 3px 0px 3px 8px;
}

.verticalLine {
    float: left;
    width: 6px;
    margin: 0 1px;
    background: #efefef;
    background-position: 1px center;
    opacity: 0.5;
    filter: alpha(opacity = 50)
}

.form-horizontal .control-label {
    float: left;
    width: 120px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 140px
}

/*问卷答题check*/
.errorClass {
    border: 2px dashed rgb(255, 153, 0);
}

/* form表单的radio*/
#inputForm div.control-group span input[type=radio] {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(187, 191, 198, 1);
    border-radius: 8px;
    margin: 2px 10px 2px 0;
}

/* form表单的checkbox*/
#inputForm div.control-group span input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
    margin: 2px 0;
}

/* form表单的radio后边的label */
#inputForm div.control-group span input[type=radio]+label, #rd input[type="radio"]+span, #rd input[type="radio"]+label {
    display: inline;
    width: 15px;
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(45, 45, 45, 1);
    vertical-align: middle;
    padding-right: 20px;
}

/* form表单的checkbox后边的label */
#inputForm div.control-group span input[type=checkbox]+label {
    display: inline;
    width: 95px;
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(45, 45, 45, 1);
    vertical-align: middle;
    padding-right: 20px;
}

/* table表格的checkbox后边的label */
table input[type=checkbox]+label {
    display: inline;
    padding-left: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
}

/* table表格的checkbox, radio */
table input[type=checkbox], table input[type=radio], #rd input[type="radio"] {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
    margin: 2px 2px 4px 2px;
}
/* 热点图的radio */
#rd input[type="radio"] {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
    margin: 4px 2px 2px 2px;
}

/* form 按钮 */
.form-actions {
    padding: 19px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: none;
    *zoom: 1;
}

.form-horizontal .form-actions {
    padding-left: 0px;
}

/* 题目编辑页面的checkbox */
div span input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
    margin: 2px 2px 4px 2px;
}

/* 题目编辑页面的checkbox后的label */
div span input[type=checkbox]+label {
    display: inline;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
}
/*删除标签样式*/
.del {
    color: red;
}
/*a标签分割线*/
.fenge {
    padding: 0px 3px;
    margin-left: 3px;
    border-left: 1px solid #CCCCCC;
}

.typeItem {
    background-color: red;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

/* 表单上方padding */
form.form-top {
    padding-top: 20px;
}

.validate-span {
    color: red;
    width: 5px;
    float: none;
    margin-left: 0px;
}

/* 行选中的颜色 */
.choosed td {
    background-color: #FCE6A2 !important;
}

.bottom-line {
    border-bottom: 1px solid #DBDBDB;
}

html {
    padding: 0;
}

.analysisImage {
    float: left;
    height: 28px;
    width: 28px;
    background-size: 100% 100%;
    background-image: url(../../static/images/statisAnalysis.png);
    margin-top: 15px;
    margin-left: 70px;
}

.tree_select_search {
    background-image: url(../../static/images/tree_select_serach.png);
    height: 20px;
    width: 20px;
    margin-top: -17px;
    margin-left: 10px;
}

.tree_select_search_small {
    background-image: url(../../static/images/tree_select_serach_small.png);
    height: 16px;
    width: 16px;
    margin-top: -17px;
    margin-left: 10px;
}

.analysis-btn {
    height: 28px !important;
    width: 30px !important;
    background-image: none;
    background-color: #E8F0FC !important;
    box-shadow: none;
    border-left: 0px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: 0 !important;
}

/**                                 layer                                   */

/** layer的皮肤样式 */
.layer-skin-sapit {
    background-color: #e8ebef !important;
    height: 100%;
}

/* 圆角 */
.round-angle{
    border-radius: 4px !important;
}
.login-register,.login-register iframe,.login-passwordForgot,.login-passwordForgot iframe{
    border-radius: 8px !important;
}

/* 标题区域 */
.layer-skin-sapit .layui-layer-title {
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    margin: 0 10px 10px 10px;
    border-radius: 0 0 4px 4px;
    font-weight: 500;
}

/** 右上角的X号 */
.layer-skin-sapit .layui-layer-setwin {
    right: 20px;
    top: 18px;
}

/** 中间内容区域 */
.layer-skin-sapit .layui-layer-content {
    height: calc(100% - 121px) !important;
    margin: 0 10px;
}

/** 中间内容区域 */
.layer-skin-sapit.no-btns .layui-layer-content {
    height: calc(100% - 61px) !important;
}

/** 中间内容区域的iframe */
.layer-skin-sapit .layui-layer-content iframe[name^=layui-layer] {
    height: 100% !important;
}

/** 底部按钮区域 */
.layer-skin-sapit .layui-layer-btn {
    padding: 0 10px 0 0 !important;
    margin: 10px 10px 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
}

/** 底部按钮区域的按钮 */
.layer-skin-sapit .layui-layer-btn a {
    width: 70px;
    height: 28px;
    margin-top: 10px;
    text-align: center;
    border-radius: 4px 5px 5px 5px;
    font-size: 12px;
}
.layer-skin-sapit .layui-layer-btn a:not(:last-child) {
    border-color: #0077A0;
    background-color: #0077A0;
    color: #fff;
}

.layer-skin-sapit-confirm.btn-md .layui-layer-btn a{
    width: 80px;
}
.layer-skin-sapit-confirm .layui-layer-btn {
    padding: 0 10px !important;
    text-align: center;
}
.layui-layer-imgsee {
    display: none;
}



/**                                                   添加/修改的form表单.                                     */
/** 表单 */
.form-standard {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px 0 20px;
    width: 100% ;
    height: 100%;
    overflow-y: auto;
}

/** 表单单项内容 */
.form-standard .form-item-area {
	padding-bottom : 10px;
}

.form-standard .form-item-area:last-child {
    padding-bottom: 20px;
}

/** 表单单项内容 */
.form-standard .form-item-area+.form-item-area {
    margin-top: 10px;
}

/** 表单label */
.form-standard .form-item-area .form-item-label {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 30px;
}

/** 表单项 */
.form-standard .form-item-area .form-item-content {
    display: inline-block;
    font-weight: 400;
    font-family: PingFang SC;
    font-size: 14px;
    margin-left: 20px;
}

/** 输入框选择框等 */
.form-standard .form-item-area .form-item-content .form-item {
    height: 34px;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    font-family: PingFang SC;
    border: 1px solid rgba(194, 202, 216, 1);
}

.form-standard .form-item-area.two-column .form-item-area-column{
    float: left;
}

.form-standard .form-item-area.two-column .form-item-area-column:not(:first-child){
    padding-left: 20px;
}

.form-standard .form-item-area.two-column:before,.form-standard .form-item-area.two-column:after{
    content: "";
    display: block;
    clear: both;
}

.form-item-content textarea{
    vertical-align: middle;
    font-size: 12px;
}

.form-standard .input-md, .form-standard .input-md+.select2 .select2-selection--single {
    width: 190px;
}

.form-standard .input-lg, .form-standard .input-lg+.select2 .select2-selection--single {
    width: 254px;
}

.form-standard .input-xl, .form-standard .input-xl+.select2 .select2-selection--single {
    width: 290px;
}

.form-standard .input-xxl, .form-standard .input-xxl+.select2 .select2-selection--single {
    width: 340px;
}

.form-standard .input-maxlarge, .form-standard .input-maxlarge+.select2 .select2-selection--single,.form-standard .form-content-maxlarge{
    width: 653px;
}
.form-standard .hide{
    display: none;
}

.label-sm{
	width: 60px;
}

.label-md {
    width: 80px;
}

.label-lg {
    width: 100px;
}

.label-xl {
    width: 120px;
}

.label-xxl {
    width: 140px;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.multi-row+.select2-container--default .select2-selection--multiple {
    min-height: 150px;
    max-height: 300px;
}

.min-w-600 {
    min-width: 600px;
}

.min-w-800 {
    min-width: 800px;
}

/* -------------------------------滚动条---------------------- */

/*整个滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #B2B2B2;
    border-radius: 2px;
}

/*滚动条轨道*/
::-webkit-scrollbar-track {
    width: 2px;
    background: #ffffff;
}

/*竖直的滑块*/
::-webkit-scrollbar-thumb {
    width: 6px;
    background: #B2B2B2;
    border-radius: 2px;
}

/*滚动条上的按钮*/
::-webkit-scrollbar-button {
    display: none;
}

.two-col-area{
    display: flex;
    height: 100%;
}

.two-col-area .left-area{
    width: 20%;
    min-width: 210px;
    margin-right: 10px;
    border-radius: 6px;
}

.two-col-area .right-area{
    width: 80%;
    min-width: 580px;
    border-radius: 6px;
}

.two-col-area .left-area, .two-col-area .right-area{
    display: inline-block;
    background: #FFFFFF;
    height: 100%;
    overflow: auto;
    font-size: 0;
}

.ztree-title {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

.ztree-title-text {
    display: inline-block;
    color: #000000;
    line-height: 50px;
}

.accordion-group {
    background: #ffffff;
}

.tree-select-input {
    height: 36px;
    width: 339px;
    background-color: #f5f5f5;
    color: #97AABA;
    box-shadow: none;
    border-width: 1px;
    border-radius: 4px !important;
    border-color: #aaaaaa;
    padding-left: 6px;
    padding-right: 6px;
}

.only-bottom-line {
	border-bottom:1px solid #CCCCCC;
}
/** 去掉a标签的下划线 */
a {
    text-decoration: none;
}

/** 白背景 */
.bg-white, .bg-white.layer-skin-sapit{
    background-color: #FFFFFF !important;
}

/** iframe样式  */
.cls-iframe{
    height: 100% ;
    width: 100%;
    border: 0;
}

/** 满高度的ztree */
.cls-ztree{
    height: 100%;
    overflow: auto;
}

/** 导航项区域 */
.nav-box{
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

/** 导航项 */
.nav-box .nav-item{
    height: 100%;
    display: inline-block;
    padding: 0 30px 0 0;
    cursor: pointer;
}

/** 导航项之间的分隔线 */
.nav-box .nav-item .nav-item-split{
    padding-right: 30px;
    border-left: 1px solid #000000;
}

/** 导航项标题 */
.nav-box .nav-item .nav-item-title{
    display: inline-block;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
}

.nav-box .nav-item:not(.active) .nav-item-title a{
    color: #4d4d4d;
}

/** 激活状态的导航项标题 */
.nav-box .nav-item.active .nav-item-title{
    color: #0077A0;
    border-bottom: 2px solid #0077A0;
}

/** 中等高度的导航项 */
.nav-box.nav-box-md{
    height: 40px;
}

/** 中等高度的导航项 */
.nav-box.nav-box-md .nav-item .nav-item-title{
    line-height: 40px;
}

.left-margin-width {
	border-radius: 6px;
	margin-left: 10px;
}

.no-margin-lr{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

input[readonly]:not(.btn), input.Wdate[disabled]:not(.btn), textarea:disabled, input:disabled:not(.btn) {
    background-color: #F8F8F8;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], .uneditable-input,
input.Wdate:read-only {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus, .uneditable-input:focus {
    border-color: rgba(82,168,236,0.8);
    border-radius: 4px;
}

.hide{
    display: none;
}

/*导入弹出框*/
#importForm .impor{
    height: 28px;
    width: 70px;
    color: #fff;
    line-height: 24px!important;
}
/*导入弹出框--请选择文件按钮*/
#importForm .btn-default{
    width: 106px;
    padding: 2px;
}

#importForm .btn-info:hover{
    color: #fff;
}
.kvFile~#kvFileinputModal .modal-content>.modal-header>.kv-zoom-actions>.btn-close{
    background: none;
    padding: .25rem .5rem;
    margin: 0 0 0 3px;
    border: 1px solid #0077A0;
    box-sizing: border-box;
    opacity: 1;
    color: #6c757d;
}
.kvFile~#kvFileinputModal .modal-content>.modal-header>.kv-zoom-actions>.btn-close:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.kvFile .file-upload-parent > div{
    display: inline-block;
    vertical-align: top;
}
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-zoom,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-upload,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-remove,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-download{
    width: 44px;
    height: 26px!important;
    line-height: 24px!important;
    border-color: #ccc;
}
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-zoom:hover,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-upload:hover,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-remove:hover,
.kvFile .file-upload-parent .file-thumbnail-footer .kv-file-download:hover{
    background-color: #ffffff;
    color: #000;
}
.kvFile .kv-zoom-cache{
    display: none;
}
.kvFile .file-caption .form-control{
    font-size: 14px;
}
.kvFile .file-caption .btn-default, .kvFile .file-caption .btn-primary{
    box-sizing: content-box;
    height: 26px!important;
    padding: 4px 12px;
    line-height: 26px!important;
    background-color: #0077A0;
}
.kvFile .file-caption .btn-default{
    margin-right: 10px;
    color: #fff;
}
.kvFile .file-input{
    width: 340px;
}
.kvFile .file-preview-frame{
    width: calc(100% - 16px);
}
.kvFile .file-preview-frame > .kv-file-content{
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.non-select {
    user-select: none;
}

.positive-value {
    color: green;
}

.negative-value {
    color: red;
}

.no-arrow-input::-webkit-inner-spin-button,
.no-arrow-input::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

.hide-i {
    display: none !important;
}