/* @todo: BOOKING */
html.cke_panel_container {
  background-color: #fff;
}

#bookblock .view-content {
  clear: both;
}

#bookblock #views-exposed-form-all-block-1,
#bookblock #views-exposed-form-all-block-2,
#bookblock #views-exposed-form-all-block-3 {
  text-align: center;
  font-size: 0;
  padding: 30px 0 20px;
}

#bookblock #edit-field-time-value-wrapper,
#bookblock #edit-field-session-tid-wrapper,
#bookblock #edit-field-type-tid-wrapper {
  clear: both;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  border: 10px solid #bbb;
  background-image: url("../images/icon_ar.png");
  background-position: 228px 50%;
  background-repeat: no-repeat;
  background-color: #eee;
}

#bookblock #edit-field-time-value-wrapper:hover,
#bookblock #edit-field-session-tid-wrapper:hover,
#bookblock #edit-field-type-tid-wrapper:hover {
  border: 10px solid #fff;
}

#bookblock .container-inline-date .form-item input {
  margin: 0;
}

#bookblock #edit-field-session-tid {
  background-color: transparent;
  color: #000;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  width: 250px;
  background-image: url("../images/icon_clock.png");
  background-position: 13px 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 39px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border: none;
  display: block;
}

#bookblock #edit-field-type-tid {
  background-color: #eee;
  color: #000;
  height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 15px;
  border-radius: 0;
  width: 280px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  border: none;
  background-image: url("../images/icon_ar.png");
  background-position: 258px 50%;
  background-repeat: no-repeat;
}

#bookblock .container-inline-date .form-item input,
#bookblock .container-inline-date .form-item select,
#bookblock .container-inline-date .form-item option {
  width: 138px;
}

#bookblock option {
  padding: 5px 10px;
}

.booktitle {
  clear: both;
  text-align: center;
  font-size: 34px;
  background-color: #999;
  color: #fff;
  line-height: 1;
  margin: 40px auto 0;
  padding: 15px 0 10px;
  text-align: center;
  font-family: "PTSans", sans-serif;
}

#main-content-booking {
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 40px;
  position: relative;
  z-index: 0;
}

#main-content-booking #bookblock {
  margin: 0 -40px;
  padding: 0;
  background-color: #555;
}

#main-content-booking #bookblock .booktab {
  margin: 0 0 40px;
}

#main-content-booking #bookblock .pager {
  padding: 30px 0 90px;
}

#main-content-booking #pageallgames {
  padding: 0;
  margin: 0;
}

#main-content-booking #edit-field-time-value-wrapper .form-item {
  margin: 0;
  background-image: url("../images/icon_ar.png");
  background-position: 168px 50%;
  background-repeat: no-repeat;
  background-color: #eee;
}

#main-content-booking .container-inline-date .form-item input,
#main-content-booking .container-inline-date .form-item select,
#main-content-booking .container-inline-date .form-item option {
  background-color: transparent;
}

.booktab {
  background-color: #999;
  padding: 5px;
}

.booktab:after {
  content: "";
  display: table;
  clear: both;
}

.bookrow {
  padding: 5px;
  margin: 5px;
  background-color: #ddd;
}

#bookblock .commerce-add-to-cart label {
  font-size: 0;
}

.booktime {
  font-family: "PTSans", sans-serif;
  font-size: 27px;
  color: #000;
  width: 80px;
  line-height: 1;
  float: left;
  background-image: url("../images/icon_clock.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  margin: 4px 0 0;
  padding: 0 0 0 40px;
}

#bookblock .field-widget-options-select.field-name-field-dteam {
  display: none;
}

#bookblock .field-widget-options-select .form-select {
  width: 150px;
  height: 30px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: none;
  float: left;
  margin: 4px 10px 0 0;
  background-image: url("../images/icon_ar.png");
  background-position: 130px 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
  border-radius: 0;
}

.bookrow .form-submit {
  width: 170px;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "PTSans", sans-serif;
  font-weight: bold;
  background-color: #c00;
  border: none;
  border-radius: 0;
  line-height: 1;
  margin: 4px 0;
  vertical-align: top;
  padding: 0;
}

#bookblock .form-submit:hover {
  background-color: #f00;
}

#bookblock .bookrow .form-button-disabled,
#bookblock .bookrow .form-button-disabled:hover {
  background-color: #999;
  border-radius: 15px;
  font-size: 0;
  height: 30px;
  width: 30px;
  background-image: url("../images/icon_lock.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 4px 0 4px 70px;
}

#bookblock .item-list {
  font-size: 0;
}

#main-content-page #bookblock {
  margin: -40px -80px -80px;
}

#main-content-page .block-title {
  display: none;
}

/* @todo: CHECKOUT */
#edit-terms-conditions {
  padding: 0 0 19px 69px;
}

#commerce-checkout-form-complete p {
  text-align: center;
  font-size: 21px;
}

