/* Minification failed. Returning unminified contents.
(10407,8): run-time error CSS1035: Expected colon, found 'a'
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, libraries/bootstrap/Less/normalize.less */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* line 19, libraries/bootstrap/Less/normalize.less */
body {
  margin: 0;
}
/* line 33, libraries/bootstrap/Less/normalize.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* line 54, libraries/bootstrap/Less/normalize.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 67, libraries/bootstrap/Less/normalize.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 77, libraries/bootstrap/Less/normalize.less */
[hidden],
template {
  display: none;
}
/* line 89, libraries/bootstrap/Less/normalize.less */
a {
  background-color: transparent;
}
/* line 98, libraries/bootstrap/Less/normalize.less */
a:active,
a:hover {
  outline: 0;
}
/* line 110, libraries/bootstrap/Less/normalize.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 118, libraries/bootstrap/Less/normalize.less */
b,
strong {
  font-weight: bold;
}
/* line 127, libraries/bootstrap/Less/normalize.less */
dfn {
  font-style: italic;
}
/* line 136, libraries/bootstrap/Less/normalize.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 145, libraries/bootstrap/Less/normalize.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 154, libraries/bootstrap/Less/normalize.less */
small {
  font-size: 80%;
}
/* line 162, libraries/bootstrap/Less/normalize.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 170, libraries/bootstrap/Less/normalize.less */
sup {
  top: -0.5em;
}
/* line 174, libraries/bootstrap/Less/normalize.less */
sub {
  bottom: -0.25em;
}
/* line 185, libraries/bootstrap/Less/normalize.less */
img {
  border: 0;
}
/* line 193, libraries/bootstrap/Less/normalize.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 204, libraries/bootstrap/Less/normalize.less */
figure {
  margin: 1em 40px;
}
/* line 212, libraries/bootstrap/Less/normalize.less */
hr {
  box-sizing: content-box;
  height: 0;
}
/* line 221, libraries/bootstrap/Less/normalize.less */
pre {
  overflow: auto;
}
/* line 229, libraries/bootstrap/Less/normalize.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 252, libraries/bootstrap/Less/normalize.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* line 266, libraries/bootstrap/Less/normalize.less */
button {
  overflow: visible;
}
/* line 277, libraries/bootstrap/Less/normalize.less */
button,
select {
  text-transform: none;
}
/* line 290, libraries/bootstrap/Less/normalize.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 302, libraries/bootstrap/Less/normalize.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 311, libraries/bootstrap/Less/normalize.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 322, libraries/bootstrap/Less/normalize.less */
input {
  line-height: normal;
}
/* line 334, libraries/bootstrap/Less/normalize.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 346, libraries/bootstrap/Less/normalize.less */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 356, libraries/bootstrap/Less/normalize.less */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
/* line 367, libraries/bootstrap/Less/normalize.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 376, libraries/bootstrap/Less/normalize.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 387, libraries/bootstrap/Less/normalize.less */
legend {
  border: 0;
  padding: 0;
}
/* line 396, libraries/bootstrap/Less/normalize.less */
textarea {
  overflow: auto;
}
/* line 405, libraries/bootstrap/Less/normalize.less */
optgroup {
  font-weight: bold;
}
/* line 416, libraries/bootstrap/Less/normalize.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 421, libraries/bootstrap/Less/normalize.less */
td,
th {
  /*padding: 0;*/
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, libraries/bootstrap/Less/print.less */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 18, libraries/bootstrap/Less/print.less */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 23, libraries/bootstrap/Less/print.less */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, libraries/bootstrap/Less/print.less */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, libraries/bootstrap/Less/print.less */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, libraries/bootstrap/Less/print.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, libraries/bootstrap/Less/print.less */
  thead {
    display: table-header-group;
  }
  /* line 48, libraries/bootstrap/Less/print.less */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 53, libraries/bootstrap/Less/print.less */
  img {
    max-width: 100% !important;
  }
  /* line 57, libraries/bootstrap/Less/print.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, libraries/bootstrap/Less/print.less */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 72, libraries/bootstrap/Less/print.less */
  .navbar {
    display: none;
  }
  /* line 77, libraries/bootstrap/Less/print.less */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, libraries/bootstrap/Less/print.less */
  .label {
    border: 1px solid #000;
  }
  /* line 85, libraries/bootstrap/Less/print.less */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, libraries/bootstrap/Less/print.less */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 94, libraries/bootstrap/Less/print.less */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/Content/fonts/glyphicons-halflings-regular.eot');
    src: url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* line 22, libraries/bootstrap/Less/glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 35, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-asterisk:before {
  content: "\2a";
}
/* line 36, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-plus:before {
  content: "\2b";
}
/* line 38, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 39, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 40, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 41, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 42, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 43, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 44, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}
/* line 45, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}
/* line 46, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 47, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}
/* line 48, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 49, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}
/* line 50, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}
/* line 51, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 52, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}
/* line 53, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 54, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 55, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 56, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 57, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 58, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}
/* line 59, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 60, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 61, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 62, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}
/* line 63, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}
/* line 64, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}
/* line 65, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}
/* line 66, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 67, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}
/* line 68, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 69, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 70, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 71, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 72, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 73, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 74, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 75, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 76, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 77, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 78, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 79, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 80, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 81, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 82, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 83, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 84, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}
/* line 85, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 86, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}
/* line 87, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 88, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}
/* line 89, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 90, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 91, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 92, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 93, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 94, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 95, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 96, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 97, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}
/* line 98, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 99, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 100, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 101, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 102, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 103, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 104, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 105, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 106, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}
/* line 107, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}
/* line 108, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}
/* line 109, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 110, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 111, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 112, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}
/* line 113, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 114, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 115, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 116, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 117, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 118, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 119, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 120, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 121, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 122, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 123, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 124, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 125, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 126, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 127, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 128, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 129, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 130, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 131, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 132, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 133, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 134, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 135, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 136, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 137, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 138, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 139, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 140, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 141, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 142, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 143, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 144, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 145, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 146, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 147, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}
/* line 148, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 149, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 150, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 151, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 152, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 153, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 154, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 155, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 156, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 157, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 158, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 159, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 160, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 161, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 162, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 163, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 164, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 165, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 166, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 167, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 168, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 169, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 170, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 171, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 172, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 173, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 174, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 175, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 176, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 177, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 178, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 179, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 180, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 181, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}
/* line 182, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 183, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 184, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 185, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 186, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 187, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 188, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 189, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 190, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 191, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 192, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 193, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 194, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 195, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 196, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 197, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 198, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 199, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 200, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 201, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}
/* line 202, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}
/* line 203, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}
/* line 204, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 205, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}
/* line 206, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}
/* line 207, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}
/* line 208, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 209, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 210, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 211, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 212, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 213, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 214, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 215, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 216, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}
/* line 217, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 218, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 219, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 220, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 221, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 222, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 223, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 224, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 225, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 226, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 227, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 228, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 229, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 230, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 231, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 232, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 233, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 234, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 235, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 236, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 237, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 238, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 239, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 240, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 241, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 250, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 251, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 252, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-king:before {
  content: "\e211";
}
/* line 253, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 254, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 255, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 256, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 257, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 258, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 259, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 260, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 261, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 262, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 263, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 264, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 265, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 266, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 267, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 268, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 269, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 270, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 271, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 272, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 273, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 274, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 275, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 276, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 277, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 278, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-education:before {
  content: "\e233";
}
/* line 279, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 280, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 281, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 282, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 283, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 284, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 285, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 286, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 287, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 288, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 289, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 290, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 291, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 292, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 293, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 294, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 295, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 296, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 297, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 298, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 299, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-console:before {
  content: "\e254";
}
/* line 300, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 301, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 302, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 303, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 304, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 305, libraries/bootstrap/Less/glyphicons.less */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 11, libraries/bootstrap/Less/scaffolding.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, libraries/bootstrap/Less/scaffolding.less */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 22, libraries/bootstrap/Less/scaffolding.less */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 27, libraries/bootstrap/Less/scaffolding.less */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e4d5b;
  background-color: #ffffff;
}
/* line 36, libraries/bootstrap/Less/scaffolding.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 48, libraries/bootstrap/Less/scaffolding.less */
a {
  color: #00aeef;
  text-decoration: none;
}
/* line 52, libraries/bootstrap/Less/scaffolding.less */
a:hover,
a:focus {
  color: #0076a3;
  text-decoration: underline;
}
/* line 58, libraries/bootstrap/Less/scaffolding.less */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 69, libraries/bootstrap/Less/scaffolding.less */
figure {
  margin: 0;
}
/* line 76, libraries/bootstrap/Less/scaffolding.less */
img {
  vertical-align: middle;
}
/* line 81, libraries/bootstrap/Less/scaffolding.less */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 86, libraries/bootstrap/Less/scaffolding.less */
.img-rounded {
  border-radius: 6px;
}
/* line 93, libraries/bootstrap/Less/scaffolding.less */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 106, libraries/bootstrap/Less/scaffolding.less */
.img-circle {
  border-radius: 50%;
}
/* line 113, libraries/bootstrap/Less/scaffolding.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e3df;
}
/* line 125, libraries/bootstrap/Less/scaffolding.less */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 141, libraries/bootstrap/Less/scaffolding.less */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 159, libraries/bootstrap/Less/scaffolding.less */
[role="button"] {
  cursor: pointer;
}
/* line 9, libraries/bootstrap/Less/type.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
/* line 16, libraries/bootstrap/Less/type.less */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a6abaf;
}
/* line 24, libraries/bootstrap/Less/type.less */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, libraries/bootstrap/Less/type.less */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
/* line 35, libraries/bootstrap/Less/type.less */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, libraries/bootstrap/Less/type.less */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
/* line 47, libraries/bootstrap/Less/type.less */
h1,
.h1 {
  font-size: 32px;
}
/* line 48, libraries/bootstrap/Less/type.less */
h2,
.h2 {
  font-size: 32px;
}
/* line 49, libraries/bootstrap/Less/type.less */
h3,
.h3 {
  font-size: 24px;
}
/* line 50, libraries/bootstrap/Less/type.less */
h4,
.h4 {
  font-size: 18px;
}
/* line 51, libraries/bootstrap/Less/type.less */
h5,
.h5 {
  font-size: 14px;
}
/* line 52, libraries/bootstrap/Less/type.less */
h6,
.h6 {
  font-size: 12px;
}
/* line 58, libraries/bootstrap/Less/type.less */
p {
  margin: 0 0 10px;
}
/* line 62, libraries/bootstrap/Less/type.less */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 68, libraries/bootstrap/Less/type.less */
  .lead {
    font-size: 21px;
  }
}
/* line 78, libraries/bootstrap/Less/type.less */
small,
.small {
  font-size: 85%;
}
/* line 83, libraries/bootstrap/Less/type.less */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
/* line 90, libraries/bootstrap/Less/type.less */
.text-left {
  text-align: left;
}
/* line 91, libraries/bootstrap/Less/type.less */
.text-right {
  text-align: right;
}
/* line 92, libraries/bootstrap/Less/type.less */
.text-center {
  text-align: center;
}
/* line 93, libraries/bootstrap/Less/type.less */
.text-justify {
  text-align: justify;
}
/* line 94, libraries/bootstrap/Less/type.less */
.text-nowrap {
  white-space: nowrap;
}
/* line 97, libraries/bootstrap/Less/type.less */
.text-lowercase {
  text-transform: lowercase;
}
/* line 98, libraries/bootstrap/Less/type.less */
.text-uppercase {
  text-transform: uppercase;
}
/* line 99, libraries/bootstrap/Less/type.less */
.text-capitalize {
  text-transform: capitalize;
}
/* line 102, libraries/bootstrap/Less/type.less */
.text-muted {
  color: #a6abaf;
}
/* line 105, libraries/bootstrap/Less/type.less */
.text-primary {
  color: #00aeef;
}
/* line 5, libraries/bootstrap/Less/mixins/text-emphasis.less */
a.text-primary:hover,
a.text-primary:focus {
  color: #0089bc;
}
/* line 108, libraries/bootstrap/Less/type.less */
.text-success {
  color: #3c763d;
}
/* line 5, libraries/bootstrap/Less/mixins/text-emphasis.less */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
/* line 111, libraries/bootstrap/Less/type.less */
.text-info {
  color: #31708f;
}
/* line 5, libraries/bootstrap/Less/mixins/text-emphasis.less */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
/* line 114, libraries/bootstrap/Less/type.less */
.text-warning {
  color: #8a6d3b;
}
/* line 5, libraries/bootstrap/Less/mixins/text-emphasis.less */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
/* line 117, libraries/bootstrap/Less/type.less */
.text-danger {
  color: #a94442;
}
/* line 5, libraries/bootstrap/Less/mixins/text-emphasis.less */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
/* line 124, libraries/bootstrap/Less/type.less */
.bg-primary {
  color: #fff;
  background-color: #00aeef;
}
/* line 5, libraries/bootstrap/Less/mixins/background-variant.less */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0089bc;
}
/* line 130, libraries/bootstrap/Less/type.less */
.bg-success {
  background-color: #dff0d8;
}
/* line 5, libraries/bootstrap/Less/mixins/background-variant.less */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
/* line 133, libraries/bootstrap/Less/type.less */
.bg-info {
  background-color: #d9edf7;
}
/* line 5, libraries/bootstrap/Less/mixins/background-variant.less */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
/* line 136, libraries/bootstrap/Less/type.less */
.bg-warning {
  background-color: #fcf8e3;
}
/* line 5, libraries/bootstrap/Less/mixins/background-variant.less */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
/* line 139, libraries/bootstrap/Less/type.less */
.bg-danger {
  background-color: #f2dede;
}
/* line 5, libraries/bootstrap/Less/mixins/background-variant.less */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
/* line 147, libraries/bootstrap/Less/type.less */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e5e3df;
}
/* line 158, libraries/bootstrap/Less/type.less */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 162, libraries/bootstrap/Less/type.less */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 171, libraries/bootstrap/Less/type.less */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 177, libraries/bootstrap/Less/type.less */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 181, libraries/bootstrap/Less/type.less */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 189, libraries/bootstrap/Less/type.less */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 193, libraries/bootstrap/Less/type.less */
dt,
dd {
  line-height: 1.42857143;
}
/* line 197, libraries/bootstrap/Less/type.less */
dt {
  font-weight: bold;
}
/* line 200, libraries/bootstrap/Less/type.less */
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 215, libraries/bootstrap/Less/type.less */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 222, libraries/bootstrap/Less/type.less */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 233, libraries/bootstrap/Less/type.less */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a6abaf;
}
/* line 239, libraries/bootstrap/Less/type.less */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 245, libraries/bootstrap/Less/type.less */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e5e3df;
}
/* line 254, libraries/bootstrap/Less/type.less */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 261, libraries/bootstrap/Less/type.less */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #a6abaf;
}
/* line 269, libraries/bootstrap/Less/type.less */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
/* line 278, libraries/bootstrap/Less/type.less */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e5e3df;
  border-left: 0;
  text-align: right;
}
/* line 290, libraries/bootstrap/Less/type.less */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 291, libraries/bootstrap/Less/type.less */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/* line 298, libraries/bootstrap/Less/type.less */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 7, libraries/bootstrap/Less/code.less */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 15, libraries/bootstrap/Less/code.less */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 24, libraries/bootstrap/Less/code.less */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, libraries/bootstrap/Less/code.less */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
/* line 41, libraries/bootstrap/Less/code.less */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3e4d5b;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 55, libraries/bootstrap/Less/code.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* line 66, libraries/bootstrap/Less/code.less */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 10, libraries/bootstrap/Less/grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  /* line 13, libraries/bootstrap/Less/grid.less */
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  /* line 16, libraries/bootstrap/Less/grid.less */
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  /* line 19, libraries/bootstrap/Less/grid.less */
  .container {
    width: 1176px;
  }
}
/* line 30, libraries/bootstrap/Less/grid.less */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  
}
/* line 39, libraries/bootstrap/Less/grid.less */
.row {
  margin-left: -18px;
  margin-right: -18px;
}
/* line 17, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
/* line 39, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-12 {
  width: 100%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-11 {
  width: 91.66666667%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-10 {
  width: 83.33333333%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-9 {
  width: 75%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-8 {
  width: 66.66666667%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-7 {
  width: 58.33333333%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-6 {
  width: 50%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-5 {
  width: 41.66666667%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-4 {
  width: 33.33333333%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-3 {
  width: 25%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-2 {
  width: 16.66666667%;
}
/* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-1 {
  width: 8.33333333%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-12 {
  right: 100%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-9 {
  right: 75%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-6 {
  right: 50%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-3 {
  right: 25%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 67, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-pull-0 {
  right: auto;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-12 {
  left: 100%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-11 {
  left: 91.66666667%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-10 {
  left: 83.33333333%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-9 {
  left: 75%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-8 {
  left: 66.66666667%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-7 {
  left: 58.33333333%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-6 {
  left: 50%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-5 {
  left: 41.66666667%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-4 {
  left: 33.33333333%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-3 {
  left: 25%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-2 {
  left: 16.66666667%;
}
/* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-1 {
  left: 8.33333333%;
}
/* line 57, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-push-0 {
  left: auto;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-12 {
  margin-left: 100%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-9 {
  margin-left: 75%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-6 {
  margin-left: 50%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-3 {
  margin-left: 25%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  /* line 39, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-12 {
    width: 100%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-9 {
    width: 75%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-6 {
    width: 50%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-3 {
    width: 25%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 67, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 57, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 39, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-12 {
    width: 100%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-11 {
    width: 100%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-9 {
    width: 75%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-6 {
    width: 50%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-3 {
    width: 18%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 67, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 57, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-push-0 {
    left: auto;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 39, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-12 {
    width: 100%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-9 {
    width: 75%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-6 {
    width: 50%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-3 {
    width: 25%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 47, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 62, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 67, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 52, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 57, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 72, libraries/bootstrap/Less/mixins/grid-framework.less */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 6, libraries/bootstrap/Less/tables.less */
table {
  background-color: transparent;
}
/* line 9, libraries/bootstrap/Less/tables.less */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a6abaf;
  text-align: left;
}
/* line 15, libraries/bootstrap/Less/tables.less */
th {
  text-align: left;
}
/* line 22, libraries/bootstrap/Less/tables.less */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, libraries/bootstrap/Less/tables.less */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 41, libraries/bootstrap/Less/tables.less */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 50, libraries/bootstrap/Less/tables.less */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, libraries/bootstrap/Less/tables.less */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 62, libraries/bootstrap/Less/tables.less */
.table .table {
  background-color: #ffffff;
}
/* line 75, libraries/bootstrap/Less/tables.less */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
/* line 88, libraries/bootstrap/Less/tables.less */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 94, libraries/bootstrap/Less/tables.less */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 101, libraries/bootstrap/Less/tables.less */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 114, libraries/bootstrap/Less/tables.less */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* line 125, libraries/bootstrap/Less/tables.less */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* line 135, libraries/bootstrap/Less/tables.less */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 143, libraries/bootstrap/Less/tables.less */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* line 9, libraries/bootstrap/Less/mixins/table-row.less */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
/* line 20, libraries/bootstrap/Less/mixins/table-row.less */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
/* line 9, libraries/bootstrap/Less/mixins/table-row.less */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
/* line 20, libraries/bootstrap/Less/mixins/table-row.less */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/* line 9, libraries/bootstrap/Less/mixins/table-row.less */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
/* line 20, libraries/bootstrap/Less/mixins/table-row.less */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
/* line 9, libraries/bootstrap/Less/mixins/table-row.less */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
/* line 20, libraries/bootstrap/Less/mixins/table-row.less */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
/* line 9, libraries/bootstrap/Less/mixins/table-row.less */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
/* line 20, libraries/bootstrap/Less/mixins/table-row.less */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/* line 171, libraries/bootstrap/Less/tables.less */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 175, libraries/bootstrap/Less/tables.less */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, libraries/bootstrap/Less/tables.less */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, libraries/bootstrap/Less/forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/* line 20, libraries/bootstrap/Less/forms.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3e4d5b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 32, libraries/bootstrap/Less/forms.less */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 47, libraries/bootstrap/Less/forms.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, libraries/bootstrap/Less/forms.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 59, libraries/bootstrap/Less/forms.less */
input[type="file"] {
  display: block;
}
/* line 64, libraries/bootstrap/Less/forms.less */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 70, libraries/bootstrap/Less/forms.less */
select[multiple],
select[size] {
  height: auto;
}
/* line 76, libraries/bootstrap/Less/forms.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 83, libraries/bootstrap/Less/forms.less */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #697886;
}
/* line 114, libraries/bootstrap/Less/forms.less */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #697886;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #869aac;
  border-radius: 0;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 57, libraries/bootstrap/Less/mixins/forms.less */
