[v-cloak] {
    display: none;
}


.el-table th.el-table__cell {
    text-align: center;
    background-color: rgb(245, 247, 250) !important;
}

p {
    margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "STHeiti", "SimHei", "Microsoft Yahei", "Arial Black", "monospace";
    font-weight: bold;
}

h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i {
    vertical-align: bottom;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    vertical-align: bottom;
!important;
}

h1 > .glyphicon, h2 > .glyphicon, h3 > .glyphicon, h4 > .glyphicon, h5 > .glyphicon, h6 > .glyphicon {
    top: 0;
    line-height: inherit;
}

.ui-tooltip {
    border: 1px solid white;
    background: whitesmoke;
    color: #1b1b1b;
}

.ui-menu {
    position: absolute;
}

.form-foot {
    background: whitesmoke;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.table-form .tit {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    background-color: whitesmoke;
}

.file-name {
    cursor: pointer;
}

.table-form td {
    max-width: 40%;
}

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

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

.table-form td.tit {
    background: #fafafa;
    text-align: right;
    padding-right: 16px;
    font-weight: bold;
    min-height: 30px;
    /*white-space: nowrap;*/
}

table thead tr th {
    word-break: keep-all;
    text-align: center;
    white-space: nowrap;
}

.table-condensed {
    font-size: 14px;
}

.not-wrap-hide-more {
    overflow-x: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}

.text-view {
    line-height: 24px;
    padding: 0 10px;
}

textarea.error, input.error, select.error {
    border: 1px solid red;
}

label.error {
    position: absolute;
    overflow: visible;
    white-space: nowrap;
    color: red;
}

.shadow-border {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    border-radius: .5em;
    padding: 20px;
}

@media (max-width: 500px) {
    .shadow-border {
        padding: 15px
    }
}

.grid-2-col {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-row-gap: 8px;
}

.grid-2-col-row {
    grid-column: span 2;
}

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

.shadow-md-border {
    box-shadow: 5px 10px 30px 5px #888888;
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 5px
}

.table, .navbar-form, .pagination, body {
    font-size: 12px;
}

label {
    cursor: pointer;
}

.hover-em:hover {
    display: inline-block;
    font-weight: 700;
    /*font-style: italic;*/
    background-color: #678ba7;
}

.table-collapse {
    border-collapse: separate;
}

.table-collapse th, .table-collapse td {
    border-left: 0 !important;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0 !important;
}

/**
用于固定td 搭配table-collapse使用
 */
.fixed-td {
    position: sticky;
    left: 0; /* 首行在左 */
    z-index: 5;
    background: white;
}

.fixed-th {
    position: sticky !important;
    top: -1px; /* 首行在上 */
    z-index: 5;
    background: white;
    border-left: 0 !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 0 !important;
}

[v-cloak] {
    display: none;
}

.el-input-number .el-input__inner {
    text-align: left;
}

.zen-modal-content {
    min-height: 150px;
    max-height: calc(100vh - 500px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    overflow-y: auto;
    overflow-x: hidden;
    user-select: none;
}

.nav.nav-pills * {
    transition: background-color .02s ease-in;
}

.zen-tree-parent-node {
    padding: 5px 12px;
    position: relative;
    transition: all .2s;
    border-radius: 8px;
    text-shadow: 1px 2px 3px #aaa;
}

.zen-tree-parent-node:after {
    content: '\00A0'
}

.zen-tree-parent-node.el-icon-caret-right:hover {
    animation: rotate90Deg infinite 3s;
}

.zen-tree-parent-node.el-icon-caret-bottom:hover {
    animation: rotateN90Deg infinite 3s;
}

.zen-tree-parent-node:before {
    margin-right: 2px;
    position: absolute;
    left: 6px;
    top: 5px;
}

.zen-tree-node {
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    padding: 10px 4px;
}

.el-input-group__append, .el-input-group__prepend {
    color: #606266;
}

.active .zen-tree-node {
    text-shadow: .1em .1em 4px #ccc;
}

.el-main {
    padding: 5px 15px;
}

.cell.el-tooltip span {
    width: 100%
}

.cell.el-tooltip span.el-table__indent, .cell span.el-table__placeholder {
    width: 24px
}

.cell.el-tooltip .el-button {
    text-align: inherit;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell.el-tooltip .el-button span {
    text-overflow: ellipsis;
}

input[type=file].el-upload__input {
    display: none;
}

.file-info-line {
    display: flex;
    line-height: 20px;
    margin-top: 5px;
}

.file-view-block {
    flex: 40px;
    cursor: pointer;
    border: lightgrey 1px solid;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    font-size: 2em;
}

.file-info-block {
    flex: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
}

.file-info-block > * {
    padding: 0 8px;
    margin: 0;
}

.file-info-funcs {
    flex: 30px;
    padding-top: 15px;
}

.el-input-group__append, .el-input-group__prepend {
    color: #555
}

@keyframes rotate90Deg {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotateN90Deg {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/**
用于建议的背景标签
 */
.brand-label {
    padding: 5px 10px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #3B82EC;
}

/**
用于警告的背景标签
 */
.warn-label {
    padding: 5px 10px;
    background-color: #f9c8512e;
    border-radius: 4px;
    border-left: 5px solid #f9c851;
}

/**
用于重大事项说明的背景标签
 */
.danger-label {
    padding: 5px 10px;
    background-color: #fff6f7;
    border-radius: 4px;
    border-left: 5px solid #fe6c6f;
}

/**
用于标题标签的样式
 */
.title-panel > .el-divider--horizontal{
    margin-top: 0;
    margin-bottom: 15px;
}

.title-graphics {
    width: 5px;
    height: 14px;
    background: #337ab7;
}

/**
用于查询组件的样式
 */
.zen-search-panel {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.zen-search-panel > div.hide-search {
    overflow: hidden;
}

.zen-search-panel > div.hide-search > .el-form.el-form--inline {
    height: 50px;
    overflow: hidden;
}

.zen-search-pull-panel {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 999;
    background-color: white;
    border: 0 solid #eee;
    border-bottom-width: 1px;
    padding: 0 0 10px 0;
    box-shadow: 0 1px 0 #ebe8e8;
    width: 100%;
}

.zen-search-container {
    position: relative;
    min-height: 50px;
}

.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.el-input-group__append>button.el-button.el-button--primary {
    border-radius: 0 2px 2px 0;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.el-input-group__append>button.el-button.el-button--primary:hover {
    background: #5c95c5;
    border-color: #5c95c5;
    color: #fff;
}

@keyframes scale-up-ver-top {
    0% {
        transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
    }
    100% {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }
}

.wf_instance .expand .el-table__expand-column .cell {
    display: none;
}

.van-notify {
    z-index: 9999!important;
}

.el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}

.el-button--info {
    color: #909399;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}

.el-button--info:hover {
    color: #80838d;
    background-color: #dfdfe1;
    border-color: #e9e9eb;
}

.zen-dialog .el-dialog > .el-dialog__body {
    padding: 20px;
}

.zen-dialog .el-dialog > .el-dialog__header {
    padding: 20px 20px 15px;
    border: 0 solid #0000001a;
    border-bottom-width: 1px;
}

.zen-dialog .el-dialog > .el-dialog__header > .el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.zen-dialog .el-dialog > .el-dialog__footer {
    padding: 10px 20px 15px;
    text-align: right;
    box-sizing: border-box;
    border: 0 solid #0000001a;
    border-top-width: 1px;
}

.zen-drawer .el-drawer__header {
    color: black;
    margin-bottom: 15px;
    padding: 10px 20px 10px;
    font-size: 17px;
    font-weight: bolder;
    border-bottom: 1px solid #E4E7ED;
}

.el-descriptions--small.is-bordered .el-descriptions-item__cell {
    padding: 6px 10px;
    color: black;
}

.el-descriptions-item__label.is-bordered-label {
    font-weight: 700;
    color: #909399;
    background: #fafafa;
    width: 150px;
    min-width: 150px;
}

.zen-instance-card {
    width: 1200px;
    margin: 15px auto 15px;
    min-height: 80vh;
}

@media screen and (max-width: 1000px) {
    .zen-instance-card {
        width: 100%;
    }
}

.zen-instance-view-card {
    width: 1000px;
    margin: 5px auto 10px;
    min-height: 80vh;
}

@media screen and (max-width: 950px) {
    .zen-instance-view-card {
        width: 100%;
    }
}

.form-line-helper {
    margin: 0;
    color: #aaa;
    padding: 0 5px;
    border-radius: 5px;
}

.table-dropdown-menu {
    min-width: 140px;
}

.dropdown-menu-danger {
    background-color: #d9534f; border-color: #d9534f; color: #fff
}

.dropdown-menu-danger.disabled {
    background-color: rgba(217, 83, 79, 0.49); border-color: rgba(217, 83, 79, 0.73); color: #fff
}

.zen-highlight {
    background-color: rgba(78, 203, 255, 0.16);
    padding: 4px 10px;
    border-radius: 3px;
}

.help-text {
    color: #fc8c3c;
}

.el-table--mini .el-table__cell {
    padding: 4px 0;
}

/*修复el-table的固定（fixed）特性导致最后一行的内容被其他固定元素遮挡*/
.el-table__fixed, .el-table__fixed-right {
    height: 100% !important;
}

.el-table__fixed-right::before, .el-table__fixed::before {
    height: 0;
}

.el-table--scrollable-x .el-table__body-wrapper {
    z-index: 2;
}