
body {    
    margin: 0 !important;
    padding: 0 !important;
}

.ContextMenu
{
    display:none;
    border:1px solid grey;
    width:350px;
    background: hsl(0, 0%, 95%);
    box-shadow: 2px 2px 1px grey;
    position:fixed;
}

.ContextMenuItems
{
    list-style:none;
    margin:0px;
    padding:0px;
    margin:5px 0 0 5px;
    font-size:13px;
    font-family:verdana;
}

.ContextMenuItems-Hover
{
    background: #5280f4;
    color: white;
}

.ToolButton
{
    width: 32px;
    height: 32px;
    background: none;
    padding: 2px;
    margin: 0px;
    border: 1px solid transparent;
}

.ToolButton-Image
{
    width: inherit;
    height: inherit;
}

.ToolButton-Checked
{
    background: hsl(0, 0%, 80%);
}

.ToolButton-Disabled
{
    opacity: 0.5;
    cursor: not-allowed;
}

.ToolButton-Hover
{
    background: #5280f4;
}


.ToolSeparatorVertLine
{
    float: left;
    width:1;
    height:32px;
    border-left:2px solid #ccc;
    border-right:2px solid #fff;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

.ToolSeparatorHorLine
{
    width:32px;
    height:1;
    border-top:2px solid #ccc;
    border-bottom:2px solid #fff;
    margin-left: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ToolBox
{
    background: hsl(0, 0%, 95%);
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
    /*border: 2px solid #777;*/
    /*border-radius: 6px;*/
    z-index: 20;
    padding: 0;
}

#myContainer
{
    position: relative;
}

#myToolBox
{
    position: absolute;
    right: 0;
    top: 3px;
    padding: 10px 0px 10px 0px;
}

#myAnimBox
{
    position: absolute;
    left: 30%;
    top: 3px;
    padding: 0px 10px 0px 10px;
}

#myAnimBox .ToolButton
{
    width: 24px;
    height: 24px;
    float:left;
}

#myAnimBox .ToolSeparatorVertLine
{
    height: 24px;
}

#myPickInfoDialog {
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 5px 5px 5px 5px;
    background-color: #ffe87c;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
}

#myStatusDialog {
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 5px 5px 5px 5px;
    background-color: #ffe87c;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    font-size:14px;
    font-family:Tahoma, Geneva, sans-serif;
}

#myFailedWebGLDiv {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}


.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-title{
    font-size: 15px;
}

/*#feedback { font-size: 0.8em; } */
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#selectable li { margin: 3px; padding: 0.15em; font-size: 12px; height: 16px; }

#PT_Seed_Points .ui-selecting { background: #FECA40; }
#PT_Seed_Points .ui-selected { background: #F39814; color: white; }
#PT_Seed_Points { list-style-type: none; margin: 0; padding: 0; width: 100%; height:75px; overflow:auto;}
#PT_Seed_Points li { margin: 3px; padding: 0.15em; font-size: 12px; height: 16px; }


/* Portrait 5, 5s, 6 and 6+ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .ToolButton
    {
        width: 64px;
        height: 64px;
    }

    .ToolSeparatorVertLine
    {
        height:64px;
    }

    .ToolSeparatorHorLine
    {
        width:64px;
    }

    #myAnimBox
    {
        left: 5%;
    }

    #myAnimBox .ToolButton
    {
        width: 50px;
        height: 50px;
    }

    #myAnimBox .ToolSeparatorVertLine
    {
        height: 50px;
    }
}
