/**
 * html / body styles
 */
html, body {
    background-color: #8B86BD;
    text-align: center;
    font-family: gelo, verdana;
    font-size: 16px;
    color: #fff;
}
a {
    text-decoration: none;
    color: #fff;
}
select {
    padding: 10px;
    cursor: pointer;
}
/**
 * main layout
 */
#layout {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: left;
}
#header {
    display: none;
    padding: 10px;
    height: 130px;
    background-image: url(../../images/wl2016.jpg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
#header p {
    float: right;
}
#header p b {
    font-size: 13px;
    color: #CC3333;
}
/**
 * main menu
 */
#menu {
    background-color: #798441;
/*    height: 25px;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
#menu ul {
    font-size: 0;
}
#menu ul li {
    font-size: 15px;
    display: inline-block;
}
#menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
#menu ul li a.active {
    background-color: #6f773b;
    font-weight: bold;
}
#menu ul li a:hover {
    background-color: #6f773b;
}
#menu ul li a.active:hover {
    background-color: #6f773b; 
}
/**
 * main content and right panels
 */
#right {
    float: right;
    width: 220px;
    margin-right: 10px;
}
#content {
    margin-left: 10px;
    margin-right: 240px;
}
#content p, .box p {
    padding: 10px;
}
h1 {
    line-height: 25px;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: chaloops; font-size: 25px;margin-bottom: 20px
}
/**
 * boxes on the right hand side
 */
.box {
    border: 1px solid #bbb5f9;
    margin-bottom: 20px;
}
.box h1 {
    background-color: #bbb5f9;
    padding: 5px 10px;
    font-size: 16px;
}
.box a:hover {
    text-decoration: underline;
}
/**
 * event link
 */
a.event {
    text-decoration: none;
    font-size: 18px;
    color: #CC0000;
}
a.event:hover {
    text-decoration: underline;
}
/**
 * footer
 */
#footer {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #bbb5f9;
}
#footer p {
    padding: 20px;
    color: #bbb5f9;
    font-size: 12px;
    text-align: center;
}
/**
 * extra styles
 */
.bigselect {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

/**
 * tabbed display window (used for calendar)
 */
.tabs {
    margin-left: 15px;
}
.tabs div.cal {
    border: 1px solid #ccc;
    padding: 0;
}
.tabs ul {
    height: 36px;
}
.tabs ul li {
    height: 35px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0;
    background-color: #eee;
}
.tabs ul li a {
    display: block;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;    
    text-decoration: none;
    color: #CC0000;
    cursor: pointer;
}
.tabs ul li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
/**
 * calendar
 */
.cal {
    width: 100%;
    max-width: 500px;
}
.calendar {
    width: 100%;
    border: none;
}
.calendar th {
    background-color: #4C97C6;
    color: #FFFFFF;
    line-height: 35px;
}
.calendar th, .calendar td {
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.calendar td {
    color: #AAAAAA;
    background-color: #F3F3F3;
}
.calendar td a {
    text-decoration: none;
    font-weight: bold;
    color: #339933;
    display: block;
}
.calendar td a:hover {
    text-decoration: underline;
}
.calendar td.available {
    background-color: #EEFBEC;
}
/**
 * standard data table
 */
.dataTable {
    background-color: #a39ddc;
    width: 100%;
}
.dataTable th, .dataTable td {
    padding: 10px;
}
.dataTable th {
    font-weight: bold;
    color: #444;
}
/**
 * break
 */
.break {
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 10px;
}
/**
 * fieldset
 */
fieldset {
    margin: 15px auto;
    max-width: 500px;
}
fieldset label {
    display: block;
    padding: 20px 0 8px;
}
fieldset label:first-child {
    padding-top: 0;
}
fieldset input[type=text], fieldset textarea {
    border: 1px solid #CCCCCC;
    padding: 12px 8px;
    width: 100%;
    box-sizing: border-box;
}
fieldset input:focus, fieldset textarea:focus {
    outline: none;
    border: 1px solid #79B3D5;
}
/**
 * error
 */
.error {
    background-color: #FCE9E9;
    margin-top: 10px;
}
.error p {
    color: #CC3333;
    padding: 0px;
    margin: 0px;
}

.btn {
    background-color: #798441;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: chaloops;
    font-size: 18px;
    font-weight: bold;
}
.btn i {
  margin-left: 10px;
}
.btn:hover {
    background-color: #8e9a4d;
}

@media (max-width: 800px){

    #menu ul li {
        float: none;
        display: block;
        height: 40px;
    }
    #menu ul {
        height: auto;
    }

    #right {
        display: none;
    }
    #content {
         margin-right: 0;
    }
}

