.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv212 {
    position: relative
}

.rootgridv212 .box,
.rootgridv212 .cell {
    width: 100%
}

.rootgridv212 .box .grid_content,
.rootgridv212 .cell .grid_content {
    height: fit-content;
}

.rootgridv212 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv212 .cell.edit {
    position: relative
}

.rootgridv212 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv212 .grid_content:after,
.rootgridv212 .grid_content:before {
    content: "";
    display: flex
}