body{
  background-color: #fffbd4;
  padding-left:30%;
  padding-right:30%;
  overflow: hidden;
  -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
}
@media (max-width:700px){
  body{
    padding-left:0%;
    padding-right:0%;
  }
}
@media (max-width:1100px) and (min-width: 701px){
  body{
    padding-left:15%;
    padding-right:15%;
  }
}
input:not([type='checkbox']):not([type='range']) {    
  width: 100%;
}


.topbutton {
  width: 100%;
  box-shadow: none;
  background-color: white;
  border-radius: 12px;
  height: 40px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
}
.topbutton-active {
  width: 100%;
  box-shadow: none;
  background-color: #b7b7b7ff;
  border-radius: 12px;
  height: 40px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
}

.background-rect{
  background-color: #ccccccff;
  border-radius: 12px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  padding-left: 3%;
  padding-right: 3%;
}
.range {
  -webkit-appearance: none;
  width: 100%;
  height: 15px; /*change to make slider on inside or outside of bar*/
  border-radius: 5px;  
  /*background: #999999ff;*/
  background: none;
  border-color: black;
  border-style: solid;

  outline: none;
  /*opacity: 0.7;*/
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-width: 2px;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #1155ccff;
  cursor: pointer;
}

.range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #909090;
  border: black;
  border-style: solid;
  border-width: 1px;

  cursor: pointer;
}

.sliderText {
  position: fixed;
  margin-top: 1px;
  pointer-events: none;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  width:33%;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}

.on
{
  display: none;
  color: white;
}

.off{
  color: black;
}

.on, .off
{
  /* color: white; */
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.loadOverlay {
  background-color: #f3f3f3ff;
  border-radius: 12px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  overflow-x: -moz-hidden-unscrollable;
  overflow-y: auto;
  z-index: 6000;
}

.singeColorLoad {
  width: 90%;
  margin: auto;
  border-radius: 6px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  padding-top: 20%;
  margin-top: 5%;
  position: relative;
}
.multiColorLoad {
  width: 90%;
  margin: auto;
  border-radius: 6px;
  background-color: #ccccccff;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  padding-top: 120%;
  margin-top: 5%;
  position: relative;
}

.allLoad {
  width: 23.5%;
  min-width: 150px;
  border-radius: 6px;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  margin-top: 5%;
  position: absolute;
}

.allLoadActive {
  width: 23.5%;
  min-width: 150px;
  border-radius: 6px;
  border-color: black;
  border-style: solid;
  border-width: 2.5px;
  margin-top: 5%;
  position: absolute;
}

.loadX {
  background-color: #EEEEEE;
  width: 10%;
  height: 44%;
  border-radius: 50%;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  position: absolute;
  top: -15%;
  right: -5%;
}

.loadX2 {
  background-color: #EEEEEE;
  width: 10%;
  height: 7%;
  border-radius: 50%;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  position: absolute;
  top: -3%;
  right: -5%;
}

.loadX3 {
  background-color: #EEEEEE;
  width: 10%;
  height: 5%;
  border-radius: 50%;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-width: 1px;  
  position: absolute;
  top: -3%;
  right: -5%;
}

.clearAllButton {
  background-color: white;
  padding-top: 0;
  margin-bottom: 5%;
  text-align: center;
}


#savedCenter {
  padding: 0;
  overflow-x: -moz-hidden-unscrollable;
  overflow-y: auto;
  position: relative;
}
