/* select2 plugin styles */

/* CSS declarations go here */

#loading {
  position: relative;
}

#loading:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 66, 75, 0.75);
  z-index: 9998;
}

#loading p {
  position: fixed;
  width: 128px;
  height: 60px;
  left: 50%;
  top: 50%;
  /* margin-top: -64px; */
  /* margin-left: 30px; */
  z-index: 9999;
  transform: translate(-50%,-50%);
  color: white;
}

#loading img.logo {
  width: 128px;
  height: auto;
}

.datepicker {
  z-index: 9999 !important;
}

tr.unsaved td,
form.unsaved td {
  background: green;
}

.error {
  font-weight: bold;
  color: red;
}

table form {
  display: table-row;
}

#school-name {
  min-width: 600px;
}

table td img {
  width: auto;
  height: auto;
  max-width: 200px;
}

nav li.logo img {
  width: auto;
  height: auto;
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

nav li.logo h1 {
  display: inline-block;
  vertical-align: middle;
}

#topnav .topbar-main .logo {
  margin-top: 4px;
}

#topnav .topbar-main .logo img {
  height: 45px;
}

pre.error:empty,
.error:empty {
  display: none;
}

.checkbox label {
  vertical-align: top;
}

#map-search {
  display: none;
  width: calc(100% + 10px);
}

