*{
  box-sizing: border-box;

}


body{
    background-color: #31cc5d;

}

label {
    display:block;
}

.night{
	background-color: #658c99;

}


#container{

	height: 95vh; 
	/*border:1px solid black; */
  width: 100%;
  text-align: center;
  font-size: 3em;
  color: #f1f1f1;
  font-weight: 800;
}


.courtSvg, .svg3d{

  z-index: -100;


}

.svg3d{
  -webkit-transform: perspective(150px) rotateX(45deg);
  transform: perspective(100vh) rotateX(45deg) scale(0.75, 0.75);
}


 #custom-handle {

  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
  }


 .menu-tab {
  width: 90px;
  height: 70px;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all .6s ease-in-out;
  /*end of div*/
}
.menu-tab div {
  width: 33px;
  height: 4px;
  background-color: #2d2d2d;
  display: block;
  margin: 5px 28px;
  transition: all .6s ease-in-out;
}
.menu-tab div:nth-child(1) {
  margin-top: 20px;
}

/*end of menu-tab*/
.menu-tab.active {
  left: 345px;
  transition: all 600ms ease-in-out;
  background-color: rgba(255, 255, 255, 1);
}
.menu-tab.active #one {
  -webkit-transform: translateY(9px) rotate(-135deg);
          transform: translateY(9px) rotate(-135deg);
  transition: all .6s ease-in-out;
  background-color: #e74c3c;
}
.menu-tab.active #two {
  opacity: 0;
  transition: .4s ease;
}
.menu-tab.active #three {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  transition: all .6s ease-in-out;
  background-color: #e74c3c;
}

.menu-hide {
  width: 345px;
  left: -345px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all .6s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;

  /*end of nav*/
}
.menu-hide nav {
  /*end of ul*/
}
.menu-hide nav ul {
  /*end of li*/
}
.menu-hide nav ul li {
  height: 70px;
  list-style-type: none;
  text-align: center;
  line-height: 70px;
  transition: all .5s ease;
}
.menu-hide nav ul li:hover {
  background-color: #e74c3c;
  transition: all .5s ease;
}
.menu-hide nav ul li a {
  padding: 30px 25px;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 800;
}

/*end of menu-hide*/
.menu-hide.show {
  left: 0px;
  background-color: rgba(255, 255, 255, 1);
  transition: all .6s ease-in-out;

}

.menu-tab2 {
  width: 90px;
  height: 70px;
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all .6s ease-in-out;
  /*end of div*/
}
.menu-tab2 div {
  width: 33px;
  height: 4px;
  background-color: #2d2d2d;
  display: block;
  margin: 5px 28px;
  transition: all .6s ease-in-out;
}
.menu-tab2 div:nth-child(1) {
  margin-top: 20px;
}

/*end of menu-tab*/
.menu-tab2.active {
  right: 345px;
  transition: all 600ms ease-in-out;
  background-color: rgba(255, 255, 255, 1);
}
.menu-tab2.active #four {
  -webkit-transform: translateY(9px) rotate(-135deg);
          transform: translateY(9px) rotate(-135deg);
  transition: all .6s ease-in-out;
  background-color: #e74c3c;
}
.menu-tab2.active #five {
  opacity: 0;
  transition: .4s ease;
}
.menu-tab2.active #six {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  transition: all .6s ease-in-out;
  background-color: #e74c3c;
}

.menu-hide2 {
  width: 345px;
  right: -345px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all 0.6s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
  /*end of nav*/
}
.menu-hide2 nav {
  /*end of ul*/
}
.menu-hide2 nav ul {
  /*end of li*/
}
.menu-hide2 nav ul li {
  height: 70px;
  list-style-type: none;
  text-align: center;
  line-height: 70px;
  transition: all .5s ease;
}
.menu-hide2 nav ul li:hover {
  background-color: #e74c3c;
  transition: all .5s ease;
}
.menu-hide2 nav ul li a {
  padding: 30px 25px;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 800;
}

/*end of menu-hide*/
.menu-hide2.show {
  right: 0px;
  background-color: rgba(255, 255, 255, 1);
  transition: all .6s ease-in-out;
}

.full-spectrum .sp-palette {
max-width: 200px;
}


.courts, .courts2{
    font-family: Arial, Helvetica, sans-serif;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
      font-family: Arial, Helvetica, sans-serif;
      
}