/* ==================================================================== 
 *   Import Lato fonts
 * ====================================================================
 */
/* @import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic); */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* ====================================================================
 *   Standard settings
 * ====================================================================
 */

/* https://onlineagenda.eyefactory.nl/default.aspx?optician_id=d0fd55c3-a758-4d6a-ba1b-5535361ee28d&css=https://optiekbangma.nl/eyefactory.css */

:root {
  /* --red: #ee3a43; */
  --red: #000000;
  --text-color: #000000;
}

html,
body {
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 120%;
  background: #F7F2EA;
  cursor: default;
  color: var(--text-color);
}

.Title {
  font-size: 1.1em;
  font-weight: 700;
  vertical-align: top;
  margin-left: 0.2em;
}

.TitleImage {
  width: 1.4em;
  height: 1.6em;
  background-image: url(/img/arrowdown.png);
  background-size: 1.4em 1.6em;
}

.TitleText {
  display: block;
  color: var(--red);
  font-size: 0.92em;
  font-weight: 700;
  padding-top: 0.1em;
}

.Text {
  font-size: 0.92em;
  font-weight: 700;
  border: none;
}

.TextHighlight {
  color: var(--red);
}

.DescriptionBox {
  font-size: 0.9em;
  font-weight: 400;
  width: 90%;
  border: none;
  border-top: dotted 1px var(--red);
  border-left: dotted 1px var(--red);
  border-right: dotted 1px var(--red);
  border-bottom: solid 1px var(--red);
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0s;
  outline: none;
}

/* ====================================================================
 *   Pager
 * ====================================================================
 */

.Pager {
  position: fixed;
  font-size: 1em;
  display: block;
  right: 0.1em;
  left: 0.1em;
  bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  z-index: -1;
}

.Pager .Item {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  background-color: #d6d6d6;
  color: #fff;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1.5rem;
}

.Pager .Selected {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  background-color: var(--red);
  color: #fff;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1.5rem;
}

/* ====================================================================
 *   Error and Info message
 * ====================================================================
 */

/* Styles that apply to both the error and info messages */
.ErrorMessage,
.InformationalMessage {
  border: 2px solid var(--red);
  color: var(--red);
  margin: 1px 1px;
  padding: 4px;
  right: 5px;
  z-index: 200;
  position: absolute;
  background-color: #fff;
}

.MessageContainer {
  border: solid 1px var(--red);
  padding: 5px;
  overflow: hidden;
}

.InfoImage {
  width: 3.2em;
  height: 3em;
  float: left;
  background: url(/img/icon-05.png) no-repeat;
  background-size: 3em 3em;
}

/* ====================================================================
 *   Buttons
 * ====================================================================
 */

.ButtonPreviousStyle {
  -webkit-appearance: none;
  position: fixed;
  display: inline-block;
  left: 0.3em;
  bottom: 0.1em;
  border: none;
  height: 2.2em;
  width: 11em;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--red);
  cursor: pointer;
  float: left;
  z-index: 999;
}

.ButtonNextStyle {
  -webkit-appearance: none;
  position: fixed;
  display: inline-block;
  right: 0.3em;
  bottom: 0.1em;
  border: none;
  height: 2.2em;
  width: 11em;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--red);
  cursor: pointer;
}

