


/*********************************************************************************/

[themeStyle=""] .popup-menu
{
    background-color: rgba(0,0,0, 0.85);
    color: #;
}

[themeStyle=""] .popup-menu .separator
{
    border-color: #;
}

[themeStyle=""] .sketch-view-container
{
    cursor: url("cursors/disc.svg.php?radius=3&color=&fill=1") 3 3, auto;
}

[themeStyle=""] .sketch-view-container[tool-name="eraser"],
[themeStyle=""] .sketch-view-container[tool-name="formatter"]
{
    cursor: url("cursors/disc.svg.php?radius=10&color=") 10 10, auto;
}

[themeStyle=""] #freePath
{
    background-image: url("icons/pencil.svg.php?color=");  
}

[themeStyle=""] #formatter
{
    background-image: url("icons/formatting.svg.php?color=");
}

[themeStyle=""] #curveCreator
{
    background-image: url("icons/create-curve.svg.php?color=");
}

[themeStyle=""] #selector
{
    background-image: url("icons/select.svg.php?color=");
}

[themeStyle=""] #eraser
{
    background-image: url("icons/delete.svg.php?color=");
}
          
[themeStyle=""] #new-sketch
{
    background-image: url("icons/new.svg.php?color=");
}

[themeStyle=""] #enter-fullscreen
{
    background-image: url("icons/enter-fullscreen.svg.php?color=");
}

[themeStyle=""] #exit-fullscreen
{
    background-image: url("icons/exit-fullscreen.svg.php?color=");
}

[themeStyle=""] #youtube-player
{
    background-image: url("icons/youtube-player.svg.php?color=");
}

[themeStyle=""] #youtube-player
{
    background-image: url("icons/youtube-player.svg.php?color=");
}

[themeStyle=""] .floating-container .maximize
{
    background-image: url("icons/maximize.svg.php?color=");   
}

[themeStyle=""] .floating-container .minimize
{
    background-image: url("icons/minimize.svg.php?color=");   
}


[themeStyle=""] .floating-container .maximize,
[themeStyle=""] .floating-container .minimize
{
    outline: 1px # solid;
}

[themeStyle=""] .floating-container:hover
{
    border-color: rgba(0,0,0, 0.25);
}

[themeStyle=""] .floating-container .client-area
{
    outline: 1px rgba(0,0,0, 0.5) solid;
}


