.eds_modalWrapper {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  transition: opacity 200ms ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.eds_modalWrapper * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eds_modalWrapper .eds_modalContent {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 10% auto;
  background-color: white;
  border: solid 2px #dddddd;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  font-color: #7b7b7b;
  font-size: 12px;
}
.eds_modalWrapper .eds_modalContent .eds_closeWindowButtonOuter {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  background: transparent url("images/closeModal.png") no-repeat center center;
  background-size: cover;
  background-size-radius: 50%;
  cursor: pointer;
  text-indent: -99999px;
  opacity: 0.4;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.eds_modalWrapper .eds_modalContent .eds_closeWindowButtonOuter:hover {
  opacity: 0.7;
}
.eds_modalWrapper .eds_modalContent > h3 {
  background-color: #eeeeee;
  border-bottom: 1px solid #ebebeb;
  color: #929292;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
}
.eds_modalWrapper .eds_modalContent input[type="text"],
.eds_modalWrapper .eds_modalContent textarea,
.eds_modalWrapper .eds_modalContent select {
  background: none #f9f9f9;
  border: solid 1px #dddddd;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  text-shadow: none;
  color: #444444;
  margin: 0;
  padding: 0 10px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 220px;
  -webkit-transition: box-shadow 200ms linear;
  -moz-transition: box-shadow 200ms linear;
  -ms-transition: box-shadow 200ms linear;
  -o-transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .eds_modalContent input[type="text"],
  .eds_modalWrapper .eds_modalContent textarea,
  .eds_modalWrapper .eds_modalContent select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.eds_modalWrapper .eds_modalContent input[type="text"]:hover,
.eds_modalWrapper .eds_modalContent textarea:hover,
.eds_modalWrapper .eds_modalContent select:hover {
  border: solid 1px #c1c1c1;
  box-shadow: none;
  color: #444444;
  background: none #f9f9f9;
}
.eds_modalWrapper .eds_modalContent input[type="text"]:focus,
.eds_modalWrapper .eds_modalContent textarea:focus,
.eds_modalWrapper .eds_modalContent select:focus {
  border: solid 1px #babdc9;
  box-shadow: 0 0 3px #98acf4;
  background: transparent white;
  color: #444444;
}
.eds_modalWrapper .eds_modalContent input[type="text"]:disabled,
.eds_modalWrapper .eds_modalContent textarea:disabled,
.eds_modalWrapper .eds_modalContent select:disabled {
  color: #c5c5c5;
  text-shadow: 1px 1px 0 white;
}
.eds_modalWrapper .eds_modalContent input[type="text"],
.eds_modalWrapper .eds_modalContent select {
  height: 26px;
}
.eds_modalWrapper .eds_modalContent textarea {
  padding: 10px;
}
.eds_modalWrapper .eds_modalContent input[type="submit"] {
  background: none #38bef3;
  box-shadow: -1px 1px 0px #0d9ad2;
  border: solid #12b1f1 1px;
  border-radius: 4px;
  color: white;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0 0 1px 1px;
  height: auto;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.eds_modalWrapper .eds_modalContent input[type="submit"]:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(225, 225, 225, 0.35) inset;
  background: none #38bef3;
  margin: 1px 1px 0 0;
  text-decoration: none;
  border: solid #12b1f1 1px;
}
.eds_modalWrapper .eds_modalContent .edn_btnRegisterEventWrapper {
  margin: 20px -20px 0;
  clear: both;
  padding: 10px 20px;
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ebebeb;
  background-color: #f4f4f4;
  text-align: right;
}
.eds_modalWrapper .eds_modalContent .customfields-table tr > .leftcol,
.eds_modalWrapper .eds_modalContent .customfields-table tr > .rightcol {
  padding: 0 0 10px;
  white-space: nowrap;
  vertical-align: top;
}
.eds_modalWrapper .eds_modalContent .customfields-table tr td .dnnLabel {
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.eds_modalWrapper .eds_modalContent .customfields-table tr td .dnnFormHelp {
  right: 8px;
}
.eds_modalWrapper .eds_modalContent .eds_lblRegistrationInfo {
  display: block;
  margin: 10px -20px;
  background: #eaefff url("images/info.png") no-repeat 10px center;
  padding: 10px 20px 10px 50px;
  border-top: 1px solid #708bff;
  border-bottom: 1px solid #708bff;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #545454;
}
.eds_modalWrapper .eds_modalContent p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  white-space: nowrap;
}
.eds_modalWrapper .eds_modalContent p > span {
  font-size: 11px;
  line-height: 1;
  color: #c42323;
  margin-left: 8px;
}
.eds_modalWrapper .eds_modalContent label {
  font-family: Arial;
  font-size: 13px;
  line-height: 26px;
  color: #7b7b7b;
  width: 130px;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .eds_modalContent label {
    display: block;
    width: 100%;
  }
}
.eds_modalWrapper .eds_modalContent > div {
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.49) inset;
  padding: 20px 20px 0;
  position: relative;
  overflow: auto;
}
.eds_modalWrapper .eds_modalContent > div .eds_eventRegistrationLoading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("images/eventRegistrationLoading.gif") no-repeat center center;
}
.eds_modalWrapper .edn_errorMessage {
  font-family: Arial;
  line-height: 1;
  font-size: 11px;
  color: #ab1111;
  margin-left: 10px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_modalWrapper .edn_errorMessage {
    display: block;
    margin-top: 2px;
    margin-left: 0;
  }
}
.eds_modalWrapper.eds_modalVisible {
  opacity: 1;
  visibility: visible;
}
.eds_modalWrapper.eds_modalVisible .eds_modalContent {
  display: block;
}

.eds_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.eds_fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
