@charset "UTF-8";
/**
 * These styles only override the default admin flat theme styles
 * and the styles for django-admin-tools dashboard and menu
 *
 * Basic layout etc is already defined by the admin styles
 */
LANGUAGE_COLOURS {
  nl: #de5e28;
  en-gb: #003478;
  de: #fecb00;
  zh-hans: #007c92;
  fr: #c4262e;
  it: #0055ff;
  pt-br: #3c8a4f;
  es: #a8b400;
  ru: #888888;
  jp-jp: #FFB3A7;
  ko: #93B8B4; }

#content.colMS {
  margin: 0 !important; }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 200;
  font-style: normal;
  src: url("/static/cms/fonts/GothamRnd-Light.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 200;
  font-style: italic;
  src: url("/static/cms/fonts/GothamRnd-LightItal.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 400;
  font-style: normal;
  src: url("/static/cms/fonts/GothamRnd-Book.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 400;
  font-style: italic;
  src: url("/static/cms/fonts/GothamRnd-BookItal.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 600;
  font-style: normal;
  src: url("/static/cms/fonts/GothamRnd-Medium.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 600;
  font-style: italic;
  src: url("/static/cms/fonts/GothamRnd-MedItal.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 900;
  font-style: normal;
  src: url("/static/cms/fonts/GothamRnd-Bold.otf?22d0d1f2f23a"); }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: 900;
  font-style: italic;
  src: url("/static/cms/fonts/GothamRnd-BoldItal.otf?22d0d1f2f23a"); }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/cms/fonts/icons//fontawesome-webfont.eot?v=4.4.0&22d0d1f2f23a");
  src: url("/static/cms/fonts/icons//fontawesome-webfont.eot?&22d0d1f2f23a#iefix&v=4.4.0") format("embedded-opentype"), url("/static/cms/fonts/icons//fontawesome-webfont.woff2?v=4.4.0&22d0d1f2f23a") format("woff2"), url("/static/cms/fonts/icons//fontawesome-webfont.woff?v=4.4.0&22d0d1f2f23a") format("woff"), url("/static/cms/fonts/icons//fontawesome-webfont.ttf?v=4.4.0&22d0d1f2f23a") format("truetype"), url("/static/cms/fonts/icons//fontawesome-webfont.svg?v=4.4.0&22d0d1f2f23a#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333;
  opacity: 0.6; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: orange;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: orange; }
    .mfp-preloader a:hover {
      color: blue; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #003478; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: orange;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 10px 5px rgba(51, 51, 51, 0.5);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/***
Spectrum Colorpicker v1.7.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.sp-replacer ~ .sp-replacer {
  margin-left: 10px; }

/*! ====================================================== *
Copyright (c) 2015, Pykih Software LLP
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================== */
.PykCharts-loading {
  margin: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(52, 73, 94, 0.2);
  border-right: 1.1em solid rgba(52, 73, 94, 0.2);
  border-bottom: 1.1em solid rgba(52, 73, 94, 0.2);
  border-left: 1.1em solid #2C3E50;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.PykCharts-loading, .PykCharts-loading:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.Pykcharts-svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }

.PykCharts-multi-series2D .legend-heading {
  text-align: left;
  font-weight: 700;
  font-size: 16px; }

.pyk-tooltip {
  height: auto;
  width: auto;
  padding: 5px 6px;
  color: #4F4F4F;
  background: #fff;
  text-decoration: none;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #CCC;
  font-size: 12px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  min-width: 30px;
  text-align: center;
  z-index: 10;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none; }

.PykCharts-multi-series2D .legend-content {
  text-align: left;
  font-size: 12px; }

.PykCharts-multi-series2D .line-cursor {
  fill: none;
  stroke-width: 1px;
  stroke: #ccc;
  shape-rendering: auto;
  pointer-events: none; }

.PykCharts-multi-series2D path.multi-line {
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  cursor: pointer; }

.PykCharts-multi-series2D path.multi-line-selected {
  fill: none;
  stroke-width: 4px;
  cursor: pointer; }

.PykCharts-multi-series2D path.multi-line:hover {
  fill: none;
  stroke-width: 3.5px;
  stroke: orange;
  cursor: pointer; }

.PykCharts-multi-series2D path.multi-line-hover {
  fill: none;
  stroke-width: 2px;
  stroke: orange;
  cursor: pointer; }

.PykCharts-multi-series2D .bullets {
  display: block;
  stroke: #fff; }

.PykCharts-multi-series2D .stacked-area {
  shape-rendering: auto; }

.PykCharts-multi-series2D .area-border {
  fill: none;
  shape-rendering: auto; }

.PykCharts-line-chart .line {
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  shape-rendering: auto;
  pointer-events: none; }

.PykCharts-line-chart .area {
  shape-rendering: auto;
  pointer-events: none; }

.PykCharts-line-chart .line-cursor path, .line-cursor {
  fill: none;
  stroke-width: 1px;
  stroke: #ccc;
  shape-rendering: auto;
  stroke-dasharray: 3,3;
  pointer-events: none; }

.PykCharts-line-chart .overlay {
  fill: none;
  pointer-events: all; }

.PykCharts-line-chart .focus circle {
  stroke: #fff;
  stroke-width: 1.5px;
  pointer-events: none; }

.PykCharts-line-chart .pyk-multiline-tooltip {
  display: block;
  height: auto;
  width: auto;
  padding: 5px 6px;
  color: #4F4F4F;
  background: #fff;
  text-decoration: none;
  position: absolute;
  border-radius: 5px;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  border: 1px solid #CCC;
  min-width: 30px;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms; }

.PykCharts-line-chart .pyk-tooltip-table table {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #1f1f1f;
  border: 1px solid #e7e3e7;
  border-collapse: collapse;
  pointer-events: none; }

.PykCharts-line-chart .pyk-tooltip-table table td, table th {
  border: 1px dashed #e7e3e7;
  padding: 5px; }

.PykCharts-line-chart .pyk-tooltip-table table th {
  font-size: 13px;
  text-align: left; }

body .pyk-tooltip table {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #1f1f1f;
  border: 1px solid #e7e3e7;
  border-collapse: collapse;
  pointer-events: none; }

body .pyk-tooltip table td, table th {
  border: 1px dashed #e7e3e7;
  padding: 5px; }

body .pyk-tooltip table th {
  font-size: 13px;
  text-align: left; }

body .pyk-tooltip .tooltip-heading {
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px; }

body .pyk-tooltip td {
  padding: 5px; }

body .pyk-tooltip .tooltip-right-content {
  text-align: right;
  padding-left: 20px; }

body .pyk-tooltip .tooltip-left-content {
  padding-right: 20px; }

.PykCharts-twoD #title {
  color: #1D1D1D; }

.PykCharts-twoD .axis text {
  font-weight: 400;
  stroke: none;
  z-index: 10; }

.PykCharts-twoD .text-active {
  font-style: normal;
  font-weight: 400;
  stroke: none;
  z-index: 10; }

.PykCharts-twoD .axis path, .PykCharts-twoD .axis line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-twoD .new-axis path, .PykCharts-twoD .new-axis line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-twoD .axis-line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-twoD .new-axis {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-twoD .grid-line {
  fill: none;
  stroke: #ccc;
  stroke-dasharray: 1,1;
  opacity: .7;
  shape-rendering: crispEdges;
  pointer-events: none; }

.PykCharts-twoD .axis-text {
  font-style: normal;
  stroke: none;
  z-index: 10; }

.PykCharts-spider-web .link {
  stroke-width: 1.5px; }

.PykCharts-spider-web .axis {
  stroke: #B0B0B0;
  stroke-width: .5px; }

.PykCharts-spider-web .grid {
  stroke: #B0B0B0;
  stroke-width: .5px; }

.PykCharts-pulse .axis {
  stroke: #999;
  stroke-width: 1px; }

.PykCharts-pulse text.label1 {
  cursor: pointer; }

.PykCharts-weighted .line-cursor {
  fill: none;
  stroke-width: 1px;
  stroke: #636376;
  shape-rendering: auto; }

.PykCharts-weighted .axis text {
  stroke: none;
  z-index: 10; }

.PykCharts-weighted .axis path, .axis line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-weighted .grid-line {
  fill: none;
  stroke: #ddd;
  opacity: .4;
  shape-rendering: crispEdges; }

.PykCharts-credits {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: grey;
  line-height: 1.2;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.PykCharts-map .cstm-form-control {
  height: 30px;
  padding: 2px; }

.PykCharts-map .cstm-btn {
  margin-top: 5px;
  text-align: center; }

.PykCharts-map .cstm-container {
  margin-top: 20px; }

.PykCharts-map .cstm-table {
  border-collapse: separate;
  border-spacing: 20px 10px; }

.PykCharts-map .axis text {
  stroke: none;
  z-index: 10; }

.PykCharts-map .text-active {
  z-index: 10; }

.PykCharts-map .axis path, .PykCharts-twoD .axis line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-map .axis-line {
  fill: none;
  shape-rendering: crispEdges; }

.PykCharts-map .axis-text {
  font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  stroke: none;
  z-index: 10; }

.PykCharts-tree .node {
  cursor: pointer; }

.PykCharts-tree .node circle {
  fill: #fff;
  stroke: #4682b4;
  stroke-width: 1.5px; }

.PykCharts-tree .node text {
  font: 10px sans-serif; }

.PykCharts-tree .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px; }

.PykCharts-sunburst path {
  stroke: #fff;
  fill-rule: evenodd; }

.PykCharts-oneD {
  margin-top: 3px; }

.PykCharts-river .bottom_line, .PykCharts-river .top_line {
  stroke-width: 1;
  stroke-dasharray: 5,5;
  shape-rendering: crispEdge; }

.dropdown-multipleConatiner-export {
  top: 10px;
  height: auto;
  width: auto;
  padding: 5px 6px;
  color: #4F4F4F;
  background: #fff;
  text-decoration: none;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #CCC;
  font-size: 12px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  min-width: 30px;
  text-align: center;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden; }

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

/*! jQuery UI - v1.11.4 - 2016-01-17
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2016 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("/static/cms/stylesheets/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("/static/cms/stylesheets/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/static/cms/stylesheets/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("/static/cms/stylesheets/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("/static/cms/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/static/cms/stylesheets/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/static/cms/stylesheets/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/static/cms/stylesheets/images/ui-icons_cd0a0a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

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

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

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

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

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

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

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

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

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

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url("/static/cms/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("/static/cms/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/*!
 * Copyright (c) 2014 Tamble, Inc.
 * Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt)
 */
.comiseo-daterangepicker-triggerbutton.ui-button {
  text-align: left;
  min-width: 18em; }

.comiseo-daterangepicker {
  position: absolute;
  padding: 5px; }

.comiseo-daterangepicker-mask {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* required for IE */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }

.comiseo-daterangepicker-presets,
.comiseo-daterangepicker-calendar {
  display: table-cell;
  vertical-align: top;
  height: 230px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
  padding: 2px 7px 7px 2px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-presets {
  padding: 2px 2px 7px 7px; }

.ui-menu {
  white-space: nowrap; }

.comiseo-daterangepicker .ui-widget-content,
.comiseo-daterangepicker .ui-datepicker .ui-state-highlight {
  border-width: 0; }

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
  border-bottom-width: 1px; }

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
  border-width: 1px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
  border-left-width: 1px;
  padding-left: 5px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
  border-right-width: 1px;
  padding-right: 5px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
  float: left; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
  float: right; }

.comiseo-daterangepicker-buttonpanel > button {
  margin-top: 6px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel > button {
  margin-right: 6px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button {
  margin-left: 6px; }

/* themeable styles */
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
  background: #b0c4de;
  color: #fff; }

body:not(.login) #content .submit-row .deletelink, body:not(.login) #content .submit-row [type=submit], #content p.paginator input[type=submit], #content-main .object-tools .addlink, html body.login .submit-row input, #content-main #changelist #toolbar form#changelist-search input[type="submit"], #content a.button, #content button {
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  border: 0 none;
  border-radius: 20px;
  display: inline-block;
  max-width: 100%;
  padding: 14px 20px;
  height: 40px;
  vertical-align: middle;
  font-family: "Gotham Rounded"; }
  body:not(.login) #content .submit-row .deletelink:hover:not([disabled]), body:not(.login) #content .submit-row [type=submit]:hover:not([disabled]), #content p.paginator input[type=submit]:hover:not([disabled]), #content-main .object-tools .addlink:hover:not([disabled]), html body.login .submit-row input:hover:not([disabled]), #content-main #changelist #toolbar form#changelist-search input[type="submit"]:hover:not([disabled]), #content a.button:hover:not([disabled]), #content button:hover:not([disabled]) {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  body:not(.login) #content .submit-row .deletelink:hover[disabled], body:not(.login) #content .submit-row [type=submit]:hover[disabled], #content p.paginator input[type=submit]:hover[disabled], #content-main .object-tools .addlink:hover[disabled], html body.login .submit-row input:hover[disabled], #content-main #changelist #toolbar form#changelist-search input[type="submit"]:hover[disabled], #content a.button:hover[disabled], #content button:hover[disabled] {
    cursor: wait; }

body:not(.login) #content .submit-row .deletelink, body:not(.login) #content .submit-row input:not(.default), body:not(.login) #content .submit-row button:not(.default), #content .mfp-image-holder button.mfp-close,
#content .video-popup button.mfp-close,
#content .audio-popup button.mfp-close, #content-main .object-tools .addlink, .dashboard #content .content-item .button-add, #content-main #changelist #toolbar form#changelist-search input[type="submit"], #content a.button.button-secondary, #content button.button-secondary {
  background-color: transparent;
  border-color: current;
  border-style: solid;
  border-width: 1px; }
  body:not(.login) #content .submit-row .deletelink:hover, body:not(.login) #content .submit-row input:hover:not(.default), body:not(.login) #content .submit-row button:hover:not(.default), #content .mfp-image-holder button.mfp-close:hover,
  #content .video-popup button.mfp-close:hover,
  #content .audio-popup button.mfp-close:hover, #content-main .object-tools .addlink:hover, .dashboard #content .content-item .button-add:hover, #content-main #changelist #toolbar form#changelist-search input[type="submit"]:hover, #content a.button.button-secondary:hover, #content button.button-secondary:hover {
    border-color: #000; }

.change-list #content-main.marked-device-overview .button-action, .change-list #content-main.test-device-overview .button-action, .dashboard #content .devices-item td button, .change-list #content-main.build-overview .button-action {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  height: auto;
  padding: 0;
  text-decoration: none;
  text-transform: none; }
  .change-list #content-main.marked-device-overview .button-action:hover, .change-list #content-main.test-device-overview .button-action:hover, .dashboard #content .devices-item td button:hover, .change-list #content-main.build-overview .button-action:hover {
    text-decoration: underline; }

#content-main #changelist #toolbar form#changelist-search input[type="submit"] {
  border-radius: 15px;
  height: 30px;
  padding: 4px 15px 0; }

#content a.button, #content button {
  background-color: #007c92;
  color: #fff; }
  #content a.button.button-add:before, #content button.button-add:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-action:before, #content button.button-action:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-edit:before, #content button.button-edit:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-publish:before, #content button.button-publish:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-unpublish:before, #content button.button-unpublish:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-delete:before, #content button.button-delete:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    color: #9c0e1c; }
  #content a.button.button-back:before, #content button.button-back:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-deploy:before, #content button.button-deploy:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-redeploy:before, #content button.button-redeploy:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content a.button.button-secondary, #content button.button-secondary {
    color: #007c92; }
    #content a.button.button-secondary:hover, #content button.button-secondary:hover {
      color: #fff;
      background: #000; }
  #content a.button[disabled], #content button[disabled] {
    opacity: 0.5; }
  #content a.button.button-deploy[disabled]:before, #content button.button-deploy[disabled]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#content-main #changelist #toolbar {
  height: auto;
  background: #f9f8f7; }

#content-main #changelist #toolbar form#changelist-search label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: .5em;
  font-weight: normal; }

#content-main #changelist #toolbar form#changelist-search label img {
  display: none; }

