
  ::-webkit-scrollbar {
        width: 8px;
  }

  ::-webkit-scrollbar-track {
        /*background-color: rgb(242, 242, 242);*/
        background-color: #222;
  } /* the new scrollbar will have a flat appearance with the set background color */
 
  ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2; 
  } /* this will style the thumb, ignoring the track */
 
  ::-webkit-scrollbar-button {
        background-color: #ffffff;
        height:0px;
  }
body {
  background-color: #000;
}
.right-chevron {
  float: right;
  margin-right: 15px;
}
.canvasPanel {
  padding: 0px;
}
.properties-table {
  background: #f00;
}
.sheet-table-container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.sheet-table .entry {
  position: relative;
  padding: 5px;
  text-align: left;
  height: 50px;
}
.sheet-table img {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sheet-table .materialName {
  position: absolute;
  color: #fff;
  left: 50px;
  top: 10px;
  font-size: 0.8em;
}
.sheet-table .entry:hover .material-button {
  box-shadow: inset 0px 0px 12px 0px rgba(110,187,255,0.8);
}
.sheet-table .entry.selected .material-button {
  box-shadow: inset 0px 0px 30px 0px #0032c8;
}
.sheet-table a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: small;
  padding-top: 10px;
  padding-left: 10px;
}
.categoryHint {
  font-size: x-small;
  position: absolute;
  color: #fff;
  left: 50px;
  top: 30px;
}
.sheet-table .entry.selected {
  color: #6495ed;
}
.material-button {
  border-radius: 4px;
  float: left;
}
.preview-frame {
  width: 100%;
  height: 800px;
  border: 0px solid #000;
}
.full {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}
#header {
  font-family: "Open Sans";
  position: fixed;
  right: 0px;
  top: 0px;
  left: 0px;
  background: #111;
  color: #fff;
  background-image: url("/images/autodesk-logo-36px.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#header h1 {
  font-size: large;
  float: left;
  margin-left: 55px;
  margin-top: 15px;
}
#header label {
  float: right;
  margin: 15px;
  vertical-align: top;
}
#header select {
  color: #000;
  float: right;
  margin: 15px;
}
#categoryPicker {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  background: #111;
  overflow-y: scroll;
  height: 100%;
}
#categoryPicker ul {
  width: 100%;
  list-style-type: none;
  font-size: medium;
  color: #fff;
  padding-left: 0px;
}
#categoryPicker ul li {
  border: 1px solid #111;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
#categoryPicker ul li.selected {
  background-color: #4169e1;
}
#categoryPicker ul li:hover {
  border: 1px solid #555;
}
#categoryPicker ul a {
  font-family: Open Sans;
  color: #bbb;
}
#categoryPicker ul a:hover {
  color: #f0f8ff;
  text-decoration: none;
}
#categoryPicker h2 {
  color: #fff;
  margin: 10px;
}
#categoryPicker #searchBox {
  margin: 10px;
}
#categoryPicker #searchBox input {
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #c2c2c2;
}
#materialPicker {
  position: fixed;
  top: 50px;
  left: 200px;
  width: 320px;
  bottom: 0px;
  background: #222;
}
.canvas-preview {
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 50px;
  left: 520px;
}
.material-list {
  list-style-type: none;
  padding: 0px;
}
.material-list li {
  font-size: large;
  padding: 15px;
  border-bottom: 1px solid #000;
}
.material-list a {
  text-decoration: none;
}
.material-list li:hover {
  background-color: #f0f8ff;
}
.index-container {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.loader {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  background-image: url("/images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;
}
