div {
    border: 0px solid greenyellow
}

.pointer,
.select-border,
.select-border-sm {
    cursor: pointer
}

a:hover {
    text-decoration: none
}

.my-bg-dark {
    background-color: #1b1e21;
    border-color: #1b1e21
}

.my-h1 {
    height: 1rem
}

.my-mode-iframe {
    max-width: 100%;
    margin: 0px
}

.my-tranback-img {
    background-image: url("../file/tranback.png")
}

#panelDrawNotes {
    z-index: 3
}

@media (max-width: 992px) {
    .my-sm-hide {
        display: none
    }
    .my-sm-overflow-scroll {
        overflow: scroll !important
    }
}

.select-border,
.select-border-sm {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    margin-left: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    border-radius: 0.25rem !important;
    background-color: #6c757d
}

.select-border-sm {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    border-radius: 0.2rem !important
}

.bgImgFill {
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.my-select {
    box-shadow: 0 0 0 2px #c4c4c4, inset 0 0 0 2px #293039
}

.minicolors-theme-default.minicolors {
    display: block
}

.minicolors-theme-default .minicolors-swatch {
    top: 0rem;
    left: 0rem;
    width: 2.0rem;
    height: 2.0rem;
    border: 0rem;
    margin-left: 0px !important;
    border-radius: 0.25rem !important
}

.minicolors-theme-default .minicolors-swatch .minicolors-swatch-color {
    top: 0rem;
    left: 0rem;
    border-radius: 0.25rem !important;
    text-align: center;
    vertical-align: middle;
    line-height: 2.0rem;
    margin-left: 0px !important;
    cursor: pointer
}

.paper {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.1) inset
}

.paper::after,
.paper::before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    z-index: -1;
    box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.3)
}

.paper::after {
    left: 4px;
    transform: rotate(-6deg)
}

.paper::before {
    right: 4px;
    transform: rotate(6deg)
}

#panelDiv {
    position: relative;
    z-index: 0;
    transform-origin: center center
}


/*# sourceMappingURL=sketch-pad.min.css.map */