#content-main #changelist #toolbar form#changelist-search input {
  margin-right: 10px;
  vertical-align: middle; }

#content .download-links {
  position: relative;
  float: right;
  z-index: 100;
  cursor: pointer; }
  #content .download-links span {
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 0.15);
    display: inline-block;
    line-height: 30px;
    padding: 0 10px; }
    #content .download-links span:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal;
      margin-left: 10px;
      color: #333; }
  #content .download-links ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(102, 102, 102, 0.15);
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 10px rgba(102, 102, 102, 0.15);
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #content .download-links ul li {
      color: #000;
      font-size: 14px;
      line-height: 135%;
      font-weight: normal;
      display: block;
      padding: 0 20px;
      margin: 0;
      line-height: 30px;
      border-bottom: 1px solid rgba(102, 102, 102, 0.15); }
      #content .download-links ul li:last-child {
        border-bottom: 0; }
  #content .download-links:hover ul {
    display: block; }

.filerFile {
  position: relative; }
  .filerFile a:focus {
    outline: none; }
  .filerFile .related-lookup {
    background-image: none;
    display: inline-block;
    height: auto;
    width: auto;
    vertical-align: middle;
    margin: 0 10px; }
    .filerFile .related-lookup:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal;
      font-size: 18px;
      color: #333; }
    .filerFile .related-lookup img {
      display: none; }
  .filerFile .filerClearer {
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    vertical-align: middle; }
    .filerFile .filerClearer:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-weight: normal;
      color: #9c0e1c;
      font-size: 20px;
      height: 20px;
      margin-right: 0;
      width: 20px; }
  .filerFile.video-file > a:first-child img, .filerFile.audio-file > a:first-child img {
    display: none; }
  .filerFile.video-file > a:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    font-size: 40px; }
  .filerFile.audio-file > a:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    color: #333;
    font-size: 40px;
    margin-right: 10px; }

