@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.ew-ew-md-perspective,
.ew-md-perspective body {
  height: 100%;
  overflow: hidden;
}

.ew-md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.ew-md-modal {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 700px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-10%);
}

.ew-md-show {
  visibility: visible;
}

.ew-md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.ew-md-show ~ .ew-md-overlay {
  opacity: 1;
  visibility: visible;
}

.ew-md-content {
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
}

.ew-md-content h3 {
}

.ew-md-content > div {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.ew-md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.ew-md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.ew-md-content > div ul li {
  padding: 5px 0;
}

.ew-md-content button {
  display: block;
  margin: 0 auto;
}

/* Individual modal styles with animations/transitions */

/* Effect 19:  Slip in from the top with perspective on container */
.ew-md-show.ew-md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.ew-md-show.ew-md-effect-19 ~ .ew-md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ew-md-show.ew-md-effect-19 ~ .container,
.ew-md-show.ew-md-effect-19 ~ .ew-md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% { 
    -webkit-transform: rotateX(10deg); 
    -webkit-animation-timing-function: ease-out; 
  }
}

@-moz-keyframes OpenTop {
  50% { 
    -moz-transform: rotateX(10deg); 
    -moz-animation-timing-function: ease-out; 
  }
}

@keyframes OpenTop {
  50% { 
    transform: rotateX(10deg); 
    animation-timing-function: ease-out; 
  }
}

.ew-md-effect-19 .ew-md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.ew-md-show.ew-md-effect-19 .ew-md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
  body { font-size: 75%; }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.ew-col-md-6 {
  float: left;
  width: 50%;
}

.ew-row {
  position: relative;
}

.ew-md-close {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 999;
  background: transparent;
  cursor: pointer;
  border: none;
}

.ew-row.clearfix {
  display: flex;
}

.ewp_grey_column {
  text-align: center;
  background: #f7f9fa;
  padding: 30px 25px;
  padding-bottom: 50px;
  height: 100%;
}

.error h5 {
  font-size: 16px;
  color: #333;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.ewp_popup_container h5 {
  font-size: 14px;
  color: #333;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.ewp_popup_container h3 {
  font-size: 22px;
  color: #159c49;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  min-height: 80px;
}

.ewp_popup_container select {
  padding: 15px 25px 15px 33px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #fff url(../img/dd_arrow.png) no-repeat center right 11px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.ewp_icon {
  position: relative;
}

.ewp_icon .calendar_icon {
  background: url(../img/ic_calendar.png) no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 12px;
  top: 16px;
}

.ewp_popup_container .input-row {
  margin-bottom: 15px;
}

.ewp_popup_container .input-row .form-control {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #cfd7da;
  padding: 15px;
  height: 45px;
}

.ewp_popup_container .input-row label {
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ewp_popup_container .input-row .form-control.error {
  border: 1px solid #c02b21;
}

.ewp_popup_container .ewp_left {
  padding-right: 0;
}

.ewp_popup_container .ewp_right {
  padding-left: 0;
}

.ewp_btn_green {
  background: #159c49;
  border-radius: 3px;
  color: #fff;
  font-weight:400;
  line-height:50px;
  height:50px;
  border: none;
  cursor: pointer;
  font-size:18px;
  width:100%;
}

.ewp_btn_green:hover,
.ewp_btn_green:focus,
.ewp_btn_green:active {
  background: #148c42;
}

.ewp_white_col {
  padding: 30px 25px;
}

.ewp_countdown {
  margin: 30px 0 20px 0;
}

.ewp_countdown .common-part {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}

.ewp_countdown .common-part:after {
  content: ':';
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  right: -5px;
  position: absolute;
  top: -8px;
}

.ewp_countdown .common-part:last-child:after {
  content: '';
  position: relative;
  right: 0;
  top: 0;
}

.ewp_countdown .common-part .ce-digit {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.ewp_countdown .common-part .common-hours {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  margin-top: 5px;
}

.ew-input-row label {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
  margin-bottom: 8px;
}

.ew-input-row input {
  line-height: 55px;
  height: 55px;
  width: 100%;
  border-radius: 2px;
  box-shadow: none;
  outline: none;  
  padding: 0 15px;
  border: 1px solid #cfd7da;
  box-sizing: border-box;
  font-size:16px;
}

.form-fields{margin-bottom:10px;}

.form-fields .ew-input-row{
  margin-bottom:15px;  
}

button#join_event_btn {
    margin: 5px 0 0 0;
}

.form-fields .ew-input-row input{border:1px solid #c0c0c0; background:#f9f9f9; height:50px;}

.ew-input-row input.ew-error {
  border-color: #fe6363;
}

.ew-event-info table {
  font-size: 13px;
  width: 100%;
  text-align: left;
}

.ew-event-info th,
.ew-event-info td {
  padding: 6px;
}

a.ew-event-link {
  display: inline-block;
  font-size: 14px;
  color: #4285f4;
}

.ew-event-info h3 {
  font-size: 20px;
  min-height: auto;
  margin-bottom: 20px;
}

.ew-event-info th {
  width: 88px;
  vertical-align: text-top;
  font-weight: 600;
}

.ew-event-info th {
  width: 88px;
  vertical-align: text-top;
  font-weight: 600;
}

.ew-add-to-cal {
  margin-top: 40px;
}

.ew-event-info h5 {
  margin-bottom: 10px;
}

.ew-save-options a {
  margin-right: 20px;
  opacity: 0.9;
}

.ew-save-options a:hover {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .ewp_countdown {
    margin: 20px 0 0 0;
  }

  .ew-md-modal {
    width: 90%;
    transform: translateX(-50%) translateY(0%);
    top: 0;
    margin: 50px auto;
  }

  .ew-col-ew-md-6 {
    float: none;
    width: 100%;
  }

  .ew-row.clearfix {
    display: inherit;
  }

}

.ew-row.ew-not-avilable {
  padding: 30px;
  text-align: center;
}

.ew-not-avilable h3 {
  min-height: auto;
  color: #333;
  margin: 20px 0;
}

.error {
  border: 1px solid #c02b21 !important;
}

#ewp_widget_btnid {
  cursor: pointer;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  padding: 0 18px;
  min-width: 220px;
  background-color: #148c42;
}

#ewp_widget_btnid.loader {
  background-image: url('img/spin.gif');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: #fff;
  background-size: 20px;
}