.visitors {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  gap: 15px;
}
.visitor {
  max-width: 400px;
  min-width: 200px;
  flex-grow: 1;
  position: relative;
}
.visitor a:first-child {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  opacity: .5;
}
.visitor a:hover {
  opacity: 1;
}
.visitor a i {
  pointer-events: none;
}
fieldset {
  background-color: #798441;
  padding: 15px;
  border-radius: 10px;
}
fieldset .btns {
  text-align: right;
}
fieldset input, fieldset select, fieldset textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: #939f55;
  border: none !important;
  appearance: none;
  padding: 0 !important;
  padding: 10px 15px !important;
  color: #222;
  font-family: chaloops;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
fieldset input:last-child, fieldset select:last-child {
  margin-bottom: 0;
}
fieldset input::placeholder {
  color: rgba(255, 255, 255, .7);
}
fieldset label {
  font-family: chaloops;
  font-size: 20px;
  margin-bottom: 10px;
}

      h2 {
        font-family: "chaloops", Sans-serif;
        font-weight: bold;
        font-size: 25px;
        padding: 0;
        margin-bottom: 0;
      }
      .wl-calendar {
        margin: 40px auto;
        width: 100%;
        max-width: 600px;
        background-color: #fff;
        border-radius: 6px;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
      }
      .wl-calendar h3 {
        text-align: center;
        padding: 0 0 20px;
        margin: 0;
        font-size: 35px;
        font-family: "chaloops", Sans-serif;
        color: #798441;
        font-weight: bold;
      }
      .wl-calendar table {
        color: #798441;
        width: 100%;
        font-family: "chaloops", Sans-serif;
      }
      .wl-calendar th, .wl-calendar td {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
      }
      .wl-calendar td {
        padding: 10px 5px;
      }
      .wl-calendar td a {
        display: block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: auto;
        font-size: 14px;
        color: #ccc;
        cursor: not-allowed;
      }
      .wl-calendar td a.available {
        background-color: #8B86BD;
        color: #fff;
        cursor: pointer;
      }
      .wl-calendar td a.available:hover {
        background-color: #AAA7D1;
      }
      .wl-calendar-nav {
        background-color: #798441;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        display: block;
        position: absolute;
        top: 20px;
        cursor: pointer;
        color: #fff;
      }
      .wl-calendar-nav i {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 40px;
      }
      .wl-calendar-back {
        left: 20px;
      }
      .wl-calendar-next {
        right: 20px;
      }

      @media (max-width:500px){

        .wl-calendar h3 {
          font-size: 20px;
          padding-top: 5px;
        }
        .wl-calendar-nav {
          width: 30px;
          height: 30px;
          border-radius: 15px;
          top: 15px;
          font-size: 12px;
        }
        .wl-calendar-nav i {
          line-height: 30px;
        }
        .wl-calendar-back {
          left: 15px;
        }
        .wl-calendar-next {
          right: 15px;
        }
        .wl-calendar td a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 15px;
        }
        .wl-calendar th {
          font-size: 14px;
        }
      }

.errormsg {
  background-color: #CC3333; color: #fff; padding: 10px; border-radius: 5px; display: block; margin: 10px 0;
}

      .voucher {
        float: left;
        margin: 10px;
        padding: 15px;
        background-color: #a39ddc;
        max-width: 400px;
      }
      .voucher h2 { font-size: 20px }
      .voucher p { margin: 10px 0; padding: 0 !important }
      .voucher input { padding: 15px 10px; width: 100%; box-sizing: border-box; text-transform: uppercase; border: none; background-color: #e1defd;
                       margin: 15px 0 }
      .voucher button { align: right }

      @media (max-width: 1100px){
        .voucher { float: none; max-width: unset; }
      }