form {
  -webkit-transition: opacity 300ms ease-in-out, background-color 2000ms ease-out 500ms;
  -moz-transition: opacity 300ms ease-in-out, background-color 2000ms ease-out 500ms;
  transition: opacity 300ms ease-in-out, background-color 2000ms ease-out 500ms; }
  form .errornote, form .module, form fieldset, form .errorlist {
    background-color: transparent; }

form.loading {
  opacity: .5;
  pointer-events: none; }

form.updated {
  background-color: rgba(254, 203, 0, 0.5); }

.has-admin-content-tabs fieldset.module {
  padding: 20px 20px 10px; }

#settings_form fieldset.module {
  padding: 20px 20px 10px; }

#content .graph-options {
  float: right;
  margin-right: 20px;
  margin-top: 20px; }
  #content .graph-options > div {
    clear: right;
    float: right;
    margin-bottom: 10px; }
  #content .graph-options label {
    color: #de5e28;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    margin-right: 10px; }

#content .graph-selector {
  float: left;
  font-size: 0;
  list-style-type: none;
  margin: 0;
  margin-left: 10px;
  padding: 0; }
  #content .graph-selector::after {
    clear: both;
    content: "";
    display: table; }
  #content .graph-selector li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    margin-right: 40px;
    padding: 10px 20px;
    vertical-align: bottom;
    border-bottom: 3px solid #fff; }
    #content .graph-selector li:hover {
      border-color: #888; }
    #content .graph-selector li:after {
      border-right: 1px solid rgba(102, 102, 102, 0.15);
      bottom: 10px;
      content: "";
      display: block;
      height: 60px;
      position: absolute;
      right: -20px; }
    #content .graph-selector li.selected {
      background-color: #fff;
      border-bottom: 3px solid #fecb00;
      cursor: default; }
    #content .graph-selector li:last-child:after {
      display: none; }
  #content .graph-selector input {
    display: none; }
  #content .graph-selector h3 {
    color: #333;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    padding: 0; }
  #content .graph-selector span {
    display: inline-block;
    font-size: 16px;
    opacity: .7; }
    #content .graph-selector span + span {
      border-left: 1px solid #888;
      margin-left: 10px;
      padding-left: 15px; }
  #content .graph-selector strong {
    font-size: 20px;
    font-weight: normal; }

#content .boolean-icon {
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 16px;
  width: 15px; }

#content .boolean-yes {
  background-color: #007c92;
  padding-left: 3px; }
  #content .boolean-yes:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }

#content .boolean-no {
  background-color: #9c0e1c;
  padding-left: 4px; }
  #content .boolean-no:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }

#content .boolean-unknown {
  background-color: #8b8178;
  padding-left: 4.5px; }
  #content .boolean-unknown:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }

#content .unavailable-info {
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  position: relative; }
  #content .unavailable-info:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    font-size: 20px;
    margin-right: 0; }
  #content .unavailable-info:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    line-height: 135%;
    font-weight: normal;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    content: attr(data-title);
    display: block;
    left: 50%;
    min-width: 200px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 100; }
  #content .unavailable-info:hover:after {
    opacity: 1; }

.rolled-back {
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  position: relative; }
  .rolled-back:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    font-size: 20px;
    margin-right: 0; }
  .rolled-back:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    line-height: 135%;
    font-weight: normal;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    content: attr(data-title);
    display: block;
    left: 50%;
    min-width: 200px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 100; }
  .rolled-back:hover:after {
    opacity: 1; }

.skipped {
  color: #888;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  position: relative; }
  .skipped:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    font-size: 20px;
    margin-right: 0; }
  .skipped:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    line-height: 135%;
    font-weight: normal;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    content: attr(data-title);
    display: block;
    left: 50%;
    min-width: 200px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 100; }
  .skipped:hover:after {
    opacity: 1; }

.field-coordinate input, .field-panel_coordinate input {
  max-width: 40px; }

