﻿
.zui-select {
    min-width: 300px;
    height: 20px;
    line-height: 20px;
}

    .zui-select label {
        padding-right: 10px;
    }

    .zui-select select {
    }


.div-chart {
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.div-hr {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color: #ddd;
}

.div-hover {
    cursor: move;
    border: 1px dotted #666;
    z-index: 9;
}

.seled {
    border: 1px solid #F56C6C;
}

.div-hover:hover .div-hover-item {
    border: 1px solid #c6e2ff;
    z-index: 99;
}

.div-hover .div-hover-item {
    padding: 2px;
    background-color: #eee;
    border: 1px dotted #eee;
    z-index: 999;
}

.div-hover .active {
    padding: 2px;
    background-color: #c6e2ff;
}

.div-hover:hover .dom-item {
    display: none;
}

.dom-item {
    display: block;
}

.div-hover:hover .dom-menu {
    display: block;
}

.ppb-header {
    position: fixed;
    top: 0px;
    left: 170px;
    right: 280px;
    height: 70px;
    padding: 8px 10px;
    border: 1px solid #eee;
    overflow: hidden;
}

.ppb-body {
    width: 100%;
}

.ppb-left {
    position: fixed;
    width: 160px;
    padding: 5px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
}

.p-tag {
    margin: 5px 5px;
    border: 1px solid #a0cfff;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-color: #79bbff;
    color: #fff;
    overflow: hidden;
}

.ppb-right {
    position: fixed;
    width: 300px;
    padding: 5px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
}

.ppb-center {
    position: fixed;
    top: 0px;
    left: 180px;
    right: 320px;
    bottom: 0px;
    padding: 20px;
    background-color: #eee;
    overflow: auto;
}

.ppd-board {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    background-size: 10px 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}

.ppd-unit {
    position: absolute;
}

/* ------- 模板 --------
    模板 实例 样式
    如果与预览样式有冲突，可以在这里重写样式
*/
.ppd-board-d {
    position: relative;
    background-color: #fff;
}
/* ------- 模板 -------- */

.header_row {
    background-color: #EBEEF5 !important;
}

.header_cell {
    background-color: #EBEEF5 !important;
}
