﻿body 
{
    overflow: hidden; background-color: black; margin: 0px 0px 0px 0px; touch-action: none; color: White; font-family: Sans-Serif; user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
#holder1
{
   position: relative; width: 640px; height: 360px; touch-action: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
#video1
{
   position: absolute; z-index: 0; background-color: Blue; width: 100%; height: 100%; touch-action: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
#canvas1
{
    position: absolute; z-index: 1; width: 100%; height: 100%; touch-action: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
#canvas2
{
    position: absolute; z-index: 2; width: 100%; height: 100%; touch-action: none; user-select: none; -webkit-user-select: none; -moz-user-select: none;
}

#imagePanel {
    position: absolute;
    visibility: hidden;
    width: 400px;
    height: 400px;
    background-color: #111111;
    z-index: 100;
    padding: 8px;
    bottom: 59px;
    border: 1px solid #404b56;
    left: 339px;
}
#imageTableHolder
{
    position: absolute;
    width: 395px; height: 350px;
    overflow-y: scroll;
    scrollbar-color: #404b56 #111111;
}
#imagePanelClose
{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: White;
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: 48px;
    height: 48px;
}
button
{
    margin: 1px;
    cursor: pointer;
    background-color: #404b56;
    color: White;
    border: 1px solid #607081;
    padding: 4px;
    vertical-align: top;
}
.shortcut
{
    width: 100%;
    height: 56px;
    font-weight: bold;
    font-size: 16px;
}
.buttonImage
{
    width: 48px;
    height: 48px;
}
.buttonText
{
    height: 48px;
}
#btnColor
{
    width: 56px; height: 56px;
}
#btnWidth
{
    margin: 1px;
    width: 64px; height: 56px;
    background-color: #404b56;
    color: White;
    border: 1px solid #607081;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#toolbarLeft
{
    position: relative;
}

@media (max-width: 1024px) {
    #imagePanel {
        bottom: 43px;
        left: 251px;
    }

    .buttonImage
    {
        width: 32px;
        height: 32px;
    }
    .buttonText
    {
        height: 32px;
    }
    #btnColor
    {
    width: 40px; height: 40px;
    }
    #btnWidth
    {
        width: 40px; height: 36px;
        font-size: 12px;
    }
}
@media (max-width: 850px)
{
    #imagePanel {
        bottom: 35px;
        left: 211px;
    }

    .buttonImage
    {
        width: 24px;
        height: 24px;
    }
    .buttonText
    {
        height: 24px;
    }
    #btnColor
    {
    width: 32px; height: 32px;
    }
    #btnWidth
    {
        width: 32px; height: 28px;
        font-size: 8px;
    }
}

@media (max-width: 722px), (max-height: 550px) {
    #imagePanel {
        width: 300px;
        height: 180px;
        left: 5px;
        overflow: hidden;
    }

    #imageTableHolder {
        position: static !important;
        height: 150px !important;
        width: auto;
    }

    #imageTable td img, #presetimageTable td img {
        max-width: 52px !important;
        height: auto !important;
    }

    #imagePanelClose {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }
}