/** Booking **/
/** Calendar **/
.fc-past {
  background-color: white !important;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 0, 0, 0.2) 0px, rgba(255, 0, 0, 0.2) 40px) !important;
}
#calendar .fc-toolbar h2 {
  border: none;
  font-size: 1.15em;
}
a.fc-event.tx_dhbooking_maintenance_0 {
  color: black !important;
  background-color: #fdbcbb;
  border-color: #fdbcbb;
}
a.fc-event.tx_dhbooking_maintenance_255 {
  color: black !important;
  background-color: #c0ffa4;
  border-color: #c0ffa4;
}
.tx_dhbooking_resourcestate_0 {
  background: red;
}
.tx_dhbooking_resourcestate_255 {
  background: green;
}
.card-view {
  /*comma after the date in card view */
}
.card-view .tx_dhbookinglist_date,
.card-view .tx_dhbookinglist_time {
  display: inline;
}
.card-view .tx_dhbookinglist_date:after {
  content: ", ";
}
.tx-dh-booking .fixed-table-toolbar {
  float: left;
  width: 100%;
  background: white;
  padding: 10px;
}
.tx-dh-booking .fixed-table-toolbar:after {
  content: "";
  clear: both;
}
input.pikaday__display {
  width: 130px !important;
  text-align: center;
}
.fc-time-grid .fc-slats td {
  height: 3.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats tr:hover {
  background: #b90066;
}
.tx-dh-booking .tx-dh-booking-bookingform .btn {
  white-space: normal !important;
}
.tx-dh-booking .tx-dh-booking-bookingform .picker__input {
  /** Start from form-control that is not assigned after selecting */
  width: 100%;
  padding: 6px 12px;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  background: white !important;
  border-radius: 0px 5px 5px 0px !important;
}
.tx-dh-booking .booked {
  border: 2px solid #ff0000;
}
.tx-dh-booking .booked .freebusytext {
  color: #ff0000;
}
.tx-dh-booking .freeuntilshort {
  border: 2px solid #ffa500;
}
.tx-dh-booking .freeuntilshort .freebusytext {
  color: #ffa500;
}
.tx-dh-booking .freeuntil {
  border: 2px solid #006400;
}
.tx-dh-booking .freeuntil .freebusytext {
  color: #006400;
}
.tx-dh-booking .free {
  border: 2px solid #008000;
}
.tx-dh-booking .free .freebusytext {
  color: #008000;
}
.tx-dh-booking.freebusy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.tx-dh-booking .resource {
  padding-top: 93px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  text-align: center;
  color: #757678;
}
.tx-dh-booking .resource .resourceinfos {
  padding: 10px;
  display: grid;
}
.tx-dh-booking .resource .resourceinfos h3 {
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
  font-size: 1.4em !important;
}
.tx-dh-booking .resource .resourceinfos .freebusytext {
  align-self: end;
  font-size: 0.9em;
}
.tx-dh-booking .picker .picker__day--outfocus {
  color: #777;
}
.tx-dh-booking .picker .picker__day {
  background: #008000;
  color: white;
}
.tx-dh-booking .picker .picker--focused .picker__day--disabled,
.tx-dh-booking .picker .picker__day--disabled,
.tx-dh-booking .picker .picker__day--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.tx-dh-booking #fromtimestampsecondsonly,
.tx-dh-booking #fromtimestampsecondsonlyhours,
.tx-dh-booking #fromtimestampsecondsonlyminutes,
.tx-dh-booking #bookforminutes,
.tx-dh-booking #totimestampsecondsonlyhours,
.tx-dh-booking #totimestampsecondsonlyminutes {
  -webkit-appearance: none;
}
.tx-dh-booking #fromtimestampsecondsonlyhours options,
.tx-dh-booking #fromtimestampsecondsonlyminutes options,
.tx-dh-booking #totimestampsecondsonlyhours options,
.tx-dh-booking #totimestampsecondsonlyminutes options {
  text-align: center;
}
.tx-dh-booking .timeDots {
  border-left: 0;
  border-right: 0;
}
.tx-dh-booking a.calendar-button-delete,
.tx-dh-booking a.calendar-button-info {
  position: relative;
  float: right;
  right: 5px;
  /* bottom: 10px; */
  font-size: 2em;
}
.tx-dh-booking a.calendar-button-delete .fa,
.tx-dh-booking a.calendar-button-info .fa {
  color: white !important;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons span.alert {
  float: left;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons.open > .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  right: 50%;
  transform: translateX(-50%);
  width: 280px;
}
@media screen and (min-width: 767px) {
  .tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons.open > .dropdown-menu {
    justify-content: space-between;
    width: 500px;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons.open > .dropdown-menu {
    width: 690px;
  }
}
@media screen and (min-width: 1440px) {
  .tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons.open > .dropdown-menu {
    width: 910px;
  }
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu {
  padding: 1em 1em 0 1em;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu h5 {
  margin: 10px 0;
  flex: 3;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu .badge {
  padding: 0.4em;
  flex: 2;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu .panel h6 {
  margin: 0.4em 0 0 0;
  padding: 0;
  text-align: center;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu .panel-heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons .dropdown-menu .panel-heading {
    text-align: center;
    flex-direction: column;
  }
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx-dhbooking-dashboard-header-buttons:after {
  clear: both;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .tx_dhbooking_button_book {
  /* 2 buttons per row */
  box-sizing: border-box;
  margin: 10px 10px 0 0;
  width: calc(1/2*100% - (1 - 1/2)*10px);
  padding: 10px;
}
.tx-dh-booking .tx-dhbooking-dashboard .tx-dhbooking-dashboard-item {
  background: #FFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
.mt-10px {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .tx-dh-booking-bookingform .input-group-addon {
    font-size: 14px;
  }
  .tx-dh-booking-bookingform .form-control {
    font-size: 14px;
  }
}
/**************************************************
    FREE RESOURCES
 */
.bookeduntil {
  margin-bottom: 30px;
}
.bookeduntil .toTimeValue {
  font-weight: bold;
}
.resourceElement {
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
  display: table-cell;
}
@media screen and (max-width: 1600px) {
  .resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon {
    width: 30px;
    height: 100%;
  }
}
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #display,
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #ladegeraet,
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #stecker,
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #blitz {
  fill: #008000;
  /*#95A5A6*/
}
.resourceElement .resourceElementInfos .resourceElementHeader .resourceElementHeadline h3 {
  margin: 0;
  font-size: 2.3em;
  line-height: 1em;
  font-weight: bold;
  color: #008000;
}
@media screen and (max-width: 1600px) {
  .resourceElement .resourceElementInfos .resourceElementHeader .resourceElementHeadline h3 {
    font-size: 1.6rem;
  }
}
.resourceElement:hover {
  background-color: #eeeeee;
}
.freeResources .resourceElement {
  cursor: pointer;
}
.resourceElement.selected {
  background-color: #008000;
}
.resourceElement.selected .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #display,
.resourceElement.selected .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #ladegeraet,
.resourceElement.selected .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #stecker,
.resourceElement.selected .resourceElementInfos .resourceElementHeader .resourceElementIcon svg #blitz {
  fill: #ffffff;
}
.resourceElement.selected .resourceElementInfos .resourceElementHeader .resourceElementHeadline h3 {
  color: #ffffff;
}
/**************************************************
    PARKING DASHBOARD
 */
.tx-dhbooking-dashboard .tx-dhbooking-dashboard-header .btn-group {
  /*float: right;*/
}
.tx-dh-booking {
  position: relative;
}
.tx-dh-booking .tx-dhbooking-dashboard-item.parking {
  background: #FFF;
  padding: 10px;
  /*box-shadow: none;*/
  margin-bottom: 1em;
}
/**************************************************
    MULTI-RESOURCE CALENDAR
 */
#caljump {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  #caljump {
    display: inline-block;
  }
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  width: 2px;
}
.fc-button-primary {
  color: #ffffff !important;
  background-color: #95A5A6 !important;
  border-color: #798d8f !important;
}
.fc-button-primary:hover {
  color: #ffffff !important;
  background-color: #798d8f !important;
  border-color: #5e7173 !important;
}
.fc-highlight {
  background: #798d8f !important;
  opacity: 0.3;
}
.fc-time-grid .fc-slats tr:hover {
  background: transparent !important;
}
.fc-today {
  background: transparent !important;
}
.myBooking {
  cursor: pointer;
}
a.fc-event.foreignBooking {
  color: #999999 !important;
  background-color: #cccccc !important;
  border-color: #eeeeee !important;
}
a.fc-event.myOldBooking {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #666666 !important;
}
.loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #798d8f;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin-bottom: 50px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fc .calendar-loading-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #ffffff;
  z-index: 10000;
  padding: 20% calc((100% - 60px) / 2);
  text-align: center;
  margin-top: 0;
}
.fc .calendar-loading-bar .progress {
  overflow: hidden;
  height: auto;
  margin-bottom: auto;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc .calendar-loading-bar .progress .loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #798d8f;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@media screen and (max-width: 767px) {
  .fc .fc-toolbar {
    display: inline-block;
    width: 100%;
  }
  .fc .fc-toolbar .fc-left {
    float: none;
    width: 100%;
    clear: both;
  }
  .fc .fc-toolbar .fc-left .fc-button-group {
    float: right;
  }
  .fc .fc-toolbar .fc-right {
    float: none;
    width: 100%;
    clear: both;
  }
  .fc .fc-toolbar .fc-right h2 {
    font-size: 2rem;
    margin-top: 15px;
  }
  #caljump {
    width: 100%;
  }
  #caljump select {
    width: 100%;
    background-color: #95A5A6;
    border-color: #798d8f;
    color: #ffffff;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
  }
}
/* RESOURCE-OVERLAY */
.cResources .cResourceElement {
  padding: 5px;
  cursor: pointer;
  display: flex;
  height: 2em;
  align-items: center;
  justify-content: space-between;
}
.cResources .cResourceElement .cResourceElementIcon {
  width: 20px;
  margin-right: 5px;
}
.cResources .cResourceElement .cResourceElementIcon svg #display,
.cResources .cResourceElement .cResourceElementIcon svg #ladegeraet,
.cResources .cResourceElement .cResourceElementIcon svg #stecker,
.cResources .cResourceElement .cResourceElementIcon svg #blitz {
  fill: #008000;
}
.cResources .cResourceElement .cResourceElementTitle {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  color: #008000;
}
.cResources .cResourceElement:hover {
  background-color: #eeeeee;
}
.cResources .cResourceElement.selected {
  background-color: #008000;
}
.cResources .cResourceElement.selected .cResourceElementIcon svg #display,
.cResources .cResourceElement.selected .cResourceElementIcon svg #ladegeraet,
.cResources .cResourceElement.selected .cResourceElementIcon svg #stecker,
.cResources .cResourceElement.selected .cResourceElementIcon svg #blitz {
  fill: #ffffff;
}
.cResources .cResourceElement.selected .cResourceElementTitle {
  color: #ffffff;
}
.cResources .btn .selResource {
  float: left;
  padding: 5px;
}
.cResources .btn .selResource .selResourceTitle {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  color: #008000;
}
.cResources .btn .caret {
  margin: 10px;
}
.errorMsgStarttime {
  padding: 5px 0px;
  color: #ff0000;
  font-size: 12px;
  line-height: 14px;
}
/**************************************************
    DATETIMEPICKER
 */
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget {
    left: 0px !important;
    width: 90%;
  }
  .bootstrap-datetimepicker-widget .row:before {
    left: 200px !important;
  }
  .bootstrap-datetimepicker-widget * {
    font-size: 14px;
    margin: inherit;
    padding: inherit;
  }
  .bootstrap-datetimepicker-widget table {
    padding: 0;
    margin: 0;
  }
  .bootstrap-datetimepicker-widget table tr {
    padding: 0;
    margin: 0;
  }
  .bootstrap-datetimepicker-widget table tr td {
    padding: 0;
    margin: 0;
    height: auto !important;
    line-height: inherit !important;
    width: auto !important;
  }
  .bootstrap-datetimepicker-widget .table-condensed > thead > tr > th,
  .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > th,
  .bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > th,
  .bootstrap-datetimepicker-widget .table-condensed > thead > tr > td,
  .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td,
  .bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > td {
    padding: 5px;
    width: auto;
    margin: 0;
  }
}
.formReservedBookings .btn {
  white-space: normal !important;
}
.reservedBookings {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.reservedBookings .reservedBooking {
  border: 1px solid lightgray;
}
.reservedBookings .reservedBooking img {
  width: 100%;
  margin-top: 1.5rem;
  height: auto;
}
.overview-and-payment {
  display: flex;
  justify-items: flex-end;
  flex-direction: column;
  line-height: 1.5em;
}
.overview-and-payment .checkout-product {
  border-bottom: 1px solid lightgray;
}
.overview-and-payment .checkout-product .checkout-product-image {
  flex: 0 1 90px;
  margin-right: 1rem;
}
.overview-and-payment .checkout-product .checkout-product-title {
  flex: 0 1 200px;
  margin-right: 1rem;
}
.overview-and-payment .checkout-product .checkout-datetime {
  flex: 0 1 200px;
  margin-right: 1rem;
}
.overview-and-payment .checkout-product .checkout-product-price-vat-percentage {
  flex: 0 1 144px;
  margin-right: 1rem;
}
.overview-and-payment .checkout-product .checkout-product-price-gross {
  flex: 1 1;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-flow: nowrap;
  justify-self: self-end;
  text-align: right;
}
.overview-and-payment .checkout-box-right {
  align-self: flex-end;
  border: 1px solid lightgray;
  padding: 1rem;
}
@media screen and (min-width: 767px) {
  .overview-and-payment .checkout-box-right {
    width: 500px;
  }
}
.overview-and-payment .checkout-box-right h2 {
  margin: 0 0 1rem 0;
}
.overview-and-payment .checkout-product-summary .checkout-product-sums .checkout-product-sum-net {
  display: flex;
}
.overview-and-payment .checkout-product-summary .checkout-product-sums .checkout-product-vat {
  display: flex;
  border-bottom: 1px solid lightgray;
}
.overview-and-payment .checkout-product-summary .checkout-product-sums .checkout-product-sum-gross {
  display: flex;
  border-bottom: 1px solid lightgray;
}
.overview-and-payment .checkout-product-summary .checkout-product-sums .checkout-product-sum-gross:after {
  content: " ";
  display: block;
  border-bottom: 1px solid lightgray;
}
.overview-and-payment .checkout-product-summary .checkout-product-sums .checkout-product-sums-label {
  flex: 1 1 200px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Ftypo3conf%5C%2Fext%5C%2Fdh_booking%5C%2FResources%5C%2FPrivate%5C%2FDyncss%5C%2Ftx_dhbooking.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAASA%3BEACE%3BEACA%2CkBAAkB%2CqHAAlB%3B%3BAAIF%2CSAAU%2CYAAY%3BEACpB%3BEACA%3B%3BAAIF%2CCAAC%2CSAAS%3BEACR%3BEACA%3BEACA%3B%3BAAIF%2CCAAC%2CSAAS%3BEACR%3BEACA%3BEACA%3B%3BAAKF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAIF%3B%3B%3BAAAA%2CUACE%3BAADF%2CUAC0B%3BEACtB%3B%3BAAFJ%2CUAOE%2CuBAAsB%3BEACpB%2CSAAS%2CIAAT%3B%3BAAOJ%2CcACE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAALJ%2CcAQE%2CqBAAoB%3BEAClB%2CSAAS%2CEAAT%3BEACA%3B%3BAAIJ%2CKAAK%3BEACH%3BEACA%3B%3BAAIF%2CaAAc%2CUAAU%3BEACtB%3BEACA%3B%3B%3BAAIF%2CaAAc%2CUAAU%2CGAAE%3BEACxB%3B%3BAAGF%2CcACE%2C2BACE%3BEACE%3B%3BAAHN%2CcACE%2C2BAKE%3B%3BEAGE%3BEAEA%2CiBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%2CwDAAA%3BEACA%2CgDAAA%3BEACA%2CgFAAA%3BEACA%2C6EAAA%3BEACA%2C2EAAA%3BEACA%2C4EAAA%3BEACA%2CwEAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAGA%3BEACA%2CyCAAA%3B%3BAA7BN%2CcAmCE%3BEACE%2CyBAAA%3B%3BAApCJ%2CcAmCE%2CQAGE%3BEACE%2CcAAA%3B%3BAAvCN%2CcA2CE%3BEACE%2CyBAAA%3B%3BAA5CJ%2CcA2CE%2CgBAGE%3BEACE%2CcAAA%3B%3BAA%5C%2FCN%2CcAmDE%3BEACE%2CyBAAA%3B%3BAApDJ%2CcAmDE%2CWAGE%3BEACE%2CcAAA%3B%3BAAvDN%2CcA2DE%3BEACE%2CyBAAA%3B%3BAA5DJ%2CcA2DE%2CMAGE%3BEACE%2CcAAA%3B%3BAAIJ%2CcAAC%3BEACC%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%3B%3BAAtEJ%2CcA0EE%3BEACE%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAjFJ%2CcA0EE%2CUASE%3BEACE%3BEACA%3B%3BAArFN%2CcA0EE%2CUASE%2CeAIE%3BEACE%2CkBAAA%3BEACA%3BEACA%3BEACA%3B%3BAA3FR%2CcA0EE%2CUASE%2CeAWE%3BEACE%3BEACA%3B%3BAAhGR%2CcAwGE%2CQACE%3BEACE%3B%3BAA1GN%2CcAwGE%2CQAKE%3BEACE%2CmBAAA%3BEACA%3B%3BAA%5C%2FGN%2CcAwGE%2CQAUE%2CiBAAiB%3BAAlHrB%2CcAwGE%2CQAU2C%3BAAlH7C%2CcAwGE%2CQAUmE%2CuBAAsB%3BEACrF%3BEACA%3BEACA%3B%3BAArHN%2CcAyHE%3BAAzHF%2CcAyH6B%3BAAzH7B%2CcAyH6D%3BAAzH7D%2CcAyH%2BF%3BAAzH%5C%2FF%2CcA0HE%3BAA1HF%2CcA0HgC%3BEAC5B%3B%3BAA3HJ%2CcA%2BHE%2C%2BBAEE%3BAAjIJ%2CcA%2BHkC%2CiCAE9B%3BAAjIJ%2CcAgIE%2C6BACE%3BAAjIJ%2CcAgIgC%2C%2BBAC5B%3BEACE%3B%3BAAlIN%2CcAuIE%3BEACE%3BEACA%3B%3BAAzIJ%2CcA4IE%2CEAAC%3BAA5IH%2CcA4I4B%2CEAAC%3BEACzB%3BEACA%3BEACA%3B%3BEAEA%3B%3BAAjJJ%2CcA4IE%2CEAAC%2CuBAOC%3BAAnJJ%2CcA4I4B%2CEAAC%2CqBAOzB%3BEACE%3B%3BAApJN%2CcAwJE%2CwBACE%2C%2BBACE%2CuCACE%2CKAAI%3BEACF%3B%3BAAEF%2CcANN%2CwBACE%2C%2BBACE%2CuCAIG%2CKAAM%3BEACL%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3B%3BAAOA%2CmBANqC%3BEAMrC%2CcAnBR%2CwBACE%2C%2BBACE%2CuCAIG%2CKAAM%3BIAQH%3BIACA%3BIACA%3BIACA%3B%3B%3BAAKF%2CmBAHsC%3BEAGtC%2CcAtBR%2CwBACE%2C%2BBACE%2CuCAIG%2CKAAM%3BIAcH%3B%3B%3BAAKJ%2CmBAHwC%3BEAGxC%2CcAzBN%2CwBACE%2C%2BBACE%2CuCAIG%2CKAAM%3BIAiBH%3B%3B%3BAA%5C%2FKZ%2CcAwJE%2CwBACE%2C%2BBACE%2CuCAwBE%3BEACE%2CsBAAA%3B%3BAAnLV%2CcAwJE%2CwBACE%2C%2BBACE%2CuCAwBE%2CeAGE%3BEACE%2CcAAA%3BEACA%3B%3BAAvLZ%2CcAwJE%2CwBACE%2C%2BBACE%2CuCAwBE%2CeAQE%3BEACE%3BEACA%3B%3BAA5LZ%2CcAwJE%2CwBACE%2C%2BBACE%2CuCAwBE%2CeAcE%2COAAO%3BEACL%2CmBAAA%3BEACA%3BEACA%3B%3BAAnMZ%2CcAwJE%2CwBACE%2C%2BBACE%2CuCAwBE%2CeAoBE%3BEACE%3BEACA%3B%3BAAKF%2CmBAJuC%3BEAIvC%2CcArDR%2CwBACE%2C%2BBACE%2CuCAwBE%2CeAoBE%3BIAII%3BIACA%3B%3B%3BAAON%2CcA1DN%2CwBACE%2C%2BBACE%2CuCAwDG%3BEACC%3B%3BAAnNV%2CcAwJE%2CwBACE%2C%2BBA8DE%3B%3BEAEE%3BEACA%2CqBAAA%3BEACA%2CsCAAA%3BEACA%3B%3BAA5NR%2CcAwJE%2CwBAwEE%3BEACE%3BEACA%2CwCAAA%3BEACA%3B%3BAAQN%3BEACE%3B%3BAAeF%2CmBAZqC%3BEACnC%2C0BACE%3BIACE%3B%3BEAFJ%2C0BAKE%3BIACE%3B%3B%3B%3B%3B%3BAAQN%3BEACE%3B%3BAADF%2CYAGE%3BEACE%3B%3BAAIJ%3BEACE%3BEACA%2CuDAAA%3BEACA%2CoDAAA%3BEACA%2C%2BCAAA%3BEACA%3B%3BAALF%2CgBAOE%2CsBAEE%2CuBAEE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALsC%3BEAKtC%2CgBAhBN%2CsBAEE%2CuBAEE%3BIAQI%3BIACA%3B%3B%3BAAQF%2CmBALqC%3BEAKrC%2CgBArBN%2CsBAEE%2CuBAEE%3BIAaI%3BIACA%3B%3B%3BAAzBV%2CgBAOE%2CsBAEE%2CuBAEE%2CqBAiBE%2CIACE%3BAA7BV%2CgBAOE%2CsBAEE%2CuBAEE%2CqBAiBE%2CIACY%3BAA7BpB%2CgBAOE%2CsBAEE%2CuBAEE%2CqBAiBE%2CIACyB%3BAA7BjC%2CgBAOE%2CsBAEE%2CuBAEE%2CqBAiBE%2CIACmC%3BEAC%5C%2FB%2CaAAA%3B%3B%3BAA9BZ%2CgBAOE%2CsBAEE%2CuBA2BE%2CyBACE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAKF%2CmBAHwC%3BEAGxC%2CgBAxCN%2CsBAEE%2CuBA2BE%2CyBACE%3BIAQI%3B%3B%3BAAQV%2CgBAAC%3BEACC%3B%3BAAIJ%2CcACE%3BEACE%3B%3BAAIJ%2CgBAAgB%3BEACd%2CyBAAA%3B%3BAADF%2CgBAAgB%2CSAGd%2CsBAEE%2CuBAEE%2CqBACE%2CIACE%3BAATV%2CgBAAgB%2CSAGd%2CsBAEE%2CuBAEE%2CqBACE%2CIACY%3BAATpB%2CgBAAgB%2CSAGd%2CsBAEE%2CuBAEE%2CqBACE%2CIACyB%3BAATjC%2CgBAAgB%2CSAGd%2CsBAEE%2CuBAEE%2CqBACE%2CIACmC%3BEAC%5C%2FB%3B%3BAAVZ%2CgBAAgB%2CSAGd%2CsBAEE%2CuBAUE%2CyBACE%3BEACE%3B%3B%3B%3B%3BAAUV%2CuBACE%2C%2BBACE%3B%3B%3BAAMJ%3BEACE%3B%3BAADF%2CcAGE%2C6BAA4B%3BEAC1B%3BEACA%3B%3BEAEA%3B%3B%3B%3B%3BAAOJ%3BEACE%3BEACA%3B%3BAASF%2CmBANqC%3BEACnC%3BIACE%3B%3B%3BAAIJ%2CYAAa%3BAAAa%2CYAAa%2CYAAY%3BAAAY%2CYAAa%2CiBAAiB%3BEAC3F%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAAGF%2CkBAAkB%3BEAChB%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3B%3BAAGF%2CaAAc%2CUAAU%2CGAAE%3BEACxB%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%2CCAAC%2CSAAS%3BEACR%3BEACA%3BEACA%3B%3BAAGF%2CCAAC%2CSAAS%3BEACR%3BEACA%3BEACA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BEACA%2C6BAAA%3B%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3B%3BAAGF%3BEACE%3BIACE%2CWAAW%2CYAAX%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3B%3B%3BAAIJ%2CGACE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3B%3BAAXJ%2CGACE%2CsBAYE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApBN%2CGACE%2CsBAYE%2CUASE%3BEACE%2CyBAAA%3B%3BEACA%2C6BAAA%3B%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3B%3BAAsDR%2CmBAhDqC%3BEACnC%2CGACE%3BIACE%3BIACA%3B%3BEAHJ%2CGACE%2CYAIE%3BIACE%3BIACA%3BIACA%3B%3BEARN%2CGACE%2CYAIE%2CSAKE%3BIACE%3B%3BEAXR%2CGACE%2CYAcE%3BIACE%3BIACA%3BIACA%3B%3BEAlBN%2CGACE%2CYAcE%2CUAKE%3BIACE%3BIACA%3B%3BEAMR%3BIACE%3B%3BEADF%2CQAGE%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CeAAA%3BIACA%3BIACA%3B%3B%3B%3BAAON%2CWACE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAPJ%2CWACE%2CkBAQE%3BEACE%3BEACA%3B%3BAAXN%2CWACE%2CkBAQE%2CsBAIE%2CIACE%3BAAdR%2CWACE%2CkBAQE%2CsBAIE%2CIACY%3BAAdlB%2CWACE%2CkBAQE%2CsBAIE%2CIACyB%3BAAd%5C%2FB%2CWACE%2CkBAQE%2CsBAIE%2CIACmC%3BEAC%5C%2FB%2CaAAA%3B%3BAAfV%2CWACE%2CkBAmBE%3BEACE%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGF%2CWA1BF%2CkBA0BG%3BEACC%3B%3BAA5BN%2CWAgCE%2CkBAAiB%3BEACf%2CyBAAA%3B%3BAAjCJ%2CWAgCE%2CkBAAiB%2CSAGf%2CsBACE%2CIACE%3BAArCR%2CWAgCE%2CkBAAiB%2CSAGf%2CsBACE%2CIACY%3BAArClB%2CWAgCE%2CkBAAiB%2CSAGf%2CsBACE%2CIACyB%3BAArC%5C%2FB%2CWAgCE%2CkBAAiB%2CSAGf%2CsBACE%2CIACmC%3BEAC%5C%2FB%3B%3BAAtCV%2CWAgCE%2CkBAAiB%2CSAWf%3BEACE%3B%3BAA5CN%2CWAgDE%2CKACE%3BEACE%3BEACA%3B%3BAAnDN%2CWAgDE%2CKACE%2CaAIE%3BEACE%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAzDR%2CWAgDE%2CKAaE%3BEACE%3B%3BAAKN%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3B%3B%3B%3BAA2DF%2CmBArDqC%3BEACnC%3BIACE%3BIACA%3B%3BEAGE%2CgCADF%2CKACG%3BIACC%3B%3BEANN%2CgCAUE%3BIACE%3BIACA%3BIACA%3B%3BEAbJ%2CgCAwBE%3BIACE%3BIACA%3B%3BEA1BJ%2CgCAwBE%2CMAIE%3BIACE%3BIACA%3B%3BEA9BN%2CgCAwBE%2CMAIE%2CGAIE%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEArCR%2CgCA2CE%2CiBAAmB%2CQAAQ%2CKAAK%3BEA3ClC%2CgCA2CsC%2CiBAAmB%2CQAAQ%2CKAAK%3BEA3CtE%2CgCA2C0E%2CiBAAmB%2CQAAQ%2CKAAK%3BEA3C1G%2CgCA2C8G%2CiBAAmB%2CQAAQ%2CKAAK%3BEA3C9I%2CgCA2CkJ%2CiBAAmB%2CQAAQ%2CKAAK%3BEA3ClL%2CgCA2CsL%2CiBAAmB%2CQAAQ%2CKAAK%3BIAClN%3BIACA%3BIACA%3B%3B%3BAAMN%2CqBACE%3BEACE%3B%3BAAIJ%3BEACE%3BEACA%3BEACA%3B%3BAAHF%2CiBAIE%3BEACE%2C2BAAA%3B%3BAALJ%2CiBAIE%2CiBAEE%3BEACE%3BEACA%3BEACA%3B%3BAAUN%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAJF%2CqBAKE%3BEACE%2CkCAAA%3B%3BAANJ%2CqBAKE%2CkBAEE%3BEACE%2CcAAA%3BEACA%3B%3BAATN%2CqBAKE%2CkBAOE%3BEACE%2CeAAA%3BEACA%3B%3BAAdN%2CqBAKE%2CkBAYE%3BEACE%2CeAAA%3BEACA%3B%3BAAnBN%2CqBAKE%2CkBAiBE%3BEACE%2CeAAA%3BEACA%3B%3BAAxBN%2CqBAKE%2CkBAsBE%3BEACE%2CSAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjCN%2CqBAoCE%3BEASE%3BEACA%2C2BAAA%3BEACA%3B%3BAAPA%2CmBAHqC%3BEAGrC%2CqBAJF%3BIAEI%3B%3B%3BAAtCN%2CqBAoCE%2CoBAYE%3BEACE%2CkBAAA%3B%3BAAjDN%2CqBAoDE%2C0BAEE%2CuBACE%3BEACE%3B%3BAAxDR%2CqBAoDE%2C0BAEE%2CuBAIE%3BEACE%3BEACA%2CkCAAA%3B%3BAA5DR%2CqBAoDE%2C0BAEE%2CuBASE%3BEACE%3BEACA%2CkCAAA%3B%3BAACA%2CqBAdN%2C0BAEE%2CuBASE%2C4BAGG%3BEACC%2CSAAQ%2CGAAR%3BEACA%3BEACA%2CkCAAA%3B%3BAArEV%2CqBAoDE%2C0BAEE%2CuBAoBE%3BEACE%2CeAAA%22%7D */