/*!
 * 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 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/scaffold/styles/fonts/glyphicons-halflings-regular.eot');
  src: url('/scaffold/styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/scaffold/styles/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/scaffold/styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/scaffold/styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/scaffold/styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: '';
}
.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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
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);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
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: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  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;
  }
  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;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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;
}
.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;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.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;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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: 6px;
}
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;
}
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;
}
.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;
}
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;
}
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;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.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;
}
.input-group-addon:first-child {
  border-right: 0;
}
.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;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.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;
}
.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;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.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) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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;
}
.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;
}
.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;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", 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);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", 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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .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;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .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;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 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);
}
.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);
}
.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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.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);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.scaffold-tray-content-container:before,
.scaffold-tray-content-container:after {
  content: " ";
  display: table;
}
.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,
.scaffold-tray-content-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.scaffold-brand {
  display: block;
  max-width: 100%;
  height: auto;
  padding-bottom: 36px;
  max-width: 360px;
}
.scaffold-breadcrumb {
  padding: 80px 0 24px 0;
  background-color: #424643;
}
.scaffold-breadcrumb .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
.scaffold-breadcrumb .breadcrumb > li {
  color: #ffffff;
}
.scaffold-breadcrumb .breadcrumb > li + li:before {
  color: #808782;
}
.scaffold-breadcrumb .breadcrumb > li a {
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.scaffold-breadcrumb .breadcrumb > li a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}
.scaffold-button {
  color: #424643;
  background-color: #ffffff;
  border-color: #424643;
  border-radius: 15px;
  height: 30px;
  font-size: 15px;
  line-height: 15px;
  padding: 7px 15px 7px 15px;
  min-width: 80px;
}
.scaffold-button:focus,
.scaffold-button.focus {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #040404;
}
.scaffold-button:hover {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #242725;
}
.scaffold-button:active,
.scaffold-button.active,
.open > .dropdown-toggle.scaffold-button {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #242725;
}
.scaffold-button:active:hover,
.scaffold-button.active:hover,
.open > .dropdown-toggle.scaffold-button:hover,
.scaffold-button:active:focus,
.scaffold-button.active:focus,
.open > .dropdown-toggle.scaffold-button:focus,
.scaffold-button:active.focus,
.scaffold-button.active.focus,
.open > .dropdown-toggle.scaffold-button.focus {
  color: #424643;
  background-color: #d4d4d4;
  border-color: #040404;
}
.scaffold-button:active,
.scaffold-button.active,
.open > .dropdown-toggle.scaffold-button {
  background-image: none;
}
.scaffold-button.disabled,
.scaffold-button[disabled],
fieldset[disabled] .scaffold-button,
.scaffold-button.disabled:hover,
.scaffold-button[disabled]:hover,
fieldset[disabled] .scaffold-button:hover,
.scaffold-button.disabled:focus,
.scaffold-button[disabled]:focus,
fieldset[disabled] .scaffold-button:focus,
.scaffold-button.disabled.focus,
.scaffold-button[disabled].focus,
fieldset[disabled] .scaffold-button.focus,
.scaffold-button.disabled:active,
.scaffold-button[disabled]:active,
fieldset[disabled] .scaffold-button:active,
.scaffold-button.disabled.active,
.scaffold-button[disabled].active,
fieldset[disabled] .scaffold-button.active {
  background-color: #ffffff;
  border-color: #424643;
}
.scaffold-button .badge {
  color: #ffffff;
  background-color: #424643;
}
.scaffold-button-warning {
  color: #f45251;
  background-color: #ffffff;
  border-color: #f45251;
}
.scaffold-button-warning:focus,
.scaffold-button-warning.focus {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #ba0d0c;
}
.scaffold-button-warning:hover {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-button-warning:active,
.scaffold-button-warning.active,
.open > .dropdown-toggle.scaffold-button-warning {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-button-warning:active:hover,
.scaffold-button-warning.active:hover,
.open > .dropdown-toggle.scaffold-button-warning:hover,
.scaffold-button-warning:active:focus,
.scaffold-button-warning.active:focus,
.open > .dropdown-toggle.scaffold-button-warning:focus,
.scaffold-button-warning:active.focus,
.scaffold-button-warning.active.focus,
.open > .dropdown-toggle.scaffold-button-warning.focus {
  color: #f45251;
  background-color: #d4d4d4;
  border-color: #ba0d0c;
}
.scaffold-button-warning:active,
.scaffold-button-warning.active,
.open > .dropdown-toggle.scaffold-button-warning {
  background-image: none;
}
.scaffold-button-warning.disabled,
.scaffold-button-warning[disabled],
fieldset[disabled] .scaffold-button-warning,
.scaffold-button-warning.disabled:hover,
.scaffold-button-warning[disabled]:hover,
fieldset[disabled] .scaffold-button-warning:hover,
.scaffold-button-warning.disabled:focus,
.scaffold-button-warning[disabled]:focus,
fieldset[disabled] .scaffold-button-warning:focus,
.scaffold-button-warning.disabled.focus,
.scaffold-button-warning[disabled].focus,
fieldset[disabled] .scaffold-button-warning.focus,
.scaffold-button-warning.disabled:active,
.scaffold-button-warning[disabled]:active,
fieldset[disabled] .scaffold-button-warning:active,
.scaffold-button-warning.disabled.active,
.scaffold-button-warning[disabled].active,
fieldset[disabled] .scaffold-button-warning.active {
  background-color: #ffffff;
  border-color: #f45251;
}
.scaffold-button-warning .badge {
  color: #ffffff;
  background-color: #f45251;
}
.scaffold-button-warning:hover,
.scaffold-button-warning:focus,
.scaffold-button-warning:active,
.scaffold-button-warning.active {
  color: white;
  background-color: #f45251;
}
.scaffold-button-primary {
  border: 2px solid #424643;
  font-weight: bold;
}
.scaffold-button-primary:hover,
.scaffold-button-primary:focus,
.scaffold-button-primary:active,
.scaffold-button-primary.active {
  color: white;
  background-color: #424643;
}
.scaffold-iconic-button {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #424643;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
}
.scaffold-iconic-button:hover {
  opacity: 1;
  color: #f45251;
}
/**
 * Standard Scaffold icon buttons for popovers, etc
 */
