/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries

NOTE: we use mixin "@include mobile" (same as tablet-portait-down) for all things hidden/shown on mobile devices like mobile menu
\*------------------------------------*/
/* ================================ +
   styles voor kaartverkoop formulier 
+  ================================ */
/* line 9, ../../scss/dev/05-kaartverkoop.scss */
#tickets {
  width: 100%;
  margin: 0;
  font-size: 1.15em;
}
/* line 13, ../../scss/dev/05-kaartverkoop.scss */
#tickets h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 700;
}
/* line 18, ../../scss/dev/05-kaartverkoop.scss */
#tickets h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  color: #ED1C24;
}
/* line 23, ../../scss/dev/05-kaartverkoop.scss */
#tickets h4 {
  font-size: 1.4em;
  padding: 7px 0 10px 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 23, ../../scss/dev/05-kaartverkoop.scss */
  #tickets h4 {
    margin-bottom: 0;
  }
}
/* line 30, ../../scss/dev/05-kaartverkoop.scss */
#tickets h5 {
  margin: 1.2em 0 0.5em 0;
}

/* line 35, ../../scss/dev/05-kaartverkoop.scss */
#tickets h1 {
  font-size: 2.8em;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 35, ../../scss/dev/05-kaartverkoop.scss */
  #tickets h1 {
    margin-left: 60px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 35, ../../scss/dev/05-kaartverkoop.scss */
  #tickets h1 {
    margin-left: 20px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/* line 49, ../../scss/dev/05-kaartverkoop.scss */
.ticket_datum {
  display: block;
  font-family: "nobel", arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  margin: 15px 0 20px 0;
}

/* line 57, ../../scss/dev/05-kaartverkoop.scss */
.info_uitleg {
  margin: 200px 0 0 -50px;
  padding: 15px;
  color: #ffffff;
  background-color: #000000;
  float: left;
  width: 220px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 57, ../../scss/dev/05-kaartverkoop.scss */
  .info_uitleg {
    width: 100%;
    margin: 0;
  }
}

/* line 70, ../../scss/dev/05-kaartverkoop.scss */
.info_uitleg .subhead {
  font-family: "nobel", arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  color: #ED1C24;
}

/* line 77, ../../scss/dev/05-kaartverkoop.scss */
.info_uitleg ul {
  margin: 0 0 0 30px;
}
/* line 79, ../../scss/dev/05-kaartverkoop.scss */
.info_uitleg ul li {
  list-style: initial;
}

/* line 84, ../../scss/dev/05-kaartverkoop.scss */
.ticket_kaartjes {
  display: block;
  font-family: "nobel", arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 15px 0 0 0;
}

/* line 92, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form {
  width: 100%;
  padding: 38px 72px;
  background-color: #eeebe8;
  font-family: "nobel", arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1em;
  line-height: 1.2em;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.tickets_form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 92, ../../scss/dev/05-kaartverkoop.scss */
  .tickets_form {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 92, ../../scss/dev/05-kaartverkoop.scss */
  .tickets_form {
    padding: 25px 20px;
  }
}

/* line 111, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5a5a3;
  margin-top: 30px;
}

/* line 117, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .select {
  float: left;
  margin: 0 15px 10px 0;
}

/* line 121, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .uitleg {
  margin: 0 10px 20px 0;
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 960px) {
  /* line 121, ../../scss/dev/05-kaartverkoop.scss */
  .tickets_form .uitleg {
    width: auto;
  }
}

/* line 130, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .prijs {
  width: 85px;
  float: left;
  padding: 5px 0 0 0;
}

/* line 136, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .total {
  margin-left: 10px;
  margin-top: 22px;
  float: right;
  text-align: right;
}

/* line 143, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form label {
  margin: 3px 5px 0 0;
}
/* line 145, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form label.error {
  color: #d10303;
  width: auto;
}
/* line 149, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form label.tarief {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 3px 5px 0 0;
}

/* line 169, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form select {
  width: 65px;
  background-color: #d10303;
  color: #ffffff;
  padding: 1px 0px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-appearence: none;
}
@media (min-width: 0px) and (max-width: 960px) {
  /* line 169, ../../scss/dev/05-kaartverkoop.scss */
  .tickets_form select {
    width: auto;
    padding-right: 3px;
  }
}

