/*! ######### VIEWSION.net CSS */
/*
############################################################################################
################################################################## GLOBAL SASS SETUP & TOOLS
############################################################################################
*/
/*

$brakepoint_mobile_large_container_inner_width	: $brakepoint_mobile_large_container_width - $colPadding-mobile_large * 2;
$brakepoint_tablet_container_inner_width		: $brakepoint_tablet_container_width - $colPadding-tablet * 2;
$brakepoint_default_container_inner_width		: $brakepoint_default_container_width - $colPadding-default * 2;
$brakepoint_large_container_inner_width			: $brakepoint_large_container_width - $colPadding-large * 2;

*/
.settingsBar {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 80px;
  box-shadow: 0px 0px 5px #ccc; }

.settingsBar > div {
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.95);
  text-align: center;
  border-bottom: 1px solid #165b18;
  padding: 10px 0px; }

.settingsBar select,
.settingsBar #datepicker {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding: 0px 10px 0px 40px;
  margin: 0px;
  border-radius: 5px;
  -moz-appearance: none;
  outline: 0;
  position: relative; }

.settingsBar select#selDate {
  position: absolute; }

.settingsBar #datepicker {
  width: 105px;
  width: 10.5rem;
  text-align: center; }

.settingsBar div > .ico {
  background-color: #165b18;
  position: absolute;
  width: 24px;
  border: 4px solid #165b18;
  height: 34px;
  left: 0px;
  line-height: 20px;
  margin: 0px; }

.settingsBar .category .ico {
  right: -2px;
  left: inherit; }

.settingsBar .category {
  margin-left: 40px; }

.settingsBar .category select {
  padding: 0px 40px 0px 10px; }

.settingsBar .settings .persons {
  margin: 5px 40px; }

.settingsBar .settings > div {
  display: inline-block;
  line-height: 0px;
  background-color: #fff;
  position: relative;
  margin: 5px 5px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top; }