.scaffold-closer,
.scaffold-save {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-closer:hover,
.scaffold-save:hover {
  opacity: 1;
}
.scaffold-closer:before {
  content: "\e620";
}
.scaffold-closer:active:before {
  content: "\e621";
}
.scaffold-save:before {
  content: "\e61e";
}
.scaffold-save:active:before {
  content: "\e61f";
}
.scaffold-code-editor {
  width: 100%;
  margin: 0;
  border-left: none;
  border-right: none;
}
.scaffold-color-picker-content ul {
  display: block;
  list-style: none;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.scaffold-color-picker-content li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid white;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.scaffold-color-picker-content li:hover {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.gradient-header {
  background: #1ecfb9;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #1ecfb9 0%, #67cddb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1ecfb9 0%), color-stop(100%, #67cddb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-60deg, #1ecfb9 0%, #67cddb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-60deg, #1ecfb9 0%, #67cddb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-60deg, #1ecfb9 0%, #67cddb 100%);
  /* IE10+ */
  background: linear-gradient(150deg, #1ecfb9 0%, #67cddb 100%);
  /* W3C */
}
.gradient-header-warning {
  background: #aabfb0;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #ffc99a 0%, #aabfb0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffc99a 0%), color-stop(100%, #aabfb0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-60deg, #ffc99a 0%, #aabfb0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-60deg, #ffc99a 0%, #aabfb0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-60deg, #ffc99a 0%, #aabfb0 100%);
  /* IE10+ */
  background: linear-gradient(150deg, #ffc99a 0%, #aabfb0 100%);
  /* W3C */
}
.gradient-header-utility {
  background: #babab2;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #d0d0c8 0%, #babab2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d0d0c8 0%), color-stop(100%, #babab2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-60deg, #d0d0c8 0%, #babab2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-60deg, #d0d0c8 0%, #babab2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-60deg, #d0d0c8 0%, #babab2 100%);
  /* IE10+ */
  background: linear-gradient(150deg, #d0d0c8 0%, #babab2 100%);
  /* W3C */
}
.scaffold-documentation h3,
.scaffold-documentation h4,
.scaffold-documentation h5,
.scaffold-documentation h6 {
  font-weight: normal;
  color: #424643;
}
.scaffold-documentation h2 {
  font-size: 28px;
  font-weight: normal;
  color: #babab2;
}
.scaffold-documentation h3 {
  padding: 24px 0 12px 0;
  font-size: 19.6px;
}
.scaffold-documentation h4 {
  padding: 16px 0 8px 0;
  font-size: 16.8px;
}
.scaffold-documentation h5 {
  font-size: 15.4px;
}
.scaffold-documentation a {
  color: #aabfb0;
}
.scaffold-documentation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scaffold-documentation nav li {
  margin-left: 0;
  line-height: 2.14285714;
}
.scaffold-documentation h2 code,
.scaffold-documentation h3 code,
.scaffold-documentation h4 code,
.scaffold-documentation h5 code,
.scaffold-documentation h6 code,
.scaffold-documentation p code {
  background-color: #aabfb0;
  color: white;
}
.scaffold-documentation pre {
  color: #808782;
}
/**
 * Drag and drop styles
 */
.scaffold-droppable-image,
.scaffold-droppable-file {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  padding: 8px;
  border-radius: 40px;
  background-color: #babab2;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 64px;
  color: white;
  z-index: 2;
  pointer-events: none;
}
.scaffold-droppable-image:before {
  content: "\e6ff";
}
.scaffold-droppable-file:before {
  content: "\e6a9";
}
.scaffold-droppable-image-highlighted {
  background-color: #f45251;
}
.scaffold-droppable-image-highlighted:before {
  content: "\e700";
}
.scaffold-droppable-content-exists {
  background-color: rgba(0, 0, 0, 0.5);
}
.scaffold-droppable-file-highlighted:before {
  content: "\e6a8";
}
.scaffold-font {
  font-family: "Helvetica Neue", helvetica, sans-serif;
}
.scaffold-font-light {
  font-weight: 400;
}
.ui-datepicker {
  font-family: "Helvetica Neue", helvetica, sans-serif;
  background: none;
  background-color: #f0f0ec;
  border-color: #e8e8e4;
  border-radius: 4px;
}
.ui-datepicker th {
  color: #babab2;
  width: 14.2857%;
}
.ui-datepicker tbody td {
  padding: 0;
}
.ui-datepicker tbody td span,
.ui-datepicker tbody td a {
  color: #424643;
  border: 0;
}
.ui-datepicker-header {
  background: none;
  background-color: #d0d0c8;
  border: 1px solid #b9b9ad;
  color: #424643;
}
.calendar-ui-states .ui-state-default {
  color: #424643;
}
.calendar-ui-states .ui-state-hover {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.calendar-ui-states .ui-state-active {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.calendar-ui-states .ui-state-highlight {
  color: #ffffff;
  background: none;
  background-color: #f45251;
  border: 1px solid #f45251;
}
.ui-datepicker-calendar .ui-state-default {
  color: #424643;
}
.ui-datepicker-calendar .ui-state-hover {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.ui-datepicker-calendar .ui-state-active {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #ffffff;
  background: none;
  background-color: #f45251;
  border: 1px solid #f45251;
}
.ui-datepicker-current,
.ui-datepicker-close {
  font-family: "Helvetica Neue", helvetica, sans-serif;
}
.ui-datepicker-current .ui-state-default,
.ui-datepicker-close .ui-state-default {
  color: #424643;
}
.ui-datepicker-current .ui-state-hover,
.ui-datepicker-close .ui-state-hover {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.ui-datepicker-current .ui-state-active,
.ui-datepicker-close .ui-state-active {
  color: #ffffff;
  background: none;
  background-color: #aabfb0;
  border: 1px solid #aabfb0;
}
.ui-datepicker-current .ui-state-highlight,
.ui-datepicker-close .ui-state-highlight {
  color: #ffffff;
  background: none;
  background-color: #f45251;
  border: 1px solid #f45251;
}
.scaffold-jumbotron {
  background-color: #aabfb0;
  color: white;
}
.scaffold-jumbotron .large-icon {
  max-width: 192px;
  margin: 0 auto;
}
.scaffold-jumbotron .large-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .scaffold-jumbotron .large-icon {
    margin: 0;
  }
}
.scaffold-jumbotron h1 {
  font-size: 70px;
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  .scaffold-jumbotron h1 {
    font-size: 42px;
  }
}
.scaffold-jumbotron h3 {
  font-size: 22.4px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.scaffold-jumbotron .scaffold-nav-tabs {
  padding-top: 16px;
  border-bottom: none;
}
.scaffold-jumbotron .scaffold-nav-tabs li {
  margin-left: 5px;
  margin-right: 5px;
}
.scaffold-jumbotron .scaffold-nav-tabs li a {
  color: #f6f6f2;
  border: none;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.scaffold-jumbotron .scaffold-nav-tabs li a:hover {
  background-color: #f6f6f2;
  color: #aabfb0;
  border: none;
}
.scaffold-jumbotron .scaffold-nav-tabs .active a {
  color: #aabfb0;
  background-color: #f6f6f2;
}
.scaffold-overlay-login .panel-default {
  margin-top: 60px;
}
.scaffold-overlay-login h1 {
  font-size: 28px;
  color: #424643;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
}
.scaffold-roll-your-own {
  margin-top: 60px;
  text-align: center;
}
/**
 * Some helper mixins which extend Bootstrap
 */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-padding {
  padding: 0;
}
.padding-top-bottom {
  padding: 30px 0;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
/**
 * See http://stackoverflow.com/questions/9421966/how-do-i-center-the-twitter-bootstrap-tabs-on-the-page
 */
.center-tabs .nav-tabs > li,
.center-tabs .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.center-tabs .nav-tabs,
.center-tabs .nav-pills {
  text-align: center;
}
/**
 * Prevent selection / dragging of content
 */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scaffold-admin-navbar .container-fluid {
  background-color: #ffffff;
}
.scaffold-admin-navbar .dropdown-menu .disabled {
  font-weight: bold;
  color: #babab2;
  padding: 3px 20px;
}
.scaffold-admin-navbar .scaffold-navbar-brand {
  height: 50px;
  width: 200px;
  padding-top: 7px;
}
.organisation-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-right: 8px;
  border-radius: 6px;
  border: 1px solid #ffa1a2;
}
.organisation-indicator.active {
  background-color: #ffa1a2;
}
.organisation-selected {
  font-weight: bold !important;
  cursor: pointer !important;
}
.organisation-heading {
  color: #babab2 !important;
  cursor: pointer !important;
}
body {
  background-color: #f6f6f2;
}
.scaffold-page {
  background-color: #f6f6f2;
}
.scaffold-admin-body {
  background-color: #f6f6f2;
}
.white-background {
  background-color: white;
}
.margin-top-medium {
  margin-top: 24px;
}
/**
 * Scaffold-specific panels and other styles
 */
.scaffold-block-error {
  background-color: #f55b89;
  color: white;
  padding: 4px 16px;
}
/*

.scaffold-form-field {

	width: 96%;
	padding: 4px 2%;
	label, .scaffold-form-field-label {
		display: block;
		float: left;
		margin-right: 2%;
		width: 18%;
		font-size: 0.9em;
		color: grey;
		text-align: right;
		margin-top: 4px;
	}

	.scaffold-form-field-label {
		margin-top: 1px;
	}

	input {
		width: 76%;
	}

	input[type='number'] {
		width: 10%;
	}
}
*/
.avatar-image-standard {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 12px;
  font-size: 44px;
  color: #424643;
}
.avatar-image-standard-empty {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 12px;
  font-size: 44px;
  color: #424643;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.avatar-image-standard-empty:before {
  content: "\e759";
}
.scaffold-panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.scaffold-panel-menu li {
  padding: 5px 24px 4px 24px;
  cursor: pointer;
  color: #404040;
  font-size: 17px;
  margin-bottom: 4px;
}
.scaffold-panel-menu li a {
  color: #404040;
  display: block;
  width: 100%;
}
.scaffold-panel-menu li a:hover {
  color: black !important;
}
.scaffold-panel-menu li:hover {
  background-color: #ffa1a2;
  color: black;
}
.scaffold-panel-user-details {
  display: block;
  float: left;
  margin-top: 4px;
}
.scaffold-panel-user-details h2 {
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  margin: 0;
  padding: 0;
}
.scaffold-panel-user-details h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #c0c0c0;
  margin: 2px 0 0 0;
  padding: 0;
}
.scaffold-avatar-image-large {
  position: relative;
  width: 240px;
  height: 240px;
  display: block;
  background-color: white;
  margin: 12px 24px 12px 24px;
}
/*
.scaffold-droppable-zone-highlighted {
	outline: 4px dotted @highlightColor;
}

*/
/**
 * Common sizes which can be shared amongst LESS files
 */
/* Define the standard sizes for the @media queries
   ------------------------------------------------ */
@-moz-keyframes scaffold-spinner-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes scaffold-spinner-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.scaffold-spinner-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4000;
}
.scaffold-spinner {
  width: 100%;
  background-image: url(/scaffold/art/spinners/spinner-primary.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: scaffold-spinner-spin 1s infinite linear;
  -moz-animation: scaffold-spinner-spin 1s infinite linear;
  animation: scaffold-spinner-spin 1s infinite linear;
}
.scaffold-spinner:before {
  content: '';
  padding: 50% 0;
  /* vertical value as  100% equals width */
  display: inline-block;
}
.scaffold-spinner-primary {
  background-image: url(/scaffold/art/spinners/spinner-primary.svg);
}
.scaffold-spinner-secondary {
  background-image: url(/scaffold/art/spinners/spinner-secondary.svg);
}
.scaffold-spinner-featured {
  background-image: url(/scaffold/art/spinners/spinner-featured.svg);
}
.scaffold-spinner-link {
  background-image: url(/scaffold/art/spinners/spinner-link.svg);
}
.scaffold-spinner-black {
  background-image: url(/scaffold/art/spinners/spinner-black.svg);
}
.scaffold-spinner-white {
  background-image: url(/scaffold/art/spinners/spinner-white.svg);
}
.scaffold-table caption {
  caption-side: bottom;
  text-align: center;
}
.scaffold-tile-article-preview,
.scaffold-tile-small-article-preview,
.scaffold-tile-large-article-preview {
  background-color: white;
  border: 1px solid #e8e8e4;
  width: 100%;
  margin-bottom: 30px;
}
.scaffold-tile-article-preview h2,
.scaffold-tile-small-article-preview h2,
.scaffold-tile-large-article-preview h2 {
  font-size: 22.4px;
  font-weight: 300;
  color: #424643;
  margin-top: 8px;
  margin-bottom: 16px;
}
.scaffold-tile-article-preview img,
.scaffold-tile-small-article-preview img,
.scaffold-tile-large-article-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}
.scaffold-tile-article-preview p,
.scaffold-tile-small-article-preview p,
.scaffold-tile-large-article-preview p {
  color: #424643;
}
.scaffold-tile-article-preview footer,
.scaffold-tile-small-article-preview footer,
.scaffold-tile-large-article-preview footer {
  margin-top: 24px;
}
.scaffold-tile-article-preview footer p,
.scaffold-tile-small-article-preview footer p,
.scaffold-tile-large-article-preview footer p {
  color: #babab2;
  font-size: 11.9px;
}
.scaffold-tile-small-article-preview h2 {
  font-size: 18.2px;
}
.scaffold-tile-newsletter-subscribe {
  background-color: #aabfb0;
  padding: 24px;
}
.scaffold-tile-newsletter-subscribe h2 {
  font-weight: normal;
  font-size: 22.4px;
  text-align: center;
  margin: 20px 0 40px 0;
}
.scaffold-toolbar {
  position: relative;
  margin: 8px auto;
  width: 100%;
}
.scaffold-toolbar:before,
.scaffold-toolbar:after {
  content: " ";
  display: table;
}
.scaffold-toolbar:after {
  clear: both;
}
.scaffold-toolbar:before,
.scaffold-toolbar:after {
  content: " ";
  display: table;
}
.scaffold-toolbar:after {
  clear: both;
}
.scaffold-toolbar ul {
  display: block;
  list-style: none;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 26px;
  border: 1px solid #e8e8e4;
  background-color: white;
  height: 44px;
  padding: 0 8px 0 16px;
}
.scaffold-toolbar li {
  float: left;
  margin-right: 8px;
}
.scaffold-toolbar li span {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #424643;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
}
.scaffold-toolbar li span:hover {
  opacity: 1;
  color: #f45251;
}
.scaffold-toolbar li span.divider {
  width: 1px;
  border-right: 1px solid #babab2;
}
/* Override standard toolbar style in tables to remove border and additional padding */
.no-toolbar-borders {
  margin: 0;
}
.no-toolbar-borders ul {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  height: 44px;
}
.no-toolbar-borders li {
  margin-right: 0;
}
table .scaffold-toolbar {
  margin: 0;
}
table .scaffold-toolbar ul {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  height: 44px;
}
table .scaffold-toolbar li {
  margin-right: 0;
}
/**
 * Scaffold well style
 */
.scaffold-well {
  background-color: #f0f0ec;
  border-color: #e8e8e4;
  border-radius: 4px;
}
.app-btn-success {
  color: #ffffff;
  background-color: #f7ad42;
  border-color: #f7ad42;
}
.app-btn-success:focus,
.app-btn-success.focus {
  color: #ffffff;
  background-color: #f59811;
  border-color: #b26c08;
}
.app-btn-success:hover {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.app-btn-success:active,
.app-btn-success.active,
.open > .dropdown-toggle.app-btn-success {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.app-btn-success:active:hover,
.app-btn-success.active:hover,
.open > .dropdown-toggle.app-btn-success:hover,
.app-btn-success:active:focus,
.app-btn-success.active:focus,
.open > .dropdown-toggle.app-btn-success:focus,
.app-btn-success:active.focus,
.app-btn-success.active.focus,
.open > .dropdown-toggle.app-btn-success.focus {
  color: #ffffff;
  background-color: #d98409;
  border-color: #b26c08;
}
.app-btn-success:active,
.app-btn-success.active,
.open > .dropdown-toggle.app-btn-success {
  background-image: none;
}
.app-btn-success.disabled,
.app-btn-success[disabled],
fieldset[disabled] .app-btn-success,
.app-btn-success.disabled:hover,
.app-btn-success[disabled]:hover,
fieldset[disabled] .app-btn-success:hover,
.app-btn-success.disabled:focus,
.app-btn-success[disabled]:focus,
fieldset[disabled] .app-btn-success:focus,
.app-btn-success.disabled.focus,
.app-btn-success[disabled].focus,
fieldset[disabled] .app-btn-success.focus,
.app-btn-success.disabled:active,
.app-btn-success[disabled]:active,
fieldset[disabled] .app-btn-success:active,
.app-btn-success.disabled.active,
.app-btn-success[disabled].active,
fieldset[disabled] .app-btn-success.active {
  background-color: #f7ad42;
  border-color: #f7ad42;
}
.app-btn-success .badge {
  color: #f7ad42;
  background-color: #ffffff;
}
.app-org-buttons {
  font-size: 14px;
  background-color: #fcaf86;
  color: #ffffff;
  background-color: #fb8e54;
  border-color: #fb8e54;
}
.app-org-buttons:focus,
.app-org-buttons.focus {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #ca4a05;
}
.app-org-buttons:hover {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #f96719;
}
.app-org-buttons:active,
.app-org-buttons.active,
.open > .dropdown-toggle.app-org-buttons {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #f96719;
}
.app-org-buttons:active:hover,
.app-org-buttons.active:hover,
.open > .dropdown-toggle.app-org-buttons:hover,
.app-org-buttons:active:focus,
.app-org-buttons.active:focus,
.open > .dropdown-toggle.app-org-buttons:focus,
.app-org-buttons:active.focus,
.app-org-buttons.active.focus,
.open > .dropdown-toggle.app-org-buttons.focus {
  color: #ffffff;
  background-color: #f25806;
  border-color: #ca4a05;
}
.app-org-buttons:active,
.app-org-buttons.active,
.open > .dropdown-toggle.app-org-buttons {
  background-image: none;
}
.app-org-buttons.disabled,
.app-org-buttons[disabled],
fieldset[disabled] .app-org-buttons,
.app-org-buttons.disabled:hover,
.app-org-buttons[disabled]:hover,
fieldset[disabled] .app-org-buttons:hover,
.app-org-buttons.disabled:focus,
.app-org-buttons[disabled]:focus,
fieldset[disabled] .app-org-buttons:focus,
.app-org-buttons.disabled.focus,
.app-org-buttons[disabled].focus,
fieldset[disabled] .app-org-buttons.focus,
.app-org-buttons.disabled:active,
.app-org-buttons[disabled]:active,
fieldset[disabled] .app-org-buttons:active,
.app-org-buttons.disabled.active,
.app-org-buttons[disabled].active,
fieldset[disabled] .app-org-buttons.active {
  background-color: #fb8e54;
  border-color: #fb8e54;
}
.app-org-buttons .badge {
  color: #fb8e54;
  background-color: #ffffff;
}
.app-org-cancel-button {
  font-size: 14px;
  background-color: #bfb7b4;
  color: #ffffff;
  background-color: #a89d98;
  border-color: #a89d98;
}
.app-org-cancel-button:focus,
.app-org-cancel-button.focus {
  color: #ffffff;
  background-color: #90827d;
  border-color: #685d59;
}
.app-org-cancel-button:hover {
  color: #ffffff;
  background-color: #90827d;
  border-color: #8b7d77;
}
.app-org-cancel-button:active,
.app-org-cancel-button.active,
.open > .dropdown-toggle.app-org-cancel-button {
  color: #ffffff;
  background-color: #90827d;
  border-color: #8b7d77;
}
.app-org-cancel-button:active:hover,
.app-org-cancel-button.active:hover,
.open > .dropdown-toggle.app-org-cancel-button:hover,
.app-org-cancel-button:active:focus,
.app-org-cancel-button.active:focus,
.open > .dropdown-toggle.app-org-cancel-button:focus,
.app-org-cancel-button:active.focus,
.app-org-cancel-button.active.focus,
.open > .dropdown-toggle.app-org-cancel-button.focus {
  color: #ffffff;
  background-color: #7e706b;
  border-color: #685d59;
}
.app-org-cancel-button:active,
.app-org-cancel-button.active,
.open > .dropdown-toggle.app-org-cancel-button {
  background-image: none;
}
.app-org-cancel-button.disabled,
.app-org-cancel-button[disabled],
fieldset[disabled] .app-org-cancel-button,
.app-org-cancel-button.disabled:hover,
.app-org-cancel-button[disabled]:hover,
fieldset[disabled] .app-org-cancel-button:hover,
.app-org-cancel-button.disabled:focus,
.app-org-cancel-button[disabled]:focus,
fieldset[disabled] .app-org-cancel-button:focus,
.app-org-cancel-button.disabled.focus,
.app-org-cancel-button[disabled].focus,
fieldset[disabled] .app-org-cancel-button.focus,
.app-org-cancel-button.disabled:active,
.app-org-cancel-button[disabled]:active,
fieldset[disabled] .app-org-cancel-button:active,
.app-org-cancel-button.disabled.active,
.app-org-cancel-button[disabled].active,
fieldset[disabled] .app-org-cancel-button.active {
  background-color: #a89d98;
  border-color: #a89d98;
}
.app-org-cancel-button .badge {
  color: #a89d98;
  background-color: #ffffff;
}
.app-btn-dropdown,
.app-org-button {
  font-size: 14px;
  background-color: #fcaf86;
  color: #ffffff;
  background-color: #fb8e54;
  border-color: #fb8e54;
  margin-top: 24px;
}
.app-btn-dropdown:focus,
.app-org-button:focus,
.app-btn-dropdown.focus,
.app-org-button.focus {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #ca4a05;
}
.app-btn-dropdown:hover,
.app-org-button:hover {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #f96719;
}
.app-btn-dropdown:active,
.app-org-button:active,
.app-btn-dropdown.active,
.app-org-button.active,
.open > .dropdown-toggle.app-btn-dropdown,
.open > .dropdown-toggle.app-org-button {
  color: #ffffff;
  background-color: #fa6d22;
  border-color: #f96719;
}
.app-btn-dropdown:active:hover,
.app-org-button:active:hover,
.app-btn-dropdown.active:hover,
.app-org-button.active:hover,
.open > .dropdown-toggle.app-btn-dropdown:hover,
.open > .dropdown-toggle.app-org-button:hover,
.app-btn-dropdown:active:focus,
.app-org-button:active:focus,
.app-btn-dropdown.active:focus,
.app-org-button.active:focus,
.open > .dropdown-toggle.app-btn-dropdown:focus,
.open > .dropdown-toggle.app-org-button:focus,
.app-btn-dropdown:active.focus,
.app-org-button:active.focus,
.app-btn-dropdown.active.focus,
.app-org-button.active.focus,
.open > .dropdown-toggle.app-btn-dropdown.focus,
.open > .dropdown-toggle.app-org-button.focus {
  color: #ffffff;
  background-color: #f25806;
  border-color: #ca4a05;
}
.app-btn-dropdown:active,
.app-org-button:active,
.app-btn-dropdown.active,
.app-org-button.active,
.open > .dropdown-toggle.app-btn-dropdown,
.open > .dropdown-toggle.app-org-button {
  background-image: none;
}
.app-btn-dropdown.disabled,
.app-org-button.disabled,
.app-btn-dropdown[disabled],
.app-org-button[disabled],
fieldset[disabled] .app-btn-dropdown,
fieldset[disabled] .app-org-button,
.app-btn-dropdown.disabled:hover,
.app-org-button.disabled:hover,
.app-btn-dropdown[disabled]:hover,
.app-org-button[disabled]:hover,
fieldset[disabled] .app-btn-dropdown:hover,
fieldset[disabled] .app-org-button:hover,
.app-btn-dropdown.disabled:focus,
.app-org-button.disabled:focus,
.app-btn-dropdown[disabled]:focus,
.app-org-button[disabled]:focus,
fieldset[disabled] .app-btn-dropdown:focus,
fieldset[disabled] .app-org-button:focus,
.app-btn-dropdown.disabled.focus,
.app-org-button.disabled.focus,
.app-btn-dropdown[disabled].focus,
.app-org-button[disabled].focus,
fieldset[disabled] .app-btn-dropdown.focus,
fieldset[disabled] .app-org-button.focus,
.app-btn-dropdown.disabled:active,
.app-org-button.disabled:active,
.app-btn-dropdown[disabled]:active,
.app-org-button[disabled]:active,
fieldset[disabled] .app-btn-dropdown:active,
fieldset[disabled] .app-org-button:active,
.app-btn-dropdown.disabled.active,
.app-org-button.disabled.active,
.app-btn-dropdown[disabled].active,
.app-org-button[disabled].active,
fieldset[disabled] .app-btn-dropdown.active,
fieldset[disabled] .app-org-button.active {
  background-color: #fb8e54;
  border-color: #fb8e54;
}
.app-btn-dropdown .badge,
.app-org-button .badge {
  color: #fb8e54;
  background-color: #ffffff;
}
.btn-spacing-right {
  margin-right: 8px;
}
.app-login-button {
  color: #ffffff;
  background-color: #7270af;
  border-color: #7270af;
  margin-bottom: 30px;
}
.app-login-button:focus,
.app-login-button.focus {
  color: #ffffff;
  background-color: #575597;
  border-color: #3b3966;
}
.app-login-button:hover {
  color: #ffffff;
  background-color: #575597;
  border-color: #535191;
}
.app-login-button:active,
.app-login-button.active,
.open > .dropdown-toggle.app-login-button {
  color: #ffffff;
  background-color: #575597;
  border-color: #535191;
}
.app-login-button:active:hover,
.app-login-button.active:hover,
.open > .dropdown-toggle.app-login-button:hover,
.app-login-button:active:focus,
.app-login-button.active:focus,
.open > .dropdown-toggle.app-login-button:focus,
.app-login-button:active.focus,
.app-login-button.active.focus,
.open > .dropdown-toggle.app-login-button.focus {
  color: #ffffff;
  background-color: #4a4880;
  border-color: #3b3966;
}
.app-login-button:active,
.app-login-button.active,
.open > .dropdown-toggle.app-login-button {
  background-image: none;
}
.app-login-button.disabled,
.app-login-button[disabled],
fieldset[disabled] .app-login-button,
.app-login-button.disabled:hover,
.app-login-button[disabled]:hover,
fieldset[disabled] .app-login-button:hover,
.app-login-button.disabled:focus,
.app-login-button[disabled]:focus,
fieldset[disabled] .app-login-button:focus,
.app-login-button.disabled.focus,
.app-login-button[disabled].focus,
fieldset[disabled] .app-login-button.focus,
.app-login-button.disabled:active,
.app-login-button[disabled]:active,
fieldset[disabled] .app-login-button:active,
.app-login-button.disabled.active,
.app-login-button[disabled].active,
fieldset[disabled] .app-login-button.active {
  background-color: #7270af;
  border-color: #7270af;
}
.app-login-button .badge {
  color: #7270af;
  background-color: #ffffff;
}
.app-iconic-button {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.app-iconic-button:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
/**
 * Standard colors
 */
.consent-next-to-continue {
  margin-top: 50px;
  margin-bottom: 80px;
}
.consent-next-to-continue a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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;
  color: #424643;
  background-color: #ffffff;
  border-color: #424643;
  border-radius: 15px;
  height: 30px;
  font-size: 15px;
  line-height: 15px;
  padding: 7px 15px 7px 15px;
  min-width: 80px;
  color: #ffffff;
  background-color: #f7ad42;
  border-color: #f7ad42;
}
.consent-next-to-continue a:focus,
.consent-next-to-continue a:active:focus,
.consent-next-to-continue a.active:focus,
.consent-next-to-continue a.focus,
.consent-next-to-continue a:active.focus,
.consent-next-to-continue a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.consent-next-to-continue a:hover,
.consent-next-to-continue a:focus,
.consent-next-to-continue a.focus {
  color: #333333;
  text-decoration: none;
}
.consent-next-to-continue a:active,
.consent-next-to-continue a.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);
}
.consent-next-to-continue a.disabled,
.consent-next-to-continue a[disabled],
fieldset[disabled] .consent-next-to-continue a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.consent-next-to-continue a.disabled,
fieldset[disabled] a.consent-next-to-continue a {
  pointer-events: none;
}
.consent-next-to-continue a:focus,
.consent-next-to-continue a.focus {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #040404;
}
.consent-next-to-continue a:hover {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #242725;
}
.consent-next-to-continue a:active,
.consent-next-to-continue a.active,
.open > .dropdown-toggle.consent-next-to-continue a {
  color: #424643;
  background-color: #e6e6e6;
  border-color: #242725;
}
.consent-next-to-continue a:active:hover,
.consent-next-to-continue a.active:hover,
.open > .dropdown-toggle.consent-next-to-continue a:hover,
.consent-next-to-continue a:active:focus,
.consent-next-to-continue a.active:focus,
.open > .dropdown-toggle.consent-next-to-continue a:focus,
.consent-next-to-continue a:active.focus,
.consent-next-to-continue a.active.focus,
.open > .dropdown-toggle.consent-next-to-continue a.focus {
  color: #424643;
  background-color: #d4d4d4;
  border-color: #040404;
}
.consent-next-to-continue a:active,
.consent-next-to-continue a.active,
.open > .dropdown-toggle.consent-next-to-continue a {
  background-image: none;
}
.consent-next-to-continue a.disabled,
.consent-next-to-continue a[disabled],
fieldset[disabled] .consent-next-to-continue a,
.consent-next-to-continue a.disabled:hover,
.consent-next-to-continue a[disabled]:hover,
fieldset[disabled] .consent-next-to-continue a:hover,
.consent-next-to-continue a.disabled:focus,
.consent-next-to-continue a[disabled]:focus,
fieldset[disabled] .consent-next-to-continue a:focus,
.consent-next-to-continue a.disabled.focus,
.consent-next-to-continue a[disabled].focus,
fieldset[disabled] .consent-next-to-continue a.focus,
.consent-next-to-continue a.disabled:active,
.consent-next-to-continue a[disabled]:active,
fieldset[disabled] .consent-next-to-continue a:active,
.consent-next-to-continue a.disabled.active,
.consent-next-to-continue a[disabled].active,
fieldset[disabled] .consent-next-to-continue a.active {
  background-color: #ffffff;
  border-color: #424643;
}
.consent-next-to-continue a .badge {
  color: #ffffff;
  background-color: #424643;
}
.consent-next-to-continue a:focus,
.consent-next-to-continue a.focus {
  color: #ffffff;
  background-color: #f59811;
  border-color: #b26c08;
}
.consent-next-to-continue a:hover {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.consent-next-to-continue a:active,
.consent-next-to-continue a.active,
.open > .dropdown-toggle.consent-next-to-continue a {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.consent-next-to-continue a:active:hover,
.consent-next-to-continue a.active:hover,
.open > .dropdown-toggle.consent-next-to-continue a:hover,
.consent-next-to-continue a:active:focus,
.consent-next-to-continue a.active:focus,
.open > .dropdown-toggle.consent-next-to-continue a:focus,
.consent-next-to-continue a:active.focus,
.consent-next-to-continue a.active.focus,
.open > .dropdown-toggle.consent-next-to-continue a.focus {
  color: #ffffff;
  background-color: #d98409;
  border-color: #b26c08;
}
.consent-next-to-continue a:active,
.consent-next-to-continue a.active,
.open > .dropdown-toggle.consent-next-to-continue a {
  background-image: none;
}
.consent-next-to-continue a.disabled,
.consent-next-to-continue a[disabled],
fieldset[disabled] .consent-next-to-continue a,
.consent-next-to-continue a.disabled:hover,
.consent-next-to-continue a[disabled]:hover,
fieldset[disabled] .consent-next-to-continue a:hover,
.consent-next-to-continue a.disabled:focus,
.consent-next-to-continue a[disabled]:focus,
fieldset[disabled] .consent-next-to-continue a:focus,
.consent-next-to-continue a.disabled.focus,
.consent-next-to-continue a[disabled].focus,
fieldset[disabled] .consent-next-to-continue a.focus,
.consent-next-to-continue a.disabled:active,
.consent-next-to-continue a[disabled]:active,
fieldset[disabled] .consent-next-to-continue a:active,
.consent-next-to-continue a.disabled.active,
.consent-next-to-continue a[disabled].active,
fieldset[disabled] .consent-next-to-continue a.active {
  background-color: #f7ad42;
  border-color: #f7ad42;
}
.consent-next-to-continue a .badge {
  color: #f7ad42;
  background-color: #ffffff;
}
.consent-next-to-continue p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #a07331;
  margin-bottom: 30px;
}
.app-dialog-send-emails .scaffold-dialog-header {
  background-color: #f7ad42;
}
.no-top-margin {
  margin-top: 0 !important;
}
.form-group-top-padding {
  padding-top: 15px;
}
.app-iconic-button {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
}
.app-iconic-button:hover {
  opacity: 1;
  color: #616091;
}
.new-user-heading {
  font-weight: normal;
  color: #bfb7b4;
  font-size: 16px;
  margin-top: 0;
}
.heading h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.heading h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.heading h2 span b {
  font-weight: 900;
  color: #000000;
}
.heading h2 a {
  color: #616091;
}
.heading h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.heading h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.heading h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.heading h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.download-icon-link {
  color: #616091;
}
.download-icon-link:hover {
  text-decoration: none;
  color: #7270af;
}
.download-icon-link i {
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
  margin-left: -8px;
}
.download-icon-link i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.download-icon-link i:hover {
  opacity: 1;
  color: #616091;
}
.team-list h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.team-list h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.team-list h2 span b {
  font-weight: 900;
  color: #000000;
}
.team-list h2 a {
  color: #616091;
}
.team-list h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.team-list h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.team-list h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.team-list h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.team-list h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.team-list h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.team-list h2 span b {
  font-weight: 900;
  color: #000000;
}
.team-list h2 a {
  color: #616091;
}
.team-list h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.team-list h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.team-list h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.team-list h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-actions {
  width: 176px;
}
.engagement-actions a:hover {
  text-decoration: none;
}
.engagement-actions a i {
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
}
.engagement-actions a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.engagement-actions a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-actions table tbody {
  border: none !important;
}
.engagement-item-list,
.engagement-item-list-small {
  height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #4a4544;
  background-color: #807774;
  border: 1px solid #ebe6e4;
  border-radius: 6px;
}
.engagement-item-list a,
.engagement-item-list-small a {
  color: #4a4544;
}
.engagement-item-list .engagement-item-list-info,
.engagement-item-list-small .engagement-item-list-info {
  position: relative;
  height: 140px;
}
.engagement-item-list .engagement-item-list-info h4,
.engagement-item-list-small .engagement-item-list-info h4 {
  margin: 0;
  padding: 6px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #bfb7b4;
  font-size: 13px;
  font-weight: normal;
}
.engagement-item-list .engagement-item-list-info h3,
.engagement-item-list-small .engagement-item-list-info h3 {
  position: absolute;
  bottom: 0px;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 26px;
}
.engagement-item-list .engagement-item-list-info h3 span,
.engagement-item-list-small .engagement-item-list-info h3 span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0.7;
}
.engagement-item-list .engagement-item-list-info .engagement-list-item-actions,
.engagement-item-list-small .engagement-item-list-info .engagement-list-item-actions {
  position: absolute;
  right: -8px;
  width: 44px !important;
}
.engagement-item-list .engagement-item-list-info .engagement-list-item-actions a i,
.engagement-item-list-small .engagement-item-list-info .engagement-list-item-actions a i {
  color: #d6d1d0 !important;
}
.engagement-item-list .engagement-item-list-info .engagement-list-item-actions a i:hover,
.engagement-item-list-small .engagement-item-list-info .engagement-list-item-actions a i:hover {
  color: #ffffff !important;
}
.engagement-item-list .engagement-item-list-extra-info,
.engagement-item-list-small .engagement-item-list-extra-info {
  position: relative;
  border-top: 1px solid #ebe6e4;
  background-color: #ffffff;
  height: 200px;
}
.engagement-item-list .engagement-item-list-extra-info p,
.engagement-item-list-small .engagement-item-list-extra-info p {
  color: #807774;
  font-size: 13px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 19px;
}
.engagement-item-list .engagement-item-list-extra-info .date-created,
.engagement-item-list-small .engagement-item-list-extra-info .date-created {
  position: absolute;
  bottom: 0;
  color: #bfb7b4;
  font-size: 13px;
  font-weight: 400;
}
.engagement-item-list .engagement-item-list-extra-info .date-created b,
.engagement-item-list-small .engagement-item-list-extra-info .date-created b {
  color: #99918e;
}
.engagement-item-list .engagement-item-list-extra-info .date-created .engagement-actions,
.engagement-item-list-small .engagement-item-list-extra-info .date-created .engagement-actions {
  float: right;
  position: relative;
}
.engagement-item-list .engagement-item-list-data,
.engagement-item-list-small .engagement-item-list-data {
  padding-top: 15px;
}
.engagement-item-list-small {
  height: 270px;
}
.engagement-item-list-small .engagement-item-list-info {
  height: 110px;
}
.engagement-item-list-small .engagement-item-list-extra-info {
  height: 160px;
}
.engagement-actions-allow-delete {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 44px !important;
}
.engagement-background {
  background-color: #ffffff;
  border-bottom: 1px solid #ebe6e4;
  padding: 30px 0;
}
.engagement-background:nth-of-type(2n+1) {
  background-color: #f4f2f2;
}
.engagement-background:last-of-type {
  border-bottom: none;
}
.list-of-engagements-background {
  background-color: #f8f6f6;
  border-bottom: 1px solid #d7d5d4;
  padding: 30px 0 0 0;
}
.list-of-engagements-background:nth-of-type(2n) {
  background-color: #ffffff;
}
.negative-top-margin {
  margin-top: -30px;
}
.no-bottom-border {
  border-bottom: none;
  padding-bottom: 50px;
}
.bottom-margin {
  margin-bottom: 20px;
}
.top-margin {
  margin-top: 20px;
}
.small-spinner {
  width: 24px;
  height: 24px;
  float: left;
}
.heading h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.heading h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.heading h2 span b {
  font-weight: 900;
  color: #000000;
}
.heading h2 a {
  color: #616091;
}
.heading h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.heading h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.heading h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.heading h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.help-text {
  margin-top: 6px;
  font-weight: 700;
  color: #bfb7b4;
  font-size: 12px;
  line-height: 16px;
}
.engagement-person-info h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.engagement-person-info h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.engagement-person-info h2 span b {
  font-weight: 900;
  color: #000000;
}
.engagement-person-info h2 a {
  color: #616091;
}
.engagement-person-info h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.engagement-person-info h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.engagement-person-info h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.engagement-person-info h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-person-info h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.engagement-person-info h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.engagement-person-info h2 span b {
  font-weight: 900;
  color: #000000;
}
.engagement-person-info h2 a {
  color: #616091;
}
.engagement-person-info h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.engagement-person-info h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.engagement-person-info h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.engagement-person-info h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-person-info h2 {
  margin-bottom: 0;
}
.engagement-person-info h3 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #99918e;
  margin: 0;
  padding: 0;
}
.engagement-person-info h5 {
  margin-bottom: 30px;
}
.engagement-person-info p {
  font-size: 14px;
  line-height: 22px;
  color: #807774;
}
.engagement-person-info label {
  color: #807774;
  font-weight: 500;
}
.engagement-person-info .bottom-padding {
  padding-bottom: 30px;
}
.other-engagement-details-wrapper h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.other-engagement-details-wrapper h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.other-engagement-details-wrapper h2 span b {
  font-weight: 900;
  color: #000000;
}
.other-engagement-details-wrapper h2 a {
  color: #616091;
}
.other-engagement-details-wrapper h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.other-engagement-details-wrapper h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.other-engagement-details-wrapper h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.other-engagement-details-wrapper h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.other-engagement-details-wrapper h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.other-engagement-details-wrapper h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.other-engagement-details-wrapper h2 span b {
  font-weight: 900;
  color: #000000;
}
.other-engagement-details-wrapper h2 a {
  color: #616091;
}
.other-engagement-details-wrapper h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.other-engagement-details-wrapper h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.other-engagement-details-wrapper h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.other-engagement-details-wrapper h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.other-engagement-details-wrapper h3,
.other-engagement-details-wrapper #user-exists {
  font-size: 24px;
  color: #bfb7b4;
  text-align: left;
  margin: 0 0 15px 0;
}
.engagement-summary,
.engagement-report {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #797877;
}
.engagement-summary h2,
.engagement-report h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.engagement-summary h2 span,
.engagement-report h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.engagement-summary h2 span b,
.engagement-report h2 span b {
  font-weight: 900;
  color: #000000;
}
.engagement-summary h2 a,
.engagement-report h2 a {
  color: #616091;
}
.engagement-summary h2 a:hover,
.engagement-report h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.engagement-summary h2 a i,
.engagement-report h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.engagement-summary h2 a i:hover,
.engagement-report h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.engagement-summary h2 a i:hover,
.engagement-report h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-summary h2,
.engagement-report h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.engagement-summary h2 span,
.engagement-report h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.engagement-summary h2 span b,
.engagement-report h2 span b {
  font-weight: 900;
  color: #000000;
}
.engagement-summary h2 a,
.engagement-report h2 a {
  color: #616091;
}
.engagement-summary h2 a:hover,
.engagement-report h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.engagement-summary h2 a i,
.engagement-report h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.engagement-summary h2 a i:hover,
.engagement-report h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.engagement-summary h2 a i:hover,
.engagement-report h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.engagement-summary h3,
.engagement-report h3 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #99918e;
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: center;
}
.engagement-summary label,
.engagement-report label {
  color: #807774;
  font-weight: 500;
}
.engagement-summary .bottom-padding,
.engagement-report .bottom-padding {
  padding-bottom: 30px;
}
.engagement-new-engagement button,
.engagement-send-invitation button,
.engagement-big-button button,
.engagement-new-engagement a,
.engagement-send-invitation a,
.engagement-big-button a {
  border: none;
  float: left;
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  font-weight: 300;
  font-size: 17px;
  padding: 0 0 0 16px;
  border-radius: 4px;
  background-color: #f7ad42;
  color: #ffffff;
  cursor: pointer;
}
.engagement-new-engagement button span,
.engagement-send-invitation button span,
.engagement-big-button button span,
.engagement-new-engagement a span,
.engagement-send-invitation a span,
.engagement-big-button a span {
  display: block;
  float: left;
  margin-top: 8px;
  padding-right: 10px;
}
.engagement-new-engagement button i,
.engagement-send-invitation button i,
.engagement-big-button button i,
.engagement-new-engagement a i,
.engagement-send-invitation a i,
.engagement-big-button a i {
  display: block;
  float: right;
  display: inline-block;
  font-size: 32px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  padding: 4px;
}
.engagement-new-engagement button:hover,
.engagement-send-invitation button:hover,
.engagement-big-button button:hover,
.engagement-new-engagement a:hover,
.engagement-send-invitation a:hover,
.engagement-big-button a:hover {
  text-decoration: none;
  background-color: #a07331;
}
.engagement-new-engagement button:before,
.engagement-send-invitation button:before,
.engagement-big-button button:before,
.engagement-new-engagement a:before,
.engagement-send-invitation a:before,
.engagement-big-button a:before,
.engagement-new-engagement button:after,
.engagement-send-invitation button:after,
.engagement-big-button button:after,
.engagement-new-engagement a:after,
.engagement-send-invitation a:after,
.engagement-big-button a:after {
  content: " ";
  display: table;
}
.engagement-new-engagement button:after,
.engagement-send-invitation button:after,
.engagement-big-button button:after,
.engagement-new-engagement a:after,
.engagement-send-invitation a:after,
.engagement-big-button a:after {
  clear: both;
}
.engagement-new-engagement button:before,
.engagement-send-invitation button:before,
.engagement-big-button button:before,
.engagement-new-engagement a:before,
.engagement-send-invitation a:before,
.engagement-big-button a:before,
.engagement-new-engagement button:after,
.engagement-send-invitation button:after,
.engagement-big-button button:after,
.engagement-new-engagement a:after,
.engagement-send-invitation a:after,
.engagement-big-button a:after {
  content: " ";
  display: table;
}
.engagement-new-engagement button:after,
.engagement-send-invitation button:after,
.engagement-big-button button:after,
.engagement-new-engagement a:after,
.engagement-send-invitation a:after,
.engagement-big-button a:after {
  clear: both;
}
.engagement-new-engagement button:disabled,
.engagement-send-invitation button:disabled,
.engagement-big-button button:disabled,
.engagement-new-engagement a:disabled,
.engagement-send-invitation a:disabled,
.engagement-big-button a:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.engagement-new-engagement .help-text,
.engagement-send-invitation .help-text,
.engagement-big-button .help-text {
  margin-top: 20px;
  font-size: 15px;
  padding-left: 10px;
  float: left;
}
.engagement-new-engagement .no-top-margin button,
.engagement-send-invitation .no-top-margin button,
.engagement-big-button .no-top-margin button,
.engagement-new-engagement .no-top-margin a,
.engagement-send-invitation .no-top-margin a,
.engagement-big-button .no-top-margin a {
  margin-top: 0;
}
#role-search-form input {
  height: 40px;
}
.btn-search {
  color: #ffffff;
  background-color: #f7ad42;
  border-color: #f7ad42;
  height: 40px;
}
.btn-search:focus,
.btn-search.focus {
  color: #ffffff;
  background-color: #f59811;
  border-color: #b26c08;
}
.btn-search:hover {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  color: #ffffff;
  background-color: #f59811;
  border-color: #f2930a;
}
.btn-search:active:hover,
.btn-search.active:hover,
.open > .dropdown-toggle.btn-search:hover,
.btn-search:active:focus,
.btn-search.active:focus,
.open > .dropdown-toggle.btn-search:focus,
.btn-search:active.focus,
.btn-search.active.focus,
.open > .dropdown-toggle.btn-search.focus {
  color: #ffffff;
  background-color: #d98409;
  border-color: #b26c08;
}
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  background-image: none;
}
.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled.focus,
.btn-search[disabled].focus,
fieldset[disabled] .btn-search.focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
  background-color: #f7ad42;
  border-color: #f7ad42;
}
.btn-search .badge {
  color: #f7ad42;
  background-color: #ffffff;
}
.button-wra a,
.button-pra a,
.button-ourorg a,
.button-cswra a {
  float: none;
  margin: 0 auto 20px auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .button-wra a,
  .button-pra a,
  .button-ourorg a,
  .button-cswra a {
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .button-wra a,
  .button-pra a,
  .button-ourorg a,
  .button-cswra a {
    width: 70%;
  }
}
.button-wra a {
  background-color: #f7ad42;
}
.button-wra a:hover {
  background-color: #e38a0a;
}
.button-pra a {
  background-color: #ff8089;
}
.button-pra a:hover {
  background-color: #ff3342;
}
.button-ourorg a {
  background-color: #73b9bf;
}
.button-ourorg a:hover {
  background-color: #48979d;
}
.button-cswra a {
  background-color: #9799d6;
}
.button-cswra a:hover {
  background-color: #6063c0;
}
.settings-roundel input[type="checkbox"] {
  display: none;
}
.settings-roundel input[type="checkbox"] + label {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebe6e4;
  border: 1px solid #807774;
  background-size: cover;
  background-repeat: no-repeat;
}
.settings-roundel input[type="checkbox"]:checked + label {
  background-color: #f7ad42;
}
.settings-roundel input[type="checkbox"] + label,
.settings-roundel input[type="checkbox"]:checked + label {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.wra input[type="checkbox"] + label {
  background-image: url(/app/assets/badges/engagements/wra.svg);
}
.wra input[type="checkbox"]:checked + label {
  background-color: #f7ad42;
}
.pra input[type="checkbox"] + label {
  background-image: url(/app/assets/badges/engagements/pra.svg);
}
.pra input[type="checkbox"]:checked + label {
  background-color: #ff8089;
}
.ourorg input[type="checkbox"] + label {
  background-image: url(/app/assets/badges/engagements/ourorg.svg);
}
.ourorg input[type="checkbox"]:checked + label {
  background-color: #73b9bf;
}
.cswra input[type="checkbox"] + label {
  background-image: url(/app/assets/badges/engagements/cswra.svg);
}
.cswra input[type="checkbox"]:checked + label {
  background-color: #9799d6;
}
.settings-engagement-info h4,
.settings-engagement-info p {
  text-align: center;
}
.f-family {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.f-slab-family {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.f-ultra-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.f-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.f-regular {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.f-bold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.f-black {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.f-slab-ultra-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.f-slab-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.f-slab-regular {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.f-slab-bold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.f-slab-black {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.app-footer {
  margin-top: 0;
  border-top: 1px solid #ebe6e4;
  color: #807774;
  padding: 30px 0;
  background-color: #eeecec;
}
.app-footer .bioss-logo {
  max-width: 120px;
}
.app-footer address {
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}
.app-footer address b {
  font-weight: 600;
}
.app-footer p {
  text-align: right;
}
.footer-home {
  margin-top: 0;
}
.app-fourohfour-brand {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.app-fourohfour-jumbotron {
  background-image: url(/app/assets/backgrounds/background-8.jpg) !important;
}
.app-fourohfour-content {
  margin-bottom: 200px;
}
.consultant-panel {
  background-color: #fcaf86;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.consultant-panel h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}
.consultant-panel h2 a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #807774;
}
.consultant-panel h2 a:hover {
  border-bottom: 1px solid #807774;
}
.welcome h2 {
  font-size: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.welcome h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.welcome h2 span b {
  font-weight: 900;
  color: #000000;
}
.welcome h2 a {
  color: #616091;
}
.welcome h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.welcome h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.welcome h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.welcome h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.welcome h2 {
  font-size: 28px;
  font-weight: 400;
  color: #807774;
  margin: 0px 0 16px 0;
  padding: 0 0 8px 0;
}
.welcome h2 span {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f8f6f6;
  margin-left: 8px;
}
.welcome h2 span b {
  font-weight: 900;
  color: #000000;
}
.welcome h2 a {
  color: #616091;
}
.welcome h2 a:hover {
  text-decoration: none;
  color: #7270af;
}
.welcome h2 a i {
  float: right;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
}
.welcome h2 a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.welcome h2 a i:hover {
  opacity: 1;
  color: #616091;
}
.welcome p {
  font-size: 16px;
  line-height: 24px;
}
.welcome .lead {
  font-size: 21px;
  line-height: 30px;
}
.label-color-well {
  float: left;
  margin-right: 6px;
  margin-top: 4px;
}
.label-color-well label {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  cursor: pointer;
}
.label-color-well .label-well {
  display: none;
}
.label-color-well .label-well:checked ~ label {
  border: 2px solid #000000;
}
.label-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: -3px;
}
#label-color-1 ~ label {
  background-color: #ef7589;
}
#label-color-2 ~ label {
  background-color: #ef9e75;
}
#label-color-3 ~ label {
  background-color: #ffdd32;
}
#label-color-4 ~ label {
  background-color: #b2ef75;
}
#label-color-5 ~ label {
  background-color: #3df4c6;
}
#label-color-6 ~ label {
  background-color: #75c6ef;
}
#label-color-7 ~ label {
  background-color: #adadea;
}
#label-color-8 ~ label {
  background-color: #ccadea;
}
#label-error-message {
  font-size: 12px;
  font-weight: 700;
  color: #aabfb0;
  margin: 4px 0 0 0;
  padding: 0;
  display: none;
}
.label-lozenge {
  margin-top: 10px !important;
  margin-left: 16px !important;
}
.label-lozenge span {
  margin: 0;
  padding: 6px 12px 8px 4px;
  border-radius: 4px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}
.icon-lozenge-label {
  display: inline-block;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 24px;
  padding: 4px;
  margin: 0;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-baseline-middle;
  vertical-align: middle;
}
.app-login {
  margin-top: 12vh;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ffffff;
}
@media (max-width: 991px) {
  .app-login {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.app-login hr {
  margin-left: -15px;
  margin-right: -15px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.app-login h1 {
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
}
.app-login h2 {
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  margin-top: 0;
}
.app-login label {
  color: #ffffff;
}
.app-login .app-button-success {
  color: #ffffff;
  background-color: #88c651;
  border-color: #88c651;
}
.app-login .app-button-success:focus,
.app-login .app-button-success.focus {
  color: #ffffff;
  background-color: #6fac38;
  border-color: #497225;
}
.app-login .app-button-success:hover {
  color: #ffffff;
  background-color: #6fac38;
  border-color: #6aa436;
}
.app-login .app-button-success:active,
.app-login .app-button-success.active,
.open > .dropdown-toggle.app-login .app-button-success {
  color: #ffffff;
  background-color: #6fac38;
  border-color: #6aa436;
}
.app-login .app-button-success:active:hover,
.app-login .app-button-success.active:hover,
.open > .dropdown-toggle.app-login .app-button-success:hover,
.app-login .app-button-success:active:focus,
.app-login .app-button-success.active:focus,
.open > .dropdown-toggle.app-login .app-button-success:focus,
.app-login .app-button-success:active.focus,
.app-login .app-button-success.active.focus,
.open > .dropdown-toggle.app-login .app-button-success.focus {
  color: #ffffff;
  background-color: #5d912f;
  border-color: #497225;
}
.app-login .app-button-success:active,
.app-login .app-button-success.active,
.open > .dropdown-toggle.app-login .app-button-success {
  background-image: none;
}
.app-login .app-button-success.disabled,
.app-login .app-button-success[disabled],
fieldset[disabled] .app-login .app-button-success,
.app-login .app-button-success.disabled:hover,
.app-login .app-button-success[disabled]:hover,
fieldset[disabled] .app-login .app-button-success:hover,
.app-login .app-button-success.disabled:focus,
.app-login .app-button-success[disabled]:focus,
fieldset[disabled] .app-login .app-button-success:focus,
.app-login .app-button-success.disabled.focus,
.app-login .app-button-success[disabled].focus,
fieldset[disabled] .app-login .app-button-success.focus,
.app-login .app-button-success.disabled:active,
.app-login .app-button-success[disabled]:active,
fieldset[disabled] .app-login .app-button-success:active,
.app-login .app-button-success.disabled.active,
.app-login .app-button-success[disabled].active,
fieldset[disabled] .app-login .app-button-success.active {
  background-color: #88c651;
  border-color: #88c651;
}
.app-login .app-button-success .badge {
  color: #88c651;
  background-color: #ffffff;
}
.app-login .lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
/**
 * Main WRA stylesheet
 */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: #eeecec;
}
.app-page {
  background-color: #f8f6f6;
}
@media (max-width: 991px) {
  .container-fluid .container {
    width: 100%;
  }
}
.app-fluid-jumbotron {
  background-color: #658437;
  color: #807774;
  margin-top: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-fluid-jumbotron h2 {
  font-weight: 300;
}
.wra-promotional-jumbotron {
  padding: 30px 0;
  color: white;
}
.wra-promotional-jumbotron h1 {
  font-size: 48px;
  font-weight: 300;
}
.wra-promotional-jumbotron p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.random-background {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bioss-homepage-logo {
  margin-top: 30px;
}
.bioss-marque-horizontal {
  max-width: 220px;
}
.language-picker {
  float: right;
  display: inline-block;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 12px;
  border-radius: 8px;
}
.navbar-brand {
  width: 180px;
  height: 50px;
  padding: 10px;
  padding-left: 30px;
}
.navbar-brand img {
  height: 30px;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-nav li a {
  color: white;
}
.app-navbar-list-controller {
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
  border: 1px solid #d7d5d4;
}
.organisation-jumbotron,
.questionnaire-jumbotron,
.participant-jumbotron {
  position: relative;
  color: #807774;
  background-color: #cec9c8;
  border-top: 1px solid #8d8987;
  border-bottom: 1px solid #a7a3a1;
  padding-top: 24px;
  padding-bottom: 24px;
}
.organisation-jumbotron h1,
.questionnaire-jumbotron h1,
.participant-jumbotron h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #000000;
  font-size: 36px;
  margin-top: 20px;
}
.organisation-jumbotron h1 span,
.questionnaire-jumbotron h1 span,
.participant-jumbotron h1 span {
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  opacity: 0.6;
}
.organisation-jumbotron h2,
.questionnaire-jumbotron h2,
.participant-jumbotron h2 {
  font-size: 18px;
  font-weight: 400;
}
.organisation-jumbotron p,
.questionnaire-jumbotron p,
.participant-jumbotron p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  opacity: 0.7;
}
.organisation-jumbotron .well,
.questionnaire-jumbotron .well,
.participant-jumbotron .well {
  background-color: #f8f6f6;
  border: 1px solid #d7d5d4;
  margin-top: 30px;
}
.organisation-jumbotron a,
.questionnaire-jumbotron a,
.participant-jumbotron a {
  float: left;
  font-size: 16px;
  color: #807774;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
}
.organisation-jumbotron a:hover,
.questionnaire-jumbotron a:hover,
.participant-jumbotron a:hover {
  opacity: 1;
}
.organisation-jumbotron a i,
.questionnaire-jumbotron a i,
.participant-jumbotron a i {
  float: left;
  margin-top: -4px;
  margin-left: -8px;
}
.organisation-jumbotron .large-link-icon,
.questionnaire-jumbotron .large-link-icon,
.participant-jumbotron .large-link-icon {
  font-size: 48px;
  float: right;
  margin-left: 30px;
}
.questionnaire-jumbotron,
.participant-jumbotron {
  background-color: #cec9c8;
  border-top: 1px solid #8d8987;
  border-bottom: 1px solid #a7a3a1;
}
.questionnaire-jumbotron h2,
.participant-jumbotron h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #807774;
  font-size: 21px;
  margin: 0;
  padding: 0;
}
.participant-jumbotron {
  margin-bottom: -30px;
}
.organisation-indicator {
  padding-top: 2px;
  border: 1px solid #616091;
}
.organisation-indicator.active {
  background-color: #616091;
}
.participant-list,
.questionnaire-list {
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
}
.participant-list hr,
.questionnaire-list hr {
  margin: 0;
}
.participant-type-panel,
.questionnaire-type-panel {
  height: 96px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.participant-type-panel img,
.questionnaire-type-panel img {
  display: block;
  margin: 4px auto 6px auto;
  width: 64px;
  height: 64px;
  text-align: center;
}
.participant-type-panel h4,
.questionnaire-type-panel h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  opacity: 0.6;
  text-align: center;
}
.participant-add-panel {
  height: 96px;
  background-color: #ffffff;
  border-right: 1px solid #d7d5d4;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.participant-add-panel img {
  display: block;
  margin: 4px auto 4px auto;
  width: 88px;
  height: 88px;
  text-align: center;
}
.participant-info,
.questionnaire-info,
.participant-add-info {
  position: relative;
  background-color: #eae5e3;
  min-height: 96px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.participant-info h3,
.questionnaire-info h3,
.participant-add-info h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin: 8px 0 0 0;
  padding: 0;
  color: #000000;
}
.participant-info h4,
.questionnaire-info h4,
.participant-add-info h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #807774;
  padding: 0;
  margin: 4px 0 0 0;
}
.participant-info h5,
.questionnaire-info h5,
.participant-add-info h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #bfb7b4;
  padding: 0;
  margin: 4px 0 0 0;
}
.participant-info .percent-complete-small,
.questionnaire-info .percent-complete-small,
.participant-add-info .percent-complete-small {
  left: auto;
  bottom: auto;
  right: 15px;
  top: 15px;
}
.participant-info .percent-complete-small-status,
.questionnaire-info .percent-complete-small-status,
.participant-add-info .percent-complete-small-status {
  position: relative;
  float: right;
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  width: 76px;
  height: 76px;
  z-index: 1;
}
.participant-info .percent-complete-small-status .percentage-complete-chart,
.questionnaire-info .percent-complete-small-status .percentage-complete-chart,
.participant-add-info .percent-complete-small-status .percentage-complete-chart {
  position: absolute;
  z-index: 1;
  width: 76px;
  height: 76px;
}
.participant-info .percent-complete-small-status h5,
.questionnaire-info .percent-complete-small-status h5,
.participant-add-info .percent-complete-small-status h5 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 76px;
  height: 16px;
  color: #000000;
  text-align: center;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  top: 26px;
}
.participant-info .percent-complete-small-status h6,
.questionnaire-info .percent-complete-small-status h6,
.participant-add-info .percent-complete-small-status h6 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 76px;
  color: #807774;
  text-align: center;
  font-size: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  top: 40px;
}
.participant-info .action-buttons,
.questionnaire-info .action-buttons,
.participant-add-info .action-buttons {
  float: right;
  margin-top: 20px;
  margin-right: -8px;
  margin-left: 8px;
  display: block;
  width: 104px;
}
.participant-info .action-buttons button,
.questionnaire-info .action-buttons button,
.participant-add-info .action-buttons button {
  display: inline-block;
  font-size: 44px;
  width: 52px;
  height: 52px;
  line-height: 44px;
  padding: 4px;
  float: left;
}
.participant-info .single-button,
.questionnaire-info .single-button,
.participant-add-info .single-button {
  width: 48px;
}
.participant-add-info {
  background-color: #ffffff;
}
.participant-relationship-pif {
  background-color: #cccc45;
}
.participant-relationship-man {
  background-color: #f78863;
}
.participant-relationship-dir {
  background-color: #fcaf86;
}
.participant-relationship-per {
  background-color: #f77c86;
}
.participant-relationship-cus {
  background-color: #73b9bf;
}
.participant-relationship-sup {
  background-color: #97a5d6;
}
.participant-relationship-col {
  background-color: #73b9bf;
}
.participant-add {
  cursor: pointer;
  position: relative;
  height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #4a4544;
  border: 1px solid #ebe6e4;
  background-color: #ffffff;
}
.participant-add a {
  color: #4a4544;
}
.participant-add h4 {
  position: absolute;
  top: 260px;
  color: #bfb7b4;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.participant-add h3 {
  position: absolute;
  top: 170px;
  font-weight: 300;
  font-size: 24px;
  color: #807774;
  line-height: 30px;
}
.participant-add img {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 40%;
  height: auto;
}
.participant-add:hover {
  outline: 4px solid #807774;
}
#add-participant-form-error,
#add-user-error {
  font-size: 14px;
  font-weight: 700;
  color: #ff2d36;
}
.paragraph {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #797877;
}
.main-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.large-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  margin: 0 0 15px 0;
}
.medium-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  margin: 0 0 15px 0;
}
.participant-welcome-background {
  background-color: #f4f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d5d4;
}
.participant-welcome h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.participant-welcome p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #797877;
}
.bottom-padding {
  padding-bottom: 15px;
}
.participant-engagement .no-top-margin {
  margin-top: 0;
}
.participant-engagement h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  margin: 0 0 15px 0;
}
.participant-engagement h2 span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.participant-engagement .email-address {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #bfb7b4;
  margin-top: 8px;
}
.participant-engagement h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  margin: 0 0 15px 0;
  margin-top: 15px;
}
.participant-engagement p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #797877;
  margin-bottom: 30px;
}
.questionnaire-jumbotron h2 {
  opacity: 0.7;
  line-height: 34px;
}
/*
.questionnaire-list {
	height: 340px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	color: darken(@c-primary, 20%);
	a {
		color: darken(@c-primary, 20%);
	}
	border: 1px solid @c-tertiary;
	
	background-color: @c-primary;
	
	&:hover {
		outline: 4px solid @c-primary;
		border: 1px solid @c-primary;
	}
	
	.questionnaire-info {
		position: relative;
		height: 140px;
		h4 {
			margin: 0;
			padding: 6px 0 0 0;
			text-transform: uppercase;
			letter-spacing: 3px;
			color: @c-tertiary;
			font-size: 13px;
			font-weight: normal;
		}
	
		h3 {
			position: absolute;
			bottom: 8px;
			font-weight: 300;
			font-size: 24px;
			color: @c-white;
			line-height: 30px;
		}
		
		img {
			position: absolute;
			right: -12px;
			top: 2px;
			width: 34%;
			height: auto;
		}
		
	}
	
	.questionnaire-completion {
		position: relative;
		width: 100%;
		height: 8px;
		background-color: @c-white;
		border-top: 1px solid darken(@c-secondary, 10%);
		border-bottom: 1px solid @c-secondary;
		div {
			position: absolute;
			left: 0;
			top: 0;
			height: 6px;
			background-color: @c-context;
		}
	}
	
	.questionnaire-extra-info {
		position: relative;
		background-color: @c-tertiary;
		height: 200px;
		
		p {
			color: @c-primary;
			font-size: 14px;
			font-weight: 600;
			padding-top: 10px;
		}
		
		.date-created {
			position: absolute;
			bottom: 0;
			color: @c-secondary;
			font-size: 13px;
			font-weight: 400;
		}
	}
	
	
		
}
*/
.questionnaire-completed {
  cursor: not-allowed;
  opacity: 0.5;
}
.questionnaire-type-wra1,
.questionnaire-type-wra2,
.questionnaire-type-wra3,
.questionnaire-type-wra4 {
  background-color: #f7ad42;
}
.questionnaire-type-pra1,
.questionnaire-type-pra2 {
  background-color: #ff8089;
}
.questionnaire-type-ourorg {
  background-color: #73b9bf;
}
.questionnaire-type-cswra1,
.questionnaire-type-cswra2 {
  background-color: #9799d6;
}
.questionnaire-question {
  margin-top: -10px;
  margin-bottom: 20px;
}
.questionnaire-question h2 {
  border-bottom: 1px solid #ebe6e4;
  font-size: 28px;
  color: #cc903a;
  font-weight: 400;
  padding-bottom: 10px;
}
.questionnaire-question .requires-answer {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #bfb7b4;
  float: right;
  margin-top: 12px;
}
.questionnaire-question .lead {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
}
.questionnaire-question .question-fields h3 {
  margin: 10px 0 20px 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #bfb7b4;
}
.questionnaire-question .question-fields input[type="radio"] {
  display: none;
}
.questionnaire-question .question-fields input[type="radio"] + label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 8px 0;
}
.questionnaire-question .question-fields input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebe6e4;
  border: 1px solid #807774;
}
.questionnaire-question .question-fields input[type="radio"]:checked + label span {
  background-color: #f7ad42;
}
.questionnaire-question .question-fields input[type="radio"] + label span,
.questionnaire-question .question-fields input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.percent-complete {
  position: absolute;
  display: block;
  right: 0;
  top: -16px;
  width: 112px;
  height: 112px;
  z-index: 1;
}
.percent-complete .percentage-complete-chart {
  position: absolute;
  z-index: 1;
  width: 112px;
  height: 112px;
}
.percent-complete span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 112px;
  color: #000000;
  text-align: center;
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 34px;
}
.percent-complete-small {
  position: absolute;
  bottom: 32px;
  left: 10px;
  display: block;
  width: 64px;
  height: 64px;
  z-index: 1;
}
.percent-complete-small .percentage-complete-chart {
  position: absolute;
  z-index: 1;
  width: 64px;
  height: 64px;
}
.percent-complete-small span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 64px;
  color: #807774;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  margin-top: 19px;
}
.questionnaire-temporary-id {
  font-weight: 700;
  color: #f7ad42;
}
.question-action-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}
.question-action-buttons .top-padding {
  padding-top: 20px;
}
.question-action-buttons .button {
  border: none;
  width: 100%;
  display: block;
  font-weight: 300;
  font-size: 17px;
  padding: 0 0 0 16px;
  border-radius: 4px;
  background-color: #f7ad42;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .question-action-buttons .button {
    width: 80%;
  }
}
.question-action-buttons .button span {
  display: block;
  float: left;
  margin-top: 8px;
}
.question-action-buttons .button i {
  display: block;
  float: right;
  display: inline-block;
  font-size: 32px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  padding: 4px;
}
.question-action-buttons .button:hover {
  text-decoration: none;
  background-color: #a07331;
}
.question-action-buttons .button:before,
.question-action-buttons .button:after {
  content: " ";
  display: table;
}
.question-action-buttons .button:after {
  clear: both;
}
.question-action-buttons .button:before,
.question-action-buttons .button:after {
  content: " ";
  display: table;
}
.question-action-buttons .button:after {
  clear: both;
}
.question-action-buttons .button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.question-action-buttons .previous-question {
  margin: 0 auto 0 0;
  padding: 0 16px 0 0;
}
.question-action-buttons .previous-question span {
  float: right;
}
.question-action-buttons .previous-question i {
  float: left;
  margin-left: 0;
}
.question-action-buttons .reset-questionnaire {
  margin: 0 auto;
  background-color: #bfb7b4;
}
.question-action-buttons .reset-questionnaire:hover {
  background-color: #9c8f8b;
}
.question-action-buttons .remind-me-later {
  margin: 0 auto;
  background-color: #ff6067;
}
.question-action-buttons .remind-me-later:hover {
  background-color: #ff141e;
}
.question-action-buttons .next-question {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 767px) {
  .media-breakpoints-full-width {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .media-breakpoints-full-width {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .media-breakpoints-full-width {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .media-breakpoints-full-width {
    width: 1140px;
  }
}
.engagement-report h2 span {
  color: #bfb7b4;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 21px;
}
.engagement-report-count {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 72px;
  color: #f7ad42;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0;
}
.engagement-report-count span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #bfb7b4;
}
.engagment-report-wrapper {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.engagement-summary-donut-chart {
  position: relative;
  width: 144px;
  height: 144px;
  display: block;
  margin: 0 auto;
}
.engagement-summary-donut-chart img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
.engagement-summary-donut-chart span {
  position: absolute;
  display: block;
  width: 100%;
  top: calc(12%);
  font-size: 72px;
  font-weight: 100;
  text-align: center;
  color: #807774;
}
.engagement-donut-chart {
  position: relative;
  width: 112px;
  height: 112px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 15px;
}
.engagement-donut-chart:last-of-type {
  margin-right: none;
}
.engagement-donut-chart span {
  position: absolute;
  display: block;
  width: 100%;
  top: calc(36%);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #807774;
}
.engagement-rigid-diffuse-chart,
.engagement-gaps-chart {
  position: relative;
  width: 112px;
  height: 148px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 30px;
}
.engagement-rigid-diffuse-chart:last-of-type,
.engagement-gaps-chart:last-of-type {
  margin-right: none;
}
.engagement-rigid-diffuse-chart span,
.engagement-gaps-chart span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #807774;
}
.engagement-our-org-overview-chart,
.engagement-rigid-diffuse-overview-chart {
  position: relative;
  width: 800px;
  height: 800px;
  display: block;
}
.raw-data-table {
  border: 1px solid #ebe6e4;
  background-color: #ffffff;
}
.raw-data-table tr {
  background-color: #ffffff;
  border-bottom: 1px solid #ebe6e4;
}
.raw-data-table tr:last-of-type {
  border-bottom: none;
}
.raw-data-table th {
  font-weight: 700;
  text-align: center;
}
.raw-data-table .question-number {
  font-weight: 700;
  text-align: right;
  color: #bfb7b4;
}
.raw-data-table .question-text {
  text-align: left;
}
.raw-data-table .total {
  text-align: center;
}
.raw-data-table .answer span {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  border: 1px solid #bfb7b4;
}
.raw-data-table .answer--99 span {
  border: none;
  font-size: 13px;
  font-weight: 300;
  color: #bfb7b4;
  margin-top: 2px;
}
.raw-data-table .answer-0 span {
  color: #ffffff;
  border: none;
}
.raw-data-table .answer-2 span {
  font-weight: 600;
}
.raw-data-table .answer-3 span,
.raw-data-table .answer-4 span {
  font-weight: 900;
}
.raw-data-table .answer--1 span {
  background-color: #f3f3f3;
}
.raw-data-table .answer--2 span {
  background-color: #dadada;
  font-weight: 600;
}
.raw-data-table .answer--3 span {
  background-color: #c0c0c0;
  font-weight: 900;
}
.raw-data-table .answer--4 span {
  background-color: #a7a7a7;
  font-weight: 900;
  color: #ffffff;
}
.judgement-table .answer-2 span {
  background-color: #ffbec3;
}
.judgement-table .answer-3 span {
  background-color: #ff818a;
}
.judgement-table .answer-4 span {
  background-color: #bd6268;
  color: #ffffff;
}
.coherence-table .answer-2 span {
  background-color: #ffe4c0;
}
.coherence-table .answer-3 span {
  background-color: #ffc885;
}
.coherence-table .answer-4 span {
  background-color: #be9664;
  color: #ffffff;
}
.review-table .answer-2 span {
  background-color: #badbe4;
}
.review-table .answer-3 span {
  background-color: #78b7c9;
}
.review-table .answer-4 span {
  background-color: #3f5d65;
  color: #ffffff;
}
.raw-data-toggle a {
  color: #bfb7b4;
}
.raw-data-toggle a:hover {
  color: #807774;
  text-decoration: none;
}
.raw-data-toggle span {
  display: inline-block;
  width: 20px;
}
.engagement-report-bar-chart {
  position: relative;
  height: 400px;
  background-color: #ffffff;
  border: 1px solid #ebe6e4;
}
@media screen and (min-width: 767px) {
  .engagement-report-bar-chart {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .engagement-report-bar-chart {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .engagement-report-bar-chart {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .engagement-report-bar-chart {
    width: 1140px;
  }
}
.engagement-report-bar-chart .rigid-diffuse-chart,
.engagement-report-bar-chart .optimal-improvement-chart,
.engagement-report-bar-chart .judgement-chart,
.engagement-report-bar-chart .coherence-chart,
.engagement-report-bar-chart .review-chart,
.engagement-report-bar-chart .person-answers-chart {
  position: relative;
  margin: 0 auto;
  height: 400px;
}
@media screen and (min-width: 767px) {
  .engagement-report-bar-chart .rigid-diffuse-chart,
  .engagement-report-bar-chart .optimal-improvement-chart,
  .engagement-report-bar-chart .judgement-chart,
  .engagement-report-bar-chart .coherence-chart,
  .engagement-report-bar-chart .review-chart,
  .engagement-report-bar-chart .person-answers-chart {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .engagement-report-bar-chart .rigid-diffuse-chart,
  .engagement-report-bar-chart .optimal-improvement-chart,
  .engagement-report-bar-chart .judgement-chart,
  .engagement-report-bar-chart .coherence-chart,
  .engagement-report-bar-chart .review-chart,
  .engagement-report-bar-chart .person-answers-chart {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .engagement-report-bar-chart .rigid-diffuse-chart,
  .engagement-report-bar-chart .optimal-improvement-chart,
  .engagement-report-bar-chart .judgement-chart,
  .engagement-report-bar-chart .coherence-chart,
  .engagement-report-bar-chart .review-chart,
  .engagement-report-bar-chart .person-answers-chart {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .engagement-report-bar-chart .rigid-diffuse-chart,
  .engagement-report-bar-chart .optimal-improvement-chart,
  .engagement-report-bar-chart .judgement-chart,
  .engagement-report-bar-chart .coherence-chart,
  .engagement-report-bar-chart .review-chart,
  .engagement-report-bar-chart .person-answers-chart {
    width: 1140px;
  }
}
.engagement-report-key {
  margin-top: 15px;
}
.engagement-report-key ul {
  list-style: none;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.engagement-report-key li {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #807774;
  padding-right: 20px;
}
.engagement-report-key li span {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border: 1px solid #807774;
  border-radius: 50%;
  margin-right: 8px;
}
.engagement-report-key li:last-of-type {
  padding-right: 0;
}
.engagement-report-key .not-accepted {
  background-color: #c0c0c0;
}
.engagement-report-key .accepted {
  background-color: #ffffff;
}
.engagement-report-key .man-complete {
  background-color: #f78863;
}
.engagement-report-key .dir-complete {
  background-color: #fcaf86;
}
.engagement-report-key .per-complete {
  background-color: #f77c86;
}
.engagement-report-key .cus-complete {
  background-color: #73b9bf;
}
.engagement-report-key .optimal {
  background-color: #ffffff;
}
.engagement-report-key .improvement {
  background-color: #57d7d7;
}
.engagement-report-key .not-applicable {
  background-color: #c0c0c0;
}
.engagement-report-key .minor-improvements {
  background-color: #def7f7;
}
.engagement-report-key .some-improvements {
  background-color: #adebea;
}
.engagement-report-key .major-improvements {
  background-color: #57d7d7;
}
.engagement-report-key .rigid {
  background-color: #9999c8;
}
.engagement-report-key .diffuse {
  background-color: #ccc853;
}
.engagement-report-key .judgement {
  background-color: #ff818a;
}
.engagement-report-key .coherence {
  background-color: #ffc885;
}
.engagement-report-key .review {
  background-color: #78b7c9;
}
/**
 * Taken from http://codepen.io/githiro/pen/ICfFE
 */
.app-chart-tooltip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.app-chart-tooltip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
.settings-checkbox-wrapper {
  color: #a59e9c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.settings-checkbox-wrapper:before,
.settings-checkbox-wrapper:after {
  content: " ";
  display: table;
}
.settings-checkbox-wrapper:after {
  clear: both;
}
.settings-checkbox-wrapper:before,
.settings-checkbox-wrapper:after {
  content: " ";
  display: table;
}
.settings-checkbox-wrapper:after {
  clear: both;
}
.settings-checkbox {
  display: block;
  float: left;
}
.settings-checkbox-info {
  margin-top: 8px;
}
.settings-checkbox-info h4 {
  color: #807774;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.settings-checkbox-info p {
  color: #bfb7b4;
  margin: 4px 0 0 0;
  padding: 0;
}
.settings-checkbox input.scaffold-form-switch + label {
  background-color: #bfb7b4;
}
.settings-checkbox input.scaffold-form-switch + label:after {
  background-color: #ebe6e4;
  margin-left: 0;
}
.settings-checkbox input.scaffold-form-switch:checked + label {
  background-color: #f7ad42;
}
.settings-checkbox input.scaffold-form-switch:checked + label:after {
  background-color: #f7ad42;
  margin-left: 30px;
}
.switch-bottom-padding {
  padding-bottom: 15px;
}
.app-table {
  background-color: #ffffff;
}
.app-table .no-engagements h2 {
  font-weight: 200;
  font-size: 48px;
  color: #bfb7b4;
  padding: 50px 0 15px 0;
  text-align: center;
}
.app-table .no-engagements h3 {
  font-weight: 400;
  font-size: 19px;
  color: #807774;
  padding: 0 0 50px 0;
  text-align: center;
}
.app-table.table-hover tbody > tr:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.app-nav-tabs {
  border-radius: 4px;
  border: 1px solid #ebe6e4;
  height: 32px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.app-nav-tabs li {
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.app-nav-tabs li a {
  background-color: white;
  color: #000000;
  text-align: center;
  border-radius: 0;
  border: none;
  height: 30px;
  margin: 0;
  padding-top: 5px;
  border-right: 1px solid #ebe6e4;
}
.app-nav-tabs li a:hover {
  background-color: #feefd7;
  border-right: 1px solid #ebe6e4;
}
.app-nav-tabs li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.app-nav-tabs li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: none;
}
.app-nav-tabs li:last-of-type a:hover {
  background-color: #feefd7;
  border-right: none;
}
.app-nav-tabs li.active a {
  background-color: #dfa44c;
  border: none;
  border-radius: 0;
  border-image: none;
  color: white;
}
.app-nav-tabs li.active a:hover {
  background-color: #dfa44c;
  color: white;
  border: none;
}
.app-nav-tabs li.active:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.app-nav-tabs li.active:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.engagement-tabs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bfb7b4;
  border-bottom: 1px solid #807774;
}
.engagement-tabs .nav-pills {
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.engagement-tabs .nav-pills span {
  float: left;
  margin-right: 12px;
  font-size: 19px;
  color: #ffffff;
  padding-top: 9px;
}
.engagement-tabs li {
  display: inline-block !important;
  margin-right: 8px;
}
.engagement-tabs li a {
  color: #807774;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #807774;
  corner-radius: 8px;
  background-color: #ffffff;
}
.engagement-tabs li a:hover {
  background-color: #feefd7;
}
.engagement-tabs li.active a {
  background-color: #f8bd65;
  border: 1px solid #000000;
  color: #000000;
}
.engagement-tabs li.active a:hover {
  background-color: #dfa44c !important;
  color: black;
}
.user-list,
.user-list-small {
  height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #4a4544;
  background-color: #807774;
  border: 1px solid #ebe6e4;
}
.user-list a,
.user-list-small a {
  color: #4a4544;
}
.user-list .user-list-info,
.user-list-small .user-list-info {
  position: relative;
  height: 140px;
}
.user-list .user-list-info h4,
.user-list-small .user-list-info h4 {
  margin: 0;
  padding: 6px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #bfb7b4;
  font-size: 13px;
  font-weight: normal;
}
.user-list .user-list-info h3,
.user-list-small .user-list-info h3 {
  position: absolute;
  bottom: 8px;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
}
.user-list .user-actions,
.user-list-small .user-actions {
  width: 176px;
}
.user-list .user-actions a:hover,
.user-list-small .user-actions a:hover {
  text-decoration: none;
}
.user-list .user-actions a i,
.user-list-small .user-actions a i {
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #807774;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
}
.user-list .user-actions a i:hover,
.user-list-small .user-actions a i:hover {
  opacity: 1;
  color: #a07331;
  text-decoration: none;
}
.user-list .user-actions a i:hover,
.user-list-small .user-actions a i:hover {
  opacity: 1;
  color: #616091;
}
.user-list .user-actions table tbody,
.user-list-small .user-actions table tbody {
  border: none !important;
}
.user-list .user-list-extra-info,
.user-list-small .user-list-extra-info {
  position: relative;
  border-top: 1px solid #ebe6e4;
  background-color: #ffffff;
  height: 200px;
}
.user-list .user-list-extra-info h3,
.user-list-small .user-list-extra-info h3 {
  font-weight: 300;
  font-size: 24px;
  color: #807774;
  line-height: 30px;
  margin: 6px 0 0 0;
  padding: 0;
}
.user-list .user-list-extra-info p,
.user-list-small .user-list-extra-info p {
  color: #807774;
  font-size: 13px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 19px;
}
.user-list .user-list-extra-info .date-created,
.user-list-small .user-list-extra-info .date-created {
  position: absolute;
  bottom: 0;
  color: #bfb7b4;
  font-size: 13px;
  font-weight: 400;
}
.user-list .user-list-extra-info .date-created b,
.user-list-small .user-list-extra-info .date-created b {
  color: #99918e;
}
.user-list .user-list-extra-info .date-created .user-list-item-role-actions,
.user-list-small .user-list-extra-info .date-created .user-list-item-role-actions {
  float: right;
  position: relative;
}
.user-list .user-list-data,
.user-list-small .user-list-data {
  padding-top: 15px;
}
.user-edit-button {
  color: #d6d1d0 !important;
}
.user-edit-button:hover {
  color: #ffffff !important;
}
.user-list-small {
  height: 270px;
}
.user-list-small .role-item-list-info {
  height: 110px;
}
.user-list-small .role-item-list-info .level-number {
  position: absolute;
  left: 0;
  top: -14px;
}
.user-list-small .role-item-list-info h3 {
  bottom: -4px;
}
.user-list-small .user-list-extra-info {
  height: 160px;
}
.user-list-item-role-actions {
  position: absolute;
  right: -8px;
  width: 44px !important;
}
.user-list-item-role-actions a i {
  color: #d6d1d0 !important;
}
.user-list-item-role-actions a i:hover {
  color: #ffffff !important;
}
.user-actions-allow-delete {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 44px !important;
}
.scaffold-panel-background-image {
  position: relative;
  height: 40vh;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/scaffold/assets/scaffold-image.jpg);
}
.scaffold-panel-image-wide {
  margin: 0;
  padding: 0;
}
.scaffold-panel-image-wide img {
  width: 100%;
  height: auto;
}
.scaffold-panel-map {
  height: 40vh;
  padding: 0;
}
#googlemap {
  height: 100%;
  margin: 0;
}
.scaffold-panel-title {
  position: relative;
  height: 40vh;
  background-color: #aabfb0;
}
.scaffold-panel-title .positioned-bottom {
  display: block;
  position: relative;
  height: 36vh;
  left: 0;
  top: 0;
}
.scaffold-panel-title .positioned-bottom h1 {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-weight: 300;
  font-size: 42px;
  color: #ffffff;
}
.scaffold-panel-title .positioned-bottom h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
.scaffold-panel-title-background {
  position: relative;
  height: 40vh;
  background-color: #1ecfb9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/scaffold/assets/scaffold-image.jpg);
}
.scaffold-panel-title-background .positioned-bottom {
  display: block;
  position: relative;
  height: 36vh;
  left: 0;
  top: 0;
}
.scaffold-panel-title-background .positioned-bottom h1 {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-weight: 300;
  font-size: 42px;
  color: #ffffff;
}
.scaffold-panel-title-background .positioned-bottom h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
.scaffold-module-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scaffold-module-categories {
  border-bottom: 1px solid #f0f0ec;
}
.scaffold-module-categories:nth-of-type(2n) {
  background-color: #ffffff;
}
.scaffold-module-category h2 {
  font-size: 24px;
  color: #aabfb0;
  font-weight: 300;
  padding-bottom: 15px;
}
.scaffold-module-preview {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto 30px auto;
  background-color: white;
  border: 1px solid #e8e8e4;
  border-bottom: 1px solid #a8ada9;
  height: 300px;
}
.scaffold-module-preview:before,
.scaffold-module-preview:after {
  content: " ";
  display: table;
}
.scaffold-module-preview:after {
  clear: both;
}
.scaffold-module-preview:before,
.scaffold-module-preview:after {
  content: " ";
  display: table;
}
.scaffold-module-preview:after {
  clear: both;
}
.scaffold-module-preview .module-icon {
  width: 100%;
  background-color: #e3e3de;
  padding: 5px 0;
}
.scaffold-module-preview .module-icon img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 140px;
}
.scaffold-module-preview .module-info {
  width: 100%;
  display: block;
  padding: 8px 5% 0 5%;
  height: 100px;
}
.scaffold-module-preview .module-info h3 {
  font-size: 15.4px;
  color: #424643;
  line-height: 1.57142857;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-module-preview .module-info h4 {
  font-size: 13px;
  color: #babab2;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-module-preview .module-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.scaffold-module-preview .module-actions a:hover {
  text-decoration: none;
}
.scaffold-module-preview .module-actions span {
  position: absolute;
  right: 0;
  color: #d5a698;
}
.scaffold-admin-module-jumbotron {
  position: relative;
  height: 60vh;
  background-color: #aabfb0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 50px;
}
.scaffold-admin-module-jumbotron .scaffold-admin-module-icon {
  position: relative;
  height: 40vh;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.scaffold-admin-module-jumbotron h1,
.scaffold-admin-module-jumbotron h3 {
  text-align: center;
}
.scaffold-admin-module-jumbotron .scaffold-admin-module-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.scaffold-module-switch {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.scaffold-module-switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.module-switch {
  z-index: 2;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 80px;
  height: 40px;
  cursor: pointer;
}
.module-switch input.scaffold-module-switch + label {
  margin: 4px 0 2px 0;
  width: 80px;
  height: 40px;
  background-color: #babab2;
  border-radius: 20px;
  transition: background 0.1s;
}
.module-switch input.scaffold-module-switch + label:before,
.module-switch input.scaffold-module-switch + label:after {
  display: block;
  position: absolute;
  content: "";
}
.module-switch input.scaffold-module-switch + label:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 20px;
  transition: background 0.1s;
}
.module-switch input.scaffold-module-switch + label:after {
  top: 3px;
  left: 3px;
  bottom: 3px;
  width: 34px;
  margin-left: 40px;
  background-color: #babab2;
  border-radius: 17px;
  transition: margin 0.1s, background 0.1s;
}
.module-switch input.scaffold-module-switch:checked + label:after {
  margin-left: 0;
  background-color: #77a4a6;
}
.scaffold-admin-users-jumbotron {
  background-color: #dabf97;
}
.scaffold-login-container,
.scaffold-reset-password-container {
  height: 100vh;
  background-color: #f6f6f2;
  position: relative;
}
.scaffold-login-brand-wrapper,
.scaffold-reset-password-brand-wrapper {
  padding-top: 50px;
}
.scaffold-login-wrapper,
.scaffold-reset-password-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scaffold-login-content,
.scaffold-reset-password-content {
  color: #424643;
}
.scaffold-login-content h2,
.scaffold-reset-password-content h2 {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 30px;
  color: #babab2;
}
.scaffold-password-strength-caption {
  font-size: 14px;
  color: #babab2;
  padding-top: 8px;
}
.scaffold-password-strength {
  width: 260px;
  padding: 0;
  margin-top: 8px;
  height: 24px;
  background-image: url(/scaffold/modules/users/art/password-strength-meter.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -8px;
}
#scaffold-forgot-password,
#scaffold-resend-2fa-code {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  color: #babab2;
  cursor: pointer;
}
#scaffold-forgot-password:hover,
#scaffold-resend-2fa-code:hover {
  color: #424643;
  text-decoration: none;
}
#scaffold-password-forgot-message p {
  color: #424643;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#scaffold-login-error-message {
  color: #f45251;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 4px;
}
.scaffold-admin-users {
  background-image: url(/scaffold/modules/users/icon-admin.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #dabf97;
}
.scaffold-admin-users .scaffold-admin-users-button {
  color: #ffffff;
  background-color: #d84c09;
  border-color: #d84c09;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.scaffold-admin-users .scaffold-admin-users-button:focus,
.scaffold-admin-users .scaffold-admin-users-button.focus {
  color: #ffffff;
  background-color: #a73b07;
  border-color: #5e2104;
}
.scaffold-admin-users .scaffold-admin-users-button:hover {
  color: #ffffff;
  background-color: #a73b07;
  border-color: #9d3707;
}
.scaffold-admin-users .scaffold-admin-users-button:active,
.scaffold-admin-users .scaffold-admin-users-button.active,
.open > .dropdown-toggle.scaffold-admin-users .scaffold-admin-users-button {
  color: #ffffff;
  background-color: #a73b07;
  border-color: #9d3707;
}
.scaffold-admin-users .scaffold-admin-users-button:active:hover,
.scaffold-admin-users .scaffold-admin-users-button.active:hover,
.open > .dropdown-toggle.scaffold-admin-users .scaffold-admin-users-button:hover,
.scaffold-admin-users .scaffold-admin-users-button:active:focus,
.scaffold-admin-users .scaffold-admin-users-button.active:focus,
.open > .dropdown-toggle.scaffold-admin-users .scaffold-admin-users-button:focus,
.scaffold-admin-users .scaffold-admin-users-button:active.focus,
.scaffold-admin-users .scaffold-admin-users-button.active.focus,
.open > .dropdown-toggle.scaffold-admin-users .scaffold-admin-users-button.focus {
  color: #ffffff;
  background-color: #852f06;
  border-color: #5e2104;
}
.scaffold-admin-users .scaffold-admin-users-button:active,
.scaffold-admin-users .scaffold-admin-users-button.active,
.open > .dropdown-toggle.scaffold-admin-users .scaffold-admin-users-button {
  background-image: none;
}
.scaffold-admin-users .scaffold-admin-users-button.disabled,
.scaffold-admin-users .scaffold-admin-users-button[disabled],
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button,
.scaffold-admin-users .scaffold-admin-users-button.disabled:hover,
.scaffold-admin-users .scaffold-admin-users-button[disabled]:hover,
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button:hover,
.scaffold-admin-users .scaffold-admin-users-button.disabled:focus,
.scaffold-admin-users .scaffold-admin-users-button[disabled]:focus,
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button:focus,
.scaffold-admin-users .scaffold-admin-users-button.disabled.focus,
.scaffold-admin-users .scaffold-admin-users-button[disabled].focus,
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button.focus,
.scaffold-admin-users .scaffold-admin-users-button.disabled:active,
.scaffold-admin-users .scaffold-admin-users-button[disabled]:active,
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button:active,
.scaffold-admin-users .scaffold-admin-users-button.disabled.active,
.scaffold-admin-users .scaffold-admin-users-button[disabled].active,
fieldset[disabled] .scaffold-admin-users .scaffold-admin-users-button.active {
  background-color: #d84c09;
  border-color: #d84c09;
}
.scaffold-admin-users .scaffold-admin-users-button .badge {
  color: #d84c09;
  background-color: #ffffff;
}
.scaffold-admin-users .scaffold-admin-users-button:hover,
.scaffold-admin-users .scaffold-admin-users-button:focus,
.scaffold-admin-users .scaffold-admin-users-button:active,
.scaffold-admin-users .scaffold-admin-users-button.active {
  color: white;
  background-color: #762a05;
}
.scaffold-language-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #f45251;
  border-radius: 16px;
  margin-right: 6px;
  margin-top: 2px;
  background-color: #ffffff;
}
.scaffold-language-indicator.active {
  background-color: #f45251;
}
.password-clearview-not-visible {
  display: inline-block;
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-left: -12px;
}
.password-clearview-not-visible:hover {
  opacity: 1;
}
.password-clearview-not-visible:before {
  content: "\e647";
}
.password-clearview-visible {
  display: inline-block;
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-left: -12px;
}
.password-clearview-visible:hover {
  opacity: 1;
}
.password-clearview-visible:before {
  content: "\e646";
}
.password-policies-notice {
  font-size: 17px;
  font-weight: 500;
}
.password-policies-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.password-policies-list li {
  list-style: none;
  float: left;
  display: inline-block;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 8px;
  margin-bottom: 6px;
  font-size: 13px;
}
.password-policies-list .not-matched {
  background: #e0e0e0;
  color: #202020;
}
.password-policies-list .matched {
  background-color: #008358;
  color: white;
}
.scaffold-admin-organisation-jumbotron {
  background-color: #a26a4b;
}
/*
.scaffold-admin-organisation-content {
	.scaffold-admin-table {
		th {
			background-color: @c-scaffold-sepia;
			color: @c-white;
		}
	}
}
*/
.scaffold-admin-organisations {
  background-image: none;
  background-color: #a26a4b;
  color: #ffffff;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button {
  color: #ffffff;
  background-color: #2e2724;
  border-color: #2e2724;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button.focus {
  color: #ffffff;
  background-color: #110f0e;
  border-color: #000000;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:hover {
  color: #ffffff;
  background-color: #110f0e;
  border-color: #0c0a09;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:active,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active,
.open > .dropdown-toggle.scaffold-admin-organisations .scaffold-admin-organisations-button {
  color: #ffffff;
  background-color: #110f0e;
  border-color: #0c0a09;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:active:hover,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active:hover,
.open > .dropdown-toggle.scaffold-admin-organisations .scaffold-admin-organisations-button:hover,
.scaffold-admin-organisations .scaffold-admin-organisations-button:active:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active:focus,
.open > .dropdown-toggle.scaffold-admin-organisations .scaffold-admin-organisations-button:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button:active.focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active.focus,
.open > .dropdown-toggle.scaffold-admin-organisations .scaffold-admin-organisations-button.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:active,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active,
.open > .dropdown-toggle.scaffold-admin-organisations .scaffold-admin-organisations-button {
  background-image: none;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled],
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button,
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled:hover,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled]:hover,
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button:hover,
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled]:focus,
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled.focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled].focus,
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button.focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled:active,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled]:active,
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button:active,
.scaffold-admin-organisations .scaffold-admin-organisations-button.disabled.active,
.scaffold-admin-organisations .scaffold-admin-organisations-button[disabled].active,
fieldset[disabled] .scaffold-admin-organisations .scaffold-admin-organisations-button.active {
  background-color: #2e2724;
  border-color: #2e2724;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button .badge {
  color: #2e2724;
  background-color: #ffffff;
}
.scaffold-admin-organisations .scaffold-admin-organisations-button:hover,
.scaffold-admin-organisations .scaffold-admin-organisations-button:focus,
.scaffold-admin-organisations .scaffold-admin-organisations-button:active,
.scaffold-admin-organisations .scaffold-admin-organisations-button.active {
  color: white;
  background-color: #000000;
}
.scaffold-admin-organisations h2 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.scaffold-admin-organisations p {
  color: #ffffff !important;
}
.scaffold-dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  margin: 0% auto 0% auto;
}
.scaffold-dialog {
  background-color: #f6f6f2;
  border-radius: 10px;
  color: #424643;
  margin-top: 96px;
}
.scaffold-dialog-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2999;
  background-color: rgba(0, 0, 0, 0.8);
}
.scaffold-dialog-header,
.scaffold-dialog-small-header {
  display: block;
  height: 120px;
  left: 0;
  top: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2001;
  background-color: #aabfb0;
  color: #ffffff;
}
.scaffold-dialog-header h2,
.scaffold-dialog-small-header h2 {
  float: left;
  font-weight: 300;
  font-size: 28px;
  margin: 64px 30px 8px 30px;
}
.scaffold-dialog-header span,
.scaffold-dialog-small-header span {
  float: right;
  display: block;
  margin-left: 15px;
}
.scaffold-dialog-header .closer,
.scaffold-dialog-small-header .closer {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-dialog-header .closer:hover,
.scaffold-dialog-small-header .closer:hover {
  opacity: 1;
}
.scaffold-dialog-header .closer:before,
.scaffold-dialog-small-header .closer:before {
  content: "\e620";
}
.scaffold-dialog-header .closer:active:before,
.scaffold-dialog-small-header .closer:active:before {
  content: "\e621";
}
.scaffold-dialog-header .saver,
.scaffold-dialog-small-header .saver {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-dialog-header .saver:hover,
.scaffold-dialog-small-header .saver:hover {
  opacity: 1;
}
.scaffold-dialog-header .saver:before,
.scaffold-dialog-small-header .saver:before {
  content: "\e61e";
}
.scaffold-dialog-header .saver:active:before,
.scaffold-dialog-small-header .saver:active:before {
  content: "\e61f";
}
.scaffold-dialog-small-header {
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}
.scaffold-dialog-small-header i {
  color: #f45251;
}
.scaffold-dialog-content {
  max-height: 60vh;
  overflow-y: auto;
  padding-top: 30px;
}
.scaffold-dialog-content p {
  text-align: center;
  font-size: 14px;
}
.scaffold-dialog-content .lead {
  font-size: 19.6px;
}
.scaffold-dialog-content .center-block {
  margin: 0 auto;
  text-align: center;
}
.scaffold-dialog-warning .scaffold-dialog-header {
  background-color: #f45251;
}
.scaffold-dialog-warning .scaffold-dialog-header .closer {
  color: #ffffff;
}
.scaffold-dialog-warning .scaffold-dialog-header .saver {
  color: #ffffff;
}
.scaffold-dialog-utility .scaffold-dialog-header {
  background-color: #babab2;
}
.scaffold-dialog-top-padding {
  padding-top: 20px;
}
.scaffold-overlay-container {
  position: fixed;
  top: 100%;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin: 0 auto;
}
.scaffold-overlay {
  position: relative;
  background-color: #f6f6f2;
  border-radius: 0;
  color: #424643;
  height: 100vh;
  font-family: "Helvetica Neue", helvetica, sans-serif;
}
.scaffold-overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.8);
}
.scaffold-form-overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
}
.scaffold-overlay-body {
  position: absolute;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  font-family: "Helvetica Neue", helvetica, sans-serif;
}
.scaffold-overlay-content-custom {
  padding-top: 64px;
}
.scaffold-page-content {
  position: relative;
  height: 100%;
  overflow: auto;
  padding-top: 64px;
}
.scaffold-overlay-header-custom-edit-add {
  display: block;
  position: absolute;
  height: 64px;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px;
  z-index: 2001;
  background-color: #424643;
  color: white;
}
.scaffold-overlay-header-custom-edit-add span {
  float: right;
  display: block;
  margin-left: 15px;
}
.scaffold-overlay-header-custom-edit-add .closer {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-overlay-header-custom-edit-add .closer:hover {
  opacity: 1;
}
.scaffold-overlay-header-custom-edit-add .closer:before {
  content: "\e620";
}
.scaffold-overlay-header-custom-edit-add .closer:active:before {
  content: "\e621";
}
.scaffold-overlay-header-custom-edit-add .saver {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-overlay-header-custom-edit-add .saver:hover {
  opacity: 1;
}
.scaffold-overlay-header-custom-edit-add .saver:before {
  content: "\e61e";
}
.scaffold-overlay-header-custom-edit-add .saver:active:before {
  content: "\e61f";
}
.scaffold-overlay-header-custom-edit-add .closer,
.scaffold-overlay-header-custom-edit-add .saver {
  color: white;
}
.scaffold-overlay-header {
  display: block;
  position: absolute;
  height: 64px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2001;
}
.scaffold-overlay-header h2 {
  position: absolute;
  left: 30px;
  bottom: 8px;
  font-weight: 300;
  font-size: 25.2px;
}
.scaffold-overlay-header h2 span {
  color: #d0d0c8;
}
.scaffold-overlay-header span {
  float: right;
  display: block;
  margin-left: 8px;
}
.scaffold-overlay-header .closer {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-overlay-header .closer:hover {
  opacity: 1;
}
.scaffold-overlay-header .closer:before {
  content: "\e620";
}
.scaffold-overlay-header .closer:active:before {
  content: "\e621";
}
.scaffold-overlay-header .saver {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-overlay-header .saver:hover {
  opacity: 1;
}
.scaffold-overlay-header .saver:before {
  content: "\e61e";
}
.scaffold-overlay-header .saver:active:before {
  content: "\e61f";
}
.scaffold-tray-container {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 3000;
  width: 100%;
  margin: 0;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.scaffold-tray {
  background-color: #f6f6f2;
  color: #424643;
}
.scaffold-tray-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2999;
  background-color: rgba(0, 0, 0, 0.8);
}
.scaffold-tray-header {
  position: relative;
  display: block;
  height: 64px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2001;
  color: #424643;
}
.scaffold-tray-header h2 {
  position: absolute;
  bottom: 24px;
  left: 30px;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.scaffold-tray-header .scaffold-form-nav-pills {
  width: calc(100% - 64px);
  position: absolute;
  left: 0;
  top: 10px;
}
.scaffold-tray-header span {
  position: absolute;
  top: 0;
  right: 0;
}
.scaffold-tray-header .closer {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scaffold-tray-header .closer:hover {
  opacity: 1;
}
.scaffold-tray-header .closer:before {
  content: "\e620";
}
.scaffold-tray-header .closer:active:before {
  content: "\e621";
}
.scaffold-tray-content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  top: 64px;
}
@media (min-width: 768px) {
  .scaffold-tray-content-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .scaffold-tray-content-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .scaffold-tray-content-container {
    width: 1170px;
  }
}
.scaffold-tray-content-container > .navbar-header,
.scaffold-tray-content-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .scaffold-tray-content-container > .navbar-header,
  .scaffold-tray-content-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.scaffold-tray-content {
  overflow-y: auto;
}
.scaffold-tray-content p {
  text-align: center;
  font-size: 14px;
}
.scaffold-tray-content .lead {
  font-size: 19.6px;
}
.scaffold-tray-content .center-block {
  margin: 0 auto;
  text-align: center;
}
.scaffold-tray-left {
  width: 50vw;
  height: 100vh;
}
.scaffold-tray-left .scaffold-tray-content {
  width: 50vw;
  height: calc(100vh - 64px);
}
.scaffold-tray-right {
  width: 50vw;
  height: 100vh;
}
.scaffold-tray-right .scaffold-tray-content {
  width: 50vw;
  height: calc(100vh - 64px);
}
.scaffold-tray-up {
  height: 50vh;
}
.scaffold-tray-up .scaffold-tray-content {
  height: calc(50vh - 64px);
}
.scaffold-tray-down {
  height: 50vh;
}
.scaffold-tray-down .scaffold-tray-content {
  height: calc(50vh - 64px);
}
/* Override the default overlay styles */
.scaffold-overlay-model-actions {
  /*
	.scaffold-overlay {
		background-color: @c-scaffold-gumbo;
	}
	.scaffold-overlay-header {
		color: @c-white;
	}
	.scaffold-overlay-body {
		margin-top: 30px;
	}
	.closer {
		color: @c-white;
	}
*/
}
.scaffold-model-actions-list {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.scaffold-model-action {
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  margin: 0 auto 30px auto;
  background-color: white;
  border: 1px solid #e8e8e4;
  border-bottom: 1px solid #a8ada9;
  height: 260px;
}
.scaffold-model-action:before,
.scaffold-model-action:after {
  content: " ";
  display: table;
}
.scaffold-model-action:after {
  clear: both;
}
.scaffold-model-action:before,
.scaffold-model-action:after {
  content: " ";
  display: table;
}
.scaffold-model-action:after {
  clear: both;
}
.scaffold-model-action .model-action-icon {
  position: relative;
  width: 100%;
  background-color: #e8e8e3;
  padding: 5px 0;
}
.scaffold-model-action .model-action-icon img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 140px;
}
.scaffold-model-action .model-action-icon-badge {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  background-color: #424643;
  color: #ffffff;
  text-align: center;
  font-size: 15.4px;
  font-weight: 700;
  border-radius: 50%;
}
.scaffold-model-action .model-action-icon-badge span {
  display: block;
  margin-top: 2.8px;
}
.scaffold-model-action .model-action-warning {
  background-color: #f45251;
}
.scaffold-model-action .model-action-info {
  width: 100%;
  display: block;
  padding: 8px 5% 0 5%;
  height: 100px;
}
.scaffold-model-action .model-action-info h3 {
  font-size: 15.4px;
  color: #424643;
  line-height: 1.57142857;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-model-action .model-action-info h4 {
  font-size: 13px;
  color: #babab2;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-model-action:hover > .model-action-icon {
  background-color: #f45251;
}
.gallery-editor-preview {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  cursor: grab;
}
.gallery-editor-preview a:hover {
  text-decoration: none;
}
.gallery-editor-preview .gallery-editor-preview-image {
  height: 180px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ffffff;
}
.gallery-editor-preview .gallery-editor-preview-actions {
  height: 44px;
  background-color: #ffffff;
}
.gallery-editor-preview .gallery-editor-preview-actions a {
  cursor: pointer;
}
.scaffold-fragment-button {
  display: inline-block;
  font-size: 64px;
  width: 72px;
  height: 72px;
  line-height: 64px;
  padding: 4px;
  display: block;
  margin: 0 auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.scaffold-editor-matter-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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;
  border-radius: 8px;
  padding: 0;
  color: #f45251;
  background-color: #ffffff;
  border-color: #f45251;
  height: 36px;
  font-size: 15px;
  line-height: 15px;
  padding-right: 8px;
}
.scaffold-editor-matter-button:focus,
.scaffold-editor-matter-button:active:focus,
.scaffold-editor-matter-button.active:focus,
.scaffold-editor-matter-button.focus,
.scaffold-editor-matter-button:active.focus,
.scaffold-editor-matter-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.scaffold-editor-matter-button:hover,
.scaffold-editor-matter-button:focus,
.scaffold-editor-matter-button.focus {
  color: #333333;
  text-decoration: none;
}
.scaffold-editor-matter-button:active,
.scaffold-editor-matter-button.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);
}
.scaffold-editor-matter-button.disabled,
.scaffold-editor-matter-button[disabled],
fieldset[disabled] .scaffold-editor-matter-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.scaffold-editor-matter-button.disabled,
fieldset[disabled] a.scaffold-editor-matter-button {
  pointer-events: none;
}
.scaffold-editor-matter-button:focus,
.scaffold-editor-matter-button.focus {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #ba0d0c;
}
.scaffold-editor-matter-button:hover {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-editor-matter-button:active,
.scaffold-editor-matter-button.active,
.open > .dropdown-toggle.scaffold-editor-matter-button {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-editor-matter-button:active:hover,
.scaffold-editor-matter-button.active:hover,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover,
.scaffold-editor-matter-button:active:focus,
.scaffold-editor-matter-button.active:focus,
.open > .dropdown-toggle.scaffold-editor-matter-button:focus,
.scaffold-editor-matter-button:active.focus,
.scaffold-editor-matter-button.active.focus,
.open > .dropdown-toggle.scaffold-editor-matter-button.focus {
  color: #f45251;
  background-color: #d4d4d4;
  border-color: #ba0d0c;
}
.scaffold-editor-matter-button:active,
.scaffold-editor-matter-button.active,
.open > .dropdown-toggle.scaffold-editor-matter-button {
  background-image: none;
}
.scaffold-editor-matter-button.disabled,
.scaffold-editor-matter-button[disabled],
fieldset[disabled] .scaffold-editor-matter-button,
.scaffold-editor-matter-button.disabled:hover,
.scaffold-editor-matter-button[disabled]:hover,
fieldset[disabled] .scaffold-editor-matter-button:hover,
.scaffold-editor-matter-button.disabled:focus,
.scaffold-editor-matter-button[disabled]:focus,
fieldset[disabled] .scaffold-editor-matter-button:focus,
.scaffold-editor-matter-button.disabled.focus,
.scaffold-editor-matter-button[disabled].focus,
fieldset[disabled] .scaffold-editor-matter-button.focus,
.scaffold-editor-matter-button.disabled:active,
.scaffold-editor-matter-button[disabled]:active,
fieldset[disabled] .scaffold-editor-matter-button:active,
.scaffold-editor-matter-button.disabled.active,
.scaffold-editor-matter-button[disabled].active,
fieldset[disabled] .scaffold-editor-matter-button.active {
  background-color: #ffffff;
  border-color: #f45251;
}
.scaffold-editor-matter-button .badge {
  color: #ffffff;
  background-color: #f45251;
}
.scaffold-editor-matter-button i {
  float: left;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  margin-left: -4px;
  margin-top: -5px;
}
.scaffold-editor-matter-button span {
  float: left;
  margin-top: 9px;
}
.scaffold-editor-matter-button:hover {
  color: #ffffff;
  background-color: #f45251;
  border-color: #f12221;
}
.scaffold-editor-matter-button:hover:focus,
.scaffold-editor-matter-button:hover.focus {
  color: #ffffff;
  background-color: #f12221;
  border-color: #8a0a09;
}
.scaffold-editor-matter-button:hover:hover {
  color: #ffffff;
  background-color: #f12221;
  border-color: #c80e0d;
}
.scaffold-editor-matter-button:hover:active,
.scaffold-editor-matter-button:hover.active,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover {
  color: #ffffff;
  background-color: #f12221;
  border-color: #c80e0d;
}
.scaffold-editor-matter-button:hover:active:hover,
.scaffold-editor-matter-button:hover.active:hover,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover:hover,
.scaffold-editor-matter-button:hover:active:focus,
.scaffold-editor-matter-button:hover.active:focus,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover:focus,
.scaffold-editor-matter-button:hover:active.focus,
.scaffold-editor-matter-button:hover.active.focus,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover.focus {
  color: #ffffff;
  background-color: #e00f0e;
  border-color: #8a0a09;
}
.scaffold-editor-matter-button:hover:active,
.scaffold-editor-matter-button:hover.active,
.open > .dropdown-toggle.scaffold-editor-matter-button:hover {
  background-image: none;
}
.scaffold-editor-matter-button:hover.disabled,
.scaffold-editor-matter-button:hover[disabled],
fieldset[disabled] .scaffold-editor-matter-button:hover,
.scaffold-editor-matter-button:hover.disabled:hover,
.scaffold-editor-matter-button:hover[disabled]:hover,
fieldset[disabled] .scaffold-editor-matter-button:hover:hover,
.scaffold-editor-matter-button:hover.disabled:focus,
.scaffold-editor-matter-button:hover[disabled]:focus,
fieldset[disabled] .scaffold-editor-matter-button:hover:focus,
.scaffold-editor-matter-button:hover.disabled.focus,
.scaffold-editor-matter-button:hover[disabled].focus,
fieldset[disabled] .scaffold-editor-matter-button:hover.focus,
.scaffold-editor-matter-button:hover.disabled:active,
.scaffold-editor-matter-button:hover[disabled]:active,
fieldset[disabled] .scaffold-editor-matter-button:hover:active,
.scaffold-editor-matter-button:hover.disabled.active,
.scaffold-editor-matter-button:hover[disabled].active,
fieldset[disabled] .scaffold-editor-matter-button:hover.active {
  background-color: #f45251;
  border-color: #f12221;
}
.scaffold-editor-matter-button:hover .badge {
  color: #f45251;
  background-color: #ffffff;
}
.scaffold-editor-fragment-button {
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid #e8e8e4;
  border-bottom: 1px solid #a8ada9;
  height: 200px;
}
.scaffold-editor-fragment-button .fragment-icon {
  width: 100%;
  background-color: #e3e3de;
  padding: 5px 0;
}
.scaffold-editor-fragment-button .fragment-icon img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
.scaffold-editor-fragment-button .fragment-info {
  width: 100%;
  display: block;
  padding: 8px 5% 0 5%;
  height: 60px;
}
.scaffold-editor-fragment-button .fragment-info h3 {
  font-family: "Helvetica Neue", helvetica, sans-serif;
  font-size: 15.4px;
  color: #424643;
  line-height: 1.57142857;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-editor-fragment-button .fragment-info h4 {
  font-family: "Helvetica Neue", helvetica, sans-serif;
  font-size: 13px;
  color: #babab2;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-editor-fragment-button:hover {
  border-bottom: 1px solid #f45251;
}
.scaffold-editor-fragment-button:hover > .fragment-icon {
  background-color: #f45251;
}
.scaffold-editor-fragment-picker:before,
.scaffold-editor-fragment-picker:after {
  content: " ";
  display: table;
}
.scaffold-editor-fragment-picker:after {
  clear: both;
}
.scaffold-editor-fragment-picker:before,
.scaffold-editor-fragment-picker:after {
  content: " ";
  display: table;
}
.scaffold-editor-fragment-picker:after {
  clear: both;
}
.scaffold-editor-controls {
  position: absolute;
  display: block;
  right: 0;
  bottom: 4px;
  width: 88px;
  height: 44px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.4;
}
.scaffold-editor-controls:hover {
  opacity: 1;
}
.scaffold-editor-corners {
  border-radius: 0;
}
.scaffold-editor-container {
  margin: 4px 0 4px 0;
  width: 100%;
  position: relative;
}
.scaffold-editor-container textarea {
  max-height: 50vh;
  resize: vertical;
  height: auto;
  overflow-y: auto;
}
.scaffold-editor {
  width: calc(100% - 89px);
  position: relative;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.scaffold-editor-fragment-defaults {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
}
.scaffold-editor-focused {
  background-color: #fafafa;
}
.scaffold-editor-focused:focus {
  background-color: #ffffff;
}
.scaffold-editor-editable {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  height: auto;
  padding: 6px 15px;
  margin-bottom: 6px;
}
.scaffold-editor-editable:focus {
  background-color: #ffffff;
}
.scaffold-editor-add-fragment-button {
  display: block;
  width: calc(100% - 89px);
  text-align: center;
  margin-top: 15px;
}
.scaffold-editor-add-fragment-button button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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;
  border-radius: 8px;
  padding: 0;
  color: #f45251;
  background-color: #ffffff;
  border-color: #f45251;
  height: 36px;
  font-size: 15px;
  line-height: 15px;
  padding-right: 8px;
}
.scaffold-editor-add-fragment-button button:focus,
.scaffold-editor-add-fragment-button button:active:focus,
.scaffold-editor-add-fragment-button button.active:focus,
.scaffold-editor-add-fragment-button button.focus,
.scaffold-editor-add-fragment-button button:active.focus,
.scaffold-editor-add-fragment-button button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.scaffold-editor-add-fragment-button button:hover,
.scaffold-editor-add-fragment-button button:focus,
.scaffold-editor-add-fragment-button button.focus {
  color: #333333;
  text-decoration: none;
}
.scaffold-editor-add-fragment-button button:active,
.scaffold-editor-add-fragment-button button.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);
}
.scaffold-editor-add-fragment-button button.disabled,
.scaffold-editor-add-fragment-button button[disabled],
fieldset[disabled] .scaffold-editor-add-fragment-button button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.scaffold-editor-add-fragment-button button.disabled,
fieldset[disabled] a.scaffold-editor-add-fragment-button button {
  pointer-events: none;
}
.scaffold-editor-add-fragment-button button:focus,
.scaffold-editor-add-fragment-button button.focus {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #ba0d0c;
}
.scaffold-editor-add-fragment-button button:hover {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-editor-add-fragment-button button:active,
.scaffold-editor-add-fragment-button button.active,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button {
  color: #f45251;
  background-color: #e6e6e6;
  border-color: #f01917;
}
.scaffold-editor-add-fragment-button button:active:hover,
.scaffold-editor-add-fragment-button button.active:hover,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover,
.scaffold-editor-add-fragment-button button:active:focus,
.scaffold-editor-add-fragment-button button.active:focus,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:focus,
.scaffold-editor-add-fragment-button button:active.focus,
.scaffold-editor-add-fragment-button button.active.focus,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button.focus {
  color: #f45251;
  background-color: #d4d4d4;
  border-color: #ba0d0c;
}
.scaffold-editor-add-fragment-button button:active,
.scaffold-editor-add-fragment-button button.active,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button {
  background-image: none;
}
.scaffold-editor-add-fragment-button button.disabled,
.scaffold-editor-add-fragment-button button[disabled],
fieldset[disabled] .scaffold-editor-add-fragment-button button,
.scaffold-editor-add-fragment-button button.disabled:hover,
.scaffold-editor-add-fragment-button button[disabled]:hover,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover,
.scaffold-editor-add-fragment-button button.disabled:focus,
.scaffold-editor-add-fragment-button button[disabled]:focus,
fieldset[disabled] .scaffold-editor-add-fragment-button button:focus,
.scaffold-editor-add-fragment-button button.disabled.focus,
.scaffold-editor-add-fragment-button button[disabled].focus,
fieldset[disabled] .scaffold-editor-add-fragment-button button.focus,
.scaffold-editor-add-fragment-button button.disabled:active,
.scaffold-editor-add-fragment-button button[disabled]:active,
fieldset[disabled] .scaffold-editor-add-fragment-button button:active,
.scaffold-editor-add-fragment-button button.disabled.active,
.scaffold-editor-add-fragment-button button[disabled].active,
fieldset[disabled] .scaffold-editor-add-fragment-button button.active {
  background-color: #ffffff;
  border-color: #f45251;
}
.scaffold-editor-add-fragment-button button .badge {
  color: #ffffff;
  background-color: #f45251;
}
.scaffold-editor-add-fragment-button button i {
  float: left;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  margin-left: -4px;
  margin-top: -5px;
}
.scaffold-editor-add-fragment-button button span {
  float: left;
  margin-top: 9px;
}
.scaffold-editor-add-fragment-button button:hover {
  color: #ffffff;
  background-color: #f45251;
  border-color: #f12221;
}
.scaffold-editor-add-fragment-button button:hover:focus,
.scaffold-editor-add-fragment-button button:hover.focus {
  color: #ffffff;
  background-color: #f12221;
  border-color: #8a0a09;
}
.scaffold-editor-add-fragment-button button:hover:hover {
  color: #ffffff;
  background-color: #f12221;
  border-color: #c80e0d;
}
.scaffold-editor-add-fragment-button button:hover:active,
.scaffold-editor-add-fragment-button button:hover.active,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover {
  color: #ffffff;
  background-color: #f12221;
  border-color: #c80e0d;
}
.scaffold-editor-add-fragment-button button:hover:active:hover,
.scaffold-editor-add-fragment-button button:hover.active:hover,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover:hover,
.scaffold-editor-add-fragment-button button:hover:active:focus,
.scaffold-editor-add-fragment-button button:hover.active:focus,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover:focus,
.scaffold-editor-add-fragment-button button:hover:active.focus,
.scaffold-editor-add-fragment-button button:hover.active.focus,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover.focus {
  color: #ffffff;
  background-color: #e00f0e;
  border-color: #8a0a09;
}
.scaffold-editor-add-fragment-button button:hover:active,
.scaffold-editor-add-fragment-button button:hover.active,
.open > .dropdown-toggle.scaffold-editor-add-fragment-button button:hover {
  background-image: none;
}
.scaffold-editor-add-fragment-button button:hover.disabled,
.scaffold-editor-add-fragment-button button:hover[disabled],
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover,
.scaffold-editor-add-fragment-button button:hover.disabled:hover,
.scaffold-editor-add-fragment-button button:hover[disabled]:hover,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover:hover,
.scaffold-editor-add-fragment-button button:hover.disabled:focus,
.scaffold-editor-add-fragment-button button:hover[disabled]:focus,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover:focus,
.scaffold-editor-add-fragment-button button:hover.disabled.focus,
.scaffold-editor-add-fragment-button button:hover[disabled].focus,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover.focus,
.scaffold-editor-add-fragment-button button:hover.disabled:active,
.scaffold-editor-add-fragment-button button:hover[disabled]:active,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover:active,
.scaffold-editor-add-fragment-button button:hover.disabled.active,
.scaffold-editor-add-fragment-button button:hover[disabled].active,
fieldset[disabled] .scaffold-editor-add-fragment-button button:hover.active {
  background-color: #f45251;
  border-color: #f12221;
}
.scaffold-editor-add-fragment-button button:hover .badge {
  color: #f45251;
  background-color: #ffffff;
}
.scaffold-editor-add-fragment-button button:before {
  content: "\e61a";
}
.scaffold-editor-list-unordered {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
}
.scaffold-editor-list-unordered:focus {
  background-color: #ffffff;
}
.scaffold-editor-list-ordered {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
}
.scaffold-editor-list-ordered:focus {
  background-color: #ffffff;
}
.scaffold-editor-quotation {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
}
.scaffold-editor-quotation:before,
.scaffold-editor-quotation:after {
  content: " ";
  display: table;
}
.scaffold-editor-quotation:after {
  clear: both;
}
.scaffold-editor-quotation:before,
.scaffold-editor-quotation:after {
  content: " ";
  display: table;
}
.scaffold-editor-quotation:after {
  clear: both;
}
.scaffold-editor-quotation .large-quotation-mark {
  font-size: 96px;
  text-align: right;
  margin-top: -30px;
  color: #babab2;
}
.scaffold-editor-quotation .quotation {
  min-height: 44px;
  font-size: 18.06px;
}
.scaffold-editor-quotation-citation {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
}
.scaffold-editor-quotation-citation:before,
.scaffold-editor-quotation-citation:after {
  content: " ";
  display: table;
}
.scaffold-editor-quotation-citation:after {
  clear: both;
}
.scaffold-editor-quotation-citation:before,
.scaffold-editor-quotation-citation:after {
  content: " ";
  display: table;
}
.scaffold-editor-quotation-citation:after {
  clear: both;
}
.scaffold-editor-quotation-citation .large-quotation-mark {
  font-size: 96px;
  text-align: right;
  margin-top: -30px;
  color: #babab2;
}
.scaffold-editor-quotation-citation .quotation {
  min-height: 44px;
  font-size: 18.06px;
}
.scaffold-editor-quotation-citation .citation {
  min-height: 32px;
}
#scaffold-matter-fragment-toolbar {
  position: relative;
  height: 50px;
  margin-top: -50px;
  background-color: none;
  width: auto;
}
#scaffold-matter-fragment-toolbar ul {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  list-style: none;
  text-align: center;
  background-color: #424643;
  width: fit-content;
  border-radius: 4px;
  height: 44px;
  padding: 0;
}
#scaffold-matter-fragment-toolbar ul::after {
  position: absolute;
  left: 5%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #424643;
  line-height: 0;
}
#scaffold-matter-fragment-toolbar li {
  float: left;
  margin: 0;
}
#scaffold-matter-fragment-toolbar li span {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
  border: none;
  color: #424643;
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
#scaffold-matter-fragment-toolbar li span:hover {
  opacity: 1;
  color: #f45251;
}
#scaffold-matter-fragment-toolbar li span.divider {
  width: 1px;
  border-right: 1px solid #babab2;
  margin-right: 4px;
}
#scaffold-matter-fragment-toolbar li span.divider:hover {
  opacity: 0.4;
}
#scaffold-matter-fragment-toolbar li span:hover {
  color: #f45251;
}
.fragment-padlock-icon input[type="checkbox"] {
  display: none;
}
.fragment-padlock-icon input[type="checkbox"] + label {
  margin: 0;
  padding: 0;
}
.fragment-padlock-icon input[type="checkbox"] + label span {
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d0d0c8;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
.fragment-padlock-icon input[type="checkbox"] + label span:before {
  content: "\e77a";
}
.fragment-padlock-icon input[type="checkbox"]:checked + label span {
  background-color: #f45251;
}
.fragment-padlock-icon input[type="checkbox"]:checked + label span:before {
  content: "\e77b";
  color: #ffffff;
}
.fragment-padlock-icon input[type="checkbox"] + label span,
.fragment-padlock-icon input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
/**
 * The default styling for matter fragments
 */
.scaffold-matter {
  /* overridden in individual fragments */
}
.scaffold-matter .underlined {
  text-decoration: underline;
}
.scaffold-matter table {
  /* hook in Bootstrap pretty tables */
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.scaffold-matter table > thead > tr > th,
.scaffold-matter table > tbody > tr > th,
.scaffold-matter table > tfoot > tr > th,
.scaffold-matter table > thead > tr > td,
.scaffold-matter table > tbody > tr > td,
.scaffold-matter table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.scaffold-matter table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.scaffold-matter table > caption + thead > tr:first-child > th,
.scaffold-matter table > colgroup + thead > tr:first-child > th,
.scaffold-matter table > thead:first-child > tr:first-child > th,
.scaffold-matter table > caption + thead > tr:first-child > td,
.scaffold-matter table > colgroup + thead > tr:first-child > td,
.scaffold-matter table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.scaffold-matter table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.scaffold-matter table .table {
  background-color: #ffffff;
}
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
  color: #000;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror pre {
  padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: #000;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid #c0c0c0;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}
.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 700;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0!important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-code {
  outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
  padding-right: .1px;
}
@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: '';
}
span.CodeMirror-selectedtext {
  background: 0 0;
}
.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}
.CodeMirror-scroll {
  min-height: 300px;
}
.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}
.CodeMirror-sided {
  width: 50% !important;
}
.editor-toolbar {
  position: relative;
  opacity: .6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
  display: block;
  content: ' ';
  height: 1px;
}
.editor-toolbar:before {
  margin-bottom: 8px;
}
.editor-toolbar:after {
  margin-top: 8px;
}
.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
  opacity: .8;
}
.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}
.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.editor-toolbar a:before {
  line-height: 30px;
}
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.editor-toolbar a.fa-header-1:after {
  content: "1";
}
.editor-toolbar a.fa-header-2:after {
  content: "2";
}
.editor-toolbar a.fa-header-3:after {
  content: "3";
}
.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}
.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}
.editor-preview,
.editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}
.editor-statusbar .lines:before {
  content: 'lines: ';
}
.editor-statusbar .words:before {
  content: 'words: ';
}
.editor-statusbar .characters:before {
  content: 'characters: ';
}
.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #dddddd;
}
.editor-preview-active,
.editor-preview-active-side {
  display: block;
}
.editor-preview-side > p,
.editor-preview > p {
  margin-top: 0;
}
.editor-preview pre,
.editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}
.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
  opacity: .5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}
