﻿/*
#######################################################
VenueDoo Shop Css, 2016-09-19 11:05, HMR
Shop-Id = a1f0cf94512f963e5ed4edd9af70e2cc
#######################################################
Script wird extern eingebunden
#######################################################
*/

/*############################################################*/
/* Container */
/*############################################################*/
#venuedoo {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    background-color:#f2f2f2;
  color:black;
}
#venuedoo p {
    color:black;
}
#venuedoo h3 {
    color:black;
}
#venuedoo h4 {
    color:black;
}
#venuedoo a {
    color:black;
}
#venuedoo a:focus, #venuedoo a:hover, #venuedoo a:active {
    text-decoration: underline;
    color:black;
}
#venuedoo * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#venuedoo *:before,
#venuedoo *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#venuedoo input {
    width: 100%;
}
#venuedoo select {
    width: 100%;
}
.vd-reset {
    all: unset;
}
hr.vd-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/*############################################################*/
/* Bootstrap adaption */
/*############################################################*/
.vd-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.vd-row {
  margin-right: -15px;
  margin-left: -15px;
}
.vd-col-xs-1, .vd-col-sm-1, .vd-col-md-1, .vd-col-lg-1, .vd-col-xs-2, .vd-col-sm-2, .vd-col-md-2, .vd-col-lg-2, .vd-col-md-2-4, .vd-col-xs-2-4, .vd-col-sm-2-4, .vd-col-lg-2-4, .vd-col-xs-3, .vd-col-sm-3, .vd-col-md-3, .vd-col-lg-3, .vd-col-xs-4, .vd-col-sm-4, .vd-col-md-4, .vd-col-lg-4, .vd-col-xs-5, .vd-col-sm-5, .vd-col-md-5, .vd-col-lg-5, .vd-col-xs-6, .vd-col-sm-6, .vd-col-md-6, .vd-col-lg-6, .vd-col-xs-7, .vd-col-sm-7, .vd-col-md-7, .vd-col-lg-7, .vd-col-xs-8, .vd-col-sm-8, .vd-col-md-8, .vd-col-lg-8, .vd-col-xs-9, .vd-col-sm-9, .vd-col-md-9, .vd-col-lg-9, .vd-col-xs-10, .vd-col-sm-10, .vd-col-md-10, .vd-col-lg-10, .vd-col-xs-11, .vd-col-sm-11, .vd-col-md-11, .vd-col-lg-11, .vd-col-xs-12, .vd-col-sm-12, .vd-col-md-12, .vd-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.vd-col-xs-1, .vd-col-xs-2, .vd-col-xs-2-4, .vd-col-xs-3, .vd-col-xs-4, .vd-col-xs-5, .vd-col-xs-6, .vd-col-xs-7, .vd-col-xs-8, .vd-col-xs-9, .vd-col-xs-10, .vd-col-xs-11, .vd-col-xs-12 {
  float: left;
}
.vd-col-xs-12 {
  width: 100%;
}
.vd-col-xs-11 {
  width: 91.66666667%;
}
.vd-col-xs-10 {
  width: 83.33333333%;
}
.vd-col-xs-9 {
  width: 75%;
}
.vd-col-xs-8 {
  width: 66.66666667%;
}
.vd-col-xs-7 {
  width: 58.33333333%;
}
.vd-col-xs-6 {
  width: 50%;
}
.vd-col-xs-5 {
  width: 41.66666667%;
}
.vd-col-xs-4 {
  width: 33.33333333%;
}
.vd-col-xs-3 {
  width: 25%;
}
.vd-col-xs-2 {
  width: 16.66666667%;
}
.vd-col-xs-1 {
  width: 8.33333333%;
}
.vd-col-xs-pull-12 {
  right: 100%;
}
.vd-col-xs-pull-11 {
  right: 91.66666667%;
}
.vd-col-xs-pull-10 {
  right: 83.33333333%;
}
.vd-col-xs-pull-9 {
  right: 75%;
}
.vd-col-xs-pull-8 {
  right: 66.66666667%;
}
.vd-col-xs-pull-7 {
  right: 58.33333333%;
}
.vd-col-xs-pull-6 {
  right: 50%;
}
.vd-col-xs-pull-5 {
  right: 41.66666667%;
}
.vd-col-xs-pull-4 {
  right: 33.33333333%;
}
.vd-col-xs-pull-3 {
  right: 25%;
}
.vd-col-xs-pull-2 {
  right: 16.66666667%;
}
.vd-col-xs-pull-1 {
  right: 8.33333333%;
}
.vd-col-xs-pull-0 {
  right: auto;
}
.vd-col-xs-push-12 {
  left: 100%;
}
.vd-col-xs-push-11 {
  left: 91.66666667%;
}
.vd-col-xs-push-10 {
  left: 83.33333333%;
}
.vd-col-xs-push-9 {
  left: 75%;
}
.vd-col-xs-push-8 {
  left: 66.66666667%;
}
.vd-col-xs-push-7 {
  left: 58.33333333%;
}
.vd-col-xs-push-6 {
  left: 50%;
}
.vd-col-xs-push-5 {
  left: 41.66666667%;
}
.vd-col-xs-push-4 {
  left: 33.33333333%;
}
.vd-col-xs-push-3 {
  left: 25%;
}
.vd-col-xs-push-2 {
  left: 16.66666667%;
}
.vd-col-xs-push-1 {
  left: 8.33333333%;
}
.vd-col-xs-push-0 {
  left: auto;
}
.vd-col-xs-offset-12 {
  margin-left: 100%;
}
.vd-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.vd-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.vd-col-xs-offset-9 {
  margin-left: 75%;
}
.vd-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.vd-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.vd-col-xs-offset-6 {
  margin-left: 50%;
}
.vd-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.vd-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.vd-col-xs-offset-3 {
  margin-left: 25%;
}
.vd-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.vd-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.vd-col-xs-offset-0 {
  margin-left: 0;
}
.vd-no-padding {
    padding: 0px;
}
vd-pad-2-right {
    padding-right: 2px;
}
vd-pad-2-left {
    padding-left: 2px;
}
vd-pad-2-center {
    padding-left:2px;
    padding-right:2px;
}
.vd-hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}
/*########################################*/

.dp {
    width: 100%;
    color:black;
}
.dp .dp_header {
    height: 60px;
    width: 100%;
    font-size: 1.2em;
}
.dp .dp_header .dp_header_left {
    float:left;
    width: 20%;
    text-align: center;
    padding-top: 18px;
}
.dp .dp_header .dp_header_center {
    float:left;
    width: 60%;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}
.dp .dp_header .dp_header_right {
    float:left;
    width: 20%;
    text-align: center;
    padding-top: 18px;
}

