@charset "utf-8";
body {
  color: #eeeeee;
  font-size: 11px;
  padding: 0px;
  float: center;
  background-color: #222831;
  overflow-y: hidden;
}

#simLabmenuBar a {
  color: #d5dc12;
  text-decoration: none;
  font-size: 15px;
  padding: 4px;
  float: right;
}

#simLabmenuBar a:hover {
  color: #757b26;
  text-decoration: none;
}

.main h1 {
  font-weight: normal;
  text-align: center;
}

.main h2 {
  padding: 20px 0 0;

  font-weight: normal;
  text-align: center;
}

.main p {
  /* overflow: hidden; */
}
#expName {
  height: 30px;
}
.mainTitle {
  width: 683px;
}

.mainTitle p {
  color: #cccdcc;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
  display: block;
  float: center;
  height: 75px;
}

.canvasHolder {
  float: left;
  height: 500px;
  position: relative;
  margin-left: 0px;
  overflow: hidden;
}

.controlHolder {
  height: 500px;
  float: right;
  background-color: #424549;
  /* overflow-y: scroll; */
}

#canvasBox {
  height: 500px;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 7px;
  position: relative;
  overflow: hidden;
}

.controlHolder h1 {
  display: block;

  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-left: 7px;
  height: 18px;
  padding-top: 3px;
}

.controlHolder ul {
  display: block;
  height: 330px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.controlHolder ul li h1 span {
  display: none;
}

.controlHolder ul li .varBox {
  min-height: 80px;
}
.varTitle {
  padding: 5px 0px 0px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-align: left !important;
}
.wideTxtArea {
  margin: 3px 0px 3px 30px;
  color: #777777;
  font-size: 11px;
  width: 120px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #777777;
  /*border-radius: 4px 4px 4px 4px;*/
  font-size: 12px;
  resize: none;
  padding: 5px 6px;
}

.rangeSlider {
  margin: 3px 0px 3px 30px;
  border-radius: 2px;
  font-size: 11px;
  -webkit-appearance: none;
  height: 15px;
  background: #000000;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.rangeSlider:hover {
  opacity: 1;
}

.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 15px;
  background: #7289da;
  cursor: pointer;
}

.rangeSlider::-moz-range-thumb {
  width: 25px;
  height: 15px;
  background: #7289da;
  cursor: pointer;
}

.dropBox {
  margin: 3px 0px 3px 23px;
  color: #ffffffe5;
  width: 128px;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #282b30;
  box-shadow: 5px 3px 5px #252729;
  border: 1px solid #777777;
  border-radius: 12px 12px 4px 12px;
  font-size: 12px;
  padding: 5px 6px;
  resize: none;
}

.rangeVals .maxrange {
  float: right;
  padding-right: 20px;
}

.rangeVals .minrange {
  float: left;
  padding-left: 7px;
}

.varBox .rangeVals {
  font-size: 12px;
  color: #999;
  margin-top: -5px;
}

.subButton {
  width: 120px;

  /*font-size: 13px;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height:28px;*/
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #aaaaaa #aaaaaa #888888;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1px;
  padding: 0.45em 0.8em;
  text-decoration: none;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #c8c8c8)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #c8c8c8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c8c8c8', GradientType=0);
  /* IE6-9 */
}

input[type="button"]:disabled {
  opacity: 0.5;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nano > ul {
    right: 0 !important;
  }
}
