#refund-tickets-form .header {
  /*        width: calc(100% - 40px);
          margin: 20px;
          heigth: 60px;*/
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  height: 63px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#refund-tickets-form .header .titel {
  position: relative;
  background: #ffffff;
  height: calc(100% + 1px);
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  top: 0px;
  padding: 20px 15px;
  width: auto;
  max-width: 66%;
  display: inline-block;
  margin-left: 5%;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid white;
}
#refund-tickets-form .header .close-button {
  /*            width: 20px;
              height: 20px;
              background-color: red;*/
  /*            right: 20px;
                top: 20px;*/
  position: absolute;
  cursor: pointer;
  width: 63px;
  height: 63px;
  right: 0px;
  top: 0px;
  background: url(/event/media/images/img_close-black.png) no-repeat scroll center center #e8e4e4;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #ccc;
}

#refund-tickets-form .content {
  /*        width: calc(100% - 40px);*/
  margin: 0;
  height: 100%;
  border: 0;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
#refund-tickets-form .content .description {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
#refund-tickets-form .content .header-title.w-title {
  padding: 40px 0;
  text-align: center;
}
#refund-tickets-form .content .form {
  margin: 20px 0;
}
#refund-tickets-form .content .form input[type=text] {
  width: calc(100% - 4px);
  border: 1px solid #E8E4E4;
  padding: 6px 10px;
  background: #f5f3f7;
  background-position: 98% center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 2px;
}
#refund-tickets-form .content .form .input-container {
  width: 100%;
  border: 0;
  padding: 5px 0;
}
#refund-tickets-form .content .form .input-container .input-container-description {
  font-size: 14px;
}
#refund-tickets-form .content .form .email-confirmation {
  display: none;
}
#refund-tickets-form .content .form .error-message {
  color: red;
  display: none;
  font-size: 14px;
}
#refund-tickets-form .content .form .form_note {
  font-size: 14px;
}
#refund-tickets-form .content .form textarea.input-field {
  width: 90%;
  height: 100px;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
  padding: 10px;
}
#refund-tickets-form .content .general-error-message {
  color: red;
  display: none;
}
@media (min-width: 768px) {
  #refund-tickets-form .content .form textarea.input-field.input-field-non-empty {
    /*                    width: 92%;*/
  }
}

div#refund-tickets-form {
  font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
  width: auto;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  height: 100%;
  padding: 47px;
  padding-bottom: 60px;
  font-size: 16px;
}
div#refund-tickets-form button#send-mail-button {
  text-transform: uppercase;
  border: 0;
  background-color: #bea50a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 16px 50px 13px 50px;
  cursor: pointer;
}
div#refund-tickets-form .pub-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
div#refund-tickets-form .pub-selector-wrapper input {
  margin-right: 10px;
}
div#refund-tickets-form .pub-selector-container {
  display: flex;
  flex-basis: 50%;
  margin-bottom: 26px;
  font-weight: 600;
  align-items: center;
}
div#refund-tickets-form .privacy-msg {
  margin-bottom: 35px;
  margin-top: 25px;
  color: #bea50a;
  text-decoration: underline;
  font-size: 0.9em;
}
div#refund-tickets-form .privacy-msg a {
  color: #bea50a;
  text-decoration: underline;
}
div#refund-tickets-form .header-publications {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
}
div#refund-tickets-form .input-container {
  padding: 0px 0 15px 0 !important;
}
div#refund-tickets-form .content .form.publications {
  margin-top: 0px;
  font-size: 16px;
}

div#refund-tickets-form-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.75;
}

@media (min-width: 768px) {
  div#refund-tickets-form {
    /*        max-width: 800px;
            height: 600px;
            margin-left: calc((100% - 768px) / 2);
            margin-top: 100px;*/
    /*        margin-left: calc((100% - 930px) / 2);
            margin-top: 169px;
            height: auto;
            min-height: 600px;
            width: 930px;
            max-width: 930px;*/
    max-width: 930px;
    /* height: 1400px; */
    /* margin-left: calc((100% - 930px) / 2); */
    margin-top: 100px;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  div#refund-tickets-form {
    margin-left: calc((100% - 930px) / 2);
  }
}

/*# sourceMappingURL=refund_tickets_form.css.map */