.form-control:focus {
  border-color: #05b9e4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5, 185, 228, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(5, 185, 228, 0.6);
}
/* line 103, libraries/bootstrap/Less/mixins/vendor-prefixes.less */
.form-control::-moz-placeholder {
  color: #a6abaf;
  opacity: 1;
}
/* line 107, libraries/bootstrap/Less/mixins/vendor-prefixes.less */
.form-control:-ms-input-placeholder {
  color: #a6abaf;
}
/* line 108, libraries/bootstrap/Less/mixins/vendor-prefixes.less */
.form-control::-webkit-input-placeholder {
  color: #a6abaf;
}
/* line 140, libraries/bootstrap/Less/forms.less */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
/* line 147, libraries/bootstrap/Less/forms.less */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
/* line 153, libraries/bootstrap/Less/forms.less */
textarea.form-control {
  height: auto;
}
/* line 166, libraries/bootstrap/Less/forms.less */
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 185, libraries/bootstrap/Less/forms.less */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 189, libraries/bootstrap/Less/forms.less */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 194, libraries/bootstrap/Less/forms.less */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 207, libraries/bootstrap/Less/forms.less */
.form-group {
  margin-bottom: 18px;
}
/* line 216, libraries/bootstrap/Less/forms.less */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 223, libraries/bootstrap/Less/forms.less */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* line 231, libraries/bootstrap/Less/forms.less 
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}*/
/* line 240, libraries/bootstrap/Less/forms.less */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/* line 246, libraries/bootstrap/Less/forms.less */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
/* line 256, libraries/bootstrap/Less/forms.less */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 268, libraries/bootstrap/Less/forms.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/* line 277, libraries/bootstrap/Less/forms.less */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/* line 287, libraries/bootstrap/Less/forms.less */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
/* line 299, libraries/bootstrap/Less/forms.less */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 307, libraries/bootstrap/Less/forms.less */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
/* line 323, libraries/bootstrap/Less/forms.less */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 76, libraries/bootstrap/Less/mixins/forms.less */
select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 81, libraries/bootstrap/Less/mixins/forms.less */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
/* line 327, libraries/bootstrap/Less/forms.less */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 334, libraries/bootstrap/Less/forms.less */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 338, libraries/bootstrap/Less/forms.less */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 342, libraries/bootstrap/Less/forms.less */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 351, libraries/bootstrap/Less/forms.less */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
}
/* line 76, libraries/bootstrap/Less/mixins/forms.less */
select.input-lg {
  height: 46px;
  line-height: 46px;
}
/* line 81, libraries/bootstrap/Less/mixins/forms.less */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
/* line 355, libraries/bootstrap/Less/forms.less */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
}
/* line 362, libraries/bootstrap/Less/forms.less */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 366, libraries/bootstrap/Less/forms.less */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 370, libraries/bootstrap/Less/forms.less */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 384, libraries/bootstrap/Less/forms.less */
.has-feedback {
  position: relative;
}
/* line 389, libraries/bootstrap/Less/forms.less */
.has-feedback .form-control {
  padding-right: 42.5px;
}
/* line 394, libraries/bootstrap/Less/forms.less */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
/* line 406, libraries/bootstrap/Less/forms.less */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
/* line 413, libraries/bootstrap/Less/forms.less */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* line 8, libraries/bootstrap/Less/mixins/forms.less */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, libraries/bootstrap/Less/mixins/forms.less */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, libraries/bootstrap/Less/mixins/forms.less */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, libraries/bootstrap/Less/mixins/forms.less */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, libraries/bootstrap/Less/mixins/forms.less */
.has-success .form-control-feedback {
  color: #3c763d;
}
/* line 8, libraries/bootstrap/Less/mixins/forms.less */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, libraries/bootstrap/Less/mixins/forms.less */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, libraries/bootstrap/Less/mixins/forms.less */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, libraries/bootstrap/Less/mixins/forms.less */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, libraries/bootstrap/Less/mixins/forms.less */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
/* line 8, libraries/bootstrap/Less/mixins/forms.less */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, libraries/bootstrap/Less/mixins/forms.less */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, libraries/bootstrap/Less/mixins/forms.less */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, libraries/bootstrap/Less/mixins/forms.less */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, libraries/bootstrap/Less/mixins/forms.less */
.has-error .form-control-feedback {
  color: #a94442;
}
/* line 435, libraries/bootstrap/Less/forms.less */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 438, libraries/bootstrap/Less/forms.less */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/* line 449, libraries/bootstrap/Less/forms.less */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #778da2;
}
@media (min-width: 768px) {
  /* line 473, libraries/bootstrap/Less/forms.less */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 480, libraries/bootstrap/Less/forms.less */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 487, libraries/bootstrap/Less/forms.less */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 491, libraries/bootstrap/Less/forms.less */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 495, libraries/bootstrap/Less/forms.less */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 503, libraries/bootstrap/Less/forms.less */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 507, libraries/bootstrap/Less/forms.less */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 514, libraries/bootstrap/Less/forms.less */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 521, libraries/bootstrap/Less/forms.less */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 525, libraries/bootstrap/Less/forms.less */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 532, libraries/bootstrap/Less/forms.less */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 549, libraries/bootstrap/Less/forms.less */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 559, libraries/bootstrap/Less/forms.less */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 565, libraries/bootstrap/Less/forms.less */
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 768px) {
  /* line 572, libraries/bootstrap/Less/forms.less */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 583, libraries/bootstrap/Less/forms.less */
.form-horizontal .has-feedback .form-control-feedback {
  right: 18px;
}
@media (min-width: 768px) {
  /* line 593, libraries/bootstrap/Less/forms.less */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 601, libraries/bootstrap/Less/forms.less */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 9, libraries/bootstrap/Less/buttons.less */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, libraries/bootstrap/Less/buttons.less */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, libraries/bootstrap/Less/buttons.less */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #00aeef;
  text-decoration: none;
}
/* line 39, libraries/bootstrap/Less/buttons.less */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, libraries/bootstrap/Less/buttons.less */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 55, libraries/bootstrap/Less/buttons.less */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
/* line 66, libraries/bootstrap/Less/buttons.less */
.btn-default {
  color: #00aeef;
  background-color: #e5e3df;
  border-color: #bdc4cb;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #00aeef;
  background-color: #cecac3;
  border-color: #758593;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default:hover {
  color: #00aeef;
  background-color: #cecac3;
  border-color: #9ba6b0;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00aeef;
  background-color: #cecac3;
  border-color: #9ba6b0;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #00aeef;
  background-color: #beb9af;
  border-color: #758593;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e5e3df;
  border-color: #bdc4cb;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-default .badge {
  color: #e5e3df;
  background-color: #00aeef;
}
/* line 69, libraries/bootstrap/Less/buttons.less */
.btn-primary {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #009bd6;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0089bc;
  border-color: #003f56;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #0089bc;
  border-color: #006f98;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0089bc;
  border-color: #006f98;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #006f98;
  border-color: #003f56;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00aeef;
  border-color: #009bd6;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-primary .badge {
  color: #00aeef;
  background-color: #ffffff;
}
/* line 73, libraries/bootstrap/Less/buttons.less */
.btn-success {
  color: #ffffff;
  background-color: #05c680;
  border-color: #04ad70;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #049460;
  border-color: #013120;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #049460;
  border-color: #037149;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #049460;
  border-color: #037149;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #037149;
  border-color: #013120;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #05c680;
  border-color: #04ad70;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-success .badge {
  color: #05c680;
  background-color: #ffffff;
}
/* line 77, libraries/bootstrap/Less/buttons.less */
.btn-info {
  color: #ffffff;
  background-color: #05b9e4;
  border-color: #04a5cb;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #0491b2;
  border-color: #02404e;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info:hover {
  color: #ffffff;
  background-color: #0491b2;
  border-color: #03748f;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0491b2;
  border-color: #03748f;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #03748f;
  border-color: #02404e;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #05b9e4;
  border-color: #04a5cb;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-info .badge {
  color: #05b9e4;
  background-color: #ffffff;
}
/* line 81, libraries/bootstrap/Less/buttons.less */
.btn-warning {
  color: #ffffff;
  background-color: #ed8337;
  border-color: #eb7420;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #dd6814;
  border-color: #803c0b;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #dd6814;
  border-color: #bc5911;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #dd6814;
  border-color: #bc5911;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #bc5911;
  border-color: #803c0b;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed8337;
  border-color: #eb7420;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-warning .badge {
  color: #ed8337;
  background-color: #ffffff;
}
/* line 85, libraries/bootstrap/Less/buttons.less */
.btn-danger {
  color: #ffffff;
  background-color: #ed3e37;
  border-color: #eb2720;
}
/* line 11, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #dd1c14;
  border-color: #80100b;
}
/* line 17, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger:hover {
  color: #ffffff;
  background-color: #dd1c14;
  border-color: #bc1811;
}
/* line 22, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #dd1c14;
  border-color: #bc1811;
}
/* line 29, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #bc1811;
  border-color: #80100b;
}
/* line 37, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
/* line 45, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ed3e37;
  border-color: #eb2720;
}
/* line 56, libraries/bootstrap/Less/mixins/buttons.less */
.btn-danger .badge {
  color: #ed3e37;
  background-color: #ffffff;
}
/* line 94, libraries/bootstrap/Less/buttons.less */
.btn-link {
  color: #00aeef;
  font-weight: normal;
  border-radius: 0;
}
/* line 99, libraries/bootstrap/Less/buttons.less */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 107, libraries/bootstrap/Less/buttons.less */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
/* line 113, libraries/bootstrap/Less/buttons.less */
.btn-link:hover,
.btn-link:focus {
  color: #0076a3;
  text-decoration: underline;
  background-color: transparent;
}
/* line 121, libraries/bootstrap/Less/buttons.less */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a6abaf;
  text-decoration: none;
}
/* line 133, libraries/bootstrap/Less/buttons.less */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 137, libraries/bootstrap/Less/buttons.less */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 141, libraries/bootstrap/Less/buttons.less */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 149, libraries/bootstrap/Less/buttons.less */
.btn-block {
  display: block;
  width: 100%;
}
/* line 155, libraries/bootstrap/Less/buttons.less */
.btn-block + .btn-block {
  margin-top: 5px;
}
/* line 163, libraries/bootstrap/Less/buttons.less */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* line 10, libraries/bootstrap/Less/component-animations.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, libraries/bootstrap/Less/component-animations.less */
.fade.in {
  opacity: 1;
}
/* line 18, libraries/bootstrap/Less/component-animations.less */
.collapse {
  display: none;
}
/* line 21, libraries/bootstrap/Less/component-animations.less */
.collapse.in {
  display: block;
}
/* line 22, libraries/bootstrap/Less/component-animations.less */
tr.collapse.in {
  display: table-row;
}
/* line 23, libraries/bootstrap/Less/component-animations.less */
tbody.collapse.in {
  display: table-row-group;
}
/* line 26, libraries/bootstrap/Less/component-animations.less */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 7, libraries/bootstrap/Less/dropdowns.less */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 20, libraries/bootstrap/Less/dropdowns.less */
.dropup,
.dropdown {
  position: relative;
}
/* line 26, libraries/bootstrap/Less/dropdowns.less */
.dropdown-toggle:focus {
  outline: 0;
}
/* line 31, libraries/bootstrap/Less/dropdowns.less */
.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;
    font-size: 14px;
    text-align: left;
    background-color: white;
}
/* line 54, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #3e4d5b;
  white-space: nowrap;
}
/* line 78, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #34404c;
  background-color: #f5f5f5;
}
/* line 88, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00aeef;
}
/* line 103, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a6abaf;
}
/* line 110, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
/* line 123, libraries/bootstrap/Less/dropdowns.less */
.open > .dropdown-menu {
  display: block;
}
/* line 128, libraries/bootstrap/Less/dropdowns.less */
.open > a {
  outline: 0;
}
/* line 137, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu-right {
  left: auto;
  right: 0;
}
/* line 147, libraries/bootstrap/Less/dropdowns.less */
.dropdown-menu-left {
  left: 0;
  right: auto;
}
/* line 153, libraries/bootstrap/Less/dropdowns.less */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #a6abaf;
  white-space: nowrap;
}
/* line 163, libraries/bootstrap/Less/dropdowns.less */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* line 173, libraries/bootstrap/Less/dropdowns.less */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 186, libraries/bootstrap/Less/dropdowns.less */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, libraries/bootstrap/Less/dropdowns.less */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 207, libraries/bootstrap/Less/dropdowns.less */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 212, libraries/bootstrap/Less/dropdowns.less */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, libraries/bootstrap/Less/button-groups.less */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 26, libraries/bootstrap/Less/button-groups.less */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 35, libraries/bootstrap/Less/button-groups.less */
.btn-toolbar {
  margin-left: -5px;
}
/* line 39, libraries/bootstrap/Less/button-groups.less */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, libraries/bootstrap/Less/button-groups.less */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
/* line 51, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 56, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 63, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 69, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn-group {
  float: left;
}
/* line 72, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 76, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 81, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 86, libraries/bootstrap/Less/button-groups.less */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 105, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 109, libraries/bootstrap/Less/button-groups.less */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 116, libraries/bootstrap/Less/button-groups.less */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, libraries/bootstrap/Less/button-groups.less */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 127, libraries/bootstrap/Less/button-groups.less */
.btn .caret {
  margin-left: 0;
}
/* line 131, libraries/bootstrap/Less/button-groups.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 136, libraries/bootstrap/Less/button-groups.less */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
/* line 145, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 157, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 172, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 184, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 188, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 193, libraries/bootstrap/Less/button-groups.less */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 201, libraries/bootstrap/Less/button-groups.less */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, libraries/bootstrap/Less/button-groups.less */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, libraries/bootstrap/Less/button-groups.less */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, libraries/bootstrap/Less/button-groups.less */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
/* line 237, libraries/bootstrap/Less/button-groups.less */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 7, libraries/bootstrap/Less/input-groups.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, libraries/bootstrap/Less/input-groups.less */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, libraries/bootstrap/Less/input-groups.less */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 40, libraries/bootstrap/Less/input-groups.less */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
}
/* line 76, libraries/bootstrap/Less/mixins/forms.less */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
/* line 81, libraries/bootstrap/Less/mixins/forms.less */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
/* line 45, libraries/bootstrap/Less/input-groups.less */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 76, libraries/bootstrap/Less/mixins/forms.less */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
/* line 81, libraries/bootstrap/Less/mixins/forms.less */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
/* line 54, libraries/bootstrap/Less/input-groups.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, libraries/bootstrap/Less/input-groups.less */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 64, libraries/bootstrap/Less/input-groups.less */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 73, libraries/bootstrap/Less/input-groups.less */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #697886;
  text-align: center;
  background-color: #e5e3df;
  border: 1px solid #869aac;
  border-radius: 4px;
}
/* line 85, libraries/bootstrap/Less/input-groups.less */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, libraries/bootstrap/Less/input-groups.less */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, libraries/bootstrap/Less/input-groups.less */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
/* line 104, libraries/bootstrap/Less/input-groups.less */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 113, libraries/bootstrap/Less/input-groups.less */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 116, libraries/bootstrap/Less/input-groups.less */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 125, libraries/bootstrap/Less/input-groups.less */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 131, libraries/bootstrap/Less/input-groups.less */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, libraries/bootstrap/Less/input-groups.less */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, libraries/bootstrap/Less/input-groups.less */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, libraries/bootstrap/Less/input-groups.less */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, libraries/bootstrap/Less/input-groups.less */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, libraries/bootstrap/Less/input-groups.less */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 9, libraries/bootstrap/Less/navs.less */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, libraries/bootstrap/Less/navs.less */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, libraries/bootstrap/Less/navs.less */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, libraries/bootstrap/Less/navs.less */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3df;
}
/* line 31, libraries/bootstrap/Less/navs.less */
.nav > li.disabled > a {
  color: #a6abaf;
}
/* line 34, libraries/bootstrap/Less/navs.less */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a6abaf;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, libraries/bootstrap/Less/navs.less */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e3df;
  border-color: #00aeef;
}
/* line 59, libraries/bootstrap/Less/navs.less */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, libraries/bootstrap/Less/navs.less */
.nav > li > a > img {
  max-width: none;
}
/* line 76, libraries/bootstrap/Less/navs.less */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, libraries/bootstrap/Less/navs.less */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, libraries/bootstrap/Less/navs.less */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, libraries/bootstrap/Less/navs.less */
.nav-tabs > li > a:hover {
  border-color: #e5e3df #e5e3df #dddddd;
}
/* line 96, libraries/bootstrap/Less/navs.less */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #697886;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 108, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
/* line 163, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, libraries/bootstrap/Less/navs.less */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, libraries/bootstrap/Less/navs.less */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 193, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, libraries/bootstrap/Less/navs.less */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, libraries/bootstrap/Less/navs.less */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, libraries/bootstrap/Less/navs.less */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 118, libraries/bootstrap/Less/navs.less */
.nav-pills > li {
  float: left;
}
/* line 122, libraries/bootstrap/Less/navs.less */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, libraries/bootstrap/Less/navs.less */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, libraries/bootstrap/Less/navs.less */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00aeef;
}
/* line 144, libraries/bootstrap/Less/navs.less */
.nav-stacked > li {
  float: none;
}
/* line 146, libraries/bootstrap/Less/navs.less */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/* line 160, libraries/bootstrap/Less/navs.less */
.nav-justified {
  width: 100%;
}
/* line 163, libraries/bootstrap/Less/navs.less */
.nav-justified > li {
  float: none;
}
/* line 165, libraries/bootstrap/Less/navs.less */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, libraries/bootstrap/Less/navs.less */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, libraries/bootstrap/Less/navs.less */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, libraries/bootstrap/Less/navs.less */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 190, libraries/bootstrap/Less/navs.less */
.nav-tabs-justified {
  border-bottom: 0;
}
/* line 193, libraries/bootstrap/Less/navs.less */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, libraries/bootstrap/Less/navs.less */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, libraries/bootstrap/Less/navs.less */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, libraries/bootstrap/Less/navs.less */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 224, libraries/bootstrap/Less/navs.less */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, libraries/bootstrap/Less/navs.less */
.tab-content > .active {
  display: block;
}
/* line 237, libraries/bootstrap/Less/navs.less */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 11, libraries/bootstrap/Less/navbar.less */
.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  /* line 20, libraries/bootstrap/Less/navbar.less */
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 34, libraries/bootstrap/Less/navbar.less */
  .navbar-header {
    float: left;
  }
}
/* line 50, libraries/bootstrap/Less/navbar.less */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 18px;
  padding-left: 18px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 59, libraries/bootstrap/Less/navbar.less */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 63, libraries/bootstrap/Less/navbar.less */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, libraries/bootstrap/Less/navbar.less */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, libraries/bootstrap/Less/navbar.less */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, libraries/bootstrap/Less/navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, libraries/bootstrap/Less/navbar.less */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 95, libraries/bootstrap/Less/navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 108, libraries/bootstrap/Less/navbar.less */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 768px) {
  /* line 113, libraries/bootstrap/Less/navbar.less */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 128, libraries/bootstrap/Less/navbar.less */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 132, libraries/bootstrap/Less/navbar.less */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 138, libraries/bootstrap/Less/navbar.less */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 146, libraries/bootstrap/Less/navbar.less */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 150, libraries/bootstrap/Less/navbar.less */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 154, libraries/bootstrap/Less/navbar.less */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 163, libraries/bootstrap/Less/navbar.less */
.navbar-brand {
  float: left;
  padding: 19px 18px;
  font-size: 18px;
  line-height: 20px;
  height: 58px;
}
/* line 170, libraries/bootstrap/Less/navbar.less */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
/* line 175, libraries/bootstrap/Less/navbar.less */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, libraries/bootstrap/Less/navbar.less */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -18px;
  }
}
/* line 193, libraries/bootstrap/Less/navbar.less */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 18px;
  padding: 9px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, libraries/bootstrap/Less/navbar.less */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, libraries/bootstrap/Less/navbar.less */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, libraries/bootstrap/Less/navbar.less */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 221, libraries/bootstrap/Less/navbar.less */
  .navbar-toggle {
    display: none;
  }
}
/* line 232, libraries/bootstrap/Less/navbar.less */
.navbar-nav {
  margin: 9.5px -18px;
}
/* line 235, libraries/bootstrap/Less/navbar.less */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, libraries/bootstrap/Less/navbar.less */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, libraries/bootstrap/Less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, libraries/bootstrap/Less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, libraries/bootstrap/Less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 266, libraries/bootstrap/Less/navbar.less */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, libraries/bootstrap/Less/navbar.less */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, libraries/bootstrap/Less/navbar.less */
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
/* line 286, libraries/bootstrap/Less/navbar.less */
.navbar-form {
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 473, libraries/bootstrap/Less/forms.less */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 480, libraries/bootstrap/Less/forms.less */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 487, libraries/bootstrap/Less/forms.less */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 491, libraries/bootstrap/Less/forms.less */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 495, libraries/bootstrap/Less/forms.less */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 503, libraries/bootstrap/Less/forms.less */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 507, libraries/bootstrap/Less/forms.less */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 514, libraries/bootstrap/Less/forms.less */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 521, libraries/bootstrap/Less/forms.less */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 525, libraries/bootstrap/Less/forms.less */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 532, libraries/bootstrap/Less/forms.less */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, libraries/bootstrap/Less/navbar.less */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, libraries/bootstrap/Less/navbar.less */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 312, libraries/bootstrap/Less/navbar.less */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 327, libraries/bootstrap/Less/navbar.less */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 332, libraries/bootstrap/Less/navbar.less */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 343, libraries/bootstrap/Less/navbar.less */
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 346, libraries/bootstrap/Less/navbar.less */
.navbar-btn.btn-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 349, libraries/bootstrap/Less/navbar.less */
.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
/* line 359, libraries/bootstrap/Less/navbar.less */
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  /* line 362, libraries/bootstrap/Less/navbar.less */
  .navbar-text {
    float: left;
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  /* line 379, libraries/bootstrap/Less/navbar.less */
  .navbar-left {
    float: left !important;
  }
  /* line 380, libraries/bootstrap/Less/navbar.less */
  .navbar-right {
    float: right !important;
    margin-right: -18px;
  }
  /* line 384, libraries/bootstrap/Less/navbar.less */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 395, libraries/bootstrap/Less/navbar.less */
.navbar-default {
  background-color: #2d3c4a;
  border-color: #ffffff;
}
/* line 399, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-brand {
  color: rgba(255, 255, 255, 0.8);
}
/* line 401, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgba(230, 230, 230, 0.8);
  background-color: transparent;
}
/* line 408, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-text {
  color: #ffffff;
}
/* line 413, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
}
/* line 416, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: #006489;
}
/* line 423, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00aeef;
}
/* line 431, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #00aeef;
  background-color: transparent;
}
/* line 440, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
/* line 442, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00aeef;
}
/* line 446, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #697886;
}
/* line 451, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
/* line 460, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00aeef;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 471, libraries/bootstrap/Less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 473, libraries/bootstrap/Less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #006489;
  }
  /* line 480, libraries/bootstrap/Less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #00aeef;
  }
  /* line 488, libraries/bootstrap/Less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #00aeef;
    background-color: transparent;
  }
}
/* line 504, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-link {
  color: rgba(255, 255, 255, 0.8);
}
/* line 506, libraries/bootstrap/Less/navbar.less */
.navbar-default .navbar-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 511, libraries/bootstrap/Less/navbar.less */
.navbar-default .btn-link {
  color: rgba(255, 255, 255, 0.8);
}
/* line 513, libraries/bootstrap/Less/navbar.less */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
/* line 519, libraries/bootstrap/Less/navbar.less */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #00aeef;
}
/* line 529, libraries/bootstrap/Less/navbar.less */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
/* line 533, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-brand {
  color: #ced1d3;
}
/* line 535, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 542, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-text {
  color: #ced1d3;
}
/* line 547, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-nav > li > a {
  color: #ced1d3;
}
/* line 550, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 557, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
/* line 565, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 575, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 577, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 581, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/* line 586, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 594, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 605, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 608, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 611, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ced1d3;
  }
  /* line 613, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  /* line 620, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  /* line 628, libraries/bootstrap/Less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 639, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-link {
  color: #ced1d3;
}
/* line 641, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/* line 646, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .btn-link {
  color: #ced1d3;
}
/* line 648, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
/* line 654, libraries/bootstrap/Less/navbar.less */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
/* line 6, libraries/bootstrap/Less/breadcrumbs.less */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, libraries/bootstrap/Less/breadcrumbs.less */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, libraries/bootstrap/Less/breadcrumbs.less */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 23, libraries/bootstrap/Less/breadcrumbs.less */
.breadcrumb > .active {
  color: #a6abaf;
}
/* line 4, libraries/bootstrap/Less/pagination.less */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, libraries/bootstrap/Less/pagination.less */
.pagination > li {
  display: inline;
}
/* line 12, libraries/bootstrap/Less/pagination.less */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00aeef;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 25, libraries/bootstrap/Less/pagination.less */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, libraries/bootstrap/Less/pagination.less */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, libraries/bootstrap/Less/pagination.less */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #0076a3;
  background-color: #e5e3df;
  border-color: #dddddd;
}
/* line 52, libraries/bootstrap/Less/pagination.less */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
  cursor: default;
}
/* line 64, libraries/bootstrap/Less/pagination.less */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a6abaf;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
/* line 5, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 5, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, libraries/bootstrap/Less/mixins/pagination.less */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 6, libraries/bootstrap/Less/pager.less */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 12, libraries/bootstrap/Less/pager.less */
.pager li {
  display: inline;
}
/* line 14, libraries/bootstrap/Less/pager.less */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 23, libraries/bootstrap/Less/pager.less */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e5e3df;
}
/* line 31, libraries/bootstrap/Less/pager.less */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, libraries/bootstrap/Less/pager.less */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, libraries/bootstrap/Less/pager.less */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a6abaf;
  background-color: #ffffff;
  cursor: not-allowed;
}
/* line 5, libraries/bootstrap/Less/labels.less */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 19, libraries/bootstrap/Less/labels.less */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, libraries/bootstrap/Less/labels.less */
.label:empty {
  display: none;
}
/* line 33, libraries/bootstrap/Less/labels.less */
.btn .label {
  position: relative;
  top: -1px;
}
/* line 42, libraries/bootstrap/Less/labels.less */
.label-default {
  background-color: #a6abaf;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8b9297;
}
/* line 46, libraries/bootstrap/Less/labels.less */
.label-primary {
  background-color: #00aeef;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0089bc;
}
/* line 50, libraries/bootstrap/Less/labels.less */
.label-success {
  background-color: #05c680;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #049460;
}
/* line 54, libraries/bootstrap/Less/labels.less */
.label-info {
  background-color: #05b9e4;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0491b2;
}
/* line 58, libraries/bootstrap/Less/labels.less */
.label-warning {
  background-color: #ed8337;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #dd6814;
}
/* line 62, libraries/bootstrap/Less/labels.less */
.label-danger {
  background-color: #ed3e37;
}
/* line 7, libraries/bootstrap/Less/mixins/labels.less */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #dd1c14;
}
/* line 7, libraries/bootstrap/Less/badges.less */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a6abaf;
  border-radius: 10px;
}
/* line 22, libraries/bootstrap/Less/badges.less */
.badge:empty {
  display: none;
}
/* line 27, libraries/bootstrap/Less/badges.less */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, libraries/bootstrap/Less/badges.less */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, libraries/bootstrap/Less/badges.less */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/* line 49, libraries/bootstrap/Less/badges.less */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00aeef;
  background-color: #ffffff;
}
/* line 55, libraries/bootstrap/Less/badges.less */
.list-group-item > .badge {
  float: right;
}
/* line 59, libraries/bootstrap/Less/badges.less */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 63, libraries/bootstrap/Less/badges.less */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* line 6, libraries/bootstrap/Less/jumbotron.less */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e5e3df;
}
/* line 13, libraries/bootstrap/Less/jumbotron.less */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, libraries/bootstrap/Less/jumbotron.less */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, libraries/bootstrap/Less/jumbotron.less */
.jumbotron > hr {
  border-top-color: #cecac3;
}
/* line 28, libraries/bootstrap/Less/jumbotron.less */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 33, libraries/bootstrap/Less/jumbotron.less */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 37, libraries/bootstrap/Less/jumbotron.less */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 41, libraries/bootstrap/Less/jumbotron.less */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 47, libraries/bootstrap/Less/jumbotron.less */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 7, libraries/bootstrap/Less/thumbnails.less */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, libraries/bootstrap/Less/thumbnails.less */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
/* line 25, libraries/bootstrap/Less/thumbnails.less */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00aeef;
}
/* line 32, libraries/bootstrap/Less/thumbnails.less */
.thumbnail .caption {
  padding: 9px;
  color: #3e4d5b;
}
/* line 9, libraries/bootstrap/Less/alerts.less */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, libraries/bootstrap/Less/alerts.less */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, libraries/bootstrap/Less/alerts.less */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, libraries/bootstrap/Less/alerts.less */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, libraries/bootstrap/Less/alerts.less */
.alert > p + p {
  margin-top: 5px;
}
/* line 42, libraries/bootstrap/Less/alerts.less */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, libraries/bootstrap/Less/alerts.less */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 59, libraries/bootstrap/Less/alerts.less */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, libraries/bootstrap/Less/mixins/alerts.less */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, libraries/bootstrap/Less/mixins/alerts.less */
.alert-success .alert-link {
  color: #2b542c;
}
/* line 63, libraries/bootstrap/Less/alerts.less */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, libraries/bootstrap/Less/mixins/alerts.less */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, libraries/bootstrap/Less/mixins/alerts.less */
.alert-info .alert-link {
  color: #245269;
}
/* line 67, libraries/bootstrap/Less/alerts.less */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, libraries/bootstrap/Less/mixins/alerts.less */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, libraries/bootstrap/Less/mixins/alerts.less */
.alert-warning .alert-link {
  color: #66512c;
}
/* line 71, libraries/bootstrap/Less/alerts.less */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, libraries/bootstrap/Less/mixins/alerts.less */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, libraries/bootstrap/Less/mixins/alerts.less */
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  /* line 11, libraries/bootstrap/Less/progress-bars.less */
  from {
    background-position: 40px 0;
  }
  /* line 12, libraries/bootstrap/Less/progress-bars.less */
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 17, libraries/bootstrap/Less/progress-bars.less */
  from {
    background-position: 40px 0;
  }
  /* line 18, libraries/bootstrap/Less/progress-bars.less */
  to {
    background-position: 0 0;
  }
}
/* line 26, libraries/bootstrap/Less/progress-bars.less */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 36, libraries/bootstrap/Less/progress-bars.less */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #00aeef;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* line 54, libraries/bootstrap/Less/progress-bars.less */
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
/* line 64, libraries/bootstrap/Less/progress-bars.less */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
/* line 73, libraries/bootstrap/Less/progress-bars.less */
.progress-bar-success {
  background-color: #05c680;
}
/* line 7, libraries/bootstrap/Less/mixins/progress-bar.less */
.progress-striped .progress-bar-success {
  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: -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);
}
/* line 77, libraries/bootstrap/Less/progress-bars.less */
.progress-bar-info {
  background-color: #05b9e4;
}
/* line 7, libraries/bootstrap/Less/mixins/progress-bar.less */
.progress-striped .progress-bar-info {
  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: -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);
}
/* line 81, libraries/bootstrap/Less/progress-bars.less */
.progress-bar-warning {
  background-color: #ed8337;
}
/* line 7, libraries/bootstrap/Less/mixins/progress-bar.less */
.progress-striped .progress-bar-warning {
  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: -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);
}
/* line 85, libraries/bootstrap/Less/progress-bars.less */
.progress-bar-danger {
  background-color: #ed3e37;
}
/* line 7, libraries/bootstrap/Less/mixins/progress-bar.less */
.progress-striped .progress-bar-danger {
  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: -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);
}
/* line 1, libraries/bootstrap/Less/media.less */
.media {
  margin-top: 15px;
}
/* line 5, libraries/bootstrap/Less/media.less */
.media:first-child {
  margin-top: 0;
}
/* line 10, libraries/bootstrap/Less/media.less */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
/* line 16, libraries/bootstrap/Less/media.less */
.media-body {
  width: 10000px;
}
/* line 20, libraries/bootstrap/Less/media.less */
.media-object {
  display: block;
}
/* line 24, libraries/bootstrap/Less/media.less */
.media-object.img-thumbnail {
  max-width: none;
}
/* line 29, libraries/bootstrap/Less/media.less */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
/* line 34, libraries/bootstrap/Less/media.less */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
/* line 39, libraries/bootstrap/Less/media.less */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
/* line 46, libraries/bootstrap/Less/media.less */
.media-middle {
  vertical-align: middle;
}
/* line 50, libraries/bootstrap/Less/media.less */
.media-bottom {
  vertical-align: bottom;
}
/* line 55, libraries/bootstrap/Less/media.less */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 63, libraries/bootstrap/Less/media.less */
.media-list {
  padding-left: 0;
  list-style: none;
}
/* line 10, libraries/bootstrap/Less/list-group.less */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
/* line 21, libraries/bootstrap/Less/list-group.less */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(45, 60, 74, 0.2);
}
/* line 31, libraries/bootstrap/Less/list-group.less */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, libraries/bootstrap/Less/list-group.less */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 46, libraries/bootstrap/Less/list-group.less */
a.list-group-item,
button.list-group-item {
  color: #2d3c4a;
}
/* line 50, libraries/bootstrap/Less/list-group.less */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #3e4d5b;
}
/* line 55, libraries/bootstrap/Less/list-group.less */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #2d3c4a;
  background-color: rgba(45, 60, 74, 0.1);
   
}
/* line 63, libraries/bootstrap/Less/list-group.less */
button.list-group-item {
  width: 100%;
  text-align: left;
}
/* line 70, libraries/bootstrap/Less/list-group.less */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e5e3df;
  color: #a6abaf;
  cursor: not-allowed;
}
/* line 78, libraries/bootstrap/Less/list-group.less */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, libraries/bootstrap/Less/list-group.less */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #a6abaf;
}
/* line 87, libraries/bootstrap/Less/list-group.less */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
/* line 96, libraries/bootstrap/Less/list-group.less */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, libraries/bootstrap/Less/list-group.less */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bcedff;
}
/* line 4, libraries/bootstrap/Less/mixins/list-group.less */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
/* line 8, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 12, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 16, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 21, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
/* line 4, libraries/bootstrap/Less/mixins/list-group.less */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
/* line 8, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 12, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 16, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 21, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
/* line 4, libraries/bootstrap/Less/mixins/list-group.less */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 8, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 12, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 16, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 21, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
/* line 4, libraries/bootstrap/Less/mixins/list-group.less */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
/* line 8, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 12, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 16, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 21, libraries/bootstrap/Less/mixins/list-group.less */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
/* line 123, libraries/bootstrap/Less/list-group.less */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 127, libraries/bootstrap/Less/list-group.less */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 7, libraries/bootstrap/Less/panels.less */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 16, libraries/bootstrap/Less/panels.less */
.panel-body {
  padding: 18px;
}
/* line 22, libraries/bootstrap/Less/panels.less */
.panel-heading {
  padding: 18px 18px 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 27, libraries/bootstrap/Less/panels.less */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
/* line 33, libraries/bootstrap/Less/panels.less */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, libraries/bootstrap/Less/panels.less */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
/* line 49, libraries/bootstrap/Less/panels.less */
.panel-footer {
  padding: 18px 18px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 63, libraries/bootstrap/Less/panels.less */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, libraries/bootstrap/Less/panels.less */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, libraries/bootstrap/Less/panels.less */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 82, libraries/bootstrap/Less/panels.less */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 89, libraries/bootstrap/Less/panels.less */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 96, libraries/bootstrap/Less/panels.less */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 100, libraries/bootstrap/Less/panels.less */
.list-group + .panel-footer {
  border-top-width: 0;
}
/* line 110, libraries/bootstrap/Less/panels.less */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, libraries/bootstrap/Less/panels.less */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 18px;
  padding-right: 18px;
}
/* line 121, libraries/bootstrap/Less/panels.less */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 127, libraries/bootstrap/Less/panels.less */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
/* line 131, libraries/bootstrap/Less/panels.less */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
/* line 135, libraries/bootstrap/Less/panels.less */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
/* line 143, libraries/bootstrap/Less/panels.less */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 149, libraries/bootstrap/Less/panels.less */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
/* line 153, libraries/bootstrap/Less/panels.less */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
/* line 157, libraries/bootstrap/Less/panels.less */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
/* line 164, libraries/bootstrap/Less/panels.less */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 170, libraries/bootstrap/Less/panels.less */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, libraries/bootstrap/Less/panels.less */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, libraries/bootstrap/Less/panels.less */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, libraries/bootstrap/Less/panels.less */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, libraries/bootstrap/Less/panels.less */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, libraries/bootstrap/Less/panels.less */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, libraries/bootstrap/Less/panels.less */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
/* line 222, libraries/bootstrap/Less/panels.less */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, libraries/bootstrap/Less/panels.less */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
/* line 230, libraries/bootstrap/Less/panels.less */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, libraries/bootstrap/Less/panels.less */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, libraries/bootstrap/Less/panels.less */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
/* line 244, libraries/bootstrap/Less/panels.less */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, libraries/bootstrap/Less/panels.less */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
/* line 254, libraries/bootstrap/Less/panels.less */
.panel-default {
  border-color: #dddddd;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-default > .panel-heading {
  color: #3e4d5b;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e4d5b;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
/* line 257, libraries/bootstrap/Less/panels.less */
.panel-primary {
  border-color: #00aeef;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00aeef;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-primary > .panel-heading .badge {
  color: #00aeef;
  background-color: #ffffff;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00aeef;
}
/* line 260, libraries/bootstrap/Less/panels.less */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
/* line 263, libraries/bootstrap/Less/panels.less */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
/* line 266, libraries/bootstrap/Less/panels.less */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
/* line 269, libraries/bootstrap/Less/panels.less */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* line 5, libraries/bootstrap/Less/responsive-embed.less */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, libraries/bootstrap/Less/responsive-embed.less */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 28, libraries/bootstrap/Less/responsive-embed.less */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 33, libraries/bootstrap/Less/responsive-embed.less */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* line 7, libraries/bootstrap/Less/wells.less */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, libraries/bootstrap/Less/wells.less */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 22, libraries/bootstrap/Less/wells.less */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
/* line 26, libraries/bootstrap/Less/wells.less */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* line 6, libraries/bootstrap/Less/close.less */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, libraries/bootstrap/Less/close.less */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 27, libraries/bootstrap/Less/close.less */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 11, libraries/bootstrap/Less/modals.less */
.modal-open {
  overflow: hidden;
}
/* line 16, libraries/bootstrap/Less/modals.less */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, libraries/bootstrap/Less/modals.less */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, libraries/bootstrap/Less/modals.less */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 38, libraries/bootstrap/Less/modals.less */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 44, libraries/bootstrap/Less/modals.less */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 51, libraries/bootstrap/Less/modals.less */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
/* line 64, libraries/bootstrap/Less/modals.less */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, libraries/bootstrap/Less/modals.less */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, libraries/bootstrap/Less/modals.less */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 79, libraries/bootstrap/Less/modals.less */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
/* line 85, libraries/bootstrap/Less/modals.less */
.modal-header .close {
  margin-top: -2px;
}
/* line 90, libraries/bootstrap/Less/modals.less */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 97, libraries/bootstrap/Less/modals.less */
.modal-body {
  position: relative;
  padding: 15px;
}
/* line 103, libraries/bootstrap/Less/modals.less */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, libraries/bootstrap/Less/modals.less */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, libraries/bootstrap/Less/modals.less */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, libraries/bootstrap/Less/modals.less */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 125, libraries/bootstrap/Less/modals.less */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  /* line 136, libraries/bootstrap/Less/modals.less */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, libraries/bootstrap/Less/modals.less */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, libraries/bootstrap/Less/modals.less */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, libraries/bootstrap/Less/modals.less */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, libraries/bootstrap/Less/tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, libraries/bootstrap/Less/tooltip.less */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, libraries/bootstrap/Less/tooltip.less */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, libraries/bootstrap/Less/tooltip.less */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, libraries/bootstrap/Less/tooltip.less */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, libraries/bootstrap/Less/tooltip.less */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* line 26, libraries/bootstrap/Less/tooltip.less */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
/* line 36, libraries/bootstrap/Less/tooltip.less */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 45, libraries/bootstrap/Less/tooltip.less */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 52, libraries/bootstrap/Less/tooltip.less */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 59, libraries/bootstrap/Less/tooltip.less */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 66, libraries/bootstrap/Less/tooltip.less */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
/* line 73, libraries/bootstrap/Less/tooltip.less */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
/* line 80, libraries/bootstrap/Less/tooltip.less */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 87, libraries/bootstrap/Less/tooltip.less */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 94, libraries/bootstrap/Less/tooltip.less */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 6, libraries/bootstrap/Less/popovers.less */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, libraries/bootstrap/Less/popovers.less */
.popover.top {
  margin-top: -10px;
}
/* line 28, libraries/bootstrap/Less/popovers.less */
.popover.right {
  margin-left: 10px;
}
/* line 29, libraries/bootstrap/Less/popovers.less */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, libraries/bootstrap/Less/popovers.less */
.popover.left {
  margin-left: -10px;
}
/* line 33, libraries/bootstrap/Less/popovers.less */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* line 42, libraries/bootstrap/Less/popovers.less */
.popover-content {
  padding: 9px 14px;
}
/* line 51, libraries/bootstrap/Less/popovers.less */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 61, libraries/bootstrap/Less/popovers.less */
.popover > .arrow {
  border-width: 11px;
}
/* line 64, libraries/bootstrap/Less/popovers.less */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
/* line 70, libraries/bootstrap/Less/popovers.less */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, libraries/bootstrap/Less/popovers.less */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
/* line 85, libraries/bootstrap/Less/popovers.less */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, libraries/bootstrap/Less/popovers.less */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
/* line 100, libraries/bootstrap/Less/popovers.less */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, libraries/bootstrap/Less/popovers.less */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/* line 116, libraries/bootstrap/Less/popovers.less */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, libraries/bootstrap/Less/popovers.less */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/* line 7, libraries/bootstrap/Less/carousel.less */
.carousel {
  position: relative;
}
/* line 11, libraries/bootstrap/Less/carousel.less */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 29, libraries/bootstrap/Less/carousel.less */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, libraries/bootstrap/Less/carousel.less */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, libraries/bootstrap/Less/carousel.less */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, libraries/bootstrap/Less/carousel.less */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .active {
  left: 0;
}
/* line 63, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, libraries/bootstrap/Less/carousel.less */
.carousel-inner > .active.right {
  left: 100%;
}
/* line 93, libraries/bootstrap/Less/carousel.less */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, libraries/bootstrap/Less/carousel.less */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, libraries/bootstrap/Less/carousel.less */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, libraries/bootstrap/Less/carousel.less */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 137, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 142, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 147, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 157, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, libraries/bootstrap/Less/carousel.less */
.carousel-control .icon-next:before {
  content: '\203a';
}
/* line 173, libraries/bootstrap/Less/carousel.less */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, libraries/bootstrap/Less/carousel.less */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 206, libraries/bootstrap/Less/carousel.less */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
/* line 217, libraries/bootstrap/Less/carousel.less */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, libraries/bootstrap/Less/carousel.less */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 239, libraries/bootstrap/Less/carousel.less */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 248, libraries/bootstrap/Less/carousel.less */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, libraries/bootstrap/Less/carousel.less */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 259, libraries/bootstrap/Less/carousel.less */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 266, libraries/bootstrap/Less/carousel.less */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, libraries/bootstrap/Less/mixins/clearfix.less */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, libraries/bootstrap/Less/mixins/clearfix.less */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/* line 12, libraries/bootstrap/Less/utilities.less */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, libraries/bootstrap/Less/utilities.less */
.pull-right {
  float: right !important;
}
/* line 18, libraries/bootstrap/Less/utilities.less */
.pull-left {
  float: left !important;
}
/* line 27, libraries/bootstrap/Less/utilities.less */
.hide {
  display: none !important;
}
/* line 30, libraries/bootstrap/Less/utilities.less */
.show {
  display: block !important;
}
/* line 33, libraries/bootstrap/Less/utilities.less */
.invisible {
  visibility: hidden;
}
/* line 36, libraries/bootstrap/Less/utilities.less */
/*.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}*/
/* line 45, libraries/bootstrap/Less/utilities.less */
.hidden {
  display: none !important;
}
/* line 53, libraries/bootstrap/Less/utilities.less */
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* line 28, libraries/bootstrap/Less/responsive-utilities.less */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* line 35, libraries/bootstrap/Less/responsive-utilities.less */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 51, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-xs {
    display: block !important;
  }
  /* line 7, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  table.visible-xs {
    display: table !important;
  }
  /* line 8, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 9, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 56, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 61, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 66, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 72, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-sm {
    display: block !important;
  }
  /* line 7, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  table.visible-sm {
    display: table !important;
  }
  /* line 8, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 9, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 77, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 82, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 87, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 93, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-md {
    display: block !important;
  }
  /* line 7, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  table.visible-md {
    display: table !important;
  }
  /* line 8, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 9, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 98, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 103, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 108, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 114, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-lg {
    display: block !important;
  }
  /* line 7, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  table.visible-lg {
    display: table !important;
  }
  /* line 8, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 9, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 119, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 124, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 129, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 135, libraries/bootstrap/Less/responsive-utilities.less */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 140, libraries/bootstrap/Less/responsive-utilities.less */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 145, libraries/bootstrap/Less/responsive-utilities.less */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 150, libraries/bootstrap/Less/responsive-utilities.less */
  .hidden-lg {
    display: none !important;
  }
}
/* line 161, libraries/bootstrap/Less/responsive-utilities.less */
.visible-print {
  display: none !important;
}
@media print {
  /* line 164, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-print {
    display: block !important;
  }
  /* line 7, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  table.visible-print {
    display: table !important;
  }
  /* line 8, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 9, libraries/bootstrap/Less/mixins/responsive-visibility.less */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 168, libraries/bootstrap/Less/responsive-utilities.less */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 171, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-print-block {
    display: block !important;
  }
}
/* line 175, libraries/bootstrap/Less/responsive-utilities.less */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 178, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 182, libraries/bootstrap/Less/responsive-utilities.less */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 185, libraries/bootstrap/Less/responsive-utilities.less */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 191, libraries/bootstrap/Less/responsive-utilities.less */
  .hidden-print {
    display: none !important;
  }
}
/*
	Youtopia core
	Contains overrides for bootstrap
*/
/* ------------------------------------------------------------------------------------------
	Youtopia core
	Contains overrides for bootstrap
------------------------------------------------------------------------------------------ */
/* line 1, Less/scaffolding.youtopia.less */
body {
  padding-top: 58px;
}
@media (min-width: 768px) {
  /* line 3, Less/scaffolding.youtopia.less */
  body {
    padding-top: 80px;
  }
}
/* line 7, Less/scaffolding.youtopia.less */
a {
  -webkit-transition: background-color 0.35s, color 0.35s, text-decoration 0.35s;
  -moz-transition: background-color 0.35s, color 0.35s, text-decoration 0.35s;
  -o-transition: background-color 0.35s, color 0.35s, text-decoration 0.35s;
  transition: background-color 0.35s, color 0.35s, text-decoration 0.35s;
}
/* line 2, Less/forms.youtopia.less */
.form-control {
  border-color: #869aac;
  -webkit-transition: background-color 0.35s, color 0.35s, -webkit-box-shadow 0.35s, border 0.35s;
  -moz-transition: background-color 0.35s, color 0.35s, -moz-box-shadow 0.35s, border 0.35s;
  -o-transition: background-color 0.35s, color 0.35s, box-shadow 0.35s, border 0.35s;
  transition: background-color 0.35s, color 0.35s, box-shadow 0.35s, border 0.35s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 6, Less/forms.youtopia.less */
.form-control:focus {
  border-color: #05b9e4, 10%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #05b9e4;
  box-shadow: inset 0px 0px 0px 2px #05b9e4;
}
/* line 1, Less/buttons.youtopia.less */
.btn {
  border-radius: 0;
  -webkit-transition: background-color 0.35s, color 0.35s;
  -moz-transition: background-color 0.35s, color 0.35s;
  -o-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
}
/* line 6, Less/buttons.youtopia.less */
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #FFF;
  background-color: #00aeef;
  border-color: #0089bc;
}
/* Mixin for logo sizing */
/* line 10, Less/logo.youtopia.less */
.logo {
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding: 0;
    margin-left: 18px;
    margin-right: 18px;
    /*background-image: url('../Images/Logo1.png');*/
    margin-top: 9px;
    margin-bottom: 9px;
    height: 70px;
    width: 300px;
    background-size: auto 40px;
}
@media (min-width: 768px) {
  /* line 19, Less/logo.youtopia.less */
    .logo {
        margin-top: 13px;
        margin-bottom: 13px;
        height: 70px;
        width: 300px;
        background-size: auto 54px;
        margin-left: 13px;
    }
}
@media (max-width: 767px) {
  /* line 2, Less/navs.youtopia.less */
  .nav .pull-right {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 13, Less/navs.youtopia.less */
  .nav > li > a {
    padding: 10px 15px;
  }
  /* line 16, Less/navs.youtopia.less */
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #e5e3df;
  }
  /* line 28, Less/navs.youtopia.less */
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #e5e3df;
    border-color: #00aeef;
  }
}
/* line 2, Less/navbar.youtopia.less */
.navbar-header {
  background-color: #ffffff;
}
/* line 6, Less/navbar.youtopia.less */
.navbar {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  min-height: 58px;
  z-index: 1000;
}
@media (min-width: 768px) {
  /* line 11, Less/navbar.youtopia.less */
  .navbar {
    min-height: 80px;
  }
}
/* line 15, Less/navbar.youtopia.less */
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 18, Less/navbar.youtopia.less */
  .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 23, Less/navbar.youtopia.less */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 30, Less/navbar.youtopia.less */
  .navbar-nav .open .dropdown-menu {
    background-color: #697886;
  }
}
@media (min-width: 768px) {
  /* line 41, Less/navbar.youtopia.less */
  .navbar-nav-account {
    margin-right: 18px;
  }
}
/* line 47, Less/navbar.youtopia.less */
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  border-style: none;
  border-radius: 0;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