.checkbox {
  color: #003478;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  display: inline-block;
  padding-top: 10px;
  margin-left: 20px; }
  .checkbox input {
    display: none; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 25px;
    padding-right: 35px;
    position: relative; }
    .checkbox label:before {
      border-radius: 2px;
      border: 1px solid #888;
      content: '';
      font-family: FontAwesome;
      font-size: 18px;
      height: 20px;
      right: 0;
      line-height: 20px;
      padding-left: 2px;
      position: absolute;
      top: 0;
      width: 20px; }
  .checkbox input:checked + label:before {
    border-color: #888;
    content: "";
    color: #de5e28; }

form.language-toggle {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1;
  vertical-align: middle;
  border-left: 1px solid #fff; }
  form.language-toggle button, form.language-toggle span {
    font-family: "Gotham Rounded";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff; }
  form.language-toggle button {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fecb00;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline; }
    form.language-toggle button:hover {
      text-decoration: none; }

#content a {
  color: #007c92; }
  #content a:hover {
    color: #007c92;
    text-decoration: underline; }
  #content a.link-overview {
    white-space: nowrap; }
    #content a.link-overview:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-device {
    white-space: nowrap; }
    #content a.link-device:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-mark {
    white-space: nowrap; }
    #content a.link-mark:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-refresh {
    white-space: nowrap; }
    #content a.link-refresh:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-view {
    white-space: nowrap; }
    #content a.link-view:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-change {
    white-space: nowrap; }
    #content a.link-change:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-download {
    white-space: nowrap; }
    #content a.link-download:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  #content a.link-zip {
    white-space: nowrap; }
    #content a.link-zip:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }

.period-selector {
  float: right; }
  .period-selector label {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%; }

#content .comiseo-daterangepicker-triggerbutton.ui-button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid rgba(102, 102, 102, 0.15);
  border-radius: 4px;
  color: black;
  text-transform: none;
  padding: 0; }
  #content .comiseo-daterangepicker-triggerbutton.ui-button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal; }
  #content .comiseo-daterangepicker-triggerbutton.ui-button span {
    display: inline-block; }
  #content .comiseo-daterangepicker-triggerbutton.ui-button > span.ui-icon {
    display: none; }

.ui-datepicker-header.ui-widget-header .ui-datepicker-next, .ui-datepicker-header.ui-widget-header .ui-datepicker-prev {
  cursor: pointer; }
  .ui-datepicker-header.ui-widget-header .ui-datepicker-next:before, .ui-datepicker-header.ui-widget-header .ui-datepicker-prev:before {
    padding-top: 7px;
    padding-left: 10px; }

.ui-datepicker-header.ui-widget-header .ui-datepicker-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal; }

.ui-datepicker-header.ui-widget-header .ui-datepicker-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-widget-header,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-icon,
.ui-widget-shadow,
.ui-widget-overlay,
.ui-widget-content {
  background-image: none !important; }

#content .graph-modifiers {
  white-space: nowrap;
  z-index: 100; }
  #content .graph-modifiers::after {
    clear: both;
    content: "";
    display: table; }

#content .graph-modifier {
  float: left;
  margin-right: 20px; }
  #content .graph-modifier h3 {
    color: #003478;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    display: inline-block; }
  #content .graph-modifier ul {
    display: inline-block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  #content .graph-modifier li {
    border: 1px solid rgba(102, 102, 102, 0.15);
    border-right: 0;
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    margin: 0; }
    #content .graph-modifier li:last-child {
      border-right: 1px solid rgba(102, 102, 102, 0.15); }
    #content .graph-modifier li.selected {
      box-shadow: 0 0 4px 1px #fecb00 inset; }
  #content .graph-modifier a {
    display: inline-block;
    padding: 10px; }

.percentage {
  opacity: .4; }

body #content table {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%; }

body #content td, body #content th {
  font-family: "Gotham Rounded", "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  vertical-align: middle; }

body #content table thead th {
  background-color: transparent;
  border-bottom: 1px solid rgba(102, 102, 102, 0.15);
  border-top: 0;
  color: #333;
  font-weight: 600;
  padding: 5px 10px 5px 8px;
  text-transform: none;
  vertical-align: bottom; }

body #content table thead th.sorted .sortoptions,
body #content table thead th .text a,
body #content table thead th .text span {
  padding: 0; }

body #content table tbody td {
  font-weight: 200; }
  body #content table tbody td a {
    font-weight: 400; }

body #content table tbody th, body #content table tbody td {
  border-bottom: 1px solid rgba(102, 102, 102, 0.15);
  padding: 8px; }

body #content table tbody tr:nth-child(odd) td, body #content table tbody tr:nth-child(odd) th {
  background-color: rgba(249, 248, 247, 0.5); }

body #content table tbody tr:nth-child(even) td, body #content table tbody tr:nth-child(even) th {
  background-color: transparent; }

body #content td.action {
  text-align: right; }

body #content .row1, body #content .row2 {
  background-color: transparent; }

/*
Based on toggle at: https://proto.io/freebies/onoff/
*/
.onoffswitch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 30px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  border: 2px solid #8b8178;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden; }

.onoffswitch-inner {
  -webkit-transition: margin, 100ms ease-in 0s;
  -moz-transition: margin, 100ms ease-in 0s;
  transition: margin, 100ms ease-in 0s;
  display: block;
  margin-left: -100%;
  width: 200%; }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 5px;
    line-height: 5px;
    padding: 0;
    width: 50%; }
  .onoffswitch-inner:before {
    background-color: #007c92;
    color: #fff;
    content: '';
    padding-left: 10px; }
  .onoffswitch-inner:after {
    background-color: #f9f8f7;
    color: #8b8178;
    content: '';
    padding-right: 10px;
    text-align: right; }

.onoffswitch-switch {
  -webkit-transition: all 100ms ease-in 0s;
  -moz-transition: all 100ms ease-in 0s;
  transition: all 100ms ease-in 0s;
  background: #fff;
  border: 2px solid #8b8178;
  border-radius: 20px;
  bottom: 0;
  box-sizing: content-box;
  display: block;
  margin: -5px;
  position: absolute;
  right: 21px;
  top: 0;
  width: 15px; }