/* line 183, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form input#plus_exp,
.tickets_form input#plus_tent {
  margin: 0 10px 5px 0px;
}

/* line 188, ../../scss/dev/05-kaartverkoop.scss */
.kv_form input {
  background: #fff;
}

/* line 193, ../../scss/dev/05-kaartverkoop.scss */
.kv_form textarea {
  margin-bottom: 20px;
}

/* line 197, ../../scss/dev/05-kaartverkoop.scss */
.av-checkbox {
  margin-right: 10px;
}

/* line 202, ../../scss/dev/05-kaartverkoop.scss */
#gegevens {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 202, ../../scss/dev/05-kaartverkoop.scss */
  #gegevens {
    box-sizing: border-box;
  }
}
/* line 208, ../../scss/dev/05-kaartverkoop.scss */
#gegevens input, #gegevens textarea {
  background-color: #fff;
}
/* line 211, ../../scss/dev/05-kaartverkoop.scss */
#gegevens .comment {
  margin: 7px 0 0 0;
  font-size: 0.8em;
  color: #ED1C24;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 211, ../../scss/dev/05-kaartverkoop.scss */
  #gegevens .comment {
    width: auto;
    clear: both;
  }
}

/* line 234, ../../scss/dev/05-kaartverkoop.scss */
#gegevens label {
  display: block;
  margin: 8px 0 0 1px;
}

/* line 244, ../../scss/dev/05-kaartverkoop.scss */
#gegevens input {
  width: 100%;
  max-width: 406px;
  font-size: 1.3em;
  padding: 5px 7px;
  margin: 7px 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 244, ../../scss/dev/05-kaartverkoop.scss */
  #gegevens input {
    box-sizing: border-box;
  }
}

/* line 255, ../../scss/dev/05-kaartverkoop.scss */
#gegevens textarea {
  width: 406px;
  height: 120px;
  font-size: 1.3em;
  padding: 5px 7px;
  margin: 7px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 255, ../../scss/dev/05-kaartverkoop.scss */
  #gegevens textarea {
    width: 100%;
    box-sizing: border-box;
  }
}

/* line 267, ../../scss/dev/05-kaartverkoop.scss */
#av label.error {
  display: block;
  margin: 10px 0 0 0px;
  clear: both;
}

/* line 276, ../../scss/dev/05-kaartverkoop.scss */
.kv_input {
  width: 360px;
  border: 0 solid white;
  margin: 5px 0;
}

/* line 277, ../../scss/dev/05-kaartverkoop.scss */
.kv_input_small {
  width: 60px;
  border: 0 solid white;
  margin: 5px 0;
}

/* line 278, ../../scss/dev/05-kaartverkoop.scss */
.kv_subtitle {
  font-size: 1.1em;
}

/* line 280, ../../scss/dev/05-kaartverkoop.scss */
.kv_form .button-wrapper, .tickets_form .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 30px 0;
}

/* line 286, ../../scss/dev/05-kaartverkoop.scss */
.kv_form .button {
  width: auto;
  height: auto;
}

/* line 288, ../../scss/dev/05-kaartverkoop.scss */
.omnikassa-melding {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}

/* line 292, ../../scss/dev/05-kaartverkoop.scss */
#tickets a.btn_koop {
  float: right;
  margin-right: 7px;
  margin-bottom: 20px;
}

/* line 297, ../../scss/dev/05-kaartverkoop.scss */
#waitingforgodot {
  float: right;
  margin: -20px 150px 20px 0;
}

/* line 301, ../../scss/dev/05-kaartverkoop.scss */
#tickets a.btn_uitverkocht {
  float: right;
  margin-right: 7px;
}

