@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap");
/*
@import url( 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css' );
*/
.dxkopp-container,
#facility_type,
#facility_loc,
.ui-datepicker-month,
.ui-datepicker-year {
  font-family: "Barlow Semi Condensed", sans-serif;
}

#facility_type,
#facility_loc,
.ui-datepicker-month,
.ui-datepicker-year,
#dxkopp-username,
#dxkopp-password {
  font-size: 13px;
  height: auto;
  padding: 8px;
  margin-right: 16px;
}

.dxkopp-page-title {
  font-size: 40px;
}

.dxkopp-nav-date {
  font-weight: bold;
  margin-right: 35px;
  min-width: 200px;
}

.dxkopp-page-text {
  color: #4d4d4d;
  font-size: 14px;
}

.dxkopp-filters {
  display: flex;
  margin-bottom: 20px;
}

.dxkopp-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.dxkopp-duration label {
  font-size: 13px;
}

#court_duration {
  font-size: 13px;
  height: auto;
  padding: 8px;
}

.dxkopp-display-name {
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
  width: 135px;
  padding: 5px 10px;
  border-bottom: 1px #808080 solid;
  border-left: 1px #cccccc solid;
  position: sticky;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 12;
}

.dxkopp-display-name svg,
.dxkopp-name-container-close svg {
  width: 18px;
  height: 18px;
}

.dxkopp-nav-time-container {
  display: flex;
}

.dxkopp-display {
  display: flex;
  overflow: scroll;
  max-height: 700px;
}

.dxkopp-display-container {
  position: relative;
  height: 100%;
}

.dxkopp-court-name {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.dxkopp-nav-next {
  margin-right: 27px;
  font-size: 14px;
}

.dxkopp-court-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dxkopp-court-icon svg {
  margin-left: 5px;
}

.dxkopp-nav-prev {
  margin-right: 25px;
  font-size: 14px;
}

.dxkopp-display-time {
  text-align: center;
  border-left: 1px #cccccc solid;
  padding-top: 61;
  width: 135px;
}

.dxkopp-nav-dlprint {
  font-size: 14px;
}

.dxkopp-nav-dlprint svg,
.dxkopp-nav-calendar svg,
.dxkopp-nav-prev a,
.dxkopp-nav-next a,
.dxkopp-nav-dlprint a,
.ui-datepicker-header a span {
  color: #0278ac;
}

.dxkopp-time-blocks {
  cursor: pointer;
  border-bottom: 1px #cccccc solid;
  transition: 0.5s ease-out;
  position: relative;
}

.dxkopp-time-blocks-bg {
  background-color: #f2f2f2;
}

.dxkopp-time-blocks-bg-lapsed {
  background-color: #999999;
  color: #d3d3d3;
}

.dxkopp-time-blocks:hover {
  background-color: #2ea8de;
  color: #fff;
}

.dxkopp-time-blocks-active {
  background-color: #0278ac;
  color: #fff;
}

.dxkopp-nav-calendar {
  cursor: pointer;
  transition: 0.5s ease-out;
  position: relative;
}

.dxkopp-nav-datepicker {
  background-color: #fff;
  color: #4d4d4d;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 100; /*calc( 200 + 300 );*/
  /*width: 200px;*/
  z-index: 14;
  border: 1px solid #ccc;
}

.ui-datepicker-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-title {
  padding: 5px;
  grid-column: 1 / span 2;
}

.ui-datepicker-calendar thead tr th {
  padding: 10px;
  text-align: center;
  background-color: #0278ac;
  color: #fff;
  border: #ccc solid 1px;
}

.ui-datepicker-calendar tbody tr td {
  text-align: center;
  border: #ccc solid 1px;
}

.ui-datepicker-calendar tbody tr td a {
  color: #000;
}

.ui-datepicker-unselectable {
  background: #eaeaea;
  cursor: text;
}

.ui-state-highlight {
  color: #0278ac !important;
}

.ui-datepicker-current-day {
  background-color: #2ea8de;
}

.dxkopp-remove-slot {
  position: absolute;
  top: 0;
  right: 5px;
}

.dxkopp-hide,
.dxkopp-hide-remove {
  display: none;
}

.dxkopp-clicked {
  background-color: #0278ac;
}

.dxkopp-popup-container {
  background-color: #fff;
  color: #4d4d4d;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 130px; /*calc( 200 + 300 );*/
  width: 240px;
  z-index: 10;
  border: 1px solid #ccc;
}

.dxkopp-name-container-close {
  z-index: 11;
}

.dxkopp-detail-options-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.dxkopp-name-container {
  text-align: left;
}

.dxkopp-timer-location {
  font-weight: 500;
}

.dxkopp-timer-facility {
  font-size: 12px;
  color: #566573;
}

.dxkopp-popup-timer {
  text-align: left;
}

.dxkopp-popup-flex {
  display: flex;
  justify-content: space-between;
}

.dxkopp-facility {
  font-size: 13px;
}

.dxkopp-reserve-btn,
.dxkopp-add-more-btn,
#dxkopp-modal-reserve-btn,
#dxkopp-modal-login-btn,
#dxkopp-modal-back-btn {
  background-color: #0278ac;
  border: none;
  color: white;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  padding: 5px;
  cursor: pointer;
}

#dxkopp-modal-reserve-btn,
#dxkopp-modal-login-btn,
#dxkopp-modal-back-btn {
  border-radius: 4px;
}

.dxkopp-reserve-button:hover {
  background-color: #2ea8de;
  color: #000;
}

@media print {
  body {
    visibility: hidden;
  }

  #dxkopp-container-print {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.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: 0.4s;
  transition: 0.4s;
}

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

input:checked + .slider {
  background-color: #2ea8de;
}

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

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

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

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

.dxkopp-checkout {
  width: 30px;
  height: auto;
  position: relative;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 500; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-content-login {
  width: 300px;
}

.modal-content-preview {
  width: 50%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.dxkopp-modal-close {
  color: #fff;
  float: right;
  font-size: 28px;
}

.dxkopp-modal-close:hover,
.dxkopp-modal-close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #00244e;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}

.modal-header-text {
  color: #fff;
  font-size: 20px;
}

.modal-body {
  padding: 2px 16px;
  /*display: flex;
    justify-content: space-between;*/
}
/*
.modal-body-right {
    width: 40%;
}*/

.modal-footer {
  padding: 2px 16px;
  background-color: #00244e;
  color: white;
}

#modal-alert {
  color: #f00;
  font-size: 10px;
}

#myModalLogin .modal-body {
  display: block;
}

#myModalLogin .password {
  font-size: 14px;
  text-decoration: underline;
}
