.underline {
  background-color: #E63838;
  /* same as link color */
  display: block;
  height: 2px;
  width: 100%;
  padding: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}


.page {

  position: relative;
  display: inline-block;
  width: 600px;
  height: 650px;
  padding: 20px;
  margin: 20px;
  border: 2px solid #eee;
  box-shadow: 0 2px 22px rgba(147, 112, 241, 0.2), 0 0 40px rgba(255, 0, 255, 0.05) inset;
  background-color: #1D1F20;
  border-radius: 3px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.page:hover .underline {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.page:before,
.page:after {
  content: '';
  position: absolute;
  bottom: 10px;
  height: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.page:before {
  left: 15px;
  -webkit-transform: skew(-15deg) rotate(-6deg);
}

.page:after {
  right: 15px;
  -webkit-transform: skew(15deg) rotate(6deg);
}

.header {
  text-align: center;
  color: white;
}

.container {
  color: white;
}

#selectOrganization,
#selectLabs,
#selectDevices,
#selectStudents,
.SavePremisson,
.BookingDevices,
.BookingUsers,
.BookingEndDate,
.BookingBeginDate,
.SaveAddEdit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.BookingRadio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom,
.custom0 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}

/* Custom Select */
.select,
.select0 {
  color: white;
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}

.custom,
.custom0 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}

.custom::-ms-expand,
.custom0::-ms-expand {
  display: none;
}

/* Arrow */
.select::after,
.select0::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #34495e;
  pointer-events: none;
}

/* Transition */
.select:hover::after,
.select0:hover::after {
  color: #f39c12;
}

.select::after,
.select0::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.marker {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  margin-top: 80px;
}

.marker0 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  margin-top: 80px;
}

.none {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

.gastro {
  background-color: #fff;
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 15px rgba(81, 203, 238, 1);
}

/*Button One*/
.button-one {
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px;
  outline: none;
  background-color: #27ae60;
  border: none;
  border-radius: 5px;
  box-shadow: 0 9px #95a5a6;
}

.button-one:hover {
  background-color: #2ecc71;
}

.button-one:active {
  background-color: #2ecc71;
  box-shadow: 0 5px #95a5a6;
  transform: translateY(4px);
}

.selectTitles {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.selectTitles0 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.acl {
  display: flex;
  align-items: center;
  justify-content: center;
}

#booking_history {
  display:none;
  background-color:black;
  position: absolute;
  border-radius: 4px;
}
