﻿.modalOpen,
.modalOpen body {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*display: none;*/
  background-color: transparent;
  background-color: #404040;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 998;
}
.blackout {
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.modal.ie9 {
  background-color: transparent;
}
.modalIEShadow {
  background-color: #000;
  bottom: 0;
  /*display: none;*/
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 997;
}
.ie9 + .modalIEShadow {
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
  filter: none;
}
.modalOpen .modal,
.modalOpen .modalIEShadow {
  display: block;
}
.modalContent {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px #909090;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  /*display: none;*/
  min-height: 32px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.modalContent:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.modalContent .outerClose {
  background-clip: border-box;
  background-color: #fff;
  border-radius: 0 4px;
  height: 42px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in;
  visibility: hidden;
  width: 42px;
  z-index: 99;
}
.ie9 .modalContent,
.ie9 .modalContent .outerClose {
  border-radius: 0;
}
.modalContent:hover .outerClose {
  opacity: 0.99999;
  visibility: visible;
}
.modalContent .outerClose .close {
  right: 12px;
  top: 12px;
}
.modalContent .close {
  color: #aab587;
  color: rgba(86, 108, 17, 0.5);
  cursor: pointer;
  font: 700 31px/18px Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 12px;
}
.ie7 .modalContent .close {
  color: #aab587;
}
.modalContent .close:hover {
  color: #566c11;
}
@media only screen and (max-width: 782px) {
  .modalContent .outerClose {
    opacity: 0.99999;
    visibility: visible;
  }
  .modalContent .close {
    color: #566c11;
  }
}
.modalSSN,
.modalLicense,
.modalConfirm {
  position: absolute;
  width: 250px;
  max-width: 100%;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -125px;
}
.modalSign {
  position: absolute;
  width: 450px;
  max-width: 100%;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -225px;
  padding: 0 20px;
}
.modalSign h3 {
  padding-top: 0;
}
.modalReview {
  position: absolute;
  width: 450px;
  max-width: 100%;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -225px;
  padding: 10px 20px 20px 20px;
}
.modalEditSession {
  position: absolute;
  width: 470px;
  max-width: 100%;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -255px;
  padding: 10px 20px 20px 20px;
}
.modalEditSession input,
.modalEditSession select {
  margin: 2px;
}
.modalSignup {
  position: absolute;
  width: 450px;
  max-width: 100%;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -225px;
  padding: 0 20px;
}
.modalSignup h3 {
  padding-top: 0;
}
.modalVideo {
  position: absolute;
  min-width: 160px;
  min-height: 90px;
  max-width: none!important;
  top: 50%;
  margin-top: -80px;
  left: 50%;
  margin-left: -45px;
  padding: 0;
  /*background: #000;
    background: rgba(0, 0, 0, 0.85);*/
}
.modalCloseVideo {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -170px;
  left: 50%;
  margin-left: 250px;
  padding: 0.5em;
  border-radius: 1em;
}
.modalCloseVideo a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.modalCloseVideo a:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
video::-webkit-media-controls {
  display: none !important;
}
vjs-play-control {
  z-index: 2147483647;
}