.table-bordered {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

table.focus-on tbody form.focused th {
  background-color: #2dc4b9;
  color: #ffffff;
}

.at-input.checkbox label {
  position: relative;
  z-index: 999;
}

.at-input {
  position: relative
}

.at-input .fa-check {
  position: absolute;
  right: 8px;
  top: 11px;
}

input.minimal {
  display: inline-block;
  width: auto;
}

.font-150 {
  font-size: 150%;
}

select,
input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select {
  appearance: menulist;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.desktop-hide {
  display: none;
}

body.black {
  background: #1A1924;
}

.user-prepayment .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

@media (max-width: 991px) {

  div.qunabu-responsive table {
    display: block;
    width: 100%;
    position: relative;
  }

  div.qunabu-responsive table.table-bordered {
    border: 0 none;
  }

  div.qunabu-responsive .table-bordered > thead > form > th,
  div.qunabu-responsive .table-bordered > tbody > form > th,
  div.qunabu-responsive .table-bordered > .tbody > form > th,
  div.qunabu-responsive .table-bordered > tfoot > form > th,
  div.qunabu-responsive .table-bordered > thead > form > td,
  div.qunabu-responsive .table-bordered > tbody > form > td,
  div.qunabu-responsive .table-bordered > .tbody > form > td,
  div.qunabu-responsive .table-bordered > .tbody > tr > td,
  div.qunabu-responsive .table-bordered > tfoot > form > td {
    border: 0 none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  div.qunabu-responsive tfoot > tr > td {
    border: 0 none;
  }

  div.qunabu-responsive table thead {
    display: none;
  }

  div.qunabu-responsive table tbody,
  div.qunabu-responsive table .tbody {
    width: 100%;
    display: block !important;
  }

  div.qunabu-responsive table tbody td,
  div.qunabu-responsive table .tbody td {
    width: 100%;
    display: block;
  }

  div.qunabu-responsive table tbody td.actions button,
  div.qunabu-responsive table .tbody td.actions button {
    display: inline-block;
  }

  div.qunabu-responsive table tbody td:first-child,
  div.qunabu-responsive table .tbody td:first-child {
    border-top: 0 none;
  }

  div.qunabu-responsive table tbody td:before,
  div.qunabu-responsive table .tbody td:before {
    content: attr(data-th);
    display: block;
    width: 100%;
    font-weight: 400;
    padding-bottom: 5px;
  }

  div.qunabu-responsive table tbody td.inline-before:before,
  div.qunabu-responsive table .tbody td.inline-before:before {
    content: attr(data-th);
    display: inline;
    width: 100%;
    font-weight: 400;
    padding-right: 10px;
  }

  div.qunabu-responsive table tbody tr,
  div.qunabu-responsive table tbody form,
  div.qunabu-responsive table .tbody tr,
  div.qunabu-responsive table .tbody form {
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #2b333b;
    display: block !important;
    margin-bottom: 30px;
  }

  div.qunabu-responsive table tbody form.add-menu,
  div.qunabu-responsive table .tbody form.add-menu,
  div.qunabu-responsive table tbody .add-form,
  div.qunabu-responsive table .tbody .add-form {
    display: none !important;
  }

  div.qunabu-responsive table tbody form.add-menu.show-form,
  div.qunabu-responsive table .tbody form.add-menu.show-form,
  div.qunabu-responsive table tbody .add-form.show-form,
  div.qunabu-responsive table .tbody .add-form.show-form {
    display: block !important;
  }

  div.qunabu-responsive table tbody tr.add-form.show-form td:before,
  div.qunabu-responsive table .tbody tr.add-form.show-form td:before {
    display: none;
  }

  div.qunabu-responsive table tbody td p,
  div.qunabu-responsive table .tbody td p {
    margin-bottom: 0;
  }

  div.qunabu-responsive table tfoot {
    display: block;
  }

  div.qunabu-responsive table tfoot tr,
  div.qunabu-responsive table tfoot tr td {
    display: block;
    width: 100%;
  }

  div.qunabu-responsive table .przerwa .col-sm-1,
  div.qunabu-responsive table .przerwa .col-sm-4,
  div.qunabu-responsive table .przerwa .col-sm-5 {
    display: inline-block;
    width: auto;
    max-width: 85px;
  }

  div.qunabu-responsive .order-image {
    display: block;
  }

  div.qunabu-responsive .order-amount {
    position: absolute;
    top: 0;
    right: 5px;
    border-top: 0 none;
  }

  button#payment {
    white-space: normal;
  }

  .countdown-container {
    text-align: center;
  }

  div.qunabu-responsive.order-table table.basket {
    margin-bottom: 0;
  }

  div.qunabu-responsive.order-table table .tbody td.provider {
    display: inline-block;
    width: 24%;
  }

  div.qunabu-responsive.order-table table .tbody td.course {
    display: inline-block;
    width: 60%;
  }

  div.qunabu-responsive.order-table table .tbody td.price {
    display: inline-block;
    width: 26%;
  }

  div.qunabu-responsive.order-table table .tbody td {
    border: 0 none;
  }

  div.qunabu-responsive.order-table table .tbody td.actions {
    height: 100%;
    padding: 0;
  }

  div.qunabu-responsive.order-table table .tbody td.actions button {
    width: 100%;
    height: 100%;
    opacity: 0;
    right: 0;
  }

  div.qunabu-responsive.order-table table .tbody form {
    padding: 0px;
    border: 0 none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    background: none;
    display: block !important;
    padding-bottom: 8px;
    margin-bottom: 5px;
    position: relative;
  }

  div.qunabu-responsive.order-table table .tbody form:last-child {
    border-bottom: 0 none;
  }

  .card-box.order-template {
    padding: 10px;
  }

  .mobile-cart {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1032;
    display: none;
    padding: 0;
    max-width: 100vw;
    color: #fff;
  }

  .mobile-cart .card-box {
    min-height: 100vh;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0 none;
    padding-top: 40px;
  }

  .mobile-cart .card-box .table.table-actions-bar {
    max-height: 45vh;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
  }

  .mobile-cart .card-box .table.table-actions-bar td.priceamount {
    width: 70%;
  }

  .mobile-cart .card-box .table.table-actions-bar td.basket-price {
    width: 30%;
  }

  .mobile-cart .mobile-cart-hide {
    display: block;
    position: absolute;
    top: 5px;
  }

  .mobile-basket-fixed {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1031;
  }

  .mobile-basket-fixed i {
    font-size: 26px;
    background: #1A1924;
    padding: 12px;
    color: #EDA90D;
  }

  .mobile-basket-fixed .btn {
    position: absolute;
    left: 55px;
    top: 8px;
    color: #000 !important;
  }

  .mobile-basket-fixed .summ {
    display: inline-block;
    background: #252533;
    padding: 10px;
    width: calc(100% - 49px);
    vertical-align: top;
    margin: 1px 0 0 -5px;
    text-align: right;
    color: #EDA90D;
  }

  .mobile-cart .basket-card-box small.basket-amount,
  .mobile-cart .card-box .table.table-actions-bar td.basket-price span {
    color: #1A1924;
  }

  .mobile-cart .subtract.btn {
    opacity: 0;
    height: auto !important;
  }

  body.confirmation {
    background: #1A1924;
  }

  body.confirmation footer {
    position: absolute;
    bottom: 0;
  }
}

tr > form:-moz-is-html, tbody > form:-moz-is-html,
thead > form:-moz-is-html, tfoot > form:-moz-is-html,
table > form:-moz-is-html {
  /* Important: don't show these forms in HTML */
  display: block !important;
}

div.tbody {
  display: table-row-group !important;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: collapse;
}

table.basket img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table.basket td.provider {
  width: 40%;
}

table.basket td.course {
  width: 35%;
}

table.basket td.price {
  width: 15%;
}

table.basket td.actions {
  width: 10%;
}

.qunabu-responsive .add-day-menu td {
  padding-bottom: 40px !important;
  border-bottom: 3px solid #98a6ad !important;
}

@media (max-width: 991px) {
  .no-padding-margin-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .no-padding-margin-top {
    padding-top: 0;
    margin-top: 0;
  }

  .notifyjs-corner {
    /*left: 50% !important;*/
    /*transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
  }

  footer .pull-right {
    float: left !important;
  }
}

@media (max-width: 320px) {
  #topnav .container {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.waitForFonts {
  opacity: 0;
}
.fontsLoaded {
  opacity: 1;
}