/* line 56, Less/navbar.youtopia.less */
.navbar-toggle .icon-bar:nth-child(2),
.navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* line 71, Less/navbar.youtopia.less */
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: translateY(6px) rotate(225deg);
  -moz-transform: translateY(6px) rotate(225deg);
  -o-transform: translateY(6px) rotate(225deg);
  -ms-transform: translateY(6px) rotate(225deg);
  transform: translateY(6px) rotate(225deg);
}
/* line 74, Less/navbar.youtopia.less */
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-6px) rotate(135deg);
  -moz-transform: translateY(-6px) rotate(135deg);
  -o-transform: translateY(-6px) rotate(135deg);
  -ms-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
}
/* line 82, Less/navbar.youtopia.less */
.navbar-collapse {
  background-color: #2d3c4a;
}
@media (min-width: 768px) {
  /* line 84, Less/navbar.youtopia.less */
  .navbar-collapse {
    background-color: #ffffff;
  }
}
/* line 90, Less/navbar.youtopia.less */
.navbar-default {
  background-color: #ffffff;
}
/* line 93, Less/navbar.youtopia.less */
.navbar-default .navbar-text {
  color: #ffffff;
}
/* line 98, Less/navbar.youtopia.less */
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.35s ease, color 0.35s ease;
  -moz-transition: background-color 0.35s ease, color 0.35s ease;
  -o-transition: background-color 0.35s ease, color 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease;
}
/* line 102, Less/navbar.youtopia.less */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: #006489;
}
/* line 109, Less/navbar.youtopia.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00aeef;
}
/* line 117, Less/navbar.youtopia.less */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #00aeef;
  background-color: transparent;
}
/* line 133, Less/navbar.youtopia.less */
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #00aeef;
}
/* line 139, Less/navbar.youtopia.less */
.navbar-default .navbar-toggle[aria-expanded="true"],
.navbar-default .navbar-toggle[aria-expanded="true"]:hover,
.navbar-default .navbar-toggle[aria-expanded="true"]:focus {
  background-color: #2d3c4a;
}
/* line 145, Less/navbar.youtopia.less */
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3),
.navbar-default .navbar-toggle[aria-expanded="true"]:hover .icon-bar:nth-child(3),
.navbar-default .navbar-toggle[aria-expanded="true"]:focus .icon-bar:nth-child(3) {
  background-color: #2d3c4a;
}
/* line 150, Less/navbar.youtopia.less */
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: translateY(6px) rotate(225deg);
  -moz-transform: translateY(6px) rotate(225deg);
  -o-transform: translateY(6px) rotate(225deg);
  -ms-transform: translateY(6px) rotate(225deg);
  transform: translateY(6px) rotate(225deg);
  background-color: #00aeef;
}
/* line 154, Less/navbar.youtopia.less */
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-6px) rotate(135deg);
  -moz-transform: translateY(-6px) rotate(135deg);
  -o-transform: translateY(-6px) rotate(135deg);
  -ms-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
  background-color: #00aeef;
}
@media (min-width: 768px) {
  /* line 166, Less/navbar.youtopia.less */
  .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  /* line 170, Less/navbar.youtopia.less */
  .navbar-default .navbar-text {
    color: #3e4d5b;
  }
  /* line 175, Less/navbar.youtopia.less */
  .navbar-default .navbar-nav > li > a {
    color: #3e4d5b;
  }
  /* line 178, Less/navbar.youtopia.less */
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #f57f29;
    background-color: #e5e3df;
  }
  /* line 185, Less/navbar.youtopia.less */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #f57f29;
    background-color: #ffffff;
  }
  /* line 193, Less/navbar.youtopia.less */
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #e5e3df;
    background-color: transparent;
  }
  /* line 202, Less/navbar.youtopia.less */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff;
  }
  /* line 211, Less/navbar.youtopia.less */
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #f57f29;
  }
  /* line 225, Less/navbar.youtopia.less */
  .navbar-default .navbar-link {
    color: #3e4d5b;
  }
  /* line 227, Less/navbar.youtopia.less */
  .navbar-default .navbar-link:hover {
    color: #f57f29;
  }
  /* line 232, Less/navbar.youtopia.less */
  .navbar-default .btn-link {
    color: #3e4d5b;
  }
  /* line 234, Less/navbar.youtopia.less */
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #f57f29;
  }
  /* line 240, Less/navbar.youtopia.less */
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #e5e3df;
  }
}
/* line 2, Less/panels.youtopia.less */
.panel .list-group {
  background-color: transparent;
  border-top: 1px solid rgba(45, 60, 74, 0.2);
  margin-bottom: 0;
}
/* line 7, Less/panels.youtopia.less */
.panel .list-group-item {
  background-color: transparent;
  border-style: none none solid none;
  padding: 0;
}
/* line 11, Less/panels.youtopia.less */
.panel .list-group-item > a,
.panel .list-group-item > button {
  color: #2d3c4a;
  display: block;
  padding: 10px 15px;
}
/* line 17, Less/panels.youtopia.less */
.panel .list-group-item > a:hover,
.panel .list-group-item > button:hover,
.panel .list-group-item > a:focus,
.panel .list-group-item > button:focus {
  text-decoration: none;
  color: #2d3c4a;
  background-color:#F0EDEA;
  /*background-color: rgba(45, 60, 74, 0.1);*/
}
/* ------------------------------------------------------------------------------------------
	Youtopia core
	Contains overrides for bootstrap
------------------------------------------------------------------------------------------ */
/*
 * Sidebar
 */