.onoffswitch-checkbox:disabled + .onoffswitch-label {
  cursor: auto;
  opacity: .5; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

.dashboard-trafficlight {
  display: block;
  height: 175px;
  width: 50px;
  padding: 15px;
  border: 8px solid white;
  border-radius: 15px;
  background-color: black; }
  .dashboard-trafficlight .light {
    display: block;
    margin-bottom: 12px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: inset -10px -10px 10px #3c3c3c;
    background: #555; }
    .dashboard-trafficlight .light.full:hover {
      background-color: #f00;
      box-shadow: 0 0 6em #ff3333, inset 10px 10px 10px #cc0000; }
    .dashboard-trafficlight .light.busy:hover {
      background-color: #f90;
      box-shadow: 0 0 6em #ffad33, inset 10px 10px 10px #cc7a00; }
    .dashboard-trafficlight .light.normal:hover {
      background-color: #0f0;
      box-shadow: 0 0 6em #33ff33, inset 10px 10px 10px #00cc00; }
  .dashboard-trafficlight .full-active {
    box-shadow: inset -10px -10px 10px #cc0000;
    background-color: #f00; }
  .dashboard-trafficlight .busy-active {
    box-shadow: inset -10px -10px 10px #cc7a00;
    background-color: #f90; }
  .dashboard-trafficlight .normal-active {
    box-shadow: inset -10px -10px 10px #00cc00;
    background-color: #0f0; }

.traffic-icon {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #555;
  border-radius: 50%;
  background-color: #555;
  margin-right: 5px;
  line-height: 16px; }
  .traffic-icon.full {
    background-color: #f00;
    box-shadow: inset -3px -3px 3px #cc0000; }
  .traffic-icon.busy {
    background-color: #f90;
    box-shadow: inset -3px -3px 3px #cc7a00; }
  .traffic-icon.normal {
    background-color: #0f0;
    box-shadow: inset -3px -3px 3px #00cc00; }

#content .admin-content-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  #content .admin-content-tabs span, #content .admin-content-tabs li {
    border: 0;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #007c92;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    left: 0;
    line-height: 40px;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 0; }
    #content .admin-content-tabs span.current, #content .admin-content-tabs span.active, #content .admin-content-tabs li.current, #content .admin-content-tabs li.active {
      color: #333;
      font-size: 16px;
      font-weight: bold; }
    #content .admin-content-tabs span.current:before, #content .admin-content-tabs li.current:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
    #content .admin-content-tabs span.empty a:before, #content .admin-content-tabs li.empty a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal;
      color: #1f782b; }
    #content .admin-content-tabs span .deletelink, #content .admin-content-tabs li .deletelink {
      background-image: none;
      color: #9c0e1c;
      left: auto;
      margin-left: 10px;
      padding: 0;
      position: static;
      text-decoration: none;
      top: auto; }
      #content .admin-content-tabs span .deletelink:before, #content .admin-content-tabs li .deletelink:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-right: .5em;
        font-weight: normal;
        margin-right: 0; }
    #content .admin-content-tabs span:after, #content .admin-content-tabs li:after {
      background-color: #333;
      content: '';
      display: block;
      height: 15px;
      position: absolute;
      right: -12px;
      top: 11px;
      width: 1px; }
    #content .admin-content-tabs span:last-child:after, #content .admin-content-tabs li:last-child:after {
      display: none; }

.app-content {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 600px;
  padding: 10px 20px 20px; }
  .app-content caption {
    padding: 0;
    background-color: transparent; }
  .app-content h2 {
    color: #de5e28;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    text-transform: none; }

body {
  background: url("/static/cms/images/footprint-light.png?22d0d1f2f23a") 0 0 repeat;
  background-size: 1200px;
  color: #333;
  font-family: "Gotham Rounded", "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: #fecb00; }

::selection {
  background-color: #fecb00; }

div.breadcrumbs {
  background: transparent;
  color: rgba(139, 129, 120, 0.5);
  padding-left: 100px; }
  @media only screen and (max-width: 1600px) {
    div.breadcrumbs {
      padding-left: 40px; } }
  div.breadcrumbs a {
    color: #8b8178; }
    div.breadcrumbs a:hover {
      color: #8b8178;
      text-decoration: underline; }

.change-list #content-main.build-overview {
  background-color: transparent;
  box-shadow: none; }
  .change-list #content-main.build-overview .module {
    background: transparent; }
    .change-list #content-main.build-overview .module p {
      padding: 0;
      margin-bottom: 10px; }
  .change-list #content-main.build-overview #changelist {
    overflow: visible; }
  .change-list #content-main.build-overview #result_list {
    margin-bottom: 20px; }
  .change-list #content-main.build-overview .button-action {
    color: #007c92; }
  .change-list #content-main.build-overview #changelist .build-block {
    height: auto !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px; }
    .change-list #content-main.build-overview #changelist .build-block h2 {
      color: #de5e28;
      font-size: 24px;
      line-height: 130%;
      font-weight: 400;
      background-color: transparent;
      border-bottom: 1px solid rgba(102, 102, 102, 0.15);
      display: block;
      margin: 0 0 20px;
      padding: 0; }
    .change-list #content-main.build-overview #changelist .build-block h3, .change-list #content-main.build-overview #changelist .build-block label {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      line-height: 135%; }
    .change-list #content-main.build-overview #changelist .build-block th:last-child {
      width: 260px; }
    .change-list #content-main.build-overview #changelist .build-block label {
      float: right; }
    .change-list #content-main.build-overview #changelist .build-block .table-content-row {
      margin: 0;
      height: 15px;
      overflow: hidden; }
    .change-list #content-main.build-overview #changelist .build-block .preview {
      color: #AAA;
      height: 20px;
      overflow: hidden; }
    .change-list #content-main.build-overview #changelist .build-block .searchbox {
      float: right;
      position: relative;
      top: -5px;
      width: 260px; }

.change-form fieldset h2 {
  color: #de5e28;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  background: none;
  border-bottom: 1px solid rgba(102, 102, 102, 0.15);
  padding: 0 8px; }

.change-form .inline-group fieldset {
  box-sizing: border-box;
  padding-top: 0; }

.change-form .inline-group fieldset h2 {
  color: #003478;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  background: url("/static/cms/images/footprint-yellow.png?22d0d1f2f23a") 0 0 repeat;
  background-size: 1200px;
  text-transform: none;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 30px; }

.change-form fieldset, .change-form .submit-row {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.change-form #content table tbody td.original {
  overflow: visible;
  padding: 0;
  position: relative; }
  .change-form #content table tbody td.original p {
    bottom: 5px;
    overflow: visible;
    white-space: nowrap; }

.change-form #content table thead th:not(.required) {
  font-weight: normal; }

.change-list #changelist #toolbar {
  box-sizing: border-box;
  height: 45px;
  margin-bottom: 0; }

.change-list #changelist #result_list {
  margin-bottom: 0; }

.change-list #changelist #changelist-filter {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  float: right;
  padding: 10px 20px;
  position: relative; }
  .change-list #changelist #changelist-filter h2 {
    color: #de5e28;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    display: block;
    margin: 0;
    padding: 0;
    text-transform: none; }
  .change-list #changelist #changelist-filter h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    padding: 0; }
  .change-list #changelist #changelist-filter ul {
    border-bottom-color: rgba(102, 102, 102, 0.15); }
  .change-list #changelist #changelist-filter .selected {
    color: #007c92;
    border-left-color: #fecb00; }

.change-list #changelist #toolbar ~ #changelist-filter {
  margin-top: -48px; }

.model-device.change-list #changelist {
  margin-bottom: 0;
  overflow: hidden; }
  .model-device.change-list #changelist.filtered .results, .model-device.change-list #changelist.filtered .paginator, .model-device.change-list #changelist.filtered #toolbar, .model-device.change-list #changelist.filtered div.xfull {
    box-sizing: border-box;
    margin-right: 0 !important;
    padding-right: 100px !important;
    width: 100% !important; }
  .model-device.change-list #changelist #changelist-filter {
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    -moz-transition: -moz-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    min-height: 100%;
    padding: 10px 20px;
    position: relative;
    margin-left: -100%; }
    .model-device.change-list #changelist #changelist-filter:hover {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.field-build.nowrap {
  white-space: normal !important; }

.configure-build #content .build-info, .configure-build #content .build-stops, .configure-build #content .build-tours, .configure-build #content .build-problems, .configure-build #content .build-languages {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 50%; }
  .configure-build #content .build-info > div, .configure-build #content .build-stops > div, .configure-build #content .build-tours > div, .configure-build #content .build-problems > div, .configure-build #content .build-languages > div {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px; }

.configure-build #content h2 {
  color: #de5e28;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  border-bottom: 1px solid rgba(102, 102, 102, 0.15);
  display: block;
  margin: 0 0 20px; }

.configure-build #content .build-info, .configure-build #content .build-languages, .configure-build #content .build-problems {
  clear: right;
  float: right;
  padding-left: 20px; }

.configure-build #content .build-stops, .configure-build #content .build-tours {
  padding-right: 20px; }

.configure-build #content .build-info .submit-row {
  box-shadow: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px; }

.configure-build #content .build-problems .link-refresh {
  display: block;
  float: right; }

.configure-build #content .build-languages h4 {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  display: block;
  margin: 0; }

