.fixedTop {
    top: 0;
    background: #fff;
    z-index: 2;
}

.head-fixed {
    position: fixed;
    z-index: 1;
}

.tableContent {
    overflow: auto;
    position: relative;
}

.table-fixed {
    table-layout: fixed;
}

.customBtn {
    position: absolute;
    left: 50px;
    top: 9px;
}

.sortset {
    position: absolute;
    left: 80px;
    top: 9px;
}

.table-fixed td,
.table-fixed th {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.table-fixed tr:hover td {
    overflow: visible;
    white-space: normal;
    word-break: break-all;
}

.table-fixed tr:hover td.error {
    overflow: hidden;
}

/*自定义列样式*/
.customTree {
    border-right: 1px solid #ddd;
    min-height: 300px;
    max-height: 500px;
    overflow: auto;
}

.ui-sortable {
    min-height: 300px;
}

.row-item {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 5px 0;
    background: #fff;
    height: 36px;
}

.ui-sortable-placeholder {
    background: #eee;
}

.row-item:hover {
    background: #edf3fe;
}

.row-item.fixed {
    border: 1px solid #ddd;
    position: absolute;
    background: #edf3fe;
    z-index: 5555;
    display: none;
}

.col-name {
    width: 300px;
    float: left;
    padding: 0 5px;
    cursor: move;
}

.col-width {
    text-align: right;
    width: 160px;
    float: left;
    padding: 0 5px;
}

.col-width input {
    display: inline-block;
    width: 50px;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    border-color: transparent;
    color: #222;
    font-size: 12px;
}

.col-showhide {
    width: 80px;
    float: left;
    padding: 0 5px;
}

.btns-link {
    background-color: #fff;
}

.label-show {
    color: #fff;
    background: #aaa;
}

.disable .label-show {
    color: #03c;
    background: none;
}

.text-muted {
    color: grey;
}

.label-hide {
    color: #03c;
    background: none;
}

.disable .label-hide {
    color: #fff;
    background: #aaa;
}

/*load*/
.load-container {
    border-top: 1px solid #ddd;
    height: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.load-container .loading:before,
.load-container .loading:after,
.load-container .loading {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation-fill-mode: both;
    animation: load-container 1.8s infinite ease-in-out;
}

.load-container .loading {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    animation-delay: -0.16s;
    top: -10px;
}

.load-container .loading:before {
    left: -20px;
    animation-delay: -0.32s;
}

.load-container .loading:after {
    left: 20px;
}

.load-container .loading:before,
.loading:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load-container {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #333;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #333;
    }
}

@keyframes load-container {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #333;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #333;
    }
}

/*load*/
.error {
    position: relative;
    overflow: hidden;
}

.error:after {
    position: absolute;
    content: " ";
    border: transparent 6px solid;
    border-left-color: #ff0000;
    top: -6px;
    right: -6px;
    height: 0;
    width: 0;
    font-size: 0;
    transform: rotate(-45deg);
}

.table .error1 {
    background: #fefe78;
    position: static;
}

#editModal .tips-error {
    min-width: 100px;
}

/*宏观批量导入*/
#batchimp .repeat1 {
    background: #f5f5f5;
}

#batchimp .repeat2 {
    background: #fff;
}