article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map img {
  width: auto;
  height: auto;
  max-width: none;
}
.accommodation-map {
  float: left;
  border-top: 2px solid white;
  width: 100%;
}
#map {
  max-width: none;
  width: 988px;
  height: 400px;
  float: left;
}
.accommodation-map #rates {
  width: 30%;
  height: 400px;
  margin:0px;
  float: left;
  overflow-y: auto;
  background: #fff;
}
.accommodation-map #rates a {
  color: #fff;
  float: right;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* The dimensions are weird because the container in the design is 980px.
 * So we are trying to mathematically squish this as close as possible
 * to 980px.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #f0f0f0;
  background-image: url(tile-page.gif);
}
.container.page {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
a {
  color: #17a9e7;
  text-decoration: none;
}
a:hover {
  color: #1076a1;
  text-decoration: underline;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 100%;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.search-control-wrapper {
  float: left;
  border-top: 2px #fff solid;
}
.logo,
.search-control-wrapper form {
  float: left;
}
.user,
.nav-accommodation {
  float: right;
}
.navbar {
  clear: both;
}
/* Widths */
.logo {
  width: 289px;
}
.user {
  /* Subtract padding from .logo and .login */

  width: 619px;
}
.search-control-wrapper {
  width: 100%;
}
.search-control-wrapper form {
  /* Subtract form padding and nav accommodation padding */

   width: 612px;
}
.nav-accommodation {
  width: 100%;
}
.logo a {
  display: block;
  padding: 20px;
}
.user {
  color: #808080;
  font-size: 0.9em;
  text-align: right;
  padding-top: 20px;
}
.user .btn {
  margin-left: 20px;
  margin-right: 20px;
  /* Required for old IE or else it freaks out over the icon */

  width: 80px;
}
.user .login {
  margin-top: -5px;
}
.user .btn img {
  margin-left: 8px;
}
.user form {
  padding: 0px;
  margin: 0px;
}
.user #thn_login_override {
  margin: 0 20px 10px 0;
  color: #D33054;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 21px;
  line-height: 30px;
  color: #333333;
  border: 0;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
.data {
  width: 120px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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 .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-micro {
  width: 30px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
#search_form {
  margin: 0;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-inline {
  padding-top: 0px;
  float: left;
  clear: both;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline .or {
  margin:0px 30px;
  padding-top: 5px;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.form-inline .col1 {
  float: left;
  margin-bottom: 0px;
  width:290px;
}
.form-inline .col2 {
  float: left;
  margin-bottom: 0px;
  margin-left: 30px;
}

.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ffffff;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ffffff;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f1f1f1;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #d6d6d6;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 48px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 132px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 216px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 300px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 384px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 468px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 552px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 636px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 720px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 804px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 888px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 972px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1056px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1140px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1224px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1308px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1392px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1476px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1560px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1728px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1812px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1896px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1980px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #17a9e7;
  background-color: #16a2de;
  background-image: -moz-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1598d0));
  background-image: -webkit-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -o-linear-gradient(top, #17a9e7, #1598d0);
  background-image: linear-gradient(to bottom, #17a9e7, #1598d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17a9e7', endColorstr='#ff1598d0', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #17a9e7;
  background-color: #16a2de;
  background-image: -moz-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1598d0));
  background-image: -webkit-linear-gradient(top, #17a9e7, #1598d0);
  background-image: -o-linear-gradient(top, #17a9e7, #1598d0);
  background-image: linear-gradient(to bottom, #17a9e7, #1598d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17a9e7', endColorstr='#ff1598d0', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content-wrapper input[type="button"],
.content-wrapper input[type="submit"] {
  margin-top: -10px;
}

.btn,
.content-wrapper input[type="button"],
.content-wrapper input[type="submit"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #d4dbe3;
  background-image: -moz-linear-gradient(top, #e5eaf2, #bbc4cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5eaf2), to(#bbc4cc));
  background-image: -webkit-linear-gradient(top, #e5eaf2, #bbc4cc);
  background-image: -o-linear-gradient(top, #e5eaf2, #bbc4cc);
  background-image: linear-gradient(to bottom, #e5eaf2, #bbc4cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5eaf2', endColorstr='#ffbbc4cc', GradientType=0);
  border-color: #bbc4cc #bbc4cc #8f9eab;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bbc4cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #91979c;
  *border: 0;
  border-bottom-color: #767e84;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #bbc4cc;
  *background-color: #acb7c1;
}
.btn:active,
.btn.active {
  background-color: #9eabb6 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.content-wrapper input[type="button"]:hover,
.content-wrapper input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #bbc4cc;
  *background-color: #acb7c1;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #17a1df;
  background-image: -moz-linear-gradient(top, #17a9e7, #1794d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1794d4));
  background-image: -webkit-linear-gradient(top, #17a9e7, #1794d4);
  background-image: -o-linear-gradient(top, #17a9e7, #1794d4);
  background-image: linear-gradient(to bottom, #17a9e7, #1794d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17a9e7', endColorstr='#ff1794d4', GradientType=0);
  border-color: #1794d4 #1794d4 #10648f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1794d4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1794d4;
  *background-color: #1584bd;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1274a6 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-booking,
.btn-booking-excess,
.btn-booking-sold-out {
  text-align: left;
  text-transform: uppercase;
  padding-right: 4px;
  padding-left: 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width: 124px;
}
.btn-booking img,
.btn-booking-excess img,
.btn-booking-sold-out img {
  padding-top: 3px;
  margin-left: 4px;
  float: right;
}
/* Non-interactive legend */
.result-legend .btn-booking,
.result-legend .btn-booking-excess,
.result-legend .btn-booking-sold-out {
  cursor: default;
}
/* Accommodation results */
.btn-booking {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a8dc82;
  background-image: -moz-linear-gradient(top, #aee289, #9fd478);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aee289), to(#9fd478));
  background-image: -webkit-linear-gradient(top, #aee289, #9fd478);
  background-image: -o-linear-gradient(top, #aee289, #9fd478);
  background-image: linear-gradient(to bottom, #aee289, #9fd478);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaee289', endColorstr='#ff9fd478', GradientType=0);
  border-color: #9fd478 #9fd478 #76c23e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9fd478;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-booking:hover,
.btn-booking:active,
.btn-booking.active,
.btn-booking.disabled,
.btn-booking[disabled] {
  color: #ffffff;
  background-color: #9fd478;
  *background-color: #91ce65;
}
.btn-booking:active,
.btn-booking.active {
  background-color: #83c851 \9;
}
.btn-booking-excess {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4dbef0;
  background-image: -moz-linear-gradient(top, #4cc6fa, #4fb1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4cc6fa), to(#4fb1e1));
  background-image: -webkit-linear-gradient(top, #4cc6fa, #4fb1e1);
  background-image: -o-linear-gradient(top, #4cc6fa, #4fb1e1);
  background-image: linear-gradient(to bottom, #4cc6fa, #4fb1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cc6fa', endColorstr='#ff4fb1e1', GradientType=0);
  border-color: #4fb1e1 #4fb1e1 #218dc2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4fb1e1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-booking-excess:hover,
.btn-booking-excess:active,
.btn-booking-excess.active,
.btn-booking-excess.disabled,
.btn-booking-excess[disabled] {
  color: #ffffff;
  background-color: #4fb1e1;
  *background-color: #39a7dd;
}
.btn-booking-excess:active,
.btn-booking-excess.active {
  background-color: #259dd8 \9;
}
.btn-booking-sold-out {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bc102e;
  background-image: -moz-linear-gradient(top, #c1112f, #b40e2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c1112f), to(#b40e2c));
  background-image: -webkit-linear-gradient(top, #c1112f, #b40e2c);
  background-image: -o-linear-gradient(top, #c1112f, #b40e2c);
  background-image: linear-gradient(to bottom, #c1112f, #b40e2c);
  background-repeat: repeat-x;
  filter: progid:DXI.btn `mageTransform.Microsoft.gradient(startColorstr='#ffc1112f', endColorstr='#ffb40e2c', GradientType=0);
  border-color: #b40e2c #b40e2c #6d081b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b40e2c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-booking-sold-out:hover,
.btn-booking-sold-out:active,
.btn-booking-sold-out.active,
.btn-booking-sold-out.disabled,
.btn-booking-sold-out[disabled] {
  color: #ffffff;
  background-color: #b40e2c;
  *background-color: #9c0c26;
}
.btn-booking-sold-out:active,
.btn-booking-sold-out.active {
  background-color: #850a20 \9;
}
.btn-booking,
.btn-booking-excess {
  color: #093f68;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-booking:hover,
.btn-booking-excess:hover {
  color: #093f68;
}
/* Find Accommodation */
.btn-accommodation-search {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d33054;
  background-image: -moz-linear-gradient(top, #e83e63, #b41b3e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e83e63), to(#b41b3e));
  background-image: -webkit-linear-gradient(top, #e83e63, #b41b3e);
  background-image: -o-linear-gradient(top, #e83e63, #b41b3e);
  background-image: linear-gradient(to bottom, #e83e63, #b41b3e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe83e63', endColorstr='#ffb41b3e', GradientType=0);
  border-color: #b41b3e #b41b3e #711127;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b41b3e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding-top: 8px;
  padding-bottom: 6px;
  /* Required for old IE or else it freaks out over the icon */

  width: 190px;
}
.btn-accommodation-search:hover,
.btn-accommodation-search:active,
.btn-accommodation-search.active,
.btn-accommodation-search.disabled,
.btn-accommodation-search[disabled] {
  color: #ffffff;
  background-color: #b41b3e;
  *background-color: #9e1836;
}
.btn-accommodation-search:active,
.btn-accommodation-search.active {
  background-color: #88142f \9;
}
.btn-accommodation-search img {
  margin-top: -2px;
  margin-left: 4px;
}
/* Accommodation nav */
.btn-accommodation-special {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d33054;
  background-image: -moz-linear-gradient(top, #e83e63, #b41b3e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e83e63), to(#b41b3e));
  background-image: -webkit-linear-gradient(top, #e83e63, #b41b3e);
  background-image: -o-linear-gradient(top, #e83e63, #b41b3e);
  background-image: linear-gradient(to bottom, #e83e63, #b41b3e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe83e63', endColorstr='#ffb41b3e', GradientType=0);
  border-color: #b41b3e #b41b3e #711127;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b41b3e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-accommodation-special:hover,
.btn-accommodation-special:active,
.btn-accommodation-special.active,
.btn-accommodation-special.disabled,
.btn-accommodation-special[disabled] {
  color: #ffffff;
  background-color: #b41b3e;
  *background-color: #9e1836;
}
.btn-accommodation-special:active,
.btn-accommodation-special.active {
  background-color: #88142f \9;
}
.btn-accommodation-group {
  color: #333333;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
  background-color: #e9ab47;
  background-image: -moz-linear-gradient(top, #e9b663, #ea9b1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9b663), to(#ea9b1e));
  background-image: -webkit-linear-gradient(top, #e9b663, #ea9b1e);
  background-image: -o-linear-gradient(top, #e9b663, #ea9b1e);
  background-image: linear-gradient(to bottom, #e9b663, #ea9b1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9b663', endColorstr='#ffea9b1e', GradientType=0);
  border-color: #ea9b1e #ea9b1e #ab6f10;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ea9b1e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-accommodation-group:hover,
.btn-accommodation-group:active,
.btn-accommodation-group.active,
.btn-accommodation-group.disabled,
.btn-accommodation-group[disabled] {
  color: #333333;
  background-color: #ea9b1e;
  *background-color: #da8e14;
}
.btn-accommodation-group:active,
.btn-accommodation-group.active {
  background-color: #c37e12 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #17a9e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #1076a1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
/* aka. "Skip Links" */
.nav-page {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.navbar {

  color: #f0f0f0;
  font-size: 1rem;
  margin: 0px auto;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  height: 50px;
}
.navbar a {
  color: #ffffff;
}
.navbar a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #024487;
}
.navbar ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0px;
  *zoom: 1;
}
.navbar ul:before,
.navbar ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar ul:after {
  clear: both;
}
.navbar ul li {
  float: left;
  width: 130px;
}
.navbar ul li.active {
  background-color: #d63c5f;
}
.navbar ul li.home {
  width: 78px;
}
.navbar ul li:first-child a,
.navbar ul li:first-child.active span {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
.navbar ul li:last-child a,
.navbar ul li:last-child.active span {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.navbar ul li a,
.navbar ul li.active span {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding: 8px 10px;
  height: 34px;
}
.navbar ul ul {
  visibility: hidden;
}
.navbar ul li ul li {
  display: block;
  background-color: #0251a0;
  position: relative;

  font-size: 10px;
  z-index: 1001;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("glyphicons-halflings-white.png");
}
.icon-remove {
  background-position: -312px 0;
}
.combobox-container {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.combobox-container input,
.combobox-container select,
.combobox-container .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.combobox-container input:focus,
.combobox-container select:focus,
.combobox-container .uneditable-input:focus {
  z-index: 2;
}
.combobox-container .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.combobox-container .add-on,
.combobox-container .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.combobox-container .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.combobox-container input,
.combobox-container select,
.combobox-container .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.combobox-container .add-on,
.combobox-container .btn {
  margin-left: -1px;
}
.combobox-container .add-on:last-child,
.combobox-container .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.combobox-container select {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  *text-indent: 0;
}
.combobox-container .caret {
  margin-top: 7px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.combobox-container .btn {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.combobox-container .btn:hover {
  background-position: 0px 0px;
}
.form-search .combobox-container,
.form-inline .combobox-container {
  /* inline-block breaks Chrome */

  display: inline;
  margin-bottom: 0;
  vertical-align: top;
}
.form-search .combobox-container .add-on,
.form-inline .combobox-container .add-on {
  /* vertical-align: middle breaks Chrome */

  vertical-align: top;
}
.combobox-selected .combobox-clear {
  display: inline-block;
}
.combobox-selected .caret {
  display: none;
}
.combobox-clear {
  display: none;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown:hover .combobox-clear,
.open.dropdown .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn .combobox-clear {
  margin-top: 1px;
  margin-left: 1px;
}
.btn:hover .caret,
.btn:hover .combobox-clear,
.open.btn-group .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}
.accommodation-search {
  /* Form: Find Accommodation */

  /* Nav: Accommodation */

  /* Search Results */

  /* Legend */

}
.accommodation-search .search-sort {
  background-color: #001e45;
  color: #ffffff;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.accommodation-search .search-sort p {
  display: inline;
  margin-left: 20px;
}
.accommodation-search .search-sort .btn {
  margin-top: 10px;
  margin-left:10px;
}
.accommodation-search .search-control-wrapper {
  background-color: #1275c7;
}
.accommodation-search .search-control-wrapper form {
  color: #ffffff;
  padding: 0 20px 10px 20px;
  margin-left: 20%;
}
.accommodation-search .search-control-wrapper legend {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 10px;
  border-bottom-color: #0089d0;
}
.accommodation-search .search-control-wrapper label {
  margin-left: 15px;
}
.accommodation-search .search-control-wrapper label:after {
  content: ':';
}
.accommodation-search .search-control-wrapper .form-inline {
  margin-top: 10px;
}
.accommodation-search .search-control-wrapper .form-inline label:first-child {
  margin-left: 0px;
}
.datepicker {
  background-image: url(icon-calendar.gif);
  background-repeat: no-repeat;
  background-position: 160px 3px;
  padding-right: 27px;
  width: 175px;
}
.accommodation-search .nav-accommodation {
  background-color: #001e45;
  color: #ffffff;
  list-style-type: none;
  text-align: center;
  padding: 0px 30px 30px;
  margin: 0px;
}
.accommodation-search .nav-accommodation li {
  padding-top: 37px;
}
.accommodation-search .nav-accommodation .btn {
  overflow: hidden;
  position: relative;
  font-size: 1em;
  text-align: left;
  padding: 4px 8px;
  width: 260px;
  height: 36px;
  /* Bad hack for vertical alignment: middle */

}
.accommodation-search .nav-accommodation .btn span {
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.accommodation-search .nav-accommodation .btn img {
  float: right;
  margin-left: 4px;
}
.accommodation-search .search-sort {
  background-color: #001e45;
  color: #ffffff;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.accommodation-search .search-sort p {
  display: inline;
  margin-left: 20px;
  color: #fff;
}
.accommodation-search .search-sort .radio {
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 5px;
}
.accommodation-search .search-sort label, 
.accommodation-search .search-sort .btn-mini {
  margin-top: 5px;
  margin-left: 5px;
}
.accommodation-search .map-filter {
  background-color: #4C4646;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 2px;
  float: left;
  width: 100%;
  border-bottom: 2px solid white;
  height: 35px;
}
.accommodation-search .map-filter p {
  display: inline;
  margin-left: 20px;
  float: left;
}
.accommodation-search .map-filter input, .accommodation-search .map-filter select {
  margin: 0px;
}
.accommodation-search .map-filter .map-toggle {
  color: #fff;
  float: right;
  margin-right: 25px;
  margin-top:5px;
  font-weight: bold;
  font-size: 1.2em;
}
.accommodation-search .table {
  /* General */

  margin-bottom: 0px;
  /* Columns */

  /* Headings */

  /* Custom striping */

}
.accommodation-search .table caption {
  /* Firefox is stubborn about hiding text */

  font-size: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.accommodation-search .table .room-type {
  width: 12%;
}
.accommodation-search .table .booking-action {
  width: 12%;
}
.accommodation-search .table .rate {
  width: 9%;
}
.accommodation-search .table .total-cost {
  width: 9%;
}
.accommodation-search .table th {
  font-weight: normal;
}
.accommodation-search .table th.hotel-name strong,
.accommodation-search .table th.hotel-name .rating {
  display: block;
}
.accommodation-search .table thead th {
  background-color: #1275c7;
  color: #ffffff;
  vertical-align: middle;
}
.accommodation-search .table thead th a {
  color: #ffffff;
}
.accommodation-search .table.non-preferred thead th {
  background-color: #d63c5f;
}
.accommodation-search .table thead th.total-cost {
  background-color: #b41b3e;
}
.accommodation-search .table tbody:nth-child(odd) th,
.accommodation-search .table tbody:nth-child(odd) td {
  background-color: #f1f1f1;
}
.accommodation-search .result-legend {
  color: #ffffff;
  font-size: 0.85em;
}
.accommodation-search .result-legend h2 {
  background-color: #0251a0;
  background-image: url(icon-legend.gif);
  background-repeat: no-repeat;
  background-position: 98% center;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  padding-right: 60px;
  margin-top: 0.2em;
  margin-bottom: 0px;
}
.accommodation-search .result-legend p {
  margin-top: 10px;
  color: #ffffff;
}
.accommodation-search .result-legend ul {
  background-color: #001e45;
  list-style-type: none;
  padding: 15px 0px;
  margin: 0px;
  *zoom: 1;
}
.accommodation-search .result-legend #footer {
  background-color: #001e45;
  list-style-type: none;
  padding: 15px 15px;
  margin: 0px;
  *zoom: 1;
}
.accommodation-search .result-legend ul:before,
.accommodation-search .result-legend ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.accommodation-search .result-legend ul:after {
  clear: both;
}
.accommodation-search .result-legend ul li {
  float: left;
  overflow: hidden;
  padding: 0px 20px;
  border-left: 1px solid #003366;
  width: 156px;
  height: 135px;
}
.accommodation-search .result-legend ul li:first-child {
  border-left: 0px none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.content .content-wrapper {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.content .content-wrapper-padding {
  margin: 0 20px;
  padding: 10px 0px;
  width: 95%;
  clear: both;
}
.content-wrapper table {
  max-width: 100%;
  background: none;
  border-collapse: collapse;
  border-spacing: 0;
}

#date-translation {
  margin: 0 0 0 10px;
}

/**
 * Additional styling
 *
 * @author: Ryan Yu <ryu@squiz.net>
 * created: 2014-03-25
 * updated: 2014-03-25
 */
.creditcard-details {
  border:1px solid #0251a0;
  background:#f9faff;
  margin-bottom:10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
  .creditcard-section {
    background: none repeat scroll 0 0 #EDF0FF;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px 0;
  }
  .creditcard-section-add {
    background: none;
  }
      .creditcard-section:first-child {
        margin-top: 0;
      }

.creditcard-existing {
  background: #EDF0FF;
  margin: 0 20px;
  padding: 20px 0 10px;
}




/*@dev new css*/
html {
  background: #fff !important;
}
.lp-login {
  height: auto !important;
  background: #fff;
}
.lp-login .container,
.lp-login .container .content,
.lp-login .container .content .accommodation-search,
.lp-login .container .content .accommodation-search .content-wrapper,
.lp-login .container .content .accommodation-search .content-wrapper > table,
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}
.lp-login .container .content .accommodation-search .content-wrapper > table {
  display: none;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child {
  display: block;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody {
  display: table;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td {
  width: 50%;
  vertical-align: middle;
  padding: 80px 80px 160px;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td:nth-child(2) img {
  display: none;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td:nth-child(2) {
  background: url(bg-login.jpg) no-repeat center center;
  background-size: cover;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div {
  margin: 0 !important;
  height: auto !important;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div p {
  height: auto !important;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div .user {
  float: none !important;
  max-width: 100% !important;
  height: auto !important;
  width: 100%;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div > p > img {
  width: 20%;
  max-width: 150px;
  height: auto;
  position: absolute;
  bottom: 80px;
  left: 80px;
}
.lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div > img {
  width: 50%;
  max-width: 307px;
  height: auto;
}
.lp-login .content-wrapper input[type="submit"] {
  border: 0!important;
  background: #009DDF!important;
  text-shadow: none;
  font-weight: bold;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.lp-login .content-wrapper input[type="submit"]:hover {
  background: #007CC4 !important;
}

@media screen and (max-width: 1024px) {
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td {
    padding: 30px 30px 80px;
  }
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div > p > img {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td:nth-child(2) {
    display: none;
  }
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td {
    width: 100%;
    padding: 20px 20px 80px;
  }
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div > p > img {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody tr td {
    padding: 80px 150px 160px;
  }
  .lp-login .container .content .accommodation-search .content-wrapper > table:first-child tbody > tr > td > div > p > img {
    left: 150px;
  }
}


/* New GUI */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*:focus {
  outline: none; }

html {
  background: #5634d1;
  color: white;
  font: normal 10px/1.42857 "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-family: Roboto;
  height: 100%;
  min-height:100%}

/* nav toggle */
.nav-toggle {
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 2rem;
  right: 2rem;
  position: fixed;
  top: 2rem;
  width: 3.6rem;
  z-index: 2; }

.nav-toggle:hover {
  opacity: 0.8; }

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1275c7;
  content: '';
  height: 0.4rem;
  width: 100%; }

.nav-toggle .nav-toggle-bar {
  margin-top: 0; }

.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.8rem; }

.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.8rem; }

.nav-toggle.expanded .nav-toggle-bar {
  background: transparent; }

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0; }

.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* nav */
.nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: #1275c7;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;

  right: -20rem;
  padding: 6rem 2rem 2rem 2rem;
  position: fixed;
  top: 0%;
  width: 20rem;
  z-index: 1; }

.nav.expanded {
  right: 0;

}

.nav ul {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-page {
  height: 60px;
  overflow: hidden;
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #FFF;
}

.btn-test {
  background-color: #1275c7;
  border: none;
  color: white;
  padding: 2px;
  text-align: center;
  text-decoration: none;

  font-size: 8px;
  margin: 5px 5px;
  cursor: pointer;
  width:30px;
  height: 30px;
  border-radius: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

  border:0px; box-shadow:none; border-bottom: 2px solid #1275c7; width:300px;webkit-border-radius:0px; border-radius:0px; height:30px; color:#1275c7;
}

.btn-login {
  float: right;
  padding: 20px 40px;
  border-radius: 30px;
  font-size:larger;
}