/* line 4, Less/sidebar.less */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  /* line 8, Less/sidebar.less */
  .sidebar {
    position: fixed;
    top: 81px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e5e3df;
  }
}
/*
 * Main content
 */
/* line 5, Less/main.less */
.main {
  padding: 20px;
}
@media (min-width: 768px) {
  /* line 9, Less/main.less */
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* line 14, Less/main.less */
.main .page-header {
  margin-top: 0;
}
/* line 1, Themes/Choice/Less/navbar.Choice.less */
body {
  padding-top: 0;
}
/* line 4, Themes/Choice/Less/navbar.Choice.less */
.navbar {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 9, Themes/Choice/Less/navbar.Choice.less */
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 15, Themes/Choice/Less/navbar.Choice.less */
  .navbar-nav-main {
    width: 100%;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left:10%;
    padding-right:10%
  }
}
@media (min-width: 768px) {
  /* line 39, Themes/Choice/Less/navbar.Choice.less */
  .navbar-nav-account {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 8, Themes/Choice/Less/theme.Choice.less */
.subheader {
  margin-top: 0;
  padding: 16px 15px 16px;
  background: #f57f29;
  color: #FFF;
}
/* line 19, Themes/Choice/Less/theme.Choice.less */
.panel .panel-heading {
  color: #2d3c4a;
}
/* line 21, Themes/Choice/Less/theme.Choice.less */
.panel .panel-heading .glyphicon {
  color: #2d3c4a;
}
/* line 24, Themes/Choice/Less/theme.Choice.less */
.panel .panel-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 34, Themes/Choice/Less/theme.Choice.less */
.panel-whos-online {
  border: 1px solid #a94e0d;
}
/* line 37, Themes/Choice/Less/theme.Choice.less */
.panel-choice-yellow {
  border-color: #ffcd34;
  background-color: #ffcd34;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-yellow > .panel-heading {
  color: #2d3c4a;
  background-color: #ffcd34;
  border-color: #ffcd34;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-yellow > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffcd34;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-yellow > .panel-heading .badge {
  color: #ffcd34;
  background-color: #2d3c4a;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-yellow > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffcd34;
}
/* line 41, Themes/Choice/Less/theme.Choice.less */
.panel-choice-orange {
  border-color: #f57f29;
  background-color: #f57f29;
}
/* line 6, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-orange > .panel-heading {
  color: #2d3c4a;
  background-color: #f57f29;
  border-color: #f57f29;
}
/* line 11, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-orange > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f57f29;
}
/* line 14, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-orange > .panel-heading .badge {
  color: #f57f29;
  background-color: #2d3c4a;
}
/* line 20, libraries/bootstrap/Less/mixins/panels.less */
.panel-choice-orange > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f57f29;
}
@media (min-width: 768px) {
  /* line 52, Themes/Choice/Less/theme.Choice.less */
  .sidebar {
    position: static;
    top: 120px;
  }
}
/* line 59, Themes/Choice/Less/theme.Choice.less */
.news .media:first-child {
  border-top: 1px solid #e5e3df;
}
/* line 63, Themes/Choice/Less/theme.Choice.less */
.media {
  border-bottom: 1px solid #e5e3df;
  margin-top: 0;
}
/* line 66, Themes/Choice/Less/theme.Choice.less */
.media a {
  color: #3e4d5b;
  display: block;
  padding: 18px;
}
/* line 70, Themes/Choice/Less/theme.Choice.less */
.media a .media-more-link {
  color: #00aeef;
}
/* line 73, Themes/Choice/Less/theme.Choice.less */
.media a:hover,
.media a:focus {
  color: #3e4d5b;
  background-color: #f5f4f3;
  text-decoration: none;
}
/* line 78, Themes/Choice/Less/theme.Choice.less */
.media a:hover .media-more-link,
.media a:focus .media-more-link {
  color: #0076a3;
}
/* line 83, Themes/Choice/Less/theme.Choice.less */
.media .media-left {
  margin-right: 18px;
}
/* line 92, Themes/Choice/Less/theme.Choice.less */
.list-group {
  background-color: transparent;
  border-top: 1px solid rgba(45, 60, 74, 0.2);
  margin-bottom: 0;
}
/* line 97, Themes/Choice/Less/theme.Choice.less */
.list-group-item {
  background-color: transparent;
  border-style: none none solid none;
  padding: 0;
}
/* line 101, Themes/Choice/Less/theme.Choice.less */
.list-group-item > a,
.list-group-item > button {
  color: #2d3c4a;
  display: block;
  padding: 10px 15px;
}
/* line 107, Themes/Choice/Less/theme.Choice.less */
.list-group-item > a:hover,
.list-group-item > button:hover,
.list-group-item > a:focus,
.list-group-item > button:focus {
  text-decoration: none;
  color: #2d3c4a;
  background-color: rgba(45, 60, 74, 0.1);
}
.rcorners1 {
    border-radius: 35px;
    width: 100px;
    height: 20px;
    color: white;
    text-align: center;
}

/*!
 * FullCalendar v2.7.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

/*.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { 
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}*/

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	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-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	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;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */

.fc-touch .fc-event .fc-resizer {
	display: none; /* only show when selected */
}

.fc-touch .fc-event.fc-selected .fc-resizer {
	display: block;
}


/* Hit Area (for events and expander)
--------------------------------------------------------------------------------------------------*/

.fc-expander { /* fc-event is already position:relative */
	position: relative;
}

.fc-touch .fc-expander:before,
.fc-touch .fc-event .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999; /* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
	z-index: 9999 !important; /* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3; /* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px; /* overcome border */
}

/* resizer (cursor devices) */

.fc-cursor .fc-h-event .fc-resizer {
	width: 7px;
	top: -1px; /* overcome top border */
	bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-touch .fc-h-event .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-touch.fc-ltr .fc-h-event .fc-start-resizer,
.fc-touch.fc-rtl .fc-h-event .fc-end-resizer {
	margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-touch.fc-ltr .fc-h-event .fc-end-resizer,
.fc-touch.fc-rtl .fc-h-event .fc-start-resizer {
	margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1; /* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-start-resizer,
.fc-cursor.fc-rtl .fc-day-grid-event .fc-end-resizer {
	margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-end-resizer,
.fc-cursor.fc-rtl .fc-day-grid-event .fc-start-resizer {
	margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
	position: relative;
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */

.fc-cursor .fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-cursor .fc-time-grid-event .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */

.fc-touch .fc-time-grid-event .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

﻿.navbar-nav-main {
    background-image: linear-gradient(to right, #FF8C00, #FF8C00, #FF8C00,#FFCE31)
}

.navbar-nav-main-choice {
    background: linear-gradient(to right, #FF8C00, #FF8C00, #FF8C00,#FFCE31);
}

.navbar-nav-main-greenways {
    background: linear-gradient(to right, #cceec4, #4ca538);

    li a {
        color: #2b5922 !important;
        font-weight: bold;
    }

    li a:hover,
    li a:focus {
        background-color: #4ca538 !important;
    }

    li.dropdown a {
        color: #2b5922 !important;
        font-weight: bold;
    }
}
 
.navbar-nav-main {
    background-color: #f0edea;
}

.navbar-default .navbar-nav > li > a {
    /*    color: #5e5745;
*/
    text-align: center;
}

@media(min-width:768px) {
    .navbar-nav > li {
        min-width: 110px;
    }
}

.news {
    background-image: url("/Content/Images/NewsPlus.png");
}

.directory {
    background-image: url("/Content/Images/directoryPlus.png");
}

.documents {
    background-image: url("/Content/Images/documentsPlus.png");
}

.inmedia {
    background-image: url("/Content/Images/mediaPlus.png");
}

.resources {
    background-image: url("/Content/Images/resourcesPlus.png");
}

.shop {
    background-image: url("/Content/Images/shopPlus.png");
}

.calendar {
    background-image: url("/Content/Images/calendarPlus.png");
}

.leaderboard {
    background-image: url("/Content/Images/leaderboardPlus.png");
}

.service {
    background-image: url("/Content/Images/menu-services.png");
}

.reports {
    background-size: 40px 40px;
    background-image: url("/Content/Images/reporting.png");
}

.request-progress {
    background-image: url("/Content/Images/requestProgress.png");
}

.link-ds {
    background-size: 40px 40px;
    background-image: url("/Content/Images/link-DS.png");
}

@font-face {
    font-family: "DroidSerif";
    src: url("/Content/fonts/DroidSerif.ttf"),url("/Content/fonts/DroidSerif.ttf");
}

body {
    color: #5e5745;
}

.dropdown-menu {
    min-width: 100%;
    max-height: 150px;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 5px;
}

.clickable {
    cursor: pointer;
}

.sublinks a {
    color: #fff;
}

-webkit-validation-bubble-message {
    display: none;
}

.inlineBlock {
    display: inline-block;
}

.uib-datepicker-popup.dropdown-menu {
    width: inherit;
    max-height: none;
}

.uib-datepicker-popup .uib-day button {
    background-color: #fff;
    border: none;
}

    .uib-datepicker-popup .uib-day button:hover {
        background-color: #ddd5c7;
        color: #00aeef;
    }

    .uib-datepicker-popup .uib-day button.active {
        background-color: #f0edea;
    }

.uib-datepicker-popup .btn-info, .uib-datepicker-popup .btn-danger {
    background-color: #ddd5c7;
    color: #00aeef;
    border: 1px solid #c3ba99;
}

.uib-datepicker-popup .btn-success {
    display: none;
}

a, .deepblue {
    color: #00558c;
}

.comment {
    background-image: url("/Content/Images/commentPlus.png");
    background-repeat: no-repeat;
}

.download {
    background-image: url("/Content/Images/documentuploadPlus.png");
    background-repeat: no-repeat;
}

.star-empty {
    background-image: url("/Content/Images/sharePlus.png");
    background-repeat: no-repeat;
}

.file {
    background-image: url("/Content/Images/newslettersPlus.png");
    background-repeat: no-repeat;
}

.heart {
    background-image: url("/Content/Images/likePlus.png");
    background-repeat: no-repeat;
}

.heart-empty {
    background-image: url("/Content/Images/likeEmpty.png");
    background-repeat: no-repeat;
}

.contact {
    background-image: url("/Content/Images/DetailsPlus.png");
    background-repeat: no-repeat;
}

.badge-icon {
    background-image: url("/Content/Images/directory/img-badge.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.no_a_css:hover {
    text-decoration: none;
}

.subheader {
    background-color: #fff;
    color: #5e5745;
    font-family: DroidSerif;
    padding: 8px 16px;
    margin-top: 10px;
}

.btn-blue {
    background-color: #00558c;
    border-color: #00558c;
    color: #fff;
}

.btn-orange {
    background-color: #e26811;
    border-color: #e26811;
    color: #fff;
}

.btn-red {
    background-color: #ad321c;
    border-color: #ad321c;
    color: #fff;
}

.btn-green {
    background-color: #005f61;
    border-color: #005f61;
    color: #fff;
}

.margin_top_sm {
    margin-top: 10px;
}

.margin_btm_sm {
    margin-bottom: 10px;
}

.col-md-12 {
    width: 100%;
}

.no_left_pad {
    padding-left: 0;
}

.cropArea {
    background: #f0edea;
    overflow: hidden;
    width: 500px;
    height: 250px;
    float: left;
}

.croppedImage {
    border-radius: 50%;
}

.hotelCroppedImage {
    width: 300px;
    height: 200px;
}

.caption-ppr {
    padding-top: 17px;
    color: #5e5745;
}

.ppr-wrapper {
    top: 0;
    left: 0;
    height: 100%;
    display: table;
    position: relative;
}

    .ppr-wrapper img {
        opacity: .8;
        width: 200px;
        height: 200px;
    }

    .ppr-wrapper:hover img {
        opacity: 1;
    }

.performance-report-assets-path #imageTile .image, .fas-report-default-icon #imageTile .image {
    background-image: url("/Content/Images/Documents/fileicon-pdf-d.png") !important;
    width: 150px;
    height: 200px;
}

.fas-report-icon #imageTile .image {
    background-image: url("/Content/Images/Report/FAS_Report_Category-i.png") !important;
}

.performance-report-icon-path #imageTile .image {
    background-image: url("/Content/Images/Report/Property_Perfomance_Report.png") !important;
}

.chat-wrapper {
    position: fixed;
    bottom: 0;
    background: #f0edea;
    width: 280px;
    margin-left: 20px;
    font-family: DroidSerif;
    font-size: small;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-header {
    padding: 5px;
    height: 40px;
    cursor: pointer;
}

.chat-header-title {
    display: inline-flex;
    width: 73%;
}

    .chat-header-title img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

.chat-header-title-name {
    padding-top: 5px;
}

.chat-log {
    background: #fff;
    margin-left: 3px;
    margin-right: 3px;
    height: 350px;
    padding: 3px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .chat-log img {
        width: 30px;
        height: 30px;
    }

.chat-log-content-sender {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    clear: both;
    display: inline-flex;
}

    .chat-log-content-sender .chat-log-content-msg {
        max-width: 180px;
        min-width: 80px;
        display: block;
        background: #e26811;
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 3px;
        white-space: pre-wrap;
        word-wrap: break-word;
        color: #fff;
        padding: 5px;
    }

    .chat-log-content-sender small {
        float: right;
        font-size: 60%;
        color: #ddd5c7;
    }

.chat-log-content-user small {
    float: right;
    font-size: 60%;
    color: #c3ba99;
}

.chat-log-content {
    display: inline-flex;
}

.chat-log-content-user {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    clear: both;
    display: inline-flex;
}

    .chat-log-content-user .chat-log-content-msg {
        max-width: 180px;
        min-width: 80px;
        display: block;
        background: #dedede;
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 3px;
        white-space: pre-wrap;
        word-wrap: break-word;
        color: #000;
        padding: 5px;
    }

.chat-log-content-msg {
    display: block;
    background: #e26811;
    padding: 3px;
    border-radius: 3px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.chat-input {
    background: #dedede;
    border-style: none;
    width: 100%;
}

    .chat-input .form-group {
        margin-bottom: 0;
    }

    .chat-input button {
        color: #fff;
    }

.notification_wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ffc72c;
}

.chat-input-send {
    background: #e26811;
}

@-webkit-keyframes twinkling {
    0% {
        background: #f0edea;
    }

    100% {
        background: #ffc72c;
    }
}

@-moz-keyframes twinkling {
    0% {
        background: #f0edea;
    }

    100% {
        background: #ffc72c;
    }
}

@keyframes twinkling {
    0% {
        background: #f0edea;
    }

    100% {
        background: #ffc72c;
    }
}

.twinkling {
    -webkit-animation: twinkling .5s infinite ease-in-out;
    -moz-animation: twinkling .5s infinite ease-in-out;
    -o-animation: twinkling .5s infinite ease-in-out;
    animation: twinkling .5s infinite ease-in-out;
}

.ng-table th {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ng-table th.sortable {
        cursor: pointer;
    }

        .ng-table th.sortable .sort-indicator {
            padding-right: 18px;
            position: relative;
        }

            .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
                content: "";
                border-width: 0 4px 4px;
                border-style: solid;
                border-color: #000 transparent;
                visibility: visible;
                right: 5px;
                top: 50%;
                position: absolute;
                opacity: .3;
                margin-top: -4px;
            }

            .ng-table th.sortable .sort-indicator:before {
                margin-top: 2px;
                border-bottom: none;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000;
            }

            .ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
                opacity: 1;
                visibility: visible;
            }

        .ng-table th.sortable.sort-asc, .ng-table th.sortable.sort-desc {
            background-color: rgba(141,192,219,.25);
            text-shadow: 0 1px 1px rgba(255,255,255,.75);
        }

            .ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-desc .sort-indicator:after {
                margin-top: -2px;
            }

            .ng-table th.sortable.sort-asc .sort-indicator:before, .ng-table th.sortable.sort-desc .sort-indicator:before {
                visibility: hidden;
            }

            .ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after, .ng-table th.sortable.sort-desc .sort-indicator:after {
                visibility: visible;
                filter: alpha(opacity=60);
                -khtml-opacity: .6;
                -moz-opacity: .6;
                opacity: .6;
            }

            .ng-table th.sortable.sort-desc .sort-indicator:after {
                border-bottom: none;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000;
                box-shadow: none;
            }

    .ng-table th.filter .input-filter {
        margin: 0;
        display: block;
        width: 100%;
        min-height: 30px;
        box-sizing: border-box;
    }

.ng-table .ng-table-group-header th {
    text-align: left;
}

.ng-table .ng-table-group-selector {
    display: block;
}

.ng-table .ng-table-group-close, .ng-table .ng-table-group-toggle {
    float: right;
}

.ng-table .ng-table-group-toggle {
    margin-right: 5px;
}

@media only screen and (max-width:800px) {
    .ng-table-responsive {
        border-bottom: 1px solid #999;
    }

        .ng-table-responsive tr {
            border-top: 1px solid #999;
            border-left: 1px solid #999;
            border-right: 1px solid #999;
        }

        .ng-table-responsive td:before {
            position: absolute;
            padding: 8px;
            left: 0;
            top: 0;
            width: 50%;
            white-space: nowrap;
            text-align: left;
            font-weight: 700;
        }

        .ng-table-responsive thead tr th {
            text-align: left;
        }

        .ng-table-responsive thead tr.ng-table-filters th {
            padding: 0;
        }

            .ng-table-responsive thead tr.ng-table-filters th form > div {
                padding: 8px;
            }

        .ng-table-responsive td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            .ng-table-responsive td:before {
                content: attr(data-title-text);
            }

        .ng-table-responsive, .ng-table-responsive tbody, .ng-table-responsive td, .ng-table-responsive th, .ng-table-responsive thead, .ng-table-responsive tr {
            display: block;
        }
}

.ng-table-pagination {
    margin-top: 0;
}

.filter:after, .filter:before, .ng-table-group-selector:after, .ng-table-group-selector:before {
    display: table;
    content: " ";
}

.filter:after, .ng-table-group-selector:after {
    clear: both;
}

.filter > .filter-cell {
    float: left;
    box-sizing: border-box;
}

.filter-horizontal > .filter-cell {
    padding: 0 2px;
}

    .filter-horizontal > .filter-cell:first-child {
        padding-left: 0;
    }

    .filter-horizontal > .filter-cell.last, .filter-horizontal > .filter-cell:last-child {
        padding-right: 0;
    }

.s12 {
    width: 100%;
}

.s11 {
    width: 91.66666666666666%;
}

.s10 {
    width: 83.33333333333334%;
}

.s9 {
    width: 75%;
}

.s8 {
    width: 66.66666666666666%;
}

.s7 {
    width: 58.333333333333336%;
}

.s6 {
    width: 50%;
}

.s5 {
    width: 41.66666666666667%;
}

.s4 {
    width: 33.33333333333333%;
}

.s3 {
    width: 25%;
}

.s2 {
    width: 16.666666666666664%;
}

.s1 {
    width: 8.333333333333332%;
}

@media all and (max-width:468px) {
    .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12 {
        width: 100%;
    }

    .filter > .filter-cell {
        padding: 0;
    }
}

#weatherWidget {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
}

    #weatherWidget .two_col {
        float: left;
    }

    #weatherWidget .icon {
        position: relative;
        top: -4px;
    }

    #weatherWidget .main_text {
        font-weight: bold;
    }

#currencyWidget .valueInput {
    width: 100%;
    text-align: right;
    border-color: #ddd;
    color: #5e5745;
    box-shadow: none;
}

#currencyWidget .currencyInput {
    overflow-x: hidden;
    white-space: nowrap;
    padding-right: 20px;
    border: none;
    box-shadow: none;
    text-align: left;
    color: #5e5745;
}

