
body {
  font: 1.0em Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #6060FF;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #6060FF;
  cursor: pointer;
}


.uiheader {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  height: auto;
  font-size: 2em;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0px 0px 3px;
}

.message {
  bottom: 0px;
  box-sizing: border-box;
  height: auto;
  left: 0px;
  min-height: 14px;
  position: relative;
  right: 0px;
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  margin: 14px 0px;
  padding: 14px 21px;
  display: none;
}

#info {
  color: rgb(33, 133, 208);
  box-shadow: rgba(34, 36, 38, 0.22) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background: rgb(223, 240, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  border: 1px none rgb(33, 133, 208);
}

#error {
  color: rgb(212, 22, 22);
  box-shadow: rgba(34, 36, 38, 0.22) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background: rgb(255, 223, 231) none repeat scroll 0% 0% / auto padding-box border-box;
  border: 1px none rgb(212, 22, 22);
}

.uilabel {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 0.8em;
}

.uimenu {
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  display: block;
  height: 4em;
  left: 0px;
  min-height: 15px;
  position: relative;
  right: 0px;
  text-align: left;
  top: 0px;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 5px 5px 5px 5px;
  font-size: 1.0em;
}



.uiwrap {
  margin-bottom: 0.7em;
  display: block;
  padding-right:18px;
}


.uiinput {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset;
  cursor: auto;
  vertical-align: top;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px 4px 4px 4px;
  padding: 4px 4px;
  font-size: 1em;
  margin-top: 10px;
  height: 2em;
}

.btn {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font: normal normal 700 normal 14px / 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 4px 4px 4px 4px;
  height: 4em;  
}

.blue {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(34, 36, 38, 0.15) 0px 0px 0px 0px inset;
  color: rgba(0, 0, 0, 0.9);
  background: rgb(200, 200, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  margin-top: 0.8em;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.uihidden {
    display: none;
}
.uivisible {
    display: block;
}

.columnleft {
  float: left;  
  width: 30%;
  padding: 10px;
}
.columnright {
  float: left;
  width: 70%;
  padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .columnleft {
    width: 50%;
  }
  .columnright {
    width: 50%;
  }  
}

@media screen and (max-width: 900px) {
  .columnleft {
    width: 100%;
  }
  .columnright {
    width: 100%;
  }  
}