/* line 306, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_idealstatus {
  margin: 20px 0 20px 0;
}

/* line 310, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_idealstatus h4 {
  width: 500px;
  margin: 10px 0 0 0;
  text-align: center;
}

/* line 316, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_idealstatus .ticket_datum {
  font-size: 1em;
}

/* line 321, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5a5a3;
}

/* line 327, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer {
  width: 555px;
  background-color: #eeebe8;
  padding: 20px 65px 40px 60px;
  min-height: 400px;
  margin: 20px 0 20px 0;
}

/* line 335, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer table {
  width: 450px;
}

/* line 339, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer td {
  width: 150px;
  padding: 7px 0;
}

/* line 344, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer td input {
  margin-right: 5px;
  vertical-align: -1px;
}

/* line 349, ../../scss/dev/05-kaartverkoop.scss */
#kvhh_formcontainer td a.btn_koop {
  margin-top: 10px;
}

/* line 353, ../../scss/dev/05-kaartverkoop.scss */
a.fb_share {
  display: block;
  clear: both;
  width: auto;
  height: 50px;
  background: url("../../images/fb_button.png") 61px top no-repeat;
}

/* line 360, ../../scss/dev/05-kaartverkoop.scss */
a.fb_share span {
  display: block;
  margin: 5px 0 0 120px;
}

/* line 365, ../../scss/dev/05-kaartverkoop.scss */
form.hhupdate_button {
  display: block;
  width: auto;
  background: url("../../images/hh_update_logo.png") 0 45px no-repeat;
  padding-bottom: 20px;
}

/* line 372, ../../scss/dev/05-kaartverkoop.scss */
form.hhupdate_button span {
  display: block;
  margin: 5px 0 0 120px;
}

/* line 377, ../../scss/dev/05-kaartverkoop.scss */
form.hhupdate_button .btn_koop {
  margin: 20px 10px 20px 0;
}

/* line 382, ../../scss/dev/05-kaartverkoop.scss */
form.hhupdate_button .btn_koop:after {
  clear: both;
  content: " ";
}

/* TABLE koppeldata FileMaker Events */
/* line 389, ../../scss/dev/05-kaartverkoop.scss */
#filemaker_events {
  width: 800px;
}

/* line 392, ../../scss/dev/05-kaartverkoop.scss */
#filemaker_events td {
  margin: 2px 0 0 2px;
  height: 20px;
  padding: 2px;
}

/* line 397, ../../scss/dev/05-kaartverkoop.scss */
#filemaker_events th {
  margin: 2px 0 0 2px;
  height: 23px;
  padding: 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

/* line 407, ../../scss/dev/05-kaartverkoop.scss */
.timeslot_holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 412, ../../scss/dev/05-kaartverkoop.scss */
.ui-datepicker-next {
  float: right;
}

/* line 415, ../../scss/dev/05-kaartverkoop.scss */
.ui-datepicker-title {
  text-align: center;
  color: #ED1C24;
}

/* line 419, ../../scss/dev/05-kaartverkoop.scss */
table.ui-datepicker-calendar {
  width: 100%;
}
/* line 422, ../../scss/dev/05-kaartverkoop.scss */
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
  width: calc(100% / 7);
}

/* line 426, ../../scss/dev/05-kaartverkoop.scss */
.ui-state-active {
  background: #ED1C24;
  color: #fff;
  padding: 0 6px;
}

/* line 431, ../../scss/dev/05-kaartverkoop.scss */
.timeslot--datum {
  width: calc(50% - 10px);
}

/* line 436, ../../scss/dev/05-kaartverkoop.scss */
.timeslot--keuze {
  width: calc(50% - 10px);
}

/* line 440, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .timeslot--select {
  width: 100% !important;
  background: #FFF;
  color: #000;
}
/* line 444, ../../scss/dev/05-kaartverkoop.scss */
.tickets_form .timeslot--select option {
  padding: 2px 0;
}

/* line 447, ../../scss/dev/05-kaartverkoop.scss */
.tickets_holder--timeslot {
  display: none;
}