#currencyWidget .btn-group {
    width: 80%;
}

#currencyWidget .btn_container {
    width: 100%;
    border: 1px solid #ddd;
}

#currencyWidget .form-group {
    margin-bottom: 0;
    height: 34px;
}

#currencyWidget .group_spacer {
    margin-bottom: 9px;
}

#takeOverContainer {
    padding: 20px;
}

    #takeOverContainer .button_container {
        height: 34px;
        text-align: right;
    }

#formDisplay .btn_submit {
    width: 25%;
}

#formDisplay .ng-dirty.ng-invalid {
    border: 1px solid #f00 !important;
}

#formDisplay .ng-touched.ng-invalid-required {
    border: 1px solid #f00 !important;
}

#formDisplay .checkbox-label {
    padding-left: 20px;
}

#searchWidgetContainer {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
}

    #searchWidgetContainer input:focus {
        outline: none;
    }

    #searchWidgetContainer .search_input {
        border: none;
    }

    #searchWidgetContainer .glyphicon-search {
        top: 2px;
        color: #e26811;
    }

.carousel .image {
    margin: auto;
}

.carousel .carousel_inner {
    background: #5e5745;
    background: -webkit-linear-gradient(left,#ddd5c7,#f9f7f5,#ddd5c7);
    background: -o-linear-gradient(left,#ddd5c7,#f9f7f5,#ddd5c7);
    background: -moz-linear-gradient(left,#ddd5c7,#f9f7f5,#ddd5c7);
    background: linear-gradient(to right,#ddd5c7,#f9f7f5,#ddd5c7);
}

.carousel .carousel_caption {
    position: relative;
    z-index: 10;
    background: #5e5745;
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-height: 80px;
}

.carousel .carousel-indicators {
    width: 78%;
    text-align: right;
}

.carousel .banner_title {
    color: #fff;
}

    .carousel .banner_title:hover {
        color: #ffc72c;
    }

.carousel .banner_image {
    width: 100%;
}

.carousel .carousel-control {
    bottom: 80px;
}

.carousel .brief {
    width: 85%;
}

img {
    max-width: 100%;
    height: auto;
}

.homepage-news-item {
    height: 75px;
    overflow: hidden;
    color: #5e5745;
}

.custom_desc {
    height: 200px;
    overflow: hidden;
}

.article_tile .media-heading {
    color: #00558c;
}

#articles_panel {
    border-top: none !important;
}

#unreadMessageCount {
    color: #aaa;
    margin-left: 20px;
}

.glyphicon-envelope {
    top: 2px;
    color: #aaa;
}

.nav_color {
    color: #aaa;
}

#searchWidget {
    /*padding-top: 28px;*/
    height: 84px;
}

.multi-dropdown-submenu {
    position: relative;
}

    .multi-dropdown-submenu .multi-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;
    }

    .multi-dropdown-submenu:hover .multi-dropdown-menu > :first-child {
        display: block;
    }

li.multi-dropdown-submenu.dropdown:hover > ul {
    display: block;
}

li.multi-dropdown-submenu.dropdown-submenu:hover > div > ul {
    display: block;
}

multi-dropdown-menu:hover > document-menu > ul {
    display: block;
    left: 0;
}

.multi-dropdown-menu li:hover {
    background-color: #F28C28;
}

.multi-dropdown-menu li a:hover {
    text-decoration: none;
}

.multi-dropdown-submenu dropdown-submenu a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.multi-dropdown-submenu:hover a:after {
    border-left-color: #fff;
}

.multi-dropdown-submenu.pull-left {
    float: none;
}

.multi-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;
    max-height: unset;
}

ul.multi-dropdown-menu.dropdown-menu {
    overflow: visible;
}

    ul.multi-dropdown-menu.dropdown-menu.dropdown-bottom {
        top: 40px;
        padding-top: 0;
        padding-bottom: 0;
        left: 0;
        max-height: unset;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.shop-choice {
    max-height: 265px;
    min-width: 130px;
    width: 210px;
}

    .shop-choice .navicon {
        float: left;
        width: 50px;
    }

    .shop-choice .menu-label {
        height: 40px;
        line-height: 40px;
        float: left;
    }

    .shop-choice a {
        overflow: auto;
    }

#dataFeed_widget .perf_metric_item {
    text-align: center;
    padding: 0;
    padding-left: 4px;
    border-right: 1px solid #ddd5c7;
    height: 100%;
}

    #dataFeed_widget .perf_metric_item label {
        color: #aaa;
        width: 100%;
    }

#dataFeed_widget .perf_metric_item_last {
    border-right: none;
}

#dataFeed_widget .image_overall_container {
    padding-right: 0;
    padding-left: 0;
}

    #dataFeed_widget .image_overall_container .perf_metric_image_container {
        text-align: center;
        height: 136px;
        width: 100%;
    }

    #dataFeed_widget .image_overall_container .perf_metric_image {
        height: 100%;
        width: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        object-fit: contain;
    }

@media(min-width:1370px) {
    #dataFeed_widget .perf_metric_image_container {
        height: 121px !important;
    }
}

#dataFeed_widget .clickable {
    cursor: pointer;
}

    #dataFeed_widget .clickable label {
        cursor: pointer;
    }

    #dataFeed_widget .clickable:hover {
        background-color: #eee;
    }

#dataFeed_widget .perf_metric_image {
    text-align: center;
}

#dataFeed_widget .glyphicon-edit {
    color: #e26811;
    cursor: pointer;
}

@media(min-width:992px) {
    #dataFeed_widget .perf_metric_item label {
        height: 40px;
    }

    #dataFeed_widget .image_overall_container {
        padding-left: 18px;
    }

    #dataFeed_widget .perf_metric_image_container {
        padding-left: 0;
    }

    #dataFeed_widget .col-md-1 {
        width: 12.5%;
    }
}

#dataFeed_widget #resultsChart {
    height: 200px;
}

#dataFeed_widget .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

#dataFeed_widget .custom-object-fit {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#links .list-group-item, #links .list-group {
    border-style: none;
}

#links .panel-body {
    padding: 9px;
}

#links .panel-heading h3 {
    font-size: 18px;
}

#links img {
    margin-right: 10px;
}

#links .link_image {
    width: 19px;
}
/*
#unreadMessageCount {
    color: #aaa;
    margin-left: 20px;
}

.glyphicon-envelope {
    top: 2px;
    color: #aaa;
}

.nav_color {
    color: #aaa;
}

#searchWidget {
    padding-top: 28px;
    height: 84px;
}
*/
.dropdown-menu-first {
    display: block;
    min-width: 100%;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
}

.dropdown-submenu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}

.carrot-left:after {
    border: 1px solid;
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
}

@media(max-width:767px) {
    .multi-dropdown-submenu {
        position: static;
    }

        .multi-dropdown-submenu .multi-dropdown-menu {
            left: 0;
            position: relative;
        }

    ul.multi-dropdown-menu.dropdown-menu.dropdown-bottom {
        top: 0;
    }
}

#timeline-panel .list-group-item, #timeline-panel .list-group {
    border-style: none;
}

#timeline-panel .panel-body {
    padding: 9px;
}

#timeline-panel .panel-heading h3 {
    font-size: 18px;
}

#timeline-panel .item_padding {
    padding: 4px;
}

#timeline-panel .no_pad {
    padding: 0;
}

#timeline-panel a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#quickpoll_component {
    margin-top: 10px;
}

    #quickpoll_component #resultsChart {
        height: 200px;
    }

.main {
    padding-left: 18px;
    padding-top: 0;
    padding-right: 0;
}

.row {
    margin-left: -18px;
    margin-right: -18px;
}

.carousel {
    min-height: 250px;
}

.redemption_btn {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.articles_panel {
    border-top-style: none;
}

#home_container .panel-body {
    padding: 9px;
}

#home_container h3 {
    font-size: 18px;
}

#home_container .control-label {
    padding-left: 15px;
    padding-right: 15px;
}

#weekly_news .custom_img {
    width: 33.3333333%;
}

#weekly_news .custom_desc {
    width: 66.6666667%;
}

#weekly_news .subheader {
    margin-top: 10px;
}

.newsletterContainer {
}

    .newsletterContainer h1[style], .newsletterContainer div[style], .newsletterContainer [style] {
    }

#filter_container {
    padding-bottom: 10px;
}

    #filter_container .checkbox-wrp {
        float: right;
    }

    #filter_container input[type="checkbox"] {
        display: none;
    }

    #filter_container #marketing {
        /*  
    border-top-color: #e26811;
    border-bottom-color: #e26811;
    */
        border-color: #e26811;
    }

        #filter_container #marketing:hover {
            background-color: #FAE4D4;
        }

        #filter_container #marketing input:checked + span {
            background: url(/Content/Images/calendar/check-bg1.png) left top no-repeat;
        }

    #filter_container #training {
        /*
    border-top-color: #ffc72c;
    border-bottom-color: #ffc72c;
    */
        border-color: #ffc72c;
    }

        #filter_container #training:hover {
            background-color: #FFF5D9;
        }

        #filter_container #training input:checked + span {
            background: url(/Content/Images/calendar/check-bg2.png) left top no-repeat;
        }

    #filter_container #sales {
        /*
    border-top-color: #ad321c;
    border-bottom-color: #ad321c;
    */
        border-color: #ad321c;
    }

        #filter_container #sales:hover {
            background-color: #F0DAD6;
        }

        #filter_container #sales input:checked + span {
            background: url(/Content/Images/calendar/check-bg3.png) left top no-repeat;
        }

    #filter_container #services {
        /*
    border-top-color: #005f61;
    border-bottom-color: #005f61;
    */
        border-color: #005f61;
    }

        #filter_container #services:hover {
            background-color: #D1E2E2;
        }

        #filter_container #services input:checked + span {
            background: url(/Content/Images/calendar/check-bg4.png) left top no-repeat;
        }

    #filter_container #events {
        /*
    border-top-color: #00558c;
    border-bottom-color: #00558c;
    */
        border-color: #00558c;
    }

        #filter_container #events:hover {
            background-color: #D1E0EA;
        }

        #filter_container #events input:checked + span {
            background: url(/Content/Images/calendar/check-bg5.png) left top no-repeat;
        }

    #filter_container #compliance {
        border-color: #00B5D4;
    }

    #filter_container #compliance:hover {
        background-color: #D1E0EA;
    }

    #filter_container #compliance input:checked + span {
        background: url(/Content/Images/calendar/check-bg6.png) left top no-repeat;
    }

    #filter_container .checkbox-inline {
        margin-left: 0;
        margin-right: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 15px;
        /*
    border-top: 3px solid;
    border-bottom: 3px solid;
    */
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }

        #filter_container .checkbox-inline span {
            margin-right: 3px;
            width: 20px;
            height: 20px;
            display: block;
            background: url(/Content/Images/calendar/check-bg.png) left top no-repeat;
        }

        #filter_container .checkbox-inline label {
            margin-bottom: 0;
        }

#advert_panel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    #advert_panel img {
        width: 90%;
        height: 90%;
        margin: 5px;
    }

#landing_page {
    padding-left: 19px;
    padding-right: 19px;
}

    #landing_page .icon_container {
        padding: 16px 0 16px 0;
    }

        #landing_page .icon_container:hover {
            color: #f57f29;
            background-color: #e5e3df;
        }

        #landing_page .icon_container .glyphicon-arrow-left {
            font-size: 28px;
        }

        #landing_page .icon_container a {
            color: #5e5745;
        }

            #landing_page .icon_container a:hover {
                text-decoration: none;
            }

    #landing_page .main_header {
        color: #ccc;
    }

@media(min-width:768px) {
    #landing_page .main_header {
        padding-top: 40px;
    }
}

#landing_page #landing_logo {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
}

#landing_page .sso_error {
    color: #f00;
}

#landing_page #carousel_container {
    margin-top: 20px;
}

#landing_page .carousel {
    min-height: 125px;
}

    #landing_page .carousel .banner_image {
        width: 100%;
        height: auto;
        min-height: 125px;
    }

    #landing_page .carousel .carousel-control {
        bottom: 0;
    }

    #landing_page .carousel .carousel-inner {
        background: -webkit-radial-gradient(circle,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background: -moz-radial-gradient(circle,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background: -ms-radial-gradient(circle,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    }

#landing_page .navicon {
    text-align: center;
    color: #5e5745;
}

#landing_page .landing_advert img {
    width: 200px;
    height: 200px;
}

#landing_page .beddingmanchester {
    background-image: url("/Content/Images/landing/DefaultIcons/bed.png");
}

#landing_page .coffeecatering {
    background-image: url("/Content/Images/landing/DefaultIcons/coffee.png");
}

#landing_page .foodbeverage {
    background-image: url("/Content/Images/landing/DefaultIcons/food.png");
}

#landing_page .hotelamenities {
    background-image: url("/Content/Images/landing/DefaultIcons/hotel.png");
}

#landing_page .officesupplies {
    background-image: url("/Content/Images/landing/DefaultIcons/office.png");
}

#landing_page .printitems {
    background-image: url("/Content/Images/landing/DefaultIcons/printer.png");
}

#landing_page .uniforms {
    background-image: url("/Content/Images/landing/DefaultIcons/uniform.png");
}

#landing_page .washroomproducts {
    background-image: url("/Content/Images/landing/DefaultIcons/washing.png");
}

#landing_page .covid-19 {
    background-image: url("/Content/Images/landing/DefaultIcons/covid-19.png");
}

#landing_page .materialhandling {
    background-image: url("/Content/Images/landing/DefaultIcons/materialhandling.png");
}

#landing_page .operatingsupplies {
    background-image: url("/Content/Images/landing/DefaultIcons/operatingsupplies.png");
}

#landing_nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#landing_nav .dropdown-menu {
    max-height: unset;
    background-color: #f0edea;
}

    #landing_nav .dropdown-menu > li:hover, #landing_nav .dropdown-menu > li > a:hover {
        background-color: #ddd5c7;
    }

    #landing_nav .dropdown-menu .navicon {
        background-position: left center;
        padding-left: 50px;
        line-height: 44px;
        padding-top: 0;
        text-align: left !important;
    }

@media only screen and (max-width:768px) {
    #landing_nav .dropdown-menu {
        display: block;
        position: static;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
        position: static;
        width: 100%;
    }

    #landing_nav .navbar-nav .dropdown-menu > li > a, #landing_nav .navbar-nav .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    #landing_nav .navbar-nav .dropdown-menu > li > a {
        line-height: 20px;
    }

    #landing_nav .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #777;
    }

    #landing_nav a.dropdown-toggle .caret {
        display: none;
    }
}

.list-group {
    border: 1px solid #f0edea;
    padding-right: 0;
}

    .list-group .group_item {
        padding: 10px 0;
    }

.group_item:nth-child(even) {
    background-color: #f8f7f5;
}

.header_label {
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.item {
    color: #aaa;
    word-wrap: break-word;
}

#shop_logo {
    max-height: 54px;
}

    #shop_logo img {
        float: left;
        display: inline-block;
        padding: 0;
        margin-left: 18px;
        margin-right: 0;
        margin-top: 9px;
        margin-bottom: 9px;
        height: 40px;
    }