.configure-build #content .stops-table tr.loading, .configure-build #content .build-tours tr.loading, .configure-build #content .language-table tr.loading {
  position: relative;
  pointer-events: none; }
  .configure-build #content .stops-table tr.loading td:last-child:after, .configure-build #content .build-tours tr.loading td:last-child:after, .configure-build #content .language-table tr.loading td:last-child:after {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.configure-build #content .stops-table tr td, .configure-build #content .build-tours tr td, .configure-build #content .language-table tr td {
  -webkit-transition: background-color 2000ms ease-out 500ms;
  -moz-transition: background-color 2000ms ease-out 500ms;
  transition: background-color 2000ms ease-out 500ms; }

.configure-build #content .stops-table tr.updated td, .configure-build #content .build-tours tr.updated td, .configure-build #content .language-table tr.updated td {
  background-color: rgba(254, 203, 0, 0.5); }

.configure-build #content .stops-table tr.changed > td:first-child, .configure-build #content .build-tours tr.changed > td:first-child, .configure-build #content .language-table tr.changed > td:first-child {
  position: relative; }
  .configure-build #content .stops-table tr.changed > td:first-child:before, .configure-build #content .build-tours tr.changed > td:first-child:before, .configure-build #content .language-table tr.changed > td:first-child:before {
    background-color: #fecb00;
    bottom: 8px;
    content: '';
    left: -3px;
    position: absolute;
    top: 8px;
    width: 3px; }

.configure-build #content .stops-table h3, .configure-build #content .build-tours h3, .configure-build #content .language-table h3 {
  color: #003478;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  display: inline-block;
  margin: 0; }

.configure-build #content .stops-table img, .configure-build #content .build-tours img, .configure-build #content .language-table img {
  display: inline-block;
  height: 75px;
  width: 75px; }

.configure-build #content .stops-table h4, .configure-build #content .build-tours h4, .configure-build #content .language-table h4 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  display: block;
  margin: 0; }

.configure-build #content .stops-table h5, .configure-build #content .build-tours h5, .configure-build #content .language-table h5 {
  color: #333;
  font-size: 14px;
  line-height: 135%;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  text-transform: none; }

.configure-build #content .stops-table small, .configure-build #content .build-tours small, .configure-build #content .language-table small {
  color: #888;
  font-size: 14px;
  line-height: 135%;
  font-weight: normal;
  display: inline-block;
  font-size: 12px; }

.configure-build #content .stops-table td, .configure-build #content .build-tours td, .configure-build #content .language-table td {
  vertical-align: middle; }

.configure-build #content .stops-table ul, .configure-build #content .stops-table li, .configure-build #content .build-tours ul, .configure-build #content .build-tours li, .configure-build #content .language-table ul, .configure-build #content .language-table li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.configure-build #content .stops-table .archived h4:after, .configure-build #content .build-tours .archived h4:after, .configure-build #content .language-table .archived h4:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: .5em;
  font-weight: normal; }

.configure-build #content .stops-table li.archived:after, .configure-build #content .build-tours li.archived:after, .configure-build #content .language-table li.archived:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: .5em;
  font-weight: normal; }

.configure-build #content .stops-table img, .configure-build #content .stops-table h3, .configure-build #content .stops-table h4, .configure-build #content .stops-table em, .configure-build #content .stops-table ul, .configure-build #content .stops-table small, .configure-build #content .build-tours img, .configure-build #content .build-tours h3, .configure-build #content .build-tours h4, .configure-build #content .build-tours em, .configure-build #content .build-tours ul, .configure-build #content .build-tours small, .configure-build #content .language-table img, .configure-build #content .language-table h3, .configure-build #content .language-table h4, .configure-build #content .language-table em, .configure-build #content .language-table ul, .configure-build #content .language-table small {
  -webkit-transition: opacity 200ms ease-in-out 0s;
  -moz-transition: opacity 200ms ease-in-out 0s;
  transition: opacity 200ms ease-in-out 0s; }

.configure-build #content .stops-table .unavailable img, .configure-build #content .stops-table .unavailable h3, .configure-build #content .stops-table .unavailable h4, .configure-build #content .stops-table .unavailable em, .configure-build #content .stops-table .unavailable ul, .configure-build #content .stops-table .unavailable small, .configure-build #content .build-tours .unavailable img, .configure-build #content .build-tours .unavailable h3, .configure-build #content .build-tours .unavailable h4, .configure-build #content .build-tours .unavailable em, .configure-build #content .build-tours .unavailable ul, .configure-build #content .build-tours .unavailable small, .configure-build #content .language-table .unavailable img, .configure-build #content .language-table .unavailable h3, .configure-build #content .language-table .unavailable h4, .configure-build #content .language-table .unavailable em, .configure-build #content .language-table .unavailable ul, .configure-build #content .language-table .unavailable small {
  opacity: .5; }

.stops-table.sortable img {
  cursor: move; }

.stops-table .segment-numbers:before {
  margin-right: 0; }

.stops-table .segment-numbers li {
  display: inline-block;
  font-weight: normal; }
  .stops-table .segment-numbers li.unavailable {
    opacity: .5;
    font-weight: 300; }

.stops-table .segments-table {
  margin-bottom: 0; }
  .stops-table .segments-table td {
    white-space: nowrap; }
  .stops-table .segments-table tr.unavailable h4, .stops-table .segments-table tr.unavailable h5, .stops-table .segments-table tr.unavailable small {
    opacity: .5; }

#content {
  color: #000;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 20px; }
  #content h1 {
    color: #007c92;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    border-color: #007c92;
    margin-bottom: 30px; }
    #content h1:after {
      border-color: inherit;
      border-radius: 5px;
      border-top-style: solid;
      border-top-width: 4px;
      content: '';
      display: block;
      height: 0;
      margin-top: 15px;
      width: 120px; }
  @media only screen and (max-width: 1600px) {
    #content {
      padding-left: 40px;
      padding-right: 40px; } }
  #content p {
    font-weight: 200; }

.change-list #content-main {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.dashboard #content {
  box-sizing: border-box;
  width: 100%; }
  .dashboard #content .dashboard-item {
    box-sizing: border-box;
    float: left;
    margin-bottom: 40px;
    width: 100%; }
    @media (min-width: 1200px) {
      .dashboard #content .dashboard-item {
        width: 50%; }
        .dashboard #content .dashboard-item:nth-child(odd) {
          clear: left;
          padding-right: 20px; }
        .dashboard #content .dashboard-item:nth-child(even) {
          padding-left: 20px; } }
    .dashboard #content .dashboard-item > .item-content {
      background-color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      padding: 20px; }
      .dashboard #content .dashboard-item > .item-content::after {
        clear: both;
        content: "";
        display: table; }
    .dashboard #content .dashboard-item .item-header a {
      display: block;
      float: right;
      margin-top: 5px; }
      .dashboard #content .dashboard-item .item-header a + a {
        margin-right: 20px; }
    .dashboard #content .dashboard-item h2 {
      color: #de5e28;
      font-size: 24px;
      line-height: 130%;
      font-weight: 400;
      border-bottom: 1px solid rgba(102, 102, 102, 0.15);
      display: block;
      margin: 0 0 20px; }
    .dashboard #content .dashboard-item h3 {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      line-height: 135%; }
    .dashboard #content .dashboard-item .downloads {
      float: right;
      margin-top: 10px; }
      .dashboard #content .dashboard-item .downloads a {
        margin-left: 20px; }
  .dashboard #content .builds-item article::after {
    clear: both;
    content: "";
    display: table; }
  .dashboard #content .content-item .button-add {
    color: #007c92; }
  .dashboard #content .content-item form + h2 {
    margin-top: 20px; }
  .dashboard #content .content-item .table--last-child-right-align td:last-child {
    text-align: right; }
  .dashboard #content .devices-item td button {
    color: #007c92; }

