@media screen and (max-width: 780px) {
  .tsv-classbookingverified {
    overflow: hidden;
    color: #c0e6f5;
    max-height: 50px;
  }

  .tsv-classbookingrequested {
    overflow: hidden;
    color: #ffeb9c;
    max-height: 50px;
  }
}

.tsv-classbookingverified {
  background-color: #c0e6f5;
  overflow: hidden;
  border-radius: 10px;
  max-height: 50px;
}

.tsv-classbookingrequested {
  background-color: #ffeb9c;
  overflow: hidden;
  border-radius: 10px;
  max-height: 50px;
}

.tsv-buscalendar {
  width: 100%;
}
.tsv-calendarcell {
  width: calc(14% - 10px);
  float: left;
  min-height: 80px;
  font-size: 14pt;
  border: 1px solid transparent;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #f0f0f1;
  border-radius: 10px;
}

.tsv-calendarcell:hover {
  border-style: solid;
  border-color: darkgray;
  border-width: 1px;
}

.tsv-calendarcellday {
  /*margin-bottom: 20px;*/
  min-height: 10px;
  border-style: none;
  font-weight: bold;
}

.tsv-calendarcellday:hover {
  /*border: 1px solid transparent;*/
  border: none;
}

.tsv-heytoday {
  font-weight: bold;
}

.tsv-currentmonth {
  color: inherit;
}

.tsv-othermonth {
  color: darkgray;
}

.tsv-dateinput {
  max-width: 200px;
  font-family: inherit;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.tsv-select {
  max-width: 100%;
}

.tsv-option {
  color: inherit;
}

.tsv-bookingdiv {
  margin-top: 3.5px;
  margin-right: 7px;
  margin-bottom: 3.5px;
  float: left;
}

.tsv-table {
  color: inherit;
  border: none;
}

.tsv-table td {
  color: inherit;
  border-width: 0px 0px 1px 0px;
}

.tsv-table th {
  text-align: left;
  border-width: 0px 0px 0px 0px;
}

.tsv-kotzbutton {
  border-style: none;
  background-color: none;
}

.tsv-calendarscroll {
  text-align: center;
  font-size: 18pt;
}

.tsv-scrollbums {
  height: 32px;
}

.tsv-wolfgang377 {
  border-style: none;
}

.tsv-tablependingbookings {
  border: none;
}

.tsv-busbooking h2 {
  margin-bottom: 0px !important;
}

/*
 * Stylesheets for Admin-Page
 */

.tsv-rustyadminmanagementpage {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 50px;
  width: calc(100% - 50px);
}

.tsv-bookingdiv {
  float: left;
  padding-right: 0.45rem;
}

.tsv-admininput {
  border-color: rgb(206, 212, 218);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  line-height: 36px;
  font-size: 12pt;
  font-family: inherit;
  padding: 4px 4px;
  vertical-align: middle;
}

.tsv-admindateinput {
  font-family: inherit;
}

.tsv-adminselect {
  font-size: 12pt !important;
  background-color: transparent;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
}

.tsv-adminbookingbutton {
  background-color: #007bff;
  color: white;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 7px;
}

.tsv-adminbookingbutton:hover {
  background-color: #0069d9;
}

.tsv-admintable {
  border-collapse: collapse;
}

.tsv-admintablerow {
  border-style: solid;
  border-color: rgb(196, 196, 196);
  border-width: 0px 0px 0.1rem 0px;
}

.tsv-admintable td {
  padding: 0.25rem 10px 0.25rem 10px;
  vertical-align: middle;
}

.tsv-admintable th {
  padding: 0.15rem 10px 0.15rem 10px;
  vertical-align: middle;
}

.tsv-adminkotzbutton {
  font-size: inherit;
  text-decoration: none;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #ad0031;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
}

.tsv-adminkotzbutton:active {
  background-color: #ad0031;
}

.tsv-adminkotzbutton:hover {
  background-color: #ffc7ce;
}

.tsv-adminacceptbutton {
  font-size: inherit;
  color: #28a745;
  background-color: white;
  border-color: #28a745;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  display: inline-block;
}
.tsv-adminacceptbutton:hover {
  color: white;
  border-color: #28a745;
  background-color: #218838;
}

.tsv-admintable th {
  text-align: center;
  vertical-align: middle;
}

.tsv-admintable tbody {
  text-align: left;
  vertical-align: middle;
}

.tsv-adminbookingpopup {
  position: absolute;
  background-color: white;
  border-style: solid;
  border-color: #0069d9;
  border-radius: 25px;
  border-width: 2px;
  width: 75%;
  left: 12.5%;
  top: 300px;
  padding: 25px;
}
