/* Libraries and plugins */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row {
  padding-bottom: 0em;
}
@media (max-width: 767px) {
  /* FULL WIDTH COLUMN STYLES */
  .col {
    display: block;
    width: 100% !important;
    float: none !important;
    margin-left: 0!important;
  }
  .content .container > .row {
    margin-bottom: 20px;
  }
  .container > [class*="row"]:last-of-type {
    margin-bottom: 0!important;
  }
  .row > div {
    margin-bottom: 20px;
  }
  .row > div.no-vertical-spacing {
    margin-bottom: 0;
  }
  .row > div:last-child {
    margin-bottom: 0;
  }
}
.col {
  display: block;
  float: left;
  width: 100%;
}
.no-float {
  float: none;
}
.center-element {
  margin: 0 auto!important;
}
.gutters .col {
  margin-left: 2%;
}
.gutters .col:first-child {
  margin-left: 0;
}
.span_1 {
  width: 8.33333333333%;
}
.span_2 {
  width: 16.6666666667%;
}
.span_3 {
  width: 25%;
}
.span_4 {
  width: 33.3333333333%;
}
.span_5 {
  width: 41.6666666667%;
}
.span_6 {
  width: 50%;
}
.span_7 {
  width: 58.3333333333%;
}
.span_8 {
  width: 66.6666666667%;
}
.span_9 {
  width: 75%;
}
.span_10 {
  width: 83.3333333333%;
}
.span_11 {
  width: 91.6666666667%;
}
.span_12 {
  width: 100%;
}
.gutters .span_1 {
  width: 6.5%;
}
.gutters .span_2 {
  width: 15.0%;
}
.gutters .span_3 {
  width: 23.5%;
}
.gutters .span_4 {
  width: 32.0%;
}
.gutters .span_5 {
  width: 40.5%;
}
.gutters .span_6 {
  width: 49.0%;
}
.gutters .span_7 {
  width: 57.5%;
}
.gutters .span_8 {
  width: 66.0%;
}
.gutters .span_9 {
  width: 74.5%;
}
.gutters .span_10 {
  width: 83.0%;
}
.gutters .span_11 {
  width: 91.5%;
}
.gutters .span_12 {
  width: 100%;
}
.gutters .col.offset_1,
.gutters .col.offset_1:first-child {
  margin-left: 10.33333333333%;
}
.gutters .col.offset_2,
.gutters .col.offset_2:first-child {
  margin-left: 18.6666666667%;
}
.gutters .col.offset_3,
.gutters .col.offset_3:first-child {
  margin-left: 27%;
}
.gutters .col.offset_4,
.gutters .col.offset_4:first-child {
  margin-left: 34%;
}
.gutters .col.offset_5,
.gutters .col.offset_5:first-child {
  margin-left: 43.6666666667%;
}
.gutters .col.offset_6,
.gutters .col.offset_6:first-child {
  margin-left: 51%;
}
/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
/* Magnific Popup CSS */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup.video {
  max-width: 1280px;
  background-color: transparent;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 10px;
}
.mfp-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.white-popup.video button.mfp-close {
  background: url('../img/core/sprite.png') -10px -1628px no-repeat;
  text-indent: -9999px;
  height: 52px;
  width: 52px;
  right: 20px;
  top: -25px;
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .white-popup.video button.mfp-close {
    position: fixed;
    right: 0;
    top: 0;
  }
}
#jPanelMenu-menu {
  background: #3b3b3b;
}
#jPanelMenu-menu ul {
  border-bottom: 1px solid #484848;
  padding-left: 0!important;
  margin: 0;
  font-size: 14px;
}
#jPanelMenu-menu li a {
  background: #3b3b3b;
  font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-weight: 700;
  display: block;
  padding: 0.5em 5%;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2e2e2e;
  text-decoration: none;
  text-shadow: 0 -1px 2px #222222;
  color: #f7f7f7;
}
#jPanelMenu-menu li a:hover,
#jPanelMenu-menu li a:focus {
  background: #404040;
}
#jPanelMenu-menu li a:active {
  -moz-box-shadow: 0 2px 7px #222222 inset;
  -webkit-box-shadow: 0 2px 7px #222222 inset;
  box-shadow: 0 2px 7px #222222 inset;
  border-top-color: #222222;
  padding-top: 0.55em;
  padding-bottom: 0.45em;
}
#jPanelMenu-menu li a:hover {
  color: #fff!important;
}
#jPanelMenu-menu .account-title {
  color: #fff;
  font-size: 14px!important;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5em 5%;
}
/*IE overrides*/
.lt-ie9.jPanelMenu {
  overflow: visible;
}
/*@import "lib/flexslider.less";*/
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable tr.child {
  padding: 0.5em 1em;
}
table.dataTable tr.child:hover {
  background: transparent !important;
}
table.dataTable tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.styled-radio-bg {
  display: inline-block;
  position: relative;
  border-radius: 16px;
  border: 1px solid #cacaca;
  width: 16px;
  height: 16px;
  background-color: #fff;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
}
.styled-radio-bg:hover,
.styled-radio-bg.focus {
  border: 1px solid #0086c5;
}
.styled-radio-bg.checked {
  background-color: #007cbd;
  border: 1px solid #007cbd;
}
.styled-radio-bg.checked:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 4px;
  top: 4px;
  background-color: #fff;
}
.styled-radio-bg.checked:hover,
.styled-radio-bg.checked.focus {
  border: 1px solid #000;
}
.styled-checkbox-bg {
  display: block;
  border: 1px solid #cacaca;
  float: left;
  width: 18px;
  height: 18px;
  background-color: #fff;
  padding: 4px;
  position: relative;
  cursor: pointer;
  margin-top: 1px;
  box-shadow: inset 0px 0px 2px -1px #edeaea;
  -webkit-box-shadow: inset 0px 0px 2px -1px #edeaea;
  -moz-box-shadow: inset 0px 0px 2px -1px #edeaea;
  -o-box-shadow: inset 0px 0px 2px -1px #edeaea;
}
.styled-checkbox-bg:hover,
.styled-checkbox-bg.focus {
  border: 1px solid #0086c5;
}
.styled-checkbox-bg.checked {
  background-color: #0086c5;
  border: 1px solid #0086c5;
}
.styled-checkbox-bg.checked:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 1px;
  background: url('../img/core/icon-sprite.png') no-repeat -408px -7px;
}
.styled-checkbox-bg.checked:hover,
.styled-checkbox-bg.checked.focus {
  border: 1px solid #000;
}
.js:not(.lt-ie9) .styled-radios,
.js:not(.lt-ie9) .styled-checkboxes {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -500em;
}
.lt-ie9.js .styled-radio-bg,
.lt-ie9.js .styled-checkbox-bg {
  display: none;
}
/* Select box plugin */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px "Lato", Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #c9cfd5;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #fff;
  background-repeat: repeat-x;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 15px;
  height: 15px;
  background: url("../img/core/icon-sprite.png") -47px -12px no-repeat;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
select.error + .selectboxit-container .selectboxit {
  border-color: #e9282d;
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  background-color: #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
  }
}
/*@import "lib/pretty-checkable.less";*/
/***
Spectrum Colorpicker v1.4.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/*! jQuery UI - v1.11.4 - 2015-05-05
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, menu.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
/* Share components (mobile nav and user bar) */
#simple-menu-account-details {
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('../../shared/img/core/hamburger-icon.png') no-repeat 0 0;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  #simple-menu-account-details {
    background: url('../../shared/img/core/hamburger-iconx2.png') no-repeat 0 0;
    background-size: 30px 28px;
  }
}
#account-bar {
  background-color: #383e40;
  font-family: Lato, sans-serif;
  font-size: 12px;
}
#account-bar .vertical-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
#account-bar .user-icon {
  float: right;
  margin: 10px 0 0;
}
#account-bar .my-bookings {
  float: right;
  margin: 10px 30px 0 0;
  text-transform: uppercase;
  color: #A4A8A8;
}
#account-bar .my-bookings:hover,
#account-bar .my-bookings:focus,
#account-bar .my-bookings:active {
  color: #ffffff;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
}
#account-bar p {
  margin: 0;
}
#account-bar a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
#account-bar a.user-name {
  display: inline-block;
  background: #383e40 url('../../shared/img/core/account-bar-arrow-sprite.png') no-repeat 0 0;
  text-align: left;
  padding: 10px 80px 10px 20px;
  height: 38px;
  min-width: 220px;
  text-transform: none;
  color: #A4A8A8;
}
#account-bar a.user-name.closed {
  background-position: 90% 11px;
}
#account-bar a.user-name.open {
  background-position: 90% -30px;
}
#account-bar #account-options {
  position: relative;
  text-align: right;
  text-transform: uppercase;
  float: right;
  width: auto;
}
#account-bar #account-options.signed-in ul {
  display: none;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1000;
  background-color: #383e40;
  padding: 5px 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