@media(min-width:768px) {
    #shop_logo img {
        float: right;
        height: 25px;
        margin-top: 28px;
        margin-bottom: 13px;
        margin-left: 0;
    }
}

#suppliers_page .supplier_company_info .supplier_company_info_item {
    border-top: 1px solid #808080;
}

    #suppliers_page .supplier_company_info .supplier_company_info_item:last-child {
        border-bottom: 1px solid #808080;
    }

#suppliers_page .supplier_container {
    line-height: 154px;
    height: 154px;
}

.circle_background {
    height: 175px;
    width: 175px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 10px;
}

.circle_font {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.circle_margin {
    margin: 10px;
}

.orange_circle {
    background: #e26811;
}

    .orange_circle:hover {
        background: #ffc72c;
    }

@font-face {
    font-family: "Open Sans";
    src: url("/Content/fonts/OpenSans-Regular.ttf"), url("/Content/fonts/OpenSans-Regular.ttf");
}

.directory_links {
    margin-top: 9px;
    margin-bottom: 9px;
    color: #e26811;
    padding-left: 18px;
    font-size: 16px;
}

    .directory_links a {
        color: #e26811;
        opacity: .5;
    }

.selected_circle {
    background: #ffc72c;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#directory_list .directory_table {
    font-weight: 700;
}

#directory_list .filter_col {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

#directory_list .main_col {
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
    overflow: auto;
    max-height: 600px;
}

#directory_list ::-webkit-scrollbar {
    width: 6px;
}

#directory_list ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

#directory_list ::-webkit-scrollbar-thumb {
    background: #000;
}

#directory_list .min_col {
    width: 60px;
}

#directory_list .normal_col {
    width: 20%;
}

#directory_list .button_col {
    width: 220px;
}

#directory_list .mini_circle {
    height: 60px;
    width: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

#directory_list .circle_margin_sm {
    margin: 2px;
}

#directory_list th {
    border-bottom: none;
}

#directory_list .border_bottom {
    border-top: none;
    border-bottom: 1px solid #ddd5c7;
}

#directory_list .border_top {
    border-bottom: none;
    border-top: 1px solid #ddd5c7;
}

#directory_list .align_bottom {
    vertical-align: bottom !important;
}

#directory_list .border_none {
    border-top: none;
}

#directory_list .name {
    color: #e26811;
}

#directory_list .icon_image {
    max-width: 60px;
}

#directory_list .profile_image {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    max-width: none;
}

#directory_list .arrow {
    margin-bottom: 30px;
}

    #directory_list .arrow:after {
        border-top: 25px solid #f0edea;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 100%;
        left: 45%;
    }

#directory_list .job_title_arrow {
    margin-bottom: 30px;
}

    #directory_list .job_title_arrow:after {
        border-top: 25px solid #f0edea;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        left: 88%;
    }

#directory_list .arrow_margin {
    margin-bottom: 30px;
}

#directory_list #tagsContainers .ui-select-container {
    border: 2px solid #f0edea;
    border-radius: 30px;
    background-color: #fff;
    padding: 11px;
    color: #e26811;
    font-weight: 700;
    position: relative;
    width: 100%;
}

#directory_list #tagsContainers .ui-select-match-item {
    background-color: #5e5745;
    border-color: #5e5745;
    color: #fff;
}

#directory_list #tagsContainers .ui-select-search {
    font-weight: 700;
    border: none;
    width: 100%;
    height: 35px;
}

#directory_list #tagsContainers .center_tags_text .ui-select-search {
    text-align: center;
}

#directory_list #tagsContainers ::-webkit-input-placeholder {
    color: #e26811;
}

#directory_list #tagsContainers:hover ::-webkit-input-placeholder {
    border-bottom: 2px solid;
}

#directory_list #tagsContainers :-moz-placeholder {
    color: #e26811;
}

#directory_list #tagsContainers ::-moz-placeholder {
    color: #e26811;
}

#directory_list #tagsContainers :-ms-input-placeholder {
    color: #e26811;
}

.filter_col .filter_btn {
    border: 2px solid #f0edea;
    border-radius: 35px;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    color: #e26811;
    font-weight: 700;
    position: relative;
    width: 100%;
    height: 63px;
}

.filter_col button[disabled], .filter_col html input[disabled] {
    cursor: not-allowed;
    opacity: .5;
}

.filter_col .glyphicon-triangle-bottom {
    color: #ffc72c;
}

.filter_col .code_btn {
    background-color: #f0edea;
    color: #000;
}

.filter_col .code_input {
    width: 100%;
    text-align: center;
    color: #000;
    border: none;
    background: #f0edea;
    height: 35px;
}

    .filter_col .code_input:hover {
        border-bottom: 2px solid;
    }

.filter_col ::-webkit-input-placeholder {
    color: #000;
}

.filter_col :-moz-placeholder {
    color: #000;
}

.filter_col ::-moz-placeholder {
    color: #000;
}

.filter_col :-ms-input-placeholder {
    color: #000;
}

.filter_col .custom_btn {
    margin: 0 auto;
    border: 2px solid #4e1f21;
    border-radius: 35px;
    padding: 6px;
    text-align: center;
    width: 75%;
    background-color: #4e1f21;
    color: #fff;
    font-weight: 700;
}

.filter_col .dropdown-menu > li > a {
    white-space: normal;
}

.filter_col .col-md-12 {
    margin-left: 0;
    margin-right: 0;
}

.gray {
    background: #ddd5c7;
}

.yellow {
    background: #ffc72c;
}

.orange {
    background: #e26811;
}

.dark_brown {
    background: #4e1f21;
}

#directory_profile table {
    border-collapse: separate;
}

#directory_profile .google-visualization-orgchart-node {
    text-align: center;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #fff;
    background: #fff;
}

#directory_profile .selectedBorder {
    border: 3px dashed #e26811;
}

#directory_profile .google-visualization-orgchart-lineleft, #directory_profile .google-visualization-orgchart-lineright, #directory_profile .google-visualization-orgchart-linebottom, #directory_profile .google-visualization-orgchart-linetop {
    border-color: #e26811;
}

#directory_profile .profile_image_container {
    text-align: center;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
}

    #directory_profile .profile_image_container .lg_profile_image {
        width: 200px;
        border-radius: 50%;
        height: 200px;
        max-width: none;
    }

#directory_profile .sm_profile_image {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    max-width: none;
}

#directory_profile .profile_container {
    margin-top: 35px;
}

#directory_profile section {
    border-bottom: 1px solid #f0edea;
    padding-top: 20px;
    padding-bottom: 20px;
}

#directory_profile .title {
    color: #e26811;
    margin-top: 0;
}

#directory_profile .title_desc {
    color: #5e5745;
    font-size: 15px;
    font-weight: 700;
}

#directory_profile .link_container {
    padding-top: 15px;
    padding-bottom: 3px;
}

#directory_profile .link {
    border-bottom: 1px solid;
    color: #5e5745;
}

    #directory_profile .link:hover {
        text-decoration: none;
    }

#directory_profile .phone_number_icon {
    font-weight: 700;
    color: #e26811;
    padding-right: 4px;
}

#directory_profile .icon_container {
    padding-top: 15px;
}

#directory_profile .icon_image {
    max-width: 45px;
    margin-right: 5px;
}

#directory_profile .extras_container .inlineBlock {
    margin-right: 50px;
}

#directory_profile .extras_container li {
    color: #e26811;
}

#directory_profile .extras_container .text {
    color: #aaa;
    font-size: 14px;
}

#directory_profile .myteam_container .myteam_table {
    width: 100%;
}

    #directory_profile .myteam_container .myteam_table img {
        cursor: pointer;
    }

#directory_profile .hotel_image {
    width: 300px;
    height: 200px;
}

#directory_profile .no_pad {
    padding-left: 0;
    padding-right: 0;
}

#directory_profile .no_margin {
    margin-top: 0;
}

#directory_profile .image {
    width: 280px;
}

#directory_profile .linkedin_image {
    margin-top: 15px;
}

#directory_profile .badge_container .single_badge_display {
    text-align: center;
    margin: 5px;
    display: inline-block;
    position: relative;
}

    #directory_profile .badge_container .single_badge_display img, #directory_profile .badge_container .single_badge_display label {
        margin: auto;
        display: block;
    }

    #directory_profile .badge_container .single_badge_display:hover .badge_display_image {
        opacity: .3;
    }

    #directory_profile .badge_container .single_badge_display:hover .glyphicon-trash {
        display: block;
    }

    #directory_profile .badge_container .single_badge_display .glyphicon-trash {
        position: absolute;
        left: -30px;
        margin-left: 50%;
        display: none;
        background-color: rgba(0,0,0,.7);
        font-size: 26px;
        cursor: pointer;
        padding: 18px 16px 16px 16px;
        border-radius: 50%;
        color: #fff;
    }

#directory_profile .badge_container .allbadge_popover {
    width: 320px;
    display: inline-block;
}

    #directory_profile .badge_container .allbadge_popover .allbadge_display_one {
        margin: 10px;
        display: inline-block;
        cursor: pointer;
    }

        #directory_profile .badge_container .allbadge_popover .allbadge_display_one img {
            display: block;
            margin: auto;
        }

#directory_profile .badge_container .popover {
    max-width: initial;
}

#directory_profile .badge_container .tooltip b {
    border-bottom: 1px solid #e26811;
}

#directory_profile .recognition_header {
    position: relative;
    font-size: 24px;
    display: inline-block;
    top: -10px;
}

#directory_profile .badge_button_container {
    padding-left: 2px;
    padding-right: 12px;
    width: 185px;
}

#directory_profile .badge_button {
    width: 136px;
    color: #fff;
    background-color: #e26811;
    border-radius: 4px;
}

    #directory_profile .badge_button:hover {
        opacity: .7;
    }

#directory_profile .badge_image {
    max-width: none;
}

#directory_profile .badge_image_container {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

#directory_profile .badge_comment {
    color: #aaa;
    height: 20px;
}

#badgeSelectionContainer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

    #badgeSelectionContainer #badgeContainer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #badgeSelectionContainer .margin-right-sm {
        margin-right: 5px;
    }

    #badgeSelectionContainer .badge_item {
        margin: 5px 0;
    }

    #badgeSelectionContainer input[type="radio"] {
        display: none;
    }

    #badgeSelectionContainer .badge_description {
        color: #aaa;
        font-size: 14px;
    }

    #badgeSelectionContainer ::-webkit-input-placeholder {
        color: #aaa;
    }

    #badgeSelectionContainer ::-moz-placeholder {
        color: #aaa;
    }

    #badgeSelectionContainer :-ms-input-placeholder {
        color: #aaa;
    }

    #badgeSelectionContainer :-moz-placeholder {
        color: #aaa;
    }

    #badgeSelectionContainer .checkbox-inline span {
        margin-right: 3px;
        width: 20px;
        height: 20px;
        display: block;
        background: url(/Content/Images/calendar/check-bg.png) left top no-repeat;
    }

    #badgeSelectionContainer .checkbox-inline label {
        margin-bottom: 0;
    }

    #badgeSelectionContainer input:checked + span {
        background: url(/Content/Images/calendar/check-bg1.png) left top no-repeat;
    }

    #badgeSelectionContainer .active {
        color: #5e5745;
    }

    #badgeSelectionContainer .btn {
        width: 136px;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
    }

    #badgeSelectionContainer .btn_primary {
        background-color: #e26811;
    }

    #badgeSelectionContainer .btn_secondary {
        background-color: #fff;
        color: #aaa;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.control-label {
    text-align: right;
    height: 100%;
}

.form-group {
    width: 100%;
}

.form-control[disabled] {
    background: #ddd5c7;
}

#notifications .comment, #notifications .heart-empty, #notifications .heart, #notifications .file, #notifications .download, #notifications .star-empty, #notifications .contact, #notifications .badge-icon {
    background-position: center;
    height: 20px;
}

#notifications .k-alt {
    padding: 4px 0;
}

    #notifications .k-alt:nth-child(odd) {
        background-color: #f0edea;
    }

#notifications .un_read {
    font-weight: bold;
}

#leaderboard .table > tbody + tbody {
    border-top: none;
}

#leaderboard td {
    padding: 20px;
}

#leaderboard .border_left {
    border-left: 1px solid #f0edea;
}

#leaderboard .icon {
    text-align: center;
}

#leaderboard .btn_icon {
    width: 25px;
}

#leaderboard .chart_container {
    height: 250px;
}

#leaderboard .value {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

#leaderboard .background_gray {
    background: #f0edea;
}

#leaderboard .view_more {
    width: 15%;
}

#leaderboard .animate-repeat.ng-enter {
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
}

#leaderboard .animate-repeat.ng-enter {
    opacity: 0;
    max-height: 0;
}

    #leaderboard .animate-repeat.ng-enter.ng-enter-active {
        opacity: 1;
        max-height: 500px;
    }

.leaderboard-header .subheader {
    display: inline-block;
}

.leaderboard-header-right {
    display: inline-block;
    float: right;
}

    .leaderboard-header-right .radio, .leaderboard-header-right-select {
        display: inline-block;
        padding-right: 15px;
    }

    .leaderboard-header-right .leaderboard-header-right-select {
        width: 200px;
    }

        .leaderboard-header-right .leaderboard-header-right-select button {
            width: 160px;
        }

        .leaderboard-header-right .leaderboard-header-right-select .dropdown-menu {
            max-height: 350px;
        }

.author {
    color: #e26811;
}

article {
    padding-top: 24px;
}

.article_image {
    max-height: 300px;
}

.share_input {
    border: 1px solid #c3ba99;
    border-radius: 3px;
}

#commentsContainer {
    margin-left: 18px;
}

#resources .monthly_signup {
    text-align: center;
    background-color: #8d89c0;
}

#resources .main_header_background {
    background-color: #4e1f21;
}

#resources .header {
    border: none;
}

#resources .header_background {
    background: #fff;
}

#resources .leader_table_header th {
    border: none;
}

#resources .col-md-3 {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 0px
}

#resources .no_opacity {
    opacity: 1;
}

.image_tile_container {
    width: 200px;
    margin: 0 auto;
}

#imageTile .image {
    text-align: center;
    color: #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1.0;
}

    #imageTile .image:hover {
        opacity: 1.0;
    }

#imageTile .cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#imageTile .contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#imageTile .text_overlay {
    background-color: #e26811;
    padding: 10%;
    width: 65%;
    margin: 0 auto;
    opacity: .8;
}

#imageTile .caption {
    margin-top: 5px;
    text-align: center;
    color: #5e5745;
    min-height: 80px;
}

.subheader-admin {
    background-color: #00558c;
    color: #fff;
    font-family: DroidSerif;
    padding: 8px 16px;
    margin-bottom: 10px;
}

.subheader-admin-choice {
    background-color: #00558C;
}

.subheader-admin-greenways {
    background-color: #2b5922;
}

.panel-heading {
    padding: 8px 18px 8px;
}

.panel-info > .panel-heading {
    color: #5e5745;
    background-color: #f0edea;
    border-color: #5e5745;
}

.panel-info {
    border-color: #5e5745;
}

.table_header {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.margin_top_sm {
    margin-top: 15px;
}

.margin_bot_sm {
    margin-bottom: 15px;
}

.error_messages.ng-active, .error_message, .dropdown_error_message {
    background: #ad321c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

    .error_messages.ng-active ::after, .error_message ::after, .dropdown_error_message ::after {
        border-bottom: 10px solid #ad321c;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1em;
    }

.form_control_padding {
    padding-top: 7px;
}

.table td {
    vertical-align: middle !important;
}

.msg {
    background: #ad321c;
    color: #fff;
    margin-left: 10px;
}

.tag {
    border-color: #00558c;
    background-color: #00558c;
    font-size: 100%;
    margin: 1px;
    display: inline-block;
}

.inputBlock {
    vertical-align: baseline !important;
    border: none;
    box-shadow: none;
}

.maxWidth {
    width: 100%;
}

#tagsContainer {
    padding: 10px;
}

.cropper-container {
    max-width: 500px;
    max-height: 281px;
    margin: 20px auto;
}

#image {
    max-width: 100%;
}

img {
    max-width: 100%;
}

.preview {
    overflow: hidden;
    margin: 20px auto;
    border: 1px #c6c6c6 solid;
}

.upload-image {
    border: 1px #fff dashed;
    width: 100%;
}

.links-style {
    cursor: pointer;
}

.inputBlock {
    vertical-align: baseline !important;
    border: none;
    box-shadow: none;
}

.maxWidth {
    width: 100%;
}

#authorTagContainer {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
}

span.ui-select-toggle {
    background-color: #fff;
    color: #697886;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #869aac;
}

.fullWidthTextarea {
    width: 100%;
    min-height: 100px;
}

.glyphicon-arrow-up, .glyphicon-arrow-down {
    cursor: pointer;
}

#inTheMedia .tile_image {
    opacity: 1;
    cursor: pointer;
    padding: 30px;
}

#inTheMedia .tile {
    text-align: center;
    border: 10px solid #f0edea;
}

    #inTheMedia .tile:hover {
        background: rgba(226,104,17,.5);
        border-color: rgba(226,104,17,.1);
        color: #fff;
    }

        #inTheMedia .tile:hover .tile_image {
            opacity: .4;
        }

        #inTheMedia .tile:hover .tile_text {
            color: #fff;
        }

#inTheMedia .tile_text {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

#calendar_container ::-webkit-scrollbar {
    width: 6px;
}

#calendar_container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

#calendar_container ::-webkit-scrollbar-thumb {
    background: #000;
}

#calendar_container .filter_col {
    width: 10.5%;
    text-align: center;
    margin-left: auto;
    margin-right: 18px;
}

    #calendar_container .filter_col .filter_btn {
        height: 38px;
        padding: 7px;
        margin-bottom: 5px;
    }

#calendar_container .tile_container:hover .tile_name {
    color: #e26811;
}

#calendar_container .tile_container:hover .tile_num {
    color: #e26811;
}

#calendar_container .no_show {
    opacity: .4;
}

@media(min-width:992px) {
    .col-months {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.calendar_tile {
    background: #f8f7f3;
    border: 5px solid #f1edea;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

    .calendar_tile .tile_name {
        width: 80%;
        color: #222;
        font-weight: bold;
        font-size: 1.5em;
    }

    .calendar_tile .tile_num {
        text-align: right;
        font-size: 5rem;
        color: #777;
        height: 40px;
        position: relative;
        top: -15px;
        font-weight: bold;
    }

    .calendar_tile .dot {
        width: 8px;
        height: 8px;
        background-color: #ddd6c6;
        float: left;
        margin: 0 2%;
        border-radius: 50%;
    }

    .calendar_tile .dot_margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }

@media(min-width:992px) {
    .calendar_tile .dots {
        min-height: 168px;
    }
}

@media(min-width:1200px) {
    .calendar_tile .dots {
        min-height: 112px;
    }
}

@media(min-width:1500px) {
    .calendar_tile .dots {
        min-height: 84px;
    }
}

#calendarContainer {
    max-height: 700px;
}

    #calendarContainer .fc-content {
        padding: 3px;
    }
    /*
    #calendarContainer .marketing_tile, #calendarContainer .marketing_tile div, #calendarContainer .marketing_tile span {
        background-color: #e26811;
        border-color: #e26811;
        color: #fff;
    }

    #calendarContainer .training_tile, #calendarContainer .training_tile div, #calendarContainer .training_tile span {
        background-color: #ffc72c;
        border-color: #ffc72c;
        color: #000;
    }

    #calendarContainer .sales_tile, #calendarContainer .sales_tile div, #calendarContainer .sales_tile span {
        background-color: #ad321c;
        border-color: #ad321c;
        color: #fff;
    }

    #calendarContainer .franchise_service_tile, #calendarContainer .franchise_service_tile div, #calendarContainer .franchise_service_tile span {
        background-color: #005f61;
        border-color: #005f61;
        color: #fff;
    }

    #calendarContainer .franchise_event_tile, #calendarContainer .franchise_event_tile div, #calendarContainer .franchise_event_tile span {
        background-color: #00558c;
        border-color: #00558c;
        color: #fff;
    }
    */
    #calendarContainer .marketing, #calendarContainer .marketing div, #calendarContainer .marketing span {
        background-color: #e26811;
        border-color: #e26811;
        color: #fff;
    }

    #calendarContainer .training, #calendarContainer .training div, #calendarContainer .training span {
        background-color: #ffc72c;
        border-color: #ffc72c;
        color: #000;
    }

    #calendarContainer .sales, #calendarContainer .sales div, #calendarContainer .sales span {
        background-color: #ad321c;
        border-color: #ad321c;
        color: #fff;
    }

    #calendarContainer .services, #calendarContainer .services div, #calendarContainer .services span {
        background-color: #005f61;
        border-color: #005f61;
        color: #fff;
    }

    #calendarContainer .events, #calendarContainer .events div, #calendarContainer .events span {
        background-color: #00558c;
        border-color: #00558c;
        color: #fff;
    }


    #calendarContainer .fc-toolbar {
        margin-top: 10px;
        margin-bottom: 0;
        border: 1px solid;
        padding-top: 11px;
        padding-left: 11px;
        padding-right: 11px;
        border-color: #ddd5c7;
    }

    #calendarContainer .fc .fc-toolbar > * > * {
        margin-left: 0;
    }

    #calendarContainer .fc-other-month {
        background-color: #f8f7f5;
    }

.time_container .form-group {
    margin-bottom: 0;
    width: auto;
}

.no_bottom_margin {
    margin-bottom: 0;
}

.analytics_list .analytics_list_button {
    width: 20%;
}

.analytics_list .analytics_row {
    width: 100%;
}

.background_gray {
    background: #f0edea;
}

.comm_title {
    line-height: 51.2px;
    font-size: 16px;
    margin-bottom: 0;
}

.comm_table {
    background: #f8f7f5;
    border: 1px solid #ddd5c7;
    margin-top: 60px;
}

.comm_text {
    font-weight: 400;
    line-height: 50px;
    font-size: 14px;
}

.comm_numbers {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 50px;
}

.comm_image_title_text {
    font-weight: 400;
    line-height: 50px;
    font-size: 14px;
    margin-top: 59px;
    margin-bottom: 0;
}

.comm_image_box {
    background: #fff;
    border: 1px solid #ddd5c7;
    padding: 44px 62px 44px 62px;
    margin: 21px auto 69px auto;
}

