.plugin-frame-control,
.plugin-frame-for,
.plugin-frame {
    padding: 5px;
    position: relative;
    border: 1px solid transparent;
}

.plugin-selected-drag {
    border: 1px solid green !important;
}

.plugin-selected-other,
.plugin-selected,
.plugin-frame:hover {
    border: 1px solid gray;
}

.plugin-selected>.plugin-angle {
    position: absolute;
    border: solid gray 1px;
    width: 8px;
    height: 8px;
    background-color: white;
    box-shadow: 0 2px 10px #909090;
    z-index: 1100;
}

.plugin-selected-other>.plugin-angle {
    position: absolute;
    border: solid gray 1px;
    width: 8px;
    height: 8px;
    background-color: white;
    box-shadow: 0 2px 10px #909090;
    background-color: gray;
}

.plugin-selected-other .plugin-angle:hover,
.plugin-selected .plugin-angle:hover {
    border: 1px solid darkblue;
}

.plugin-frame[resized="true"] .anlge-left-top:hover,
.plugin-frame[resized="true"] .anlge-right-bottom:hover {
    cursor: nwse-resize;
}

.plugin-frame[resized="true"] .anlge-right-top,
.plugin-frame[resized="true"] .anlge-left-bottom:hover {
    cursor: nesw-resize;
}

.anlge-left-top {
    left: -4px;
    top: -4px;
}

.anlge-right-top {
    right: -4px;
    top: -4px;
}

.anlge-left-bottom {
    left: -4px;
    bottom: -4px;
}

.anlge-right-bottom {
    right: -4px;
    bottom: -4px;
}

.plugin-label-name,
.plugin-label-value {
    font-size: 20px;
    display: inline-block;
    height: 24px;
    width: 120px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.plugin-label-name {
    background-color: aqua;
}

.plugin-label-value {
    background-color: white;
    margin-left: 20px;
}

.plugin-pinwheel-label {
    float: left;
    word-break: keep-all;
}

.plugin-pinwheel-image {
    width: 50px;
    height: 50px;
    float: left;
}

.plugin-pinwheel-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.plugin-cabin-bar {
    margin-top: 40px;
    height: 40px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 100%;
    background-image: linear-gradient(to right, #0f0, #ff0);
}

.plugin-cabin-bar-txt {
    padding-left: 5px;
    position: absolute;
    z-index: 20;
    color: #f0f;
    display: block;
    line-height: 40px;
}

.plugin-cabin-bar-cover {
    background-color: black;
    z-index: 15;
    width: 75px;
    height: 100%;
    float: right;
}

.plugin-time-input::-webkit-calendar-picker-indicator {
    display: none;
}

.plugin-bar svg,
.plugin-bar img {
    pointer-events: none;
}

.plugin-group {
    position: relative;
    overflow: auto;
}

.group-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.plugin-group-label {
    position: absolute;
    font-size: 16px;
    top: -7px;
    left: 5px;
    z-index: 110;
}

.plugin-progress {
    height: 40px;
    border-style: solid;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 100%;
    background-image: linear-gradient(to right, #0f0, #ff0);
}

.plugin-progress-label {
    position: absolute;
    z-index: 20;
    display: block;
    line-height: 40px;
}

.plugin-progress-cover {
    background-color: black;
    z-index: 15;
    float: right;
}

.tab-heads {
    width: 100%;
    float: left;
    color: WhiteSmoke;
    background-color: SteelBlue;
}

.tab-head {
    height: 100%;
    padding: 0px 15px 0px 15px;
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-pages {
    width: 100%;
    float: left;
}

.tab-pages .tab-page {
    display: none;
    background-color: WhiteSmoke;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

.tab-pages .tab-page .tab-controls {
    width: 100%;
    height: 100%;
    position: relative;
}

.tab-pages .tab-page.tab-page-on {
    display: block;
}

.marquee-ul {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: row;
    align-items: center;
}

.marquee-li {
    margin-right: 10px;
    float: left;
}

.marquee-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.table-delete,
.table-update {
    color: cornflowerblue;
}

.table-delete:hover,
.table-update:hover {
    color: lightcoral;
}

.tr-on td,
.td-on {
    background-color: aqua;
}

.td-hidden {
    display: none;
}

.layui-colla-title {
    padding-left: 5px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.layui-colla-title span {
    vertical-align: middle;
    padding-left: 8px;
    line-height: 1.6;
    color: #666;
}

.layui-colla-title img {
    width: 30px;
    height: 30px;
}

.layui-colla-content {
    padding: 0;
}

.fiexd-bottom {
    position: absolute;
    bottom: -1px;
    padding-right: 5px;
    width: 100%;
    overflow: inherit;
}

.layui-colla-item {
    border-top-width: 3px;
}

.fiexd-top {
    padding-bottom: 33px;
}

.alarm-float {
    display: none;
}

.alarm-close {
    float: left;
}

.marquee-ul {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: row;
    align-items: center;
}

.marquee-li {
    margin-right: 10px;
    float: left;
}

.marquee-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.pages .window {
    display: none;
    position: absolute;
    z-index: 600;
    box-shadow: 0px 2px 10px #909090;
}

.window-box {
    height: 35px;
    width: 100%;
    background-color: rgba(33, 184, 206, 1);
}

.window-icon {
    margin: 5px;
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../images/windows.png);
    background-size: cover;
}

.window-title {
    margin-left: 5px;
    margin-top: 5px;
    color: white;
    font-size: 16px;
    float: left;
    pointer-events: none;
}

.window-buttons {
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
}

.window-button {
    float: left;
    background-size: cover;
    width: 50px;
    height: 35px;
}

.window-button:hover {
    background-color: rgba(255, 255, 255, .4);
}

.window-min {
    background-image: url(../images/win-min.png);
}

.window-max {
    background-image: url(../images/win-max.png);
}

.window-recover {
    background-image: url(../images/win-recover.png);
}

.window-close {
    background-image: url(../images/win-close.png);
}

.window-min-item {
    margin: 5px;
    width: 280px;
    height: 35px;
    background-color: rgba(33, 184, 206, 1);
    position: relative;
}

.window-min-items {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    z-index: 700;
}