#widget_loader {
  background-image: url(img/spin.gif);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 50px;
}

.ew-not-avilable,
.ew-avilable,
.ew-event-info {
  display: none;
}

.error-msg {
  color: #fe6363;
  padding: 10px 20px;
  border: 1px solid #fe6363;
  width: auto;
  margin: 20px auto;
  display: inline-block;
  font-size: 14px;
}

.ew-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.widget_loader button,
.ew_loader {
  display: none !important;
}

.widget_loader .ew_loader {
  display: block !important;
}



.ew-register_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #159c49;
  border-radius: 3px;
  line-height: 50px;
  width: 100%;
  height: 47px;
}

body{
  background:#f5f5f5;
}

.form_box{background:#fff; border:1px solid #ddd; padding:30px; border-radius:4px;}
.join_title{font-size:32px; margin:150px 0 40px 0;}

.ew-error{width:100%; color:#ff0000;}
.ew-form-control.ew-error{border:1px solid #cfd7da !important; color:#333 !important;}

.modal-dialog {
 margin-top:100px;
}


.modal-backdrop.in{opacity:0.8 !important;}

.event_error{padding:80px 0;} 
.event_error .material-icons{color:#ec5057; font-size:80px; margin-bottom:10px; display: block;}
.event_error h3{display: block;
    font-size:30px;
    margin:0;
    color: #ec5057;
    font-weight:400;}
      
.register_modal{padding:0 15px !important;}
	.register_modal .modal-dialog{width:auto; max-width:400px; margin:0 auto; margin-top:50px;}
    .register_modal .modal-content{overflow:hidden; border-radius:10px; box-shadow: 0 5px 10px #333 !important; margin-bottom:15px;}
    .register_modal .modal-header{background:#159c49; padding:20px 25px; color:#fff; text-align: center;}
    .register_modal .modal-title{font-size:24px; font-weight:300; margin:20px 0 30px 0;}
    .register_modal .modal-body{padding:0 30px 30px 30px;}

    .user_icon{background:#999; width:60px; height:60px; margin:50px auto 10px auto; border-radius:100%; text-align: center; line-height:50px;}

    .register_modal p.help{font-size:13px; color:#888; margin-top:15px;}
    .powered_by{color:#aaa;}
    .powered_by img{display: inline-block; margin-left:5px;}
    .powered_by  a, a:hover, a:active, a:focus {
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

.btn_ew_loader {
  width: 16px;
  height: 16px;
  margin:0 auto;
  animation: wait .80s steps(1, start) infinite;
  background: linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px),   /* 6  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px),   /* 4  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 10px, #fff 10px), /* 3  */
  linear-gradient(90deg, #fff 1px, #d0d5e8 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), /* 2  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), /* 1  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px);
  background-repeat: no-repeat;
  background-size: 4px 9px,   /* 6 */
  4px 9px, 4px 9px,   /* 5 */
  4px 9px, 4px 9px,   /* 4 */
  4px 9px, 4px 11px,  /* 3 */
  4px 11px, 4px 16px,  /* 2 */
  4px 16px, 4px 16px,  /* 1 */
  4px 16px;
  background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}

@keyframes wait {
  12.5% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, 0,  /* 1 */
    0;
  }

  25% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, 0,  /* 2 */
    0, 6px,  /* 1 */
    6px;
  }

  37.5% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, 0,  /* 3 */
    0, 6px,  /* 2 */
    6px, 12px,  /* 1 */
    12px;
  }

  50% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, 0,  /* 4 */
    0, 6px,  /* 3 */
    6px, 12px,  /* 2 */
    12px, -4px,  /* 1 */
    -4px;
  }

  62.5% {
    background-position: -4px,  /* 6 */
    -4px, 0,  /* 5 */
    0, 6px,  /* 4 */
    6px, 12px,  /* 3 */
    12px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  75% {
    background-position: 0,  /* 6 */
    0, 6px,  /* 5 */
    6px, 12px,  /* 4 */
    12px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  87.5% {
    background-position: 6px,  /* 6 */
    6px, 12px,  /* 5 */
    12px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  100% {
    background-position: 12px,  /* 6 */
    12px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

}


.ewp-custom-select {
    border: 1px solid #c0c0c0;
    background: #f9f9f9;
    height: 50px;
    width: 100%;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 14px;
}

body.join-webinar-event {
    /* background-image: -moz-linear-gradient( 63deg, rgb(85,60,151) 20%, rgb(39,75,153) 100%);
    background-image: -webkit-linear-gradient( 63deg, rgb(85,60,151) 20%, rgb(39,75,153) 100%);
    background-image: -ms-linear-gradient( 63deg, rgb(85,60,151) 20%, rgb(39,75,153) 100%); */
    background: #0D1019;
}
body.join-webinar-event .modal-backdrop {
  background: none;
}

div#register_for_event {
  background: #040309 !important;
  
}

a:focus, button:focus {
  outline: none !important;
}