.filter_side {
    padding-left: 18px;
}

.comm_image {
    height: 10px;
    width: 10px;
}

.recent-logins-hotels-report .hotel-logins-each-hotels {
    border: 1px solid #808080;
    border-radius: 5px;
    margin-bottom: 10px;
}

.recent-logins-hotels-report .hotel-logins-each-hotel-name {
    font-weight: bold;
    border-bottom: 1 px solid #808080;
    margin-bottom: 10px;
    padding: 4px 0 0 10px;
}

.recent-logins-hotels-report .hotel-logins-each-hotel-item-individaul {
    display: inline-block;
    padding: 2px 1px;
    border-right: 1px solid #ddd;
}

.recent-logins-hotels-report .hotel-logins-each-hotel-item-header {
    font-weight: bold;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 1px 5px 5px 5px;
}

    .recent-logins-hotels-report .hotel-logins-each-hotel-item-header div {
        display: inline-block;
        padding: 0 5px 0 1px;
        border-right: 1px solid #ddd;
    }

.recent-logins-hotels-report .wid-80 {
    width: 80%;
}

.recent-logins-hotels-report .wid-15 {
    width: 15%;
}

.recent-logins-hotels-report .wid-4 {
    width: 4%;
    border-right: 0 !important;
}

.recent-logins-hotels-report .hotel-logins-each-hotel-items {
    border: 1px solid #ddd;
    padding: 0 5px 0 5px;
}

    .recent-logins-hotels-report .hotel-logins-each-hotel-items:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

.fullWidthTextarea {
    width: 100%;
    min-height: 100px;
}

.commTable-selectButton {
    width: 7%;
}

.commTable-Title {
    width: 38%;
}

.commTable-Dates {
    width: 15%;
}

.commTable-endButtons {
    width: 25%;
    text-align: right;
}

.commbtn {
    margin: 2px;
}

.commTableSearchBox {
    height: 34px;
    border: 2px solid #ddd;
}

.commCheckbox {
    height: 25px;
    width: 25px;
    border: 1px,solid,#f0edea;
    color: #fff;
    background: rgba(0,0,0,.3);
}

.topRow {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding: 3px;
    width: 100%;
}

.commSelectAllText {
    color: #c3ba99;
    font-weight: 700;
}

.topBarLeftItems {
    display: inline-block;
    float: left;
}

.topBarRightItems {
    display: inline-block;
    float: right;
}

.comm-table .header {
    text-align: left;
    color: #c3ba99;
}

.comm-table .td {
    text-align: left;
}

.chart_container .highcharts-container svg > text:last-child {
    display: none;
}

#formBuilderResults .userTitle {
    background-color: #f0edea;
    cursor: pointer;
}

    #formBuilderResults .userTitle:hover {
        background-color: #ddd5c7;
    }

#analytics .analytics_container {
    padding-left: 30px;
    padding-right: 30px;
}

#analytics .graph_header {
    text-align: center;
    color: #c3ba99;
    margin-bottom: 35px;
}

#analytics .analytics_header {
    border-bottom: 1px solid #eee;
    margin-bottom: 80px;
}

#analytics .background_gray {
    padding-top: 30px;
    background: #f0edea;
}

#analytics .border_left {
    border-left: 1px solid #f0edea;
}

#analytics .view_more {
    width: 15%;
}

#analytics .table > tbody + tbody {
    border-top: none;
}

#analytics .table > thead > tr > th {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    border-top: 2px solid #ddd;
}

#analytics .header_border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 65%;
}

#analytics .icon {
    text-align: center;
}

#analytics td {
    padding: 7px;
    font-size: 16px;
    color: #5e5745;
}

#search .sub_header {
    padding-left: 18px;
    color: #aaa;
    margin-bottom: 26px;
}

#search a {
    text-decoration: none;
}

#search_tile_container {
    /*height: 90px;*/
    margin-bottom: 26px;
}

    #search_tile_container .custom_img {
        display: inline-block;
        width: 60px;
        width: 200px;
        margin-right: 10px;
        margin-right: 6px;
    }

    #search_tile_container .custom_desc {
        display: inline-block;
        vertical-align: middle;
        vertical-align: top;
        width: 70%;
        height: auto;
    }

    #search_tile_container .title {
        color: #00558c;
        font-weight: 700;
    }

    #search_tile_container .url {
        color: #005f61;
    }

    #search_tile_container .ellipsisOverflow {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #search_tile_container .nowrap {
        white-space: nowrap;
    }

    #search_tile_container .description {
        height: 40px;
    }

        #search_tile_container .description .date {
            color: #aaa;
        }

        #search_tile_container .description .wording {
            color: #5e5745;
        }

#landing_page .title_header {
    font-family: DroidSerif;
}

#landing_page .wip_breadcrumbs {
    font-size: 14px;
    font-family: DroidSerif;
}

    #landing_page .wip_breadcrumbs a {
        color: #5e5745;
    }

        #landing_page .wip_breadcrumbs a:hover {
            text-decoration: none;
        }

    #landing_page .wip_breadcrumbs .active {
        color: #e26811;
    }

#landing_page .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f7f5;
}

#landing_page .rule {
    margin-top: 5px;
    margin-bottom: 30px;
}

.refresh_button {
    margin-right: 4%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 12px;
}

.mobile_table {
    display: none;
}

@media(max-width:767px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile_table {
        display: block;
    }

    .wip_table {
        display: none;
    }
}

#wip_area {
    margin-bottom: 100px;
}

@media(max-width:767px) {
    #wip_area .table th:nth-child(2), #wip_area table th:nth-child(3), #wip_area table th:nth-child(6) {
        display: none !important;
    }
}

#wip_area .wip_table {
    border: 1px solid #f0edea;
}

    #wip_area .wip_table .header {
        border-bottom: 1px solid #f0edea;
        font-weight: 300;
        font-size: 16px;
        text-align: left;
    }

    #wip_area .wip_table td {
        border-top: none;
        color: #aaa;
        padding: 10px;
    }

#wip_area .btn-primary {
    background-color: #e26811;
    border-color: #e26811;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 3px 12px;
}

    #wip_area .btn-primary .glyphicon-eye-open {
        padding-right: 10px;
    }

#wip_area .ng-table th.sortable.sort-asc, #wip_area .ng-table th.sortable.sort-desc {
    background-color: #fff;
}

.item_container {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#order_details .list-group {
    border: 1px solid #f0edea;
    padding-right: 0;
}

    #order_details .list-group .group_item {
        padding: 10px 0;
    }

#order_details .group_item:nth-child(even) {
    background-color: #f8f7f5;
}

#order_details .header_label {
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

#order_details .item {
    color: #aaa;
    word-wrap: break-word;
}

@media(max-width:768px) {
    #order_details .row_padding {
        padding: 0 18px;
    }
}

#order_details .ui-select-bootstrap > .ui-select-match > .btn {
    background-color: #fff;
    color: #e26811;
    border-color: #e26811;
}

#order_details input[type="search"] {
    border-color: #e26811;
}

    #order_details input[type="search"]:focus {
        outline-color: #fff;
    }

#order_details .products_table {
    background: #f8f7f5;
    border: 1px solid #f0edea;
}

    #order_details .products_table th {
        border-bottom: 1px solid #f0edea;
        font-weight: 300;
        font-size: 16px;
        text-align: left;
        padding: 14px 20px;
    }

    #order_details .products_table td {
        border-top: none;
        color: #aaa;
        padding: 14px 20px;
    }

#order_details .ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #e26811;
}

#order_details .open > .dropdown-menu {
    border-left: 1px solid #e26811;
    border-right: 1px solid #e26811;
    border-bottom: 1px solid #e26811;
}

    #order_details .open > .dropdown-menu:focus {
        outline-color: #fff;
    }

#order_details .glyphicon-remove {
    font-size: 14px;
    color: #fff;
    padding: 7px;
    background-color: #5e5745;
    border-radius: 3px;
}

#order_details .ui-select-match {
    outline-color: #fff;
}

#order_details .form-control:focus {
    box-shadow: none;
}

#order_details .btn-default-focus {
    box-shadow: none;
}

#order_details .sub_title {
    padding-left: 20px;
}

#order_details .submit_button {
    font-size: 24px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    width: 200px;
    height: 50px;
    background-color: #e26811;
}

#order_details .second_rule {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media(max-width:768px) {
    #order_details .remove_pad_sm {
        padding-left: 0;
        padding-right: 0;
    }
}

#weekly_news .custom_img {
    width: 33.3333333%;
}

#weekly_news .custom_desc {
    width: 66.6666667%;
}

#weekly_news .subheader {
    margin-top: 10px;
}

.author {
    color: #e26811;
}

article {
    padding-top: 24px;
}

.article_image {
    max-height: 300px;
}

.share_input {
    border: 1px solid #c3ba99;
    border-radius: 3px;
}

#commentsContainer {
    margin-left: 18px;
}

#order_details .list-group {
    border: 1px solid #f0edea;
    padding-right: 0;
}

    #order_details .list-group .group_item {
        padding: 10px 0;
    }

#order_details .group_item:nth-child(even) {
    background-color: #f8f7f5;
}

#order_details .header_label {
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

#order_details .item {
    color: #aaa;
    word-wrap: break-word;
}

@media(max-width:768px) {
    #order_details .row_padding {
        padding: 0 18px;
    }
}

#order_details .ui-select-bootstrap > .ui-select-match > .btn {
    background-color: #fff;
    color: #e26811;
    border-color: #e26811;
}

#order_details input[type="search"] {
    border-color: #e26811;
}

    #order_details input[type="search"]:focus {
        outline-color: #fff;
    }

#order_details .products_table {
    background: #f8f7f5;
    border: 1px solid #f0edea;
}

    #order_details .products_table th {
        border-bottom: 1px solid #f0edea;
        font-weight: 300;
        font-size: 16px;
        text-align: left;
        padding: 14px 20px;
    }

    #order_details .products_table td {
        border-top: none;
        color: #aaa;
        padding: 14px 20px;
    }

#order_details .ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #e26811;
}

#order_details .open > .dropdown-menu {
    border-left: 1px solid #e26811;
    border-right: 1px solid #e26811;
    border-bottom: 1px solid #e26811;
}

    #order_details .open > .dropdown-menu:focus {
        outline-color: #fff;
    }

#order_details .glyphicon-remove {
    font-size: 14px;
    color: #fff;
    padding: 7px;
    background-color: #5e5745;
    border-radius: 3px;
}

#order_details .ui-select-match {
    outline-color: #fff;
}

#order_details .form-control:focus {
    box-shadow: none;
}

#order_details .btn-default-focus {
    box-shadow: none;
}

#order_details .sub_title {
    padding-left: 20px;
}

#order_details .submit_button {
    font-size: 24px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    width: 200px;
    height: 50px;
    background-color: #e26811;
}

#order_details .submit_button_nowidth {
    font-size: 24px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    height: 50px;
    background-color: #e26811;
}

#order_details .second_rule {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media(max-width:768px) {
    #order_details .remove_pad_sm {
        padding-left: 0;
        padding-right: 0;
    }
}

#order_details .btn-sm {
    padding: 0 10px;
}

#order_details textarea {
    resize: vertical;
    margin-bottom: 20px;
    min-height: 100px;
}

#order_details .accept {
    color: #e26811;
}

#order_details .desc {
    white-space: pre-line;
}

#service-page {
    margin-bottom: 100px;
}

    #service-page .btn-default:focus, #service-page .btn-default.focus, #service-page .btn-default:hover {
        background-color: unset !important;
    }




/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*--------------SN July 2022---------------*/
section.article-body p {
    line-height: 1.62857143;
    font-size: 18px;
}

    section.article-body p h2, section.article-body p h3 {
        line-height: 1.62857143;
        margin-top: 5px;
    }

    section.article-body p img {
        /* width: 100%;*/ max-width: 1200px;
    }

section.doccategoryintroduction {
    paddding-top: 30px;
}

    section.doccategoryintroduction p {
        font-size: 18px;
        line-height: 1.62857143;
    }

        section.doccategoryintroduction p img {
            /*  width: 100%;*/ max-width: 1200px;
        }

.article_tile .custom_img {
    width: 30%;
    max-width: 330px;
    padding-right: 0px;
}

div.side-grey-bg {
    background-color: #eee;
    height: 90%;
}

div.main-white-center {
    max-width: 1236px;
    background-color: #fff;
    padding-bottom: 100px;
}

    div.main-white-center > .row {
        /*margin-left: -13px;*/
        margin-right: 0px
    }

    div.main-white-center > .main {
        width: 100%;
        margin-left: 15px;
    }

        div.main-white-center > .main .share {
            text-align: center;
            padding-right: 22px
        }

div.main-white-center-sidebar {
    max-width: 80%;
    background-color: #fff;
    padding-bottom: 100px;
}

.sidemenu {
    margin: 2em 0.75em;
}

    .sidemenu .col-md-3 {
        width: 22%;
    }

#recursiveAccordion .panel-open .panel-heading {
    background-color: #199e86;
}

#recursiveAccordion .panel-body {
    padding: 0;
}

#recursiveAccordion .panel-group {
    margin-bottom: 0;
}

    #recursiveAccordion .panel-group .panel + .panel {
        margin-top: 0;
    }


/*SN20230906 new CSS for side-bar accordion ------------------------------------*/
*:focus {
    outline: none !important;
    text-decoration: none;
}

sidebar-menu > recursive-accordion > uib-accordion > .panel-group > .panel {
    margin-bottom: 10px;
    background-color: #D5C0A7;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none;
}

    sidebar-menu > recursive-accordion > uib-accordion > .panel-group > .panel > .panel-heading {
        margin-bottom: 0px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

        sidebar-menu > recursive-accordion > uib-accordion > .panel-group > .panel > .panel-heading a {
            color: #5e5745 !important;
            font-size: 15px !important;
        }

#recursiveAccordion div {
    border: none !important;
}

#greenways-recursiveAccordion div {
    border: none !important;
}

#recursiveAccordion h4 {
    line-height: 14px;
}

#greenways-recursiveAccordion h4 {
    line-height: 14px;
}

#recursiveAccordion .glyphicon {
    color: #6e6755;
    font-size: 13.5px !important;
    padding: 0px 0px 4px 6px;
    margin: 0;
    border: none;
}

#greenways-recursiveAccordion .glyphicon {
    color: #6e6755;
    font-size: 13.5px !important;
    padding: 0px 0px 4px 6px;
    margin: 0;
    border: none;
}

#recursiveAccordion .glyphicon:hover {
    color: #FF8C00;
}

#greenways-recursiveAccordion .glyphicon:hover {
    color: #FF8C00;
}

#recursiveAccordion a, #recursiveAccordion a:hover, #recursiveAccordion a:active {
    text-decoration: none;
    color: #5e5745 !important;
}

#greenways-recursiveAccordion a, #greenways-recursiveAccordion a:hover, #greenways-recursiveAccordion a:active {
    text-decoration: none;
    color: #5e5745 !important;
}

#recursiveAccordion a:hover {
    color: #FF8C00 !important;
}

#greenways-recursiveAccordion a:hover {
    color: #61CF48 !important;
}

#recursiveAccordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#greenways-recursiveAccordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#recursiveAccordion .panel-heading {
    padding: 17px 15px;
}

#greenways-recursiveAccordion .panel-heading {
    padding: 17px 15px;
}


#recursiveAccordion .panel-group .panel {
}

#recursiveAccordion .panel-body {
    padding-left: 16px;
    background-color: #727272;
}

#greenways-recursiveAccordion .panel-body {
    padding-left: 16px;
    background-color: #727272;
}

#recursiveAccordion .panel-body a {
    font-size: 14px !important;
}

#greenways-recursiveAccordion .panel-body a {
    font-size: 14px !important;
}

#recursiveAccordion .panel-default {
    border: none;
}

#greenways-recursiveAccordion .panel-default {
    border: none;
}

#recursiveAccordion .panel-default > .panel-heading {
    background-color: #e6e6e6;
}

#greenways-recursiveAccordion .panel-default > .panel-heading {
    background-color: #e6e6e6;
}

#recursiveAccordion .panel-default.panel-open {
    color: #eeeeee !important;
}

#greenways-recursiveAccordion .panel-default.panel-open {
    color: #eeeeee !important;
}

#recursiveAccordion .panel-default.panel-open .panel-group .panel {
    background-color: #727272;
}

#greenways-recursiveAccordion .panel-default.panel-open .panel-group .panel {
    background-color: #727272;
}

#recursiveAccordion .panel-default.panel-open a {
    color: #e9e9e9 !important;
}

#greenways-recursiveAccordion .panel-default.panel-open a {
    color: #e9e9e9 !important;
}

#recursiveAccordion .panel-default.panel-open a:hover {
    color: #ffcf31 !important;
}

#greenways-recursiveAccordion .panel-default.panel-open a:hover {
    color: #61CF48 !important;
}

#recursiveAccordion .panel-default.panel-open a .glyphicon {
    color: #e9e9e9;
}

#greenways-recursiveAccordion .panel-default.panel-open a .glyphicon {
    color: #e9e9e9;
}

#recursiveAccordion .panel-default.panel-open a .glyphicon:hover {
    color: #ffcf31;
}

#greenways-recursiveAccordion .panel-default.panel-open a .glyphicon:hover {
    color: #61CF48;
}

#recursiveAccordion .panel-default.panel-open .panel-group .panel-heading {
    background-color: #727272;
    border-left: 1px solid #aaaaaa !important;
    padding: 10px 15px;
    padding-left: 10px;
}

#greenways-recursiveAccordion .panel-default.panel-open .panel-group .panel-heading {
    background-color: #727272;
    border-left: 1px solid #aaaaaa !important;
    padding: 10px 15px;
    padding-left: 10px;
}

#recursiveAccordion .panel-default.panel-open .panel-group .panel-default:last-child {
}

#recursiveAccordion .panel-default.panel-open .panel-heading {
    background-color: #F5851D;
    border-bottom-left-radius: 0px;
}

#greenways-recursiveAccordion .panel-default.panel-open .panel-heading {
    background-color: #4ca538;
    border-bottom-left-radius: 0px;
}

#recursiveAccordion .panel-default.panel-open > .panel-heading a {
    color: #f9f9f9 !important;
}

#greenways-recursiveAccordion .panel-default.panel-open > .panel-heading a {
    color: #f9f9f9 !important;
}

#recursiveAccordion .panel-default.panel-open > .panel-heading a:hover {
    color: #ffcf31 !important;
}

#greenways-recursiveAccordion .panel-default.panel-open > .panel-heading a:hover {
    color: #61CF48 !important;
}

#recursiveAccordion .panel-default.panel-open .panel-open > .panel-heading {
    background-color: #9f9f9f;
}

#greenways-recursiveAccordion .panel-default.panel-open .panel-open > .panel-heading {
    background-color: #9f9f9f;
}
        

/*
    margin-left: 20px;
    border-left: 1px solid #e9e9e9 !important;
    padding-left: 10px;


*/
/*-----------------------------------------------------------------------------*/


div .global-site-width {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

#imageTile .caption {
    min-height: 40px;
}


#newsArticle.main-white-center {
    max-width: 1036px;
}

#newsArticle div.row {
    margin: 0;
    padding: 0;
}

#newsArticle .main {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}

    #newsArticle .main .header-text {
        padding: 0 0 10px 0;
    }

    #newsArticle .main .body-text {
        padding: 0 18px 100px 18px;
    }

#resourcesdiv.main-white-center {
    max-width: 1236px;
}

#resources div.intro-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

#resources div.doc-cat-tile {
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 22px;
    width: 200px;
    margin-right: 40px;
}


section.news-edit div.profilePicture, section.newsletter-edit div.profilePicture {
    display: none;
}

section.news-edit image-cropper div.container {
}

section.news-edit image-cropper div.col-md-6 {
    width: 100%;
}

.cropper-container {
    max-width: 1100px;
    max-height: 1100px;
}
/*
section .news-edit .cropper-container{
    width:1000px;
    height:625px;
}
*/


a.logo.logo-brand {
    margin-top: 18px;
    margin-bottom: 13px;
    height: 70px;
    width: 300px;
    background-size: auto 46px;
    margin-left: 12px;
}

    a.logo.logo-brand img {
        max-height: 100%;
        max-width: 100%;
    }

nav.navbar {
    border: none;
}

.navbar-nav-main {
    background-color: transparent;
    padding-left: 3%;
    padding-right: 0;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #fff;
}
/*
    .navbar-default .navbar-nav > li:hover {
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #BE9461;
            background-color: #f7f6f4; color: #3e4d5b;
        }
        
        .navbar-default .navbar-nav document-menu > ul > li:hover,
        .navbar-default .navbar-nav document-menu > ul > li:focus {
            color: #fff;
            background-color: #BE9461;
            background-color: #f7f6f4; color: #3e4d5b;
        }
*/
.navbar-default .navbar-nav > li > a {
}
/*  
.navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #f57f29;
        background-color: #e5e3df;
    }
*/

.navbar-default .navbar-nav.navbar-nav-main > li:focus,
.navbar-default .navbar-nav.navbar-nav-main > li:focus > a,
.navbar-default .navbar-nav.navbar-nav-main > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav.navbar-nav-main > li:hover,
.navbar-default .navbar-nav.navbar-nav-main > li:hover > a,
.navbar-default .navbar-nav.navbar-nav-main > li > a:hover {
    color: #3e4d5b;
    background-color: #f2eee9;
}

.navbar-default .navbar-nav.navbar-nav-main > .active > a,
.navbar-default .navbar-nav.navbar-nav-main > .active > a:hover,
.navbar-default .navbar-nav.navbar-nav-main > .active > a:focus {
    /*    color: #3e4d5b;
    background-color: #f0ece6;
*/
}

.navbar-default .navbar-nav.navbar-nav-main > .disabled > a,
.navbar-default .navbar-nav.navbar-nav-main > .disabled > a:hover,
.navbar-default .navbar-nav.navbar-nav-main > .disabled > a:focus {
    /*    color: #e5e3df;
    background-color: transparent;
*/
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    /*border-color: #ffffff;*/
    background-color: #ffffff;
}

.navbar-default .navbar-nav.navbar-nav-main > .open > a,
.navbar-default .navbar-nav.navbar-nav-main > .open > a:hover,
.navbar-default .navbar-nav.navbar-nav-main > .open > a:focus {
    color: #3e4d5b;
    background-color: #f2eee9;
}