#commerce-checkout-form-checkout,
#commerce-checkout-form-review,
#views-form-commerce-cart-form-default {
  background-color: #ccc;
}

#commerce-checkout-form-checkout legend,
#commerce-checkout-form-review legend {
  color: #fff;
  padding: 0 10px;
  margin: 0 -10px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ccc;
}

#commerce-checkout-form-review #payment-details {
  font-size: 14px;
  color: #c00;
  margin: 0 0 0 27px;
}

#commerce-checkout-form-checkout label,
#commerce-checkout-form-checkout th,
#commerce-checkout-form-review label,
#commerce-checkout-form-review th,
#views-form-commerce-cart-form-default label,
#views-form-commerce-cart-form-default th {
  font-family: "PTSans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
}

#commerce-checkout-form-checkout td,
#commerce-checkout-form-checkout th,
#commerce-checkout-form-review td,
#commerce-checkout-form-review th,
#views-form-commerce-cart-form-default td,
#views-form-commerce-cart-form-default th {
  padding: 5px 20px;
  vertical-align: middle;
}

#commerce-checkout-form-review td .view-id-commerce_cart_summary {
  margin: -6px -20px;
}

#commerce-checkout-form-checkout th,
#commerce-checkout-form-review th,
#views-form-commerce-cart-form-default th {
  border-bottom: 4px solid #fff;
}

#commerce-checkout-form-checkout thead,
#commerce-checkout-form-review thead,
#views-form-commerce-cart-form-default thead {
  background-color: #aaa;
}

#commerce-checkout-form-checkout tbody {
  color: #c00;
}

#commerce-checkout-form-review tbody tr.odd td {
  font-weight: normal;
}

#commerce-checkout-form-checkout h2,
#commerce-checkout-form-review h2 {
  display: none;
}

#edit-commerce-fieldgroup-pane-group-options .form-type-radio {
  display: inline-block;
  margin: 10px 10px 0 0;
}

#commerce-checkout-form-checkout #edit-buttons input,
#commerce-checkout-form-review #edit-buttons input {
  background-color: #c00;
  border: medium none;
  text-decoration: none;
  clear: both;
  color: #fff;
  font-size: 19px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "PTSans", sans-serif;
  padding: 10px 15px;
}

#commerce-checkout-form-checkout #edit-buttons input,
#commerce-checkout-form-review #edit-buttons input,
#views-form-commerce-cart-form-default input,
#views-form-commerce-cart-form-default #edit-checkout {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
  border-radius: 0;
}

#commerce-checkout-form-checkout #edit-buttons input,
#commerce-checkout-form-review #edit-buttons input {
  min-width: 300px;
  text-align: center;
}

#commerce-checkout-form-checkout #edit-buttons #edit-cancel,
#commerce-checkout-form-review #edit-buttons #edit-back {
  background-color: #777;
}

#views-form-commerce-cart-form-default input {
  background-color: #777;
  border: medium none;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-family: "PTSans", sans-serif;
  padding: 10px 25px;
}

#views-form-commerce-cart-form-default #edit-checkout {
  background-color: #c00;
}

#views-form-commerce-cart-form-default td {
  color: #c00;
}

#views-form-commerce-cart-form-default #edit-checkout:hover {
  background-color: #f00;
}

#views-form-commerce-cart-form-default tr,
#views-form-commerce-cart-form-default th {
  text-align: center;
}

#commerce-checkout-form-checkout #edit-buttons input:hover,
#commerce-checkout-form-review #edit-buttons input:hover {
  background-color: #f00;
}

#commerce-checkout-form-checkout div.messages,
#commerce-checkout-form-review div.messages {
  background-color: #fff;
  background-position: 22px 8px;
  border: none;
  font-size: 14px;
  margin: 10px 0 15px;
  opacity: 1;
  padding: 10px 10px 10px 60px;
  position: inherit;
  text-align: left;
  width: auto;
}

#commerce-checkout-form-checkout #edit-buttons .button-operator,
#commerce-checkout-form-review #edit-buttons .button-operator {
  font-size: 0;
  width: 20px;
  display: inline-block;
}

#commerce-checkout-form-checkout .view-content table,
#commerce-checkout-form-review table,
#views-form-commerce-cart-form-default table {
  width: 100%;
  padding: 0;
}

#commerce-checkout-form-checkout #edit-cart-contents .field-label,
#commerce-checkout-form-review #edit-checkout-review .field-label {
  text-transform: uppercase;
  color: #aaa;
  min-width: 65px;
  margin: 0 10px 0 0;
}

#commerce-checkout-form-checkout .view-footer {
  display: none;
}

#bookblock #views-exposed-form-all-page-1 #edit-reset {
  height: 60px;
  width: 60px;
  border: none;
  font-size: 0;
  background-image: url("../images/icon_clear_red.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #eee;
}