#account-bar #account-options.signed-in ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#account-bar #account-options.signed-in ul li a {
  text-align: left;
  padding: 0 30px 0 40px;
  opacity: 0.55;
  display: block;
  color: #ffffff;
  position: relative;
}
#account-bar #account-options.signed-in ul li a:before {
  background: url('../../shared/img/core/account-bar-icon-sprite.png') no-repeat 15px 0;
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
}
#account-bar #account-options.signed-in ul li a:hover,
#account-bar #account-options.signed-in ul li a:active,
#account-bar #account-options.signed-in ul li a:focus {
  opacity: 1;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  text-decoration: none;
}
#account-bar #account-options.signed-in ul li a.selected {
  position: relative;
  background: none;
  opacity: 1;
}
#account-bar #account-options.signed-in ul li a.selected:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  left: 20px;
  top: 5px;
  position: absolute;
}
#account-bar #account-options.signed-in ul li.user-title {
  text-transform: uppercase;
  opacity: 0.5;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  padding: 10px 30px 0 20px;
}
#account-bar #account-options.signed-in ul li.user.last {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#account-bar #account-options.signed-in ul li.user a:before {
  background: none;
}
#account-bar #account-options.signed-in ul li.admin a:before {
  background-position: 6px -107px;
}
#account-bar #account-options.signed-in ul li.my-account a:before {
  background-position: 6px 0;
}
#account-bar #account-options.signed-in ul li.contacts a:before {
  background-position: 6px -67px;
}
#account-bar #account-options.signed-in ul li.change-password a:before {
  background-position: 6px -33px;
}
#account-bar #account-options.signed-in ul li.sign-out a:before {
  background-position: 6px -140px;
}
#account-bar #account-options.signed-out {
  color: #ffffff;
}
#account-bar #account-options.signed-out ul {
  overflow: hidden;
  margin: 0;
  padding: 8px 0;
  float: right;
}
#account-bar #account-options.signed-out ul li {
  float: left;
  margin-right: 5px;
  list-style-type: none;
  color: #A4A8A8;
}
#account-bar #account-options.signed-out ul li a:hover,
#account-bar #account-options.signed-out ul li a:focus,
#account-bar #account-options.signed-out ul li a:active {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #account-bar #account-options > ul {
    display: none!important;
  }
  #account-bar #user-details.signed-out p {
    float: none;
  }
}
/* IE fallbacks */
.no-opacity #account-bar #account-options.signed-in ul li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.no-opacity #account-bar #account-options.signed-in ul li a:hover,
.no-opacity #account-bar #account-options.signed-in ul li a:focus,
.no-opacity #account-bar #account-options.signed-in ul li a:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*@import "../../shared/less/cookiebar.less";*/
/* Boilerplater libraries */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.padding {
  padding: 20px;
}
.half-vertical-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.horizontal-spacing-left {
  margin-left: 10px;
}
.horizontal-spacing-right {
  margin-right: 10px;
}
.double-horizontal-spacing-left {
  margin-left: 20px;
}
.double-horizontal-spacing-right {
  margin-right: 20px;
}
.double-horizontal-spacing-left {
  margin-left: 20px;
}
.double-horizontal-spacing-right {
  margin-right: 20px;
}
.vertical-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.double-vertical-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.treble-vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.half-vertical-padding-top {
  padding-top: 10px;
}
.half-vertical-padding-bottom {
  padding-bottom: 10px;
}
._15px-vertical-padding-top {
  padding-top: 15px;
}
.vertical-padding-top {
  padding-top: 20px;
}
.vertical-padding-bottom {
  padding-bottom: 20px;
}
.double-vertical-padding-top {
  padding-top: 40px;
}
.double-vertical-padding-bottom {
  padding-bottom: 40px;
}
.treble-vertical-padding-top {
  padding-top: 60px;
}
.treble-vertical-padding-bottom {
  padding-bottom: 60px;
}
.quad-vertical-padding-bottom {
  padding-bottom: 80px;
}
.quad-vertical-padding-top {
  padding-top: 80px;
}
.quintuple-vertical-padding-top {
  padding-top: 100px;
}
.quintuple-vertical-padding-bottom {
  padding-bottom: 100px;
}
.hextuple-vertical-padding-top {
  padding-top: 120px;
}
.hextuple-vertical-padding-bottom {
  padding-bottom: 120px;
}
.septuple-vertical-padding-top {
  padding-top: 140px;
}
.septuple-vertical-padding-bottom {
  padding-bottom: 140px;
}
.half-vertical-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}
.half-vertical-spacing-top {
  margin-top: 10px;
}
.half-vertical-spacing-bottom {
  margin-bottom: 10px;
}
.vertical-spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}
._25px-vertical-spacing {
  margin-top: 25px;
  margin-bottom: 25px;
}
._25px-vertical-spacing-top {
  margin-top: 25px;
}
._25px-vertical-spacing-bottom {
  margin-bottom: 25px;
}
._30px-vertical-spacing {
  margin-top: 30px;
  margin-bottom: 30px;
}
._30px-vertical-spacing-top {
  margin-top: 30px;
}
._30px-vertical-spacing-bottom {
  margin-bottom: 30px;
}
._50px-vertical-spacing-bottom {
  margin-bottom: 50px;
}
._50px-vertical-spacing-top {
  margin-top: 50px;
}
._15px-vertical-spacing-top {
  margin-top: 15px;
}
._15px-vertical-spacing-bottom {
  margin-bottom: 15px;
}
._5px-vertical-spacing-bottom {
  margin-bottom: 5px;
}
._5px-vertical-spacing-top {
  margin-top: 5px;
}
.double-vertical-spacing {
  margin: 40px 0;
}
.double-vertical-spacing-bottom {
  margin-bottom: 40px;
}
.double-vertical-spacing-top {
  margin-top: 40px;
}
.treble-vertical-spacing {
  margin: 60px 0;
}
.treble-vertical-spacing-top {
  margin-top: 60px;
}
.treble-vertical-spacing-bottom {
  margin-bottom: 60px;
}
.quad-vertical-spacing-top {
  margin-top: 80px;
}
.quintuple-spacing-top {
  margin-top: 100px;
}
.quintuple-spacing-bottom {
  margin-bottom: 100px;
}
.hextuple-spacing-top {
  margin-top: 120px;
}
.hextuple-spacing-bottom {
  margin-bottom: 120px;
}
.vertical-spacing-bottom {
  margin-bottom: 20px;
}
.vertical-spacing-top {
  margin-top: 20px;
}
.no-margin {
  margin: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Responsive images
 */
.responsive-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hide {
  display: none;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Variables and mixins */
/* Site specific styles */
html {
  background-color: #383e40;
}
body {
  font-family: 'Lato', sans-serif;
  color: #333;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 62.5%;
}
body .container {
  max-width: 1180px;
  position: relative;
}
body .accessibility {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
body .accessibility a {
  background: #383e40;
  color: #fff;
  display: block;
  font-size: 1.4em;
  left: 0;
  padding: 7px 10px;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 200px;
  z-index: -1;
}
body .accessibility a:focus {
  z-index: 1000;
}
.content-area {
  padding: 55px 0;
  position: relative;
}
.content-area.no-padding {
  padding: 0;
}
.content-area.white-bg {
  background-color: #fff;
}
.content-area.white-bg.style-2 {
  padding: 65px 0 75px;
}
.content-area.white-bg.style-3 {
  padding: 80px 0;
}
.content-area.white-bg.style-4 {
  padding: 70px 0;
}
.content-area.white-bg.style-5 {
  padding: 25px 0;
}
.content-area.white-bg.style-5 {
  padding: 65px 0 52px;
}
.content-area.grey-bg {
  background-color: #f6f6f6;
}
.content-area.grey-bg.style-1 {
  padding: 58px 0 68px;
}
.content-area.grey-bg.style-2 {
  padding: 68px 0;
}
.content-area.dark-grey-bg {
  background-color: #383e40;
  padding: 65px 0 82px;
}
.content-area.blue-bg {
  background-color: #007cbd;
  padding: 62px 0;
}
.content-area.yellow-bg {
  background-color: #fbc400;
  padding: 22px 0 12px;
}
#content {
  background-color: #fff;
}
.content-block.mid-grey-content-block {
  position: relative;
  background-color: #555;
  padding: 35px;
  color: #fff;
}
.center-row {
  display: table;
}
.center-row .center {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
/* Header (logo) */
#header {
  background-color: #007cbd;
  color: #fff;
  padding: 22px 0;
  min-height: 87px;
}
#header .banner-wrap {
  position: relative;
}
#header .banner-wrap h1 {
  padding: 12px 0 0;
}
#header .logo {
  position: absolute;
  left: 20px;
  top: -65px;
  z-index: 100;
}
#header .logo:focus {
  outline: 1px dotted #007cbd;
}
#header .logo img {
  max-width: 128px;
  width: 100%;
}
#header .col.span_6 {
  margin-left: 17%;
  width: 57.5%;
}
@media only screen and (max-width: 1024px) {
  #header .col.span_6 {
    margin-left: 20%;
    width: 54.5%;
  }
}
/* Footer */
#footer {
  border-top: 5px solid #dadada;
  width: 100%;
  background-color: #383e40;
  padding: 25px 0;
  color: #7d7f80;
}
#footer .footer-wrap .row {
  margin-bottom: 0;
}
#footer .footer-wrap .row .span_2 {
  width: 13%;
}
#footer .footer-wrap .row .span_10 {
  width: 85%;
}
#footer .footer-wrap .ta-logo,
#footer .footer-wrap .au-sports-commission-logo {
  max-width: 100px;
}
#footer .footer-wrap p {
  opacity: 0.55;
  color: #ffffff;
}
#footer .footer-wrap ul {
  padding-left: 0;
  margin: 25px 0 10px;
}
#footer .footer-wrap ul.logos li {
  float: left;
  padding-left: 0;
  margin-right: 0;
}
#footer .footer-wrap ul.logos li.first-child {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  line-height: 1.6;
}
#footer .footer-wrap ul.logos li.first-child:after {
  display: block;
  content: "";
  border-right: 1px solid #7d7f80;
  height: 45px;
  position: absolute;
  right: 0;
  top: 10px;
}
#footer .footer-wrap ul.logos li img {
  border-width: 0;
}
#footer .footer-wrap ul li {
  float: right;
  list-style-type: none;
  padding-left: 10px;
  font-size: 1.4em;
}
#footer .footer-wrap ul li.first-child {
  margin-right: 10px;
  float: left;
  margin-left: 0;
}
#footer .footer-wrap ul li.last-child {
  margin-right: 0;
  padding-right: 12px;
  position: relative;
}
#footer .footer-wrap ul li.last-child:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
#footer .footer-wrap ul li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .footer-wrap p {
    text-align: left;
  }
  #footer .footer-wrap ul {
    margin-bottom: 0;
  }
  #footer .footer-wrap ul li {
    margin: 0;
    float: none;
    padding: 0;
  }
  #footer .footer-wrap ul li.first-child,
  #footer .footer-wrap ul li.last-child {
    float: none;
    margin: 0;
  }
  #footer .footer-wrap ul li.first-child:after,
  #footer .footer-wrap ul li.last-child:after {
    content: "";
  }
  #footer .footer-wrap ul.logos li {
    float: left;
  }
}
/* resolution controlled elements */
.mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}
/*iPad and other tablet devices*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop:not(html) {
    display: none!important;
  }
  .tablet:not(html) {
    display: block!important;
  }
}
/*All mobile devices*/
@media only screen and (max-width: 767px) {
  .mobile {
    display: block!important;
  }
  .desktop:not(html) {
    display: none!important;
  }
  .tablet:not(html) {
    display: none!important;
  }
  .no-mobile-spacing {
    margin: 0;
  }
  .no-mobile-bottom-spacing {
    margin-bottom: 0;
  }
  #header .logo {
    top: -80px;
  }
  #header .logo img {
    max-width: 100px;
  }
  #header .col.span_6 {
    padding-top: 50px;
  }
}
/* Updated availability search results summaries */
.booking-availability .available-bookings {
  min-height: 300px;
}
.booking-availability .availability-error {
  display: none;
}
.booking-availability .found-court {
  display: none;
}
.booking-availability .alternative-courts {
  display: none;
}
.booking-availability .matching-book-btn {
  display: none;
}
.booking-availability .alternatives-msg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .booking-availability .available-bookings {
    min-height: 500px;
  }
}
form > .control-group:last-child {
  margin-bottom: 0;
}
.checkbox-cols {
  margin: 5px 0 0 0;
  max-width: 440px;
}
.checkbox-cols .checkbox-col {
  float: left;
  margin: 0 20px 0 0;
  width: auto;
}
.control-group {
  margin-bottom: 10px;
}
.control-group.double-bottom-spacing {
  margin-bottom: 20px;
}
.control-group.treble-bottom-spacing {
  margin-bottom: 30px;
}
.control-group.no-bottom-margin {
  margin-bottom: 0;
}
.control-group .static-input-group {
  max-width: 500px;
}
.control-group .field-validation-error {
  color: #ff2200;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.control-group .field-validation-error span {
  font-size: 1em;
  display: block;
  clear: both;
}
.control-group .required-label {
  font-style: italic;
  margin-left: 5px;
  display: inline-block;
  line-height: 2.75em;
}
.control-group .controls input[type="text"],
.control-group .controls input[type="password"] {
  border: 1px solid #caced2;
  background-color: #fff;
  padding: 10px;
  font-size: inherit;
  width: 100%;
  font-size: 1.6em;
}
.control-group .controls input[type="text"]::-webkit-input-placeholder,
.control-group .controls input[type="password"]::-webkit-input-placeholder {
  color: #a3a3a3;
}
.control-group .controls input[type="text"]::-moz-placeholder,
.control-group .controls input[type="password"]::-moz-placeholder {
  color: #a3a3a3;
}
.control-group .controls input[type="text"]:-ms-input-placeholder,
.control-group .controls input[type="password"]:-ms-input-placeholder {
  color: #a3a3a3;
}
.control-group .controls textarea {
  width: 100%;
  border: 1px solid #caced2;
  padding: 10px;
  font-size: 1.6em;
  height: 135px;
}
.control-group .controls input[disabled],
.control-group .controls select[disabled],
.control-group .controls textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}
.control-group .controls label {
  color: inherit;
  display: block;
  font-size: 1.4em;
}
.control-group .controls label.has-opacity {
  opacity: 0.7;
}
.control-group .controls .validation-error {
  color: #fa1747;
  margin-top: 5px;
}
.control-group.static-input label span {
  font-size: 1em;
  display: block;
  float: left;
}
.control-group.static-input .static-label {
  font-size: 1.4em;
  font-weight: 700;
  margin-right: 10px;
}
.control-group.static-input .controls {
  margin-right: 15px;
}
.control-group.static-input .error .styled-radio-bg {
  border: 1px solid #ff2200;
}
.control-group.static-input .static-option-label {
  margin-left: 5px;
  font-size: 1em;
}
.control-group.generic-style {
  margin-bottom: 25px;
}
.control-group.generic-style._15px-bottom-margin {
  margin-bottom: 15px;
}
.control-group.generic-style.no-bottom-margin {
  margin-bottom: 0;
}
.control-group.generic-style label {
  font-size: 1.4em;
  float: left;
  width: 200px;
  text-align: right;
  margin: 7px 20px 0 0;
  font-weight: 700;
}
.control-group.generic-style .field-validation-error {
  clear: both;
  margin-left: 220px;
}
.control-group.generic-style .selectboxit-container span,
.control-group.generic-style .selectboxit-container .selectboxit-options a {
  line-height: 40px;
  height: 40px;
}
.control-group.generic-style .fake-label {
  margin-left: 220px;
}
.control-group.generic-style .controls {
  font-size: 1.4em;
}
.control-group.generic-style .controls input[type="text"] {
  float: left;
  font-size: 1em;
  max-width: 250px;
  padding: 10px;
}
.control-group.generic-style .controls textarea {
  max-width: 450px;
  float: left;
  font-size: 1em;
}
.control-group.generic-style.static-input.vertical .controls {
  margin-bottom: 10px;
}
.control-group.generic-style.static-input.vertical .controls:last-child {
  margin-bottom: 0;
}
.control-group.generic-style.static-input .static-label {
  width: 200px;
  font-size: 1.4em;
  margin-right: 20px;
  text-align: right;
}
.control-group.generic-style.static-input .controls label {
  font-weight: 400;
  margin-top: 0;
  width: auto;
  font-size: 1em;
}
.control-group.generic-style.static-input .controls {
  margin-bottom: 10px;
}
.control-group.generic-style.static-input .controls.no-bottom-margin {
  margin-bottom: 0;
}
.control-group.terms-conditions.style-1 {
  background-color: #f6f6f6;
  padding: 25px;
}
.control-group.terms-conditions.style-1 label {
  font-size: 1em;
}
.control-group.terms-conditions.style-1 .static-label,
.control-group.terms-conditions.style-2 .static-label,
.control-group.terms-conditions.style-3 .static-label {
  width: 92%;
  font-size: 1.3em;
  margin-left: 1%;
}
.control-group.terms-conditions.style-2 .static-label {
  width: 92%;
  margin-left: 2%;
}
.control-group.sms-opt-out.style-1 {
  border: 1px solid #d9e2e9;
  padding: 30px;
}
.control-group.sms-opt-out.style-1 .controls {
  margin-right: 30px;
}
.control-group.sms-opt-out.style-1 .controls:last-child {
  margin-right: 0;
}
/* Discounts - NBCS-110 */
.discounts {
  margin: 0 0 30px 0;
}
.discounts .control-group .controls label {
  display: none;
}
.discounts .control-group .controls input[type="text"] {
  float: left;
  font-size: 1.4em;
  line-height: 38px;
  padding: 0 10px;
  width: 250px;
}
.discounts .control-group .controls .btn.btn-style-1 {
  float: left;
  line-height: 40px;
  padding: 0 10px;
  width: 100px;
}
.discounts .discount-added-panel {
  clear: both;
}
.discounts .validation p {
  clear: both;
  color: #ff2200;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .control-group.generic-style > label {
    width: 100px;
  }
  .control-group.generic-style .fake-label {
    margin-left: 120px;
  }
  .control-group.generic-style.static-input .static-label,
  .control-group.generic-style.static-input.generic-style .static-label {
    width: 100px;
  }
  .control-group.terms-conditions.style-1 .static-label,
  .control-group.terms-conditions.style-2 .static-label,
  .control-group.terms-conditions.style-3 .static-label {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .control-group > label,
  .control-group.generic-style > label {
    width: 100%!important;
    text-align: left!important;
  }
  .control-group .controls input[type="text"],
  .control-group.generic-style .controls input[type="text"],
  .control-group .controls textarea,
  .control-group.generic-style .controls textarea {
    width: 100%!important;
    max-width: none;
  }
  .control-group .field-validation-error,
  .control-group.generic-style .field-validation-error {
    margin-left: 0;
  }
  .control-group .fake-label,
  .control-group.generic-style .fake-label {
    margin-left: 0;
  }
  .control-group.static-input .controls,
  .control-group.generic-style.static-input .controls,
  .control-group.static-input.generic-style .controls,
  .control-group.generic-style.static-input.generic-style .controls,
  .control-group.static-input .static-label,
  .control-group.generic-style.static-input .static-label,
  .control-group.static-input.generic-style .static-label,
  .control-group.generic-style.static-input.generic-style .static-label {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .control-group.terms-conditions.style-1 .static-label,
  .control-group.terms-conditions.style-2 .static-label,
  .control-group.terms-conditions.style-3 .static-label {
    width: 77%;
  }
}
.lt-ie9 label.visuallyhidden,
.lt-ie10 label.visuallyhidden {
  height: auto;
  overflow: auto;
  padding: 0;
  position: static;
  width: auto;
}
.lt-ie9 .control-group.static-input.generic-style input[type="checkbox"],
.lt-ie10 .control-group.static-input.generic-style input[type="checkbox"],
.lt-ie9 .control-group.static-input.generic-style input[type="radio"],
.lt-ie10 .control-group.static-input.generic-style input[type="radio"] {
  float: left;
}
.lt-ie9 .control-group.static-input.generic-style .static-option-label,
.lt-ie10 .control-group.static-input.generic-style .static-option-label {
  line-height: 1em;
}
.btn {
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  text-decoration: none;
  color: #fff;
  outline: none;
  /* transition: all 250ms ease-in;*/
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
}
.btn .btn-txt {
  float: left;
}
.btn.disabled {
  cursor: default;
}
.btn.btn-style-1 {
  background-color: #007cbd;
  padding-left: 15px;
}
.btn.btn-style-1.bold {
  font-weight: 700;
}
.btn.btn-style-1.disabled {
  opacity: 0.5;
}
.btn.btn-style-1.disabled:hover,
.btn.btn-style-1.disabled:focus,
.btn.btn-style-1.disabled:active {
  color: #fff;
  background-color: #e50572;
}
.btn.btn-style-1:hover,
.btn.btn-style-1:active,
.btn.btn-style-1:focus {
  color: #fff;
}
.btn.btn-style-1:hover,
.btn.btn-style-1:focus,
.btn.btn-style-1:active {
  background-color: #e50572;
}
.btn.btn-style-1:hover .btn-icon,
.btn.btn-style-1:focus .btn-icon,
.btn.btn-style-1:active .btn-icon {
  background-color: #cc176c;
}
.btn.btn-style-1 .btn-icon {
  background-color: #0170aa;
  background-position: 4px 4px;
}
.btn.btn-style-1.btn-large .btn-icon {
  background-position: 12px 12px;
}
.btn.btn-style-2 {
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
}
.btn.btn-style-2.disabled {
  opacity: 0.5;
}
.btn.btn-style-2.disabled:hover,
.btn.btn-style-2.disabled:focus,
.btn.btn-style-2.disabled:active {
  color: #fff;
}
.btn.btn-style-2:hover,
.btn.btn-style-2:active,
.btn.btn-style-2:focus {
  color: #fff;
}
.btn.btn-style-2 .btn-icon {
  background-color: #000;
  background-position: 4px 4px;
}
.btn.btn-style-3 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 12px 35px;
  border: 2px solid #fff;
}
.btn.btn-style-3:hover,
.btn.btn-style-3:focus,
.btn.btn-style-3:active {
  color: #007cbd;
}
.btn.btn-style-3.hvr-sweep-to-right:before,
.btn.btn-style-3.hvr-sweep-to-left:before {
  background-color: #fff;
}
.btn.btn-style-3.disabled {
  opacity: 0.5;
}
.btn.btn-style-4 {
  background-color: #d6d6d6;
  color: #4a4a4a;
  font-weight: 700;
}
.btn.btn-style-5 {
  background-color: #e50572;
}
.btn.btn-style-5.disabled {
  opacity: 0.5;
}
.btn.btn-style-5.disabled:hover {
  color: #fff;
}
.btn.btn-style-5:hover,
.btn.btn-style-5:active,
.btn.btn-style-5:focus {
  color: #fff;
}
.btn.btn-style-5 .btn-icon {
  background-color: #cc176c;
  background-position: 4px 4px;
}
.btn.btn-style-5.btn-large {
  padding: 20px;
  font-size: 1.6em;
}
.btn.btn-style-5.btn-large .btn-icon {
  background-position: 12px 12px;
  height: 58px;
  margin: -19px -20px -20px 16px;
}
.btn.btn-style-6 {
  border: 2px solid #007cbd;
  color: #007cbd;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 700;
  padding: 6px 15px;
}
.btn.btn-style-6:hover,
.btn.btn-style-6:focus,
.btn.btn-style-6:active {
  background: #007cbd;
  color: #fff;
}
.btn.btn-style-6.disabled {
  border: 2px solid #c9cfd5;
  color: #c9cfd5;
}
.btn.btn-style-7 {
  background-color: #007cbd;
  padding: 13px;
  padding-left: 15px;
  width: 100%;
}
.btn.btn-style-7.bold {
  font-weight: 700;
}
.btn.btn-style-7.disabled {
  opacity: 0.5;
}
.btn.btn-style-7.disabled:hover {
  color: #fff;
  background-color: #007cbd;
}
.btn.btn-style-7:hover,
.btn.btn-style-7:active,
.btn.btn-style-7:focus {
  color: #fff;
}
.btn.btn-style-7:hover,
.btn.btn-style-7:focus,
.btn.btn-style-7:active {
  background-color: #e50572;
}
.btn.btn-style-7:hover .btn-icon,
.btn.btn-style-7:focus .btn-icon,
.btn.btn-style-7:active .btn-icon {
  background-color: #cc176c;
}
.btn.btn-style-7 .btn-icon {
  height: 44px;
  margin: -13px -12px -17px 10px;
  background-color: #017ab9;
  background-position: 4px 8px;
}
.btn.btn-style-7.btn-large .btn-icon {
  background-position: 12px 12px;
}
.btn.btn-style-8 {
  background-color: #fff;
  color: #007cbd;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.btn.btn-style-8:hover,
.btn.btn-style-8:focus,
.btn.btn-style-8:active {
  color: #fff;
  background-color: #007cbd;
}
.btn.btn-style-8.disabled {
  opacity: 0.5;
}
.btn.btn-style-9 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.btn.btn-style-9:hover,
.btn.btn-style-9:focus,
.btn.btn-style-9:active {
  color: #007cbd;
  background-color: #fff;
}
.btn.btn-style-9.disabled {
  opacity: 0.5;
}
.btn-icon {
  background: url("../img/core/icon-sprite.png") no-repeat;
  width: 38px;
  height: 38px;
  border: none;
  display: inline-block;
  position: relative;
  margin: -10px -10px -17px 10px;
  float: right;
}
.btn-large {
  padding: 18px;
  font-weight: 700;
}
.btn-large .btn-icon {
  width: 54px;
  height: 54px;
  margin: -18px -18px -20px 15px;
}
.btn-group {
  margin-bottom: 20px;
}
.btn-group .btn {
  margin-right: 5px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group.no-bottom-margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    white-space: normal;
  }
  .btn .btn-txt {
    float: none;
    display: block;
    text-align: center;
  }
  .btn-icon {
    display: none;
  }
  .btn-group {
    width: 100%;
    float: none;
  }
  .btn-group .btn {
    margin-bottom: 10px;
  }
  .btn-group .btn:last-child {
    margin-bottom: 0;
  }
}
/* IE fixes */
.lt-ie10 .btn.btn-style-3:hover:before {
  background-color: #fff;
}
.box {
  padding: 25px;
}
.box.style-1 {
  background-color: #f6f6f6;
  -webkit-box-shadow: -6px 6px 0 -2px #d6d6d6;
  -moz-box-shadow: -6px 6px 0 -2px #d6d6d6;
  box-shadow: -6px 6px 0 -2px #d6d6d6;
}
.box.style-2 {
  background-color: #eb1a7a;
  color: #fff;
  -webkit-box-shadow: -5px 6px 0px -2px #d6d6d6;
  -moz-box-shadow: -5px 6px 0px -2px #d6d6d6;
  box-shadow: -5px 6px 0px -2px #d6d6d6;
}
.box.style-3 {
  background-color: #fcc500;
  -webkit-box-shadow: -5px 6px 0px -2px #d6d6d6;
  -moz-box-shadow: -5px 6px 0px -2px #d6d6d6;
  box-shadow: -5px 6px 0px -2px #d6d6d6;
}
.box.style-4 {
  background-color: #f6f6f6;
  padding: 20px;
}
.box .icon {
  display: block;
}
.box .icon.calendar {
  width: 56px;
  height: 54px;
  background: url("../img/core/small-calendar.png") no-repeat;
}
.icon-box {
  padding: 40px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e5e5e5;
  -moz-box-shadow: inset 0px 0px 0px 2px #e5e5e5;
  box-shadow: inset 0px 0px 0px 2px red #e5e5e5;
  transition: all 250ms ease-in;
}
.icon-box:hover,
.icon-box.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #007cbd;
  -moz-box-shadow: inset 0px 0px 0px 2px #007cbd;
  box-shadow: inset 0px 0px 0px 2px #007cbd;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
}
.icon-box .icon-bg {
  background: url('../img/core/booking-sheet-sprite.png') no-repeat 0 0;
  width: 60px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
.icon-box.manage-bookings .icon-bg {
  background-position: -85px 0;
}
@media only screen and (max-width: 1024px) {
  .box .icon {
    display: none;
  }
}
.advanced-search {
  padding: 30px 0;
}
.advanced-search select {
  font-size: 1.6em;
}
.advanced-search .btn {
  height: 42px;
  width: 100%;
}
.advanced-search .btn .btn-icon {
  height: 42px;
  margin-top: -12px;
  background-position: 4px 7px;
}
.advanced-search .error-msg {
  color: #ff0033;
  margin: 5px 0;
}
.advanced-search .selectboxit-container,
.advanced-search .selectboxit {
  width: 100% !important;
  border: none;
}
.advanced-search .selectboxit-container .selectboxit-options {
  width: 100% !important;
}
.advanced-search .selectboxit,
.advanced-search .selectboxit span.selectboxit-text {
  line-height: 42px;
  height: 42px;
}
.advanced-search .selectboxit-container .selectboxit-arrow-container {
  height: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 960px) {
  .advanced-search .row .col {
    width: 48%;
    margin-bottom: 10px;
  }
  .advanced-search .row .col.duration,
  .advanced-search .row .col.availability {
    margin-left: 0;
  }
  .advanced-search .row .col:last-child {
    margin-bottom: 0;
  }
}
.lt-ie10 .advanced-search label.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hero-carousel {
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
}
.hero-carousel .flexslider {
  margin: 0;
}
.hero-carousel li {
  font-size: 1em;
}
.hero-carousel li .bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center top !important;
}
.hero-carousel li.slide-one .bg {
  background: url('../img/temp/carousel-hero.jpg') no-repeat;
}
.hero-carousel li.slide-two .bg {
  background: url('../img/temp/carousel-hero.jpg') no-repeat;
}
.hero-carousel li.slide-three .bg {
  background: url('../img/temp/carousel-hero.jpg') no-repeat;
}
.hero-carousel li .container {
  padding: 165px 20px 188px 20px;
}
.hero-carousel .title-container {
  max-width: 830px;
  float: left;
  clear: both;
}
.hero-carousel .title-container span {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0 8px;
}
.hero-carousel .title-container span:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hero-carousel .title-container span:last-child {
  padding-bottom: 5px;
  padding-top: 5px;
}
.hero-carousel .slide-controls {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 120px;
}
.hero-carousel .slide-controls ul {
  margin: 0;
  padding-left: 0;
  width: 120px;
}
.hero-carousel .slide-controls ul li {
  list-style-type: none;
}
.hero-carousel .slide-controls ul li:first-child {
  margin-right: 10px;
}
.hero-carousel .slide-controls ul li a {
  text-indent: -9999px;
  display: inline-block;
  width: 55px;
  height: 55px;
}
.hero-carousel .slide-controls ul li a.next {
  background: #ffffff url('../img/core/icon-sprite.png') -176px 14px no-repeat;
}
.hero-carousel .slide-controls ul li a.next:hover {
  background-position: 12px 14px;
}
.hero-carousel .slide-controls ul li a.previous {
  background: #ffffff url('../img/core/icon-sprite.png') -139px 14px no-repeat;
}
.hero-carousel .slide-controls ul li a.previous:hover {
  background-position: -100px 14px;
}
.hero-carousel .slide-controls ul li a:hover {
  background-color: #007cbd;
}
.hero-carousel .flexslider .span_12 {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .hero li.slide-one .bg {
    background: url('../img/temp/ropley-home-hero-1-small.jpg') no-repeat;
  }
  .hero li.slide-two .bg {
    background: url('../img/temp/ropley-home-hero-2-small.jpg') no-repeat;
  }
  .hero li.slide-three .bg {
    background: url('../img/temp/ropley-home-hero-2-small.jpg') no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .slide-controls {
    display: none;
  }
}
.info-box-set .img-container {
  min-height: 90px;
  display: block;
}
.info-box-set .title {
  display: block;
  margin-top: 25px;
}
.info-box-set .info-box p {
  font-size: 1.4em;
}
.info-box-set .info-box p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .info-box-set .info-box {
    margin-bottom: 20px;
  }
  .info-box-set .info-box:last-child {
    margin-bottom: 0;
  }
}
.sign-in-block {
  background-color: #f6f6f6;
  padding: 38px 90px 50px;
}
.sign-in-block .span_6 {
  margin-left: 0;
}
.sign-in-block .span_6.login-container {
  padding-right: 6.3%;
}
.sign-in-block .span_6.social-login-container {
  padding-left: 6.3%;
}
.sign-in-block .row {
  background: url("../img/core/login-divider.png") repeat-y 50% 0;
}
.sign-in-block form .control-group.checkbox {
  color: #444;
}
.sign-in-block form .control-group input[type="text"],
.sign-in-block form .control-group input[type="password"] {
  max-width: none;
  font-size: 1.6em;
  padding: 12px;
}
.social-login {
  padding-left: 0;
}
.social-login li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 1.6em;
}
.social-login li button,
.social-login li a {
  width: 100%;
  padding: 10px;
  display: inline-block;
  color: #fff;
  border: none;
  text-align: center;
}
.social-login li button:hover,
.social-login li a:hover,
.social-login li button:visited,
.social-login li a:visited,
.social-login li button:focus,
.social-login li a:focus,
.social-login li button:active,
.social-login li a:active {
  color: #fff;
}
.social-login li button.fb,
.social-login li a.fb {
  background-color: #415fa8;
}
.social-login li button.google,
.social-login li a.google {
  background-color: #e95f44;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .sign-in-block {
    padding: 28px  45px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-in-block {
    padding: 15px 25px;
  }
  .sign-in-block .row {
    background-image: none;
  }
  .sign-in-block .row .span_6.login-container,
  .sign-in-block .row .span_6.social-login-container {
    padding: 0;
  }
}
.button {
  background-color: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding: 7px 10px;
  color: #aaaaaa;
  text-decoration: none !important;
  font-size: 13px;
  display: inline-block;
}
.button:hover {
  border-color: #acc1db;
}
.dark-blue-hover-state {
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  text-decoration: none;
  color: #fff;
  outline: none;
  /* transition: all 250ms ease-in;*/
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  background-color: #008eca;
  color: #ffffff;
}
.dark-blue-hover-state .btn-txt {
  float: left;
}
.dark-blue-hover-state.disabled {
  cursor: default;
}
.dark-blue-hover-state.btn-style-1 {
  background-color: #007cbd;
  padding-left: 15px;
}
.dark-blue-hover-state.btn-style-1.bold {
  font-weight: 700;
}
.dark-blue-hover-state.btn-style-1.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-1.disabled:hover,
.dark-blue-hover-state.btn-style-1.disabled:focus,
.dark-blue-hover-state.btn-style-1.disabled:active {
  color: #fff;
  background-color: #e50572;
}
.dark-blue-hover-state.btn-style-1:hover,
.dark-blue-hover-state.btn-style-1:active,
.dark-blue-hover-state.btn-style-1:focus {
  color: #fff;
}
.dark-blue-hover-state.btn-style-1:hover,
.dark-blue-hover-state.btn-style-1:focus,
.dark-blue-hover-state.btn-style-1:active {
  background-color: #e50572;
}
.dark-blue-hover-state.btn-style-1:hover .btn-icon,
.dark-blue-hover-state.btn-style-1:focus .btn-icon,
.dark-blue-hover-state.btn-style-1:active .btn-icon {
  background-color: #cc176c;
}
.dark-blue-hover-state.btn-style-1 .btn-icon {
  background-color: #0170aa;
  background-position: 4px 4px;
}
.dark-blue-hover-state.btn-style-1.btn-large .btn-icon {
  background-position: 12px 12px;
}
.dark-blue-hover-state.btn-style-2 {
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
}
.dark-blue-hover-state.btn-style-2.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-2.disabled:hover,
.dark-blue-hover-state.btn-style-2.disabled:focus,
.dark-blue-hover-state.btn-style-2.disabled:active {
  color: #fff;
}
.dark-blue-hover-state.btn-style-2:hover,
.dark-blue-hover-state.btn-style-2:active,
.dark-blue-hover-state.btn-style-2:focus {
  color: #fff;
}
.dark-blue-hover-state.btn-style-2 .btn-icon {
  background-color: #000;
  background-position: 4px 4px;
}
.dark-blue-hover-state.btn-style-3 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 12px 35px;
  border: 2px solid #fff;
}
.dark-blue-hover-state.btn-style-3:hover,
.dark-blue-hover-state.btn-style-3:focus,
.dark-blue-hover-state.btn-style-3:active {
  color: #007cbd;
}
.dark-blue-hover-state.btn-style-3.hvr-sweep-to-right:before,
.dark-blue-hover-state.btn-style-3.hvr-sweep-to-left:before {
  background-color: #fff;
}
.dark-blue-hover-state.btn-style-3.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-4 {
  background-color: #d6d6d6;
  color: #4a4a4a;
  font-weight: 700;
}
.dark-blue-hover-state.btn-style-5 {
  background-color: #e50572;
}
.dark-blue-hover-state.btn-style-5.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-5.disabled:hover {
  color: #fff;
}
.dark-blue-hover-state.btn-style-5:hover,
.dark-blue-hover-state.btn-style-5:active,
.dark-blue-hover-state.btn-style-5:focus {
  color: #fff;
}
.dark-blue-hover-state.btn-style-5 .btn-icon {
  background-color: #cc176c;
  background-position: 4px 4px;
}
.dark-blue-hover-state.btn-style-5.btn-large {
  padding: 20px;
  font-size: 1.6em;
}
.dark-blue-hover-state.btn-style-5.btn-large .btn-icon {
  background-position: 12px 12px;
  height: 58px;
  margin: -19px -20px -20px 16px;
}
.dark-blue-hover-state.btn-style-6 {
  border: 2px solid #007cbd;
  color: #007cbd;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 700;
  padding: 6px 15px;
}
.dark-blue-hover-state.btn-style-6:hover,
.dark-blue-hover-state.btn-style-6:focus,
.dark-blue-hover-state.btn-style-6:active {
  background: #007cbd;
  color: #fff;
}
.dark-blue-hover-state.btn-style-6.disabled {
  border: 2px solid #c9cfd5;
  color: #c9cfd5;
}
.dark-blue-hover-state.btn-style-7 {
  background-color: #007cbd;
  padding: 13px;
  padding-left: 15px;
  width: 100%;
}
.dark-blue-hover-state.btn-style-7.bold {
  font-weight: 700;
}
.dark-blue-hover-state.btn-style-7.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-7.disabled:hover {
  color: #fff;
  background-color: #007cbd;
}
.dark-blue-hover-state.btn-style-7:hover,
.dark-blue-hover-state.btn-style-7:active,
.dark-blue-hover-state.btn-style-7:focus {
  color: #fff;
}
.dark-blue-hover-state.btn-style-7:hover,
.dark-blue-hover-state.btn-style-7:focus,
.dark-blue-hover-state.btn-style-7:active {
  background-color: #e50572;
}
.dark-blue-hover-state.btn-style-7:hover .btn-icon,
.dark-blue-hover-state.btn-style-7:focus .btn-icon,
.dark-blue-hover-state.btn-style-7:active .btn-icon {
  background-color: #cc176c;
}
.dark-blue-hover-state.btn-style-7 .btn-icon {
  height: 44px;
  margin: -13px -12px -17px 10px;
  background-color: #017ab9;
  background-position: 4px 8px;
}
.dark-blue-hover-state.btn-style-7.btn-large .btn-icon {
  background-position: 12px 12px;
}
.dark-blue-hover-state.btn-style-8 {
  background-color: #fff;
  color: #007cbd;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.dark-blue-hover-state.btn-style-8:hover,
.dark-blue-hover-state.btn-style-8:focus,
.dark-blue-hover-state.btn-style-8:active {
  color: #fff;
  background-color: #007cbd;
}
.dark-blue-hover-state.btn-style-8.disabled {
  opacity: 0.5;
}
.dark-blue-hover-state.btn-style-9 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.dark-blue-hover-state.btn-style-9:hover,
.dark-blue-hover-state.btn-style-9:focus,
.dark-blue-hover-state.btn-style-9:active {
  color: #007cbd;
  background-color: #fff;
}
.dark-blue-hover-state.btn-style-9.disabled {
  opacity: 0.5;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-by-date .my-bookings-btn,
.booking-by-court .my-bookings-btn {
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  color: #008fc8;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.booking-by-date .my-bookings-btn:hover,
.booking-by-court .my-bookings-btn:hover {
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  text-decoration: none;
  color: #fff;
  outline: none;
  /* transition: all 250ms ease-in;*/
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  background-color: #008eca;
  color: #ffffff;
}
.booking-by-date .my-bookings-btn:hover .btn-txt,
.booking-by-court .my-bookings-btn:hover .btn-txt {
  float: left;
}
.booking-by-date .my-bookings-btn:hover.disabled,
.booking-by-court .my-bookings-btn:hover.disabled {
  cursor: default;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1,
.booking-by-court .my-bookings-btn:hover.btn-style-1 {
  background-color: #007cbd;
  padding-left: 15px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1.bold,
.booking-by-court .my-bookings-btn:hover.btn-style-1.bold {
  font-weight: 700;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-1.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1.disabled:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-1.disabled:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-1.disabled:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-1.disabled:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-1.disabled:active,
.booking-by-court .my-bookings-btn:hover.btn-style-1.disabled:active {
  color: #fff;
  background-color: #e50572;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-1:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-1:active,
.booking-by-court .my-bookings-btn:hover.btn-style-1:active,
.booking-by-date .my-bookings-btn:hover.btn-style-1:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-1:focus {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-1:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-1:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-1:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-1:active,
.booking-by-court .my-bookings-btn:hover.btn-style-1:active {
  background-color: #e50572;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1:hover .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-1:hover .btn-icon,
.booking-by-date .my-bookings-btn:hover.btn-style-1:focus .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-1:focus .btn-icon,
.booking-by-date .my-bookings-btn:hover.btn-style-1:active .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-1:active .btn-icon {
  background-color: #cc176c;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1 .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-1 .btn-icon {
  background-color: #0170aa;
  background-position: 4px 4px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-1.btn-large .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-1.btn-large .btn-icon {
  background-position: 12px 12px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-2,
.booking-by-court .my-bookings-btn:hover.btn-style-2 {
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-2.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-2.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-2.disabled:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-2.disabled:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-2.disabled:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-2.disabled:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-2.disabled:active,
.booking-by-court .my-bookings-btn:hover.btn-style-2.disabled:active {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-2:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-2:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-2:active,
.booking-by-court .my-bookings-btn:hover.btn-style-2:active,
.booking-by-date .my-bookings-btn:hover.btn-style-2:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-2:focus {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-2 .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-2 .btn-icon {
  background-color: #000;
  background-position: 4px 4px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-3,
.booking-by-court .my-bookings-btn:hover.btn-style-3 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 12px 35px;
  border: 2px solid #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-3:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-3:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-3:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-3:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-3:active,
.booking-by-court .my-bookings-btn:hover.btn-style-3:active {
  color: #007cbd;
}
.booking-by-date .my-bookings-btn:hover.btn-style-3.hvr-sweep-to-right:before,
.booking-by-court .my-bookings-btn:hover.btn-style-3.hvr-sweep-to-right:before,
.booking-by-date .my-bookings-btn:hover.btn-style-3.hvr-sweep-to-left:before,
.booking-by-court .my-bookings-btn:hover.btn-style-3.hvr-sweep-to-left:before {
  background-color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-3.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-3.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-4,
.booking-by-court .my-bookings-btn:hover.btn-style-4 {
  background-color: #d6d6d6;
  color: #4a4a4a;
  font-weight: 700;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5,
.booking-by-court .my-bookings-btn:hover.btn-style-5 {
  background-color: #e50572;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-5.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5.disabled:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-5.disabled:hover {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-5:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-5:active,
.booking-by-court .my-bookings-btn:hover.btn-style-5:active,
.booking-by-date .my-bookings-btn:hover.btn-style-5:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-5:focus {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5 .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-5 .btn-icon {
  background-color: #cc176c;
  background-position: 4px 4px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5.btn-large,
.booking-by-court .my-bookings-btn:hover.btn-style-5.btn-large {
  padding: 20px;
  font-size: 1.6em;
}
.booking-by-date .my-bookings-btn:hover.btn-style-5.btn-large .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-5.btn-large .btn-icon {
  background-position: 12px 12px;
  height: 58px;
  margin: -19px -20px -20px 16px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-6,
.booking-by-court .my-bookings-btn:hover.btn-style-6 {
  border: 2px solid #007cbd;
  color: #007cbd;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 700;
  padding: 6px 15px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-6:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-6:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-6:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-6:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-6:active,
.booking-by-court .my-bookings-btn:hover.btn-style-6:active {
  background: #007cbd;
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-6.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-6.disabled {
  border: 2px solid #c9cfd5;
  color: #c9cfd5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7,
.booking-by-court .my-bookings-btn:hover.btn-style-7 {
  background-color: #007cbd;
  padding: 13px;
  padding-left: 15px;
  width: 100%;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7.bold,
.booking-by-court .my-bookings-btn:hover.btn-style-7.bold {
  font-weight: 700;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-7.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7.disabled:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-7.disabled:hover {
  color: #fff;
  background-color: #007cbd;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-7:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-7:active,
.booking-by-court .my-bookings-btn:hover.btn-style-7:active,
.booking-by-date .my-bookings-btn:hover.btn-style-7:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-7:focus {
  color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-7:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-7:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-7:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-7:active,
.booking-by-court .my-bookings-btn:hover.btn-style-7:active {
  background-color: #e50572;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7:hover .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-7:hover .btn-icon,
.booking-by-date .my-bookings-btn:hover.btn-style-7:focus .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-7:focus .btn-icon,
.booking-by-date .my-bookings-btn:hover.btn-style-7:active .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-7:active .btn-icon {
  background-color: #cc176c;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7 .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-7 .btn-icon {
  height: 44px;
  margin: -13px -12px -17px 10px;
  background-color: #017ab9;
  background-position: 4px 8px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-7.btn-large .btn-icon,
.booking-by-court .my-bookings-btn:hover.btn-style-7.btn-large .btn-icon {
  background-position: 12px 12px;
}
.booking-by-date .my-bookings-btn:hover.btn-style-8,
.booking-by-court .my-bookings-btn:hover.btn-style-8 {
  background-color: #fff;
  color: #007cbd;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.booking-by-date .my-bookings-btn:hover.btn-style-8:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-8:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-8:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-8:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-8:active,
.booking-by-court .my-bookings-btn:hover.btn-style-8:active {
  color: #fff;
  background-color: #007cbd;
}
.booking-by-date .my-bookings-btn:hover.btn-style-8.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-8.disabled {
  opacity: 0.5;
}
.booking-by-date .my-bookings-btn:hover.btn-style-9,
.booking-by-court .my-bookings-btn:hover.btn-style-9 {
  background-color: #007cbd;
  color: #fff;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #007cbd;
}
.booking-by-date .my-bookings-btn:hover.btn-style-9:hover,
.booking-by-court .my-bookings-btn:hover.btn-style-9:hover,
.booking-by-date .my-bookings-btn:hover.btn-style-9:focus,
.booking-by-court .my-bookings-btn:hover.btn-style-9:focus,
.booking-by-date .my-bookings-btn:hover.btn-style-9:active,
.booking-by-court .my-bookings-btn:hover.btn-style-9:active {
  color: #007cbd;
  background-color: #fff;
}
.booking-by-date .my-bookings-btn:hover.btn-style-9.disabled,
.booking-by-court .my-bookings-btn:hover.btn-style-9.disabled {
  opacity: 0.5;
}
.booking-by-date .ui-autocomplete li._2_icons .label,
.booking-by-court .ui-autocomplete li._2_icons .label {
  width: 292px;
}
.booking-by-date .ui-autocomplete li a.ui-state-focus,
.booking-by-court .ui-autocomplete li a.ui-state-focus {
  margin: 0;
}
.booking-by-date .ui-autocomplete li .contact-level-icon,
.booking-by-court .ui-autocomplete li .contact-level-icon {
  background: url('../img/core/sprite.png') no-repeat 0 -1645px;
  display: inline-block;
  width: 21px;
  height: 20px;
  text-indent: -9999px;
  margin-left: 5px;
}
.booking-by-date .ui-autocomplete li .contact-level-icon.hasresponsibility,
.booking-by-court .ui-autocomplete li .contact-level-icon.hasresponsibility {
  background-position: -28px -1645px;
}
.booking-by-date .ui-autocomplete li .contact-level-icon.hasexpiredmembership,
.booking-by-court .ui-autocomplete li .contact-level-icon.hasexpiredmembership {
  background-position: -223px -1645px;
}
.booking-by-date .ui-autocomplete li .account-provider-icon,
.booking-by-court .ui-autocomplete li .account-provider-icon {
  background: url('../img/core/sprite.png') no-repeat -188px -1645px;
  display: inline-block;
  width: 21px;
  height: 20px;
  text-indent: -9999px;
  margin-left: 5px;
}
.booking-by-date .ui-autocomplete li .account-provider-icon.microsoft,
.booking-by-court .ui-autocomplete li .account-provider-icon.microsoft {
  background-position: -91px -1645px;
}
.booking-by-date .ui-autocomplete li .account-provider-icon.google,
.booking-by-court .ui-autocomplete li .account-provider-icon.google {
  background-position: -155px -1645px;
}
.booking-by-date .ui-autocomplete li .account-provider-icon.facebook,
.booking-by-court .ui-autocomplete li .account-provider-icon.facebook {
  background-position: -60px -1645px;
}
.booking-by-date .ui-autocomplete li .account-provider-icon.lta,
.booking-by-court .ui-autocomplete li .account-provider-icon.lta {
  background-position: -122px -1645px;
}
.booking-sheet-page {
  min-height: 750px;
  position: relative;
}
.booking-sheet-page h1 {
  text-align: left;
  margin: 0;
}
.booking-sheet-page .grid {
  overflow: hidden;
  display: none;
}
.booking-sheet-page .grid .booking-view-control .visuallyhidden {
  height: 1px;
  margin: -1px;
  width: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
}
.booking-sheet-page .grid .booking-sheet-header {
  border-bottom: 1px solid #9d9d9d;
  min-height: 35px;
}
.booking-sheet-page .grid .booking-sheet-header .paging-control {
  margin-right: 5px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control .select-resource-container,
.booking-sheet-page .grid .booking-sheet-header .resource-control .select-resource-container {
  float: left;
  margin-left: 5px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control .selectboxit-options li a,
.booking-sheet-page .grid .booking-sheet-header .resource-control .selectboxit-options li a {
  margin-left: 0;
  width: 100%;
}
.booking-sheet-page .grid .booking-sheet-header .date-control button,
.booking-sheet-page .grid .booking-sheet-header .resource-control button {
  float: left;
  width: 39px;
  height: 36px;
  margin-left: 5px;
  background: #ffffff url('../img/core/sprite.png') no-repeat -198px -1165px;
  border: 1px solid #d1d1d1;
  text-indent: -9999px;
  -webkit-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  -moz-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  border: 1px solid #717171;
}
.booking-sheet-page .grid .booking-sheet-header .date-control button:focus,
.booking-sheet-page .grid .booking-sheet-header .resource-control button:focus {
  outline: 0;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a,
.booking-sheet-page .grid .booking-sheet-header .resource-control a {
  margin-left: 5px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.select-today-btn,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.select-today-btn {
  color: #333333;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  -moz-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  border: 1px solid #717171;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.select-today-btn:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.select-today-btn:hover {
  background-color: transparent;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn {
  color: #333333;
  text-indent: -9999px;
  padding: 7px 5px;
  background: #ffffff url('../img/core/sprite.png') no-repeat 0 0;
  width: 36px;
  -webkit-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  -moz-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  border: 1px solid #717171;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.tomorrow,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.tomorrow,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.tomorrow,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.tomorrow,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.next-resource,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.next-resource,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.next-resource,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.next-resource {
  background-position: -221px -719px;
  background-color: #ffffff;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.tomorrow:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.tomorrow:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.tomorrow:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.tomorrow:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.next-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.next-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.next-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.next-resource:hover {
  background-position: -221px -625px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.tomorrow.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.tomorrow.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.tomorrow.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.tomorrow.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.next-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.next-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.next-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.next-resource.disabled {
  border: 1px solid #717171;
  cursor: default;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.tomorrow.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.tomorrow.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.tomorrow.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.tomorrow.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.next-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.next-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.next-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.next-resource.disabled:hover {
  background-position: -221px -719px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.yesterday,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.yesterday,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.yesterday,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.yesterday,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.prev-resource,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.prev-resource,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.prev-resource,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.prev-resource {
  background-position: -223px -685px;
  background-color: #ffffff;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.yesterday:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.yesterday:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.yesterday:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.yesterday:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.prev-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.prev-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.prev-resource:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.prev-resource:hover {
  background-position: -223px -659px;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.yesterday.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.yesterday.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.yesterday.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.yesterday.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.prev-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.prev-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.prev-resource.disabled,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.prev-resource.disabled {
  background-color: #ffffff;
  cursor: default;
}
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.yesterday.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.yesterday.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.yesterday.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.yesterday.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.day-nav-btn.prev-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.day-nav-btn.prev-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .date-control a.resource-nav-btn.prev-resource.disabled:hover,
.booking-sheet-page .grid .booking-sheet-header .resource-control a.resource-nav-btn.prev-resource.disabled:hover {
  border: 1px solid #717171;
  background-position: -223px -685px;
  background-color: #ffffff;
}
.booking-sheet-page .grid .booking-sheet-header .date-control img,
.booking-sheet-page .grid .booking-sheet-header .resource-control img {
  cursor: pointer;
  float: left;
  margin-left: 5px;
}
.booking-sheet-page .grid .time-container {
  float: left;
  width: 5%;
  min-height: 100px;
  border-bottom: 1px solid #9d9d9d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
  padding-top: 70px;
  position: relative;
}
.booking-sheet-page .grid .time-container .carousel-controls {
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  background: url('../img/core/booking-sheet-controls-sprite.png') no-repeat 50% 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.booking-sheet-page .grid .time-container .carousel-controls.disabled {
  cursor: default;
}
.booking-sheet-page .grid .time-container .carousel-controls.prev {
  background-position: 50% -141px;
  background-color: #666666;
}
.booking-sheet-page .grid .time-container .carousel-controls.prev:hover {
  background-color: #007cbd;
}
.booking-sheet-page .grid .time-container .carousel-controls.prev.disabled {
  background-position: 50% -209px;
  background-color: transparent;
}
.booking-sheet-page .grid .time-container .carousel-controls.prev.disabled:hover {
  background-color: transparent;
}
.booking-sheet-page .grid .time-container .carousel-controls.next {
  background-color: #666666;
  background-position: 50% 27px;
}
.booking-sheet-page .grid .time-container .carousel-controls.next:hover {
  background-color: #007cbd;
}
.booking-sheet-page .grid .time-container .carousel-controls.next.disabled {
  background-position: 50% -39px;
  background-color: transparent;
}
.booking-sheet-page .grid .time-container .carousel-controls.next.disabled:hover {
  background-color: transparent;
}
.booking-sheet-page .grid .time-container.left {
  border-right: 1px solid #9d9d9d;
}
.booking-sheet-page .grid .time-container ._30min {
  height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-sheet-page .grid .time-container ._30min.border-top {
  border-top: 1px solid #9d9d9d;
}
.booking-sheet-page .grid .time-container ._30min span {
  display: block;
  padding-top: 5px;
}
.booking-sheet-page .grid .carousel {
  float: left;
  width: 90%;
  position: relative;
  background: #f1f1f1 url('../img/core/unavailable-bg.png') 0 0 repeat;
  border-bottom: 1px solid #9d9d9d;
}
.booking-sheet-page .grid .carousel .time-indicator {
  position: absolute;
  top: 70px;
  width: 99.9%;
  height: 1px;
  left: 0px;
  background-color: #f08080;
}
.booking-sheet-page .grid .carousel ul {
  padding-left: 0;
  margin: 0;
}
.booking-sheet-page .grid .carousel ul li {
  float: left;
  overflow: hidden;
  display: block;
  width: 100%;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource,
.booking-sheet-page .grid .carousel .resource-wrap .day {
  border-top: none;
  position: relative;
  border-right: 1px solid #9d9d9d;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource.last,
.booking-sheet-page .grid .carousel .resource-wrap .day.last {
  border-right: none;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .tmp-resource-header,
.booking-sheet-page .grid .carousel .resource-wrap .day .tmp-resource-header {
  position: fixed;
  top: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  color: #ffffff;
  display: none;
  font-size: 1.4em;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .tmp-resource-header span,
.booking-sheet-page .grid .carousel .resource-wrap .day .tmp-resource-header span {
  display: block;
  padding: 5px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .resource-header,
.booking-sheet-page .grid .carousel .resource-wrap .day .resource-header,
.booking-sheet-page .grid .carousel .resource-wrap .resource .day-header,
.booking-sheet-page .grid .carousel .resource-wrap .day .day-header {
  text-align: center;
  border-bottom: 1px solid #9d9d9d;
  min-height: 71px;
  padding: 5px;
  background-color: #ffffff;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .resource-header h3,
.booking-sheet-page .grid .carousel .resource-wrap .day .resource-header h3,
.booking-sheet-page .grid .carousel .resource-wrap .resource .day-header h3,
.booking-sheet-page .grid .carousel .resource-wrap .day .day-header h3 {
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .resource-header .resource-info,
.booking-sheet-page .grid .carousel .resource-wrap .day .resource-header .resource-info,
.booking-sheet-page .grid .carousel .resource-wrap .resource .day-header .resource-info,
.booking-sheet-page .grid .carousel .resource-wrap .day .day-header .resource-info {
  font-size: 11px;
  margin-top: -5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container {
  position: relative;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .session-break,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .session-break {
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 1px solid #9d9d9d;
  display: none;
  height: 1px;
  top: -1px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .session-break.active,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .session-break.active {
  display: block;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #9d9d9d;
  background-color: #ffffff;
  font-size: 12px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval.last,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval.last {
  border-bottom: none;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a span {
  text-transform: uppercase;
  text-align: center;
  color: #454545;
  display: none;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a span.cost,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a span.cost {
  display: block;
  color: #666;
  text-transform: none;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a.book-interval:hover,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a.book-interval:hover {
  background-color: #f1f1f1;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a.book-interval:hover span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a.book-interval:hover span {
  display: block;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a.book-interval:hover span.cost,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a.book-interval:hover span.cost,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval a.book-interval:hover span.start-time,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval a.book-interval:hover span.start-time {
  display: none;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .booked,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .booked,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .unavailable,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .unavailable,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .admin-only,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .admin-only,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted {
  text-transform: uppercase;
  background-color: #f1f1f1;
  color: #000000;
  width: 100%;
  height: 100%;
  position: relative;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .booked span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .booked span,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .unavailable span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .unavailable span,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session span,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .admin-only span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .admin-only span,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted span {
  text-align: center;
  display: block;
  padding: 5px;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .booked span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .booked span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .unavailable span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .unavailable span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .admin-only span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .admin-only span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted span.overflow-hidden,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted span.overflow-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .unavailable,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .unavailable {
  background: #f1f1f1 url('../img/core/unavailable-bg.png') 0 0 repeat;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .unavailable span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .unavailable span {
  text-indent: -9999px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .admin-only,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .admin-only {
  background-color: #ffffff;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .admin-only span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .admin-only span {
  text-indent: -9999px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted {
  position: relative;
  background-color: #ffffff;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted span.padlock,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted span.padlock {
  text-indent: -9999px;
  position: absolute;
  right: 1px;
  top: 20px;
  display: block;
  background: url('../img/core/sprite.png') -5px -1523px no-repeat;
  width: 15px;
  height: 21px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .restricted span.restricted-txt,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .restricted span.restricted-txt {
  color: #c0c0c0;
  text-transform: uppercase;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .booked .delete-booking,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .booked .delete-booking {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .booked .delete-booking:hover,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .booked .delete-booking:hover {
  background-color: transparent;
  text-decoration: underline;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session .edit-booking,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session .edit-booking {
  text-decoration: none;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session span,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session span {
  text-indent: 0;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .full-session .recurring-session,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .full-session .recurring-session {
  text-indent: -9999px;
  position: absolute;
  right: 1px;
  top: 0px;
  display: block;
  background: url('../img/core/sprite.png') -62px -1517px no-repeat;
  width: 22px;
  height: 19px;
}
.booking-sheet-page .grid .carousel .resource-wrap .resource .sessions-container .resource-session .resource-interval .current-user-booking,
.booking-sheet-page .grid .carousel .resource-wrap .day .sessions-container .resource-session .resource-interval .current-user-booking {
  background-color: #ffefe5;
}
.no-rgba .overlay,
.no-rgba .tmp-resource-header {
  background-color: #000000;
}
.no-csstransforms #book-by-date-view .resource-interval .session-name,
.no-csstransforms #book-by-court-view .resource-interval .session-name,
.no-csstransforms #book-by-date-view .resource-interval .available-booking-slot,
.no-csstransforms #book-by-court-view .resource-interval .available-booking-slot,
.no-csstransforms #book-by-court-view .resource-interval .cost,
.no-csstransforms #book-by-date-view .resource-interval .cost,
.no-csstransforms #book-by-court-view .resource-interval .restricted-txt,
.no-csstransforms #book-by-date-view .resource-interval .restricted-txt {
  top: 50%;
  margin-top: -13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
@media all and (max-width: 960px) {
  .booking-sheet-page .grid .carousel {
    width: 88%;
  }
  .booking-sheet-page .grid .time-container {
    width: 6%;
  }
}
@media all and (max-width: 767px) {
  .booking-sheet-page .grid .carousel {
    width: 84%;
  }
  .booking-sheet-page .grid .carousel .resource-wrap .day .tmp-resource-header,
  .booking-sheet-page .grid .carousel .resource-wrap .resource .tmp-resource-header {
    display: none!important;
  }
  .booking-sheet-page .grid .carousel .resource-wrap .day .tmp-resource-header.active,
  .booking-sheet-page .grid .carousel .resource-wrap .resource .tmp-resource-header.active {
    display: block;
  }
  .booking-sheet-page .grid .time-container {
    width: 8%;
  }
}
@media all and (max-width: 600px) {
  .booking-sheet-page .grid .booking-role-control {
    float: none;
    clear: both;
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .booking-sheet-page .grid .time-container {
    width: 15%;
  }
  .booking-sheet-page .grid .carousel {
    width: 70%;
  }
  .booking-sheet-page .grid .booking-role-control {
    float: none;
    clear: both;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
}
.overlay .msg-error {
  text-align: center;
}
.overlay .overlay-wrap {
  position: relative;
}
.overlay .promptContainer {
  width: 580px;
  padding: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.overlay .promptContainer h2 {
  max-width: 400px;
}
.overlay .promptContainer > p {
  width: 90%;
  margin: 0 auto;
}
.overlay .promptContainer .submit-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #008fc8;
  color: #ffffff;
  margin-top: 20px;
  padding: 10px 25px;
  border: none;
  float: right;
  font-size: 1.6em;
  text-decoration: none;
}
.overlay .promptContainer .submit-btn.submit-delete-booking {
  background-color: #e9282d;
}
.overlay .promptContainer .selectboxit,
.overlay .promptContainer .selectboxit span,
.overlay .promptContainer .selectboxit-text {
  line-height: 38px;
  min-height: 35px;
}
.overlay .promptContainer .control-group {
  margin-bottom: 10px;
  font-size: 1.6em;
}
.overlay .promptContainer .control-group.static-input.generic-style {
  font-size: 1.4em;
}
.overlay .promptContainer .control-group.static-input .controls {
  font-size: 1em;
}
.overlay .promptContainer .control-group input[type="text"],
.overlay .promptContainer .control-group input[type="password"],
.overlay .promptContainer .control-group textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.overlay .promptContainer .control-group input[type="text"].readonly,
.overlay .promptContainer .control-group input[type="password"].readonly,
.overlay .promptContainer .control-group textarea.readonly {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333333;
}
.overlay .promptContainer .control-group input[type="text"].readonly:hover,
.overlay .promptContainer .control-group input[type="password"].readonly:hover,
.overlay .promptContainer .control-group textarea.readonly:hover {
  border: none!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay .promptContainer .control-group input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 185px;
  padding: 5px;
}
.overlay .promptContainer .control-group input[readonly="readonly"] {
  width: 315px;
  padding: 5px;
}
.overlay .promptContainer .control-group input[type="checkbox"],
.overlay .promptContainer .control-group input[type="radio"] {
  width: auto;
}
.overlay .promptContainer .control-group input.error {
  border: 1px solid #e9282d;
}
.overlay .promptContainer .control-group .validation-error-msg {
  clear: none;
  margin-left: 5px;
  color: #e9282d;
  line-height: 2.2em;
}
.overlay .promptContainer .control-group .validation-error-msg.show {
  display: inline-block;
}
.overlay .promptContainer .control-group .tick {
  text-indent: -9999px;
  background: url("../img/core/sprite.png") no-repeat -15px -1360px;
  height: 16px;
  width: 20px;
  margin: 0 10px;
}
.overlay .promptContainer .control-group .tick.show {
  display: inline-block;
}
.overlay .promptContainer .control-group label,
.overlay .promptContainer .control-group .static-label {
  float: left;
  width: 95px;
  text-align: right;
  margin: 0 25px 0 0;
  font-weight: 700;
  font-size: 14px;
}
.overlay .promptContainer .control-group.select .tick {
  margin: 10px 10px 0;
}
.overlay .promptContainer .close-prompt {
  position: absolute;
  top: 18px;
  right: 20px;
  font-weight: bold;
  font-size: 1.2em;
  background: url('../img/core/sprite.png') no-repeat -163px -150px;
  height: 30px;
  width: 18px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}
.booking-by-date .overlay .msg-booking .booking-wrapper.admin-user .booking-duration-info,
.booking-by-court .overlay .msg-booking .booking-wrapper.admin-user .booking-duration-info,
.booking-by-date .overlay .msg-edit-booking .booking-wrapper.admin-user .booking-duration-info,
.booking-by-court .overlay .msg-edit-booking .booking-wrapper.admin-user .booking-duration-info {
  border-bottom: 1px dotted #a6a6a6;
  margin-bottom: 15px;
}
.booking-by-date .overlay .msg-booking .booking-summary,
.booking-by-court .overlay .msg-booking .booking-summary,
.booking-by-date .overlay .msg-edit-booking .booking-summary,
.booking-by-court .overlay .msg-edit-booking .booking-summary {
  background-color: #ebecf0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  font-size: 1em;
  font-weight: 300;
}
.booking-by-date .overlay .msg-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error,
.booking-by-court .overlay .msg-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error,
.booking-by-date .overlay .msg-edit-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error,
.booking-by-court .overlay .msg-edit-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error {
  clear: both;
  color: #e9282d;
  font-size: 1.6em;
  margin: 10px 0;
}
.booking-by-date .overlay .msg-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error.show,
.booking-by-court .overlay .msg-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error.show,
.booking-by-date .overlay .msg-edit-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error.show,
.booking-by-court .overlay .msg-edit-booking .booking-summary .booking-info .validation-error-msg.booking-duration-error.show {
  display: block;
}
.booking-by-date .overlay .msg-booking .booking-summary .booking-duration-info,
.booking-by-court .overlay .msg-booking .booking-summary .booking-duration-info,
.booking-by-date .overlay .msg-edit-booking .booking-summary .booking-duration-info,
.booking-by-court .overlay .msg-edit-booking .booking-summary .booking-duration-info {
  font-size: 1.6em;
  padding: 0 0 10px 25px;
  background: url("../img/core/sprite.png") no-repeat -12px -1403px;
}
.booking-by-date .overlay .msg-booking .booking-summary .summary,
.booking-by-court .overlay .msg-booking .booking-summary .summary,
.booking-by-date .overlay .msg-edit-booking .booking-summary .summary,
.booking-by-court .overlay .msg-edit-booking .booking-summary .summary,
.booking-by-date .overlay .msg-booking .booking-summary .duration,
.booking-by-court .overlay .msg-booking .booking-summary .duration,
.booking-by-date .overlay .msg-edit-booking .booking-summary .duration,
.booking-by-court .overlay .msg-edit-booking .booking-summary .duration {
  float: left;
  color: #333333;
  font-size: 1.8em;
}
.booking-by-date .overlay .msg-booking .booking-summary .duration,
.booking-by-court .overlay .msg-booking .booking-summary .duration,
.booking-by-date .overlay .msg-edit-booking .booking-summary .duration,
.booking-by-court .overlay .msg-edit-booking .booking-summary .duration {
  clear: right;
  margin: 5px 0 0 5px;
}
.booking-by-date .overlay .msg-booking .booking-summary .summary,
.booking-by-court .overlay .msg-booking .booking-summary .summary,
.booking-by-date .overlay .msg-edit-booking .booking-summary .summary,
.booking-by-court .overlay .msg-edit-booking .booking-summary .summary,
.booking-by-date .overlay .msg-booking .booking-summary .session-cost,
.booking-by-court .overlay .msg-booking .booking-summary .session-cost,
.booking-by-date .overlay .msg-edit-booking .booking-summary .session-cost,
.booking-by-court .overlay .msg-edit-booking .booking-summary .session-cost {
  margin: 10px 10px 10px 0;
  font-size: 1em;
}
.booking-by-date .overlay .msg-booking .booking-summary .summary strong,
.booking-by-court .overlay .msg-booking .booking-summary .summary strong,
.booking-by-date .overlay .msg-edit-booking .booking-summary .summary strong,
.booking-by-court .overlay .msg-edit-booking .booking-summary .summary strong,
.booking-by-date .overlay .msg-booking .booking-summary .session-cost strong,
.booking-by-court .overlay .msg-booking .booking-summary .session-cost strong,
.booking-by-date .overlay .msg-edit-booking .booking-summary .session-cost strong,
.booking-by-court .overlay .msg-edit-booking .booking-summary .session-cost strong {
  font-size: 1.8em;
}
.booking-by-date .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"],
.booking-by-court .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"],
.booking-by-date .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"],
.booking-by-court .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"] {
  width: 338px;
}
.booking-by-date .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"].disabled,
.booking-by-court .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"].disabled,
.booking-by-date .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"].disabled,
.booking-by-court .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"].disabled {
  cursor: not-allowed;
  padding: 8px;
  background-color: #eee;
}
.booking-by-date .overlay .msg-booking .booking-summary .advanced-admin-booking .remove-contact,
.booking-by-court .overlay .msg-booking .booking-summary .advanced-admin-booking .remove-contact,
.booking-by-date .overlay .msg-edit-booking .booking-summary .advanced-admin-booking .remove-contact,
.booking-by-court .overlay .msg-edit-booking .booking-summary .advanced-admin-booking .remove-contact {
  display: none;
}
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-view-control,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-view-control,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-view-control,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-view-control,
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-behalf-control,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-behalf-control,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control {
  margin-left: 120px;
  font-size: 1.6em;
}
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-view-control:before,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-view-control:before,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-view-control:before,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-view-control:before,
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-behalf-control:before,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-behalf-control:before,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control:before,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control:before {
  content: "+\00a0";
}
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-behalf-control,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-behalf-control,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control {
  display: block;
}
.booking-by-date .overlay .msg-booking .booking-summary .admin-booking-behalf-control::before,
.booking-by-court .overlay .msg-booking .booking-summary .admin-booking-behalf-control::before,
.booking-by-date .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control::before,
.booking-by-court .overlay .msg-edit-booking .booking-summary .admin-booking-behalf-control::before {
  content: "";
}
.booking-by-date .overlay .msg-booking .booking-summary .send-email-confirmation,
.booking-by-court .overlay .msg-booking .booking-summary .send-email-confirmation,
.booking-by-date .overlay .msg-edit-booking .booking-summary .send-email-confirmation,
.booking-by-court .overlay .msg-edit-booking .booking-summary .send-email-confirmation {
  margin-bottom: 0;
}
.booking-by-date .overlay .msg-booking .admin-advanced-booking-options,
.booking-by-court .overlay .msg-booking .admin-advanced-booking-options,
.booking-by-date .overlay .msg-edit-booking .admin-advanced-booking-options,
.booking-by-court .overlay .msg-edit-booking .admin-advanced-booking-options,
.booking-by-date .overlay .msg-booking .advanced-edit,
.booking-by-court .overlay .msg-booking .advanced-edit,
.booking-by-date .overlay .msg-edit-booking .advanced-edit,
.booking-by-court .overlay .msg-edit-booking .advanced-edit {
  font-size: 1.6em;
}
.booking-by-date .overlay .msg-edit-booking .promptContainer .booking-summary,
.booking-by-court .overlay .msg-edit-booking .promptContainer .booking-summary {
  font-weight: 400;
}
.booking-by-date .overlay .msg-edit-booking .promptContainer .booking-summary .summary,
.booking-by-court .overlay .msg-edit-booking .promptContainer .booking-summary .summary {
  float: none;
  margin: 0;
}
.booking-by-date .overlay .msg-edit-booking h3,
.booking-by-court .overlay .msg-edit-booking h3 {
  margin-top: 0;
  font-weight: 400;
}
.booking-by-date .overlay .msg-edit-booking .label,
.booking-by-court .overlay .msg-edit-booking .label {
  text-align: left;
  font-weight: 700;
  width: 110px;
  margin-top: 0;
}
.booking-by-date .overlay .msg-edit-booking .label.icon,
.booking-by-court .overlay .msg-edit-booking .label.icon {
  width: auto;
  margin-right: 10px;
}
.booking-by-date .overlay .msg-edit-booking .label.icon .i,
.booking-by-court .overlay .msg-edit-booking .label.icon .i {
  background: url('../img/core/sprite.png') no-repeat 0 0;
  width: 32px;
  height: 28px;
}
.booking-by-date .overlay .msg-edit-booking .control-group > div,
.booking-by-court .overlay .msg-edit-booking .control-group > div {
  padding: 5px;
  width: 75%;
}
.booking-by-date .overlay .msg-edit-booking .control-group label,
.booking-by-court .overlay .msg-edit-booking .control-group label {
  margin-top: 2px;
}
.booking-by-date .overlay .msg-edit-booking .control-group label .i,
.booking-by-court .overlay .msg-edit-booking .control-group label .i {
  background-position: -162px -1554px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.session-meta,
.booking-by-court .overlay .msg-edit-booking .control-group.session-meta {
  padding: 10px 0 5px;
  border-bottom: 1px solid #dfe1e2;
  margin: 0;
  font-size: 18px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.booking-description .label,
.booking-by-court .overlay .msg-edit-booking .control-group.booking-description .label {
  width: 100px;
  padding-left: 0;
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.booking-description .description-copy,
.booking-by-court .overlay .msg-edit-booking .control-group.booking-description .description-copy {
  width: 340px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}
.booking-by-date .overlay .msg-edit-booking .control-group.category-container input,
.booking-by-court .overlay .msg-edit-booking .control-group.category-container input,
.booking-by-date .overlay .msg-edit-booking .control-group.sub-category-container input,
.booking-by-court .overlay .msg-edit-booking .control-group.sub-category-container input {
  margin-top: -10px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.date,
.booking-by-court .overlay .msg-edit-booking .control-group.date {
  border-top: 1px solid #dfe1e2;
}
.booking-by-date .overlay .msg-edit-booking .control-group.date div,
.booking-by-court .overlay .msg-edit-booking .control-group.date div {
  width: auto;
}
.booking-by-date .overlay .msg-edit-booking .control-group.date .label .i,
.booking-by-court .overlay .msg-edit-booking .control-group.date .label .i {
  background-position: -53px -1559px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.time .label .i,
.booking-by-court .overlay .msg-edit-booking .control-group.time .label .i {
  background-position: -110px -1559px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.resources .label .i,
.booking-by-court .overlay .msg-edit-booking .control-group.resources .label .i {
  background-position: -210px -1559px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.contact .label .i,
.booking-by-court .overlay .msg-edit-booking .control-group.contact .label .i {
  background-position: 0px -1559px;
}
.booking-by-date .overlay .msg-edit-booking .control-group.recurring .label .i,
.booking-by-court .overlay .msg-edit-booking .control-group.recurring .label .i {
  background-position: -161px -1559px;
}
.booking-by-date .overlay .msg-edit-booking input,
.booking-by-court .overlay .msg-edit-booking input {
  font-weight: 400;
}
.booking-by-date .overlay .msg-edit-booking input#end-date,
.booking-by-court .overlay .msg-edit-booking input#end-date,
.booking-by-date .overlay .msg-edit-booking input#start-date,
.booking-by-court .overlay .msg-edit-booking input#start-date {
  max-width: 90px;
}
.create-booking-sessions .overlay .msg-booking .booking-summary {
  background-color: transparent;
  padding: 0;
}
.booking-by-date .overlay .msg-booking .promptContainer .session-category .selectboxit-container .selectboxit,
.booking-by-court .overlay .msg-booking .promptContainer .session-category .selectboxit-container .selectboxit {
  max-width: 150px;
}
.booking-by-date .overlay .msg-booking .promptContainer .control-group label,
.booking-by-court .overlay .msg-booking .promptContainer .control-group label,
.booking-by-date .overlay .msg-booking .promptContainer .control-group .static-label,
.booking-by-court .overlay .msg-booking .promptContainer .control-group .static-label {
  margin-top: 10px;
}
.booking-by-date .overlay .msg-booking .promptContainer .control-group.send-email-confirmation .static-label,
.booking-by-court .overlay .msg-booking .promptContainer .control-group.send-email-confirmation .static-label {
  margin-top: 0;
}
.cancel-booking .cta-btns p {
  float: left;
  padding-top: 5px;
  line-height: 1.65em;
}
.cancel-booking .cta-btns button {
  float: right;
}
@media only screen and (max-width: 767px) {
  .overlay .promptContainer {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 10%;
    top: 0;
    max-height: 100%;
    height: auto;
    overflow-y: auto;
  }
  .overlay .promptContainer .control-group.static-input .static-label {
    text-align: left;
  }
  .overlay .promptContainer .form-row label {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
  .overlay .promptContainer .form-row input {
    width: 100%;
  }
  .overlay .promptContainer .form-row .validation-error-msg {
    display: none!important;
  }
  .booking-by-date .overlay .msg-edit-booking .form-row > div,
  .booking-by-court .overlay .msg-edit-booking .form-row > div {
    width: 70%;
  }
  .booking-by-date .overlay .msg-edit-booking .control-group input[type="text"].readonly,
  .booking-by-court .overlay .msg-edit-booking .control-group input[type="text"].readonly {
    padding: 5px 0;
    width: 100%;
  }
  .booking-by-date .overlay .msg-edit-booking .control-group.session-meta,
  .booking-by-court .overlay .msg-edit-booking .control-group.session-meta {
    padding: 0;
  }
  .booking-by-date .overlay .msg-booking .session-category .selectboxit-container,
  .booking-by-court .overlay .msg-booking .session-category .selectboxit-container,
  .booking-by-date .overlay .msg-edit-booking .session-category .selectboxit-container,
  .booking-by-court .overlay .msg-edit-booking .session-category .selectboxit-container,
  .booking-by-date .overlay .msg-booking .subsession-category .selectboxit-container,
  .booking-by-court .overlay .msg-booking .subsession-category .selectboxit-container,
  .booking-by-date .overlay .msg-edit-booking .subsession-category .selectboxit-container,
  .booking-by-court .overlay .msg-edit-booking .subsession-category .selectboxit-container {
    width: 100%;
  }
  .booking-by-date .overlay .msg-booking .session-category .selectboxit-container .selectboxit,
  .booking-by-court .overlay .msg-booking .session-category .selectboxit-container .selectboxit,
  .booking-by-date .overlay .msg-edit-booking .session-category .selectboxit-container .selectboxit,
  .booking-by-court .overlay .msg-edit-booking .session-category .selectboxit-container .selectboxit,
  .booking-by-date .overlay .msg-booking .subsession-category .selectboxit-container .selectboxit,
  .booking-by-court .overlay .msg-booking .subsession-category .selectboxit-container .selectboxit,
  .booking-by-date .overlay .msg-edit-booking .subsession-category .selectboxit-container .selectboxit,
  .booking-by-court .overlay .msg-edit-booking .subsession-category .selectboxit-container .selectboxit {
    max-width: none!important;
    width: 100%!important;
  }
  .booking-by-date .overlay .msg-booking .booking-summary .summary,
  .booking-by-court .overlay .msg-booking .booking-summary .summary,
  .booking-by-date .overlay .msg-edit-booking .booking-summary .summary,
  .booking-by-court .overlay .msg-edit-booking .booking-summary .summary {
    float: none;
  }
  .booking-by-date .overlay .msg-booking .booking-summary .duration,
  .booking-by-court .overlay .msg-booking .booking-summary .duration,
  .booking-by-date .overlay .msg-edit-booking .booking-summary .duration,
  .booking-by-court .overlay .msg-edit-booking .booking-summary .duration {
    margin: 0 0 10px;
  }
  .booking-by-date .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"],
  .booking-by-court .overlay .msg-booking .booking-summary .advanced-admin-booking input[type="text"],
  .booking-by-date .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"],
  .booking-by-court .overlay .msg-edit-booking .booking-summary .advanced-admin-booking input[type="text"] {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .overlay .promptContainer h2 {
    max-width: 250px;
  }
  .booking-by-date .overlay .msg-edit-booking .control-group.session-meta,
  .booking-by-court .overlay .msg-edit-booking .control-group.session-meta {
    font-size: 16px;
  }
  .booking-by-date .overlay .msg-edit-booking .control-group.session-meta .label,
  .booking-by-court .overlay .msg-edit-booking .control-group.session-meta .label {
    display: none;
  }
}
.simple-table {
  width: 100%;
}
.simple-table.style-1 {
  font-size: 1.6em;
  color: #444;
}
.simple-table.style-1 th,
.simple-table.style-1 td {
  text-align: center;
  padding: 13px 15px;
}
.simple-table.style-1 td {
  border-bottom: 1px solid #e5e5e5;
}
.simple-table.style-1 th {
  background-color: #eaeaea;
}
.simple-table.style-1.dataTable.dtr-inline.collapsed tbody td:first-child:before,
.simple-table.style-1.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 15px;
}
.simple-table.style-1.dataTable .parent td {
  border-bottom: none;
}
.simple-table.style-1.dataTable .child ul li {
  border-bottom: none;
}
.simple-table.style-2 {
  font-size: 1.4em;
  color: #444;
}
.simple-table.style-2 th,
.simple-table.style-2 td {
  text-align: center;
  padding: 13px 15px;
}
.simple-table.style-2 td {
  border-bottom: 1px solid #e5e5e5;
}
.simple-table.style-2 th {
  background-color: #eaeaea;
}
.simple-table.style-2.dataTable.dtr-inline.collapsed tbody td:first-child:before,
.simple-table.style-2.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 15px;
}
.form-table {
  width: 100%;
}
.form-table.style-1 {
  font-size: 1.4em;
}
.form-table.style-1 td {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.form-table.style-1 td input[type="text"],
.form-table.style-1 td a,
.form-table.style-1 td span {
  font-size: 1em;
}
.form-table.style-1 .control-group {
  margin: 0;
  font-size: 1em;
}
.form-table.style-1.dataTable tr.child ul {
  display: block;
}
.form-table.style-1.dataTable.dtr-inline.collapsed tbody td {
  padding: 20px 35px;
}
.form-table.style-1.dataTable.dtr-inline.collapsed tbody td:first-child:before,
.form-table.style-1.dataTable.dtr-inline.collapsed tbody td:first-child:before {
  top: 30px;
}
/* Page specific table styling */
.my-bookings #single-bookings .no-bookings-msg td {
  width: 0;
  display: block;
}
.my-bookings #single-bookings .no-bookings-msg td.no-bookings-message {
  width: 100%;
}
@media only screen and (max-width: 1028px) {
  .my-bookings #single-bookings.style-1 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .my-bookings #single-bookings td {
    vertical-align: top;
    padding-top: 17px;
  }
  .my-bookings #single-bookings td.child {
    padding: 0 0 10px 0;
  }
  .my-bookings #single-bookings td:first-child {
    padding-left: 30px;
  }
  .my-bookings #single-bookings button {
    white-space: nowrap;
    line-height: 1.2;
  }
  .my-bookings #single-bookings button .link-icon {
    background-position: -201px -6px;
  }
}
.icon {
  display: inline-block;
}
.icon.return {
  background: #ffffff url('../img/core/return-icon-black.png') no-repeat 50% 50%;
  border: 1px solid #ccc;
  height: 25px;
  margin: 0 2px -7px 2px;
  padding: 2px;
  width: 30px;
}
.icon.return-white {
  background: url('../img/core/return-icon-white.png') no-repeat 50% 50%;
  height: 20px;
  width: 35px;
}
/* Images */
img.right {
  float: right;
}
img.scale {
  width: 100%;
  height: auto;
  max-width: 100%;
}
img.padding-top {
  padding-top: 20px;
}
/* Drop Shadows */
.drop-shadow.style-1 {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.5);
}
/* Title styles */
/* Headers */
h6 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h6.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h6.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h6.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h6.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h6.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h6.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h6.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h6.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h6.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h6.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h6.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h6.style-11 span {
  font-weight: 700;
}
h6.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h6.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h6.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h6.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h6.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h6.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h6.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
h5 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h5.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h5.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h5.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h5.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h5.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h5.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h5.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h5.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h5.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h5.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h5.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h5.style-11 span {
  font-weight: 700;
}
h5.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h5.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h5.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h5.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h5.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h5.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h5.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
h4 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h4.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h4.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h4.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h4.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h4.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h4.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h4.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h4.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h4.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h4.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h4.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h4.style-11 span {
  font-weight: 700;
}
h4.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h4.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h4.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h4.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h4.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h4.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h4.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
h3 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h3.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h3.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h3.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h3.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h3.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h3.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h3.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h3.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h3.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h3.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h3.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h3.style-11 span {
  font-weight: 700;
}
h3.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h3.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h3.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h3.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h3.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h3.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h3.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
h2 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h2.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h2.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h2.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h2.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h2.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h2.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h2.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h2.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h2.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h2.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h2.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h2.style-11 span {
  font-weight: 700;
}
h2.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h2.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h2.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h2.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h2.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h2.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h2.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
h1 {
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
h1.style-1 {
  font-size: 2.4em;
  color: #444;
  font-weight: 400;
}
h1.style-2 {
  font-size: 4em;
  font-weight: 300;
  font-style: italic;
  color: #007cbd;
  text-transform: uppercase;
}
h1.style-3 {
  color: #007cbd;
  font-weight: 400;
  font-size: 2.4em;
}
h1.style-4 {
  color: #eb1a7a;
  font-size: 3em;
  font-weight: 400;
}
h1.style-5 {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
}
h1.style-6 {
  color: #333;
  font-size: 1.8em;
  font-weight: 400;
}
h1.style-7 {
  color: #fff;
  font-size: 3.8em;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
}
h1.style-8 {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  font-style: italic;
  text-transform: uppercase;
}
h1.style-9 {
  color: #007cbd;
  font-weight: 400;
  font-size: 3.0em;
}
h1.style-10 {
  font-weight: 700;
  font-size: 1.6em;
  color: #444;
}
h1.style-11 {
  color: #fff;
  font-weight: 300;
  font-size: 2.8em;
  font-style: italic;
}
h1.style-11 span {
  font-weight: 700;
}
h1.style-12 {
  font-weight: 700;
  color: #444;
  font-size: 1.8em;
}
h1.style-13 {
  font-weight: 400;
  font-size: 2em;
  color: #D81A71;
}
h1.style-14 {
  font-size: 3em;
  color: #58595b;
  font-weight: 400;
}
h1.style-15 {
  font-size: 3em;
  color: #444;
  font-weight: 400;
}
h1.style-16 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
  text-transform: none;
}
h1.style-17 {
  color: #007cbd;
  font-size: 3em;
  font-weight: 400;
}
h1.style-18 {
  font-size: 3em;
  font-weight: 300;
  color: #007cbd;
}
@media only screen and (max-width: 767px) {
  h6 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h6.style-1 {
    font-size: 2em;
  }
  h6.style-2 {
    font-size: 3em;
  }
  h6.style-3 {
    font-size: 2em;
  }
  h6.style-4 {
    font-size: 2.5em;
  }
  h6.style-5 {
    font-size: 2.5em;
  }
  h6.style-6 {
    font-size: 1.5em;
  }
  h6.style-7 {
    font-size: 3em;
  }
  h6.style-9 {
    font-size: 2.0em;
  }
  h6.style-10 {
    font-size: 1.6em;
  }
  h6.style-11 {
    font-size: 2em;
  }
  h6.style-12 {
    font-size: 1.8em;
  }
  h6.style-13 {
    font-size: 2em;
  }
  h6.style-14 {
    font-size: 2.5em;
  }
  h6.style-15 {
    font-size: 2.5em;
  }
  h6.style-16 {
    font-size: 2.5em;
  }
  h6.style-17 {
    font-size: 2.5em;
  }
  h6.style-18 {
    font-size: 2.5em;
  }
  h5 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h5.style-1 {
    font-size: 2em;
  }
  h5.style-2 {
    font-size: 3em;
  }
  h5.style-3 {
    font-size: 2em;
  }
  h5.style-4 {
    font-size: 2.5em;
  }
  h5.style-5 {
    font-size: 2.5em;
  }
  h5.style-6 {
    font-size: 1.5em;
  }
  h5.style-7 {
    font-size: 3em;
  }
  h5.style-9 {
    font-size: 2.0em;
  }
  h5.style-10 {
    font-size: 1.6em;
  }
  h5.style-11 {
    font-size: 2em;
  }
  h5.style-12 {
    font-size: 1.8em;
  }
  h5.style-13 {
    font-size: 2em;
  }
  h5.style-14 {
    font-size: 2.5em;
  }
  h5.style-15 {
    font-size: 2.5em;
  }
  h5.style-16 {
    font-size: 2.5em;
  }
  h5.style-17 {
    font-size: 2.5em;
  }
  h5.style-18 {
    font-size: 2.5em;
  }
  h4 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h4.style-1 {
    font-size: 2em;
  }
  h4.style-2 {
    font-size: 3em;
  }
  h4.style-3 {
    font-size: 2em;
  }
  h4.style-4 {
    font-size: 2.5em;
  }
  h4.style-5 {
    font-size: 2.5em;
  }
  h4.style-6 {
    font-size: 1.5em;
  }
  h4.style-7 {
    font-size: 3em;
  }
  h4.style-9 {
    font-size: 2.0em;
  }
  h4.style-10 {
    font-size: 1.6em;
  }
  h4.style-11 {
    font-size: 2em;
  }
  h4.style-12 {
    font-size: 1.8em;
  }
  h4.style-13 {
    font-size: 2em;
  }
  h4.style-14 {
    font-size: 2.5em;
  }
  h4.style-15 {
    font-size: 2.5em;
  }
  h4.style-16 {
    font-size: 2.5em;
  }
  h4.style-17 {
    font-size: 2.5em;
  }
  h4.style-18 {
    font-size: 2.5em;
  }
  h3 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h3.style-1 {
    font-size: 2em;
  }
  h3.style-2 {
    font-size: 3em;
  }
  h3.style-3 {
    font-size: 2em;
  }
  h3.style-4 {
    font-size: 2.5em;
  }
  h3.style-5 {
    font-size: 2.5em;
  }
  h3.style-6 {
    font-size: 1.5em;
  }
  h3.style-7 {
    font-size: 3em;
  }
  h3.style-9 {
    font-size: 2.0em;
  }
  h3.style-10 {
    font-size: 1.6em;
  }
  h3.style-11 {
    font-size: 2em;
  }
  h3.style-12 {
    font-size: 1.8em;
  }
  h3.style-13 {
    font-size: 2em;
  }
  h3.style-14 {
    font-size: 2.5em;
  }
  h3.style-15 {
    font-size: 2.5em;
  }
  h3.style-16 {
    font-size: 2.5em;
  }
  h3.style-17 {
    font-size: 2.5em;
  }
  h3.style-18 {
    font-size: 2.5em;
  }
  h2 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h2.style-1 {
    font-size: 2em;
  }
  h2.style-2 {
    font-size: 3em;
  }
  h2.style-3 {
    font-size: 2em;
  }
  h2.style-4 {
    font-size: 2.5em;
  }
  h2.style-5 {
    font-size: 2.5em;
  }
  h2.style-6 {
    font-size: 1.5em;
  }
  h2.style-7 {
    font-size: 3em;
  }
  h2.style-9 {
    font-size: 2.0em;
  }
  h2.style-10 {
    font-size: 1.6em;
  }
  h2.style-11 {
    font-size: 2em;
  }
  h2.style-12 {
    font-size: 1.8em;
  }
  h2.style-13 {
    font-size: 2em;
  }
  h2.style-14 {
    font-size: 2.5em;
  }
  h2.style-15 {
    font-size: 2.5em;
  }
  h2.style-16 {
    font-size: 2.5em;
  }
  h2.style-17 {
    font-size: 2.5em;
  }
  h2.style-18 {
    font-size: 2.5em;
  }
  h1 {
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  h1.style-1 {
    font-size: 2em;
  }
  h1.style-2 {
    font-size: 3em;
  }
  h1.style-3 {
    font-size: 2em;
  }
  h1.style-4 {
    font-size: 2.5em;
  }
  h1.style-5 {
    font-size: 2.5em;
  }
  h1.style-6 {
    font-size: 1.5em;
  }
  h1.style-7 {
    font-size: 3em;
  }
  h1.style-9 {
    font-size: 2.0em;
  }
  h1.style-10 {
    font-size: 1.6em;
  }
  h1.style-11 {
    font-size: 2em;
  }
  h1.style-12 {
    font-size: 1.8em;
  }
  h1.style-13 {
    font-size: 2em;
  }
  h1.style-14 {
    font-size: 2.5em;
  }
  h1.style-15 {
    font-size: 2.5em;
  }
  h1.style-16 {
    font-size: 2.5em;
  }
  h1.style-17 {
    font-size: 2.5em;
  }
  h1.style-18 {
    font-size: 2.5em;
  }
}
/* Paragraph Styles */
p {
  margin: 0 0 15px 0;
  font-size: 1.6em;
  line-height: 1.5;
  color: #444;
}
p.style-1 {
  color: #fff;
}
p.style-2 {
  font-size: 2.2em;
  line-height: 1.2;
  color: #444;
}
p.style-3 {
  color: #4a4a4a;
  font-style: italic;
  font-size: 1.3em;
}
p.style-4 {
  font-size: 1.3em;
}
p.style-5 {
  font-size: 2em;
  color: #444;
}
p.style-6 {
  color: #58595b;
}
p.style-7 {
  font-size: 1.3em;
  color: #444;
  font-weight: 700;
}
p.style-8 {
  font-size: 1.8em;
}
/* Unordered Lists */
ul {
  margin: 20px 0;
}
ul.style-1 li {
  font-size: 1.6em;
}
/* Full width hero */
.static-hero ul {
  margin: 0;
  padding: 0;
}
.static-hero li {
  font-size: 1em;
  list-style-type: none;
  /*&.slide-one .bg {
            background: url('../img/temp/carousel-hero.jpg') no-repeat;
        }

        &.slide-two .bg {
            background: url('../img/temp/carousel-hero.jpg') no-repeat;

        }

        &.slide-three .bg {
            background: url('../img/temp/carousel-hero.jpg') no-repeat;
        }*/
}
.static-hero li .bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center top !important;
}
.static-hero li .container {
  padding: 165px 20px 188px 20px;
}
.static-hero .title-container {
  max-width: 830px;
  float: left;
  clear: both;
}
.static-hero .title-container span {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0 8px;
}
.static-hero .title-container span:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
.static-hero .title-container span:last-child {
  padding-bottom: 5px;
  padding-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .hero li.slide-one .bg {
    background: url('../img/temp/ropley-home-hero-1-small.jpg') no-repeat;
  }
}
/* Tab Styles */
.tabs.style-1 {
  text-transform: uppercase;
}
.tabs.style-1 ul {
  padding-left: 0;
  margin: 0;
}
.tabs.style-1 li {
  font-size: 1.4em;
  font-weight: 700;
  list-style-type: none;
  padding: 12px 20px;
  float: left;
  position: relative;
  background-color: #f2f2f2;
  color: #444;
}
.tabs.style-1 li .pointer {
  background: url("../img/core/blue-pointer-small.png") no-repeat;
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: none;
  width: 24px;
  height: 24px;
  margin-left: -12px;
}
.tabs.style-1 li.selected {
  background-color: #007cbd;
}
.tabs.style-1 li.selected a {
  color: #fff;
}
.tabs.style-1 li.selected .pointer {
  display: block;
}
.tabs.style-1 li a {
  color: #444;
}
@media only screen and (max-width: 480px) {
  .tabs.style-1 li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .tabs.style-1 li.selected .pointer {
    display: none;
  }
  .tabs.style-1 li:last-child {
    margin-bottom: 0;
  }
}
/* Definition Styles */
dl.style-1 {
  border-left: 1px solid #4dabdb;
  color: #fff;
  font-size: 1.6em;
  margin: 0;
}
dl.style-2 {
  font-size: 1.6em;
}
dl.style-2 dd {
  margin: 0 0 10px 0;
}
dl.style-2 dd:last-child {
  margin-bottom: 0;
}
dl.style-2 em {
  font-size: 1.750em;
  font-style: normal;
}
dl.style-2 span {
  min-width: 70px;
  display: inline-block;
}
dl.style-3 {
  font-size: 1em;
}
dl.style-3 dd {
  margin-left: 0;
}
dl.style-4 {
  font-size: 1.6em;
  color: #fff;
}
dl.style-4 dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  dl.style-1 {
    border-left: none;
  }
  dl.style-1 dd {
    margin-left: 0;
  }
}
/* Link Styles */
.link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.link:focus,
.link:active,
.link:visited,
.link:hover {
  color: inherit;
}
.link.is-underlined {
  text-decoration: underline;
}
.link.is-underlined:hover,
.link.is-underlined:focus,
.link.is-underlined:active {
  text-decoration: none;
}
.link:hover,
.link:focus,
.link:active {
  text-decoration: underline;
}
.link.link-style-1 .link-icon {
  background-position: -80px -2px;
  margin-right: 5px;
  width: 10px;
}
.link.link-style-2 {
  color: #d81a71;
}
.link.link-style-2.bold {
  font-weight: 700;
}
.link.link-style-3 {
  text-transform: uppercase;
  font-weight: 700;
}
.link.link-style-3 .link-icon {
  background-position: -10px -2px;
  margin-right: 5px;
  width: 10px;
}
.link.link-style-4 {
  color: #007cbd;
  font-weight: 400;
}
.link.link-style-4.bold {
  font-weight: 700;
}
.link.link-style-5 {
  color: #007cbd;
  font-weight: 700;
  font-size: 1.6em;
}
.link.link-style-6 {
  color: #007cbd;
}
.link.link-style-6 .link-icon {
  background-position: -201px -1px;
  width: 10px;
  margin-right: 5px;
}
.link.link-style-7 {
  font-size: 1.4em;
  color: #d81a71;
}
.link.link-style-8 {
  color: #007cbd;
  font-size: 1.8em;
}
.link.link-style-8 .link-icon {
  background-position: -314px 0;
}
.link.link-style-9 {
  text-indent: -9999px;
  width: 30px;
  height: 25px;
}
.link.link-style-9 .link-icon {
  background-position: -268px 0;
}
.link.link-style-10 {
  color: #007cbd;
  font-weight: 700;
}
.link.link-style-11 {
  color: #007cbd;
  font-size: 1.8em;
  font-weight: 700;
  margin: 3px 0 0 0;
}
.link.link-style-11 .link-icon {
  background-position: -455px -1px;
  width: 10px;
  margin-right: 5px;
}
button.link-style-6 {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  border: 0;
  background: transparent;
  line-height: 1.6em;
}
.link-icon {
  background: url("../img/core/icon-sprite.png") no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  display: inline-block;
  float: left;
}
/* Maps */
.map-container {
  padding: 0;
}
.map-container .map {
  min-height: 410px;
}
/* Pointers */
.pointer {
  display: inline-block;
  width: 58px;
  height: 58px;
}
.pointer.center {
  left: 50%;
}
.pointer.left {
  left: 0;
}
.pointer.style-1 {
  background: url("../img/core/blue-pointer.png") no-repeat 0 0;
  position: absolute;
  margin-left: -29px;
  bottom: -90px;
  z-index: 100;
}
.pointer.style-2 {
  background: url("../img/core/dark-grey-pointer.png") no-repeat center 0;
  position: absolute;
  top: -83px;
}
/*Static Article Hero*/
.static-article-img {
  margin-bottom: 30px;
}
.static-article-img img.with-shadow {
  -webkit-box-shadow: -3px 3px 5px 0px #c4c4c4;
  -moz-box-shadow: -3px 3px 5px 0px #c4c4c4;
  box-shadow: -3px 3px 5px 0px #c4c4c4;
}
/* Blockquotes */
blockquote {
  margin: 0;
}
blockquote.style-1 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
}
blockquote.style-2 {
  font-size: 2.0em;
  color: #4a4a4a;
  line-height: 1.2;
  font-style: italic;
}
/* Alerts */
.alert {
  padding: 10px;
  position: relative;
}
.alert .bold-txt {
  font-weight: 700;
}
.alert.with-icon {
  padding-left: 55px;
}
.alert.style-1 {
  background-color: #fbc400;
  color: #444;
  padding-top: 13px;
  padding-bottom: 13px;
}
.alert.style-1 .icon {
  background-position: -233px -3px;
  top: 20px;
  left: 20px;
}
.alert.style-1 p,
.alert.style-1 .alert-header {
  font-size: 2.4em;
}
.alert.style-1 .alert-header {
  margin: 7px;
}
.alert.style-2 {
  background-color: #d7d700;
  color: #444;
  min-height: 40px;
  padding: 25px 45px;
}
.alert.style-2.with-icon {
  padding-left: 85px;
}
.alert.style-2.with-restrictions {
  background-color: #fbc400;
}
.alert.style-2.with-pricing,
.alert.style-2.with-restrictions {
  /* NBCS-110 */
  /* NBCS-110 */
}
.alert.style-2.with-pricing p,
.alert.style-2.with-restrictions p {
  font-size: 1em;
}
.alert.style-2.with-pricing .pricing-line,
.alert.style-2.with-restrictions .pricing-line {
  text-transform: none;
  font-weight: 700;
}
.alert.style-2.with-pricing .price-label,
.alert.style-2.with-restrictions .price-label {
  font-size: 1.4em;
}
.alert.style-2.with-pricing .price-label.large,
.alert.style-2.with-restrictions .price-label.large {
  font-size: 1.8em;
}
.alert.style-2.with-pricing .value,
.alert.style-2.with-restrictions .value {
  font-size: 1.8em;
}
.alert.style-2.with-pricing .old-price,
.alert.style-2.with-restrictions .old-price {
  font-size: 1.4em;
  text-decoration: line-through;
}
.alert.style-2.with-pricing .discount-label,
.alert.style-2.with-restrictions .discount-label {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.alert.style-2.with-pricing .divider-top,
.alert.style-2.with-restrictions .divider-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #444;
}
.alert.style-2 .icon {
  top: 22px;
  background-position: -352px 0;
  width: 36px;
  height: 36px;
  left: 35px;
}
.alert.style-2 p,
.alert.style-2 .alert-header {
  font-size: 2.0em;
  text-transform: uppercase;
}
.alert.style-2 .alert-header {
  margin: 7px;
}
.alert.style-3 {
  background-color: #ebebeb;
  color: #444;
  min-height: 40px;
  padding: 16px 20px 18px 20px;
}
.alert.style-3 p,
.alert.style-3 .alert-header {
  font-size: 2.4em;
  line-height: 1.2;
}
.alert.style-3 .alert-header {
  margin: 7px;
}
.alert p {
  margin: 0;
}
.alert .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 10px;
  top: 16px;
  background: url("../img/core/icon-sprite.png");
}
@media only screen and (max-width: 767px) {
  .alert.style-1.alert.with-icon,
  .alert.style-2.alert.with-icon {
    padding: 25px;
  }
  .alert.style-1.alert.with-icon .icon,
  .alert.style-2.alert.with-icon .icon {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .alert.style-2 {
    padding: 15px;
  }
  .alert.style-2.with-pricing .price-label {
    line-height: 1;
  }
}
/* Booking meta information */
.booking-meta {
  border: 1px solid #cacaca;
  color: #45454a;
}
.booking-meta.has-player-choice .col.resource,
.booking-meta.has-player-choice .col.surface {
  border-bottom: 1px solid #e0e0e0;
}
.booking-meta.has-player-choice .current-player {
  border-bottom: 1px solid #e0e0e0;
}
.booking-meta.has-player-choice .current-player .control-group {
  padding: 25px;
}
.booking-meta.has-player-choice .current-player .static-input label span {
  font-size: 1em;
  line-height: 1.5em;
}
.booking-meta.has-player-choice .max-players-msg {
  display: none;
  font-size: 1.4em;
  line-height: 2.5;
}
.booking-meta.has-player-choice .select-player {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}
.booking-meta.has-player-choice .select-player .selectboxit-container span {
  height: 35px;
  line-height: 35px;
}
.booking-meta.has-player-choice .players-list .error-container {
  display: none;
}
.booking-meta.has-player-choice .players-list .error-container .error-msg {
  color: #fe2c2c;
  font-size: 1.4em;
}
.booking-meta.has-player-choice .players-list .row {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.booking-meta.has-player-choice .players-list .row .control-group .controls input[type="text"] {
  font-size: 1.4em;
}
.booking-meta.has-player-choice .players-list .row .control-group {
  margin-bottom: 0;
}
.booking-meta.has-player-choice .players-list .row .col > a {
  font-size: 1.4em;
  line-height: 2.5;
}
.booking-meta.has-player-choice .players-list .row input[type="text"] {
  padding: 8px;
}
.booking-meta.has-player-choice .players-list .row input[type="text"].error {
  border: 1px solid #fe2c2c;
}
.booking-meta.has-player-choice .players-list .row .remove-player {
  position: absolute;
  right: 25px;
  top: 28px;
  display: block;
  width: 15px;
  height: 18px;
  text-indent: -9999px;
  background: url("../img/core/sprite.png") 0 -1854px;
}
.booking-meta.has-player-choice .players-list .row .remove-player:hover,
.booking-meta.has-player-choice .players-list .row .remove-player:focus,
.booking-meta.has-player-choice .players-list .row .remove-player:active {
  background-position: 0 -1907px;
}
.booking-meta.has-player-choice .players-list .row .control-group.member label,
.booking-meta.has-player-choice .players-list .row .control-group.guest label {
  padding-top: 7px;
}
.booking-meta > .row > .col,
.booking-meta.style-3 .item {
  padding: 20px;
  padding-left: 70px;
  position: relative;
}
.booking-meta > .row > .col > span,
.booking-meta.style-3 .item > span {
  font-size: 1.8em;
}
.booking-meta > .row > .col.date,
.booking-meta.style-3 .item.date,
.booking-meta > .row > .col.resource,
.booking-meta.style-3 .item.resource {
  border-right: 1px solid #cacaca;
}
.booking-meta > .row > .col.date,
.booking-meta.style-3 .item.date,
.booking-meta > .row > .col.time,
.booking-meta.style-3 .item.time {
  border-bottom: 1px solid #cacaca;
}
.booking-meta > .row > .col.date .icon,
.booking-meta.style-3 .item.date .icon {
  background-position: -335px -20px;
}
.booking-meta > .row > .col.time .icon,
.booking-meta.style-3 .item.time .icon {
  background-position: -67px -20px;
}
.booking-meta > .row > .col.resource .icon,
.booking-meta.style-3 .item.resource .icon {
  background-position: -121px -20px;
}
.booking-meta > .row > .col.surface .icon,
.booking-meta.style-3 .item.surface .icon {
  background-position: -170px -23px;
}
.booking-meta > .row > .col.players .icon,
.booking-meta.style-3 .item.players .icon {
  background-position: -222px -20px;
}
.booking-meta > .row > .col.price .icon,
.booking-meta.style-3 .item.price .icon {
  background-position: -395px -18px;
}
.booking-meta > .row > .col.lighting .icon,
.booking-meta.style-3 .item.lighting .icon {
  background-position: -455px -18px;
}
.booking-meta > .row > .col .icon,
.booking-meta.style-3 .item .icon {
  background: url("../img/core/booking-meta-sprite.png") no-repeat 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.booking-meta.style-2 {
  border: none;
}
.booking-meta.style-2 > .row {
  margin-bottom: 20px;
  width: 100%;
  display: table;
  border: 1px solid #cacaca;
}
.booking-meta.style-2 > .row > .col {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
.booking-meta.style-2 > .row > .col.reset-left-padding {
  padding-left: 20px;
}
.booking-meta.style-2 > .row > .col.time,
.booking-meta.style-2 > .row > .col.resource {
  border: none;
}
.booking-meta.style-2 > .row > .col .icon {
  top: 30px;
}
.booking-meta.style-3 {
  padding: 30px 25px 28px 25px;
  margin: 0 0 20px 0;
}
.booking-meta.style-3.with-lighting .item {
  width: 30%;
}
.booking-meta.style-3 .row:last-child .item {
  margin-bottom: 0;
}
.booking-meta.style-3 .item {
  border: 0;
  position: relative;
  padding: 0 10px 0 50px;
  float: left;
  width: 32%;
  min-height: 40px;
  margin: 0 1% 15px 0;
}
.booking-meta.style-3 .item.no-bottom-margin {
  margin-bottom: 0;
}
.booking-meta.style-3 .item.date,
.booking-meta.style-3 .item.time,
.booking-meta.style-3 .item.resource {
  border: 0;
}
.booking-meta.style-3 .item.lighting {
  width: 36%;
  margin-right: 0;
}
.booking-meta.style-3 .item .icon {
  top: 0;
  left: 0;
}
.booking-meta.style-3 .item .left {
  display: block;
  padding: 5px 0 0 0;
}
/* IE 9 fix */
.lt-ie10 .booking-meta.has-player-choice .players-list .row .col > a {
  line-height: 1;
  padding-top: 30px;
}
.lt-ie10 .booking-meta.has-player-choice .players-list .row .remove-player {
  top: 45px;
}
.lt-ie10 .booking-meta.has-player-choice .players-list .row .control-group.member label,
.lt-ie10 .booking-meta.has-player-choice .players-list .row .control-group.guest label {
  padding-top: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .booking-meta.has-player-choice .players-list .row.gutters .span_3 {
    width: 38%;
  }
  .booking-meta.has-player-choice .players-list .row.gutters .span_2 {
    width: 20%;
    margin: 10px 0 0 0;
    clear: left;
  }
  .booking-meta.has-player-choice .players-list .row.gutters div:nth-of-type(5) {
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  .booking-meta > .row > .col {
    margin-bottom: 0;
  }
  .booking-meta .row .col.resource,
  .booking-meta .row .col.date {
    border-right: none;
  }
  .booking-meta .col.resource {
    border-bottom: 1px solid #cacaca;
  }
  .booking-meta .link.pull-right {
    float: none;
    display: block;
    clear: both;
  }
  .booking-meta.style-2 > .row {
    display: block;
    border-bottom: none!important;
  }
  .booking-meta.style-2 > .row .col {
    display: block;
    border-bottom: 1px solid #cacaca!important;
  }
  .booking-meta.style-2 > .row .col .icon {
    top: 20px;
  }
  .booking-meta.has-player-choice .players {
    padding-left: 20px;
  }
  .booking-meta.has-player-choice .players > span:not(.icon) {
    padding-left: 50px;
  }
  .booking-meta.has-player-choice .players .max-players-msg {
    line-height: 1;
    margin: 20px 0 0;
  }
  .booking-meta.has-player-choice .players-list .row > div {
    margin-bottom: 10px;
  }
  .booking-meta.has-player-choice .players-list .row .remove-player {
    position: static;
    top: auto;
    left: auto;
    display: block;
    font-size: 1.4em;
    text-indent: 0;
    background-image: none;
    width: auto;
    color: #007cbd;
    text-decoration: none;
  }
  .booking-meta.has-player-choice .players-list .row .remove-player:hover,
  .booking-meta.has-player-choice .players-list .row .remove-player:focus,
  .booking-meta.has-player-choice .players-list .row .remove-player:active {
    text-decoration: underline;
  }
  .booking-meta.style-3 .row:last-child .item {
    margin-bottom: 15px;
  }
  .booking-meta.style-3 .row:last-child .item:last-child {
    margin-bottom: 0;
  }
  .booking-meta.style-3 .item {
    float: none;
    width: 100%;
  }
  .booking-meta.style-3 .item:last-child {
    margin-bottom: 15px;
  }
  .booking-meta.style-3 .item.lighting {
    width: 100%;
  }
}
/* Generic background elements */
.bg {
  box-sizing: border-box;
}
.bg.light-grey {
  background-color: #f7f7f7;
}
.bg.light-grey.style-1 {
  background-color: #f6f6f6;
  padding: 25px;
}
.bg.light-grey.style-2 {
  background-color: #f6f6f6;
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .bg.light-grey.style-1 {
    padding: 15px;
  }
  .bg.light-grey.style-2 {
    padding: 20px;
  }
}
/* Booking Confirmation meta */
.confirmation-meta.style-1 {
  padding: 30px;
  color: #484f51;
  border: 1px solid #d5d5d5;
}
.confirmation-meta.style-1 .row-item p {
  margin-bottom: 11px;
}
.confirmation-meta.style-1 .row-item:last-child p {
  margin-bottom: 0;
}
.confirmation-meta.style-1 .row-item .label {
  width: 130px;
  font-weight: 700;
}
.confirmation-meta.style-1 .row-item p a {
  font-size: 0.875em;
}
.confirmation-meta.style-1 .row-item em {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .confirmation-meta.style-1 .row-item .label,
  .confirmation-meta.style-1 .row-item .value {
    float: none;
    width: 100%;
    display: block;
  }
}
/* Highlights */
.highlight {
  display: inline-block;
  padding: 0 10px;
}
.highlight.style-1 {
  color: #fff;
  background-color: #e10073;
  font-size: 3em;
}
/*Keyline */
.keyline.style-1 {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
/*Ajax loader */
.ajax-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background: transparent;
  background: rgba(0, 0, 0, 0.25);
}
.ajax-wrapper .ajax-loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
/* Email Invite */
.invite-email.style-1 .control-group input[type="text"] {
  padding: 13px 10px;
}
/* No Data Message */
.no-data-msg.style-1 {
  width: 100%;
  font-size: 1.4em;
}
/* Select boxIt Styles */
.select-box-it.style-1 .selectboxit-container .selectboxit {
  background-color: #717171;
  color: #ffffff;
  -webkit-box-shadow: -5px 5px 0 -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 5px 0 -2px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 5px 0 -2px rgba(0, 0, 0, 0.75);
  border: none;
  height: 36px;
}
.select-box-it.style-1 .selectboxit-default-arrow {
  background: url("../img/core/sprite.png") no-repeat 0 -1736px;
}
.select-box-it.style-1 .selectboxit-text {
  padding-top: 4px;
}
.select-box-it.style-1:hover .selectboxit {
  background: #999;
}
.select-box-it.style-1 .selectboxit-focus {
  background: #999 !important;
}
.select-box-it.style-2 .selectboxit-container * {
  font-size: 14px;
}
.select-box-it.style-2 .selectboxit-container span {
  line-height: 35px;
}
.select-box-it.style-2 .selectboxit-container .selectboxit {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #d1d1d1;
  text-indent: -9999px;
  -webkit-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  -moz-box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  box-shadow: -4px 4px 0 -2px rgba(22, 22, 22, 0.4);
  border: 1px solid #717171;
  height: 36px;
}
.select-box-it.style-2 .selectboxit-container .icon-hand-down {
  background: url("../img/core/sprite.png") no-repeat 3px -1784px;
  width: 20px;
  height: 20px;
}
.select-box-it.style-1 .selectboxit-btn.selectboxit-focus,
.select-box-it.style-2 .selectboxit-btn.selectboxit-focus {
  background-color: #000;
}
.selectboxit-container:hover .selectboxit {
  outline: 1px dotted black;
}
.selectboxit-container .selectboxit-focus {
  outline: 1px dotted black !important;
}
.advanced-search .selectboxit,
.advanced-search .selectboxit .selectboxit-text {
  height: auto;
  line-height: auto;
  min-height: 42px;
}
.advanced-search ul.selectboxit-options li a {
  height: auto;
  min-height: 30px;
}
.advanced-search .btn.btn-style-1 {
  padding-right: 50px;
  position: relative;
  width: auto;
}
.advanced-search .btn.btn-style-1 .btn-icon {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Data Table  */
table.dataTable tr.child td {
  padding: 0;
}
table.dataTable tr.child td ul {
  padding: 5px 10px;
  display: block;
}
/* Info */
.dataTables_info {
  font-size: 1.4em;
  margin: 10px 0;
}
/*Pagination*/
.paging_full_numbers {
  overflow: hidden;
  text-align: right;
  margin-top: -5px;
  font-size: 1.4em;
}
.paging_full_numbers a {
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #e2e8eb;
  border-right: none;
  color: #484d4f;
  cursor: pointer;
}
.paging_full_numbers a.previous,
.paging_full_numbers a.next {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url('../img/pagination-icon.png') no-repeat 98% 0;
}
.paging_full_numbers a.previous:hover,
.paging_full_numbers a.next:hover,
.paging_full_numbers a.previous:focus,
.paging_full_numbers a.next:focus,
.paging_full_numbers a.previous:active,
.paging_full_numbers a.next:active {
  color: #fff;
}
.paging_full_numbers a.next {
  border-right: 1px solid #e2e8eb;
  background-position: 88% -117px;
}
.paging_full_numbers a.next:hover,
.paging_full_numbers a.next:focus,
.paging_full_numbers a.next:active {
  background-position: 88% -182px;
}
.paging_full_numbers a.previous {
  background-position: 10% 12px;
}
.paging_full_numbers a.previous:hover,
.paging_full_numbers a.previous:focus,
.paging_full_numbers a.previous:active {
  background-position: 10% -52px;
}
.paging_full_numbers a.first,
.paging_full_numbers a.last {
  display: none;
}
.paging_full_numbers a:hover,
.paging_full_numbers a:focus,
.paging_full_numbers a:active,
.paging_full_numbers a.paginate_active {
  color: #fff;
  background-color: #22a2d8;
  text-decoration: none;
}
.paging_full_numbers a.paginate_button_disabled {
  cursor: default;
  color: #484d4f;
}
.paging_full_numbers a.paginate_button_disabled:hover,
.paging_full_numbers a.paginate_button_disabled:focus,
.paging_full_numbers a.paginate_button_disabled:active {
  background-color: transparent;
  color: #484d4f;
}
.paging_full_numbers a.paginate_button_disabled.previous:hover,
.paging_full_numbers a.paginate_button_disabled.previous:focus,
.paging_full_numbers a.paginate_button_disabled.previous:active {
  background-position: 10% 12px;
}
.paging_full_numbers a.paginate_button_disabled.next:hover,
.paging_full_numbers a.paginate_button_disabled.next:focus,
.paging_full_numbers a.paginate_button_disabled.next:active {
  background-position: 88% -117px;
}
@media only screen and (max-width: 767px) {
  .paging_full_numbers a {
    padding: 8px;
  }
}
/* jQuery UI */
.ui-widget {
  font-family: 'Lato', sans-serif;
}
.ui-autocomplete {
  border: 1px solid #c4c5c9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-autocomplete .ui-menu-item {
  list-style-image: none;
}
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
  background: #ebecf0;
  background-image: none;
  color: #454545;
  outline: none;
  border: 1px solid #ccc;
  font-weight: normal;
}
.ui-autocomplete .ui-state-focus a,
.ui-autocomplete .ui-widget-header .ui-state-focus a {
  color: #333333;
}
.ui-autocomplete li._2_icons .label {
  width: 292px;
}
.ui-autocomplete li a {
  font-size: 1.3em;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-autocomplete li a.ui-state-focus {
  margin: 0;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a:focus,
.ui-autocomplete li a:active {
  background-color: #ebecf0;
  background-image: none;
  border: none;
}
.ui-autocomplete li .label {
  disply: inline-block;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-widget {
  font-size: 1em;
}
.ui-datepicker {
  border: 1px solid #767c82;
  background-color: #fff;
  background-image: none;
  padding: 0;
  z-index: 10;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 1.3em;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 50%;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  background-color: #5f656b;
  background-image: none;
  border: none;
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background: #5f656b none;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: url('../img/core/sprite.png') no-repeat -10px -293px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-position: -10px -293px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-position: -10px -331px;
}
.ui-datepicker .ui-datepicker-calendar th {
  background-color: #efefef;
  font-weight: 400;
  font-size: 1.3em;
  color: #666666;
}
.ui-datepicker .ui-datepicker-calendar td {
  font-size: 1.3em;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  border: none;
  text-align: center;
  color: #666666;
}
.ui-datepicker .ui-datepicker-calendar td a {
  background: #ffffff none;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
  background-color: #5f656b;
  background-image: none;
  color: #ffffff;
}
/* Processing payment */
.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1000;
  left: 0;
  top: 0;
}
#processing-payment {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1010;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  width: 40%;
}
#processing-payment p {
  margin: 0;
  text-align: center;
}
/*
    Styling fix for terms sign up for new registrants.
*/
.terms-of-use {
  padding: 50px 0;
}
.terms-of-use form fieldset {
  border: none;
}
.terms-of-use form fieldset .control-group {
  margin-bottom: 20px;
}
.terms-of-use form fieldset .control-group .label-text {
  margin-left: 5px;
}
/* OVERRIDES */
/* Used for overriding css in specific page cases */
.create-booking-sessions #create-booking-sessions-view > .link-style-4 {
  right: 20px;
  font-size: 1.6em;
  position: absolute;
  top: 0;
}
.booking-by-date header[role="banner"] .btn,
.booking-by-court header[role="banner"] .btn {
  display: none;
}
.lt-ie10 .booking-by-date .booking-role-control label.visuallyhidden,
.lt-ie-9 .booking-by-date .booking-role-control label.visuallyhidden,
.lt-ie10 .booking-by-court .booking-role-control label.visuallyhidden,
.lt-ie-9 .booking-by-court .booking-role-control label.visuallyhidden,
.lt-ie10 .booking-by-date .paging-control label.visuallyhidden,
.lt-ie-9 .booking-by-date .paging-control label.visuallyhidden,
.lt-ie10 .booking-by-court .paging-control label.visuallyhidden,
.lt-ie-9 .booking-by-court .paging-control label.visuallyhidden,
.lt-ie10 .booking-by-date .duration label.visuallyhidden,
.lt-ie-9 .booking-by-date .duration label.visuallyhidden,
.lt-ie10 .booking-by-court .duration label.visuallyhidden,
.lt-ie-9 .booking-by-court .duration label.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-bookings .dataTable tr.child ul {
  padding-bottom: 0;
}
.my-bookings .dataTable tr.child ul li:first-child {
  border-top: none;
}
.booking-confirmation #email-details .control-group .field-validation-error {
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  .booking-checkout .row:nth-of-type(1) p,
  .booking-checkout .row:nth-of-type(1) a.link {
    float: none;
  }
}
