/*
v1.1

*/
/*基础html部分：*/
body {
    padding: 0;
    margin: 0;
}

form {
    margin-bottom: 0;
}

input {
    text-align: inherit !important;
}

input[type=text][disabled] {
    color: #333333;
    background-color: initial;
    cursor: text;
}

a, a:hover {
    color: #333333;
    /*display: block;*/ /*layer bug*/
}

/*饿了么框架部分：*/
.el-button + .el-button {
    margin-left: 0;
}

.el-form-item {
    margin: 0;
}

.el-form--label-top .el-form-item__label {
    height: 32px;
    padding: 0;
}

.el-form--inline .el-form-item {
    margin: 0;
}

.el-form-item__content {
    margin-right: 5px;
}

.el-input-number--small .el-input-number__decrease [class*=el-icon], .el-input-number--small .el-input-number__increase [class*=el-icon] {
    line-height: 30px;
}

/*优化报错位置*/
.el-form-item__error {
    left: unset;
    top: 5px;
    right: 25px;
}

/*20180308 按钮间距*/
/*.el-button--mini, .el-select--mini, .el-tag, .el-input--mini {*/
/*margin-right: 6px;*/
/*}*/

.el-button--mini {
    padding: 6px;
}

.el_btn1 {
    float: left;
    margin-right: 6px;
}

.flex-column {
    /*margin-bottom: 6px;*/
}

.el-pagination {
    padding: 0;
}

.el-pagination .el-select .el-input {
    margin: 0;
}

/*统一按钮和输入框高度*/
.el-tag, .el-pagination .el-select .el-input .el-input__inner, .el-input--mini .el-input__inner,
.el-pagination span:not([class*=suffix]), .el-pagination__editor.el-input .el-input__inner,
.el-button--mini, .el-radio-button--mini {
    height: 30px;
    color: #000000;
}

/*加大图标*/
[class*=" el-icon-"], [class^=el-icon-] {
    font-size: 20px !important;
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon], .el-input-number--mini .el-input-number__increase [class*=el-icon] {
    font-size: 28px !important;
}

/*20180312护眼色*/
.ui-layout-pane, .el-tree {
    background-color: #FFF;
    /*background-color: #2b2b2b;*/
}

.el-tag--info, .el-button--info.is-plain {
    background-color: #f0f0f0;
    color: #666;
    /*background-color: #3c3f41;*/
    /*color: #999999;*/
}

.el-tag, .el-tag--mini {
    line-height: 28px;
    height: 28px;
    margin: 0 !important;
    padding-right: 10px;
}

.el-select__tags {
    white-space: nowrap;
    margin: 1px;
    top: 14px;
}

/*20180314*/
.el-table td, .el-table th {
    padding: 0;
    height: 30px;
    font-size: 12px;
}

.el-table .cell {
    padding: 0 5px !important;
}

/*20180409*/
.cell .el-button--mini {
    height: 26px;
    margin-right: 2px;
}

.el-checkbox__inner {
    width: 22px;
    height: 22px;
}

.el-checkbox__inner::after {
    height: 14px;
    left: 8px;
}

/*.el-upload-list__item {*/
/*height: 24px;*/
/*}*/

/*.el-upload-list {*/
/*    display: none !important;*/
/*}*/

.el-table__empty-block {
    height: inherit;
}

/*20180417*/
.el-dialog__header {
    padding: 10px 10px 0 10px;
}

.el-dialog__headerbtn {
    top: 10px;
    right: 10px;
}

.el-dialog__body {
    padding: 0 0 2px 0;
}

/*.el-input-number {*/
/*margin-right: 6px;*/
/*}*/

.el-notification {
    /*width: 250px;*/
    padding: 8px;
}

.el-notification.right {
    right: 24px;
}

.el-notification__group {
    margin: 0;
}

.el-notification__content {
    margin: 0;
}

.el-notification .el-button--mini {
    margin-right: 6px;
}

/*20180604*/
.el-popover {
    padding: 6px;
    min-width: 10px;
}

.el-tabs__header {
    margin: 0;
}

.el-tree-node__label {
    font-size: 16px;
    color: #333333;
}

.el-input--mini .el-input__inner { /*//防止多选自动加高*/
    height: 30px !important;
}

