﻿/*
 * Lightbox.css
 *
 * Copyright 2015 - 2024 (c) Team IP Holdings, LLC. All rights reserved.
 */

@charset "utf-8";

.w400 {
  width: 400px;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  margin-top: -100px;
}

.w450 {
  width: 460px;
  left: 50%;
  top: 25%;
  margin-left: -225px;
  margin-top: -112px;
}

.w450l {
  width: 460px;
  left: 50%;
  top: 15%;
  margin-left: -225px;
  margin-top: -60px;
}

.w500 {
  width: 500px;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  margin-top: -125px;
}

.w550 {
  width: 550px;
  left: 50%;
  top: 25%;
  margin-left: -275px;
  margin-top: -138px;
}

.w600 {
  width: 600px;
  left: 50%;
  top: 25%;
  margin-left: -300px;
  margin-top: -150px;
}

.w650 {
  width: 650px;
  left: 50%;
  top: 30%;
  margin-left: -325px;
  margin-top: -162px;
}

.w750 {
  width: 750px;
  left: 50%;
  top: 30%;
  margin-left: -375px;
  margin-top: -180px;
}

.w1000 {
  width: 1000px;
  left: 50%;
  top: 35%;
  margin-left: -500px;
  margin-top: -250px;
}

.time_slot_loader {
  position: absolute;
  top: 38%;
  left: 45%;
  z-index: 1100;
}

.lbl_faded {
  color: dimgray;
  font-weight: bold;
  left: 0;
}

.lbl_aggressive {
  color: orangered;
  font-weight: bold;
}

.lbl_subtle {
  font-weight: bold;
}

.lbl_SmEmphasize {
  color: coral;
  font-size: .8em;
}

.error_message {
  color: #FF0000;
  font-size: .8em;
  display: block;
  line-height: 8px;
}

.btn_divider {
  border-top: 2px solid #ccc;
  background: #fff;
  padding: 10px 0 8px;
  text-align: center;
}

.modalTop {
  z-index: 1061;
}

.modalLast {
  z-index: 1062;
}