#bookblock #views-exposed-form-all-page-1 {
  font-size: 0;
  padding: 10px 5px;
  background-color: #777;
}

#bookblock #views-exposed-form-all-page-1 #edit-reset:hover,
#bookblock #views-exposed-form-all-page-1 #edit-submit-all:hover {
  background-color: #f00;
  border: none;
}

#bookblock #views-exposed-form-all-page-1 #edit-submit-all {
  height: 60px;
  width: 130px;
  border: none;
  background-color: #c00;
  font-family: "PTSans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-position: 60% 50%;
  font-size: 20px;
  background-repeat: no-repeat;
}

#bookblock #views-exposed-form-all-page-1 #edit-submit-all,
#bookblock #views-exposed-form-all-page-1 #edit-reset {
  margin: 0 5px;
}

#ui-datepicker-div {
  z-index: 2 !important;
}

.terms {
  font-size: 18px;
  margin: -30px 50px;
  padding: 30px 0;
  line-height: 1.6;
  text-align: justify;
}

.terms p {
  padding: 10px 0;
  margin: 0;
}

.terms ol {
  margin: 30px;
  padding: 0;
}

.terms h2 {
  text-align: center;
  padding: 30px 0 40px;
  margin: 0;
  color: #c00;
}

.terms li {
  padding: 15px 5px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px dashed #ccc;
  text-align: justify;
}

.terms li:last-child {
  border-bottom: none;
}

.commerce-extra-panes-checkout-form .terms {
  font-size: 12px;
  margin: 0 0 20px;
  padding: 10px 0;
  line-height: 1.5;
  color: #444;
  text-align: justify;
}

.commerce-extra-panes-checkout-form .terms p {
  padding: 10px 0;
}

#edit-extra-pane-node-137 .commerce-extra-panes-checkout-form .terms h2 {
  display: block;
  color: #444;
  font-family: "OpenSans", sans-serif;
  border-top: 1px dashed #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 25px 0 10px;
  margin: 10px 0 0;
}

#edit-extra-pane-node-137 legend {
  display: none;
  margin: 0;
}

#edit-extra-pane-node-137 #termspage legend {
  margin: 0;
  display: block;
  padding: 0 0;
}

#edit-extra-pane-node-137 #termspage legend body {
  display: none;
}

#edit-extra-pane-node-137 #termspage .fieldset-legend {
  padding-left: 20px;
}

#edit-extra-pane-node-137 .body fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.commerce-extra-panes-checkout-form {
  display: block;
  min-height: 40px;
}

.commerce-extra-panes-checkout-form .terms ol {
  margin: 10px;
}

.commerce-extra-panes-checkout-form .terms ol li {
  color: #444;
  padding: 5px 0;
  font-size: 12px;
}

#commerce-checkout-form-checkout .form-type-checkbox {
  padding: 0;
  text-align: left;
  margin: 0;
}

#commerce-checkout-form-checkout #edit-buttons,
#commerce-checkout-form-review #edit-buttons {
  text-align: center;
  border: none;
}

#commerce-checkout-form-checkout .commerce_payment .messages,
#commerce-checkout-form-checkout .commerce_payment .warning {
  display: none;
}

#commerce-checkout-form-checkout input.form-checkbox,
#commerce-checkout-form-checkout input.form-radio {
  vertical-align: baseline;
}

.checkout-processing {
  display: none;
}

.checkout-help {
  text-align: center;
}

#commerce-checkout-form-review #edit-checkout-review .field-phone-zak .field-label {
  float: left;
  margin: 0 10px 0 0;
  color: #000;
}

#commerce-checkout-form-review tr.pane-title {
  text-align: center;
  text-transform: uppercase;
  background-color: #ccc;
  color: #fff;
}

#commerce-checkout-form-review .form-item label {
  font-family: "OpenSans", sans-serif;
}

.thanks {
  font-size: 80%;
  text-align: justify;
}
@media (min-width: 551px) {
  .thanks {
    margin: -20px 20px 50px;
    padding: 0 90px;
  }
}
@media (max-width: 550px) {
  .thanks h2 {
    font-size: 30px;
  }
  .thanks h3 {
    font-size: 22px;
  }
  .thanks h3 a {
    display: block;
  }
}

.thanks img {
  text-align: center;
  display: block;
  margin: 0 auto 35px;
}

#termspage p {
  padding: 0;
  margin: 14px 0 0;
}

#termspag legend {
  padding: 0;
}

#edit-commerce-payment-payment-details-sermepa-description label {
  display: none;
}

#edit-commerce-payment-payment-details-sermepa-description p {
  padding: 0 0 0 25px;
  color: #fff;
  font-size: 13px;
}

/* Gor */
#commerce-checkout-form-checkout .field-type-addressfield {
  display: none;
}

#main-content-booking #edit-field-session-tid-wrapper {
  display: none;
}