#imgCvs {
    border: 2px inset #AAA;
    cursor: crosshair;
}
#imgSize {
    width: 40px;
    margin-right: 5px;
}
.pwCnt {
    min-height: 128px;
    position: absolute;
    background: #F6F6F7;
    border: 0 outset #364AA0;
    border-radius: 6px 6px 10px 10px;
    border-width: 1px 2px 2px 1px !important;
    z-index: 999;
}
.pwHead {
    height: 16px;
    padding: 2px 1px 1px;
    display: flex;
    background: #D8DBEF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px dotted #304AA0;
    font-weight: bold;
    user-select: none;
}
.head {
    position: relative;
    width: 100%;
    margin-left: 6px;
    display: inline-block;
}
.head::before {
    margin: 0 2px 0 0;
    content: '::';
}
.pwBtns {
    margin-right: 4px;
    position: relative;
    float: right;
    cursor: default;
}
.pwBtns span:hover {
    background: #F08080;
}
.pwBody {
    margin: 2px;
    padding: 2px;
}
.pwPnl {
    margin: 4px 0 6px;
    padding: 4px;
    border: 1px dotted #000;
    border-radius: 3px;
}
.cvsCol {
    padding: 4px;
    max-width: 168px;
}
.cvsCol button:hover {
    border: 2px solid #f09090FF;
}
.inpCol {
    width: 64px;
    height: 24px;
    margin: 4px;
    border: none;
}
.inpCol:hover {
    outline: 2px solid #F09090FF;
}
.cvsLbl {
    display: block;
}
.cvsBtn {
    padding: 4px;
    border: none;
    outline: 1px dotted #000;
}
.cvsBtn:hover {
    background: #CED3F7 !important;
    outline: 2px solid #F09090FF;
}
.cvsSel {
    height: 24px;
    margin: 5px;
}
.pnlWnd {
    width: 108px;
    height: 72px;
    padding: 2px 4px;
}
.pnlPut {
    top: -39px;
    height: 36px;
}
.cvsLays {
    width: 180px;
    height: 110px;
    overflow-y: scroll;
}
.cvsHsts {
    width: 200px;
    height: 110px;
    overflow-y: scroll;
}
.layCtrl {
    padding: 2px;
}
.layCtrl button {
    width: 22px;
    margin-inline: 3px;
}
.cvsCtrl {
    padding: 6px;
}
.lay.sel {
    background: #CED3F7;
}
.lay:hover {
    background: #F09090 !important;
}
.layPrv {
    width: 40px;
    height: 30px;
    margin-right: 10px;
    background: #ECEEF8;
    border: 1px inset #364AA0;
}
.layDesc {
    top: -18px;
    width: 40px;
    user-select: none;
}
.hst {
    padding: 2px 4px;
}
.pnl {
    margin-right: 10px;
    outline: 1px dashed #304AA0;
}
.btn {
    margin-inline: 3px;
}
.num {
    width: 40px;
    text-align: right;
    box-shadow: none;
}
.cbtn {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
}
.wbtn {
    width: 28px;
    height: 28px;
    margin: 4px;
}
.inl {
    position: relative;
    display: inline-block;
}
.off, .off:hover, .off:active {
    background: #CECECE !important;
    outline: 1px dotted #000;
}
.trans {
    opacity: 0.35;
}