.app-filer #container {
  min-width: 760px; }

.filebrowser #content-main, .app-mmt.model-image #content-main {
  width: calc(100% - 300px); }

.filebrowser #content-related, .app-mmt.model-image #content-related {
  margin-right: 0; }

.main-graph {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  clear: both;
  position: relative; }
  .main-graph .main-graph-canvas {
    height: 600px;
    overflow: visible; }
  .main-graph.loading {
    opacity: .5;
    pointer-events: none; }
  .main-graph.is-loading-no-data {
    background: url(/static/cms/images/loader.svg?22d0d1f2f23a) center center no-repeat;
    min-height: 600px;
    max-height: 600px; }

#content p.graph-info {
  color: #000;
  font-size: 14px;
  line-height: 135%;
  font-weight: normal;
  color: #888;
  font-weight: 200;
  margin-bottom: 20px;
  max-width: 650px; }

#content .distribution-charts > div.chart {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%; }
  #content .distribution-charts > div.chart > div {
    height: 400px; }

#stop-usage-chart, #segment-usage-chart {
  height: 2040px; }

#chart {
  padding: 20px; }

#chart > div:first-child {
  display: none; }

#header {
  background: url("/static/cms/images/footprint-dark.png?22d0d1f2f23a") 0 0 repeat;
  background-size: 1200px;
  height: 45px;
  padding: 15px 40px 15px 100px;
  position: relative; }
  #header #branding h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    height: auto;
    line-height: 45px;
    padding: 0; }
  #header:after {
    background: url("/static/cms/images/logo.png?22d0d1f2f23a") 0 0 no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: 100; }

#header #user-tools {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  position: absolute;
  right: 0;
  margin-right: 50px; }
  #header #user-tools a {
    border: 0;
    color: #fecb00; }
    #header #user-tools a:hover {
      text-decoration: underline; }

html body.login {
  background: url("/static/cms/images/footprint-light.png?22d0d1f2f23a") 0 0 repeat;
  background-size: 1200px; }
  html body.login #container {
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 30em; }
  html body.login #header {
    height: 45px;
    padding: 15px 40px 15px 100px; }
  html body.login #content {
    padding-left: 40px;
    padding-right: 40px; }
  html body.login .submit-row {
    text-align: right; }
    html body.login .submit-row input {
      background-color: #007c92;
      color: #fff; }

#header ul#navigation-menu {
  background: none;
  height: 45px;
  position: absolute;
  left: 320px; }
  #header ul#navigation-menu li {
    background: none;
    display: inline-block;
    float: none;
    height: auto;
    margin-left: 20px;
    padding: 0;
    vertical-align: bottom; }
    #header ul#navigation-menu li:hover, #header ul#navigation-menu li.over, #header ul#navigation-menu li.selected, #header ul#navigation-menu li.first a {
      background: none;
      margin: 0;
      margin-left: 20px;
      padding-bottom: 0;
      padding-top: 0;
      text-indent: 0; }
    #header ul#navigation-menu li.selected a {
      border-bottom: 3px solid #fff; }
    #header ul#navigation-menu li a {
      box-sizing: border-box;
      color: #fff;
      border-bottom: 3px solid transparent;
      font-size: 12px;
      line-height: 40px;
      padding-bottom: 5px;
      margin: 0;
      text-transform: uppercase; }
      #header ul#navigation-menu li a:hover {
        text-decoration: none;
        border-color: #fecb00; }

#content-main .object-tools {
  margin-top: -60px; }
  #content-main .object-tools .addlink {
    background-image: none;
    color: #333; }
    #content-main .object-tools .addlink:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }

.overlay-large {
  box-shadow: 0 0 10px 5px rgba(51, 51, 51, 0.5);
  margin: 30px auto;
  max-width: 800px;
  background-color: #fff;
  position: relative; }
  .overlay-large > header {
    background: url("/static/cms/images/footprint-yellow.png?22d0d1f2f23a") 0 0 repeat;
    background-size: 1200px;
    color: #000;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    color: #003478;
    padding: 10px 20px; }
  .overlay-large > article {
    padding: 20px; }
  #content .overlay-large .mfp-close {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #003478;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    padding: 10px;
    right: 5px; }
    #content .overlay-large .mfp-close:hover {
      color: #333; }

.mfp-inline-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: center;
  -moz-flex-flow: center;
  flex-flow: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .mfp-inline-holder .mfp-content {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .mfp-inline-holder .video-popup, .mfp-inline-holder .audio-popup {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative; }
  .mfp-inline-holder video {
    max-height: 100vh;
    max-width: 100vw; }

.mfp-preloader {
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  -moz-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  background-color: #fecb00;
  background-image: url("/static/cms/images/footprint-loader.png?22d0d1f2f23a");
  height: 60px;
  margin: 0 auto;
  width: 60px; }

#content .video-popup button.mfp-close {
  right: -45px;
  top: 0; }

#content .mfp-image-holder button.mfp-close {
  right: -40px;
  top: 0; }

#content .audio-popup button.mfp-close {
  right: -40px;
  top: -40px; }

#content .mfp-image-holder button.mfp-close,
#content .video-popup button.mfp-close,
#content .audio-popup button.mfp-close {
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 40px; }
  #content .mfp-image-holder button.mfp-close:hover,
  #content .video-popup button.mfp-close:hover,
  #content .audio-popup button.mfp-close:hover {
    background: #000; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-moz-keyframes rotateplane {
  0% {
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

#content p.paginator {
  border-bottom: 0;
  border-top: 0;
  font-size: 14px;
  overflow: visible;
  position: relative; }
  #content p.paginator::after {
    clear: both;
    content: "";
    display: table; }
  #content p.paginator .this-page {
    font-size: 14px; }
  #content p.paginator input[type=submit] {
    float: right; }
  #content p.paginator a {
    background-color: transparent;
    color: #003478;
    text-decoration: underline; }

#segment-preview-group fieldset > p {
  margin-top: 20px; }

#segment-preview-group .add-segment {
  display: inline-block;
  margin: 20px;
  margin-bottom: 45px;
  vertical-align: bottom; }

#segment-preview-group .segment-preview-container {
  display: inline-block;
  margin: 20px;
  width: 180px; }
  #segment-preview-group .segment-preview-container header {
    margin-bottom: 5px; }
    #segment-preview-group .segment-preview-container header::after {
      clear: both;
      content: "";
      display: table; }
  #segment-preview-group .segment-preview-container h3 {
    color: #de5e28;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    background-color: transparent;
    border: 0;
    float: left;
    margin-right: 5px; }
  #segment-preview-group .segment-preview-container p {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-top: 5px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #segment-preview-group .segment-preview-container footer {
    margin-top: 10px; }

#segment-preview.segment-preview {
  float: right;
  margin: 60px 20px;
  margin-left: -100%; }

.change-form #content-main .segment-preview {
  background-color: #8b8178;
  border: 1px solid #888;
  height: 320px;
  padding: 0;
  position: relative;
  width: 180px; }
  .change-form #content-main .segment-preview::before {
    background-color: #fff;
    content: '<';
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 10; }
  .change-form #content-main .segment-preview::after {
    color: #fff;
    content: '☰';
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 10; }
  .change-form #content-main .segment-preview .segment__stop-title {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0 34px 0 34px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .change-form #content-main .segment-preview .segment__title {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 130%;
    margin: 20px 10px;
    padding: 0;
    position: relative;
    text-align: left; }
  .change-form #content-main .segment-preview .segment__button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .change-form #content-main .segment-preview .segment__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: inherit;
    height: inherit; }

