/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.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;
}

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 {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  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;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  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,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

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;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

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;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  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],
abbr[data-original-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: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

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;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

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 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;
}

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: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select {
  width: 232px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

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;
  cursor: not-allowed;
  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);
}

.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: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.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-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

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 .control-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 .control-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 .control-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 .control-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:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus: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;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.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;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.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;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 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-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;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.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;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.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,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  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: middle;

  border-top: 1px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.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,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.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: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.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: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  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;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../bootstrap/img/glyphicons-halflings.png?1742883617);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(../bootstrap/img/glyphicons-halflings-white.png?1742883617);
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.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 > li > 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,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  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;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.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;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  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-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.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-color: #bd362f;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.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-color: #51a351;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.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-color: #2f96b4;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.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-color: #222222;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.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;
}

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 {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: 0.3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -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-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 4px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 1px;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f2f2f2),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#222222),
    to(#111111)
  );
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#151515),
    to(#040404)
  );
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #9c8e8e;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #007bff;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#57a957)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#339bb9)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-warning .bar,
.progress .bar-warning {
  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);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

input[type="submit"], input[type="button"], .linkbutton { -webkit-border-radius: 4px; -moz-border-radius: 4px; margin-left: 7px; margin-bottom: 0px; padding: 3px 8px 5px 8px; display: block; cursor: pointer; float: left; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25); border: 1px solid #a0c21e; text-align: center; text-decoration: none; background: #AFD421; background: -moz-linear-gradient(top, #c9e65c, #AFD421, #9dbe1e); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9e65c), color-stop(0.5, #AFD421), color-stop(1, #9dbe1e)); }
input[type="submit"]:hover, input[type="button"]:hover, .linkbutton:hover { border: 1px solid #8ba81a; -webkit-box-shadow: #96b51c 0 0 6px; background: -moz-linear-gradient(top, #bbdf30, #AFD421, #8ba81a); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbdf30), color-stop(0.5, #AFD421), color-stop(1, #8ba81a)); }
input[type="submit"]:active, input[type="button"]:active, .linkbutton:active { border: 1px solid #8ba81a; -webkit-box-shadow: inset #96b51c 0 0 6px; background: -moz-linear-gradient(top, #8ba81a, #AFD421, #bbdf30); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ba81a), color-stop(0.5, #AFD421), color-stop(1, #bbdf30)); }
input[type="submit"].disabled, input[type="button"].disabled, .linkbutton.disabled { background: #ccc; border: 1px solid #999; color: #444; cursor: default; }
input[type="submit"].disabled:hover, input[type="button"].disabled:hover, .linkbutton.disabled:hover { border: 1px solid #999; background: #ccc; -webkit-box-shadow: #ccc 0 0 6px; }

.linkbutton { font-family: Helvetica, Verdana, Arial, sans-serif; }

/*# sourceMappingURL=buttons.css.map */

* { margin: 0; padding: 0; }

html { /* we need this one to ensure firefox default font-size does not mess up the UI*/ font-size: 16px; overflow-y: scroll; }

.headline, .slide-title, .tkff-dax-wide-web-pro, .ui-tabs-nav, .ui-tabs-panel, .geostats, H1, H2, H3, H4 { font-family: "Ubuntu", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#introcontent, #introcontent p .container li, .container p, .homepage p, .salesintro, .salesintro li, .salesintro p, .salesintro table, .salestext, .tk-proxima-nova { font-family: "PT Sans", "Helvetica", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.postit, .postit h1, .postit p, .tk-gooddog-new { font-family: "Neucha", "arial", serif; }

h1, h2 { font-weight: 500; text-transform: uppercase; color: #99ba1d; display: block; letter-spacing: -0.03em; }

h3, h4 { font-weight: 500; color: #8ba81a; font-size: 18px; }

form { display: block; padding-bottom: 20px; }

p, body { font-family: "Fira Sans Condensed", "Lucida Grande", "Trebuchet MS", "Helvetica", "Verdana", "Arial", sans-serif; text-align: left; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

p > div { margin-left: 210px; }

a { color: #222; }
a:hover { color: #888888; }

.column { margin-right: 20px; float: left; }

.column.last { margin-right: 0; }

.quantity-1 { width: 90px; }

.quantity-2 { width: 190px; }

.quantity-3 { width: 290px; }

.quantity-4 { width: 390px; }

.quantity-5 { width: 490px; }

.quantity-6 { width: 590px; }

.quantity-7 { width: 690px; }

.quantity-8 { width: 790px; }

.quantity-9 { width: 890px; }

.quantity-10 { width: 990px; }

.quantity-11 { width: 1090px; }

.quantity-12 { width: 1200px; }

.bsr { border: 1px solid red; }

.red { color: red; }

body { color: #483e39; background: #342c27; background: #342c27 linear-gradient(to right, #403630 0, #342c27 5%, #342c27 95%, #403630 100%); }

body.loginbody { background: #f0f0f0; }

html, body { height: 100%; }

#outerwrap { background-color: #2e2621; }

#main { background: #f0f0f0; }

#wrap { min-height: 100%; margin: 0 auto -40px; position: relative; background: #f3f3f3; background: url("data:image/jpeg;charset=utf-8;base64,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5+jp6vT19vf4+foRAAIBAwIEBAMFBAQEBgYFbQECAxEEIRIFMQYAIhNBUQcyYRRxCEKBI5EVUqFiFjMJsSTB0UNy8BfhgjQlklMYY0TxorImNRlUNkVkJwpzg5NGdMLS4vJVZXVWN4SFo7PD0+PzKRqUpLTE1OT0laW1xdXl9ShHV2Y4doaWprbG1ub2Z3eHl6e3x9fn90hYaHiImKi4yNjo+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8Ao+wFv4FhdP0/hOOt/rfZw2/3j2GOhh07e/de697917r3v3Xuve/de697917r3v3Xuve/de697917r3v3Xuve/de697917r3v3Xuve/de697917r3v3Xuve/de697917r3v3Xuve/de697917r3v3Xuve/de6aNwf8WHN/wDaoyX/ALhzf1497HHrR4dfVMxf/Ftx3/UDSf8AuPH/AF59iboInj1O9+611737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3Xvfuvde9+691737r3X/9k=") repeat-y; }

#content { float: left; width: 970px; padding-bottom: 50px; }

#loginwrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; width: 1200px; position: relative; font-size: 16px; }

p { margin: 0 0 0.1em; padding: 3px 0; min-height: 18px; }

textarea { height: 100px; padding: 5px; width: 450px; }

.logo { width: 100%; height: 88px; display: block; padding-top: 8px; margin-bottom: 10px; background-color: #473f39; }
.logo a { width: 300px; height: 80px; margin-left: 50px; float: left; background: url(../images/logo-white.svg?1742883622) no-repeat; background-size: 250px 72px; }

/* IE6 hack */
html*.logo, html*.logo a { width: 490px; height: 83px; float: left; background: url("data:image/gif;charset=utf-8;base64,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") no-repeat; }
html*.logo .igumbi, html*.logo a .igumbi { text-indent: -9999px; }

#topbar { background: #554943; background: linear-gradient(to bottom, #5e524b, #554943, #483e39); border-bottom: 1px solid black; border-left: 1px solid #221d1b; border-right: 1px solid #221d1b; width: 1199px; height: 46px; margin: 0; }
#topbar #logo { background: url(../images/logo-white.svg?1742883622) no-repeat; background-size: 116px 34px; background-position: left; display: block; float: left; width: 170px; height: 40px; margin: 0; margin-top: 2px; margin-left: 16px; }
#topbar #logo a { width: 170px; height: 40px; display: block; text-indent: -9999px; }
#topbar #topnav { display: block; float: left; width: 200px; height: 40px; }
#topbar #topnav .topnavann { margin-top: 3px; margin-left: 4px; }
#topbar #accountnav { width: 800px; margin-top: 0; padding-top: 0.25rem; display: block; height: 1.5rem; float: right; text-align: right; color: #bbb; }
#topbar #accountnav #warningcounters { float: right; margin-top: 0.625rem; margin-right: 1rem; }
#topbar #accountnav #accountactions { float: right; margin-top: 0.125rem; margin-right: 0.125rem; display: inline-block; }
#topbar #accountnav #accountactions .btn { padding-bottom: 0.125rem; line-height: 1.25rem; }
#topbar #accountnav #hotelswitch, #topbar #accountnav #hotelback { float: right; display: inline-block; }
#topbar #accountnav #hotelswitch select, #topbar #accountnav #hotelback select { font-family: "Helvetica", "Verdana", "Arial", sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-top: 0.25rem; font-size: 0.75rem; height: 1.8rem; }
#topbar #accountnav #hotelback { width: 3rem; }
#topbar #accountnav #hotelback input { padding-left: 0.5rem; padding-right: 0.5rem; height: 1.75rem; }
#topbar #accountnav #flags { float: right; padding-top: 0.5rem; padding-right: 1rem; margin-left: 1rem; display: inline-block; }
#topbar #accountnav .btn-account-nav .btn a { line-height: 1rem; color: #000; border: 1px solid red; }
#topbar #accountnav a { font-family: "Helvetica", "Verdana", "Arial", sans-serif; font-size: 13px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.datetimeselect select { width: 7rem; }

.locale { text-shadow: none; text-align: left; text-indent: -9999px; text-decoration: none; display: block; width: 16px; height: 12px; /*float:right;*/ margin-top: 4px; margin-left: 3px; }

.outlinelang { display: block; width: 16px; height: 12px; float: right; }

.loginnotice, .notice, .error { border: 1px solid #5c700f; color: #fdfdfd; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); font-size: 14px; background: #9ab333; background: -moz-linear-gradient(top, #9ab333, #96af2c, #84a00f); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9ab333), color-stop(0.5, #96af2c), color-stop(1, #84a00f)); padding: 2px 0px 8px 12px; display: block; left: 160px; -webkit-border-radius: 5px; -moz-border-radius: 5px; overflow: hidden; }

.loginnotice, .loginerror { font-size: 22px; margin-bottom: 20px; }

/*.notice, .error { width: 550px; margin-left:90px; margin-top:10px; height: 20px;
}
*/
.error, .loginerror p { color: #fff; border: 1px solid #6f2121; padding: 2px 0px 8px 12px; background: #b32d2d; background: -moz-linear-gradient(top, #cc4a4a, #b32d2d, #aa2222); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc4a4a), color-stop(0.5, #b32d2d), color-stop(1, #aa2222)); }

#topnav #search { margin-left: 625px; }

#navbar { position: relative; height: 100%; z-index: 20; border-left: 1px solid #221d1b; border-right: 1px solid #221d1b; background: #5f554f; background: linear-gradient(to bottom, #6b625d, #5f554f, #534842); z-index: 10; }
#navbar hr { color: #221d1b; }
#navbar a { color: #ffffff; font-family: "Helvetica", "Verdana", "Arial", sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }
#navbar .divider { border-top: 1px solid #413834; border-bottom: 1px solid #776861; height: 0px; margin-top: 15px; margin-bottom: 5px; }
#navbar ul { margin: 0; padding: 0; padding-top: 56px; list-style: none; }
#navbar ul li { height: 28px; }
#navbar ul li a { text-decoration: none; display: block; padding: 2px 7px 3px 16px; }
#navbar ul li.onbstep { height: auto; padding-bottom: 1.2em; }
#navbar ul li a:hover { background: #4c423c -moz-linear-gradient(top, #433a35, #4c423c, #524741); background: #4c423c -webkit-gradient(linear, left top, left bottom, color-stop(0, #433a35), color-stop(0.5, #4c423c), color-stop(1, #524741)); border-bottom: 1px solid #766963; }
#navbar ul li .active { background: #4c423c -moz-linear-gradient(top, #433a35, #4c423c, #524741); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #433a35), color-stop(0.5, #4c423c), color-stop(1, #524741)); border-bottom: 1px solid #766963; border-left: 0.25rem solid #bdd73c; padding-left: 12px; color: #e6eec7; }
#navbar ul li ul { padding-top: 0px; }

.indent { margin-left: 200px; width: 400px; padding-left: 10px; }

.explain { width: 500px; font-size: 14px; linespacing: 1.5em; margin-bottom: 2em; }

#introcontent { width: 920px; padding-bottom: 50px; }

#clearfooter { clear: both; }

#sitefooter { background: #4c423c; background: -moz-linear-gradient(top, #79706b, #5f5753, #423b39); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d918a), color-stop(0.05, #79706b), color-stop(0.5, #5f5753), color-stop(1, #423b39)); padding-bottom: 8px; padding-top: 6px; height: 26px; position: relative; overflow: hidden; border-top: #211f1f; min-width: 1200px; width: 100%; z-index: 15; }

#footer { display: table; width: auto; margin: 0 auto; padding-top: 2px; color: #ddd; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
#footer div { float: left; vertical-align: middle; height: 1rem; padding-right: 0.5rem; }
#footer .statlegend { width: 0.8rem; height: 0.8rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: block; float: left; margin-right: 0.25rem; }

table { width: 100%; line-height: 1.3; }
table td.aright, table th.aright { text-align: right; }
table td.acenter, table th.acenter { text-align: center; }
table.productcategories { width: 100%; }
table.productcategories tr td .prodcatcolor { width: 0.5rem; height: 3rem; }
table.gbsheets { width: 100%; }
table.reservationstable { width: 100%; }
table.peopletable { width: 100%; }
table.outlines { width: 100%; }
table.textblocks { width: 100%; }
table.productable { width: 100%; padding-top: 10px; }
table.productable tr td .prodcatcolor { width: 0.5rem; height: 3rem; }
table.leveltable { width: 480px; }
table.dowtable { width: 300px; }
table.geostatcountry { width: 500px; }
table.sources { width: 100%; }
table.sources td { font-size: 18px; }
table.sources td.comission { font-size: 14px; color: #c8572f; }

#dowtable { width: 300px; }

.smallth { font-size: 10px; }

.cds_body table { width: 200px; line-height: 0.9; width: 195px; line-height: 0.9; }

th { background: #dbd9d9; padding-top: 5px; }

.odd { background: #fcfcfc; }

textarea, input, select { border: 1px solid #cccccc; font-family: "Lucida Grande", "Lucida Sans", "Arial", sans-serif; font-size: 110%; line-height: 1.5em; padding: 2px; padding-left: 5px; }

th, td, caption { padding: 4px 5px 4px 5px; }

.datetime select { width: 70px; }

pre { background-color: #eee; padding: 10px; }

.explain { width: 550px; font-size: 110%; display: block; }

/*.fieldWithErrors { padding: 2px; background-color: red; display: table;
}
*/
.r { text-align: right; }

.c { text-align: center; }

.rb { text-align: right; font-weight: 500; }

.ared { text-align: right; color: #7f1d1d; background-color: #ef4444; }

.aorange { text-align: right; color: #ffedd5; background-color: #fb923c; }

.agreen { text-align: right; color: #f0fdf4; background-color: #15803d; }

/* to make levels list more concide, if there are no booking rules */
.rules { /*
display: none;
height: 0 !important;
*/ }

/*igumbi green*/
#jumpstart a { color: #25a0cc; text-decoration: underline; }
#jumpstart a:hover { color: #46b6de; }
#jumpstart h1, #jumpstart h2 { text-transform: none; width: 100%; }
#jumpstart h1 { color: #85a71f; }
#jumpstart h2 { color: #a1c925; }
#jumpstart .bignum { color: #74911b; font-size: 1.6em; }
#jumpstart p, #jumpstart ul, #jumpstart li { font-family: "PT Sans", "Helvetica", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; font-size: 16px; line-height: 24px; }

#errorExplanation { width: 480px; border-radius: 0.25rem; border: 1px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; background-color: #f0f0f0; }
#errorExplanation h2 { text-align: left; font-weight: 500; width: 98%; padding: 5px; font-size: 1em; line-height: 1.6em; border-radius: 0.25rem; background-color: #c00; color: #fff; }
#errorExplanation p { color: #333; margin-bottom: 0; padding: 5px; }
#errorExplanation ul li { font-size: 14px; list-style: square; margin-left: 25px; }

div.uploadStatus { margin: 5px; }

div.progressBar { margin: 5px; }

div.progressBar div.border { background-color: #fff; border: 1px solid gray; width: 100%; }

div.progressBar div.background { background-color: #333; height: 18px; width: 0%; }

#box { width: 400px; background: #acf4f9; padding: 25px; margin: 0 auto; padding-bottom: 45px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -moz-box-shadow: #777 0 1px 5px; -webkit-box-shadow: #777 0 1px 5px; margin-top: 50px; overflow: hidden; }

#box h2 { font-size: 300%; text-shadow: #777 1px 1px 2px; }

#box p { font-size: 140%; text-shadow: #6a6a6a 1px 0px 1px; line-height: 1.8em; }

#try { float: right; overflow: hidden; }

.aleft { text-align: left !important; }

.indent label { margin-left: -210px; }

.personnote { width: 300px; height: 300px; }

.outlines submit { width: 60px; }

.showemaillabel { width: 80px; }

#outline_lang { width: 76px; }

#outline_body { width: 290px; }

.mailsubject { display: block; font-size: 18px; color: #a1ba26; }

#pages label { width: 40px; }

li.page { list-style-type: none; width: 600px; }

.page { border: solid 1px #bbb; padding: 5px; padiing-bottom: 5px; margin-bottom: 10px; }

.page h3 { margin-bottom: 2px; }

input[type="text"], input[type="password"], input[type="password"], input[type="radio"], input[type="checkbox"], input.text, input.title, textarea, .fieldWithErrors, select { margin: 0; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; font-size: 14px; border: 1px solid #d7d3d2; background-color: #fafafa; -webkit-transition: background-color 1s linear; }

input[type="checkbox"] { height: 26px; }

.control-group .date_select select, .date_select select { font-size: 0.875rem; width: 5.5rem; align-content: center; }

#usernav { float: right; color: #ccc; }

#usernav a { color: #ccc; }

p.form { margin-left: 210px; }

.info { font-size: 13px; }

#overview { width: 390px; height: 960px; }

.roomcategory { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; width: 43px; padding: 2px 4px; border: 1px solid #ccc; }

.roomcategory a { text-decoration: none; }

#header { overflow: hidden; }

#roomsheader { float: left; width: 78px; height: 37px; padding-top: 12px; background-color: #35302a; font-size: 1.7em; color: #eee; border-bottom: 1px #6b6766 solid; text-align: center; }

#roomsheader a, .headdates a { color: #eee; }

.dates { height: 48px; overflow: hidden; }

.headdates { position: relative; float: left; padding: 0px; padding-bottom: 1px; width: 30px; box-sizing: border-box; border-right: 1px #51473e solid; border-bottom: 1px #6b6766 solid; height: 48px; text-align: center; display: block; overflow: hidden; background-color: #51473e; color: #fff; }
.headdates div { margin: 0px; padding: 0; text-align: center; }
.headdates div.dayofmonth { height: 20px; color: #fff; }
.headdates div.dayofmonth a { color: #fff; }
.headdates div.wday { height: 15px; font-size: 0.8em; text-transform: uppercase; color: #9b8f85; }
.headdates div.minrate { height: 1px; font-size: 9px; line-height: 15px; color: #ddd; }
div .headdates.weekend { background-color: #35302a; border-right: 1px #35302a solid; }
div .headdates.weekend .dayofmonth { color: #ccc; }
div .headdates.weekend .dayofmonth a { color: #ccc; }

.roomlines { width: 78px; overflow: hidden; float: left; position: relative; z-index: 10; }
.roomlines .roomname { background: #2b241f; float: left; position: relative; width: 78px; height: 2rem; margin: 0; color: #9b8f85; line-height: 0.875rem; z-index: 5; }
.roomlines .roomname .line1 { display: inline-block; width: 75px; height: 1rem; }
.roomlines .roomname .line2 { display: inline-block; width: 75px; height: 1rem; }
.roomlines .roomname .line2 .roomdescription { padding-top: 0.125rem; padding-left: 0.25rem; font-size: 11px; white-space: nowrap; }
.roomlines .roomname .biggest { color: #fff; float: left; padding-left: 3px; padding-top: 3px; width: 23px; }
.roomlines .roomodd { background: #443d38; }
.roomlines .tall { height: 3.5rem; }

.pcname { font-size: 11px; margin-top: 3px; float: right; border: none; text-align: right; }
.pcname .tableside { width: 4px; height: 11px; margin-left: 3px; margin-right: -3px; position: inline-block; float: right; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; }

.roombooking { font-size: 0.8em; line-height: 1.1em; position: relative; float: left; margin: 1px; padding: 1px; height: 36px; overflow: hidden; }

#reszone .today { background-color: #bddb46; opacity: 0.5; position: absolute; width: 12px; z-index: 10; }

a.button { /* Sliding right image */ background: transparent url(/images/booking_bar_grey_02.png?1742883619) no-repeat scroll top right; display: block; height: 37px; margin-right: 0px; padding-right: 11px; color: #000000; }

a.button span { /* Background left image */ background: transparent url(../stylesheets/i/images/booking_bar_grey_01.png) no-repeat; display: block; margin: 0px; height: 37px; padding: 1px 15px 1px 1px; text-decoration: none; }

a.button:hover span { text-decoration: underline; }

.resbar { position: absolute; font-size: 13px; background: grey; height: 1.5rem; line-height: 1.1em; -webkit-border-radius: 4px; -webkit-border-bottom-right-radius: 6px; border-radius: 4px 4px 6px 4px; -moz-border-radius: 4px 4px 6px 4px; }
.resbar .gbsheets { position: absolute; margin: 0; border: 0; overflow: hidden; margin-top: -4px; width: 14px; height: 7px; }
.resbar .gbsheets.angereist { background: #bbb; /*      border-left:1px solid darken($igumbigreen,30%);*/ }
.resbar .gbsheets.abgereist { background: #b3cf2a; }
.resbar .gbsheets a { padding: 1px 1px; float: left; }
.resbar .invoices { position: absolute; margin-left: 0.5px; /*margin-left:15px; when we display gbsheet info*/ border: 0; overflow: hidden; margin-top: -9px; width: 17px; height: 9px; }
.resbar .invoices a { float: left; }
.resbar .breakfast { color: #fff; position: absolute; left: 13px; top: 14px; }
.resbar a { max-width: 120px; white-space: nowrap; z-index: 11; padding-left: 2px; overflow: hidden; display: block; height: 27px; -webkit-border-radius: 1px; text-decoration: none; }
.resbar .popover .comment { width: 16rem; display: inline-block; max-height: 8.5rem; overflow: hidden; white-space: normal; text-overflow: ellipsis; }
.resbar.tall { height: 70px; }
.resbar.tall a { height: 3.1875rem; }
.resbar.subassignment a { max-width: 100%; background-color: rgba(220, 220, 220, 0.7) !important; background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDgwMTE3NDA3MjA2ODExOEY2MkYyQUY3MUE5NkZDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRURDRTUxQjc0MDExMUU0OUQ0NEVGMjVGMUYwRDgzNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRURDRTUxQTc0MDExMUU0OUQ0NEVGMjVGMUYwRDgzNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0ODAxMTc0MDcyMDY4MTE4RjYyRjJBRjcxQTk2RkM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0ODAxMTc0MDcyMDY4MTE4RjYyRjJBRjcxQTk2RkM4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VjpM/AAAASdJREFUeNrEV1ESgkAINbI09Qqd0wN7BdOszHBm/bEWaFmUGb7esL5FeLBpXdcJYRf0K4H36I0mHhLaKga/MXjJxYP2AEsCR/QzgY/oA4HPZ2cE/p7jQcG+Y/CCwfuF5V7pb/cm0FEEMobcw9WAz07oKYG/0J8UAe3tC2n9gFH/i+N/ETig58YdQGagUH48d5cQ1Q/sIb9rtdpcfikCXPuMLoU+k9RPTxGwlt87+kQR4P5/G3t6QuQOUBHgPj4w8pu6GvLZ5H6Bl8Bm8mtFICgehNvPtG6f2ATKf3o3YHyPy/j1EdC2X3D3gPAA7fhtuc0VJNsL8wAJzkClFB8ue+T6BtLt1Wp9hwjbj0o/uKfZ4F4woa8nUQYs5fdr/K4voCWgnh8fAQYAmvBRumYXtpsAAAAASUVORK5CYII="); }
.resbar .arrival { font-size: 9px; }

#reszone { float: left; }

#daygrid { position: absolute; overflow: hidden; }
#daygrid.talltable ul li ul li { height: 3.5rem; }
#daygrid ul { margin: 0; padding: 0; list-style: none; }
#daygrid ul li { margin: 0; padding: 0; }
#daygrid ul li ul { overflow: auto; list-style: none; }
#daygrid ul li ul li { width: 30px; height: 2rem; box-sizing: border-box; float: left; background: #fff; border-right: 1px solid #eceee8; border-bottom: 1px solid #eceee8; }
#daygrid ul li ul li.weekend { background: #ddd; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

#notassigned { background: rgba(128, 128, 128, 0.3); background: #cccccc -moz-linear-gradient(top, #cccccc, #eeeeee); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(0.5, #dddddd), color-stop(1, #eeeeee)); /*orange*/ position: absolute; }
#notassigned .resbar .popover { z-index: 20; }

.resbars { position: absolute; z-index: 5; }

.tablepopups { position: absolute; z-index: 20; }

.tablepopup { display: block; position: absolute; width: 250px; height: 105px; background: #333333; background: rgba(0, 0, 0, 0.6); color: #fff; border: 1px solid #000; padding: 3px 7px; overflow: hidden; z-index: 20; }
.tablepopup h2 { font-size: 13px; color: #fff; margin-bottom: 1px; }

.bubblestate { padding: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

/*green*/
.igumbi, .state0 { color: #32370b; background: #cada43; border: 1px solid #bfd029; background: -moz-linear-gradient(top, #d0de58, #cada43, #c4d62e); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0de58), color-stop(0.5, #cada43), color-stop(1, #c4d62e)); }
.igumbi a, .state0 a { color: #32370b; }
.igumbi:hover, .state0:hover { background-color: #aabf3a; color: #070802; }

.nosh, .state1 { /*red*/ color: #fff2ef; background: #ff4820; border: 1px solid #fb2d00; background: -moz-linear-gradient(top, #ff5d3a, #ff4820, #ff3307); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5d3a), color-stop(0.5, #ff4820), color-stop(1, #ff3307)); }
.nosh a, .state1 a { color: #fff2ef; }
.nosh:hover, .state1:hover { background-color: #e32216; color: #ffdfd8; }

.angefragt, .state2 { /*lightblue*/ color: #196169; background: #95e7f0; border: 1px solid #68ddea; background: -moz-linear-gradient(top, #abecf3, #95e7f0, #7fe2ed); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #abecf3), color-stop(0.5, #95e7f0), color-stop(1, #7fe2ed)); }
.angefragt a, .state2 a { color: #196169; }
.angefragt:hover, .state2:hover { background-color: #71d3dd; color: #0f3b40; }

.beantwortet, .state3 { /*pink*/ color: #49314e; background: #e4cae8; border: 1px solid #d2a6d9; background: -moz-linear-gradient(top, #eddcf0, #e4cae8, #dbb8e0); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eddcf0), color-stop(0.5, #e4cae8), color-stop(1, #dbb8e0)); }
.beantwortet a, .state3 a { color: #49314e; }
.beantwortet:hover, .state3:hover { background-color: #bf8fcb; color: #351d3a; }

.kreditkarte, .state4 { /*orange*/ color: #fffaef; background: #f59d37; border: 1px solid #ed850c; background: -moz-linear-gradient(top, #f6a94f, #f59d37, #f4911f); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6a94f), color-stop(0.5, #f59d37), color-stop(1, #f4911f)); }
.kreditkarte a, .state4 a { color: #fffaef; }
.kreditkarte:hover, .state4:hover { background-color: #f27c2d; color: #f3e3c1; }

.angezahlt, .state5 { /*darkblue*/ color: #fff; background: #56aacf; border: 1px solid #3693bc; background: -moz-linear-gradient(top, #6ab4d5, #56aacf, #42a0c9); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6ab4d5), color-stop(0.5, #56aacf), color-stop(1, #42a0c9)); }
.angezahlt a, .state5 a { color: #fff; }
.angezahlt:hover, .state5:hover { background-color: #388dbb; color: #88dcff; }

.eingecheckt, .state6 { /*yellow*/ color: #b45309; background: #fef276; border: 1px solid #fde811; background: -moz-linear-gradient(top, #fef48f, #fef276, #fef05d); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fef48f), color-stop(0.5, #fef276), color-stop(1, #fef05d)); }
.eingecheckt a, .state6 a { color: #b45309; }
.eingecheckt:hover, .state6:hover { background-color: #fdd657; color: #92400e; }

.bezahlt, .state7 { /*war braun, erdig*/ color: #177236; background: #94e3aa; border: 1px solid #78dc94; background: -moz-linear-gradient(top, #a8e8ba, #94e3aa, #80de9a); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a8e8ba), color-stop(0.5, #94e3aa), color-stop(1, #80de9a)); }
.bezahlt a, .state7 a { color: #177236; }
.bezahlt:hover, .state7:hover { background-color: #63cc7f; color: #035e22; }

.ausgecheckt, .state8 { /*grey*/ color: #88b74c; background: #deecda; border: 1px solid #c9e0c2; background: -moz-linear-gradient(top, #edf5eb, #deecda, #cfe3c9); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edf5eb), color-stop(0.5, #deecda), color-stop(1, #cfe3c9)); }
.ausgecheckt a, .state8 a { color: #88b74c; }
.ausgecheckt:hover, .state8:hover { background-color: #bbdaaf; color: #598426; }

.channel, .state9 { /*light-brown*/ color: #543e20; background: #e4c997; border: 1px solid #ddba7b; background: -moz-linear-gradient(top, #e9d4ab, #e4c997, #dfbe83); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9d4ab), color-stop(0.5, #e4c997), color-stop(1, #dfbe83)); }
.channel a, .state9 a { color: #543e20; }
.channel:hover, .state9:hover { background-color: #cd9f5c; color: #3b2810; }

.state10 { /*dark-brown,now gray */ color: #a8a398; background: #64625b; border: 1px solid #51504a; background: -moz-linear-gradient(top, #716f67, #64625b, #57554f); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #716f67), color-stop(0.5, #64625b), color-stop(1, #57554f)); }
.state10 a { color: #a8a398; }
.state10:hover { background-color: #56544f; color: #a8a398; }

.state11 { /*lilac*/ color: #e4dced; background: #7b58a5; border: 1px solid #6a4c8e; background: -moz-linear-gradient(top, #8868ae, #7b58a5, #6f4f94); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8868ae), color-stop(0.5, #7b58a5), color-stop(1, #6f4f94)); }
.state11 a { color: #e4dced; }
.state11:hover { background-color: #4b2e7b; color: #cabbdb; }

.state14 { /*pink-500 Tailwindcss Pink*/ /*pink-600*/ /*pink-100*/ /*pink-200*/ color: #fdf2f8; text-shadow: none; /*0 1px 1px (rgba 255,255,255,0.00);*/ background: #ec4899; border: 1px solid #e92887; background: -moz-linear-gradient(top, #ee5fa6, #ec4899, #ea318c); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5fa6), color-stop(0.5, #ec4899), color-stop(1, #ea318c)); }
.state14 a { color: #fdf2f8; }
.state14:hover { border: 1px solid #bf2066; background: -moz-linear-gradient(top, #df3d85, #ec4899, #c7216b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df3d85), color-stop(0.5, #db2777), color-stop(1, #c7216b)); color: #fbcfe8; }

.state20, .cancelled { /*black*/ color: #e4c997; background: #2a2a2a; border: 1px solid #181818; background: -moz-linear-gradient(top, #373737, #2a2a2a, #1d1d1d); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #373737), color-stop(0.5, #2a2a2a), color-stop(1, #1d1d1d)); }
.state20 a, .cancelled a { color: #e4c997; }
.state20:hover, .cancelled:hover { background-color: #070707; color: #d0b583; }

.checkpayment, .state25 { /*dark yellow*/ color: #92400e; background: #fbbf24; border: 1px solid #dea104; background: -moz-linear-gradient(top, #fbc63d, #fbbf24, #fbb80b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbc63d), color-stop(0.5, #fbbf24), color-stop(1, #fbb80b)); }
.checkpayment a, .state25 a { color: #92400e; }
.checkpayment:hover, .state25:hover { background-color: #f59e0b; color: #78350f; }

.moon { z-index: 3; margin-top: -16px; margin-left: 12px; }

.productselection { overflow: hidden; margin-left: 10.8rem; width: 800px; }
.productselection a.btn { height: 20px; }

.whitebg { background-color: #fff; }

#setting_css_seller, #setting_css_seller_test { height: 32rem; }

#setting_css_seller { margin-left: 0px; }

#tracksholder { height: 900px; width: 920px; }

#fcholder svg { width: 490px; }

#maillist { list-style: none; }

.reslist, .invlist, .maillist { margin-left: 210px; display: block; min-height: 18px; }

.personlist li { list-style: none; }

.login { background: #fff; padding: 20px; padding-top: 40px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-top: -30px; border: 1px solid #d4d4d4; }

.login img { margin-left: 25px; }

.salesintro p, .salesintro li, ul.section123 li p { /* font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;  */ font-size: 15px; line-height: 1.5em; margin-bottom: 1em; }

.login label { width: 130px; }
.login input { width: 180px; margin-bottom: 8px; }
.login input[type="checkbox"] { width: 20px; border: none; }
.login input[type="submit"] { margin-top: 0px; margin-right: 25px; margin-left: 140px; margin-bottom: 50px; width: 190px; }
.login .forgotpassword { display: inline-block; font-size: 12px; }
.login .forgotpassword a { text-decoration: underline; }

.loginfooter { text-align: center; font-size: 14px; margin-top: 4px; font-family: "Ubuntu", "arial", serif; }
.loginfooter a { text-decoration: underline; }

.toprightside { float: right; display: block; }

.topsubmit { width: 100%; height: 30px; display: inline-block; }
.topsubmit span { float: right; }

/* Sprites */
.show, .edit, .editsmall, #search, .back, .destroy, .vcf { background: url("data:image/png;charset=utf-8;base64,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"); text-indent: -9999px; height: 26px; width: 25px; display: block; margin: 0; padding: 0; float: left; }

.show { background-position: 0px 0px; }

.odd .show { background-position: 0px -26px; }

.edit { background-position: -25px 0px; }

.odd .edit { background-position: -25px -26px; }

.destroy { background-position: -50px 0px; }

.odd .destroy { background-position: -50px -26px; }

.back { background-position: -175px -0px; }

.editsmall { background-position: -150px -4px; height: 16px; }

.odd .editsmall { background-position: -150px -30px; height: 16px; }

.vcf { background-position: -25px -75px; }

.pd { text-indent: -9999px; background: url(../images/embed/zondicon-phone.svg?1742883622); height: 1rem; width: 1rem; display: block; margin: 0.25rem 0.25rem; padding: 0; }

#search { background-position: -4px -104px; height: 52px; width: 190px; border: 0; text-indent: 18px; -webkit-border-radius: 0; border-radius: 0; }

#search::-ms-clear { display: none; }

#navbar #search:focus { outline: none; border: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4); padding: 0; height: 52px; width: 190px; }

.person1, .person2, .person3, .person4, .person5, .person6, .person7, .person8, .person9, .person10, .roomperson1, .roomperson2, .roomperson3 { background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAF1thSHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNpi/P//PwMMMIEIL3tLsAhAADHCZJhg0gABxAASAWFPO8v/MDZUj9V/ZBoggBiRTYVrBWmDaWViQAOMIBmoWjAJEEBw20A4MyH6v6etxf/i7PT/yOIoxjy4dw9oDgPDtcuXUIwGKzp+5PD/urIiFGfVlRf9PwEUx+5kLAAggAgqgrvn2bNn/0GhAcIgNoaCvrYmBmxsJmzG/sdmhadvAFwwJCIa1ZFzp0/5v2PTBoav376BBbm5uRg8/AIZkjOyGRlDPF3+f/36FclgRrhubm5uwmEBEGB4FVw8f/7/t69fGLi4eRj0DQ0ZcaljwSbY2VT//+De3Wh+Z/zv6RfAkFtcxogzwJHB61cv0R0MJh/ev4c/1pABKCAQLkB4V1RMnHhD0vOLoWkZng/AVGxKOu6Andzb+X87MO6QowU7+A82j5GREcwGJYjcknJGsCGwrIiZkBhx8GHs/wzbDh5nBADb77fTerPSXgAAAABJRU5ErkJggg==") repeat; text-indent: -999px; height: 14px; width: 17px; display: block; margin: 0; padding: 0; }

.person1, .roomperson1 { width: 17px; }

.person2, .roomperson2 { width: 34px; }

.person3, .roomperson3 { width: 51px; }

.person4 { width: 68px; }

.person5 { width: 85px; }

.person6 { width: 102px; }

.person7 { width: 119px; }

.person8 { width: 136px; }

.person9 { width: 153px; }

.person10 { width: 170px; }

.bigger, .bigger a { font-style: normal; font-weight: 500; font-size: 15px; }

.bigger a { font-style: normal; font-weight: 500; font-size: 15px; }

.biggest { font-style: normal; font-weight: 500; font-size: 16px; }

.small { font-size: 10px; }

.redb { border: 1px solid red; }

.blueb { border: 1px solid blue; }

.greenb { border: 1px solid green; }

.overflowhidden { overflow: hidden; }

.roompersons { display: block; float: right; margin-top: -14px; }

.occupancy { float: left; }

#infozone { width: 1010px; height: 0px; background: #adabaa; }

#monthlinks { position: absolute; top: 18px; left: 780px; }

#reservation_month_select { background: #777; height: 25px; border-left: none; border-right: none; color: #ddd; border-top: 2px solid #302926; border-bottom: 1px solid #60534b; background: #4a3f3a -moz-linear-gradient(top, #4a3f3a, #483d39, #312a27); background: #4c423c -webkit-gradient(linear, left top, left bottom, color-stop(0, #433a35), color-stop(0.5, #4c423c), color-stop(1, #524741)); margin: 0; display: block; padding: 0; float: left; -webkit-border-radius: 0px; }

#month_select_previous, #month_select_next { background: #4a3f3a -moz-linear-gradient(top, #4a3f3a, #483d39, #312a27); height: 22px; width: 30px; color: #ddd; border-top: 2px solid #302926; border-bottom: 1px solid #60534b; display: block; float: left; text-align: center; }

#month_select_previous { border-left: 2px solid #302926; -moz-border-radius: 6px 0 0 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; }

#month_select_next { border-right: 2px solid #302926; -moz-border-radius: 0 6px 6px 0; -webkit-border-bottom-right-radius: 6px; -webkit-border-top-right-radius: 6px; }

.salesintro p em { color: #6b910c; }

.salesintro h1, .salesintro h2, .salesintro h3 { color: #3f1812; }

.salesintro h2 { font-size: 20px; }

.salesintro h3 { font-size: 16px; }

.levelbutton { margin-left: 0px !important; }

.hint { display: block; margin-top: 0.5rem; color: #88807b; font-size: .875rem; margin-left: 11rem; width: 28rem; line-height: 0.95rem !important; }

.smalltextbox { width: 605px; height: 100px; }

.bigtextbox { width: 605px; height: 900px; }

.smalltextbox, .bigtextbox { font-size: 16px; padding: 15px; }

ul.section123 li { list-style: none; }

ul.section123 li img { margin-bottom: 10px; }

.section123 h3 { color: #9db530; }

.introbar { width: 100%; height: 90px; z-index: 2; position: absolute; top: 130px; padding-top: 30px; background: #bed73d; background: #bed73d -moz-linear-gradient(top, #cfec41, #bed73d, #91a62d); background: #bed73d -webkit-gradient(linear, left top, left bottom, color-stop(0, #cfec41), color-stop(0.5, #bed73d), color-stop(1, #91a62d)); -moz-box-shadow: #777 0 4px 8px; -webkit-box-shadow: #777 0 4px 8px; }

.introbar h1, .introbar h2 { text-transform: none; margin-left: 40%; position: relative; left: -200px; color: #fff; text-shadow: 0px 2px 2px rgba(70, 70, 70, 0.8); }

.introbar h1 { font-size: 38px; }

.introbar h2 { font-size: 28px; padding-top: 10px; padding-left: 185px; }

.introbar h2 em { font-size: 38px; }

#intromenu { width: 480px; border: 1px solid red; margin-top: 10px; padding-left: 240px; }

ul#intromenu { display: block; float: right; list-style: none; }

#intromenu li { float: left; padding: 10px 20px; }

#intrologo { margin-left: 20px; display: block; width: 200px; float: left; }

#introcontent { margin-top: 90px; width: 950px; }

.logobg { background: #efefef; width: 150px; height: 100px; display: block; border: 1px solid #ddd; padding: 10px; }

.logoedit { margin-left: 210px; }

#intro { background: #ffffff url(/images/introbg.jpg); height: 100%; }

.introheader { text-transform: none; font-size: 18px; /* text-indent:20px; */ color: #544841; }

.mailbody { width: 688px; height: 720px; }

#time { font-size: 24px; }

ul#textblocksul, #mailwrap { list-style: none; display: inline-block; margin: 0; padding: 0; }
ul#textblocksul a, #mailwrap a { color: blue; text-decoration: underline; }
ul#textblocksul .textblock, #mailwrap .textblock { list-style: none; padding: 2px; background: #ddd; margin-bottom: 3px; margin-right: 3px; border: 1px solid #b7aea8; display: block; float: left; width: 85px; height: 18px; display: block; float: left; overflow: hidden; }

#new_mail_switch_lang { width: 230px; }
#new_mail_switch_lang select { width: 70px; float: left; }

.outline-explain { margin-left: 25px; width: 590px; }

#textblocksdiv { margin-top: 92px; }
#textblocksdiv #edit_outline_button { margin-left: -8px; margin-top: 20px; margin-bottom: 1.25rem; display: block; height: 32px; width: 168px; }
#textblocksdiv .textblock { height: 18px; }
#textblocksdiv h3 { margin-top: 92px; }

.textblockbody a { color: blue; text-decoration-line: underline; }
.textblockbody p, .textblockbody li { font-family: "Arial"; font-size: 16px; line-height: 1.5em; text-align: left; }
.textblockbody p { margin-bottom: 1em; }
.textblockbody li { margin-left: 2rem; border: none; }

.used { border-bottom: 1px dashed #bbb; width: 600px; }

.tbedit { float: right; display: block; width: 18px; height: 20px; }

/*igumbi green*/
.tbedit-btnrea { width: 100%; height: 28px; display: block; }

.tbeditlink { margin-left: 0.5rem; margin-bottom: 2px; margin-top: 2px; margin-right: 0.75rem; float: right; border: 1px solid #b2da38; padding: 0.125rem 0.5rem; -moz-border-radius: 0.25rem; -webkit-border-radius: 0.25rem; background: #d3ea8e; }
.tbeditlink a { color: #2f3b0b; }

#edit_outline_button { margin-bottom: 25px; }

.valid { border-radius: 4px; padding: 1px 2px; border: 1px solid #ddd; width: 55px; display: inline-block; text-align: center; }

.validfromfuture { border: 1px solid #cccc00; background: yellow; }

.validtopast { border: 1px solid #cc0000; background: red; }

.validlessoneyear { border: 1px solid #a2a2a2; background: #bbb; }

#textblock_text { width: 780px; height: 600px; }

.rightcoltb { margin-top: 40px; padding-left: 4px; border: 1px solid #ccc; background: #efefef; min-height: 300px; position: fixed; margin-left: 680px; }

.outlines .hideinvoice, .outlines .hidedeposit { display: none; }
.outlines .emailaddr { width: 230px; }
.outlines #mailwrap { width: 620px; margin: 4px 30px; padding-top: 4px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1); }

#h3_textblocks { margin-top: 6px; margin-bottom: 6px; }

#new_textblock_btn { margin-left: 0; width: 168px; height: 1.25rem; padding-top: 0.25rem; text-decoration: none; margin-bottom: 0.75rem; }

#edit_outline_btn { text-decoration: none; margin-top: 4px; width: 168px; height: 20px; padding-top: 2px; margin-bottom: 10px; }

#outlines li { width: 100%; height: 60px; display: block; padding-top: 3px; }
#outlines li:nth-child(odd) { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#outlines div { float: left; height: 42px; }
#outlines .drag { width: 3%; }
#outlines .drag i { margin-top: 8px; margin-left: 8px; }
#outlines .button { width: 25%; height: 42px; }
#outlines .button .name { width: 18%; height: 36px; overflow: hidden; text-overflow: clip; }
#outlines .subject { width: 29%; }
#outlines .body { width: 28%; }
#outlines .actions { width: 15%; float: clear; }

.productname { width: 280px; }

/*
.pagination { margin-top:25px; margin-bottom:8px; a, .current  { border:1px solid #aaa; padding:5px 12px 4px 12px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:5px; background: #bbb; background: #bbb -moz-linear-gradient(top, #bbb, #aaa, #999); background: #bbb -webkit-gradient(linear, left top, left bottom,color-stop(0.0, #bbb),color-stop(0.5, #aaa),color-stop(1.0, #999)); text-decoration: none; } .disabled { display:none; } .current { background: #eee; background: #eee -moz-linear-gradient(top, #eee, #ddd, #ccc); background: #eee -webkit-gradient(linear, left top, left bottom,color-stop(0.0, #eee),color-stop(0.5, #ddd),color-stop(1.0, #ccc)); }
}
*/
#features li { list-style: none; }

.CRM { background: #e3c490; border: 1px solid #e3c490; }

.CST { background: #d8d05e; border: 1px solid #d8d05e; }

.RES { background: #b3d22f; border: 1px solid #b3d22f; }

.IBE { background: #ade1ff; border: 1px solid #ade1ff; }

.RMS { background: #ffe074; border: 1px solid #ffe074; }

.planned { background: #fff; }

#features div { padding: 5px; }

.geostats { font-size: 1.6em; width: 500px; margin-bottom: 30px; }
.geostats .num { float: right; }
.geostats .smallgeo { font-size: 0.8em; }
.geostats .geostatitem { height: 1.8em; }

.accrued { font-weight: 500; }

.res { color: #b2da38; font-size: 14px; font-weight: 700; text-shadow: #99b511 0px 1px 1px; }

#interests { width: 340px; display: block; }
#interests .label { padding: 0px 4px; line-height: 22px; margin-right: 3px; margin-bottom: 3px; display: block; float: left; }

.interest { background: #ccc; border: 1px solid #bbb; padding: 3px; margin-right: 3px; margin-bottom: 3px; display: block; float: left; }

.clear { clear: both; }

#sessions .suppl, .sessions .suppl { display: none; }
#sessions li, .sessions li { list-style: none; }
#sessions li .useragent, .sessions li .useragent { font-size: 11px; margin-left: 130px; }
#sessions .btn, .sessions .btn { width: 100px; }
#sessions .timeframe, .sessions .timeframe { padding: 8px; width: 150px; display: inline-block; }

.inactiveuser { text-decoration: line-through; background: #ff9999 !important; }

/*igumbi green*/
/*grass green*/
/*bamboo green*/
/*sonnenblume*/
/*orange*/
/*kirsche*/
/*lila*/
/*violet*/
/*ozean*/
/*eismeer*/
rect.day.season0 { fill: #7cb2d0; }
rect.day.season1 { fill: #f28d93; }
rect.day.season2 { fill: #f3e88f; }
rect.day.season3 { fill: #496f46; }
rect.day.season4 { fill: #b296bc; }
rect.day.season5 { fill: #cbd5d7; }
rect.day.season6 { fill: #d1966e; }
rect.day.season7 { fill: #f89a54; }
rect.day.season8 { fill: #00bccf; }
rect.day.season9 { fill: #f38c94; }
rect.day.season10 { fill: #ffffbf; }
rect.day.season11 { fill: #e0f3f8; }
rect.day.season12 { fill: #abd9e9; }
rect.day.season13 { fill: #74add1; }
rect.day.season14 { fill: #4575b4; }
rect.day.season15 { fill: #313695; }
rect.day.season16 { fill: #222; }
rect.day.season17 { fill: #555; }
rect.day.season18 { fill: #888; }
rect.day.season19 { fill: #aaa; }
rect.day.season20 { fill: #ccc; }
rect.day.season21 { fill: #eee; }

.season0 { background-color: #7cb2d0; border: 1px solid #71abcc; }

.season1 { background-color: #f28d93; border: 1px solid #f07f86; }

.season2 { background-color: #f3e88f; border: 1px solid #f2e581; color: #333; }

.season3 { background-color: #496f46; border: 1px solid #436640; }

.season4 { background-color: #b296bc; border: 1px solid #ab8db6; }

.season5 { background-color: #cbd5d7; border: 1px solid #c2ced0; }

.season6 { background-color: #d1966e; border: 1px solid #cd8e62; }

.season7 { background-color: #f89a54; border: 1px solid #f79145; }

.season8 { background-color: #00bccf; border: 1px solid #00aec0; color: #333; }

.season9 { background-color: #f38c94; border: 1px solid #f27e87; color: #333; }

.season10 { background-color: #ffffbf; border: 1px solid #ffffb0; color: #333; }

.season11 { background-color: #e0f3f8; border: 1px solid #d4eef5; color: #333; }

.season12 { background-color: #abd9e9; border: 1px solid #9fd4e6; color: #333; }

.season13 { background-color: #74add1; border: 1px solid #69a6cd; }

.season14 { background-color: #4575b4; border: 1px solid #416ea9; }

.season15 { background-color: #313695; border: 1px solid #2d3289; }

.season16 { background-color: #222; border: 1px solid #1a1a1a; }

.season17 { background-color: #555; border: 1px solid #4d4d4d; }

.season18 { background-color: #888; border: 1px solid gray; }

.season19 { background-color: #aaa; border: 1px solid #a2a2a2; color: #333; }

.season20 { background-color: #ccc; border: 1px solid #c4c4c4; color: #333; }

.season21 { background-color: #eee; border: 1px solid #e6e6e6; color: #333; }

.prodgrid li, .levelgrid li { display: block; width: 360px; overflow: hidden; height: 34px; padding: 1px 4px 1px 0px; margin: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.prodgrid li .productname, .levelgrid li .productname { overflow: hidden; display: inline-block; width: 135px; height: 20px; }
.prodgrid li.newblock, .levelgrid li.newblock { margin-top: 12px; }
.prodgrid li .infobox, .levelgrid li .infobox { display: block; width: 69px; height: 34px; margin-right: 3px; padding-left: 3px; font-size: 10px; float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.prodgrid li .infobox .pax, .levelgrid li .infobox .pax { margin-top: 4px; margin-left: 2px; background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFGOUJCNzc4MUQzMTFFMzkxNDFCQUM3Q0JFMDM0RUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFGOUJCNzg4MUQzMTFFMzkxNDFCQUM3Q0JFMDM0RUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUY5QkI3NTgxRDMxMUUzOTE0MUJBQzdDQkUwMzRFRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUY5QkI3NjgxRDMxMUUzOTE0MUJBQzdDQkUwMzRFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgGB2WgAAACySURBVHjabI8xCgIxEEUnkz5gq4U3sNALiDfxLpZWYuUN7ERbT2Cht7AR7BLYzWbHP8tuCIsfhjD5jz8zJoRAIkIpJfLe74hoiv7inLsaY6gztWKMe+kF2FdVtdb/zmyaZtG2rZSq6/qsHiNSoUkXV8haO9OX+35OIyHxWwJv/Rsxnwwg7o7FHoODkREjjxnQ+Yg8DADgJzO/MgCTAW2LBVe47ITaEM5Zom7yR0iSnwADAGNTjVycnUyJAAAAAElFTkSuQmCC"); height: 10px; }
.prodgrid li .infobox .pax.p1, .levelgrid li .infobox .pax.p1 { width: 8px; }
.prodgrid li .infobox .pax.p2, .levelgrid li .infobox .pax.p2 { width: 16px; }
.prodgrid li .infobox .pax.p3, .levelgrid li .infobox .pax.p3 { width: 24px; }
.prodgrid li .infobox .pax.p4, .levelgrid li .infobox .pax.p4 { width: 32px; }
.prodgrid li .infobox .pax.p5, .levelgrid li .infobox .pax.p5 { width: 40px; }
.prodgrid li .infobox .pax.p6, .levelgrid li .infobox .pax.p6 { width: 48px; }
.prodgrid li .infobox .pax.p7, .levelgrid li .infobox .pax.p7 { width: 56px; }
.prodgrid li .infobox .pax.p8, .levelgrid li .infobox .pax.p8 { width: 64px; }
.prodgrid li .infobox .nights, .levelgrid li .infobox .nights { background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAIAAAAiZtkUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADRJREFUeNpibKgoZmBg+Pv3LzMzs5CwqL2zCxMDBmBh+A+m/zNAGSAhRjDNyABlMDAABBgAz0oId96KAkIAAAAASUVORK5CYII="); margin-top: 1px; margin-left: 3px; height: 3px; }
.prodgrid li .nameandprice, .levelgrid li .nameandprice { margin-top: 5px; }
.prodgrid li .validdates, .levelgrid li .validdates { float: right; }
.prodgrid li .price, .levelgrid li .price { display: inline-block; font-size: 18pt; padding-left: 8px; padding-right: 8px; margin-top: 2px; color: #fff; width: 28px; font-weight: 500; }
.prodgrid li .pricewas, .levelgrid li .pricewas { text-decoration: line-through; }
.prodgrid li.l1, .levelgrid li.l1 { background: #78c239; border: 1px solid #71b636; }
.prodgrid li.l1 .infobox, .levelgrid li.l1 .infobox { background: #72ab00; }
.prodgrid li.l2, .levelgrid li.l2 { background: #c0c700; border: 1px solid #b1b800; }
.prodgrid li.l2 .infobox, .levelgrid li.l2 .infobox { background: #a0ab00; }
.prodgrid li.l3, .levelgrid li.l3 { background: #ffc700; border: 1px solid #f0bb00; }
.prodgrid li.l3 .infobox, .levelgrid li.l3 .infobox { background: #ffab00; }
.prodgrid li.l4, .levelgrid li.l4 { background: #f88a08; border: 1px solid #ea8207; }
.prodgrid li.l4 .infobox, .levelgrid li.l4 .infobox { background: #f44f04; }
.prodgrid li.l5, .levelgrid li.l5 { background: #f14d0f; border: 1px solid #e3480d; }
.prodgrid li.l5 .infobox, .levelgrid li.l5 .infobox { background: #ea2607; }
.prodgrid li.l6, .levelgrid li.l6 { background: #d049bb; border: 1px solid #cd3db6; }
.prodgrid li.l6 .infobox, .levelgrid li.l6 .infobox { background: #c332ac; }
.prodgrid li.l7, .levelgrid li.l7 { background: #8222b8; border: 1px solid #7920ab; }
.prodgrid li.l7 .infobox, .levelgrid li.l7 .infobox { background: #6d1c9a; }
.prodgrid li.l8, .levelgrid li.l8 { background: #2f72b4; border: 1px solid #2c6aa8; }
.prodgrid li.l8 .infobox, .levelgrid li.l8 .infobox { background: #286098; }
.prodgrid li.l9, .levelgrid li.l9 { background: #288da6; border: 1px solid #25839a; }
.prodgrid li.l9 .infobox, .levelgrid li.l9 .infobox { background: #217589; }
.prodgrid li.pc1, .levelgrid li.pc1 { margin-left: 0px; }
.prodgrid li.pc2, .levelgrid li.pc2 { margin-left: 75px; }
.prodgrid li.pc3, .levelgrid li.pc3 { margin-left: 150px; }
.prodgrid li.pc4, .levelgrid li.pc4 { margin-left: 225px; }
.prodgrid li.pc5, .levelgrid li.pc5 { margin-left: 300px; }
.prodgrid li.pc6, .levelgrid li.pc6 { margin-left: 375px; }
.prodgrid li.pc7, .levelgrid li.pc7 { margin-left: 450px; }
.prodgrid li.pc8, .levelgrid li.pc8 { margin-left: 525px; }
.prodgrid li.pc9, .levelgrid li.pc9 { margin-left: 600px; }

.setup .l1 { background: #78c239; }
.setup .l2 { background: #c0c700; }
.setup .l3 { background: #ffc700; }
.setup .l4 { background: #f88a08; }
.setup .l5 { background: #f14d0f; }
.setup .l6 { background: #d049bb; }
.setup .l7 { background: #8222b8; }
.setup .l8 { background: #2f72b4; }
.setup .l9 { background: #288da6; }

.levelgrid { padding: 10px; background: #ddd; width: 55px; margin-top: 126px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.levelgrid li { display: block; width: 40px; overflow: hidden; height: 30px; padding-top: 10px; padding-right: 10px; margin: 2px; text-align: right; margin-bottom: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 14pt; color: #2c2e00; }
.levelgrid li.levelgridheader { height: 42px; width: 50px; text-align: center; font-size: 11px; }
.levelgrid li .btn { margin-left: 6px; height: 20px; }

/*green*/
.pchead { display: inline-block; margin-bottom: 10px; margin-top: 0px; }
.pchead li { font-size: 12px; display: block; float: left; overflow: hidden; width: 59px; height: 40px; padding: 4px; margin: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.prodcat0 { background: #fee492; }

.prodcatcolor0 { color: #fee492; }

.prodcat1 { background: #fdaaa7; }

.prodcatcolor1 { color: #fdaaa7; }

.prodcat2 { background: #e1c6fd; }

.prodcatcolor2 { color: #e1c6fd; }

.prodcat3 { background: #9ae5fd; }

.prodcatcolor3 { color: #9ae5fd; }

.prodcat4 { background: #a3efdb; }

.prodcatcolor4 { color: #a3efdb; }

.prodcat5 { background: #d9e799; }

.prodcatcolor5 { color: #d9e799; }

.prodcat6 { background: #fdbb79; }

.prodcatcolor6 { color: #fdbb79; }

.prodcat7 { background: #c1a3e3; }

.prodcatcolor7 { color: #c1a3e3; }

.prodcat8 { background: #a3cdfd; }

.prodcatcolor8 { color: #a3cdfd; }

.prodcat9 { background: #b3e696; }

.prodcatcolor9 { color: #b3e696; }

.prodcat10 { background: #f1caac; }

.prodcatcolor10 { color: #f1caac; }

.prodcat11 { background: #dbc6cf; }

.prodcatcolor11 { color: #dbc6cf; }

.prodcat12 { background: #d2ede5; }

.prodcatcolor12 { color: #d2ede5; }

.prodcat13 { background: #e5e9c0; }

.prodcatcolor13 { color: #e5e9c0; }

.prodcat14 { background: #e8e8e8; }

.prodcatcolor14 { color: #e8e8e8; }

.prodcat15 { background: #f7b6a5; }

.prodcatcolor15 { color: #f7b6a5; }

.prodcat16 { background: #f3abde; }

.prodcatcolor16 { color: #f3abde; }

.prodcat17 { background: #a2f0c4; }

.prodcatcolor17 { color: #a2f0c4; }

.prodcat18 { background: #f7a2a9; }

.prodcatcolor18 { color: #f7a2a9; }

.prodcat19 { background: #f7d5a2; }

.prodcatcolor19 { color: #f7d5a2; }

.prodcat20 { background: #a2f0ec; }

.prodcatcolor20 { color: #a2f0ec; }

.prodcat21 { background: #f8c9a7; }

.prodcatcolor21 { color: #f8c9a7; }

.prodcat22 { background: #a2d5f7; }

.prodcatcolor22 { color: #a2d5f7; }

.prodcat23 { background: #f7eda2; }

.prodcatcolor23 { color: #f7eda2; }

.prodcat24 { background: #a2f7b6; }

.prodcatcolor24 { color: #a2f7b6; }

#avform { height: 220px; padding: 0.5rem; margin-bottom: 1rem; }

#indexheader { display: block; height: 90px; }

.action { height: 26px; }

/*groups/neopn colors*/
.travelgroup1, .neon-pink { background: #FF6EC7; border: 1px solid #FD009B; }

.travelgroup2, .neon-green { background: #39FF14; border: 1px solid #1EC100; }

.travelgroup3, .neon-yellow { background: #FFFF33; border: 1px solid #D6D600; }

.travelgroup4, .neon-orange { background: #FF6700; border: 1px solid #8F3A00; }

.travelgroup5, .neon-blue { background: #1F51FF; border: 1px solid #0027AE; }

.travelgroup6, .neon-purple { background: #A200FF; border: 1px solid #5B008F; }

#newlayout p, #newlayout ul, #newlayout form { font-family: "Helvetica Neue"; }
#newlayout form { background: #fff; padding: 5px; }
#newlayout form label { width: 100%; margin-left: 5px; margin-bottom: 0; height: 18px; color: #999; float: none; text-align: left; font-weight: 200; }
#newlayout form fieldset { padding: 0; padding-bottom: 1rem; margin: 0rem 0 1rem 0; border: none; border-bottom: 1px solid #bbb; }
#newlayout form fieldset .field { margin: 0; float: left; width: 20%; }
#newlayout form fieldset .field.wide { width: 60%; }
#newlayout form fieldset .field.wide input { width: 95%; }
#newlayout form fieldset .field.narrow { width: 10%; }
#newlayout form fieldset .field.mediumwide { width: 30%; }
#newlayout form fieldset .field.halfwide { width: 50%; }
#newlayout form fieldset .field.ultrawide { width: 80%; }
#newlayout form fieldset .field.separated { float: left; }
#newlayout form fieldset .field.fitselect select { width: 96%; }
#newlayout form fieldset .field.leftbox { padding-top: 20px; font-size: 16px; width: 20%; height: 85px; display: block; }
#newlayout form p { margin-left: 3px; }
#newlayout form select { font-size: 12px; width: 5.5rem; }

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */
.peoplelist { display: block; width: 324px; }
.peoplelist ul { margin: 0; list-style: none; }
.peoplelist ul li { border-top: 1px solid #ddd; padding: 10px 5px; }
.peoplelist ul li .email { color: #999; }
.peoplelist ul li:nth-child(odd) { background-color: #f9f9f9; }

form .personitem { display: inline-block; min-height: 15px; }
form .personitem a { text-align: left; margin-bottom: 6px; }

.injectperson { display: inline-block; }

.l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8, .l9 { color: white; }
.l1 a, .l2 a, .l3 a, .l4 a, .l5 a, .l6 a, .l7 a, .l8 a, .l9 a { color: white; }

.mainproduct { color: rgba(255, 255, 255, 0.7); }
.mainproduct a { color: rgba(255, 255, 255, 0.7); }

.l1 { background: #78c239; border: 1px solid #71b636; }

.l2 { background: #c0c700; border: 1px solid #b1b800; }

.l3 { background: #ffc700; border: 1px solid #f0bb00; }

.l4 { background: #f88a08; border: 1px solid #ea8207; }

.l5 { background: #f14d0f; border: 1px solid #e3480d; }

.l6 { background: #d049bb; border: 1px solid #cd3db6; }

.l7 { background: #8222b8; border: 1px solid #7920ab; }

.l8 { background: #2f72b4; border: 1px solid #2c6aa8; }

.l9 { background: #288da6; border: 1px solid #25839a; }

.pricegrid > li { float: left; width: 24px; text-align: right; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd; }
.pricegrid > li:first-child { width: 150px; padding: 2px; text-align: left; }
.pricegrid > li:first-child > ul li { padding: 1px; padding-bottom: 1px; border-bottom: 1px solid #000; height: 18px; }
.pricegrid > li:first-child .listlegend li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 21px; border-bottom: 1px solid #eee; }
.pricegrid > li:first-child .listlegend li a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pricegrid > li:first-child .listlegend li:first-child { height: 20px; }
.pricegrid > li:first-child .listlegend .l1 { color: #fff; background: #78c239; border-bottom: #71b636; }
.pricegrid > li:first-child .listlegend .l2 { color: #fff; background: #c0c700; border-bottom: #b1b800; }
.pricegrid > li:first-child .listlegend .l3 { color: #fff; background: #ffc700; border-bottom: #f0bb00; }
.pricegrid > li:first-child .listlegend .l4 { color: #fff; background: #f88a08; border-bottom: #ea8207; }
.pricegrid > li:first-child .listlegend .l5 { color: #fff; background: #f14d0f; border-bottom: #e3480d; }
.pricegrid > li:first-child .listlegend .l6 { color: #fff; background: #d049bb; border-bottom: #cd3db6; }
.pricegrid > li:first-child .listlegend .l7 { color: #fff; background: #8222b8; border-bottom: #7920ab; }
.pricegrid > li:first-child .listlegend .l8 { color: #fff; background: #2f72b4; border-bottom: #2c6aa8; }
.pricegrid > li:first-child .listlegend .l9 { color: #fff; background: #288da6; border-bottom: #25839a; }
.pricegrid > li:first-child .listlegend .product { line-height: 20px; }
.pricegrid > li:first-child .listlegend li div { height: 19px; width: 25px; padding: 0; margin: 0; float: right; display: block; }
.pricegrid > li:first-child .listlegend li div div { width: 10px; float: left; }
.pricegrid > li li { line-height: 20px; }
.pricegrid > li .lav { border-top: none; border-bottom: none; border-right: none; }
.pricegrid > li .minrate { color: #fff; }
.pricegrid > li .l1 { border-left: 3px solid #78c239; }
.pricegrid > li .l2 { border-left: 3px solid #c0c700; }
.pricegrid > li .l3 { border-left: 3px solid #ffc700; }
.pricegrid > li .l4 { border-left: 3px solid #f88a08; }
.pricegrid > li .l5 { border-left: 3px solid #f14d0f; }
.pricegrid > li .l6 { border-left: 3px solid #d049bb; }
.pricegrid > li .l7 { border-left: 3px solid #8222b8; }
.pricegrid > li .l8 { border-left: 3px solid #2f72b4; }
.pricegrid > li .l9 { border-left: 3px solid #288da6; }
.pricegrid > li .appliedrules { height: 24px; width: 24px; display: block; overflow: hidden; background: #ddd; border-right: 1px solid #eee; }
.pricegrid > li .weekend { background: #aaa; }
.pricegrid > li span { display: block; padding: 2px; }

/*levels table on the levels edit screen*/
.levels, .prodcats { margin-bottom: 20px; }
.levels .tright, .prodcats .tright { text-align: right; }
.levels .tcenter, .prodcats .tcenter { text-align: center; }
.levels .l0, .prodcats .l0 { border-left: 1px solid #bbb; }
.levels .l1, .prodcats .l1 { border-left: 1px solid #78c239; }
.levels .l2, .prodcats .l2 { border-left: 1px solid #c0c700; }
.levels .l3, .prodcats .l3 { border-left: 1px solid #ffc700; }
.levels .l4, .prodcats .l4 { border-left: 1px solid #f88a08; }
.levels .l5, .prodcats .l5 { border-left: 1px solid #f14d0f; }
.levels input, .prodcats input { text-align: right; width: 28px; }

.levels { width: 333px; }
.levels .av { width: 30px; }

.leveltable td { padding: 3px 5px 3px 5px; }
.leveltable .btnsmall { padding: 0.125rem 2px 0.125rem 7px; line-height: 1.125rem; margin-top: 0px; overflow: hidden; white-space: nowrap; }

.prodcats { width: 320px; overflow: hidden; }
.prodcats .levelfactorminrate { color: #888; font-size: 75%; padding-left: 2px; }
.prodcats .av { width: 30px; }

.levelexplain { margin-top: 24px; }

.blankslate { z-index: 400; position: absolute; left: 600px; border-left: 2px solid #555; border-right: 2px solid #555; border-bottom: 2px solid #555; width: 510px; padding: 30px; background: rgba(255, 255, 255, 0.9); float: right; }
.blankslate p, .blankslate li { font-family: "PT Sans", "Helvetica", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; margin-bottom: 0.6em; }

.modal-body p, .modal-body li, .inlinehelp p, .inlinehelp li, .popover-content p, .popover-content li { font-family: "PT Sans", "Helvetica", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; line-height: 1.5em; }

.freeroomsobtwide { border: solid 1px red; margin-top: 70px; }

.edit_user { float: right; }
.edit_user input[type="submit"] { margin-top: 0.25rem; float: left; padding: 0.125rem 0.25rem; font-size: 0.675rem; margin-left: 0.25rem; }

/*In-App-Messages aka Chat*/
.messagetop { margin-bottom: 8px; }
.messagetop .onlineusers a { display: inline-block; border: 1px solid #ccccff; background: #e6e6ff; padding: 1px 3px; border-radius: 3px; margin-left: 3px; margin-bottom: 3px; }

#new_message { height: 138px; }
#new_message input[type="submit"] { float: right; height: 28px; }
#new_message textarea { width: 330px; height: 95px; }

.messages { background: #fff; padding: 8px; padding-bottom: 28px; font-family: "PT Sans"; font-size: 14px; }
.messages li { min-height: 20px; width: 100%; padding-bottom: 8px; display: inline-block; }
.messages li i { font-size: 11px; }
.messages li div { padding: 3px; margin-bottom: 6px; overflow: none; word-wrap: break-word; max-width: 260px; border-radius: 4px; }
.messages li div.out { color: #888; border: 1px solid #bdd73c; background: #f6fae5; margin-left: 40px; float: right; }
.messages li div.in { border: 1px solid #c8572f; background: #f4d9cf; display: inline-block; }

#newhotelsubmit { margin-top: 55px; }

#new_contact textarea { width: 210px; }

.seasonchart { padding-bottom: 30px; }

.toline { height: 36px; }

.tofield { float: left; display: inline; }

#invoiceperson { display: inline-block; }

.formblock { display: block; margin-left: 160px; }
.formblock div { padding-left: 18px; margin-bottom: 20px; }

.page-pics { margin: 0; }
.page-pics li { background: #333; width: 80px; color: #ddd; list-style: none; text-align: left; float: left; margin: 2px; }
.page-pics li img { padding: 3px; }

.ipadcontainer { margin-left: 20px; }
.ipadcontainer #tablewrap { margin-left: -20px; }

.housekeeping td, .housekeeping th { font-family: "PT Sans"; font-size: 16px; }

.levelmanaged { background: green; padding: 2px; margin: 2px; }

.popover span.comment { font-size: 12px; color: #000; }

#assignments li .assigninject { margin-top: 6px; margin-right: 12px; }

.paidinvoices li { width: 68px; height: 40px; float: left; border: 1px solid #ddd; padding: 4px; }
.paidinvoices li.paid { background: #e8f1bb; border: 1px solid #bdd73c; }
.paidinvoices li.overdue { background: #ffcccc; border: 1px solid #ff6666; }

#new_hotel { padding-bottom: 0px; }
#new_hotel .form-actions { margin-top: 20px; }
#new_hotel .form-actions .onboardsubmit { padding: 16px 50px; }

input.onboardsubmit, a.onboardsubmit { margin-left: 11.5rem; padding: 16px 50px; text-decoration: none; color: #fff; /*&:hover  { color:#eee;
}*/ }

.demoinfo-form-actions { padding-left: 0px !important; }

.onboardexplain p, .onboardexplain li { font-size: 1.125rem; line-height: 1.5rem; margin-bottom: 1rem; }

.onboardinfo { min-height: 1px; font-family: "Ubuntu", "arial", serif; font-size: 14px; width: 100%; height: 18px; display: block; }
.onboardinfo .left, .onboardinfo .right { width: 400px; }
.onboardinfo .left { float: left; }
.onboardinfo .right { float: right; text-align: right; }

#new_reservation { padding-bottom: 120px; }

.actions { list-style: none; }
.actions li .params { width: 800px; border: 1px solid #eee; background-color: #fff; padding: 4px; }

.recentemail { font-weight: 500; }

.to17 { max-width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.cuttextoff { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.dontemail { background-color: #ffb3b3; padding: 4px; margin-top: 2px; }

.notification { color: #fff; color: #fff; }
.notification ul { margin: 0 auto; width: 1200px; list-style: none; }
.notification ul li.alert { border-radius: 0; margin: 0; padding: 1.5rem 1.25rem 1.25rem 200px; font-family: "PT Sans", "Helvetica", "arial", serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.75rem; }
.notification ul li.alert-warning, .notification ul li.alert-info { font-size: 1.125rem; padding: 0.5rem 1.25rem 0.5rem 200px; }

.change-company { margin-top: 12px; }

.inapppricegrid { margin-left: -20px; width: 966px; background: #fff; padding: 20px; }

.upgradeperson { margin-bottom: 0; padding-bottom: 0; }
.upgradeperson label { width: 80px; }
.upgradeperson.form-horizontal .controls { margin-left: 86px; }

.creditcardinfo { font-size: 16px; color: #666; }

#payment select { width: 140px; }

#payment_note { width: 80%; }

.edit_setting { padding-bottom: 0px; }

.spinner { margin-left: 10.5rem; background: url("data:image/gif;charset=utf-8;base64,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") no-repeat; width: 100%; height: 2.5rem; display: inline-block; }

#reservation_res_product_id { width: 457px; margin-right: 20px; }

.massedit-label { margin-left: 2rem; margin-right: 1.5rem; width: 6rem !important; padding-top: 0.75rem !important; padding-bottom: 0.5rem !important; padding-right: 1rem; }

.mgtreport td, .mgtreport th { text-align: right; }
.mgtreport td tr .weekeend, .mgtreport th tr .weekeend { background-color: #aaa !important; }

.status { padding: 2px 3px 3px 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 32px; display: inline-block; text-align: center; }

.prod { background-color: #95e2aa; border: 1px solid #6dd78a; color: #1a5e2c; }

.eval { background-color: #e4c696; border: 1px solid #dab06d; }

.demo { background-color: #96eaf0; border: 1px solid #69e1ea; }

#products_present { display: none; height: 80px; }
#products_present table { margin-left: 10.75rem; width: 760px; }

.translate_input { height: 25px !important; }

#open_amount_spelled_out { margin-top: -10px; margin-bottom: 20px; }

.logosmall img { height: 28px; }

.paymenttotals { width: 220px; margin-bottom: 20px; }
.paymenttotals td { text-align: right; border: 1px solid #dbd9d9; }
.paymenttotals th { border: 1px solid #d4d1d1; width: 60px; }

.bcngbsheets { margin-top: 16px; }
.bcngbsheets .explain { margin-top: 6px; }
.bcngbsheets .explain span { padding-left: 10px; }
.bcngbsheets .pagination a { width: 28px; }

.haze .btn-container { position: absolute; margin-left: 20%; margin-top: 120px; width: 40%; }
.haze .btn { line-height: 1.6em; padding: 20px; width: 100%; }
.haze .btn-explain { color: #777; font-size: 26px; }
.haze .btn-primary { font-size: 32px; }

.ust13 { font-size: 10px; color: #998b80; }

.products { padding-left: 1rem; }
.products li { width: 4.25rem; height: 4.25rem; text-overflow: ellipsis; line-height: 1rem; margin-bottom: 0.25rem; }
.products li .price { display: block; /* background-color:#dedede;*/ position: relative; padding-bottom: 0.5rem; padding-top: 0.25rem; font-size: 20px; top: 0px; right: 0; text-align: right; }

.payment-errors { font-siz: 14px; color: red; }

.qr table { width: 240px; border-width: 0; border-style: none; border-color: #0000ff; border-collapse: collapse; }
.qr td { border-left: solid 4px #000; padding: 0; margin: 0; width: 0px; height: 4px; }
.qr td.black { border-color: #000; }
.qr td.white { border-color: #fff; }

.levelsgrid .price { height: 20px; position: absolute; text-align: center; font-size: 16px; padding: 2px; }

.setuplevelproductcategories { position: absolute; padding: 3px; height: 20px; width: 92px; overflow: hidden; }

.setuplevelpersons { position: absolute; padding: 3px; height: 20px; width: 20px; }
.setuplevelpersons .occupancy { text-align: center; width: 100%; }

.levelheader { position: absolute; padding: 3px; height: 20px; width: 68px; text-align: center; }

.levelinputs input[type="text"] { position: absolute; width: 35px; text-align: right; font-size: 12px; height: 18px; padding: 3px 6px; border-radius: 0.25rem; }

.levellabel { position: absolute; height: 18px; width: 115px; color: #666; margin-top: 2px; font-size: 12px; text-align: right; }
.levellabel.short { width: 65px; }
.levellabel i { margin-left: 1px; }

.levelweekend { position: absolute; width: 38px; background-color: #bbb; border: 1px solid #9d9d9d; }
.levelweekend .weekendtext { color: #fff; height: 18px; width: 40px; margin-top: 20px; transform: rotate(90deg); }

.cc { font-weight: 500; }
.cc.cardnumber { width: 220px; }
.cc.stripelabel { width: 120px; }
.cc.fail { color: red; }
.cc.pass { color: green; }
.cc.submit_to_stripe { width: 180px; }

#card-element { margin-top: 0.5rem; }

#payment-form-cc input:focus, #payment-form-sepa input:focus { outline: none; border: 1px solid #bbb; background-color: #bbb; }
#payment-form-cc input, #payment-form-cc .StripeElement, #payment-form-sepa input, #payment-form-sepa .StripeElement { height: 30px; padding: 14px 12px 3px 12px; color: #32325d; background-color: white; border: 1px solid #d7d3d2; border-radius: 4px; }
#payment-form-cc input:focus, #payment-form-cc .StripeElement--focus, #payment-form-sepa input:focus, #payment-form-sepa .StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df; }
#payment-form-cc .StripeElement--invalid, #payment-form-sepa .StripeElement--invalid { border-color: #fa755a; }
#payment-form-cc .StripeElement--webkit-autofill, #payment-form-sepa .StripeElement--webkit-autofill { background-color: #fefde5 !important; }
#payment-form-cc .stripefield, #payment-form-sepa .stripefield { border: 1px solid #d7d3d2; padding-top: 6px; padding-bottom: 8px; margin-bottom: 10px; width: 95%; }
#payment-form-cc .stripefield .stripeentry, #payment-form-sepa .stripefield .stripeentry { padding-top: 8px; padding-bottom: 8px; }
#payment-form-cc .stripefield:focus, #payment-form-sepa .stripefield:focus { background-color: white; }
#payment-form-cc #stripe-cardholder-name, #payment-form-sepa #stripe-cardholder-name { width: 95%; }

#check_cc_and_activate, #check_sepa_and_activate { margin-top: 20px; padding-top: 14px; padding-bottom: 14px; width: 100%; font-size: 16px; }

.ccbadge { margin-top: 30px; margin-left: 20px; }

.payment_person { margin-bottom: 0; }

.powered-by-stripe { margin-top: 1rem; }
.powered-by-stripe img { display: block; margin: 0 auto; }

#mandate-acceptance { font-size: 0.75rem; line-height: 1rem; }

.panel-heading { background-color: #bdd73c; padding: 5px 5px 0 5px; border-top-left-radius: 4px; border-top-right-radius: 4px; }

.subscription-column { height: 18rem; }

.invoice { padding-bottom: 6px; }
.invoice .invoicespaid { display: inline-block; }

.colorcard { border: 1px solid #666666; width: 138px; height: 36px; margin: 6px 4px; padding: 6px; float: left; overflow: hidden; border-radius: 4px; }

.olddate { color: red; }

#onlinebookingtool { min-height: 2500px; }

.personsearch li { cursor: pointer; }

.firstthings { min-height: 370px; }

.card { width: 190px; float: left; margin-left: 4px; margin-right: 4px; height: 120px; padding: 10px; margin-bottom: 10px; background-color: #f5f5f5; background-color: #fbfbfb; border: 1px solid #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.card .headline { font-size: 16px; text-align: center; }
.card .btn { display: table-cell; vertical-align: middle; width: 180px; height: 38px; }

#inquiryprice { padding: 10px 0 10px 0; }

.shortsource { width: 70px; overflow: hidden; text-overflow: ellipsis; }

.short { width: 32px; overflow: hidden; text-overflow: ellipsis; }

.table-middle-align td { vertical-align: middle; }

.seasons-w { width: 980px; }

.seasons-w-wide { width: 1820px; }

#seasons-app { padding-top: 16px; padding-bottom: 32px; background: #f3f3f3; }
#seasons-app .btn-group { margin-bottom: 10px; }
#seasons-app .seasons { margin-left: 136px; width: 100%; margin-bottom: 8px; }
#seasons-app .seasons li.badge { padding-bottom: 10px; }
#seasons-app .seasons li { margin-left: 4px; width: 116px; }
#seasons-app .seasons li .season-name { font-size: 1.3em; padding-bottom: 8px; text-align: center; border-bottom: 1px solid #ccc; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#seasons-app .seasons li .operationshedules { list-style: none; margin-left: 0px; text-align: center; }
#seasons-app .seasonsrow { display: inline-block; }
#seasons-app .seasonsrow .btn-group { margin-left: 250px; }
#seasons-app .productcategorypositions { margin-left: 10px; margin-top: 0px; list-style: none; width: 130px; min-height: 200px; float: left; }
#seasons-app .productcategorypositions li { height: 4rem; border: 1px solid #ddd; padding: 4px; border-radius: 6px; margin-bottom: 0.25rem; margin-right: 4px; }
#seasons-app .productcategorypositions li .name { display: block; width: 120px; font-weight: 500; font-size: 1.2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#seasons-app .products, #seasons-app .emptyproductpositions { position: relative; margin-top: 0px !important; padding-left: 0px; margin-left: 140px; display: block; width: 700px; }
#seasons-app .products .product, #seasons-app .products .emptyproduct, #seasons-app .emptyproductpositions .product, #seasons-app .emptyproductpositions .emptyproduct { border: 1px solid #ddd; padding: 4px; border-radius: 6px; position: absolute; height: 4rem; }
#seasons-app .products .product .plusproduct, #seasons-app .products .emptyproduct .plusproduct, #seasons-app .emptyproductpositions .product .plusproduct, #seasons-app .emptyproductpositions .emptyproduct .plusproduct { margin-left: 45px; margin-top: 5px; }
#seasons-app .products .product .productprice, #seasons-app .products .emptyproduct .productprice, #seasons-app .emptyproductpositions .product .productprice, #seasons-app .emptyproductpositions .emptyproduct .productprice { font-size: 0.9em; margin-left: 32px; margin-bottom: 1px; width: 40px; text-align: center; }
#seasons-app .products .product .btn, #seasons-app .products .emptyproduct .btn, #seasons-app .emptyproductpositions .product .btn, #seasons-app .emptyproductpositions .emptyproduct .btn { padding: 3px 2px 3px 2px; }
#seasons-app .products .product .productname, #seasons-app .products .emptyproduct .productname, #seasons-app .emptyproductpositions .product .productname, #seasons-app .emptyproductpositions .emptyproduct .productname { margin-top: 0.125rem; width: 116px; font-size: 0.8em; text-align: center; color: #666; }
#seasons-app .products .s0, #seasons-app .emptyproductpositions .s0 { margin-left: 0px; width: 126px; }
#seasons-app .products .s1, #seasons-app .emptyproductpositions .s1 { margin-left: 140px; width: 126px; }
#seasons-app .products .s2, #seasons-app .emptyproductpositions .s2 { margin-left: 280px; width: 126px; }
#seasons-app .products .s3, #seasons-app .emptyproductpositions .s3 { margin-left: 420px; width: 126px; }
#seasons-app .products .s4, #seasons-app .emptyproductpositions .s4 { margin-left: 560px; width: 126px; }
#seasons-app .products .s5, #seasons-app .emptyproductpositions .s5 { margin-left: 700px; width: 126px; }
#seasons-app .products .s6, #seasons-app .emptyproductpositions .s6 { margin-left: 840px; width: 126px; }
#seasons-app .products .s7, #seasons-app .emptyproductpositions .s7 { margin-left: 980px; width: 126px; }
#seasons-app .products .s8, #seasons-app .emptyproductpositions .s8 { margin-left: 1120px; width: 126px; }
#seasons-app .products .s9, #seasons-app .emptyproductpositions .s9 { margin-left: 1260px; width: 126px; }
#seasons-app .products .s10, #seasons-app .emptyproductpositions .s10 { margin-left: 1400px; width: 126px; }
#seasons-app .products .s11, #seasons-app .emptyproductpositions .s11 { margin-left: 1540px; width: 126px; }
#seasons-app .products .s12, #seasons-app .emptyproductpositions .s12 { margin-left: 1680px; width: 126px; }
#seasons-app .products .s13, #seasons-app .emptyproductpositions .s13 { margin-left: 1820px; width: 126px; }
#seasons-app .products .s14, #seasons-app .emptyproductpositions .s14 { margin-left: 1960px; width: 126px; }
#seasons-app .products .s15, #seasons-app .emptyproductpositions .s15 { margin-left: 2100px; width: 126px; }
#seasons-app .products .s16, #seasons-app .emptyproductpositions .s16 { margin-left: 2240px; width: 126px; }
#seasons-app .products .we2, #seasons-app .emptyproductpositions .we2 { width: 126px; }
#seasons-app .products .we0, #seasons-app .products .we1, #seasons-app .emptyproductpositions .we0, #seasons-app .emptyproductpositions .we1 { width: 57.96px; }
#seasons-app .products .we0 .productprice, #seasons-app .products .we1 .productprice, #seasons-app .emptyproductpositions .we0 .productprice, #seasons-app .emptyproductpositions .we1 .productprice { margin-left: 0px; width: 26px; padding: 1px; }
#seasons-app .products .we0 .productname, #seasons-app .products .we1 .productname, #seasons-app .emptyproductpositions .we0 .productname, #seasons-app .emptyproductpositions .we1 .productname { width: 50px; }
#seasons-app .products .we0 .btn, #seasons-app .products .we1 .btn, #seasons-app .emptyproductpositions .we0 .btn, #seasons-app .emptyproductpositions .we1 .btn { height: 1.375rem; margin-top: 0px; }
#seasons-app .products .s0we0, #seasons-app .emptyproductpositions .s0we0 { margin-left: 0px; }
#seasons-app .products .s0we1, #seasons-app .emptyproductpositions .s0we1 { margin-left: 70px; }
#seasons-app .products .s0we2, #seasons-app .emptyproductpositions .s0we2 { margin-left: 0px; }
#seasons-app .products .s1we0, #seasons-app .emptyproductpositions .s1we0 { margin-left: 140px; }
#seasons-app .products .s1we1, #seasons-app .emptyproductpositions .s1we1 { margin-left: 210px; }
#seasons-app .products .s1we2, #seasons-app .emptyproductpositions .s1we2 { margin-left: 140px; }
#seasons-app .products .s2we0, #seasons-app .emptyproductpositions .s2we0 { margin-left: 280px; }
#seasons-app .products .s2we1, #seasons-app .emptyproductpositions .s2we1 { margin-left: 350px; }
#seasons-app .products .s2we2, #seasons-app .emptyproductpositions .s2we2 { margin-left: 280px; }
#seasons-app .products .s3we0, #seasons-app .emptyproductpositions .s3we0 { margin-left: 420px; }
#seasons-app .products .s3we1, #seasons-app .emptyproductpositions .s3we1 { margin-left: 490px; }
#seasons-app .products .s3we2, #seasons-app .emptyproductpositions .s3we2 { margin-left: 420px; }
#seasons-app .products .s4we0, #seasons-app .emptyproductpositions .s4we0 { margin-left: 560px; }
#seasons-app .products .s4we1, #seasons-app .emptyproductpositions .s4we1 { margin-left: 630px; }
#seasons-app .products .s4we2, #seasons-app .emptyproductpositions .s4we2 { margin-left: 560px; }
#seasons-app .products .s5we0, #seasons-app .emptyproductpositions .s5we0 { margin-left: 700px; }
#seasons-app .products .s5we1, #seasons-app .emptyproductpositions .s5we1 { margin-left: 770px; }
#seasons-app .products .s5we2, #seasons-app .emptyproductpositions .s5we2 { margin-left: 700px; }
#seasons-app .products .s6we0, #seasons-app .emptyproductpositions .s6we0 { margin-left: 840px; }
#seasons-app .products .s6we1, #seasons-app .emptyproductpositions .s6we1 { margin-left: 910px; }
#seasons-app .products .s6we2, #seasons-app .emptyproductpositions .s6we2 { margin-left: 840px; }
#seasons-app .products .s7we0, #seasons-app .emptyproductpositions .s7we0 { margin-left: 980px; }
#seasons-app .products .s7we1, #seasons-app .emptyproductpositions .s7we1 { margin-left: 1050px; }
#seasons-app .products .s7we2, #seasons-app .emptyproductpositions .s7we2 { margin-left: 980px; }
#seasons-app .products .s8we0, #seasons-app .emptyproductpositions .s8we0 { margin-left: 1120px; }
#seasons-app .products .s8we1, #seasons-app .emptyproductpositions .s8we1 { margin-left: 1190px; }
#seasons-app .products .s8we2, #seasons-app .emptyproductpositions .s8we2 { margin-left: 1120px; }
#seasons-app .products .s9we0, #seasons-app .emptyproductpositions .s9we0 { margin-left: 1260px; }
#seasons-app .products .s9we1, #seasons-app .emptyproductpositions .s9we1 { margin-left: 1330px; }
#seasons-app .products .s9we2, #seasons-app .emptyproductpositions .s9we2 { margin-left: 1260px; }
#seasons-app .products .s10we0, #seasons-app .emptyproductpositions .s10we0 { margin-left: 1400px; }
#seasons-app .products .s10we1, #seasons-app .emptyproductpositions .s10we1 { margin-left: 1470px; }
#seasons-app .products .s10we2, #seasons-app .emptyproductpositions .s10we2 { margin-left: 1400px; }
#seasons-app .products .s11we0, #seasons-app .emptyproductpositions .s11we0 { margin-left: 1540px; }
#seasons-app .products .s11we1, #seasons-app .emptyproductpositions .s11we1 { margin-left: 1610px; }
#seasons-app .products .s11we2, #seasons-app .emptyproductpositions .s11we2 { margin-left: 1540px; }
#seasons-app .products .s12we0, #seasons-app .emptyproductpositions .s12we0 { margin-left: 1680px; }
#seasons-app .products .s12we1, #seasons-app .emptyproductpositions .s12we1 { margin-left: 1750px; }
#seasons-app .products .s12we2, #seasons-app .emptyproductpositions .s12we2 { margin-left: 1680px; }
#seasons-app .products .s13we0, #seasons-app .emptyproductpositions .s13we0 { margin-left: 1820px; }
#seasons-app .products .s13we1, #seasons-app .emptyproductpositions .s13we1 { margin-left: 1890px; }
#seasons-app .products .s13we2, #seasons-app .emptyproductpositions .s13we2 { margin-left: 1820px; }
#seasons-app .products .s14we0, #seasons-app .emptyproductpositions .s14we0 { margin-left: 1960px; }
#seasons-app .products .s14we1, #seasons-app .emptyproductpositions .s14we1 { margin-left: 2030px; }
#seasons-app .products .s14we2, #seasons-app .emptyproductpositions .s14we2 { margin-left: 1960px; }
#seasons-app .products .s15we0, #seasons-app .emptyproductpositions .s15we0 { margin-left: 2100px; }
#seasons-app .products .s15we1, #seasons-app .emptyproductpositions .s15we1 { margin-left: 2170px; }
#seasons-app .products .s15we2, #seasons-app .emptyproductpositions .s15we2 { margin-left: 2100px; }
#seasons-app .products .s16we0, #seasons-app .emptyproductpositions .s16we0 { margin-left: 2240px; }
#seasons-app .products .s16we1, #seasons-app .emptyproductpositions .s16we1 { margin-left: 2310px; }
#seasons-app .products .s16we2, #seasons-app .emptyproductpositions .s16we2 { margin-left: 2240px; }

.nukiselect select { width: 90px; }

.nukiaccess-submit { float: left; }
.nukiaccess-submit form { padding-bottom: 0; }

.nukiaccess-roomnumber { padding: 2px 6px !important; }

.inappcontent { max-width: 48em; margin: auto; line-height: 1.5em; }
.inappcontent h1 { font-size: 2.5em; }
.inappcontent h2 { font-size: 1.75em; text-transform: inherit; position: relative; color: #8aa71a; }
.inappcontent h2:before { content: ""; position: absolute; width: 10%; height: 3px; bottom: 0; border-bottom: 4px solid #d6e3a5; }
.inappcontent p, .inappcontent li { font-family: "Fira Sans Condensed", "Lucida Grande", "Trebuchet MS", "Helvetica", "Verdana", "Arial", sans-serif; font-size: 1.5em; line-height: 1.375em; }
.inappcontent .spinner { height: 0; }

.receptionists td, .receptionists th { vertical-align: bottom; padding-bottom: 0.5rem; }

.twtooltip .twtooltip-text { visibility: hidden; text-align: center; padding: 0.5rem 0.75rem; position: absolute; z-index: 100; }

.twtooltip:hover .twtooltip-text { visibility: visible; }

#close_cashbook, #show_cashbookclose, #close_cashbook_warning, #close_cashbook_danger { width: 12rem; margin-left: 4rem; padding-top: 0.5rem; padding-bottom: 0.5rem; }

#cashbook_status { margin-left: 0.5rem; }

/*Retina Rules, based on Retinafy.me Infos*/
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) { .logo, .logo a { height: 92px; }
  .logo a { margin-top: 10px; margin-bottom: 10px; width: 480px; height: 72px; background: url(/images/logo-white.svg?1742883622) no-repeat; background-size: 50%; }
  #topbar #logo { background: url(../images/logo-white.svg?1742883622) no-repeat; background-size: 116px 34px; margin-left: 16px; background-position: left; } }
#new_reservation_deposit { margin-bottom: 20px; }

.year-s { filter: blur(4px); opacity: 0.4; }

body[data-screenshot="1"] #content { margin-left: -20px; margin-right: -20px; padding-left: 19px; padding-right: 19px; min-height: 520px; /* so that shotrt lists dont have aquward screen dimensions*/ max-height: 760px; /* w 1008(970+2*19)= 3x4*/ }

body[data-screenshot="1"] .subnav, body[data-screenshot="1"] #warningcounters, body[data-screenshot="1"] #devindicator, body[data-screenshot="1"] #contactwidget, body[data-screenshot="1"] #demoaccess_upgrade, body[data-screenshot="1"] .year { display: none; }

body[data-screenshot="1"] .resbar a { filter: blur(4px); opacity: 0.7; }

/*# sourceMappingURL=igumbi.css.map */

.flag-icon { background-size: contain; background-position: 50%; background-repeat: no-repeat; position: relative; display: inline-block; width: 1.33333333em; line-height: 1em; }

.flag-icon:before { content: "\00a0"; }

.deat { background-image: url(../images/embed/flags/4x3/at.svg?1742883620); }

.dech { background-image: url(../images/embed/flags/4x3/ch.svg?1742883620); }

.es, .eses { background-image: url(../images/embed/flags/4x3/es.svg?1742883620); }

.fr, .frfr { background-image: url(../images/embed/flags/4x3/fr.svg?1742883620); }

.dede, .de { background-image: url(../images/embed/flags/4x3/de.svg?1742883620); }

.en, .engb { background-image: url(../images/embed/flags/4x3/gb.svg?1742883620); }

.enza { background-image: url(../images/embed/flags/4x3/za.svg?1742883621); }

.enug { background-image: url(../images/embed/flags/4x3/ug.svg?1742883621); }

.enus { background-image: url(../images/embed/flags/4x3/us.svg?1742883621); }

.enet { background-image: url(../images/embed/flags/4x3/et.svg?1742883620); }

.es, .eses { background-image: url(../images/embed/flags/4x3/es.svg?1742883620); }

.it, .itit { background-image: url(../images/embed/flags/4x3/it.svg?1742883621); }

.fr, .frfr { background-image: url(../images/embed/flags/4x3/fr.svg?1742883620); }

.gr, .grgr { background-image: url(../images/embed/flags/4x3/gr.svg?1742883620); }

.ru, .ruru { background-image: url(../images/embed/flags/4x3/ru.svg?1742883621); }

.sl, .slsl { background-image: url(../images/embed/flags/4x3/si.svg?1742883621); }

.dk, .dkdk { background-image: url(../images/embed/flags/4x3/dk.svg?1742883620); }

.no, .nono { background-image: url(../images/embed/flags/4x3/no.svg?1742883621); }

.ar, .esar { background-image: url(../images/embed/flags/4x3/ar.svg?1742883620); }

.id, .idid { background-image: url(../images/embed/flags/4x3/id.svg?1742883620); }

.th, .thth { background-image: url(../images/embed/flags/4x3/th.svg?1742883621); }

.ph, .phph { background-image: url(../images/embed/flags/4x3/ph.svg?1742883621); }

.ca, .caca { background-image: url(../images/embed/flags/4x3/ca.svg?1742883620); }

.be, .bebe { background-image: url(../images/embed/flags/4x3/be.svg?1742883620); }

.nl, .nlnl { background-image: url(../images/embed/flags/4x3/nl.svg?1742883621); }

.mk, .mkmk { background-image: url(../images/embed/flags/4x3/mk.svg?1742883621); }

.lk, .lklk { background-image: url(../images/embed/flags/4x3/lk.svg?1742883621); }

.id, .idid { background-image: url(../images/embed/flags/4x3/id.svg?1742883620); }

.inin { background-image: url(../images/embed/flags/4x3/in.svg?1742883620); }

.pl, .plpl { background-image: url(../images/embed/flags/4x3/pl.svg?1742883621); }

.cz, .czcz { background-image: url(../images/embed/flags/4x3/cz.svg?1742883620); }

.hu, .huhu { background-image: url(../images/embed/flags/4x3/hu.svg?1742883620); }

.hr, .hrhr { background-image: url(../images/embed/flags/4x3/hr.svg?1742883620); }

.pt, .ptpt { background-image: url(../images/embed/flags/4x3/pt.svg?1742883621); }

.af, .afaf { background-image: url(../images/embed/flags/4x3/af.svg?1742883620); }

.br, .brbr { background-image: url(../images/embed/flags/4x3/br.svg?1742883620); }

.se, .sese { background-image: url(../images/embed/flags/4x3/se.svg?1742883621); }

.et, .etet { background-image: url(../images/embed/flags/4x3/et.svg?1742883620); }

.il, .ilil { background-image: url(../images/embed/flags/4x3/il.svg?1742883620); }

.eg, .egeg { background-image: url(../images/embed/flags/4x3/eg.svg?1742883620); }

.tw, .twtw { background-image: url(../images/embed/flags/4x3/tw.svg?1742883621); }

.my, .mymy { background-image: url(../images/embed/flags/4x3/my.svg?1742883621); }

.tr, .trtr { background-image: url(../images/embed/flags/4x3/tr.svg?1742883621); }

.sa, .arsa, .ara { background-image: url(../images/embed/flags/4x3/sa.svg?1742883621); }

.ja, .jaja, .jp, .jpjp { background-image: url(../images/embed/flags/4x3/jp.svg?1742883621); }

/*# sourceMappingURL=flags.css.map */

/* the input field */
.date { border: 1px solid #ccc; font-size: 13px; padding: 4px; text-align: center; /*  width:280px; */ -moz-box-shadow: 0 0 10px #eee inset; -webkit-box-shadow: 0 0 10px #eee inset; }

/* calendar root element */
#calroot { /* place on top of other elements. set a higher value if nessessary */ z-index: 10000; margin-top: -1px; width: 280px; padding: 2px; background-color: #fff; font-size: 11px; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 0 15px #666; -webkit-box-shadow: 0 0 15px #666; }

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead { padding: 2px 0; height: 36px; }

#caltitle { font-size: 18px; color: #6a8c2e; float: left; text-align: center; width: 155px; line-height: 20px; text-shadow: 0 1px 0 #bad886; }

#calnext, #calprev { display: block; width: 55px; height: 20px; float: left; cursor: pointer; text-decoration: none; font-size: 20px; }

#calprev { color: #c8572f; }
#calprev:after { content: "<"; }

#calnext { float: right; color: #87b33a; text-align: right; }
#calnext:after { content: ">"; }

#calprev.caldisabled, #calnext.caldisabled { visibility: hidden; }

/* year/month selector */
#caltitle select { font-size: 10px; }

/* names of the days */
#caldays { height: 20px; background: #f7f7f7; border-bottom: 1px solid #eee; }
#caldays span { padding-top: 5px; display: block; float: left; width: 39px; text-align: center; }

/* container for weeks */
#calweeks { background-color: #fff; margin-top: 4px; }

/* single week */
.calweek { clear: left; height: 22px; }

/* single day */
.calweek a { box-sizing: border-box; border-right: 1px solid #eee; border-bottom: 1px solid #eee; display: block; float: left; width: 39px; height: 30px; text-decoration: none; font-size: 14px; text-align: center; line-height: 20px; color: #666; }

/* different states */
.calweek a:hover, .calfocus { background-color: #ddd; }

/* sunday */
a.calsun { color: red; }

/* offmonth day */
a.caloff { color: #ccc; }

a.caloff:hover { background-color: #f5f5fa; }

/* unselecteble day */
a.caldisabled { background-color: #efefef !important; color: #ccc  !important; cursor: default; }

/* current day */
#calcurrent { background-color: #87b33a; color: #fff; -moz-box-shadow: inset 0 1px 5px #5b7927; -webkit-box-shadow: inset 0 1px 5px #5b7927; }

/* today */
#caltoday { background-color: #bbb; color: #fff; -moz-box-shadow: inset 0 1px 5px #959595; -webkit-box-shadow: inset 0 1px 5px #959595; }

#calmonth { width: 90px; margin-right: 4px; padding: 2px; padding-left: 4px; }

#calyear { width: 60px; padding: 2px; padding-left: 4px; }

/*# sourceMappingURL=date.css.map */

/*Extracts from Bootstrap*/
h3 { line-height: 1.4em; }

.btn { padding: 4px 8px 4px 8px; line-height: 1.45rem; margin-top: 1px; overflow: hidden; white-space: nowrap; }

.btn-group .btn { line-height: 1.45rem; }

.page-header { border-bottom: 1px solid #ddd; }

#content table > a { text-decoration: none; border-bottom: 1px dotted #777; }

.roomcategory a { border: none; }

.pagination { font-size: 14px; height: 34px; margin-bottom: 5px; margin-top: 0px; display: block; float: left; background-color: #ddd; border-left: 1px solid #ddd; border-left: 1px solid rgba(0, 0, 0, 0.15); border-right: 1px solid #ddd; border-right: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.pagination a, .pagination .current, .pagination .gap { float: left; width: 24px; height: 32px; display: block; text-align: center; align-content: center; overflow: hidden; padding: 0 10px 0 8px; line-height: 32px; border: 1px solid #ddd; border: 1px solid rgba(0, 0, 0, 0.15); border-left: none; *border-right-color: #ddd; /* IE6-7 */ text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
.pagination a:last-child { border-right: none; }
.pagination .next_page, .pagination .prev_page { width: 44px; }
.pagination a:hover, .pagination .active a { background-color: #d8ec88; border-bottom: 1px solid #9dbe1e; border-top: 1px solid #9dbe1e; }
.pagination .disabled a, .pagination .disabled a:hover { background-color: transparent; color: #bfbfbf; }
.pagination .disabled { display: none; }
.pagination .current { background-color: #eee; }

.arrdep a, .arrdep .current, .arrdep .gap { width: 11px; }

.row label, .content label { /* override the igumbi label declarartions */ float: none; height: 1.1em; text-align: left; overflow: visible; }
.row .longlabel, .content .longlabel { width: 300px; }
.row .rmh3, .content .rmh3 { /*so we keep the cap, level and pro blocks in line below*/ height: 55px; }

.form-horizontal label { float: left; text-align: right; }
.form-horizontal .controls { margin-left: 150px; }

.control-group .controls { line-height: 2rem; }

.control-group .controls input, .control-group .controls select, .control-group .controls textarea { line-height: normal; }

.fieldWithErrors { border: 1px solid #b94a48; border-radius: 4px; padding: 2px; color: #473f39; display: inline-block; }
.fieldWithErrors input { background-color: #eacac9; }
.fieldWithErrors:focus { border: 1px solid #b94a48; box-shadow: 0 0 6px #b94a48; outline: none; }

.tleft { text-align: left; }
.tleft a { overflow: none; }

.span1pt5 { float: none; width: 66px; margin-left: 0; }

.span1pt8 { width: 97px; }

.span4 textarea { width: 380px; }

.w2 { width: 100px; }

.w3 { width: 150px; }

.w4 { width: 200px; }

.w5 { width: 250px; }

.w6 { width: 300px; }

.largelabel { font-size: 13px; line-height: 28px; font-weight: 500; }

[class^="icon-"], [class*=" icon-"] { height: 16px; vertical-align: text-bottom; margin-right: 0.125rem; }

[class^="iicon-"], [class*=" iicon-"] { display: inline-block; width: 14px; height: 18px; line-height: 14px; vertical-align: text-bottom; background-image: url("data:image/png;charset=utf-8;base64,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"); background-position: 14px 14px; background-repeat: no-repeat; *margin-right: 0.2em; }

[class^="iicon-"]:last-child, [class*=" iicon-"]:last-child { *margin-left: 0; }

.embed-icon { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; *margin-right: 0.2em; }

.embed-icon-glyphicons { display: inline-block; width: 11px; height: 11px; line-height: 12px; vertical-align: text-top; *margin-right: 0.2em; }

.embed-icon-glyphicons2 { display: inline-block; width: 16px; height: 16px; line-height: 12px; vertical-align: text-top; *margin-right: 0.2em; }

.icon-white { background-image: url(/bootstrap/img/glyphicons-halflings-white.png?1742883617); }

.iicon-invoicetab { background-position: 0 0; }

.iicon-mailcheckclosed { background-position: -24px 0; }

.iicon-mailcheckopen { background-position: -48px 0; }

.iicon-mailopen { background-position: -72px 0; }

.iicon-iphone { background-position: -96px 0; }

.iicon-ipad { background-position: -120px 0; }

.iicon-imac { background-position: -144px 0; }

.iicon-invoice { background-position: 0px -24px; }

.iicon-obt { background-position: -52px -76px; }

.iicon-level { background-position: -148px -124px; }

.iicon-outline { background-position: -52px -52px; }

.iicon-table { background-position: -100px -52px; }

.iicon-textblock { background-position: -52px -124px; }

/*manual icons - mostly generated via noun project SVG Files*/
.i2con-checkin { background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALxJREFUeNpi/P//PwM5gAVdwMTExAFI7Qfig1jUCgCxAhD7sOAy8cyZMw5Qg0AKFwCxNVTqIYhgIsJVII32OJ2KZLIAMX5kQnLaA6hGfSD+AzTIAG/gQAPDAUnsLhArA/EBqBzOUAVJ1mOR44f67wNWpwKd2ADEjCAM5AtCbQSBRKDYBoJ+BDoLFCgHoM68CdS0gKjAgYICIE4F4hdEpxygDR+gAcJAUnTgARdA/gXihbBUAwKM5CZygAADAKMLNfJxxx6wAAAAAElFTkSuQmCC"); }

.i2con-checkout { background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwM5gNHY2PgAkFYA4gdochxALAvEt8+cOeOArpEJSi8ASUIVTIAaZA7EUrhsZMIiZgDE8oScykKMf0xMTCZADQS5bAEuG7GBBiAWAOL5QEMSiLUR5N8CIAYFoj5UM1EaQf6tRxMrIMapB4H+YgTSC6H8i0DswERk4IACJB6mCWjQB2IDB6TREaaJ6OgAKj5ATDwugNKgVGSPM62Sm8gBAgwAC1Qx1mKjhhoAAAAASUVORK5CYII="); }

/*from the glyphicons collection*/
.i2filter { background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJGOTZCQkM1REI0QTExRTJBOUVDQkQ3OEMyMTU0NzU0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJGOTZCQkM0REI0QTExRTJBOUVDQkQ3OEMyMTU0NzU0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdiZjkxM2UzLTEzNWItNGQwOS04YTc3LWEyMzZmZmFlYTk5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q2MEUzMTA5MjA2ODExODNEMUIxMDhENDc5RkUwOCIvPiA8ZGM6dGl0bGU+IDxyZGY6QWx0PiA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPmdseXBoaWNvbnNfaGFsZmxpbmdzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6I3EDEAAAAhUlEQVR42mKUlZX+z0AEYPz/nyh1DIxAEwOA9HoC6gKZHj16sgHI2IhH0UaQGiYoJwGIP2JR9BEqxwBWCNTxAUgFYFEYAJVjgJkIUnwASE1EUjQRKobpazk5GQEg9R7KFYSZhjV4gIr/Q21gRBZnYiAS4FK4EEMEZDUyBkbAAnQxEAYIMAAAEEvzgi0aYgAAAABJRU5ErkJggg=="); }

.i2envelopecircle { background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARFJREFUeNqsU8sNglAQhIhRb9gBJWAH2IF0ABUYO7ADS1Fv3qADOHqTDuCo8YM7ZjAbfBijvmTCyy67Ozu7z7YMpz8Y+vKZtcyb8+mYW++OBHqCRFB3AD5Px9itqonApQnVUt4Dgc97JZi+sEECQUkEBnYBfWByELjG3smkq0VfJVk+W2BFUFqTbtqRQzOrpI2xTVEyJmh6hy2WHyoWcJk8b+kxgTPTSjMgot0jcI/oS1RM4IhtQfVzKqxPopQ3tbFylBO0claaY1QcKVCgBfFZSh/8HzYilmr+SBgb2Dwq0h4igWiU9mDtOc5IUdtxOp4BoLCXwO3tein0fF0uR/3BIpV6V/63yj8/pm+f812AAQB8NXPhBbqP1wAAAABJRU5ErkJggg=="); }

/* swiped from Stripe*/
.i2payment { width: 16px; height: 16px; background-image: url(/images/embed/payment.svg?1742883621); }

/*Modal Dialogs height is extended*/
.modal-body { max-height: 800px; }

.modal { width: 800px; }
.modal.fade.in { top: 17%; }

/*Subnav from the twitter Bootrap Docs Site*/
/* Subnav */
.subnav { width: 100%; height: 36px; display: inline-block; background-color: #d5d5d5; /* Old browsers */ background-repeat: repeat-x; /* Repeat the gradient */ background-image: -moz-linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #d5d5d5)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, 0%, #d5d5d5 100%); /* Chrome 10+,Safari 5.1+ */ background-image: -ms-linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%); /* Opera 11.10+ */ background-image: linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$subnavbg2, endColorstr=$subnavbg,GradientType=0 ); /* IE6-9 */ border-bottom: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-bottom-right-radius: 4px; -moz-border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.subnav .nav-tabs > li > a, .subnav .nav-pills > li > a { line-height: 13px; border-top: none; }
.subnav .nav { margin-bottom: 0; }
.subnav .nav > li > a { margin: 0; padding-top: 12px; padding-bottom: 9px; height: 15px; border-left: 1px solid #e1e1e1; border-right: 1px solid #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.subnav .nav li a { padding-left: 10px; }
.subnav .nav li a i { padding-top: 0px; height: 14px; }
.subnav .nav > .active > a, .subnav .nav > .active > a:hover { padding-left: 13px; color: #777; background-color: #e9e9e9; border-right-color: #ddd; border-left: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); }
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret { border-top-color: #777; border: 1px solid red; }
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover { border-left: 0; padding-left: 12px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
.subnav .nav > li:last-child > a { border-right: 0; }
.subnav .dropdown-menu { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.subnav .linkbutton { border-top-width: 0; }

.dropdown-menu-dark { left: 15px; background-color: #333; }
.dropdown-menu-dark li a { background-color: #333; }

.btn-date, .btn-resperson { width: 110px; display: block; overflow: hidden; }

.btn-leftalign { text-align: left; }

.btn-resperson { width: 90px; }

.btn-primary { color: #fff; }
.btn-primary a { color: #fff; }
.btn-primary a:visited { color: #fff; }

.btn-warning { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.btn-narrow { padding-left: 8px; padding-right: 6px; }

.btn-success { background: #afd421; border: 1px solid #8ba81a; background: -moz-linear-gradient(top, #c9e65c, #afd421, #9dbe1e); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9e65c), color-stop(0.5, #afd421), color-stop(1, #9dbe1e)); }
.btn-success:hover { border: 1px solid #8ba81a; background: #9dbe1e; background: -moz-linear-gradient(top, #bbdf30, #afd421, #8ba81a); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbdf30), color-stop(0.5, #afd421), color-stop(1, #8ba81a)); }
.btn-success:active { border: 1px solid #8ba81a; background: -moz-linear-gradient(top, #8ba81a, #afd421, #bbdf30); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ba81a), color-stop(0.5, #afd421), color-stop(1, #bbdf30)); }

input[type="submit"].btn-submit, input[type="button"].btn-submit { height: 30px; }

/* Subnav */
.monthsubnav { width: 1015px; margin-left: -28px; background-color: #3c3a39; /* Old browsers */ background-repeat: repeat-x; /* Repeat the gradient */ background-image: -moz-linear-gradient(top, #494646 0%, #3c3a39 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494646), color-stop(100%, #3c3a39)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, 0%, #3c3a39 100%); /* Chrome 10+,Safari 5.1+ */ background-image: -ms-linear-gradient(top, #494646 0%, #3c3a39 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #494646 0%, #3c3a39 100%); /* Opera 11.10+ */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$subnavbg2', endColorstr='$subnavbg',GradientType=0 );*/ /* IE6-9 */ background-image: linear-gradient(top, #494646 0%, #3c3a39 100%); /* W3C */ border: 1px solid #343232; }
.monthsubnav .nav a { color: #fff; }
.monthsubnav .nav > li > a { border-left: 1px solid #343232; border-right: 1px solid #343232; }

.translateform { margin: 0; padding: 0; }

.success { border: 2px solid green; padding: 0.5rem; border-radius: 0.25rem; }

.toggle.active { background-color: #bfbfbf; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#bfbfbf), to(#bfbfbf)); background-image: -moz-linear-gradient(top, #bfbfbf, #bfbfbf); background-image: -ms-linear-gradient(top, #bfbfbf, #bfbfbf); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #bfbfbf)); background-image: -webkit-linear-gradient(top, #bfbfbf, #bfbfbf); background-image: -o-linear-gradient(top, #bfbfbf, #bfbfbf); background-image: linear-gradient(top, #bfbfbf, #bfbfbf); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#bfbfbf', GradientType=0); color: #333; text-decoration: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.radio { padding-left: 0; }

#freerooms, #state-modal, #language-modal { width: 780px; white-space: normal; }

#language-modal { width: 260px; }

.timesblock { margin-top: 12px; }

#bookingsource-modal { width: 780px; white-space: normal; }

#arrivaltime-modal, #departuretime-modal { width: 780px; white-space: normal; }

#freerooms a { min-width: 2rem; padding-left: 0.25rem; padding-right: 0.25rem; margin-bottom: 0.125rem; }

.radio .active { color: #ffffff; background-color: #0064cd; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); background-image: -moz-linear-gradient(top, #049cdb, #0064cd); background-image: -ms-linear-gradient(top, #049cdb, #0064cd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); background-image: -o-linear-gradient(top, #049cdb, #0064cd); background-image: linear-gradient(top, #049cdb, #0064cd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0064cd #0064cd #003f81; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btngroup { display: inline-block; vertical-align: bottom; }

.btngroup .btn { float: left; border-radius: 0; }

.btngroup .btn:nth-child(n + 2) { border-left: none; }

.btngroup .btn:first-child { border-radius: 4px 0 0 4px; }

.btngroup .btn:last-child { border-radius: 0px 4px 4px 0px; }

.btnstate { width: 58px; padding-left: 2px; padding-right: 2px; overflow-wrap: break-word; overflow: hidden; margin-bottom: 4px; }

#state-modal .active { border-bottom: 6px solid #afd421; height: 18px; }

#source-modal, #arrivaltime-modal { display: inline-block; padding-left: 0; }

input[disabled] { background: #ddd; }

.input-append .add-on { height: 18px; }

.popover { background-color: #fff; z-index: 21; width: 360px; }
.popover p { line-height: 1.3em; color: #555; }

article .breadcrumb { width: 520px; padding-top: 5px; padding-bottom: 0px; padding-left: 10px; margin-left: -10px; }
article .breadcrumb li { font-size: 14px; }
article .breadcrumb li .divider { padding: 0 2px; color: #888; }

.breadcrumb { width: 910px; text-align: left; }

.controls-text { padding-top: 5px; }

[class^="iicon-"], [class*=" iicon-"], [class^="i2con-"], [class*=" i2con-"], [class^="i2filter-"], [class*=" i2filter"] { display: inline-block; width: 14px; height: 17px; margin-top: 1px; margin-right: 0.3em; line-height: 14px; vertical-align: text-top; background-repeat: no-repeat; }

.progress { margin-bottom: 3px; }

@media print { a[href]:after { content: ""; } }

/*# sourceMappingURL=bootstrap-overrides.css.map */

/** 
default styling of form elements taken from tailwind/ui tailwind "custom-forms"
https://tailwindcss-custom-forms.netlify.app
**/

/** **/

/** text input **/

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 1.375;
  color: #473f39;
  border-color: #D5D2D0;
}

textarea::-moz-placeholder {
  color: #BBB6B4;
  /*igumbi-brown-#300*/
}

textarea::placeholder {
  color: #BBB6B4;
  /*igumbi-brown-#300*/
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #BBB6B4;
  opacity: 1;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder {
  color: #BBB6B4;
  opacity: 1;
  font-style: italic;
}

/**select fields**/

select {
  background-image: url(../images/embed/select.svg?1742883621);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-right: 2.5rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 1.5rem;
  height: 2.25rem;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  color: #473f39;
  border-color: #D5D2D0;
}

select::-ms-expand {
  color: #BBB6B4;
  border: none;
}

@media not print {
  select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  select {
    padding-right: 0.75rem;
  }
}

/**checkbox**/

input[type="checkbox"]:checked {
  background-image: url(../images/embed/checked.svg?1742883619);
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  input[type="checkbox"]::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  color: #a1ba26;
  background-color: #ffffff;
  border-color: #D5D2D0;
  border-width: 1px;
  border-radius: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

/**radio**/

input[type="radio"]:checked {
  background-image: url(../images/embed/radio.svg?1742883621);
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  input[type="radio"]::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
  color: #a1ba26;
  background-color: #ffffff;
  border-color: #D5D2D0;
  border-width: 1px;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

/* the input field */

.date {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 4px;
  text-align: center;
  /*  width:280px; */
  -moz-box-shadow: 0 0 10px #eee inset;
  -webkit-box-shadow: 0 0 10px #eee inset;
}

/* calendar root element */

#calroot {
  /* place on top of other elements. set a higher value if nessessary */
  z-index: 10000;
  margin-top: -1px;
  width: 280px;
  padding: 2px;
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */

#calhead {
  padding: 2px 0;
  height: 36px;
}

#caltitle {
  font-size: 18px;
  color: #6a8c2e;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #bad886;
}

#calnext, #calprev {
  display: block;
  width: 55px;
  height: 20px;
  float: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
}

#calprev {
  color: #c8572f;
}

#calprev:after {
  content: "<";
}

#calnext {
  float: right;
  color: #87b33a;
  text-align: right;
}

#calnext:after {
  content: ">";
}

#calprev.caldisabled, #calnext.caldisabled {
  visibility: hidden;
}

/* year/month selector */

#caltitle select {
  font-size: 10px;
}

/* names of the days */

#caldays {
  height: 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

#caldays span {
  padding-top: 5px;
  display: block;
  float: left;
  width: 39px;
  text-align: center;
}

/* container for weeks */

#calweeks {
  background-color: #fff;
  margin-top: 4px;
}

/* single week */

.calweek {
  clear: left;
  height: 22px;
}

/* single day */

.calweek a {
  box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: block;
  float: left;
  width: 39px;
  height: 30px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #666;
}

/* different states */

.calweek a:hover, .calfocus {
  background-color: #ddd;
}

/* sunday */

a.calsun {
  color: red;
}

/* offmonth day */

a.caloff {
  color: #ccc;
}

a.caloff:hover {
  background-color: #f5f5fa;
}

/* unselecteble day */

a.caldisabled {
  background-color: #efefef !important;
  color: #ccc  !important;
  cursor: default;
}

/* current day */

#calcurrent {
  background-color: #87b33a;
  color: #fff;
  -moz-box-shadow: inset 0 1px 5px #5b7927;
  -webkit-box-shadow: inset 0 1px 5px #5b7927;
}

/* today */

#caltoday {
  background-color: #bbb;
  color: #fff;
  -moz-box-shadow: inset 0 1px 5px #959595;
  -webkit-box-shadow: inset 0 1px 5px #959595;
}

#calmonth {
  width: 90px;
  margin-right: 4px;
  padding: 2px;
  padding-left: 4px;
}

#calyear {
  width: 60px;
  padding: 2px;
  padding-left: 4px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #99BA1D;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
  --tw-ring-offset-width: 0px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 0 0 2px var(--tw-ring-color), 0 0 0 0 #0000;
}

.btn:focus {
  border-color: #99BA1D;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-color: #E6EEC7;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 0 0 1px var(--tw-ring-offset-color),
    0 0 0 4px var(--tw-ring-color), 0 0 0 0 #0000;
}

.ring-offset-igumbi-brown {
  --tw-ring-offset-color: #4D423C !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #fbfbf4;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #F5F8E8;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 0 0 3px var(--tw-ring-offset-color),
    0 0 0 6px var(--tw-ring-color), 0 0 0 0 #0000;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #E6EEC7;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0 0 0 2px var(--tw-ring-offset-color),
    0 0 0 5px var(--tw-ring-color), 0 0 0 0 #0000;
}

#search:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 44 40 / var(--tw-ring-opacity));
}

/* experiment with the ring classes*/

.r2 {
  /*ring-2*/
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.r4   {
  /*ring-4*/
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ro0 {
  /*ring-offset-0*/
  --tw-ring-offset-width: 0px;
}

.ro2 {
  /*ring-offset-2*/
  --tw-ring-offset-width: 2px;
}

.riig500 {
  /* ring-igumbi-green-500*/
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
}

.alert {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  padding-left: 1rem;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 1.25rem;
}

.alert-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #fbbf24;
  background-color: #fde68a;
}

.alert-warning p {
  margin: 0px;
  padding: 0px;
  color: #92400e;
}

.alert .close {
  display: none;
}

.alert h4 {
  margin: 0;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

/* @tailwind components start here */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-indigo {
  --tw-prose-links: #4f46e5;
  --tw-prose-invert-links: #6366f1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* fonts and style resets*/

H1,
  H2,
  H3,
  H4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Ubuntu", "arial", serif;
  text-rendering: optimizeLegibility;
}

p,
  body,
  textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Fira Sans Condensed", "Lucida Grande", "Trebuchet MS",
      "Helvetica", "Verdana", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
}

ul,
  li {
  margin: 0px;
  padding: 0px;
  padding-inline-start: 0;
}

table {
  font-variant-numeric: lining-nums tabular-nums;
}

label {
  float: left;
  margin-bottom: 0.25rem;
  margin-right: 0.75rem;
  display: block;
  height: 1.25rem;
  width: 10rem;
  padding-top: 0.5rem;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}

label.wide {
  width: 16rem;
}

[x-cloak] {
  display: none;
}

/* basic styling for reused elemens*/

.well {
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  padding: 1.25rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 1.25rem;
  background-color: #fafafa;
  border: none;
}

.control-group {
  margin-bottom: 0.75rem;
}

.form-horizontal .control-group {
  margin-bottom: 1.25rem;
  zoom: 1;
}

.control-group > span,
  .control-group-text,
  .control-group > .control {
  vertical-align: baseline;
  line-height: 2rem;
}

.buttonlabel {
  margin-left: 0.25rem;
  display: inline-block;
  padding-top: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #26211E;
}

.settingh3 {
  width: 100%;
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  border-color: #D5D2D0;
  padding-bottom: 0.25rem;
}

#card-errors,
  #sepa-errors {
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f87171;
  background-color: #fecaca;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #991b1b;
}

#card-errors.tw-hidden,
  #sepa-errors.tw-hidden {
  display: none;
}

.comments-derived {
  color: #88807B;
}

#resnewavstatus {
  border-width: 1px;
  border-style: solid;
  border-color: #fbbf24;
  background-color: #fef3c7;
  color: #78350f;
}

/* basic styling for form elements based on bootstrap 3 class name conventions*/

.twform > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.twform label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #332C28;
}

@media (min-width: 640px) {
  .twform label {
    margin-top: 1px;
    padding-top: 0.5rem;
  }

  .twform .control-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    gap: 1rem;
    border-top-width: 1px;
    border-color: #D5D2D0;
    padding-top: 0.5rem;
  }
}

.twform .control {
  margin-top: 0.25rem;
}

@media (min-width: 640px) {
  .twform .control {
    grid-column: span 2 / span 2;
    margin-top: 0px;
  }
}

.twform select {
  display: block;
  max-width: 28rem;
  border-radius: 0.375rem;
  border-color: #BBB6B4;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.twform select:focus {
  border-color: #99BA1D;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .twform select {
    max-width: 20rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.twform textarea {
  display: block;
  width: 100%;
  max-width: 28rem;
  border-radius: 0.375rem;
  border-color: #BBB6B4;
  padding-right: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.twform textarea:focus {
  border-color: #99BA1D;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .twform textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.twform .date_select {
  float: left;
  margin-right: 1rem;
  width: 6rem;
  align-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.twform input[type="submit"],
  .twbtn {
  display: inline-flex;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  background-color: #8AA71A;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.twform input[type="submit"]:hover,
  .twbtn:hover {
  background-color: #5C7011;
}

.twform input[type="submit"]:focus,
  .twbtn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.tw-tooltip {
  border-bottom: 1px dotted black;
  position: relative;
  margin-left: 4.5px;
  margin-top: 1px;
  display: block;
  height: 0.25rem;
  width: 0.5rem;
  border-color: #BBB6B4;
}

.tw-tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  margin-top: -2rem;
  margin-left: 1rem;
  width: 9rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #BBB6B4;
  background-color: #EEEDEC;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #332C28;
}

.tw-tooltip:hover .tooltiptext {
  visibility: visible;
}

.iotdevices {
  display: flex;
  height: 1.25rem;
  width: 1008px;
  flex-direction: row;
  background-color: #fecaca;
}

.iotroomheader {
  margin: 0px;
  height: 1.25rem;
  width: 80px;
  padding: 1px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  background-color: #35302a;
}

.iotdevicelogs {
  display: flex;
  height: 1.25rem;
  width: 976px;
  flex-direction: row;
  overflow: hidden;
  background-color: #f3f4f6;
}

.logentry {
  height: 1.125rem;
  width: 32px;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  border-right: 1px solid #fff;
}

.off {
  background-color: #d1d5db;
  color: #9ca3af;
}

.on {
  background-color: #4ade80;
  color: #16a34a;
}

#newrescontainer {
  height: 32px;
  width: 976px;
}

.roomheader {
  float: left;
  margin: 0px;
  display: block;
  height: 32px;
  width: 78px;
  padding: 0px;
  background-color: #35302a;
}

.newres {
  z-index: 10;
  margin-top: 1px;
  display: inline-block;
  height: 27px;
  width: 150px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #60a5fa;
  background-color: #bfdbfe;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #1d4ed8;
}

.newres a.bookurl {
  display: block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.85rem;
  color: #1d4ed8;
}

.daysextend {
  margin-left: 8rem;
  height: 28px;
}

.dayextend {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.5rem;
  border-radius: 9999px;
  background-color: #bfdbfe;
  padding-top: 0.125rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1d4ed8;
}

.dayextendsel {
  background-color: #60a5fa;
  color: #1e3a8a;
}

.roomsswap {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1.125rem;
  width: 3rem;
  border-radius: 9999px;
  background-color: #bfdbfe;
  padding-top: 0.075rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1d4ed8;
  border-width: 2px;
  border-style: solid;
  border-color: #bfdbfe;
}

.roomsswapsend {
  height: 1.125rem;
  width: 3rem;
  border-radius: 9999px;
  background-color: #fecaca;
  padding-top: 0.075rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #b91c1c;
  border-width: 2px;
  border-style: solid;
  border-color: #ef4444;
}

.roomsswapsendactive {
  border-color: #dc2626;
  background-color: #fca5a5;
  color: #991b1b;
}

.roomsswapsel {
  border-width: 2px;
  border-style: solid;
  border-color: #ef4444;
  color: #b91c1c;
}

.roomstay {
  display: inline-block;
  font-style: italic;
  line-height: 1.25;
  color: #88807B;
}

.cm-update-header {
  margin-bottom: 0.25rem;
  display: inline-block;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #EEEDEC;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.cm-igumbi-intern {
}

.cm-warning {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fde68a;
  background-color: #fef3c7;
  padding: 0.25rem;
  color: #92400e;
}

.pr-warning {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fca5a5;
  background-color: #fef2f2;
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #b91c1c;
}

.pr-origin {
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #BBB6B4;
  background-color: #D5D2D0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #88807B;
}

.status-green {
  background-color: #22c55e;
}

.status-red {
  background-color: #ef4444;
}

.status-gray {
  background-color: #9ca3af;
}

/* jquery UI classes */

.ui-draggable-dragging {
  border-width: 2px;
  border-style: dotted;
  border-color: #3b82f6;
}

.ui-selecting {
  /* jquery UI classes */
  border-width: 1px;
  border-style: dotted;
  border-color: #f59e0b;
  height: 20px;
}

.ui-selected {
  border-width: 2px;
  border-style: solid;
  border-color: #ef4444;
  height: 24px;
}

.greenbubble {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  border-radius: 9999px;
  background-color: #4ade80;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.selectall {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.selectall *::-moz-selection {
  background-color: #E6EEC7;
  color: #2E3809;
}

.selectall *::selection {
  background-color: #E6EEC7;
  color: #2E3809;
}

.selectall::-moz-selection {
  background-color: #E6EEC7;
  color: #2E3809;
}

.selectall::selection {
  background-color: #E6EEC7;
  color: #2E3809;
}

.diff del, .diff ins {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.diff li:nth-child(1) del {
  padding-top: 1rem !important;
}

/* @tailwind components end here */

/* @tailwind utilities start here */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-12 {
  left: 3rem;
}

.left-20 {
  left: 5rem;
}

.left-28 {
  left: 7rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-4\/10 {
  left: 40%;
}

.left-80 {
  left: 20rem;
}

.left-9\/10 {
  left: 90%;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[360px\] {
  left: 360px;
}

.left-\[80px\] {
  left: 80px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-full {
  right: 100%;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[10px\] {
  top: 10px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[200\] {
  z-index: 200;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.\!ml-40 {
  margin-left: 10rem !important;
}

.\!ml-48 {
  margin-left: 12rem !important;
}

.\!ml-\[9\.5rem\] {
  margin-left: 9.5rem !important;
}

.\!mr-0 {
  margin-right: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-\[2px\] {
  margin-left: -2px;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-\[0\.125rem\] {
  margin-top: -0.125rem;
}

.-mt-\[0\.875rem\] {
  margin-top: -0.875rem;
}

.-mt-\[1\.25rem\] {
  margin-top: -1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[13\.25rem\] {
  margin-left: 13.25rem;
}

.ml-\[16\.75rem\] {
  margin-left: 16.75rem;
}

.ml-\[170px\] {
  margin-left: 170px;
}

.ml-\[172px\] {
  margin-left: 172px;
}

.ml-\[243px\] {
  margin-left: 243px;
}

.ml-\[25rem\] {
  margin-left: 25rem;
}

.ml-\[272px\] {
  margin-left: 272px;
}

.ml-\[2px\] {
  margin-left: 2px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-6 {
  height: 1.5rem !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1024px\] {
  height: 1024px;
}

.h-\[2\.125rem\] {
  height: 2.125rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[32rem\] {
  height: 32rem;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[375px\] {
  height: 375px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[660px\] {
  height: 660px;
}

.h-\[667px\] {
  height: 667px;
}

.h-\[680px\] {
  height: 680px;
}

.h-\[768px\] {
  height: 768px;
}

.h-\[800px\] {
  height: 800px;
}

.h-\[814px\] {
  height: 814px;
}

.h-\[834px\] {
  height: 834px;
}

.h-\[920px\] {
  height: 920px;
}

.h-\[calc\(100\%-95px\)\] {
  height: calc(100% - 95px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-8 {
  max-height: 2rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[340px\] {
  min-height: 340px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-6 {
  width: 1.5rem !important;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-1\/8 {
  width: 12.5%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-112 {
  width: 28rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-160 {
  width: 40rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-3\/8 {
  width: 37.5%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-84 {
  width: 21rem;
}

.w-88 {
  width: 22rem;
}

.w-9\/10 {
  width: 90%;
}

.w-96 {
  width: 24rem;
}

.w-\[1024px\] {
  width: 1024px;
}

.w-\[1100px\] {
  width: 1100px;
}

.w-\[1120px\] {
  width: 1120px;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[134px\] {
  width: 134px;
}

.w-\[16\.75rem\] {
  width: 16.75rem;
}

.w-\[16rem\] {
  width: 16rem;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[20\.5rem\] {
  width: 20.5rem;
}

.w-\[27rem\] {
  width: 27rem;
}

.w-\[28rem\] {
  width: 28rem;
}

.w-\[29\.5rem\] {
  width: 29.5rem;
}

.w-\[3\.375rem\] {
  width: 3.375rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[340px\] {
  width: 340px;
}

.w-\[360px\] {
  width: 360px;
}

.w-\[375px\] {
  width: 375px;
}

.w-\[420px\] {
  width: 420px;
}

.w-\[464px\] {
  width: 464px;
}

.w-\[54px\] {
  width: 54px;
}

.w-\[5px\] {
  width: 5px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[667px\] {
  width: 667px;
}

.w-\[680px\] {
  width: 680px;
}

.w-\[740px\] {
  width: 740px;
}

.w-\[760px\] {
  width: 760px;
}

.w-\[768px\] {
  width: 768px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[800px\] {
  width: 800px;
}

.w-\[9\.5rem\] {
  width: 9.5rem;
}

.w-\[920px\] {
  width: 920px;
}

.w-\[964px\] {
  width: 964px;
}

.w-\[98\%\] {
  width: 98%;
}

.w-\[9rem\] {
  width: 9rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-8xl {
  max-width: 92rem;
}

.max-w-\[29rem\] {
  max-width: 29rem;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/5 {
  --tw-translate-y: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/6 {
  --tw-translate-y: -16.66%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-80 {
  --tw-translate-x: 20rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-12 {
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-16 {
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-x-2 {
  --tw-skew-x: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-y-1 {
  --tw-skew-y: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-help {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity));
}

.self-end {
  align-self: flex-end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.\!rounded {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-blue-200 {
  border-color: #bfdbfe;
}

.border-blue-300 {
  border-color: #93c5fd;
}

.border-blue-500 {
  border-color: #3b82f6;
}

.border-blue-600 {
  border-color: #2563eb;
}

.border-blue-700 {
  border-color: #1d4ed8;
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-green-300 {
  border-color: #86efac;
}

.border-green-400 {
  border-color: #4ade80;
}

.border-green-500 {
  border-color: #22c55e;
}

.border-igumbi-brown-100 {
  border-color: #EEEDEC;
}

.border-igumbi-brown-200 {
  border-color: #D5D2D0;
}

.border-igumbi-brown-300 {
  border-color: #BBB6B4;
}

.border-igumbi-brown-400 {
  border-color: #88807B;
}

.border-igumbi-brown-500 {
  border-color: #554943;
}

.border-igumbi-brown-700 {
  border-color: #332C28;
}

.border-igumbi-brown-800 {
  border-color: #26211E;
}

.border-igumbi-green-200 {
  border-color: #E6EEC7;
}

.border-igumbi-green-300 {
  border-color: #D6E3A5;
}

.border-igumbi-green-500 {
  border-color: #99BA1D;
}

.border-igumbi-green-600 {
  border-color: #8AA71A;
}

.border-orange-600 {
  border-color: #d03801;
}

.border-red-200 {
  border-color: #fecaca;
}

.border-red-300 {
  border-color: #fca5a5;
}

.border-red-400 {
  border-color: #f87171;
}

.border-red-500 {
  border-color: #ef4444;
}

.border-red-600 {
  border-color: #dc2626;
}

.border-red-700 {
  border-color: #b91c1c;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  border-color: #fff;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-yellow-200 {
  border-color: #fde68a;
}

.border-yellow-300 {
  border-color: #fcd34d;
}

.border-yellow-400 {
  border-color: #fbbf24;
}

.border-yellow-500 {
  border-color: #f59e0b;
}

.\!bg-igumbi-brown-100 {
  background-color: #EEEDEC !important;
}

.bg-blue-300 {
  background-color: #93c5fd;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.bg-blue-50 {
  background-color: #eff6ff;
}

.bg-blue-500 {
  background-color: #3b82f6;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-gray-900 {
  background-color: #111827;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-green-200 {
  background-color: #bbf7d0;
}

.bg-green-400 {
  background-color: #4ade80;
}

.bg-green-500 {
  background-color: #22c55e;
}

.bg-green-600 {
  background-color: #16a34a;
}

.bg-igumbi-brown-100 {
  background-color: #EEEDEC;
}

.bg-igumbi-brown-200 {
  background-color: #D5D2D0;
}

.bg-igumbi-brown-300 {
  background-color: #BBB6B4;
}

.bg-igumbi-brown-400 {
  background-color: #88807B;
}

.bg-igumbi-brown-50 {
  background-color: #F9F8F7;
}

.bg-igumbi-brown-500 {
  background-color: #554943;
}

.bg-igumbi-brown-600 {
  background-color: #4D423C;
}

.bg-igumbi-brown-700 {
  background-color: #332C28;
}

.bg-igumbi-brown-800 {
  background-color: #26211E;
}

.bg-igumbi-green-100 {
  background-color: #F5F8E8;
}

.bg-igumbi-green-200 {
  background-color: #E6EEC7;
}

.bg-igumbi-green-300 {
  background-color: #D6E3A5;
}

.bg-igumbi-green-400 {
  background-color: #B8CF61;
}

.bg-igumbi-green-50 {
  background-color: #fbfbf4;
}

.bg-igumbi-green-500 {
  background-color: #99BA1D;
}

.bg-igumbi-green-600 {
  background-color: #8AA71A;
}

.bg-orange-100 {
  background-color: #feecdc;
}

.bg-orange-400 {
  background-color: #ff8a4c;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-red-200 {
  background-color: #fecaca;
}

.bg-red-300 {
  background-color: #fca5a5;
}

.bg-red-400 {
  background-color: #f87171;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-red-600 {
  background-color: #dc2626;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-yellow-100 {
  background-color: #fef3c7;
}

.bg-yellow-200 {
  background-color: #fde68a;
}

.bg-yellow-300 {
  background-color: #fcd34d;
}

.bg-yellow-400 {
  background-color: #fbbf24;
}

.bg-yellow-50 {
  background-color: #fffbeb;
}

.bg-\[linear-gradient\(135deg\2c _\#433632_0\%\2c _\#57423f_58\%\2c _\#65504c_100\%\)\] {
  background-image: linear-gradient(135deg, #433632 0%, #57423f 58%, #65504c 100%);
}

.bg-\[radial-gradient\(circle_at_top\2c _\#f9f8f7\2c _\#eeedec_45\%\2c _\#d5d2d0\)\] {
  background-image: radial-gradient(circle at top, #f9f8f7, #eeedec 45%, #d5d2d0);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-igumbi-green-500 {
  --tw-gradient-from: #99BA1D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 186 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-igumbi-green-600 {
  --tw-gradient-from: #8AA71A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(138 167 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.to-igumbi-green-100 {
  --tw-gradient-to: #F5F8E8 var(--tw-gradient-to-position);
}

.to-igumbi-green-300 {
  --tw-gradient-to: #D6E3A5 var(--tw-gradient-to-position);
}

.to-igumbi-green-400 {
  --tw-gradient-to: #B8CF61 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-3 {
  padding: 0.75rem !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[1px\] {
  padding: 1px;
}

.p-\[2px\] {
  padding: 2px;
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0\.0625rem\] {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.py-\[0\.125rem\] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.\!pb-20 {
  padding-bottom: 5rem !important;
}

.\!pl-\[16\.5rem\] {
  padding-left: 16.5rem !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[4px\] {
  padding-bottom: 4px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[175px\] {
  padding-left: 175px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[0\.125rem\] {
  padding-top: 0.125rem;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[6px\] {
  padding-top: 6px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.\!align-bottom {
  vertical-align: bottom !important;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-5 {
  line-height: 1.25rem !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-igumbi-brown-400 {
  color: #88807B !important;
}

.\!text-red-800 {
  color: #991b1b !important;
}

.text-blue-100 {
  color: #dbeafe;
}

.text-blue-200 {
  color: #bfdbfe;
}

.text-blue-50 {
  color: #eff6ff;
}

.text-blue-600 {
  color: #2563eb;
}

.text-blue-800 {
  color: #1e40af;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-900 {
  color: #111827;
}

.text-green-50 {
  color: #f0fdf4;
}

.text-green-500 {
  color: #22c55e;
}

.text-green-600 {
  color: #16a34a;
}

.text-green-700 {
  color: #15803d;
}

.text-green-800 {
  color: #166534;
}

.text-igumbi-brown-100 {
  color: #EEEDEC;
}

.text-igumbi-brown-200 {
  color: #D5D2D0;
}

.text-igumbi-brown-300 {
  color: #BBB6B4;
}

.text-igumbi-brown-400 {
  color: #88807B;
}

.text-igumbi-brown-500 {
  color: #554943;
}

.text-igumbi-brown-600 {
  color: #4D423C;
}

.text-igumbi-brown-700 {
  color: #332C28;
}

.text-igumbi-brown-800 {
  color: #26211E;
}

.text-igumbi-brown-900 {
  color: #1A1614;
}

.text-igumbi-green-100 {
  color: #F5F8E8;
}

.text-igumbi-green-400 {
  color: #B8CF61;
}

.text-igumbi-green-50 {
  color: #fbfbf4;
}

.text-igumbi-green-500 {
  color: #99BA1D;
}

.text-igumbi-green-600 {
  color: #8AA71A;
}

.text-igumbi-green-700 {
  color: #5C7011;
}

.text-igumbi-green-800 {
  color: #45540D;
}

.text-igumbi-green-900 {
  color: #2E3809;
}

.text-orange-200 {
  color: #fcd9bd;
}

.text-orange-600 {
  color: #d03801;
}

.text-orange-800 {
  color: #8a2c0d;
}

.text-orange-900 {
  color: #73230d;
}

.text-red-100 {
  color: #fee2e2;
}

.text-red-200 {
  color: #fecaca;
}

.text-red-400 {
  color: #f87171;
}

.text-red-50 {
  color: #fef2f2;
}

.text-red-500 {
  color: #ef4444;
}

.text-red-600 {
  color: #dc2626;
}

.text-red-700 {
  color: #b91c1c;
}

.text-red-800 {
  color: #991b1b;
}

.text-red-900 {
  color: #7f1d1d;
}

.text-white {
  color: #fff;
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-yellow-500 {
  color: #f59e0b;
}

.text-yellow-600 {
  color: #d97706;
}

.text-yellow-700 {
  color: #b45309;
}

.text-yellow-800 {
  color: #92400e;
}

.text-yellow-900 {
  color: #78350f;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 182 180 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 182 180 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 128 123 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 128 123 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(85 73 67 / var(--tw-placeholder-opacity));
}

.placeholder-igumbi-brown-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(85 73 67 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-igumbi-green-600\/20 {
  --tw-shadow-color: rgb(138 167 26 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[-webkit-box-orient\:vertical\] {
  -webkit-box-orient: vertical;
}

.\[-webkit-line-clamp\:3\] {
  -webkit-line-clamp: 3;
}

.\[display\:-webkit-box\] {
  display: -webkit-box;
}

/* @tailwind utilities end here */

/* @tailwind app declarationsstart here */

/*use this with adding .scrub-on to the body element when taking screenhots*/

.scrub-on .scrub {
  filter: blur(6px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* prevents copy/paste of blurred text */
}

.button-to,
.button_to input,
.button_to button[type='submit'] {
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:container {
    padding-left: 0px;
    padding-right: 0px;
  }

  @media (min-width: 1280px) {
    .xl\:container {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}

.odd\:bg-white:nth-child(odd) {
  background-color: #fff;
}

.even\:bg-igumbi-brown-200:nth-child(even) {
  background-color: #D5D2D0;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-igumbi-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.hover\:border-blue-100:hover {
  border-color: #dbeafe;
}

.hover\:border-igumbi-brown-500:hover {
  border-color: #554943;
}

.hover\:bg-blue-100:hover {
  background-color: #dbeafe;
}

.hover\:bg-blue-500:hover {
  background-color: #3b82f6;
}

.hover\:bg-blue-600:hover {
  background-color: #2563eb;
}

.hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-gray-300:hover {
  background-color: #d1d5db;
}

.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.hover\:bg-igumbi-brown-100:hover {
  background-color: #EEEDEC;
}

.hover\:bg-igumbi-brown-400:hover {
  background-color: #88807B;
}

.hover\:bg-igumbi-brown-50:hover {
  background-color: #F9F8F7;
}

.hover\:bg-igumbi-brown-500:hover {
  background-color: #554943;
}

.hover\:bg-igumbi-brown-600:hover {
  background-color: #4D423C;
}

.hover\:bg-igumbi-green-500:hover {
  background-color: #99BA1D;
}

.hover\:bg-igumbi-green-600:hover {
  background-color: #8AA71A;
}

.hover\:bg-red-700:hover {
  background-color: #b91c1c;
}

.hover\:text-blue-100:hover {
  color: #dbeafe;
}

.hover\:text-blue-200:hover {
  color: #bfdbfe;
}

.hover\:text-blue-500:hover {
  color: #3b82f6;
}

.hover\:text-blue-800:hover {
  color: #1e40af;
}

.hover\:text-gray-100:hover {
  color: #f3f4f6;
}

.hover\:text-gray-500:hover {
  color: #6b7280;
}

.hover\:text-gray-700:hover {
  color: #374151;
}

.hover\:text-gray-900:hover {
  color: #111827;
}

.hover\:text-igumbi-brown-100:hover {
  color: #EEEDEC;
}

.hover\:text-igumbi-brown-200:hover {
  color: #D5D2D0;
}

.hover\:text-igumbi-brown-400:hover {
  color: #88807B;
}

.hover\:text-igumbi-brown-500:hover {
  color: #554943;
}

.hover\:text-igumbi-brown-600:hover {
  color: #4D423C;
}

.hover\:text-igumbi-green-500:hover {
  color: #99BA1D;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-300:focus {
  border-color: #93c5fd;
}

.focus\:border-blue-700:focus {
  border-color: #1d4ed8;
}

.focus\:border-igumbi-brown-500:focus {
  border-color: #554943;
}

.focus\:border-igumbi-green-300:focus {
  border-color: #D6E3A5;
}

.focus\:border-igumbi-green-400:focus {
  border-color: #B8CF61;
}

.focus\:border-igumbi-green-700:focus {
  border-color: #5C7011;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-white\/30:focus {
  border-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-gray-100:focus {
  background-color: #f3f4f6;
}

.focus\:bg-igumbi-brown-100:focus {
  background-color: #EEEDEC;
}

.focus\:bg-igumbi-green-500:focus {
  background-color: #99BA1D;
}

.focus\:bg-igumbi-green-600:focus {
  background-color: #8AA71A;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:bg-yellow-100:focus {
  background-color: #fef3c7;
}

.focus\:text-gray-900:focus {
  color: #111827;
}

.focus\:text-igumbi-brown-500:focus {
  color: #554943;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:underline:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-igumbi-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 248 232 / var(--tw-ring-opacity));
}

.focus\:ring-igumbi-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 186 29 / var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus\:ring-white\/10:focus {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.active\:bg-gray-50:active {
  background-color: #f9fafb;
}

.active\:bg-igumbi-brown-50:active {
  background-color: #F9F8F7;
}

.active\:bg-igumbi-green-700:active {
  background-color: #5C7011;
}

.active\:text-gray-800:active {
  color: #1f2937;
}

.active\:text-igumbi-brown-800:active {
  color: #26211E;
}

.group:hover .group-hover\:border-igumbi-brown-400 {
  border-color: #88807B;
}

.group:hover .group-hover\:bg-igumbi-brown-300 {
  background-color: #BBB6B4;
}

.group:hover .group-hover\:bg-igumbi-green-800 {
  background-color: #45540D;
}

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-400 {
    color: #9ca3af;
  }

  .dark\:text-igumbi-brown-400 {
    color: #88807B;
  }
}

@media print {
  .print\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .print\:mb-0 {
    margin-bottom: 0px;
  }

  .print\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .print\:mt-0 {
    margin-top: 0px;
  }

  .print\:mt-12 {
    margin-top: 3rem;
  }

  .print\:mt-2 {
    margin-top: 0.5rem;
  }

  .print\:hidden {
    display: none;
  }

  .print\:w-9\/10 {
    width: 90%;
  }

  .print\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .print\:gap-4 {
    gap: 1rem;
  }

  .print\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .print\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:pb-8 {
    padding-bottom: 2rem;
  }

  .print\:pt-4 {
    padding-top: 1rem;
  }

  .print\:text-left {
    text-align: left;
  }

  .print\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .print\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .print\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .print\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .print\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .print\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .print\:leading-4 {
    line-height: 1rem;
  }

  .print\:leading-5 {
    line-height: 1.25rem;
  }

  .print\:leading-6 {
    line-height: 1.5rem;
  }

  .print\:text-igumbi-brown-500 {
    color: #554943;
  }

  .print\:text-igumbi-brown-600 {
    color: #4D423C;
  }

  .print\:text-igumbi-brown-700 {
    color: #332C28;
  }

  .print\:text-igumbi-brown-800 {
    color: #26211E;
  }

  .print\:text-igumbi-green-900 {
    color: #2E3809;
  }
}

@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-\[580px\] {
    height: 580px;
  }

  .sm\:h-\[600px\] {
    height: 600px;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-\[350px\] {
    width: 350px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:\!rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[48rem\] {
    width: 48rem;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}

/*# sourceMappingURL=tailwindapp.css.map */
#igumbicalendar { width: 100%; display: block; }
#igumbicalendar .igumbical-row { *zoom: 1; }
#igumbicalendar h2.calendar-productcategory { padding-left: 20px; }
#igumbicalendar .igumbical-row:before, #igumbicalendar .igumbical-row:after { display: table; line-height: 0; content: ""; }
#igumbicalendar .igumbical-row:after { clear: both; }
#igumbicalendar .igumbical-row { margin-bottom: 10px; }
#igumbicalendar .igumbical-column { max-width: 100%; float: left; min-height: 1px; margin-left: 20px; }
#igumbicalendar .monthblock { width: 98%; float: left; display: block; height: 12.5rem; overflow: hidden; margin-bottom: 0.75rem; }
#igumbicalendar .month { font-size: 1.2rem; text-align: center; padding-bottom: 0.25rem; }
#igumbicalendar .kws { width: 12.25%; display: block; float: left; }
#igumbicalendar .kws ul { margin: 0; padding: 0; list-style-type: none; border-top: 1px solid #ccc; }
#igumbicalendar .kws ul li { line-height: 1.6rem; text-align: center; background-color: #ddd; width: 100%; height: 1.74rem; margin: 0; padding: 0; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
#igumbicalendar .kws ul li .wk { font-size: 1rem; padding-top: 0.1rem; }
#igumbicalendar ul.days { margin: 0; padding: 0; list-style-type: none; display: block; width: 87.5%; overflow: hidden; }
#igumbicalendar ul.days li { text-align: center; width: 12.98701%; height: 1.75rem; margin: 0; padding: 0; float: left; line-height: 1.6rem; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#igumbicalendar ul.days li.b { border-top: 1px solid #ccc; }
#igumbicalendar ul.days li.of { background: #f14d0f; background: -moz-linear-gradient(-35deg, #f14d0f 50%, #78c239 50%); background: -webkit-linear-gradient(-35deg, #f14d0f 50%, #78c239 50%); background: linear-gradient(145deg, #f14d0f 49%, #78c239 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14d0f', endColorstr='#78c239',GradientType=1 ); }
#igumbicalendar ul.days li.fo { background: #78c239; background: -moz-linear-gradient(-35deg, #78c239 50%, #f14d0f 50%); background: -webkit-linear-gradient(-35deg, #78c239 50%, #f14d0f 50%); background: linear-gradient(145deg, #78c239 50%, #f14d0f 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c239', endColorstr='#f14d0f',GradientType=1 ); }
#igumbicalendar ul.days li.f { background-color: #78c239; }
#igumbicalendar ul.days li.o { background-color: #f14d0f; }
#igumbicalendar ul.days li .d { margin-top: 0.1rem; font-size: 1rem; color: #fff; }
#igumbicalendar .pbigumbi { padding-left: 20px; width: 100%; padding-bottom: 2.5rem; font-size: 0.75rem; color: #888; }
#igumbicalendar .pbigumbi a { color: #888; }

@media only screen and (min-width: 640px) { #igumbicalendar .monthblock { width: 49%; }
  #igumbicalendar ul.days li.of { background: -moz-linear-gradient(-45deg, #f14d0f 50%, #78c239 50%); background: -webkit-linear-gradient(-45deg, #f14d0f 50%, #78c239 50%); background: linear-gradient(135deg, #f14d0f 49%, #78c239 50%); }
  #igumbicalendar ul.days li.fo { background: -moz-linear-gradient(-45deg, #78c239 50%, #f14d0f 50%); background: -webkit-linear-gradient(-45deg, #78c239 50%, #f14d0f 50%); background: linear-gradient(135deg, #78c239 50%, #f14d0f 50%); } }
@media only screen and (min-width: 768px) { #igumbicalendar .monthblock { width: 32.66667%; min-width: 32.66667%; } }
@media only screen and (min-width: 1024px) { #igumbicalendar .monthblock { width: 24.5%; min-width: 13.5rem; } }
@media only screen and (min-width: 1650px) { #igumbicalendar .monthblock { width: 16.33333%; } }

/*# sourceMappingURL=igumbicalendar.css.map */
