#manager-scheduler {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}

#work-selector-floating-window {
  position: fixed;
  width: 400px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2901960784);
  right: 30px;
  bottom: 30px;
  padding: 20px;
  background-color: white;
  transition: all 0.5s ease-in-out;
}

#work-selector-floating-window-vehicle {
  background-color: #eee;
  padding: 5px;
  margin-bottom: 10px;
}

#work-selector-floating-window-content table {
  width: 100%;
  margin: 10px 0px;
}

#work-selector-floating-window-content table th,
#work-selector-floating-window-content table td {
  padding: 10px;
  text-align: center;
  border: #ddd 1px solid;
}

#work-selector-floating-window-footer {
  background-color: #eee;
  padding: 5px;
  margin: 10px 0px;
  font-weight: bold;
}

#idopont-valaszto td {
  padding: 0px;
}
#idopont-valaszto .foglalt-idopont {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #aaa;
}
#idopont-valaszto .szabad-idopont {
  border: 1px #eee solid;
  background-color: white;
  width: 100%;
  height: 40px;
}

h4.date-reservation-car-details {
  background-color: white;
  padding: 30px;
}

.date-reservation-week-selector {
  margin: 30px 0px;
}
.date-reservation-week-selector .col-md-2 {
  padding: 0px;
}

.client-home-buttons .btn-primary {
  margin: 15px 0px;
  display: block;
}

.sked-tape__event-row,
.sked-tape__location {
  height: 300px;
}

.sked-tape__location-text {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.sked-tape__center {
  color: #333;
}
.sked-tape__center a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  white-space: pre-line;
}

.sked-tape__event.statusz-0 {
  background-color: #FAA !important;
  border-color: #FAA !important;
}
.sked-tape__event.statusz-1 {
  background-color: #FFA !important;
  border-color: #FFA !important;
}
.sked-tape__event.statusz-2 {
  background-color: #AFA !important;
  border-color: #AFA !important;
}

input.form-control:-moz-read-only {
  background: rgb(206, 206, 206);
}

input.form-control:read-only {
  background: rgb(206, 206, 206);
}

#alvazszam-o-betu,
.email-already-exists {
  color: red;
  font-size: 90%;
  display: none;
}

#alvazszam.has-error,
.email-check.has-error {
  border-color: red;
}

#alvazszam-rendszam-modal-container {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: none;
}
#alvazszam-rendszam-modal-container #alvazszam-rendszam-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
}

#reset-email > i {
  font-size: 35px;
  color: #545454;
  cursor: pointer;
}