ul.dropdown-menu {
    margin: 0;
    margin-left: 1px;
    padding: 0;
    padding-bottom: 20px;
    background-color: #f7f6f4;
    background-color: #f2eee9;
    color: #3e4d5b;
    color: #000;
    box-shadow: 0px 3px 5px #bbb;
    box-shadow: 0px 10px 20px #666;
    /*box-shadow: 0px 4px 6px 2px #ccc;*/
    background-clip: padding-box;
    min-width: 205px;
}

    ul.dropdown-menu li a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 40px;
        background-image: none;
        margin-right: 10px;
    }

.dropdown-menu li:hover, .dropdown-menu li:focus,
.dropdown-menu li:hover > a,
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #fff;
    background-color: #BE9461;
    background-color: #CAA77E;
    border-left-color: #ffcf31;
}

.dropdown-menu-first {
    margin: 0;
    padding: 0;
}

.dropdown-submenu a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}

document-menu > ul > li.dropdown-submenu:hover,
document-menu > ul > li.dropdown-submenu:hover > a,
document-menu > ul > li.dropdown-submenu > a:hover {
    color: #3e4d5b;
    background-color: #f2eee9;
}

.multi-dropdown-menu, .multi-dropdown-submenu {
    background-image: none;
}

    .multi-dropdown-submenu .multi-dropdown-menu {
        margin-top: -1px;
        margin-left: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.carrot-left {
    padding-left: 20px;
}

    .carrot-left:after {
        right: 10px;
        top: 12px;
        border-width: 8px 0 8px 8px;
        border-left-color: #f5851d;
        border-left-color: #ffcf31;
        border-left-color: #999;
    }

.dropdown-menu li:hover .carrot-left:after, .dropdown-menu li:focus .carrot-left:after {
    border-left-color: #ffcf31;
}

ul.navbar-right {
    margin-right: 0px;
    margin-top: 23px;
}

.navbar-right .search-box {
    padding-right: 60px;
    min-width: 80px;
    padding-top: 1px
}

#searchWidget input {
    width: 240px;
}

.navbar-right li.cog-icon, .navbar-right li.msg-icon, .navbar-right li.user-menu, .navbar-right li.help-icon {
    padding: 0;
    min-width: 40px;
    border: 1px solid #f3f2f0;
    border-radius: 3px;
    margin-right: 8px;
    background-color: #f7f6f5;
}

    .navbar-right li.cog-icon:hover, .navbar-right li.msg-icon:hover, .navbar-right li.user-menu:hover, .navbar-right li.help-icon:hover {
        border-radius: 3px;
        background-color: #dEb471;
        color: #fff;
    }

    .navbar-right li.msg-icon #unreadMessageCount {
        margin-left: 0px;
    }

    .navbar-right li.cog-icon #cog {
    }

    .navbar-right li.help-icon help {
    }

a#unreadMessageCount, a#cog, a#userMenu, a#help {
    color: #7e7765;
    padding: 5px 7px 5px 7px;
    border-radius: 3px;
}

    a#unreadMessageCount:hover, a#unreadMessageCount:hover span, a#cog:hover, a#help:hover, a#userMenu:hover, a#userMenu:hover span {
        border-radius: 3px;
        background-color: #dEb471;
        color: #fff;
    }

a#cog {
    padding: 6px 7px 4px 7px;
    font-size: 16px;
}

a#help {
    padding: 4px 7px 6px 7px;
}

a#userMenu {
    padding-left: 12px;
    padding-right: 12px;
}

    a#userMenu span {
        color: #8e8775;
    }

admin-navbar .navbar-default .navbar-nav > li > a {
    color: #ffee31;
}

admin-navbar .navbar-default .navbar-nav > li.pull-right.site-back a {
    color: #fff;
}


#imageTile .cat-tile-deflt {
    background-image: url("/Content/Images/category_tile_7.jpg");
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 15px;
}

    #imageTile .cat-tile-deflt .tile-text {
        width: 200px;
        height: 200px;
        padding: 20px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

#imageTile div.image.clickable {
    position: relative;
    border-radius: 14px;
    box-shadow: 0 3px 10px #aaa;
}

    #imageTile div.image.clickable:hover {
        /*opacity: 0.85;*/
    }

    #imageTile div.image.clickable.contain {
        /*background-color: #fff;*/
    }

.newsletterContainer {
    background-color: #f7f7f7;
    line-height: 1.62857;
}

    .newsletterContainer td.title-wrap {
        border-bottom: 2px solid white;
        border-top: 35px solid #f7f7f7;
    }

    .newsletterContainer div.newsletter-title {
        height: 40px;
        font-size: 16px;
        margin: 0px;
        padding: 9px 10px 0px 12px;
        background-color: #BE9461;
        color: white;
    }

    .newsletterContainer .newsletter-body {
        width: 600px;
        margin: 0 auto;
        background-color: #fff;
        font-size: 18px;
    }

    .newsletterContainer .text-pad {
        padding: 10px 16px 0 16px;
        text-align: left;
    }

div.newsletterContainer .nl-headline div {
    font-size: 20px;
    color: #F57F29;
    font-weight: bold;
}

div.newsletterContainer .nl-brief div {
    font-size: 18px;
    /*color:#5E5745;*/
}

.newsletterContainer hr {
    border-top: 8px solid #be9461;
    margin-bottom: 0px;
    margin-top: 40px;
}

#links.panel {
    /*background-color: #FF8C00;*/
    background-color: #f5f2ee;
    color: #5e5745;
}

    #links.panel > .panel-heading {
        /*background-color: #FF8C00;
    background-color: #BE9461;*/
        color: white;
        background-image: linear-gradient(to right, #ffa10f, #FFCE31);
        border-color: #ded6c9;
    }

    #links.panel > .panel-heading-choice {
        color: white;
        background-image: linear-gradient(to right, #ffa10f, #FFCE31);
        border-color: #ded6c9;
    }

    #links.panel > .panel-heading-greenways {
        color: #2b5922;
        background-image: linear-gradient(to right, #cceec4, #4ca538);
        border-color: #ded6c9;
    }

#links.panel-info {
    border-color: #ded6c9;
}

#links li h3 {
    margin-top: 10px;
    margin-bottom: 2px;
}

#newsList div.row {
    margin: 0;
    padding: 0;
}

#newsList .main {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#newsList .panel-body {
    padding: 0;
    padding-top: 10px;
}

#newsList .main .header-text {
    padding: 0 0 10px 0;
}

#newsList .main .body-text {
    padding: 0 18px 100px 18px;
}

#newsList li.article_tile a {
    padding: 0;
}

#newsList div.col-sm-6.ng-scope:nth-child(odd) {
    padding: 0;
    padding-right: 30px;
}

#newsList div.col-sm-6.ng-scope:nth-child(even) {
    padding: 0;
    padding-left: 30px;
}

#newsList li.list-group-item.article_tile a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

#newsList .article_tile .custom_img {
    padding-left: 0;
    padding-right: 18px;
    width: 46%;
}

#newsList .article_tile .custom_desc {
    padding: 0;
    width: 53% !important;
    height: 175px;
    padding-right: 2px;
}

#newsList .homepage-news-item {
    max-height: 100px;
}

#newsList .rcorners1 {
    display: none;
}

#newsList .article_tile .media-heading {
    color: #FF8C00;
    font-size: 16px;
    line-height: 1.3;
}

#newsList .homepage-news-item .news-author {
    font-size: 12px;
}

#home_container h3 {
    font-size: 20px;
}

.homepage-news-item {
    height: auto;
}

    .homepage-news-item .multiline {
        margin-bottom: 0px;
        font-size: 13px;
    }

    .homepage-news-item .news-author {
        font-style: italic;
    }

p.rcorners1 {
    padding: 3px 10px 0 10px;
    width: 101px;
    height: 25px;
    border-radius: 18px;
    font-size: 13px;
    box-shadow: 0 3px 10px #ccc;
    color: #ee7C00;
}

.carousel .carousel-control {
    bottom: 60px;
}

.carousel .brief {
    font-size: 13px;
    max-height: 22px;
    overflow: hidden;
}

.carousel .banner_title {
    font-weight: bold;
}

.carousel .carousel_caption {
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 18px;
    min-height: 60px;
}

aside div.aside-button:hover {
    border-color: #ffbb66;
}

aside a.aside-link:hover {
    text-decoration: none;
}

section#content.view-page article {
    padding-top: 0px;
}

#asideButtons div.aside-button {
    width: 46%;
    display: inline-block;
    border: 1px solid #ddd5c8;
    border-radius: 8px;
    padding: 14px;
    background-color: #f9f7f5;
    box-shadow: 5px 5px 6px #ddd5c8;
    margin-bottom: 4%;
    height: 182px;
    /*
    min-width: 160px;

    */
    max-width:184px;
}

#asideButtons div.aside-button-full-image {
    width: 46%;
    display: inline-block;
    border: 1px solid #ddd5c8;
    border-radius: 8px;
    background-color: #f9f7f5;
    box-shadow: 5px 5px 6px #ddd5c8;
    margin-bottom: 4%;
    height: 182px;
    overflow: hidden;
}

    #asideButtons div.aside-button.lefty {
        float: left;
        margin-right: 4%;
    }

        #asideButtons div.aside-button.lefty .lefty-text {
            padding: 6px 4px 6px 4px;
            font-size: 15px;
            text-align: center;
            color: #fff;
            max-height: 105px;
            overflow: hidden;
            background-color: #E3955E;
            border-radius: 8px;
            width: 81%;
            margin: 0 auto;
            margin-top: 20px;
            min-height: 37%;
            /*font-family: "montserrat";*/
        }

            #asideButtons div.aside-button.lefty .lefty-text:hover {
                background-color: #e66c16;
            }

    #asideButtons div.aside-button.righty {
        padding: 0px;
        padding-top: 14px;
        text-align: center;
    }

        #asideButtons div.aside-button.righty .aside-link img {
            height: 90%;
            width: 86%;
            opacity: .75;
        }

            #asideButtons div.aside-button.righty .aside-link img:hover {
                opacity: 1.0;
            }

    #asideButtons div.aside-button:hover {
        border-color: #ece8e0;
        background-color: #ece8e0;
        cursor: pointer;
    }

#asideButtons a.aside-link:hover {
    text-decoration: none;
}

#asideButtons div.aside-link-textBox {
    margin: auto;
    /*
    width: 95%;
    min-width: 128px;
    height: 30px;
    */
    /*    background: #FF8C00;*/
    color: #ee7C00;
    text-align: center;
    border-radius: 4px;
}

#asideButtons div.aside-link-textBox-choice {
    color: #ee7C00;
}

#asideButtons div.aside-link-textBox-greenways {
    color: #2b5922;
}


#asideButtons div.aside-link-headingTextBox {
    margin: auto;
    width: 90%;
    min-width: 130px;
    height: 20%;
    text-align: center;
    /*font-size: 20px;*/
    font-size: 1vw;
    font-weight: bold;
    color: #6e6751;
}

#asideButtons div.aside-link-image {
    height: 60%;
}


#asideButtons div.aside-link-textLine {
    vertical-align: middle;
    /*    
    line-height: 32px;
    font-size: 16px;
    */
    /*font-size: 0.9vw;*/
    font-weight: bold;
    font-size:16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

#adminDashboard section#content {
    padding-left: 20px;
}

html {
    height: 98%;
    color: #3e3725;
}

body {
    height: 100%;
    color: #3e3725;
}

#directory_profile .hotel_image_div {
    border: 1px solid #fff9ee;
    background-color: #fff9f9;
    width: 300px;
    height: 200px;
}

#links .list-group {
    margin-bottom: 20px;
}

p video {
    border: 1px solid #eee;
}

div.modal-content {
    margin: 50px 120px 50px 120px;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
}

.lang-tabs .nav-tabs > li > a,
.lang-tabs .nav-tabs > li > a:hover,
.lang-tabs .nav-tabs > li > a:focus {
    padding-left: 16px;
    padding-right: 16px;
}

.lang-tabs .nav-tabs > li.active > a,
.lang-tabs .nav-tabs > li.active > a:hover,
.lang-tabs .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #e66c16;
}

span.filename {
    font-style: italic;
    color: #0055bc;
    margin-right: 3px;
    background-color: #eee;
    padding: 5px 8px 5px 5px;
}

input[type="file"] {
    margin-bottom: 10px;
    display: inline-block;
}

.upload-image {
    width: auto;
}

.width-auto {
    width: auto;
}

.tabs-form {
    border: 1px solid #ddd;
    border-image: initial;
    border-top: none;
    padding: 40px 20px 30px 20px;
    box-shadow: 0px 0px 15px #ccc;
    background-color: #fff;
}

    .tabs-form input::-webkit-input-placeholder {
        color: #ccc;
        color: #e66c16;
        opacity: 0.3;
        font-style: italic;
    }

    .tabs-form input:-ms-input-placeholder {
        color: #ccc;
        color: #e66c16;
        opacity: 0.3;
        font-style: italic;
    }

    .tabs-form input::placeholder {
        color: #ccc;
        color: #e66c16;
        opacity: 0.3;
        font-style: italic;
    }

.new-lang-version {
    display: inline-block;
    padding: 0 0 28px 34px;
    margin-top: -32px;
    font-weight: bold;
    font-size: 16px;
    color: #e66c16;
}

    .new-lang-version span {
        font-weight: bold;
        font-size: 16px;
        color: #e66c16;
    }

.lang-auto-trlate {
    display: inline-block;
    padding: 0 0 28px 34px;
}

    .lang-auto-trlate span {
        font-style: italic;
        font-size: 13px;
        padding-left: 2px;
        color: #008edd;
    }

.lang-trlate-marker {
    display: block;
    line-height: 32px;
    color: #008edd;
    font-style: italic;
    margin-left: -10px;
    font-size: 12px;
    font-weight: bold;
}

.ltm-H {
    margin-left: 0px;
}

table > tbody > tr.child-lang-row {
    background-color: #F0F0FA;
    font-style: italic;
}

    table > tbody > tr.child-lang-row > td {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        table > tbody > tr.child-lang-row > td:nth-child(1), table > tbody > tr.child-lang-row > td:nth-child(2) {
            padding-left: 30px;
        }

span.waiting-icon {
    font-style: italic;
    color: #d55;
    font-weight: bold;
    line-height: 30px;
    background-image: url(/Content/Images/wait-gif.gif);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: inline-block;
    padding: 10px 10px 0 60px;
    margin-left: 10px;
    margin-top: 10px;
}

    span.waiting-icon.small {
        height: 15px;
        line-height: 15px;
        background-size: 16px 16px;
        padding: 0px 0 0 0;
        width: 15px;
        margin: 0px 0 0 0;
    }

div.waiting-icon {
    font-style: italic;
    color: #d55;
    font-weight: bold;
    line-height: 14px;
    background-image: url(/Content/Images/wait-gif.gif);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 36px;
    display: inline-block;
    padding: 10px 10px 0 40px;
    margin-left: 10px;
}

.btn-default {
    color: #008edd;
}

.btn-small {
    font-size: 13px;
    padding: 6px 9px;
}

.btn-default.disabled {
    color: #999;
}

.tab-content .col-sm-1-5 {
    width: 12%;
}

.modal-dialog {
    width: 800px;
    width: 1000px;
}

span.like.glyphicon {
    cursor: pointer;
}

    span.like.glyphicon:hover {
        color: #f5851d;
    }

.wrap-it {
    overflow-wrap: anywhere;
}

li.dropdown > ul > li.dropdown-submenu:hover,
li.dropdown > ul > li.dropdown-submenu:hover > a,
li.dropdown > ul > li.dropdown-submenu > a:hover {
    color: #3e4d5b;
    background-color: #f2eee9;
}

#filter_news_container .checkbox-wrp {
    float: left;
}

#filter_news_container input[type="checkbox"] {
    display: none;
}

#filter_news_container {
    display: inline-block;
    padding: 0px 24px 18px 30px;
}

    #filter_news_container input:checked + span {
        background: url(/Content/Images/calendar/check-bg1.png) left top no-repeat;
        opacity: 0.7;
    }
    /*
#filter_news_container .checkbox-inline {
margin-left: 0;
margin-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 10px;
border-top: 3px solid;
border-bottom: 3px solid;
}
*/
    #filter_news_container .checkbox-inline {
        margin-left: 0;
        margin-right: 6px;
        padding: 6px 8px 5px 8px;
        border: 1px solid #ED9F68;
        border-radius: 5px;
    }

        #filter_news_container .checkbox-inline span {
            margin-right: 3px;
            width: 20px;
            height: 20px;
            display: block;
            background: url(/Content/Images/calendar/check-bg.png) left top no-repeat;
        }

        #filter_news_container .checkbox-inline label {
            margin-bottom: 0;
            font-weight: normal;
            font-size: 13px;
        }

        #filter_news_container .checkbox-inline:hover {
            background-color: #F0DAC4;
        }

#newscat_container {
    float: right;
}

    #newscat_container .newscat-inline {
        display: inline-block;
        margin-left: 0;
        margin-right: 6px;
        padding: 5px 8px 6px 8px;
        border: 1px solid #ED9F68;
        border-radius: 5px;
    }

        #newscat_container .newscat-inline label {
            margin-bottom: 0px;
            font-weight: normal;
            font-size: 13px;
        }

        #newscat_container .newscat-inline span {
            margin-right: 3px;
            width: 20px;
            height: 20px;
            display: block;
            background: url(/Content/Images/calendar/check-bg1.png) left top no-repeat;
            opacity: 0.7;
        }

span.required {
    padding: 0;
    margin-left: -10px;
    font-size: 30px;
    color: #f00;
    line-height: 0px;
    padding-top: 24px;
    display: inline-block;
    font-family: math;
    overflow: hidden;
}

a.list-sort-link, a.list-sort-link:active {
    color: #00aeef;
    display: inline-flex;
}

    a.list-sort-link:active {
        text-decoration: none;
    }

.list-sort-link span {
    display: table-cell;
}

    .list-sort-link span.sort-link-on {
        color: #00aeef;
    }

    .list-sort-link span.sort-link-off {
        color: #ddd;
    }

    .list-sort-link span.glyphicon-arrow-down {
        padding-left: 3px;
    }

span.waiting-icon.medium {
    height: 28px;
    line-height: 28px;
    background-size: 28px 28px;
    padding: 0px 0 0 0;
    width: 28px;
    margin: 0px 0 0 0;
}

div.page-loading-icon {
    background: white;
    width: 100%;
    text-align: center;
    margin-top: 5%;
}

.glyph-btn {
    width: 20px;    
    cursor: pointer;
    color: #008edd;
    font-size: 18px;
}
    .glyph-btn span {
        padding: 8px;
        border-radius: 3px;
    }
        .glyph-btn span:focus,
        .glyph-btn span.focus,
        .glyph-btn span:hover {
            background-color: #008edd;
            color:#fff;
        }

/*!
 * Cropper.js v1.4.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-07-15T09:54:43.167Z
 */

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cropper-container img {
        display: block;
        height: 100%;
        image-orientation: 0deg;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%;
    }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline-color: rgba(51, 153, 255, 0.75);
    outline: 1px solid #39f;
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute;
}

    .cropper-dashed.dashed-h {
        border-bottom-width: 1px;
        border-top-width: 1px;
        height: calc(100% / 3);
        left: 0;
        top: calc(100% / 3);
        width: 100%;
    }

    .cropper-dashed.dashed-v {
        border-left-width: 1px;
        border-right-width: 1px;
        height: 100%;
        left: calc(100% / 3);
        top: 0;
        width: calc(100% / 3);
    }

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0;
}

    .cropper-center:before,
    .cropper-center:after {
        background-color: #eee;
        content: ' ';
        display: block;
        position: absolute;
    }

    .cropper-center:before {
        height: 1px;
        left: -3px;
        top: 0;
        width: 7px;
    }

    .cropper-center:after {
        height: 7px;
        left: 0;
        top: -3px;
        width: 1px;
    }

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%;
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line {
    background-color: #39f;
}

    .cropper-line.line-e {
        cursor: ew-resize;
        right: -3px;
        top: 0;
        width: 5px;
    }

    .cropper-line.line-n {
        cursor: ns-resize;
        height: 5px;
        left: 0;
        top: -3px;
    }

    .cropper-line.line-w {
        cursor: ew-resize;
        left: -3px;
        top: 0;
        width: 5px;
    }

    .cropper-line.line-s {
        bottom: -3px;
        cursor: ns-resize;
        height: 5px;
        left: 0;
    }

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px;
}

    .cropper-point.point-e {
        cursor: ew-resize;
        margin-top: -3px;
        right: -3px;
        top: 50%;
    }

    .cropper-point.point-n {
        cursor: ns-resize;
        left: 50%;
        margin-left: -3px;
        top: -3px;
    }

    .cropper-point.point-w {
        cursor: ew-resize;
        left: -3px;
        margin-top: -3px;
        top: 50%;
    }

    .cropper-point.point-s {
        bottom: -3px;
        cursor: s-resize;
        left: 50%;
        margin-left: -3px;
    }

    .cropper-point.point-ne {
        cursor: nesw-resize;
        right: -3px;
        top: -3px;
    }

    .cropper-point.point-nw {
        cursor: nwse-resize;
        left: -3px;
        top: -3px;
    }

    .cropper-point.point-sw {
        bottom: -3px;
        cursor: nesw-resize;
        left: -3px;
    }

    .cropper-point.point-se {
        bottom: -3px;
        cursor: nwse-resize;
        height: 20px;
        opacity: 1;
        right: -3px;
        width: 20px;
    }

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px;
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}

/* line 1, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  display: block;
}
/* line 3, ../../source/scss/ng-img-crop.scss */
img-crop.fixed-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop.fixed-height canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 14, ../../source/scss/ng-img-crop.scss */
img-crop.full-width {
  text-align: center;
}
/* line 16, ../../source/scss/ng-img-crop.scss */
img-crop.full-width canvas {
  display: inline;
}
/* line 22, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}
/* line 28, ../../source/scss/ng-img-crop.scss */
img-crop .loading {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 29, ../../source/scss/ng-img-crop.scss */
img-crop .loading .fixed-height {
  height: 100%;
  position: absolute;
}