.dp .dp_body {
    margin: 0 auto;
}
.dp .dp_body .dp_row {
    clear:left;
}
.dp .dp_body .dp_col.blr {
    border-right: none;
}
.dp .dp_body .dp_col {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko         */
    box-sizing: border-box;

    float:left;
    width: 14.28%;
    height: 40px;
    border-top: 1px solid #252054;
    border-right: 1px solid #252054;
    text-align: center;
    padding-top: 10px;
    font-size: 1.1em;
    cursor:pointer;
}
.dp .dp_body .dp_col.emptydate {
    cursor:default;
}
.dp .dp_body .dp_col.past {
    color:#ddd !important;
    cursor:default;
}
    .dp .dp_body .dp_col.nextmonth {
        color: #bababa !important;
    }
.dp .dp_body .dp_col.othermonth {
    color: #bababa !important;
    cursor: default;
}


.dp .dp_body .dp_col.head {
    background: #b59115;
    color: #ffffff;
    cursor: default;
    /*font-weight:bold;*/
}
.dp .dp_body .dp_col.istoday {
    /*background: #7c87d0;*/
    background: rgba(181,145,21,0.3);
}
.dp .dp_body .dp_col.active {
    background: #b59115;
    color: #ffffff;
    cursor:default;
}
.dp .dp_body .dp_col.selected {
    background: #b59115;
    cursor:default;
}
.dp .dp_body .dp_col:hover {
    background: #b59115;
}
.dp .dp_body .dp_col.past:hover {
    background: none;
}
.dp .dp_body .dp_col.emptydate:hover {
    background: none;
}
.dp .dp_body .dp_col.active:hover {
    background: #b59115;
}

.dp_header_left a {
    padding-top: 20px;
    text-align: center;
}
.dp_header_left a:hover {
    color:#35b5eb;
}
.dp_header_left a:active {
    color:#fff;
}
.dp_header_left a img {
    width: 28px;
}
.dp_header_right a {
    padding-top: 20px;
    text-align: center;
}
.dp_header_right a:hover {
    color:#35b5eb;
}
.dp_header_right a:active {
    color:#fff;
}
.dp_header_right a img {
    width: 28px;
}

/*########################################*/

/*############################################################*/
/* Bootstrap adaption */
/*############################################################*/