.settingsBar .settings > div > label {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  color: #fff; }

.detail {
  border: 1px solid #ccc;
  position: relative; }

.detail > .top {
  margin: 15px; }

.detail h1 {
  margin-right: 40px; }

.detail .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #eee;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px; }

.main .contImg {
  margin-top: 30px; }

.main .contImg img {
  width: 100%;
  height: auto; }

.overview {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 1px; }

.overview .itm {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #d4ffd0;
  padding-bottom: 12px;
  margin-top: -1px; }

.overview .itm:hover {
  background-color: #a3ff9b; }

.overview .itm:hover a {
  color: #000; }

.overview .itm h2 a {
  color: #165b18; }

.overview .itm > div {
  position: relative;
  overflow: hidden; }

.overview .itm .lft {
  float: left;
  width: 75%; }

.overview .itm .rgt {
  width: 18%;
  float: right; }

.overview .itm .rgt > div {
  text-align: center;
  margin-bottom: 5px; }

.overview .itm.av-0 {
  background-color: #fff; }

.overview .itm.av-low {
  background-color: #fff6d2; }

.overview .itm.av-low:hover {
  background-color: #ffefb4; }

.overview .itm.av-0 > div {
  opacity: .5; }

.overview .itm .price {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }

.overview .itm .price span {
  display: block; }

.overview .itm .price .unit {
  margin-top: -5px; }

.overview .itm .label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff; }

.overview .itm .label.av-0 {
  background-color: #ffdede;
  color: #bc0000; }

.overview .itm .label.av-low {
  color: #b97c00; }

.overview .itm + .itm.group {
  margin-bottom: 30px; }

.selectOpt {
  margin-bottom: 20px; }

.selectOpt .items {
  position: relative;
  font-size: 0px; }

.selectOpt .itm {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer; }

.selectOpt .itm.sel > div {
  background-color: #d4ffd0;
  border-color: #2ba848; }

.selectOpt .itm > div {
  margin: 15px;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  border: 1px solid #ccc; }

.selectOpt h2 {
  background-color: #eee;
  padding: 15px; }

.selectOpt .itm .details, .selectOpt .itm button {
  display: none; }

.timeWidget {
  width: 100%;
  position: relative;
  float: left;
  background-color: #fff;
  cursor: default;
  clear: both;
  margin-bottom: 40px; }

.timeWidget .title {
  float: left;
  font-size: 14px; }

.timeWidget .title > div.head > div {
  position: absolute;
  width: 100%;
  border-right: none;
  font-size: 16px; }

.timeWidget .title > div {
  height: 41px; }

.timeWidget .title > div > div {
  width: 80px;
  line-height: 40px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border-right: 1px solid #ccc;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }

/*
.timeline { position: absolute; left: 0px; right: 0px; top: 0px;  display: block; overflow: scroll; padding-bottom: 20px; }

.timeline > div {width: <?= ($colCount*58+85) ?>px; float: left; margin: 0; margin-top: 41px; }


.timeline > div > ul {float: left; padding-left: 85px; margin: 0; border-bottom: 1px solid #ccc; height: 40px; position: relative}

.timeline .lock {position: absolute; background-color: #fff; opacity: .5; left: 0px; right: 0px; top: 0px; height:40px;}



/*
.slot {background-color: #ccc; width:40px; margin: 2px; padding: 0px 4px; height: 30px; line-height: 30px; float: left; display: inline-block; font-size: 14px; position: relative; border: 3px solid #fff; cursor: default; overflow: hidden }

.slot.av:hover {border-color: #c4c4c4}
.slot input {display: block; position: absolute; top: -20px; left: -20px;}
.slot inputX {display: none}
.slot .av {display: block; position: absolute; right: 2px; top: -12px; font-size: 9px; }

.slot.av {background-color: #a9f0b2}

.slot.seltime {background-color: #04ab0f; border-color: #04ab0f; color: #a9f0b2 }
.slot.seltime.sel {border-color: #000; color: #fff; text-shadow: 0px 0px 1px #fff}
.slot.seltime.sel:hover {border-color: #000 !important;}

.slot.sel,
.slot.sel.av:hover {border: 3px solid #04ab0f;}

*/
.sidebar > div {
  border: 1px solid #ccc;
  margin-bottom: 20px; }

.sidebar > div > div {
  margin: 15px; }

.addToCart,
#content .cart {
  background-color: #eee; }

.sidebar .btn {
  width: 100%;
  line-height: 5rem; }

.addToCart .date {
  font-weight: bold; }

.sidebar sup {
  line-height: 5px; }

.sidebar .items {
  clear: both; }

.sidebar .items .itm {
  border-top: 1px solid #ccc;
  padding: 5px 0px;
  width: 100%;
  clear: both;
  position: relative; }

.sidebar .btn {
  width: auto;
  display: block;
  margin-top: 20px;
  text-align: center; }

.sidebar .addToCart .btn {
  width: 100%; }

.sidebar .schedule {
  margin-left: 2.3rem; }

.sidebar .botHint {
  display: block;
  text-align: right; }

.sidebar .sum {
  border-top: 2px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
  overflow: hidden; }

.sidebar .sum .total {
  float: right; }

.sidebar .sum .total > span {
  font-weight: bold; }

.sidebar .contImg {
  border: none; }

.sidebar .contImg img {
  width: 100%;
  height: auto; }

#content .cart .itm .name {
  margin-right: 50px;
  display: block; }

#content .cart .itm .timer {
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 5px;
  padding: 0 4px;
  color: #666; }

#content .cart .itm > div {
  overflow: hidden;
  margin-top: 5px; }

#content .cart .itm > div .lft {
  float: left; }

#content .cart .itm > div .rgt {
  float: right; }

#content .cart .itm .qty {
  position: absolute;
  right: 80px; }

#content .cart .itm .del {
  margin-right: 10px;
  color: #a83232;
  padding: 0;
  background-color: transparent; }

#content {
  padding-top: 180px; }

.debugOut {
  display: none !important; }

.debug .debugOut {
  display: block !important; }

.inner {
  margin-left: -20px;
  margin-right: -20px; }

.contBottom {
  margin-top: 60px; }

.contBottom * {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem; }

.settingsBar .btn {
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin: 5px;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: top; }

.settingsBar .btn > .ico {
  width: 30px;
  margin: 0; }

.accordion-handle {
  cursor: pointer;
  padding-top: 10px;
  position: relative; }

.accordion-panel h5 {
  padding-right: 130px;
  padding-left: 20px; }

.accordion-panel h5 .ico {
  position: absolute;
  left: 0px; }

.accordion-handle .price .pp {
  display: none; }

.accordion-handle .label.av-0 {
  color: #e14f4f; }

.accordion-handle .label.av-low {
  color: #d57a0b; }

.accordion-handle .price,
.accordion-handle .label {
  position: absolute;
  right: 40px;
  top: 23px;
  font-size: 12px;
  width: 100px;
  text-align: right;
  line-height: 14px;
  transition: opacity .5s; }

.accordion-handle .label {
  opacity: 0; }

.accordion-panel.open .accordion-handle .label {
  opacity: 1; }

.accordion-panel.open .accordion-handle .price {
  opacity: 0; }

.avIndicator {
  background-color: #ff6f6f;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: 20px;
  text-indent: 30px;
  overflow: hidden; }

.av-true .avIndicator {
  background-color: #75ed8f; }

.av-low .avIndicator {
  background-color: #ffda61; }

.accordion-panel.open h5,
.accordion-panel:hover h5 {
  color: #165b18; }

.accordion-panel.open {
  background-color: #ffffff; }

.accordion-panel .accordion-openOnly,
.accordion-panel.open .accordion-closedOnly {
  display: none; }

.accordion-panel.open .accordion-openOnly,
.accordion-panel .accordion-closedOnly {
  display: inline-block; }

.accordion-footer {
  margin-top: 20px;
  overflow: hidden; }

.accordion-footer .btn {
  margin-left: 10px; }

.accordion-footer .voucher {
  padding-top: 5px; }

.accordion-panel {
  background-color: transparent;
  transition: background-color 1s;
  border-bottom: 1px solid #ccc; }

.accordion-slide {
  padding: 0px 10px 20px 20px;
  display: none; }

.accordion-panel.show .accordion-slide {
  max-height: 500px;
  visibility: visible; }

@media (max-width: 767px) {
  .settingsBar .settings {
    text-align: left;
    padding: 0px 16px; }

  .settingsBar .settings .persons {
    margin: 5px;
    float: right; }

  .settingsBar select,
  .settingsBar #datepicker {
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

  .settingsBar #datepicker {
    width: 100px;
    width: 10rem;
    margin: 0;
    padding: 0px 10px 0px 35px;
    text-align: right; }

  .settingsBar div > .ico {
    height: 24px;
    width: 20px; }

  .settingsBar .category {
    margin: 5px !important;
    width: 98%; }

  .settingsBar .category select {
    width: 100%; }

  .settingsBar .btn {
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin-right: 0px;
    margin-left: 0px; }

  .settingsBar .btn:first-child {
    margin-left: 5px; }

  #content {
    padding-top: 200px; }

  .accordion-handle .price,
  .accordion-handle .label {
    top: 16px; }

  .avIndicator {
    top: 13px; } }