.ButtonConfirmStyle {
  -webkit-appearance: none;
  position: fixed;
  display: inline-block;
  right: 0.3em;
  bottom: 0.1em;
  height: 2.2em;
  width: 11em;
  border: none;
  font-weight: bold;
  color: #ffffff;
  background-color: var(--red);
  cursor: pointer;
  background-image: url(/img/icon-06.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: 40%;
  background-position-x: 13%;
}

.ButtonPreviousStyle:hover {
  color: #f29107;
}

.ButtonNextStyle:hover {
  color: #f29107;
}

.ButtonConfirmStyle:hover {
  color: #f29107;
}

/* ====================================================================
 *   Appointment selection page
 * ====================================================================
 */

.AppointmentSelection {
  text-align: left;
}

.AppointmentSelection td {
  border: none;
  padding-bottom: 0.5em;
}

.AppointmentScrollBox {
  position: fixed;
  top: 2.4em;
  bottom: 2.1em;
  left: 5px;
  right: 5px;
  overflow: hidden;
}

.AppointmentLink {
  font-size: 1.1em;
  text-decoration: none;
  color: #545743;
}

.AppointmentLink:active {
  text-decoration: underline;
}

.AppointmentLink:hover {
  text-decoration: underline;
}

/* ====================================================================
 *   Employee selection page
 * ====================================================================
 */

.EmployeeScrollBox {
  position: fixed;
  top: 2.4em;
  bottom: 2.1em;
  left: 5px;
  right: 5px;
  text-align: center;
  overflow-x: hidden;
}

.EmployeeSelection {
  border: none;
}

.EmployeeSelection tr {
  border: none;
}

.EmployeeSelection .Hoover {
  background-color: #f29107;
  cursor: pointer;
}

.EmployeeSelection td {
  text-align: left;
  padding-top: 6px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}

.EmployeeImage {
  width: 60px;
  border: solid 2px #d6d6d6;
}

.EmployeeText {
  color: #929292;
  font-size: 1em;
  font-weight: 400;
  border: none;
}

/* ====================================================================
 *   Day selection page
 * ====================================================================
 */

.DaySelection {
  border: solid 8px var(--red);
  background-color: var(--red);
  border-spacing: 4px;
  font-size: 0.9em;
  font-weight: 700;
  width: 100%;
  margin-top: 0.5em;
}

.DaySelectionTitle {
  vertical-align: top;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.2em;
}

.NextDay {
  margin-right: 1em;
  float: right;
  width: 1.3em;
  height: 1.9em;
  background-image: url(/img/icons_right_scroll_s1.png);
  background-size: 1.3em 1.9em;
  cursor: pointer;
}

.NextDayDisabled {
  margin-right: 1em;
  float: right;
  width: 1.3em;
  height: 1.9em;
  background-image: url(/img/icons_right_scroll_s1.png);
  background-size: 1.3em 1.9em;
  cursor: not-allowed;
}

.PrevDay {
  margin-left: 1em;
  float: left;
  width: 1.3em;
  height: 1.9em;
  background-image: url(/img/icons_left_scroll_s1.png);
  background-size: 1.3em 1.9em;
  cursor: pointer;
}

.PrevDayDisabled {
  margin-left: 1em;
  float: left;
  width: 1.3em;
  height: 1.9em;
  background-image: url(/img/icons_left_scroll_s1.png);
  background-size: 1.3em 1.9em;
  cursor: not-allowed;
}

.DaySelectionHeader {
  border: none;
  background-color: var(--red);
  color: #fff;
  text-align: center;
}

.BlockedDay {
  font-size: 1.2em;
  text-decoration: line-through;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
  color: var(--red);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.AvailableDay {
  font-size: 1.2em;
  text-decoration: none;
  background-color: #fff;
  color: #f29107;
  border: solid 1px #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.AvailableDay:hover {
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
}

/* ====================================================================
 *   Time selection page
 * ====================================================================
 */

.TimeSelection {
  border: solid 8px var(--red);
  background-color: var(--red);
  border-spacing: 8px;
  width: 100%;
  margin-top: 2px;
}

.BlockedTime {
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: line-through;
  text-align: center;
  border: none;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
  color: var(--red);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.AvailableTime {
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: solid 1px #fff;
  background-color: #fff;
  color: #f29107;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.AvailableTime:hover {
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
}

/* ====================================================================
 *   Customer info page
 * ====================================================================
 */

.UserScrollBox {
  padding-left: 4px;
  padding-right: 8px;
  position: fixed;
  top: 2.4em;
  bottom: 2.1em;
  left: 5px;
  right: 5px;
  overflow: hidden;
}

.UserLabel {
  width: 25%;
  float: left;
  padding-right: 10px;
  color: #434649;
  font-size: 0.92em;
  font-weight: 400;
  border: none;
  display: block;
  margin-top: 8px;
}

.UserText {
  color: var(--red);
  font-size: 0.92em;
  font-weight: 700;
  border: none;
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.TextInput {
  width: 60%;
  border: 1px solid #434649;
  font-size: 22px;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #434649;
  line-height: 1.5em;
  padding: 5px 4px;
}

.TextInput:hover {
  cursor: pointer;
}

.TextInputRequired {
  width: 60%;
  border: solid 1px var(--red);
  font-size: 22px;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #434649;
  line-height: 1.5em;
  padding: 5px 4px;
}

.TextInputRequired:hover {
  cursor: pointer;
}

.TextInput:focus {
  outline: 0;
  border-color: #f29107;
  /*box-shadow: 1px 1px 1px #f29107 inset, 0px 0px 4px #d29107;*/
}

.ChoiceInput {
  -webkit-appearance: none;
  width: 50%;
  color: #929292;

  border: 1px solid #434649;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  padding: 0.3rem 0.4rem;
}

.ChoiceInput:hover {
  cursor: pointer;
}

.ChoiceInputGroup {
  -webkit-appearance: none;
  width: 19.7%;
  color: #929292;
  border: 1px solid #434649;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.3em;
  font-style: italic;
  padding: 0.3rem 0.4rem;
}

.ChoiceInputGroup:hover {
  cursor: pointer;
}

.ChoiceInputRequired {
  -webkit-appearance: none;
  width: 19.7%;
  color: #4d4d4d;
  border: 1px solid var(--red);
  font-size: 1em;
  font-weight: 200;
  margin-bottom: 0.3em;
}

.ChoiceInputRequired:hover {
  cursor: pointer;
}

.RadioInput {
  cursor: pointer;
  color: #000;
}

/* ====================================================================
 *   Responsive styling
 * ====================================================================
 */

@media screen and (max-width: 512px) {
  .Pager {
    display: none;
  }

  .AppointmentScrollBox {
    bottom: 0.1em;
  }
}

@media screen and (max-width: 400px) {
  html,
  body {
    font-size: 100%;
  }

  .UserScrollBox {
    bottom: 4.4em;
  }

  .ButtonPreviousStyle {
    right: 0.3em;
    width: calc(100% - 0.6em);
  }

  .ButtonNextStyle {
    left: 0.3em;
    width: calc(100% - 0.6em);
    bottom: 2.6em;
  }

  .ButtonConfirmStyle {
    left: 0.3em;
    width: calc(100% - 0.6em);
    bottom: 2.6em;
    background-color: var(--red);
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.6em 1.6em;
    background-position-y: 4px;
    background-position-x: 30%;
  }

  .BlockedDay {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .AvailableDay {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .TimeSelection {
    border: solid 4px #f29107;
    border-spacing: 4px;
  }

  .BlockedTime {
    font-size: 1em;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .AvailableTime {
    font-size: 1em;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #EmployeeContainer img {
    width: 100px;
  }
}

@media screen and (max-width: 240px) {
  .DaySelection {
    border: solid 1px var(--red);
    border-spacing: 1px;
  }

  .TimeSelection {
    border: solid 1px #f29107;
    border-spacing: 1px;
  }
}

@media screen and (min-width: 401px) and (max-width: 768px) {
  html,
  body {
    font-size: 110%;
  }

  .Text {
    font-size: 1em;
    font-weight: 700;
  }

  .BlockedDay {
    font-size: 1.2em;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .AvailableDay {
    font-size: 1.2em;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .BlockedTime {
    font-size: 0.9em;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .AvailableTime {
    font-size: 0.9em;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media screen and (max-height: 640px) and (orientation: landscape) {
  .BlockedDay {
    font-size: 1.2em;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .AvailableDay {
    font-size: 1.2em;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .BlockedTime {
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .AvailableTime {
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .BlockedDay {
    font-size: 1.2em;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .AvailableDay {
    font-size: 1.2em;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .BlockedTime {
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .AvailableTime {
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-height: 400px) and (orientation: landscape) {
  html,
  body {
    font-size: 105%;
  }

  .BlockedDay {
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .AvailableDay {
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .BlockedTime {
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .AvailableTime {
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media screen and (max-height: 320px) and (orientation: landscape) {
  html,
  body {
    font-size: 100%;
  }

  .BlockedDay {
    font-size: 1em;
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .AvailableDay {
    font-size: 1em;
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .BlockedTime {
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .AvailableTime {
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media screen and (min-height: 480px) and (max-height: 600px) {
  .EmployeeImage {
    width: 80px;
  }
}

@media screen and (min-height: 601px) and (max-height: 800px) {
  .EmployeeImage {
    width: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html,
  body {
    font-size: 115%;
  }
}

@media screen and (min-height: 801px) {
  .EmployeeImage {
    width: 120px;
  }
}

@media (max-width: 618px) {
  .AppointmentSelection {
    text-align: left;
  }

  .AppointmentSelection td {
    padding-left: 2em;
  }

  .TextInput {
    width: 100%;
  }

  .TextInputRequired {
    width: 100%;
  }

  .ChoiceInput {
    width: 100%;
  }

  .ChoiceInputGroup {
    width: 100%;
  }

  .ChoiceInputRequired {
    width: 100%;
  }

  .UserLabel {
    width: 100%;
    float: left;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .UserLabel {
    text-align: right;
  }
}

#Navigation_pnlPager {
  display: none;
}
