
.main[data-v-4bc9bf58] {
    float: left;
    width: 100%;
    height: 650px;
    background: #fff;
    margin-top: 50px;
}
.main-content[data-v-4bc9bf58] {
    min-height: 550px;
}
.areaheader[data-v-4bc9bf58]
{
    float: left;
    height: 25px;
}
.list[data-v-4bc9bf58] {
    float: left;
    width: 100%;
}
.oplist[data-v-4bc9bf58] {
    float: left;
}
.selection[data-v-4bc9bf58] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border: 2px solid #b4b0b0;
    text-align: center;
    line-height: 20px;
    width: 50px;
    height: 25px;
    background: #F2F2F2;
    margin: 0px;
}


/* 0 可用、未选灰色，1和2 都不可見，3 已选 綠色，4 占位 黃色，5 锁定 红色*/
.red[data-v-4bc9bf58] {
    background: #f00;
    color: #fff;
}
.yellow[data-v-4bc9bf58] {
    background: #f0a645;
}
.green[data-v-4bc9bf58] {
    background: #11df0dd9;
}
.emptyseat[data-v-4bc9bf58] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 40px;
    height: 25px;
    margin: 0px;
}
.colno[data-v-4bc9bf58] {
    float: left;
    width: 50px;
    height: 25px;
    margin: 0px;
    border: 1px solid #dcdcdc;
    background: #81D3F8;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.rowno[data-v-4bc9bf58] {
    width: 50px;
    height: 25px;
    margin: 0px;
    border: 1px solid #dcdcdc;
    background: #FACD91;
    color: #fff;
    position: absolute;
    top: 130px;
    text-align: center;
    line-height: 30px;
}
.test[data-v-4bc9bf58] {
    width: 80vw;

    border: 1px solid #000000;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
.item[data-v-4bc9bf58] {

    display: inline-block;
    padding: 50px;
    margin: 30px;

    background: #0088ff;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.selected[data-v-4bc9bf58] {
    background-color: black;
}
.move[data-v-4bc9bf58] {
    position: fixed;
    top: v-bind("movable.top");
    left: v-bind("movable.left");
    width: v-bind("movable.width");
    height: v-bind("movable.height");
    background: rgba(234, 23, 135, 0.3);
}


.ant-modal-body[data-v-45caf787] {
  padding: 2px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}


/*# sourceMappingURL=79.2248982b.css.map*/