/* Update styles for Scaffold icons */
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 48px !important;
  height: 48px;
  margin: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: red;
  border-color: blue;
}
.editor-toolbar a:before {
  line-height: 48px;
}
/**
 * Import the icon variables file.
 * Using a separate vars file means that when the icon font is updated and new icons added,
 * the vars file changes and only new icons need to be added at the end of this file.
 */
/**
 * Icomoon standard icon font family loading
 * - note that the stylesheets have been modified and
 * can't just be pasted from the auto-generated stylesheet!
 */
@font-face {
  font-family: 'si';
  src: url('/scaffold/modules/icons/fonts/si.eot?n6wb3w');
  src: url('/scaffold/modules/icons/fonts/si.eot?n6wb3w') format('embedded-opentype'), url('/scaffold/modules/icons/fonts/si.woff?n6wb3w') format('woff'), url('/scaffold/modules/icons/fonts/si.ttf?n6wb3w') format('truetype'), url('/scaffold/modules/icons/fonts/si.svg?n6wb3w#si') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Note that this is in addition to the standard
 * icomoon font stylesheet code -
 * adds a mixin for LESS so icons can be specified
 * in other styles - don't change!
 */
.icon-font {
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xsmall {
  display: inline-block;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  padding: 4px;
}
.icon-small {
  display: inline-block;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 24px;
  padding: 4px;
}
.icon-medium {
  display: inline-block;
  font-size: 32px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  padding: 4px;
}
.icon-large {
  display: inline-block;
  font-size: 36px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  padding: 4px;
}
.icon-xlarge {
  display: inline-block;
  font-size: 44px;
  width: 52px;
  height: 52px;
  line-height: 44px;
  padding: 4px;
}
.icon-jumbo {
  display: inline-block;
  font-size: 64px;
  width: 72px;
  height: 72px;
  line-height: 64px;
  padding: 4px;
}
.icon-monster {
  display: inline-block;
  font-size: 72px;
  width: 80px;
  height: 80px;
  line-height: 72px;
  padding: 4px;
}
/**
 * Note that these are different so the icons
 * can be used as LESS mixins without needing
 * to specify them in the HTML / CSS
 */
.icon-align-left:before {
  content: "\e725";
}
.icon-align-center:before {
  content: "\e726";
}
.icon-align-right:before {
  content: "\e727";
}
.icon-align-top:before {
  content: "\e728";
}
.icon-align-middle:before {
  content: "\e729";
}
.icon-align-bottom:before {
  content: "\e72a";
}
.icon-link:before {
  content: "\e72b";
}
.icon-unlink:before {
  content: "\e72c";
}
.icon-anchor:before {
  content: "\e72d";
}
.icon-paperclip:before {
  content: "\e72e";
}
.icon-external-link:before {
  content: "\e72f";
}
.icon-bold:before {
  content: "\e730";
}
.icon-italic:before {
  content: "\e731";
}
.icon-underline:before {
  content: "\e732";
}
.icon-strikethrough:before {
  content: "\e733";
}
.icon-subscript:before {
  content: "\e734";
}
.icon-superscript:before {
  content: "\e735";
}
.icon-text:before {
  content: "\e736";
}
.icon-text-color:before {
  content: "\e737";
}
.icon-paragraph:before {
  content: "\e738";
}
.icon-list-unordered:before {
  content: "\e739";
}
.icon-list-ordered:before {
  content: "\e73a";
}
.icon-indent:before {
  content: "\e73b";
}
.icon-outdent:before {
  content: "\e73c";
}
.icon-text-align-center:before {
  content: "\e73d";
}
.icon-text-align-justify:before {
  content: "\e73e";
}
.icon-text-align-left:before {
  content: "\e73f";
}
.icon-text-align-right:before {
  content: "\e740";
}
.icon-chat:before {
  content: "\e741";
}
.icon-conversation:before {
  content: "\e742";
}
.icon-chat-more:before {
  content: "\e743";
}
.icon-chat-no:before {
  content: "\e744";
}
.icon-chat-yes:before {
  content: "\e745";
}
.icon-like:before {
  content: "\e746";
}
.icon-dislike:before {
  content: "\e747";
}
.icon-like-alt:before {
  content: "\e748";
}
.icon-dislike-alt:before {
  content: "\e749";
}
.icon-hot:before {
  content: "\e74a";
}
.icon-heart:before {
  content: "\e74b";
}
.icon-heart-broken:before {
  content: "\e74c";
}
.icon-heart-broken-alt:before {
  content: "\e74d";
}
.icon-heartbeat:before {
  content: "\e74e";
}
.icon-prize-cup:before {
  content: "\e74f";
}
.icon-prize-medal:before {
  content: "\e750";
}
.icon-star:before {
  content: "\e751";
}
.icon-stars:before {
  content: "\e752";
}
.icon-star-circle:before {
  content: "\e753";
}
.icon-share-alt:before {
  content: "\e71c";
}
.icon-share-group:before {
  content: "\e71d";
}
.icon-user-woman:before {
  content: "\e754";
}
.icon-user-man:before {
  content: "\e755";
}
.icon-user-woman-alt:before {
  content: "\e756";
}
.icon-user-man-alt:before {
  content: "\e757";
}
.icon-user-woman-circle:before {
  content: "\e758";
}
.icon-user-man-circle:before {
  content: "\e759";
}
.icon-user-woman-add:before {
  content: "\e75a";
}
.icon-user-man-add:before {
  content: "\e75b";
}
.icon-user-woman-add-alt:before {
  content: "\e75c";
}
.icon-user-man-add-alt:before {
  content: "\e75d";
}
.icon-user-woman-remove:before {
  content: "\e75e";
}
.icon-user-man-remove:before {
  content: "\e75f";
}
.icon-user-woman-remove-alt:before {
  content: "\e760";
}
.icon-user-group:before {
  content: "\e761";
}
.icon-user-group-alt:before {
  content: "\e762";
}
.icon-user-group-circle:before {
  content: "\e763";
}
.icon-user-man-remove-alt:before {
  content: "\e764";
}
.icon-chapter-next:before {
  content: "\e600";
}
.icon-chapter-previous:before {
  content: "\e601";
}
.icon-fast-forward-to-end:before {
  content: "\e602";
}
.icon-fast-forward:before {
  content: "\e603";
}
.icon-microphone:before {
  content: "\e604";
}
.icon-music:before {
  content: "\e605";
}
.icon-pause:before {
  content: "\e606";
}
.icon-play:before {
  content: "\e607";
}
.icon-record:before {
  content: "\e608";
}
.icon-rewind-to-start:before {
  content: "\e609";
}
.icon-rewind:before {
  content: "\e60a";
}
.icon-stop:before {
  content: "\e60b";
}
.icon-volume-muted:before {
  content: "\e60c";
}
.icon-volume-mute:before {
  content: "\e60d";
}
.icon-volume-low:before {
  content: "\e60e";
}
.icon-volume-medium:before {
  content: "\e60f";
}
.icon-volume-high:before {
  content: "\e610";
}
.icon-content-link:before {
  content: "\e611";
}
.icon-undo:before {
  content: "\e612";
}
.icon-redo:before {
  content: "\e613";
}
.icon-cut:before {
  content: "\e614";
}
.icon-copy:before {
  content: "\e615";
}
.icon-paste:before {
  content: "\e616";
}
.icon-edit-style:before {
  content: "\e617";
}
.icon-edit:before {
  content: "\e618";
}
.icon-duplicate:before {
  content: "\e619";
}
.icon-new:before {
  content: "\e61a";
}
.icon-new-circle:before {
  content: "\e61b";
}
.icon-new-plus:before {
  content: "\e61c";
}
.icon-new-rect:before {
  content: "\e61d";
}
.icon-ok:before {
  content: "\e61e";
}
.icon-ok-circle:before {
  content: "\e61f";
}
.icon-cancel:before {
  content: "\e620";
}
.icon-cancel-circle:before {
  content: "\e621";
}
.icon-remove:before {
  content: "\e622";
}
.icon-remove-circle:before {
  content: "\e623";
}
.icon-remove-minus:before {
  content: "\e624";
}
.icon-remove-rect:before {
  content: "\e625";
}
.icon-revisions:before {
  content: "\e626";
}
.icon-stack-down:before {
  content: "\e627";
}
.icon-stack-left:before {
  content: "\e628";
}
.icon-stack-right:before {
  content: "\e629";
}
.icon-stack-up:before {
  content: "\e62a";
}
.icon-window-new:before {
  content: "\e62b";
}
.icon-window-same:before {
  content: "\e62c";
}
.icon-chart-pie:before {
  content: "\e62d";
}
.icon-chart-donut:before {
  content: "\e62e";
}
.icon-chart-area:before {
  content: "\e62f";
}
.icon-chart-bar:before {
  content: "\e630";
}
.icon-chart-line:before {
  content: "\e631";
}
.icon-chart-scatter:before {
  content: "\e632";
}
.icon-menu:before {
  content: "\e765";
}
.icon-more-circle:before {
  content: "\e766";
}
.icon-hamburger:before {
  content: "\e633";
}
.icon-more-vertical:before {
  content: "\e634";
}
.icon-more:before {
  content: "\e635";
}
.icon-book:before {
  content: "\e767";
}
.icon-checklist:before {
  content: "\e768";
}
.icon-clipboard:before {
  content: "\e769";
}
.icon-note-sticky:before {
  content: "\e76a";
}
.icon-notepad:before {
  content: "\e76b";
}
.icon-archive-box-alt:before {
  content: "\e636";
}
.icon-archive-box:before {
  content: "\e637";
}
.icon-notebook-bookmark:before {
  content: "\e638";
}
.icon-notebook:before {
  content: "\e639";
}
.icon-pin-left:before {
  content: "\e63a";
}
.icon-pin-right:before {
  content: "\e63b";
}
.icon-pin-upright:before {
  content: "\e63c";
}
.icon-rolodex:before {
  content: "\e63d";
}
.icon-satchel:before {
  content: "\e63e";
}
.icon-briefcase:before {
  content: "\e63f";
}
.icon-grid-small:before {
  content: "\e76c";
}
.icon-grid:before {
  content: "\e76d";
}
.icon-list:before {
  content: "\e76e";
}
.icon-search:before {
  content: "\e640";
}
.icon-search-plus:before {
  content: "\e641";
}
.icon-search-minus:before {
  content: "\e642";
}
.icon-filter:before {
  content: "\e643";
}
.icon-filter-add:before {
  content: "\e644";
}
.icon-filter-remove:before {
  content: "\e645";
}
.icon-visible:before {
  content: "\e646";
}
.icon-not-visible:before {
  content: "\e647";
}
.icon-binoculars:before {
  content: "\e76f";
}
.icon-sort:before {
  content: "\e648";
}
.icon-sort-alpha-asc:before {
  content: "\e649";
}
.icon-sort-alpha-desc:before {
  content: "\e64a";
}
.icon-sort-numeric-asc:before {
  content: "\e770";
}
.icon-sort-numeric-desc:before {
  content: "\e771";
}
.icon-recycle:before {
  content: "\e64b";
}
.icon-wastebasket:before {
  content: "\e64c";
}
.icon-wastebasket-simple:before {
  content: "\e64d";
}
.icon-wastebasket-simple-rounded:before {
  content: "\e64e";
}
.icon-map-marker:before {
  content: "\e64f";
}
.icon-map-marker-add:before {
  content: "\e650";
}
.icon-map-marker-remove:before {
  content: "\e651";
}
.icon-map-marker-trail:before {
  content: "\e652";
}
.icon-location-arrow:before {
  content: "\e653";
}
.icon-pin:before {
  content: "\e654";
}
.icon-map:before {
  content: "\e655";
}
.icon-map-trail:before {
  content: "\e656";
}
.icon-breadcrumbs:before {
  content: "\e772";
}
.icon-flag:before {
  content: "\e657";
}
.icon-flag-waving:before {
  content: "\e658";
}
.icon-signpost:before {
  content: "\e659";
}
.icon-signpost-double:before {
  content: "\e65a";
}
.icon-compass:before {
  content: "\e65b";
}
.icon-crosshairs:before {
  content: "\e65c";
}
.icon-target:before {
  content: "\e65d";
}
.icon-globe:before {
  content: "\e65e";
}
.icon-globe-stand:before {
  content: "\e65f";
}
.icon-turn-left:before {
  content: "\e660";
}
.icon-turn-right:before {
  content: "\e661";
}
.icon-gear:before {
  content: "\e662";
}
.icon-gears:before {
  content: "\e663";
}
.icon-switches:before {
  content: "\e664";
}
.icon-sliders-horizontal:before {
  content: "\e665";
}
.icon-sliders-horizontal-active:before {
  content: "\e666";
}
.icon-sliders-vertical:before {
  content: "\e667";
}
.icon-sliders-vertical-active:before {
  content: "\e668";
}
.icon-sliders-panel:before {
  content: "\e669";
}
.icon-switch-up-active:before {
  content: "\e773";
}
.icon-switch-up-inactive:before {
  content: "\e774";
}
.icon-switch-left-active:before {
  content: "\e66a";
}
.icon-switch-left-inactive:before {
  content: "\e66b";
}
.icon-switch-down-active:before {
  content: "\e775";
}
.icon-switch-down-inactive:before {
  content: "\e776";
}
.icon-switch-right-active:before {
  content: "\e66c";
}
.icon-switch-right-inactive:before {
  content: "\e66d";
}
.icon-label:before {
  content: "\e66e";
}
.icon-labels:before {
  content: "\e66f";
}
.icon-tag-left:before {
  content: "\e670";
}
.icon-tag-left-add:before {
  content: "\e671";
}
.icon-tag-left-remove:before {
  content: "\e672";
}
.icon-tag-right:before {
  content: "\e673";
}
.icon-tag-right-add:before {
  content: "\e674";
}
.icon-tag-right-remove:before {
  content: "\e675";
}
.icon-table:before {
  content: "\e676";
}
.icon-table-insert-column-after:before {
  content: "\e677";
}
.icon-table-insert-column-before:before {
  content: "\e678";
}
.icon-table-insert-row-after:before {
  content: "\e679";
}
.icon-table-insert-row-before:before {
  content: "\e67a";
}
.icon-table-remove-column:before {
  content: "\e67b";
}
.icon-table-remove-row:before {
  content: "\e67c";
}
.icon-table-split-vertically:before {
  content: "\e67d";
}
.icon-table-split-horizontally:before {
  content: "\e67e";
}
.icon-table-merge-vertically:before {
  content: "\e67f";
}
.icon-table-merge-horizontally:before {
  content: "\e680";
}
.icon-folder:before {
  content: "\e681";
}
.icon-folder-copy:before {
  content: "\e682";
}
.icon-folder-drop:before {
  content: "\e683";
}
.icon-folder-drop-hover:before {
  content: "\e684";
}
.icon-folder-open-alt:before {
  content: "\e685";
}
.icon-folder-open:before {
  content: "\e686";
}
.icon-mail:before {
  content: "\e687";
}
.icon-mail-open:before {
  content: "\e688";
}
.icon-mail-open-content:before {
  content: "\e689";
}
.icon-paper-plane-flying:before {
  content: "\e68a";
}
.icon-paper-plane:before {
  content: "\e68b";
}
.icon-tray:before {
  content: "\e68c";
}
.icon-reply:before {
  content: "\e777";
}
.icon-reply-all:before {
  content: "\e778";
}
.icon-forward:before {
  content: "\e779";
}
.icon-tray-content:before {
  content: "\e68d";
}
.icon-tray-in:before {
  content: "\e68e";
}
.icon-tray-out:before {
  content: "\e68f";
}
.icon-trays:before {
  content: "\e690";
}
.icon-document-empty:before {
  content: "\e698";
}
.icon-document:before {
  content: "\e6a7";
}
.icon-document-upload:before {
  content: "\e6a4";
}
.icon-file-drop:before {
  content: "\e6a9";
}
.icon-file-drop-hover:before {
  content: "\e6a8";
}
.icon-document-add:before {
  content: "\e691";
}
.icon-document-remove:before {
  content: "\e6a0";
}
.icon-document-duplicate:before {
  content: "\e697";
}
.icon-document-archive:before {
  content: "\e692";
}
.icon-document-audio:before {
  content: "\e693";
}
.icon-document-code:before {
  content: "\e694";
}
.icon-document-csv:before {
  content: "\e695";
}
.icon-document-download:before {
  content: "\e696";
}
.icon-document-forbidden:before {
  content: "\e699";
}
.icon-document-image:before {
  content: "\e69a";
}
.icon-document-markdown:before {
  content: "\e69b";
}
.icon-document-music:before {
  content: "\e69c";
}
.icon-document-not-found:before {
  content: "\e69d";
}
.icon-document-pdf:before {
  content: "\e69e";
}
.icon-document-presentation:before {
  content: "\e69f";
}
.icon-document-swatches:before {
  content: "\e6a1";
}
.icon-document-text-alt:before {
  content: "\e6a2";
}
.icon-document-text:before {
  content: "\e6a3";
}
.icon-document-vector:before {
  content: "\e6a5";
}
.icon-document-video:before {
  content: "\e6a6";
}
.icon-first-circle:before {
  content: "\e6ea";
}
.icon-angle-circle-left:before {
  content: "\e6ac";
}
.icon-angle-circle-right:before {
  content: "\e6ad";
}
.icon-last-circle:before {
  content: "\e6ec";
}
.icon-angle-circle-up:before {
  content: "\e6ae";
}
.icon-angle-circle-down:before {
  content: "\e6ab";
}
.icon-first:before {
  content: "\e6eb";
}
.icon-angle-left:before {
  content: "\e6b4";
}
.icon-angle-right:before {
  content: "\e6b5";
}
.icon-last:before {
  content: "\e6ed";
}
.icon-angle-up:before {
  content: "\e6b6";
}
.icon-angle-down:before {
  content: "\e6b3";
}
.icon-angle-double-left:before {
  content: "\e6b0";
}
.icon-angle-double-right:before {
  content: "\e6b1";
}
.icon-angle-double-up:before {
  content: "\e6b2";
}
.icon-angle-double-down:before {
  content: "\e6af";
}
.icon-arrow-circle-left:before {
  content: "\e6ba";
}
.icon-arrow-circle-right:before {
  content: "\e6bb";
}
.icon-arrow-circle-up:before {
  content: "\e6bc";
}
.icon-arrow-circle-down:before {
  content: "\e6b9";
}
.icon-arrow-left:before {
  content: "\e6be";
}
.icon-arrow-right:before {
  content: "\e6bf";
}
.icon-arrow-up:before {
  content: "\e6c2";
}
.icon-arrow-down:before {
  content: "\e6bd";
}
.icon-arrow-top-left:before {
  content: "\e6c0";
}
.icon-arrow-top-right:before {
  content: "\e6c1";
}
.icon-arrow-bottom-left:before {
  content: "\e6b7";
}
.icon-arrow-bottom-right:before {
  content: "\e6b8";
}
.icon-arrows-horizontal:before {
  content: "\e6c3";
}
.icon-arrows-vertical:before {
  content: "\e6c4";
}
.icon-caret-circle-left:before {
  content: "\e6c7";
}
.icon-caret-circle-right:before {
  content: "\e6c8";
}
.icon-caret-circle-up:before {
  content: "\e6c9";
}
.icon-caret-circle-down:before {
  content: "\e6c6";
}
.icon-caret-rounded-circle-left:before {
  content: "\e6d3";
}
.icon-caret-rounded-circle-right:before {
  content: "\e6d4";
}
.icon-caret-rounded-circle-up:before {
  content: "\e6d5";
}
.icon-caret-rounded-circle-down:before {
  content: "\e6d2";
}
.icon-caret-large-left:before {
  content: "\e6cb";
}
.icon-caret-large-right:before {
  content: "\e6cc";
}
.icon-caret-large-up:before {
  content: "\e6d1";
}
.icon-caret-large-down:before {
  content: "\e6ca";
}
.icon-caret-large-rounded-left:before {
  content: "\e6ce";
}
.icon-caret-large-rounded-right:before {
  content: "\e6cf";
}
.icon-caret-large-rounded-down:before {
  content: "\e6cd";
}
.icon-caret-large-rounded-up:before {
  content: "\e6d0";
}
.icon-caret-rounded-left:before {
  content: "\e6d7";
}
.icon-caret-rounded-right:before {
  content: "\e6d8";
}
.icon-caret-rounded-up:before {
  content: "\e6d9";
}
.icon-caret-rounded-down:before {
  content: "\e6d6";
}
.icon-caret-small-left:before {
  content: "\e6db";
}
.icon-caret-small-right:before {
  content: "\e6dc";
}
.icon-caret-small-up:before {
  content: "\e6dd";
}
.icon-caret-small-down:before {
  content: "\e6da";
}
.icon-caret-square-left:before {
  content: "\e6df";
}
.icon-caret-square-right:before {
  content: "\e6e0";
}
.icon-caret-square-up:before {
  content: "\e6e1";
}
.icon-caret-square-down:before {
  content: "\e6de";
}
.icon-chevron-left:before {
  content: "\e6e7";
}
.icon-chevron-right:before {
  content: "\e6e8";
}
.icon-chevron-up:before {
  content: "\e6e9";
}
.icon-chevron-down:before {
  content: "\e6e6";
}
.icon-chevron-double-left:before {
  content: "\e6e3";
}
.icon-chevron-double-right:before {
  content: "\e6e4";
}
.icon-chevron-double-up:before {
  content: "\e6e5";
}
.icon-chevron-double-down:before {
  content: "\e6e2";
}
.icon-move:before {
  content: "\e6ee";
}
.icon-arrows:before {
  content: "\e6c5";
}
.icon-move-alt:before {
  content: "\e6ef";
}
.icon-arrows-diagonal:before {
  content: "\e6aa";
}
.icon-clock:before {
  content: "\e6f0";
}
.icon-history:before {
  content: "\e6f1";
}
.icon-alarm:before {
  content: "\e6f2";
}
.icon-bell:before {
  content: "\e6f3";
}
.icon-calendar:before {
  content: "\e6f4";
}
.icon-calendar-dates:before {
  content: "\e6f5";
}
.icon-calendar-today:before {
  content: "\e6f6";
}
.icon-date-time:before {
  content: "\e6f7";
}
.icon-stopwatch:before {
  content: "\e6f8";
}
.icon-watch-alt:before {
  content: "\e6f9";
}
.icon-watch:before {
  content: "\e6fa";
}
.icon-image:before {
  content: "\e6fb";
}
.icon-gallery:before {
  content: "\e6fc";
}
.icon-camera-alt:before {
  content: "\e6fd";
}
.icon-camera:before {
  content: "\e6fe";
}
.icon-image-drop:before {
  content: "\e6ff";
}
.icon-image-drop-hover:before {
  content: "\e700";
}
.icon-canvas:before {
  content: "\e701";
}
.icon-layers:before {
  content: "\e702";
}
.icon-paintbrush:before {
  content: "\e703";
}
.icon-paintbrush-dripping:before {
  content: "\e704";
}
.icon-pencil:before {
  content: "\e705";
}
.icon-sweetspot:before {
  content: "\e706";
}
.icon-flip-horizontal:before {
  content: "\e707";
}
.icon-flip-vertical:before {
  content: "\e708";
}
.icon-rotate-left:before {
  content: "\e709";
}
.icon-rotate-right:before {
  content: "\e70a";
}
.icon-brightness-alt:before {
  content: "\e70b";
}
.icon-brightness:before {
  content: "\e70c";
}
.icon-contrast:before {
  content: "\e70d";
}
.icon-color-hsb:before {
  content: "\e70e";
}
.icon-color-rgb:before {
  content: "\e70f";
}
.icon-color-cmyk:before {
  content: "\e710";
}
.icon-color-library:before {
  content: "\e711";
}
.icon-color-swatches:before {
  content: "\e712";
}
.icon-crop:before {
  content: "\e713";
}
.icon-transform:before {
  content: "\e714";
}
.icon-eyedropper:before {
  content: "\e715";
}
.icon-eyedropper-full:before {
  content: "\e716";
}
.icon-eyedropper-sampled:before {
  content: "\e717";
}
.icon-locked:before {
  content: "\e77b";
}
.icon-unlocked:before {
  content: "\e77a";
}
.icon-key:before {
  content: "\e77c";
}
.icon-keyring:before {
  content: "\e77d";
}
.icon-console:before {
  content: "\e77e";
}
.icon-console-log:before {
  content: "\e77f";
}
.icon-analytics:before {
  content: "\e780";
}
.icon-globe-nodes:before {
  content: "\e781";
}
.icon-dial:before {
  content: "\e782";
}
.icon-gauge:before {
  content: "\e783";
}
.icon-animation:before {
  content: "\e784";
}
.icon-branching:before {
  content: "\e785";
}
.icon-bug:before {
  content: "\e786";
}
.icon-code-fork:before {
  content: "\e787";
}
.icon-markdown:before {
  content: "\e788";
}
.icon-pager:before {
  content: "\e789";
}
.icon-paginator:before {
  content: "\e78a";
}
.icon-plug-left:before {
  content: "\e78b";
}
.icon-plug-right:before {
  content: "\e78c";
}
.icon-puzzle-piece-alt:before {
  content: "\e78d";
}
.icon-puzzle-piece:before {
  content: "\e78e";
}
.icon-wrench:before {
  content: "\e78f";
}
.icon-cloud:before {
  content: "\e71a";
}
.icon-cloud-upload:before {
  content: "\e719";
}
.icon-cloud-download:before {
  content: "\e718";
}
.icon-upload:before {
  content: "\e724";
}
.icon-download:before {
  content: "\e71b";
}
.icon-share:before {
  content: "\e71e";
}
.icon-tasks:before {
  content: "\e723";
}
.icon-tasks-all-active:before {
  content: "\e71f";
}
.icon-tasks-top-active:before {
  content: "\e722";
}
.icon-tasks-middle-active:before {
  content: "\e721";
}
.icon-tasks-bottom-active:before {
  content: "\e720";
}
.icon-new-above:before {
  content: "\e790";
}
.icon-new-below:before {
  content: "\e791";
}
.icon-vector:before {
  content: "\e794";
}
.icon-vector-drop:before {
  content: "\e793";
}
.icon-vector-drop-hover:before {
  content: "\e792";
}
/**
 * Aliases
 */
.icon-closer:before {
  content: "\e620";
}
.icon-closer-hover:before {
  content: "\e621";
}
.icon-no-avatar:before {
  content: "\e759";
}
.icon-trash:before {
  content: "\e64c";
}
.scaffold-fourohfour-brand img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
.scaffold-fourohfour-jumbotron {
  margin-top: 36px;
  background-image: url(/scaffold/modules/fourohfour/images/jumbotron-image.jpg);
  background-size: cover;
  background-position: center center;
  height: 40vh;
}
.scaffold-fourohfour-content {
  color: #424643;
}
.scaffold-fourohfour-content h1 {
  text-align: center;
  font-weight: 300;
  color: #babab2;
  font-size: 60px;
  margin-bottom: 36px;
}
.scaffold-fourohfour-content p {
  text-align: center;
}
.scaffold-image-overlay {
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 0;
  color: white;
  height: 100vh;
}
.scaffold-image-overlay-header {
  display: block;
  position: absolute;
  height: 5vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2001;
}
.scaffold-image-overlay-header span {
  float: right;
  display: block;
  margin-left: 15px;
}
.scaffold-image-overlay-header .closer {
  display: inline-block;
  font-size: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #424643;
  opacity: 0.6;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.scaffold-image-overlay-header .closer:hover {
  opacity: 1;
}
.scaffold-image-overlay-header .closer:before {
  content: "\e620";
}
.scaffold-image-overlay-header .closer:active:before {
  content: "\e621";
}
.scaffold-image-centerer {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.scaffold-image-overlay-body {
  position: absolute;
  left: 0;
  top: 5vh;
  height: 90vh;
  overflow-y: auto;
  text-align: center;
}
.scaffold-image-overlay-body .scaffold-image-overlay-image {
  position: relative;
  height: 80vh;
  margin-bottom: 2vh;
}
.scaffold-image-overlay-body .scaffold-image-overlay-image img {
  position: absolute;
  max-width: 96%;
  height: auto;
  max-height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -o-transform: translate(-50%, -50%);
  /* Opera */
}
.scaffold-image-overlay-body .scaffold-image-overlay-info {
  height: 8vh;
}
.scaffold-image-overlay-body .scaffold-image-overlay-info h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.scaffold-image-overlay-body .scaffold-image-overlay-info p.small {
  opacity: 0.8;
}
.scaffold-overlay-model-edit {
  /*
	.scaffold-overlay-header {
		color: @c-white;
		background-color: @c-scaffold-gumbo;
	}
	.scaffold-overlay-body {
		margin-top: 30px;
	}
	.saver, .closer {
		color: @c-white;
	}
	.scaffold-form-nav-pills {
		li.active a {
			color: @c-scaffold-half-baked;
			background-color: @c-white;
		}
	}
*/
}
.scaffold-panels-blocks-list {
  margin: 0;
  padding: 0;
}
.scaffold-panels-block-preview {
  overflow: hidden;
}
.scaffold-panels-editor-jumbotron {
  padding: 0 !important;
}
.scaffold-panels-editable-content {
  border: 1px dashed #f45251;
}
.scaffold-container-list {
  margin: 0;
  padding: 0;
}
.scaffold-container-preview {
  margin: 0;
  box-sizing: content-box;
  margin: 0 auto 30px auto;
  background-color: white;
  border: 1px solid #e8e8e4;
  height: 320px;
}
.scaffold-container-preview:before,
.scaffold-container-preview:after {
  content: " ";
  display: table;
}
.scaffold-container-preview:after {
  clear: both;
}
.scaffold-container-preview:before,
.scaffold-container-preview:after {
  content: " ";
  display: table;
}
.scaffold-container-preview:after {
  clear: both;
}
.scaffold-container-preview .container-icon {
  position: relative;
  border-bottom: 1px solid #babab2;
  background-color: white;
  height: 174px;
}
.scaffold-container-preview .container-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  height: 174px;
}
.scaffold-container-preview .container-icon p {
  position: absolute;
  top: 4px;
  padding-left: 4%;
  text-transform: uppercase;
  color: #c6c6bf;
  font-size: 12px;
}
.scaffold-container-preview .container-info {
  display: block;
  position: relative;
  height: 160px;
  padding: 8px 4% 0 4%;
  background-color: #e8e8e4;
}
.scaffold-container-preview .container-info h3 {
  font-size: 15.4px;
  line-height: 1.5;
  color: #424643;
  margin: 0;
  padding: 0 0 6px 0;
  width: 100%;
}
.scaffold-container-preview .container-info h4 {
  font-size: 13px;
  color: #808782;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  width: 100%;
}
.scaffold-admin-interface {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #424643;
}
.scaffold-admin-interface h2 {
  font-weight: 200;
  font-size: 48px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 30px;
}
.scaffold-admin-interface p {
  margin-bottom: 30px;
}
.scaffold-admin-menu-bar-fix {
  margin-top: 50px;
}
.scaffold-admin-admin {
  position: relative;
  height: 70vh;
  background-color: #aabfb0;
  background-image: url(/scaffold/modules/fourohfour/images/jumbotron-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.scaffold-admin-admin h1 {
  font-weight: 100;
  font-size: 72px;
}
.scaffold-admin-admin p {
  font-size: 21px;
  line-height: 28px;
}
.scaffold-admin-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/scaffold/modules/administration/icon-admin.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.scaffold-admin-title-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.scaffold-admin-title-block div {
  position: relative;
  z-index: 2;
  padding: 30px 50px;
  text-align: right;
}
.scaffold-admin-administration-jumbotron {
  background-color: #d84c09;
  background-image: url(/scaffold/modules/fourohfour/images/jumbotron-image.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.scaffold-admin-constructor {
  color: #ffffff;
  background-color: #5a8d95;
}
.scaffold-admin-constructor-jumbotron {
  background-color: #5a8d95;
}
/* Any menu LESS goes here */
.scaffold-color-palette-swatch {
  margin: 0 auto 16px auto;
  background-color: white;
  border: 1px solid #e8e8e4;
}
.scaffold-color-palette-swatch.vertical {
  width: 100%;
  height: 140px;
}
.scaffold-color-palette-swatch.horizontal {
  max-width: 240px;
  height: 66px;
}
.scaffold-color-palette-name {
  display: block;
}
.scaffold-color-palette-name h3 {
  font-size: 12px;
  color: #424643;
  line-height: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scaffold-color-palette-name h4 {
  font-size: 11px;
  color: #babab2;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scaffold-color-palette-name.horizontal {
  width: 60%;
  height: 56px;
  float: left;
  padding: 8px 2.5% 0 2.5%;
}
.scaffold-color-palette-name.vertical {
  width: 100%;
  height: 56px;
  padding: 8px 5% 0 5%;
}
.scaffold-color-palette-color {
  display: block;
}
.scaffold-color-palette-color.horizontal {
  width: 40%;
  height: 64px;
  float: left;
}
.scaffold-color-palette-color.vertical {
  width: 100%;
  height: 84px;
}
div.tagsinput {
  background-color: #f0f0ec;
  border-color: #e8e8e4;
  border-radius: 4px;
}
div.tagsinput span.tag {
  background-color: #ffffff;
  border: 1px solid #babab2;
  color: #424643;
  cursor: pointer;
}
div.tagsinput span.tag a {
  color: #aabfb0;
  padding-bottom: 2px;
}
.scaffold-website-field select {
  width: 10%;
  float: left;
  display: inline-block;
  margin-right: 2%;
}
.scaffold-website-field input[type=text] {
  width: 88%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
/**
 * Taken from http://codepen.io/githiro/pen/ICfFE
 */
.scaffold-heatmap-tooltip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.scaffold-heatmap-tooltip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
.scaffold-record-browser-header {
  margin-top: 30px;
  padding-bottom: 0;
}
.scaffold-record-browser-header h1 {
  float: left;
  font-weight: 300;
  font-size: 36px;
  color: #babab2;
  margin: 0;
}
.scaffold-record-browser-header .record-browser-items-found {
  float: left;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  background-color: #dabf97;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 13px;
  margin-left: 10px;
  margin-top: 10px;
}
.scaffold-record-browser-header nav {
  text-align: right;
  margin-top: 6px;
}
.scaffold-record-browser-header nav .pagination {
  margin: 0 0 0 auto;
}
.scaffold-record-browser-header nav .pagination li span {
  color: #babab2;
}
.scaffold-record-browser-header nav .pagination li a {
  color: #babab2;
}
.scaffold-record-browser-header nav .pagination li a:hover {
  color: #f45251;
}
.scaffold-record-browser-header nav .pagination li.active span {
  background-color: #dabf97;
  border-color: #babab2;
  color: #ffffff;
}
.scaffold-record-browser-filters {
  background-color: #e8e8e8;
  padding: 30px 0;
}
.scaffold-record-browser table {
  border: none;
}
.scaffold-record-browser .table-striped tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.scaffold-record-browser .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.scaffold-record-browser table thead th {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  background-color: #f6f6f2;
  color: #424643;
  cursor: pointer;
}
.scaffold-record-browser table thead th a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 2px 4px;
  color: #424643;
}
.scaffold-record-browser table thead th a:hover {
  text-decoration: none;
}
.scaffold-record-browser table thead th span {
  display: inline-block;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  padding: 4px;
  color: #424643;
  float: right;
}
.scaffold-record-browser table thead .scaffold-table-sort-column {
  font-weight: 900 !important;
  background-color: #babab2;
  color: #ffffff;
  border-radius: 8px;
}
.scaffold-record-browser table thead .scaffold-table-sort-column a {
  color: #ffffff;
}
.scaffold-record-browser table thead .scaffold-table-sort-column span {
  color: #ffffff;
}
.scaffold-record-browser table tbody {
  /**
			 * Set any default table row styles for field types
			 */
}
.scaffold-record-browser table tbody tr {
  border: none;
}
.scaffold-record-browser table tbody td {
  font-size: 13px;
  min-width: 48px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 3px solid #f6f6f2;
  background-color: #ffffff;
}
.scaffold-record-browser table tbody td:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.scaffold-record-browser table tbody td:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.scaffold-record-browser table tbody td ul {
  margin: 0 auto;
  text-align: center;
}
.scaffold-record-browser table tbody .scaffold-editing-tools {
  margin: 0;
  padding: 0;
}
.scaffold-record-browser table tbody .record-browser-check-container {
  background-color: #e8e8e3;
  width: 48px;
}
.scaffold-record-browser table tbody td.record-browser-actions-container {
  background-color: #e8e8e3;
  width: 105px;
}
.scaffold-record-browser table tbody td.srb-field-type-id {
  font-weight: 600;
  width: 72px;
  color: #babab2;
  text-align: right;
}
.scaffold-record-browser table tbody td.srb-field-type-image {
  padding: 0;
  width: 100px;
  height: 60px;
}
.record-browser-check {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #babab2;
}
.record-browser-check label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  left: 3px;
  top: 3px;
}
.record-browser-check label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #f45251;
  border-radius: 8px;
  top: 0;
  left: 0;
}
.record-browser-check label:hover::after {
  opacity: 0.3;
}
.record-browser-check input[type=checkbox] {
  display: none;
}
.record-browser-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.commenter-comment h4 {
  /* author name */
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  color: black;
}
.commenter-comment h6 {
  /* Date created */
  margin-bottom: 10px;
  color: #606060;
  font-size: 14px;
  padding-bottom: 8px;
}
.commenter-comment .content {
  font-size: 18px;
}
.commenter-comment hr {
  margin: 0;
  padding: 0;
}
/**
 * Scaffold form styles
 */
.required {
  display: block;
  float: right;
  margin-right: -9.800000000000001px;
  font-size: 19.6px;
  margin-top: -4.2px;
  color: #f45251;
}
.required:before {
  content: "*";
}
.scaffold-overlay-form {
  margin-top: 30px;
}
.scaffold-overlay-form .help-block {
  color: #747b75;
}
.scaffold-upload-help {
  font-size: 13px;
  font-weight: bold;
  color: #babab2;
  text-align: center;
}
.scaffold-form-well,
.scaffold-form-well-inner,
.scaffold-form-well-gallery-inner {
  margin-bottom: 12px;
}
.scaffold-form-well-inner {
  background-color: #e5e5de;
}
.scaffold-form-well-gallery-inner {
  background-color: #dadad0;
  margin-bottom: 0;
  min-height: 238px;
  padding: 8px 15px;
}
.scaffold-image-upload-container,
.scaffold-gallery-upload-container {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  min-height: 180px;
  height: auto;
  max-height: 512px;
  text-align: center;
}
.scaffold-image-upload-container:before,
.scaffold-gallery-upload-container:before,
.scaffold-image-upload-container:after,
.scaffold-gallery-upload-container:after {
  content: " ";
  display: table;
}
.scaffold-image-upload-container:after,
.scaffold-gallery-upload-container:after {
  clear: both;
}
.scaffold-image-upload-container:before,
.scaffold-gallery-upload-container:before,
.scaffold-image-upload-container:after,
.scaffold-gallery-upload-container:after {
  content: " ";
  display: table;
}
.scaffold-image-upload-container:after,
.scaffold-gallery-upload-container:after {
  clear: both;
}
.scaffold-image-upload-container img,
.scaffold-gallery-upload-container img {
  max-width: 100%;
  max-height: 512px;
  margin: 0 auto;
}
.scaffold-file-upload-container {
  position: relative;
  background-color: white;
  width: 50%;
  margin: 0 auto;
  min-height: 180px;
  max-height: 512px;
  height: auto;
}
.scaffold-file-upload-container:before,
.scaffold-file-upload-container:after {
  content: " ";
  display: table;
}
.scaffold-file-upload-container:after {
  clear: both;
}
.scaffold-file-upload-container:before,
.scaffold-file-upload-container:after {
  content: " ";
  display: table;
}
.scaffold-file-upload-container:after {
  clear: both;
}
.scaffold-file-upload-container img {
  max-width: 100%;
  max-height: 512px;
  margin: 0 auto;
}
.scaffold-file-upload-container p.upload-help {
  font-size: 13px;
  font-weight: bold;
  color: #babab2;
  text-align: center;
}
.scaffold-upload-container-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3500;
}
.scaffold-form .actions-block,
.scaffold-overlay-form .actions-block {
  margin-top: 10px;
  font-size: 11.9px;
  color: #babab2;
}
.scaffold-form .actions-block:before,
.scaffold-overlay-form .actions-block:before,
.scaffold-form .actions-block:after,
.scaffold-overlay-form .actions-block:after {
  content: " ";
  display: table;
}
.scaffold-form .actions-block:after,
.scaffold-overlay-form .actions-block:after {
  clear: both;
}
.scaffold-form .actions-block:before,
.scaffold-overlay-form .actions-block:before,
.scaffold-form .actions-block:after,
.scaffold-overlay-form .actions-block:after {
  content: " ";
  display: table;
}
.scaffold-form .actions-block:after,
.scaffold-overlay-form .actions-block:after {
  clear: both;
}
.scaffold-form .actions-block a,
.scaffold-overlay-form .actions-block a {
  cursor: pointer;
  color: #676d69;
}
.scaffold-form .actions-block a:hover,
.scaffold-overlay-form .actions-block a:hover {
  color: #f45251;
  text-decoration: underline;
}
.scaffold-form-dark-background {
  background-color: #424643;
  color: #d0d0c8;
  margin-top: -30px;
  padding: 0;
  margin-bottom: 30px;
}
.scaffold-form-dark-background input {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: 1px solid #6f6f64;
}
.scaffold-form-dark-background label {
  font-size: 16.8px;
  font-weight: normal;
  color: #d0d0c8;
}
.scaffold-form-dark-background .input-lg {
  font-size: 30px;
  height: 58px;
  font-weight: 300;
}
.scaffold-form-dark-background .help-block {
  color: #8a8a7c;
  font-size: 11.9px;
  font-weight: bold;
}
.scaffold-form-nav-pills {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
  width: fit-content;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 400;
}
.scaffold-form-nav-pills li {
  display: inline-block;
  float: none;
}
.scaffold-form-nav-pills li a {
  color: #babab2;
}
.scaffold-form-nav-pills li a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #424643;
}
.scaffold-form-nav-pills li.active a,
.scaffold-form-nav-pills li.active a:hover,
.scaffold-form-nav-pills li.active a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f45251;
}
.scaffold-form-tab-content {
  border-top: 1px solid #e8e8e3;
  padding-top: 30px;
}
/** Groovy switch styling taken from
 * http://callmenick.com/post/css-toggle-switch-examples
 */
.scaffold-form-switch {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.scaffold-form-switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.scaffold-form-checkbox input.scaffold-form-switch + label {
  margin: 4px 0 2px 0;
  width: 60px;
  height: 30px;
  background-color: #babab2;
  border-radius: 30px;
  transition: background 0.1s;
}
.scaffold-form-checkbox input.scaffold-form-switch + label:before,
.scaffold-form-checkbox input.scaffold-form-switch + label:after {
  display: block;
  position: absolute;
  content: "";
}
.scaffold-form-checkbox input.scaffold-form-switch + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #ffffff;
  border-radius: 30px;
  transition: background 0.1s;
}
.scaffold-form-checkbox input.scaffold-form-switch + label:after {
  top: 3px;
  left: 3px;
  bottom: 3px;
  width: 24px;
  margin-left: 30px;
  background-color: #babab2;
  border-radius: 24px;
  transition: margin 0.1s, background 0.1s;
}
.scaffold-form-checkbox input.scaffold-form-switch:checked + label {
  background-color: #f45251;
}
.scaffold-form-checkbox input.scaffold-form-switch:checked + label:after {
  margin-left: 0;
  background-color: #f45251;
}
.scaffold-form-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 0 4px 0;
  background-color: rgba(0, 0, 0, 0);
}
.scaffold-form-slider input[type=range]:focus {
  outline: none;
}
.scaffold-form-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #babab2;
}
.scaffold-form-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #babab2;
}
.scaffold-form-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #babab2;
  cursor: pointer;
  margin-top: 2px;
}
.scaffold-form-slider input[type=range]:active::-webkit-slider-thumb {
  background-color: #f45251;
}
.scaffold-form-slider input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #babab2;
  cursor: pointer;
  margin-top: 2px;
}
.scaffold-form-slider input[type=range]::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #babab2;
  cursor: pointer;
  margin-top: 1px;
}
.scaffold-form-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.scaffold-form-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.scaffold-form-slider input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.scaffold-form-slider input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.scaffold-form-slider input[type=range]::-ms-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.scaffold-form-slider input[type=range]::-ms-fill-lower {
  background: #babab2;
  border: none;
  border-radius: 15px;
  box-shadow: none;
}
.scaffold-form-slider input[type=range]::-ms-fill-upper {
  background: #babab2;
  border: none;
  border-radius: 15px;
  box-shadow: none;
}
.scaffold-form-slider input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.scaffold-form-slider input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.scaffold-form-block {
  clear: both;
}
.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: .1px;
  width: 270px;
  height: 130px;
  font-size: 14px;
  display: none;
}
.wickedpicker__title {
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}
.wickedpicker__close {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}
.wickedpicker__close:before {
  content: '\00d7';
}
.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
}
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer;
}
.wickedpicker__controls__control-up:before {
  content: '\e800';
}
.wickedpicker__controls__control-down:after {
  content: '\e801';
}
.wickedpicker__controls__control--separator {
  width: 5px;
}
.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
  text-align: center;
}
.hover-state {
  color: #3498db;
}
@font-face {
  font-family: fontello;
  src: url(/scaffold/modules/wickedpicker/fonts/fontello.eot?52602240);
  src: url(/scaffold/modules/wickedpicker/fonts/fontello.eot?52602240#iefix) format("embedded-opentype"), url(/scaffold/modules/wickedpicker/fonts/fontello.woff?52602240) format("woff"), url(/scaffold/modules/wickedpicker/fonts/fontello.ttf?52602240) format("truetype"), url(/scaffold/modules/wickedpicker/fonts/fontello.svg?52602240#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wickedpicker {
  z-index: 10000;
}
.editable-block-container {
  position: relative;
}
.editable-block-action {
  position: absolute;
  display: block;
  bottom: 4px;
  right: 4px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  font-family: 'si';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 32px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  padding: 4px;
}
.editable-block-action:before {
  content: "\e705";
}
.scaffold-editor-heading-large {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
  font-size: 33.6px;
  min-height: 64px;
}
.scaffold-editor-heading-large:focus {
  background-color: #ffffff;
}
.scaffold-matter h2 {
  font-size: 33.6px;
}
.scaffold-editor-heading-medium {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
  font-size: 25.2px;
}
.scaffold-editor-heading-medium:focus {
  background-color: #ffffff;
}
.scaffold-editor-heading-small {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
  font-size: 19.6px;
}
.scaffold-editor-heading-small:focus {
  background-color: #ffffff;
}
.scaffold-editor-html-code {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
  font-family: "Lucida Sans Typewriter", "Courier New", sans-serif;
  font-size: 13px;
}
.scaffold-editor-html-code:focus {
  background-color: #ffffff;
}
.scaffold-editor-image {
  max-height: 400px;
  background-color: #f0f0ec;
}
.scaffold-editor-image .scaffold-image-upload-container {
  border: 0;
  background-color: #f0f0ec;
}
.scaffold-editor-image .scaffold-image-upload-container img {
  max-height: 398px;
  margin: 0 auto;
}
.scaffold-editor-map {
  min-height: 30vh;
}
.scaffold-editor-map-canvas {
  width: 100%;
  height: 30vh;
}
.scaffold-matter .google-map {
  height: 30vh;
}
.scaffold-editor-table {
  padding: 10px 30px;
  background-color: #f0f0ec;
}
.scaffold-editor-table table {
  width: 100%;
}
.scaffold-editor-table td {
  vertical-align: top;
}
.scaffold-editor-table td textarea {
  width: calc(100% - 4px);
  overflow-y: auto;
  height: auto;
  border: 1px solid #babab2;
  margin-right: 4px;
  outline: none;
  background-color: #fafafa;
}
.scaffold-editor-table td textarea:focus {
  background-color: #ffffff;
  border: 1px solid #f45251;
}
.scaffold-editor-text {
  min-height: 44px;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  outline: none;
  background-color: #fafafa;
}
.scaffold-editor-text:focus {
  background-color: #ffffff;
}
.scaffold-editor-text-variant-lead {
  font-size: 21px;
  line-height: 28px;
}
.scaffold-editor-text-variant-small {
  font-size: 12px;
  line-height: 18px;
}
