body{
    margin:auto;
    background:rgb(255, 255, 255);
    font-family: 'Kanit', sans-serif;
    zoom: 150%;
}

.timetable input[type=text], select {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.total{
  width:1000px;
  padding-left:10px;
  font-size:25px;
}

.timetable input[type=date], select {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.timetable input[type=submit] {
  width: 97%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  font-size:15px;
}

.button {
  border-radius: 5px;
  width:45%;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.red{
  color:red;
  font-weight:normal
}

.timetable h3{
  font-size:18px;
  color:rgb(11, 77, 13);
  font-weight:normal;
  text-decoration:underline;
}

.timetable h5{
  text-align: center;
}

.timetable li{
    font-size:10px;
}

.logo{
  float:left;
  background-color: rgb(30, 0, 87);
  font-weight: normal;
}

.logo img{
  padding-top:4px;
  padding-left:20px;
  width:40px;
  height:40px;
}

.topnav {
  width:1000px;
  margin:auto;
  padding:auto;
  background-color: rgb(40, 216, 113);
  height:50px;
}
.topnavcontent {
  position: relative;
  background-color: rgb(30, 0, 87);
  line-height: 50px;
  padding: 0 20px 0 5px;
  display:inline-block;
  font-size:25px;
  color:white;
  font-weight: bold;
  float:left;
}

.width500px{
  margin:auto;
  margin-top:40px;
  width:400px;
}

.width500px input[type=text]{
  width:95%;
  margin-bottom: 10px;
}

.topnavcontent::after {
  float:left;
  position: absolute;
  right: -50px;
  content: "";
  border-bottom: 25px solid transparent;
  border-left: 25px solid rgb(30, 0, 87);
  border-top: 25px solid rgb(30, 0, 87);
  border-right: 25px solid transparent;
}

.menubutton{
  padding-top:10px;
  float:left;
  font-size:18px;
  margin-left:50px;
}

.menubutton a{
  padding-right:30px;
  color:rgb(30, 0, 87);
  text-decoration: none;
}

.menubutton img{
  width:12px;
  height:12px;
}

.center{
  clear:both;
  padding-top:20px;
  background-color:rgb(255, 255, 255);
  margin:auto;
  width:1000px;
}

.socialIcon{
  margin-left:15px;
}

.socialIcon img{
  width:50px;
  height:50px;
  margin-right:20px;
}

.greyHeader{
  padding-left:20px;
  padding-top:5px;
  padding-bottom: 5px;
  background-color:rgb(238, 238, 238);
  font-size:22px;
  width:auto;
  border-radius:5px 5px 0px 0px;
}

.greyHeader img{
  height:18px;
  width:18px;
}

.greenboxP {
  border:1px solid rgb(71, 226, 71);
  padding-left:15px;
  color:rgb(0, 97, 0);
  margin-bottom:10px;
  border-radius: 3px;
  padding-top:5px;
  padding-bottom: 5px;
}

.clicktomap {
  margin-top:10px;
  width:210px;
  border:1px solid rgb(94, 94, 94);
  color:rgb(59, 59, 59);
  margin-bottom:10px;
  border-radius: 3px;
  padding-top:5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.clicktomap a {
  text-decoration: none;
}

.width150{
  width:150px;
}

.fullwidth{
  width:100%;
  margin:auto;
  background: linear-gradient(90deg, rgb(30, 0, 87) 50%, rgb(40, 216, 113) 50%);
}

#mainGreen{
  background-color: rgb(40, 216, 113);
}

.courtname{
  font-size:30px;
}

.generalBox{
  width:auto;
  border:1px solid rgb(238, 238, 238);
  border-radius: 0px 0px 5px 5px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:20px;
  font-size:15px;
  line-height: 25px;
  padding-right:20px;
  box-shadow: 0px 5px 6px -5px rgba(133, 133, 133, 0.75);
  margin-bottom: 30px;
}

.generalBox a{
  color: black
}

.bookingRecords table{
  border-spacing: 10px 20px;
}

.bookingRecords table th{
  width:130px;
  text-align: left;
}


.bookingRecords td{
  border-bottom: 1px solid rgb(236, 236, 236);
}


.paidbtn {
  background-color: #4CAF50;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.cancelBtn{
  background-color: #e24848;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.bookedbtn{
  background-color: rgb(224, 43, 43);
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.width50Per{
  margin-top:30px;
  width:50%;
  float:left;
}

.width50Per h3{
  line-height:30px;
}

.width50Per hr{
  margin-left:0px;
  width:80%;
}

.width50Per p{
  padding-right:10px;
}
.mainCol{
  background-color:rgb(255, 255, 255);
  margin:auto;
  width:700px;
  float:left
}

.mainColFull{
  background-color:rgb(255, 255, 255);
  margin:auto;
  width:1000px;
  float:left
}

.rightCol{
  float:left;
  width:270px;
  padding-left:25px;
  margin:auto;
}

.height320px{
  height:320px;
  width:10px;
}

.timetable{
  padding-top:10px;
  padding-left:30px;
  width:auto;
  border:1px solid rgb(238, 238, 238);
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.bookingTable{
  padding-top:20px;
  overflow-x: auto;
  white-space: nowrap;
}

.timetable ul {
    list-style-type: none;
    margin-top:-15px;
    padding-left:0px;
  }
  
  .timetable li {
    display: inline-block;
    padding-left:10px;
  }
  
  .timetable input[type="checkbox"][id^="cb"] {
    display: none;
  }
  
  .timetable label {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
  }

  .timetable img{
    border-radius: 10px;
    height: 50px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .timetable label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(0, 180, 75);
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .timetable label img {
    border-radius: 10px;
    height: 50px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .timetable :checked + label {
    border-color: #ddd;
  }
  
  .timetable :checked + label:before {
    z-index: 10;
    content: "✓";
    background-color: rgb(0, 136, 61);
    transform: scale(1);
  }
  
  .timetable :checked + label img {
    transform: scale(.95);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.inlineslide1{
  position:relative;margin:0 auto;top:0px;left:0px;width:700px;height:350px;overflow:hidden;visibility:hidden;
}

.inlineslide2{
  cursor:default;position:relative;top:0px;left:0px;width:700px;height:350px;overflow:hidden;
}

