﻿#toolbar
{
  position: absolute;
  top: 40px;
  height: 25px;
  width: 100%;
  padding: 3px;
  padding-left: 15px;
  background-color: rgba(100, 100, 100, 0.65);
  z-index: 5;
}

.embed #toolbar {
  background-color: white;
}

#toolbar div
{
  display: inline-block;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  width: 25px;
  background-color: black;
}

.embed #toolbar div {
  background-color: #FEFEFE;
}

.previewMode
{
  background-color: grey !important;
}

.ObliqueOnly
{
  display: none;
}

#toolbar div:hover,  #toolbar div.Selected {
  background-color: rgba(51, 122, 183, 0.9);
}

.embed #toolbar div:hover, .embed #toolbar div.Selected {
  background-color: rgba(51, 122, 183, 0.4);
}

#toolbar img {
  height: 100%;
  width: 100%;
}

.embed #toolbar img {
  filter: invert(0.75);
}