/*穿梭框*/
.el-transfer-panel .el-transfer-panel__header {
    height: 30px;
    padding-top: 3px;
    padding-left: 8px;
}

.el-transfer-panel__item {
    padding-left: 8px;
    display: block;
}

.el-transfer-panel__filter {
    margin: 0;
}

.el-transfer-panel__filter .el-input__inner {
    border-radius: 0;
}

.el-transfer-panel .el-checkbox__inner {
    height: 20px;
    width: 20px;
}

.el-transfer-panel {
    width: 40%;
    height: 100%;
}

.el-transfer-panel__body {
    height: calc(100% - 30px);
}

.el-transfer-panel__list.is-filterable {
    height: calc(100% - 32px);
}

.el-transfer-panel .el-checkbox__label {
    font-size: 16px;
}

.el-input-number--mini {
    width: auto;
}

.el-steps--vertical {
    height: initial;
}

.el-step.is-vertical {
    flex-basis: initial !important;
}

.el-step.is-vertical .el-step__main {
    padding-bottom: 20px;
}

.el-table__expand-icon > .el-icon {
    margin-left: -10px;
    margin-top: -10px;
}

.el-table__expanded-cell[class*=cell] {
    padding: 6px 6px 48px 48px;
}

.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.el-table__empty-block {
    min-height: initial;
    padding: 8px;
}

.el_table_gray > th, .el_table_gray > td {
    background-color: #f5f5f5 !important;
}

/*.el-input--mini .el-input__inner:read-only {*/
/*background-color: #f1f1f1;*/
/*}*/

.el-card {
    margin: 10px 10px 0 10px;
    padding: 10px;
}

.el-card__header, .el-card__body {
    padding: 0;
    margin: 0;
}

.el-input.is-disabled .el-input__inner, .el-textarea.is-disabled .el-textarea__inner {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    cursor: text !important;
}

.el-select {
    width: 100%;
}

.el_card {
    margin: 10px 10px 0 10px;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

/*禁用状态下隐藏下拉选*/
.el-select .el-input.is-disabled .el-input__suffix {
    display: none;
}

.el_panel_title {
    vertical-align: middle;
    /*margin: 10px;*/
    line-height: 30px;
    padding-right: 10px;
    font-weight: bold;
    float: left;
}

.el-autocomplete {
    display: block;
}

.el-loading-mask {
    /*-webkit-transition: opacity 1s ease-in;*/
    /*-moz-transition: opacity 1s ease-in;*/
    /*-o-transition: opacity 1s ease-in;*/
    /*transition: opacity 1s ease-in;*/
}

.el-header, .el-footer, .el-main {
    padding: 0;
}

/*布局调整条*/
.ui-layout-resizer {
    /*background-color: #eee;*/
    background-color: #496180;
}

#vm .ui-layout-resizer {
    background-color: #eeeeee;
}

.ui-layout-toggler {
    border: none;
    /*background-color: #ddd;*/
    /*background-color: #5d6d7d;*/
    background-color: rgba(146, 168, 204, 0.3);
    /*background-color: #a4a4a4;*/
}

.ui-layout-pane {
    /*border: 1px solid #ddd;*/
    border: none;
}

.ui-layout-center {
    /*padding: 6px;*/
    padding: 0;
}

/*heyui部分*/
.h-autocomplete-disabled .h-autocomplete-show,
.h-select-disabled .h-select-show, .h-select-disabled .h-select-show:hover {
    background-color: initial;
    color: #333333 !important;
    cursor: text;
}

.h-select-disabled .h-select-show .h-icon-down {
    display: none;
}

.el-form-item.is-error .h-autocomplete .h-autocomplete-show {
    border-color: #f56c6c;
}

.el-form-item.is-error .el-input.is-disabled .el-input__inner {
    border-color: #f56c6c;
}

.h-autocomplete .h-autocomplete-show > .h-icon-close {
    visibility: hidden;
}

.h-autocomplete .h-autocomplete-show:hover > .h-icon-close {
    visibility: visible;
}