.clearfix:after,
.vd-container:before,
.vd-container:after,
.vd-row:before,
.vd-row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.vd-container:after,
.vd-container-fluid:after,
.vd-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.vd-hidden {
  display: none !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*############################################################*/

input.vd-order-input {
    padding: 6px 12px !important;
}

.vd-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.vd-btn-progress {
    background: rgb(255,197,120);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    position:absolute;
    margin: -7px -13px;
    height: 34px;
}
@keyframes vd-btn-progress-animation0 {
from { width: 0%; }
to { width: 0%; }
}
@keyframes vd-btn-progress-animation1 {
from { width: 0%; }
to { width: 1%; }
}
@keyframes vd-btn-progress-animation2 {
from { width: 0%; }
to { width: 2%; }
}
@keyframes vd-btn-progress-animation3 {
from { width: 0%; }
to { width: 3%; }
}
@keyframes vd-btn-progress-animation4 {
from { width: 0%; }
to { width: 4%; }
}
@keyframes vd-btn-progress-animation5 {
from { width: 0%; }
to { width: 5%; }
}
@keyframes vd-btn-progress-animation6 {
from { width: 0%; }
to { width: 6%; }
}
@keyframes vd-btn-progress-animation7 {
from { width: 0%; }
to { width: 7%; }
}
@keyframes vd-btn-progress-animation8 {
from { width: 0%; }
to { width: 8%; }
}
@keyframes vd-btn-progress-animation9 {
from { width: 0%; }
to { width: 9%; }
}
@keyframes vd-btn-progress-animation10 {
from { width: 0%; }
to { width: 10%; }
}
@keyframes vd-btn-progress-animation11 {
from { width: 0%; }
to { width: 11%; }
}
@keyframes vd-btn-progress-animation12 {
from { width: 0%; }
to { width: 12%; }
}
@keyframes vd-btn-progress-animation13 {
from { width: 0%; }
to { width: 13%; }
}
@keyframes vd-btn-progress-animation14 {
from { width: 0%; }
to { width: 14%; }
}
@keyframes vd-btn-progress-animation15 {
from { width: 0%; }
to { width: 15%; }
}
@keyframes vd-btn-progress-animation16 {
from { width: 0%; }
to { width: 16%; }
}
@keyframes vd-btn-progress-animation17 {
from { width: 0%; }
to { width: 17%; }
}
@keyframes vd-btn-progress-animation18 {
from { width: 0%; }
to { width: 18%; }
}
@keyframes vd-btn-progress-animation19 {
from { width: 0%; }
to { width: 19%; }
}
@keyframes vd-btn-progress-animation20 {
from { width: 0%; }
to { width: 20%; }
}
@keyframes vd-btn-progress-animation21 {
from { width: 0%; }
to { width: 21%; }
}
@keyframes vd-btn-progress-animation22 {
from { width: 0%; }
to { width: 22%; }
}
@keyframes vd-btn-progress-animation23 {
from { width: 0%; }
to { width: 23%; }
}
@keyframes vd-btn-progress-animation24 {
from { width: 0%; }
to { width: 24%; }
}
@keyframes vd-btn-progress-animation25 {
from { width: 0%; }
to { width: 25%; }
}
@keyframes vd-btn-progress-animation26 {
from { width: 0%; }
to { width: 26%; }
}
@keyframes vd-btn-progress-animation27 {
from { width: 0%; }
to { width: 27%; }
}
@keyframes vd-btn-progress-animation28 {
from { width: 0%; }
to { width: 28%; }
}
@keyframes vd-btn-progress-animation29 {
from { width: 0%; }
to { width: 29%; }
}
@keyframes vd-btn-progress-animation30 {
from { width: 0%; }
to { width: 30%; }
}
@keyframes vd-btn-progress-animation31 {
from { width: 0%; }
to { width: 31%; }
}
@keyframes vd-btn-progress-animation32 {
from { width: 0%; }
to { width: 32%; }
}
@keyframes vd-btn-progress-animation33 {
from { width: 0%; }
to { width: 33%; }
}
@keyframes vd-btn-progress-animation34 {
from { width: 0%; }
to { width: 34%; }
}
@keyframes vd-btn-progress-animation35 {
from { width: 0%; }
to { width: 35%; }
}
@keyframes vd-btn-progress-animation36 {
from { width: 0%; }
to { width: 36%; }
}
@keyframes vd-btn-progress-animation37 {
from { width: 0%; }
to { width: 37%; }
}
@keyframes vd-btn-progress-animation38 {
from { width: 0%; }
to { width: 38%; }
}
@keyframes vd-btn-progress-animation39 {
from { width: 0%; }
to { width: 39%; }
}
@keyframes vd-btn-progress-animation40 {
from { width: 0%; }
to { width: 40%; }
}
@keyframes vd-btn-progress-animation41 {
from { width: 0%; }
to { width: 41%; }
}
@keyframes vd-btn-progress-animation42 {
from { width: 0%; }
to { width: 42%; }
}
@keyframes vd-btn-progress-animation43 {
from { width: 0%; }
to { width: 43%; }
}
@keyframes vd-btn-progress-animation44 {
from { width: 0%; }
to { width: 44%; }
}
@keyframes vd-btn-progress-animation45 {
from { width: 0%; }
to { width: 45%; }
}
@keyframes vd-btn-progress-animation46 {
from { width: 0%; }
to { width: 46%; }
}
@keyframes vd-btn-progress-animation47 {
from { width: 0%; }
to { width: 47%; }
}
@keyframes vd-btn-progress-animation48 {
from { width: 0%; }
to { width: 48%; }
}
@keyframes vd-btn-progress-animation49 {
from { width: 0%; }
to { width: 49%; }
}
@keyframes vd-btn-progress-animation50 {
from { width: 0%; }
to { width: 50%; }
}
@keyframes vd-btn-progress-animation51 {
from { width: 0%; }
to { width: 51%; }
}
@keyframes vd-btn-progress-animation52 {
from { width: 0%; }
to { width: 52%; }
}
@keyframes vd-btn-progress-animation53 {
from { width: 0%; }
to { width: 53%; }
}
@keyframes vd-btn-progress-animation54 {
from { width: 0%; }
to { width: 54%; }
}
@keyframes vd-btn-progress-animation55 {
from { width: 0%; }
to { width: 55%; }
}
@keyframes vd-btn-progress-animation56 {
from { width: 0%; }
to { width: 56%; }
}
@keyframes vd-btn-progress-animation57 {
from { width: 0%; }
to { width: 57%; }
}
@keyframes vd-btn-progress-animation58 {
from { width: 0%; }
to { width: 58%; }
}
@keyframes vd-btn-progress-animation59 {
from { width: 0%; }
to { width: 59%; }
}
@keyframes vd-btn-progress-animation60 {
from { width: 0%; }
to { width: 60%; }
}
@keyframes vd-btn-progress-animation61 {
from { width: 0%; }
to { width: 61%; }
}
@keyframes vd-btn-progress-animation62 {
from { width: 0%; }
to { width: 62%; }
}
@keyframes vd-btn-progress-animation63 {
from { width: 0%; }
to { width: 63%; }
}
@keyframes vd-btn-progress-animation64 {
from { width: 0%; }
to { width: 64%; }
}
@keyframes vd-btn-progress-animation65 {
from { width: 0%; }
to { width: 65%; }
}
@keyframes vd-btn-progress-animation66 {
from { width: 0%; }
to { width: 66%; }
}
@keyframes vd-btn-progress-animation67 {
from { width: 0%; }
to { width: 67%; }
}
@keyframes vd-btn-progress-animation68 {
from { width: 0%; }
to { width: 68%; }
}
@keyframes vd-btn-progress-animation69 {
from { width: 0%; }
to { width: 69%; }
}
@keyframes vd-btn-progress-animation70 {
from { width: 0%; }
to { width: 70%; }
}
@keyframes vd-btn-progress-animation71 {
from { width: 0%; }
to { width: 71%; }
}
@keyframes vd-btn-progress-animation72 {
from { width: 0%; }
to { width: 72%; }
}
@keyframes vd-btn-progress-animation73 {
from { width: 0%; }
to { width: 73%; }
}
@keyframes vd-btn-progress-animation74 {
from { width: 0%; }
to { width: 74%; }
}
@keyframes vd-btn-progress-animation75 {
from { width: 0%; }
to { width: 75%; }
}
@keyframes vd-btn-progress-animation76 {
from { width: 0%; }
to { width: 76%; }
}
@keyframes vd-btn-progress-animation77 {
from { width: 0%; }
to { width: 77%; }
}
@keyframes vd-btn-progress-animation78 {
from { width: 0%; }
to { width: 78%; }
}
@keyframes vd-btn-progress-animation79 {
from { width: 0%; }
to { width: 79%; }
}
@keyframes vd-btn-progress-animation80 {
from { width: 0%; }
to { width: 80%; }
}
@keyframes vd-btn-progress-animation81 {
from { width: 0%; }
to { width: 81%; }
}
@keyframes vd-btn-progress-animation82 {
from { width: 0%; }
to { width: 82%; }
}
@keyframes vd-btn-progress-animation83 {
from { width: 0%; }
to { width: 83%; }
}
@keyframes vd-btn-progress-animation84 {
from { width: 0%; }
to { width: 84%; }
}
@keyframes vd-btn-progress-animation85 {
from { width: 0%; }
to { width: 85%; }
}
@keyframes vd-btn-progress-animation86 {
from { width: 0%; }
to { width: 86%; }
}
@keyframes vd-btn-progress-animation87 {
from { width: 0%; }
to { width: 87%; }
}
@keyframes vd-btn-progress-animation88 {
from { width: 0%; }
to { width: 88%; }
}
@keyframes vd-btn-progress-animation89 {
from { width: 0%; }
to { width: 89%; }
}
@keyframes vd-btn-progress-animation90 {
from { width: 0%; }
to { width: 90%; }
}
@keyframes vd-btn-progress-animation91 {
from { width: 0%; }
to { width: 91%; }
}
@keyframes vd-btn-progress-animation92 {
from { width: 0%; }
to { width: 92%; }
}
@keyframes vd-btn-progress-animation93 {
from { width: 0%; }
to { width: 93%; }
}
@keyframes vd-btn-progress-animation94 {
from { width: 0%; }
to { width: 94%; }
}
@keyframes vd-btn-progress-animation95 {
from { width: 0%; }
to { width: 95%; }
}
@keyframes vd-btn-progress-animation96 {
from { width: 0%; }
to { width: 96%; }
}
@keyframes vd-btn-progress-animation97 {
from { width: 0%; }
to { width: 97%; }
}
@keyframes vd-btn-progress-animation98 {
from { width: 0%; }
to { width: 98%; }
}
@keyframes vd-btn-progress-animation99 {
from { width: 0%; }
to { width: 99%; }
}
@keyframes vd-btn-progress-animation100 {
from { width: 0%; }
to { width: 100%; }
}
.vd-btn:focus,
.vd-btn:active:focus,
.vd-btn.active:focus,
.vd-btn.focus,
.vd-btn:active.focus,
.vd-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vd-btn:hover,
.vd-btn:focus,
.vd-btn.focus {
  color: #333;
  text-decoration: none;
}
.vd-btn:active,
.vd-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.vd-btn.disabled,
.vd-btn[disabled],
fieldset[disabled] .vd-btn {
  cursor: default;
  /*background-color:rgba(0,0,0,0.2);*/
}
a.vd-btn.disabled,
fieldset[disabled] a.vd-btn {
  pointer-events: none;
}
.vd-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.vd-btn-default:focus,
.vd-btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
}
.vd-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.vd-btn-default:active,
.vd-btn-default.active,
.open > .dropdown-toggle.vd-btn-default {
  color: #333;
  background-color: #e6e6e6;
}
.vd-btn-default:active:hover,
.vd-btn-default.active:hover,
.open > .dropdown-toggle.vd-btn-default:hover,
.vd-btn-default:active:focus,
.vd-btn-default.active:focus,
.open > .dropdown-toggle.vd-btn-default:focus,
.vd-btn-default:active.focus,
.vd-btn-default.active.focus,
.open > .dropdown-toggle.vd-btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
}
.vd-btn-default:active,
.vd-btn-default.active,
.open > .dropdown-toggle.vd-btn-default {
  background-image: none;
}
.vd-btn-default.disabled:hover,
.vd-btn-default[disabled]:hover,
fieldset[disabled] .vd-btn-default:hover,
.vd-btn-default.disabled:focus,
.vd-btn-default[disabled]:focus,
fieldset[disabled] .vd-btn-default:focus,
.vd-btn-default.disabled.focus,
.vd-btn-default[disabled].focus,
fieldset[disabled] .vd-btn-default.focus {
  background-color: #fff;
}
.vd-btn-default .badge {
  color: #fff;
  background-color: #333;
}
/*############################################################*/
.vd-btn-available {
  color: #fff;
  background-color: rgb(110,183,75) !important;
  border-color: rgb(110,183,75);
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-available:focus,
.vd-btn-available.focus {
  color: #fff;
  border-color: rgb(110,183,75);
  opacity: 0.75;
}
.vd-btn-available:hover {
  color: #fff;
  border-color: rgb(110,183,75);
  opacity: 0.75;
}
.vd-btn-available:active,
.vd-btn-available.active,
.open > .dropdown-toggle.vd-btn-available {
  color: #fff;
  background-color: rgb(110,183,75);
  border-color: rgb(110,183,75);
}
.vd-btn-available:active:hover,
.vd-btn-available.active:hover,
.open > .dropdown-toggle.vd-btn-available:hover,
.vd-btn-available:active:focus,
.vd-btn-available.active:focus,
.open > .dropdown-toggle.vd-btn-available:focus,
.vd-btn-available:active.focus,
.vd-btn-available.active.focus,
.open > .dropdown-toggle.vd-btn-available.focus {
  color: #fff;
  border-color: rgb(110,183,75);
  opacity: 0.75;
}
.vd-btn-available:active,
.vd-btn-available.active,
.open > .dropdown-toggle.vd-btn-available {
  background-image: none;
}
.vd-btn-available.disabled:hover,
.vd-btn-available[disabled]:hover,
fieldset[disabled] .vd-btn-available:hover,
.vd-btn-available.disabled:focus,
.vd-btn-available[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-available.disabled.focus,
.vd-btn-available[disabled].focus,
fieldset[disabled] .vd-btn-available.focus {
  opacity: 0.75;
}

/*############################################################*/
.vd-btn-disabled {
  color: black;
  background-color: #f2f2f2;
  opacity: 1;
  display:none;
  border-radius: 0px;
}
.vd-btn-disabled.disabled {
    background-color: rgba(255,255,255,.5) !important;
}
.vd-btn-disabled:focus,
.vd-btn-disabled.focus {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled:hover {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled.disabled:hover {
  opacity: 1;
}
.vd-btn-disabled:active,
.vd-btn-disabled.active,
.open > .dropdown-toggle.vd-btn-disabled {
  color: black
;
background-color: rgba(255,255,255,.5);
border-color: #f2f2f2 !important;
}
.vd-btn-disabled:active:hover,
.vd-btn-disabled.active:hover,
.open > .dropdown-toggle.vd-btn-disabled:hover,
.vd-btn-disabled:active:focus,
.vd-btn-disabled.active:focus,
.open > .dropdown-toggle.vd-btn-disabled:focus,
.vd-btn-disabled:active.focus,
.vd-btn-disabled.active.focus,
.open > .dropdown-toggle.vd-btn-disabled.focus {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled:active,
.vd-btn-disabled.active,
.open > .dropdown-toggle.vd-btn-disabled {
  background-image: none;
  border-color: #f2f2f2 !important;
}
.vd-btn-disabled.disabled:hover,
.vd-btn-disabled[disabled]:hover,
fieldset[disabled] .vd-btn-disabled:hover,
.vd-btn-disabled.disabled:focus,
.vd-btn-disabled[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-disabled.disabled.focus,
.vd-btn-disabled[disabled].focus,
fieldset[disabled] .vd-btn-disabled.focus {
  opacity: 0.75;
}
.vd-btn-disabled {
  color: black;
  background-color: rgba(255,255,255,.5);
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-disabled.disabled {
    background-color: rgba(255,255,255,.5) !important;
}
.vd-btn-disabled:focus,
.vd-btn-disabled.focus {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled:hover {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled.disabled:hover {
  opacity: 1;
}
.vd-btn-disabled:active,
.vd-btn-disabled.active,
.open > .dropdown-toggle.vd-btn-disabled {
  color: black;
  background-color: rgba(255,255,255,.5);
  border-color: #f2f2f2 !important;
}
.vd-btn-disabled:active:hover,
.vd-btn-disabled.active:hover,
.open > .dropdown-toggle.vd-btn-disabled:hover,
.vd-btn-disabled:active:focus,
.vd-btn-disabled.active:focus,
.open > .dropdown-toggle.vd-btn-disabled:focus,
.vd-btn-disabled:active.focus,
.vd-btn-disabled.active.focus,
.open > .dropdown-toggle.vd-btn-disabled.focus {
  color: black;
  border-color: #f2f2f2 !important;
  opacity: 0.75;
}
.vd-btn-disabled:active,
.vd-btn-disabled.active,
.open > .dropdown-toggle.vd-btn-disabled {
  background-image: none;
  border-color: #f2f2f2 !important;
}
.vd-btn-disabled.disabled:hover,
.vd-btn-disabled[disabled]:hover,
fieldset[disabled] .vd-btn-disabled:hover,
.vd-btn-disabled.disabled:focus,
.vd-btn-disabled[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-disabled.disabled.focus,
.vd-btn-disabled[disabled].focus,
fieldset[disabled] .vd-btn-disabled.focus {
  opacity: 0.75;
}
/*############################################################*/
.vd-btn-occupied {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-occupied.disabled {
    background-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied:focus,
.vd-btn-occupied.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied:hover {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied.disabled:hover {
  opacity: 1;
}
.vd-btn-occupied:active,
.vd-btn-occupied.active,
.open > .dropdown-toggle.vd-btn-occupied {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied:active:hover,
.vd-btn-occupied.active:hover,
.open > .dropdown-toggle.vd-btn-occupied:hover,
.vd-btn-occupied:active:focus,
.vd-btn-occupied.active:focus,
.open > .dropdown-toggle.vd-btn-occupied:focus,
.vd-btn-occupied:active.focus,
.vd-btn-occupied.active.focus,
.open > .dropdown-toggle.vd-btn-occupied.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied:active,
.vd-btn-occupied.active,
.open > .dropdown-toggle.vd-btn-occupied {
  background-image: none;
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied.disabled:hover,
.vd-btn-occupied[disabled]:hover,
fieldset[disabled] .vd-btn-occupied:hover,
.vd-btn-occupied.disabled:focus,
.vd-btn-occupied[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-occupied.disabled.focus,
.vd-btn-occupied[disabled].focus,
fieldset[disabled] .vd-btn-occupied.focus {
  opacity: 0.75;
}
.vd-btn-occupied {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-occupied.disabled {
    background-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied:focus,
.vd-btn-occupied.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied:hover {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied.disabled:hover {
  opacity: 1;
}
.vd-btn-occupied:active,
.vd-btn-occupied.active,
.open > .dropdown-toggle.vd-btn-occupied {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied:active:hover,
.vd-btn-occupied.active:hover,
.open > .dropdown-toggle.vd-btn-occupied:hover,
.vd-btn-occupied:active:focus,
.vd-btn-occupied.active:focus,
.open > .dropdown-toggle.vd-btn-occupied:focus,
.vd-btn-occupied:active.focus,
.vd-btn-occupied.active.focus,
.open > .dropdown-toggle.vd-btn-occupied.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-occupied:active,
.vd-btn-occupied.active,
.open > .dropdown-toggle.vd-btn-occupied {
  background-image: none;
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-occupied.disabled:hover,
.vd-btn-occupied[disabled]:hover,
fieldset[disabled] .vd-btn-occupied:hover,
.vd-btn-occupied.disabled:focus,
.vd-btn-occupied[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-occupied.disabled.focus,
.vd-btn-occupied[disabled].focus,
fieldset[disabled] .vd-btn-occupied.focus {
  opacity: 0.75;
}
/*############################################################*/
.vd-btn-onphone {
  color: #fff;
  background-color: rgba(0,0,0,.2) !important;
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-onphone.disabled {
    background-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone:focus,
.vd-btn-onphone.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone:hover {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone.disabled:hover {
  opacity: 1;
}
.vd-btn-onphone:active,
.vd-btn-onphone.active,
.open > .dropdown-toggle.vd-btn-onphone {
  color: #fff;
  background-color: rgba(0,0,0,.2) !important;
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone:active:hover,
.vd-btn-onphone.active:hover,
.open > .dropdown-toggle.vd-btn-onphone:hover,
.vd-btn-onphone:active:focus,
.vd-btn-onphone.active:focus,
.open > .dropdown-toggle.vd-btn-onphone:focus,
.vd-btn-onphone:active.focus,
.vd-btn-onphone.active.focus,
.open > .dropdown-toggle.vd-btn-onphone.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone:active,
.vd-btn-onphone.active,
.open > .dropdown-toggle.vd-btn-onphone {
  background-image: none;
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone.disabled:hover,
.vd-btn-onphone[disabled]:hover,
fieldset[disabled] .vd-btn-onphone:hover,
.vd-btn-onphone.disabled:focus,
.vd-btn-onphone[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-onphone.disabled.focus,
.vd-btn-onphone[disabled].focus,
fieldset[disabled] .vd-btn-onphone.focus {
  opacity: 0.75;
}
.vd-btn-onphone {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-onphone.disabled {
    background-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone:focus,
.vd-btn-onphone.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone:hover {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone.disabled:hover {
  opacity: 1;
}
.vd-btn-onphone:active,
.vd-btn-onphone.active,
.open > .dropdown-toggle.vd-btn-onphone {
  color: #fff;
  background-color: rgba(0,0,0,.2);
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone:active:hover,
.vd-btn-onphone.active:hover,
.open > .dropdown-toggle.vd-btn-onphone:hover,
.vd-btn-onphone:active:focus,
.vd-btn-onphone.active:focus,
.open > .dropdown-toggle.vd-btn-onphone:focus,
.vd-btn-onphone:active.focus,
.vd-btn-onphone.active.focus,
.open > .dropdown-toggle.vd-btn-onphone.focus {
  color: #fff;
  border-color: rgba(0,0,0,.2) !important;
  opacity: 0.75;
}
.vd-btn-onphone:active,
.vd-btn-onphone.active,
.open > .dropdown-toggle.vd-btn-onphone {
  background-image: none;
  border-color: rgba(0,0,0,.2) !important;
}
.vd-btn-onphone.disabled:hover,
.vd-btn-onphone[disabled]:hover,
fieldset[disabled] .vd-btn-onphone:hover,
.vd-btn-onphone.disabled:focus,
.vd-btn-onphone[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-onphone.disabled.focus,
.vd-btn-onphone[disabled].focus,
fieldset[disabled] .vd-btn-onphone.focus {
  opacity: 0.75;
}
/*############################################################*/
.vd-btn-empty {
  color: {{EMPTY_TXT_COLOR}};
  background-color: {{EMPTY_COLOR}};
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-empty.disabled {
    background-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty:focus,
.vd-btn-empty.focus {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty:hover {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty.disabled:hover {
  opacity: 1;
}
.vd-btn-empty:active,
.vd-btn-empty.active,
.open > .dropdown-toggle.vd-btn-empty {
  color: {{EMPTY_TXT_COLOR}};
  background-color: {{EMPTY_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty:active:hover,
.vd-btn-empty.active:hover,
.open > .dropdown-toggle.vd-btn-empty:hover,
.vd-btn-empty:active:focus,
.vd-btn-empty.active:focus,
.open > .dropdown-toggle.vd-btn-empty:focus,
.vd-btn-empty:active.focus,
.vd-btn-empty.active.focus,
.open > .dropdown-toggle.vd-btn-empty.focus {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty:active,
.vd-btn-empty.active,
.open > .dropdown-toggle.vd-btn-empty {
  background-image: none;
  border-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty.disabled:hover,
.vd-btn-empty[disabled]:hover,
fieldset[disabled] .vd-btn-empty:hover,
.vd-btn-empty.disabled:focus,
.vd-btn-empty[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-empty.disabled.focus,
.vd-btn-empty[disabled].focus,
fieldset[disabled] .vd-btn-empty.focus {
  opacity: 0.75;
}
.vd-btn-empty {
  color: {{EMPTY_TXT_COLOR}};
  background-color: {{EMPTY_COLOR}};
  opacity: 1;
  border-radius: 0px;
}
.vd-btn-empty.disabled {
    background-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty:focus,
.vd-btn-empty.focus {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty:hover {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty.disabled:hover {
  opacity: 1;
}
.vd-btn-empty:active,
.vd-btn-empty.active,
.open > .dropdown-toggle.vd-btn-empty {
  color: {{EMPTY_TXT_COLOR}};
  background-color: {{EMPTY_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty:active:hover,
.vd-btn-empty.active:hover,
.open > .dropdown-toggle.vd-btn-empty:hover,
.vd-btn-empty:active:focus,
.vd-btn-empty.active:focus,
.open > .dropdown-toggle.vd-btn-empty:focus,
.vd-btn-empty:active.focus,
.vd-btn-empty.active.focus,
.open > .dropdown-toggle.vd-btn-empty.focus {
  color: {{EMPTY_TXT_COLOR}};
  border-color: {{EMPTY_COLOR}} !important;
  opacity: 0.75;
}
.vd-btn-empty:active,
.vd-btn-empty.active,
.open > .dropdown-toggle.vd-btn-empty {
  background-image: none;
  border-color: {{EMPTY_COLOR}} !important;
}
.vd-btn-empty.disabled:hover,
.vd-btn-empty[disabled]:hover,
fieldset[disabled] .vd-btn-empty:hover,
.vd-btn-empty.disabled:focus,
.vd-btn-empty[disabled]:focus,
fieldset[disabled] .vd-btn-v:focus,
.vd-btn-empty.disabled.focus,
.vd-btn-empty[disabled].focus,
fieldset[disabled] .vd-btn-empty.focus {
  opacity: 0.75;
}
/*############################################################*/
.vd-btn-book {
  color: #ffffff;
  background-color: #b59115;
  border-color: #b59115;
  opacity: 1;
}
.vd-btn-book:focus,
.vd-btn-book.focus {
  color: #ffffff;
  opacity: 0.75;
}
.vd-btn-book:hover {
  color: #ffffff;
  opacity: 0.75;
}
.vd-btn-book:active,
.vd-btn-book.active,
.open > .dropdown-toggle.vd-btn-book {
  color: #ffffff;
  background-color: #b59115;
  border-color: #b59115;
}
.vd-btn-book:active:hover,
.vd-btn-book.active:hover,
.open > .dropdown-toggle.vd-btn-book:hover,
.vd-btn-book:active:focus,
.vd-btn-book.active:focus,
.open > .dropdown-toggle.vd-btn-book:focus,
.vd-btn-book:active.focus,
.vd-btn-book.active.focus,
.open > .dropdown-toggle.vd-btn-book.focus {
  color: #ffffff;
  opacity: 0.75;
}
.vd-btn-book:active,
.vd-btn-book.active,
.open > .dropdown-toggle.vd-btn-book {
  background-image: none;
}
.vd-btn-book.disabled:hover,
.vd-btn-book[disabled]:hover,
fieldset[disabled] .vd-btn-book:hover,
.vd-btn-book.disabled:focus,
.vd-btn-book[disabled]:focus,
fieldset[disabled] .vd-btn-book:focus,
.vd-btn-book.disabled.focus,
.vd-btn-book[disabled].focus,
fieldset[disabled] .vd-btn-book.focus {
  opacity: 0.75;
}
/*############################################################*/
.vd-btn-link {
  font-weight: normal;
  color: #b59115;
  border-radius: 0;
}
.vd-btn-link,
.vd-btn-link:active,
.vd-btn-link.active,
.vd-btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vd-btn-link,
.vd-btn-link:hover,
.vd-btn-link:focus,
.vd-btn-link:active {
  border-color: transparent;
}
.vd-btn-link:hover,
.vd-btn-link:focus {
  color: #b59115;
  text-decoration: underline;
  background-color: transparent;
}
.vd-btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.vd-btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b59115;
  text-decoration: none;
}
/*############################################################*/
.vd-btn-lg,
.vd-btn-group-lg > .vd-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.vd-btn-sm,
.vd-btn-group-sm > .vd-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/*############################################################*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}

/*############################################################*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;/*black*/
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.has-error .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
    color: #fff;
}
.has-error .form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/*############################################################*/

.vd-maincontent {
    background-color:#f2f2f2; 
    min-height: 500px; 
    /*padding: 20px;*/
}
.vd-sidepanel {
    background-color:#f2f2f2; 
    min-height: 500px; 
    /*padding: 5px;*/
}
.vd-sidepanel .vd-header {
    background-color: #b59115;
    color: #ffffff;
    padding: 6px;
    text-align: left;
    font-weight: bold;
}
.vd-topmenu .vd-header {
    background-color: #b59115;
    color: #ffffff;
    padding: 6px;
    text-align: left;
    font-weight: bold;
}
.vd-offers {
    padding: 20px;
}
.vd-order {
    padding: 20px;
}

.vd-slotbox {
    margin-bottom: 20px;
     -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.4);
}

.vd-slotbox button {
    width:100%; 
    margin-top: 2px; 
    /*border-radius: 0px;*/
}

.vd-slotrow {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color:rgba(0,0,0,0.31);
}

.vd-itemrow {
    min-height: 20px;
    max-height: 100px;
    /*margin-top: -40px;*/
    margin-top: 0px;
    z-index: 9;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding-left: 4px; 
    padding-right: 4px;
}
    .vd-itemrow.vd-top-label {
        min-height: 20px;
        max-height: 100px;
        margin-bottom: 0px;
    }
    .vd-itemrow .vd-col-md-12 {
        padding-left: 4px;
        padding-right: 4px;
    }

.HIGHLIGHT_TXT_COLOR {
    color: #ffffff;
}
.HIGHLIGHT_TXT_COLOR a {
    color: #ffffff;
}
.HIGHLIGHT_COLOR {
    color: #b59115;
}
.vd-cascade-row {
    margin-left: 0px;
    margin-right: 0px;
}

.vd-seatcount {
    background-color:rgba(0,0,0,0.7);
    width: 36px;
    height: 36px;
    border: solid 1px #000;
    float:left;
    margin-right: 4px;
    line-height: 36px;
    text-align:center;
}

.vd-ticket {
    background-image: url(https://quinbook.com/Content/img/ticket.png);
    background-size: cover;
    width: 220px;
    height: 116px;
    text-align: center;
    color: #000;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 29px;
    font-size: 15px;
}
.vd-ticket:hover {
    background-image: url(https://quinbook.com/Content/img/ticket_active.png);
    color: #fff;
    cursor:pointer;
}
.vd-ticket.active {
    background-image: url(https://quinbook.com/Content/img/ticket_active.png);
    color: #fff;
    cursor:pointer;
}
/*##############################################################*/
.loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.loading-text {
  font-size: 10px;
  line-height: 1.3125rem;
  text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
  position: relative;
  color:#000;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center !important;
}
.loading-text:after {
  content: "...";
}
.loading-spinner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
.loading-icon {
    display: block;
    vertical-align: middle;
    margin: 10% auto;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #EEEEEE;
    border-top-color: #BFBFBF;
    border-bottom-color: #BFBFBF;
    -webkit-animation: spinneranimation 2.5s infinite ease-in-out;
    animation: spinneranimation 2.5s infinite ease-in-out;
}
/*.loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  display: block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-image:url(https://quinbook.com/Content/img/spinner_transparent_28.gif);
  background-size: cover;
}*/
@-webkit-keyframes spinneranimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
}
@keyframes spinneranimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
}
/*##############################################################*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  color: #fff;
  background-color: #a94442;
  color:#fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  color: #fff;
  border-color: #843534;
  background-color: #a94442;
  color:#fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #cc0000;
}
.vd-error-msg {
  color: #cc0000;
  font-weight: bold;
}
/*##############################################################*/
.vd-payment {
    width: 48px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-size: contain;
    margin-left: 14px;
    margin-right: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .vd-payment {
        margin-left: 2px;
        margin-right: 2px;
    }
}
.vd_secondary {
    display:none;
}
.vd_pay {
    background: #fff;
    margin-top: 4px;
}
.vd_pay.active {
    background-color: #b59115;
    color: #ffffff;
    filter: brightness(0.9);
}
.vd_pay.active .vd-payment-check {
    height: 50px;
    width: 24px;
    background-image: url('https://cdn.quinbook.com/Content/img/check-circle-solid_32_gray.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.vd_pay .vd-payment-check {
    height: 50px;
    width: 24px;
    background-image: url('https://cdn.quinbook.com/Content/img/circle-regular-gray-32.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.vd-payment-box {
    padding: 0px;
    width: 100%;
    height: 50px;
    color: #000;
    text-align: center;
    margin: 0px auto;
}
@media (max-width: 768px) {
    .vd-payment-box {
        width: 248px;
    }
}
.vd_pay .vd-payment-box img {
    height: 20px;
    width: 20px;
    display: none;
}
.vd_pay.active .vd-payment-box img {
    height: 20px;
    width: 20px;
    display: block;
}
.vd-payment-box input[type='radio'] {
    /*opacity: 0;*/
}
.vd-payment-box div {
        float: left;
}
.vd-payment-box input {
    width: 1.6em;
    height: 1.6em;
    margin: 0 auto;
}
.vd-payment-box input[type=radio] {
    width: 1.6em;
    height: 1.6em;
    margin: 0 auto;
}
.vd-payment-box label {
    font-size: 0.8em;
    margin-top: 10px;
}

.vd-payment.bugcoins {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bugcoins.jpg');
}
.vd-payment.bugcoins:hover, .vd-payment.bugcoins.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bugcoins.jpg');
}

.vd-payment.paypal {
    background-image: url('https://quinbook.com/Content/img/payments/payment_paypal.jpg');
}
.vd-payment.paypal:hover, .vd-payment.paypal.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_paypal.jpg');
}

.vd-payment.bill {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bill2.jpg');
}
.vd-payment.bill:hover, .vd-payment.bill.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bill2.jpg');
}

.vd-payment.wirecard_master {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}
.vd-payment.wirecard_master:hover, .vd-payment.wirecard_master.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}

.vd-payment.wirecard_amex {
    background-image: url('https://quinbook.com/Content/img/payments/payment_wirecard_amex.jpg');
}
.vd-payment.wirecard_amex:hover, .vd-payment.wirecard_amex.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_wirecard_amex.jpg');
}

.vd-payment.wirecard_sofort {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}
.vd-payment.wirecard_sofort:hover, .vd-payment.wirecard_sofort.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}

.vd-payment.onsite {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cashcard.png');
}
.vd-payment.onsite_cardonly {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cardonly.jpg');
}
.vd-payment.onsite_cashonly {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
}

.vd-payment.onsite_cardonly:hover, .vd-payment.onsite_cardonly.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cardonly.jpg');
}
.vd-payment.onsite_cashonly:hover, .vd-payment.onsite_cashonly.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cashonly.jpg');
}

.vd-payment.noinvoice {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
}
.vd-payment.noinvoice:hover, .vd-payment.noinvoice.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
}

.vd-payment.stripe_card {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}
.vd-payment.stripe_card:hover, .vd-payment.stripe_card.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}

.vd-payment.stripe_giropay {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_giropay.jpg');
}
.vd-payment.stripe_giropay:hover, .vd-payment.stripe_giropay.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_giropay.jpg');
}

.vd-payment.stripe_ideal {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_ideal.jpg');
}
.vd-payment.stripe_ideal:hover, .vd-payment.stripe_ideal.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_ideal.jpg');
}

.vd-payment.stripe_p24 {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_p24.jpg');
}
.vd-payment.stripe_p24:hover, .vd-payment.stripe_p24.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_p24.jpg');
}

.vd-payment.stripe_sofort {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}
.vd-payment.stripe_sofort:hover, .vd-payment.stripe_sofort.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}

.vd-payment.stripe_alipay {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_alipay.jpg');
}
.vd-payment.stripe_alipay:hover, .vd-payment.stripe_alipay.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_alipay.jpg');
}

.vd-payment.stripe_bancontact {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_bancontact.jpg');
}
.vd-payment.stripe_bancontact:hover, .vd-payment.stripe_bancontact.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_bancontact.jpg');
}

.vd-payment.stripe_eps {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_eps.jpg');
}
    .vd-payment.stripe_eps:hover, .vd-payment.stripe_eps.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_eps.jpg');
    }

.vd-payment.stripe_ach {
    background-image: url('https://quinbook.com/Content/img/payments/payment_transfer.jpg');
}
.vd-payment.stripe_ach:hover, .vd-payment.stripe_ach.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_transfer.jpg');
}

.vd-payment.payrexx, .vd-payment.payrexx:hover, .vd-payment.payrexx.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx.jpg');
}

.vd-payment.payrexx_twint, .vd-payment.payrexx_twint:hover, .vd-payment.payrexx_twint.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_twint.jpg');
}

.vd-payment.payrexx_mastercard, .vd-payment.payrexx_mastercard:hover, .vd-payment.payrexx_mastercard.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_mastercard.jpg');
}

.vd-payment.payrexx_visa, .vd-payment.payrexx_visa:hover, .vd-payment.payrexx_visa.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_visa.jpg');
}

.vd-payment.payrexx_postfinance_card, .vd-payment.payrexx_postfinance_card:hover, .vd-payment.payrexx_postfinance_card.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_postfinance_card.jpg');
}

.vd-payment.payrexx_postfinance_efinance, .vd-payment.payrexx_postfinance_efinance:hover, .vd-payment.payrexx_postfinance_efinance.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_postfinance_efinance.jpg');
}

/*##############################################################*/

.vd-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.vd-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
    color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.vd-modal-content a {
    color:#000 !important;
}
.vd-modal-content p {
    color: #000 !important;
}
.vd-modal-content.vd-error {
    background-color: #cc0000;
    color: #fff !important;
}
.vd-modal-content.vd-default a {
    text-decoration: underline;
}
/* The Close Button */
.vd-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.vd-modal-close.vd-error {
    color: #fff;
}

.vd-modal-close:hover,
.vd-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*##############################################################*/

.vd-payment-infobar-icon1 {
    width: 28px; 
    height: 28px; 
    margin-bottom: -8px; 
    display:inline-block; 
    background-image:url(https://quinbook.com/Content/img/envelope_28.png);
}
.vd-payment-infobar-icon2 {
    width: 28px; 
    height: 28px; 
    margin-bottom: -8px; 
    display:inline-block; 
    background-image:url(https://quinbook.com/Content/img/check_28.png);
}
.vd-payment-infobar-icon3 {
    width: 28px; 
    height: 28px; 
    margin-bottom: -8px; 
    display:inline-block; 
    background-image:url(https://quinbook.com/Content/img/lock_28.png);
}

@media (max-width: 768px) {
    .vd-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*.vd-col-xs-1, .vd-col-sm-1, .vd-col-md-1, .vd-col-lg-1, .vd-col-xs-2, .vd-col-sm-2, .vd-col-md-2, .vd-col-lg-2, .vd-col-xs-3, .vd-col-sm-3, .vd-col-md-3, .vd-col-lg-3, .vd-col-xs-4, .vd-col-sm-4, .vd-col-md-4, .vd-col-lg-4, .vd-col-xs-5, .vd-col-sm-5, .vd-col-md-5, .vd-col-lg-5, .vd-col-xs-6, .vd-col-sm-6, .vd-col-md-6, .vd-col-lg-6, .vd-col-xs-7, .vd-col-sm-7, .vd-col-md-7, .vd-col-lg-7, .vd-col-xs-8, .vd-col-sm-8, .vd-col-md-8, .vd-col-lg-8, .vd-col-xs-9, .vd-col-sm-9, .vd-col-md-9, .vd-col-lg-9, .vd-col-xs-10, .vd-col-sm-10, .vd-col-md-10, .vd-col-lg-10, .vd-col-xs-11, .vd-col-sm-11, .vd-col-md-11, .vd-col-lg-11, .vd-col-xs-12, .vd-col-sm-12, .vd-col-md-12, .vd-col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }*/

    /*.vd-maincontent {
        padding: 5px;
    }*/
    .vd-offers {
        padding: 4px;
    }
}

.vd-tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.available-icon {
    background-color: green;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
}
.available-icon.free {
    background-color: green;
}
.available-icon.limited {
    background-color: orange;
}
.available-icon.occupied {
    background-color: red;
}
.vd-h2 {
    color:black !important;
}
.vd-h3 {
    color:black !important;
}
.vd-h4 {
    color:black !important;
    margin-bottom: 12px;
}
.vd-h5 {
    color:black !important;
}
.vd-modal-content .vd-h2, .vd-modal-content .vd-h3, .vd-modal-content .vd-h4, .vd-modal-content .vd-h5 {
    color: #000 !important;
}
.vd-stockitem {
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.4);
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
/*
#express-checkout-element.StripeElement {
    padding: 8px 12px;
    background-color: rgba(0,0,0,.3);
    border-radius: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}*/

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.vd-top-margin-0 {
    margin-top: 0px;
}
.vd-item-title {
    font-size: 1.2em;
}
.vd-item-title-event-name {
    font-weight: bold;
}
.vd-event-desc {
    margin-top: 16px;
}
.txt_color_2 {
    color: black;
}
.txt_bold {
    font-weight:bold;
}
.txt_white {
    color:#fff;
}
.txt_right {
    text-align: right;
}
.txt_left {
    text-align: left;
}
.vd-calendar-bar-btn {
    cursor: pointer;
}
.vd-calendar-bar-btn .vd-dayname {
    text-align:center;
    width:42px;
    padding-top: 2px; 
    padding-bottom:2px;
}
.vd-calendar-bar-btn .vd-number{
    background-color: #ccc;
    color: #697476;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 10px;
}
.vd-calendar-bar-btn.active .vd-number {
    background-color:#789cfa;
    color:#fff;
    border-radius: 21px;
    width: 42px; 
    height:42px;
    text-align:center;
    padding-top:10px;
}
.vd-button-mobile-full {
    min-width: 140px;
    width: 140px;
}
@media (max-width: 768px) {
    .vd-button-mobile-full {
        width: 100%;
        margin-bottom: 1px;
    }
}
.padding_lr_4 {
    padding-left: 4px;
    padding-right: 4px;
}
.padding_none {
    padding: 0px;
}
.canvas-container  {
    margin: 0 auto;
}

.vd-game-preloader {
    position: absolute;
    z-index: 99999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
    .vd-game-preloader .vd-progress-border {
        border: 1px solid #ccc;
        width: 80%;
        height: 30px;
        margin: 20px auto;
    }
    .vd-game-preloader .vd-progress-bar {
        color: #000;
        background-color: #b59115;
        width: 0%;
        height: 28px;
    }

#venuedoo.vd-game-full {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999999999999;
}

.vd-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
}
.vd-flex-col {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
    .vd-flex-col.vd-flex-fill {
        width: 100%;
    }
.vd-flex-right {
    margin-left: auto;
}
.vd-flex-menu {
    width: 300px;
    background-color: #ccc;
    color: #000;
    padding: 15px;
    flex-grow: 1;
}
.vd-flex-content {
    background-color: white;
    height: 100%;
    flex-grow: 1;
}
.vd-game-canvas {
    margin: 0 auto;
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.vd-minifymenu {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all .1s linear 0s;
    margin-left: 264px;
}
.vd-maxifymenu {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all .1s linear 0s;
    margin-left: 0px;
}
.vd-close-game {
    bottom: 30px;
    width: 100%;
    height: 40px;
    background-color: #333;
    color:white;
    text-align:center;
    font-weight:bold;
    padding: 10px 0px 10px 0px;
    cursor:pointer;
}

.vd-custom-icon-popup {
    position: absolute;
    z-index: 9999999;
    left: calc(50% - 80px);
    top: calc(50% - 60px);
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 20px;
    width: 176px;
    text-align: center;
}

.vd-slot-icon {
    position: absolute;
}
    .vd-slot-icon.vd-right {
        right: 18px;
        margin-top: -18px;
    }
    .vd-slot-icon.vd-left {
        left: 18px;
    }

    .vd-slot-icon img {
        width: 16px;
        height: 16px;
    }

#vd-disconnected img {
    animation: blink 2s ease-in infinite;
}
#vd-videobuffer img {
    animation: spinimg 2s infinite linear;
}

@keyframes blink {
    from, to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}
@keyframes spinimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.vd-sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    animation: vd-sk-chase 2.5s infinite linear both;
}

.vd-sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: vd-sk-chase-dot 2.0s infinite ease-in-out both;
}

    .vd-sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: vd-sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .vd-sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .vd-sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .vd-sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .vd-sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .vd-sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .vd-sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .vd-sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .vd-sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .vd-sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .vd-sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .vd-sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .vd-sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes vd-sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vd-sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

#express-checkout-element {
    padding: 0px;
    background-color: transparent;
    border: none;
    margin: 0px;
}