/*
.interactive {
  background-color: #eee;
  background-size: cover;
  width: 360px;
  height: 640px;
  margin: 20px auto;
  position: relative;
  border: 1px solid #999;
}

.interactive.interactive--landscape {
  height: 360px;
  width: 640px;
}

.interactive__hotspot {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  margin-left: -20px;
  margin-top: -20px;
  cursor: move;
}

*/
body:not(.login) #content .submit-row {
  background-color: #f5f5f5;
  border: 0;
  margin-bottom: 0;
  border-radius: 0; }
  body:not(.login) #content .submit-row input:not(.default), body:not(.login) #content .submit-row button:not(.default) {
    color: #007c92; }
  body:not(.login) #content .submit-row .button-left {
    float: left; }
  body:not(.login) #content .submit-row .deletelink {
    color: #9c0e1c; }
    body:not(.login) #content .submit-row .deletelink:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }

.change-list #content-main.test-device-overview {
  background-color: transparent;
  box-shadow: none; }
  .change-list #content-main.test-device-overview .module {
    background: transparent; }
    .change-list #content-main.test-device-overview .module p {
      padding: 0;
      margin-bottom: 10px; }
  .change-list #content-main.test-device-overview #changelist {
    overflow: visible; }
  .change-list #content-main.test-device-overview #result_list {
    margin-bottom: 20px; }
  .change-list #content-main.test-device-overview .button-action {
    color: #007c92; }
  .change-list #content-main.test-device-overview span.test-id {
    cursor: move; }
    .change-list #content-main.test-device-overview span.test-id:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal;
      color: #888; }
  .change-list #content-main.test-device-overview td.test-id-cell {
    padding: 0; }
    .change-list #content-main.test-device-overview td.test-id-cell span, .change-list #content-main.test-device-overview td.test-id-cell em {
      padding: 8px; }
  .change-list #content-main.test-device-overview .droptarget td {
    background-color: rgba(254, 203, 0, 0.5); }
  .change-list #content-main.test-device-overview .devices a:hover:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    color: #9c0e1c;
    text-decoration: none; }
  .change-list #content-main.test-device-overview .devices a:hover span::before {
    display: none; }
  .change-list #content-main.test-device-overview #changelist .device-block {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px; }
    .change-list #content-main.test-device-overview #changelist .device-block .form-row label {
      display: inline-block;
      width: 200px; }
    .change-list #content-main.test-device-overview #changelist .device-block .form-row input {
      display: inline-block; }
    .change-list #content-main.test-device-overview #changelist .device-block .form-row.field-test-id input {
      margin-right: 20px; }
    .change-list #content-main.test-device-overview #changelist .device-block h2 {
      color: #de5e28;
      font-size: 24px;
      line-height: 130%;
      font-weight: 400;
      background-color: transparent;
      border-bottom: 1px solid rgba(102, 102, 102, 0.15);
      display: block;
      margin: 0 0 20px;
      padding: 0; }
    .change-list #content-main.test-device-overview #changelist .device-block h3 {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      line-height: 135%; }
    .change-list #content-main.test-device-overview #changelist .device-block td em {
      color: #de5e28; }
    .change-list #content-main.test-device-overview #changelist .device-block td button {
      margin-top: 10px; }

.change-list #content-main.marked-device-overview {
  background-color: transparent;
  box-shadow: none; }
  .change-list #content-main.marked-device-overview .module {
    background: transparent; }
    .change-list #content-main.marked-device-overview .module p {
      padding: 0;
      margin-bottom: 10px; }
  .change-list #content-main.marked-device-overview #changelist {
    overflow: visible; }
  .change-list #content-main.marked-device-overview #result_list {
    margin-bottom: 20px; }
  .change-list #content-main.marked-device-overview .button-action {
    color: #007c92; }
  .change-list #content-main.marked-device-overview span.device-id {
    cursor: move; }
    .change-list #content-main.marked-device-overview span.device-id:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal;
      color: #888; }
  .change-list #content-main.marked-device-overview .color-box {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid grey; }
  .change-list #content-main.marked-device-overview td.marked-id-cell {
    padding: 0; }
    .change-list #content-main.marked-device-overview td.marked-id-cell span, .change-list #content-main.marked-device-overview td.marked-id-cell em {
      padding: 8px; }
  .change-list #content-main.marked-device-overview .droptarget td {
    background-color: rgba(254, 203, 0, 0.5); }
  .change-list #content-main.marked-device-overview .devices a:hover:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5em;
    font-weight: normal;
    color: #9c0e1c;
    text-decoration: none; }
  .change-list #content-main.marked-device-overview .devices a:hover span::before {
    display: none; }
  .change-list #content-main.marked-device-overview .devices a.device-delete:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: normal;
    color: #9c0e1c;
    text-decoration: none; }
  .change-list #content-main.marked-device-overview .devices a.device-delete span::before {
    display: none; }
  .change-list #content-main.marked-device-overview #changelist .device-block {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px; }
    .change-list #content-main.marked-device-overview #changelist .device-block .form-row label {
      display: inline-block;
      width: 200px; }
    .change-list #content-main.marked-device-overview #changelist .device-block .form-row input {
      display: inline-block; }
    .change-list #content-main.marked-device-overview #changelist .device-block .form-row.field-test-id input {
      margin-right: 20px; }
    .change-list #content-main.marked-device-overview #changelist .device-block h2 {
      color: #de5e28;
      font-size: 24px;
      line-height: 130%;
      font-weight: 400;
      background-color: transparent;
      border-bottom: 1px solid rgba(102, 102, 102, 0.15);
      display: block;
      margin: 0 0 20px;
      padding: 0; }
    .change-list #content-main.marked-device-overview #changelist .device-block h3 {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      line-height: 135%; }
    .change-list #content-main.marked-device-overview #changelist .device-block td em {
      color: #de5e28; }
    .change-list #content-main.marked-device-overview #changelist .device-block td button {
      margin-top: 10px; }

#content .mce-tinymce {
  float: left;
  width: 372px; }
  #content .mce-tinymce button {
    background-color: transparent;
    color: #333; }
  #content .mce-tinymce .mce-toolbar:not(.mce-menubar) button {
    height: 30px;
    padding: 5px 10px; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltip-trigger {
    cursor: pointer; }
  .tooltip .edit-tooltip-trigger {
    white-space: nowrap; }
    .tooltip .edit-tooltip-trigger:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: .5em;
      font-weight: normal; }
  .tooltip .tooltip-content {
    background: #fff;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 1000; }
    .tooltip .tooltip-content fieldset {
      box-shadow: none;
      background-color: transparent; }
  .tooltip.tooltip-bottom .tooltip-content {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    left: 0;
    top: 100%; }
    .tooltip.tooltip-bottom .tooltip-content:before {
      border-color: transparent;
      border-bottom-color: #fff;
      border-left-color: #fff;
      border-style: solid;
      border-width: 5px;
      content: '';
      left: 0;
      position: absolute;
      top: -10px; }
  .tooltip.tooltip-left .tooltip-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    top: 50%; }

.ta-tooltip {
  position: relative;
  display: inline-block; }

.ta-tooltip .ta-tooltiptext {
  visibility: hidden;
  width: 150px;
  hyphens: auto;
  background-color: #EFEFEF;
  border: 1px solid black;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  white-space: normal;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

.ta-tooltip:hover .ta-tooltiptext {
  visibility: visible; }


        #container #header {
            background: url(/static/cms/images/footprint-red.png) 0 0 repeat;
        }
    