.h-category-multiple-tags {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.h-notify .h-notify-container {
    transition: none;
}

.h-modal .h-notify-content {
    padding: 0;
}

/*在线excel spreadjs部分*/

/*允许用户选中*/
.gc-cell {
    /*-moz-user-select: text!important;*/
    -webkit-user-select: text !important;
    /*-ms-user-select: text!important;*/
    user-select: text !important;
}

/*20180615表格分组样式*/
.gc-grouping-container {
    height: 33px !important;
}

.gc-grouping-help-content {
    padding: 4px !important;
}

.gc-grouping-indicator {
    margin: 2px !important;
}

.gc-grouping-indicator .gc-icon {
    vertical-align: initial !important;
    margin: 2px !important;
}

.gc-icon.gc-icon-grouping-delete:before {
    font-size: 16px !important;
}

.gc-action {
    padding: 0 !important;
    margin: 1px 2px !important;
    border-radius: 0 !important;
    line-height: 22px !important;
    width: auto !important;
    min-width: 46px !important;
}

.gc-action {
    color: #266cb5 !important;
    background: #ecf5ff !important;
    border-color: #b3d8ff !important;
}

.gc-grid {
    border: none !important;
}

.gc-header-select-icon {
    width: 25px;
    height: 25px;
}

/*自定义弹窗jsPanel部分*/

/*.jsPanel-theme-default {*/
/*opacity: 0.9 !important;*/
/*!*z-index: 200 !important;*!*/
/*!*background-color: #e6e6e6;*!*/
/*}*/

.jsPanel .jsPanel-content {
    overflow: auto;
    border: none !important;
}

.jsPanel-theme-default {
    background-color: #dddddd;
    /*border-color: #cfd8dc;*/
    border-radius: 10px;
}

.jsPanel-depth-3 {
    box-shadow: 0 3px 0px #cccccc !important;
}

.jsPanel-hdr-toolbar.active {
    background-color: white;
}

.jsPanel-hdr-toolbar {
    background-color: #fff;
}

.jsPanel-modal-backdrop {
    position: absolute;
}

.jsPanel-titlebar {
    height: initial !important;
}

/*杂七杂八部分*/
.valid_error {
    border: 1px solid #ff5a57;
}

.space_right {
    margin: 0 6px 0 0;
}

.title_13 {
    font-size: 13px;
    color: #333333;
    padding: 5px
}

.title_16_bold {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 4px
}

.div_h28 {
    float: left;
    height: 28px;
    line-height: 28px;
}

.panel_badge_f1 {
    color: #666666;
    line-height: 35px;
    text-align: center;
}

.panel_badge_f2 {
    color: #ff8f00;
    font-size: 16px;
    vertical-align: bottom;
}

.el_form_item0 {
    margin-bottom: 8px;
}

.el-form-item__label {
    word-break: keep-all;
}

.el_form_item0 .el-form-item__label {
    line-height: 30px;
}

.el_row_item {
    float: left;
    margin-right: 6px;
}

.amap-marker-label {
    /*border-radius: 10px;*/
    padding: 0;
    color: #a1a1a1;
    /*border: 1px solid #a1a1a1;*/
    border: none;
    background: none;
}

.amap-ui-district-cluster-marker span {
    height: 20px !important;
}

/*.el-form-item {*/
/*margin-bottom: 20px;*/
/*}*/

/*.el-form-item__label {*/
/*line-height: 30px;*/
/*}*/

.table_head_underline {
    border-bottom: 1px #ccc solid;
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.focus_input input {
    border-color: #266cb5;
}

/*.el_modal {*/
/*z-index: 1000 !important;*/
/*}*/

/*.el_modal_backdrop {*/
/*z-index: 999;*/
/*background: black;*/
/*opacity: 0.3;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/

/*}*/

.amap-copyright {
    visibility: hidden !important;
}

.amap-scalecontrol, .amap-toolbar, .amap-overviewcontrol {
    z-index: 99;
}

.smallc {
    margin-bottom: 3px;
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    background-color: #378FDE;
    border-color: #378FDE;
    box-shadow: -1px 0 0 0 #378FDE;
}

.el_button0 {
    padding: 0 4px;
    line-height: 20px;
}

.el_badge_info sup {
    background-color: #aaaaaa;
}

.el_margin_r6 {
    margin-right: 6px;
    float: left;
}

/*duoziduanfenye*/
.gc-column-header-cell .el_spread_view_sort_none:after {
    /*font-family: dataview;*/
    /*content: '1\E801';*/
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_asc0:after {
    font-family: dataview;
    content: '1\E801';
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_desc0:after {
    font-family: dataview;
    content: '1\E800';
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_asc1:after {
    font-family: dataview;
    content: '2\E801';
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_desc1:after {
    font-family: dataview;
    content: '2\E800';
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_asc2:after {
    font-family: dataview;
    content: '3\E801';
    float: right;
}

.gc-column-header-cell .el_spread_view_sort_desc2:after {
    font-family: dataview;
    content: '3\E800';
    float: right;
}

.el_blue {
    color: #266cb5;
}

.el_ncform .h-layout {
    padding: 0;
    display: initial;
}

.el_ncform .h-layout .el-form-item {
    margin-bottom: 0 !important;
}

.el_ncform .h-layout .el-form-item__label {
    line-height: 30px;
    height: 50px;
    font-weight: bold;
    padding: 0 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el_ncform .v-layout {
    padding: 0;
    display: block;
}

.el_ncform .v-layout .el-form-item {
    /*height: 76px;*/
}

.el_ncform .v-layout .ncform-radio {
    height: 30px;
    padding-top: 6px;
}

.el_ncform .v-layout .el-form-item__label {
    line-height: 30px;
    /*height: 30px;*/
    font-weight: bold;
    padding: 0;
}

.el_ncform .v-layout .el-form-item__label + div {
    height: 46px;
}

.el_ncform .invalid-feedback {
    line-height: 16px;
    font-size: 14px;
}

.ncform .el-icon-remove:before {
    color: #999;
}

.ncform .el-button--danger {
    background-color: #eee;
    border-color: #eee;
    color: #999;
}

/*新版tab,解决各种列表不显示bug*/
.el_tabs_v1 {
    display: flex;
    flex-direction: row;
    will-change: transform;
    height: 100%;
}

.el_tabpane_v1 {
    display: block;
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    /*padding: 10px;*/
    padding: 0;
    /*background-color: rgb(249, 249, 249);*/
    /*z-index: 1;*/
    overflow-y: auto;
}

/*.h-tabs-menu{*/
/*height: 100%;*/
/*!*overflow: hidden;*!*/
/*}*/
/*.h-tabs-menu > .h-tabs-item {*/
/*background-color: rgb(249, 249, 249);*/
/*z-index: 1;*/
/*}*/

.h-tabs-menu > .h-tabs-item + div {
    margin: 0;
}

.h-tabs-menu > .h-tabs-item:hover, .h-tabs-menu > .h-tabs-item.h-tabs-item-selected {
    color: #409EFF;
    border-right: 2px solid #409EFF;
}

/*新版tab,解决各种列表不显示bug end*/
.ui-resizable-s {
    height: 8px;
    bottom: 0px;
}

.el_form_title1 {
    width: 100%;
    /*height: 35px !important;*/
    font-size: 16px;
    font-weight: bold;
    /*color: rgba(255,167,232, 0.2);*/
    color: #666;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

/*顶部导航 start*/

.el-menu-item, .el-submenu__title {
    font-size: 16px;
}

.el-menu--horizontal > .el-menu-item,
.el-menu--horizontal > .el-submenu .el-submenu__title {
    line-height: 56px;
    border: none;
}

.el-menu-item * {
    color: inherit !important;
    vertical-align: inherit;
}

.el-menu--horizontal {
    border: none;
}

.el-menu.el-menu--horizontal {
    border: none;
}

/*顶部导航 end*/

.__array-table-form-item .table thead th,
.__array-table-form-item .table td {
    padding: 5px;
    font-size: 14px;
    color: #606266;
}

.el-input-group__prepend .el-select {
    width: 80px;
}

.el-input-group__prepend .el-select .el-input--suffix {
    width: 100%;
}

/*ncform 查询参数表单 start*/
.param_form1 .__array-table-form-item .table input[type=text] {
    padding: 4px;
}

.param_form1 .__array-table-form-item .table td:last-child {
    /*width: initial!important;*/
    width: auto !important;
}

.param_form1 .__array-table-form-item .table thead th:nth-child(1) {
    width: 21%;
}

.param_form1 .__array-table-form-item .table thead th:nth-child(2) {
    width: 17%;
}

.param_form1 .__array-table-form-item .table thead th:nth-child(3) {
    width: 28%;
}

.param_form1 .__array-table-form-item .table thead th:nth-child(4) {
    width: 28%;
}

/*ncform 查询参数表单 end*/

.h-dropdown {
    z-index: 5000;
}

.mx-datepicker {
    width: 100%;
}

.mx-calendar-icon {
    height: unset;
}

.mx-datepicker-popup {
    z-index: 9999;
}

.el_input_highlight_1 {
    border: 1px solid lightpink;
}

.ncform-checkbox.__ncform-control {
    padding: 0;
}

.ncform-checkbox .check-all {
    margin: 0;
}

.el-icon-date {
    line-height: 30px;
}

/*#hot部分*/
.red_background_1 {
    background-color: #e3abb9 !important;
}

.handsontable td, .handsontable th {
    white-space: nowrap !important;
    text-overflow: ellipsis;
}

.handsontable thead th .relative {
    padding: 2px 0 !important;
}

.handsontable .changeType {
    margin: 1px 2px !important;
}

.htDropdownMenu {
    z-index: 10000 !important;
}

.htFiltersConditionsMenu {
    z-index: 10001 !important;
}

.htDropdownMenu table.htCore {
    width: 360px !important;
    /*min-height: 400px!important;*/
}

/*.htUIMultipleSelect .ht_master .wtHolder{*/
/*min-height: 400px!important;*/
/*}*/

.handsontable .htUIMultipleSelectHot {
    height: 200px !important;
}

/*.handsontable span.colHeader {*/
/*width: calc(100% - 20px);*/
/*overflow-x: hidden;*/
/*}*/

.hot_current_row {
    border-bottom: 1px solid #f88 !important;
}

.handsontable .checkbox1 .htCheckboxRendererInput {
    margin: 0;
    width: 46px;
    height: 14px;
    zoom: 150%;
}

.handsontable .button1 {
    width: 100%;
    height: 21px;
    line-height: 17px;
}

.blue_background_1 {
    background-color: #a5bee3 !important;
}

/*#flexmonster*/
.fm_report #fm-pivot-view .fm-fields-view-wrap #fm-btn-open-fields {
    visibility: hidden !important;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar, #fm-toolbar-wrapper {
    height: 30px !important;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar a {
    height: 30px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar li {
    width: 45px !important;
    float: right;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar > li > a span {
    top: 9px !important;
    font-size: 12px;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar .fm-dropdown {
    top: 30px !important;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li {
    width: 100px !important;
}

.fm_report #fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content a, #fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li {
    height: 40px !important;
}

.fm_report #fm-header-toolbar {
    padding: 0 !important;
}

.fm_report #fm-header-toolbar #fm-charts-filters-container .fm-ui-btn {
    margin: 0 !important;
}

.fm_report #fm-pivot-view > div.fm-ui-element.fm-ui.hide_trail {
    visibility: hidden !important;
}

.fm_report #fm-pivot-view #fm-branding-bar {
    visibility: hidden !important;
}

.el-message-box__wrapper {
    z-index: 11111 !important;
}

/*.vue-form-wizard*/
.vue-form-wizard.xs .wizard-header,
.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
    display: none;
}

.vue-form-wizard.xs .wizard-tab-content {
    padding: 10px;
}

.vue-form-wizard.xs .wizard-icon-circle.tab_shape {
    height: 21px;
}

.vue-form-wizard.xs .wizard-nav-pills .stepTitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

.vue-form-wizard.xs .el-input__inner {
    height: 25px;
    padding: 0 6px;
}

.vue-form-wizard.xs .el-input__icon {
    line-height: 25px;
}

/*.vue-form-wizard*/

/*.ele-form*/
.ele-form .ele-form-section-header {
    padding: 3px 0;
    font-weight: bold;
    margin-bottom: 0;
}

.ele-form .ele-form-section-body {
    margin-bottom: 10px;
}

.ele-form .el-form--label-top .el-form-item__label {
    height: 25px;
    line-height: 28px;
}

/*.ele-form*/
.layui-layer-title {
    padding: 0 70px 0 10px;
    height: 30px;
    line-height: 30px;
}

.layui-layer-setwin {
    right: 9px;
    top: 9px;
}