@charset "UTF-8";
/**
  * Load Bootstrap variables.
  */
/* TEXT SHADOW */
/**
  * Load custom variables.
  */
/*!
 *  Font Awesome 4.7.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("../resources/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../resources/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../resources/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../resources/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../resources/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../resources/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

.glyphicon-fw {
  width: 1.2857142857em;
  text-align: center; }

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

.glyphicon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .glyphicon-li.glyphicon-lg {
    left: -1.8571428571em; }

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

.glyphicon.glyphicon-mgr {
  margin-right: .3em; }

.glyphicon.glyphicon-mgl {
  margin-left: .3em; }

.glyphicon.glyphicon-lh-normalize {
  line-height: 1.25 !important; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-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 */
.glyphicon-AUDIO:before {
  content: ""; }

.glyphicon-KO:before {
  content: ""; }

.glyphicon-PICTURE:before {
  content: ""; }

.glyphicon-TEXT:before {
  content: ""; }

.glyphicon-VIDEO:before {
  content: ""; }

.glyphicon-CLIP:before {
  content: ""; }

.glyphicon-RELEASE_ALLOWED:before {
  content: ""; }

.glyphicon-RELEASE_DENIED:before {
  content: ""; }

.glyphicon-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-reddit-alien:before {
  content: ""; }

.glyphicon-edge:before {
  content: ""; }

.glyphicon-credit-card-alt:before {
  content: ""; }

.glyphicon-codiepie:before {
  content: ""; }

.glyphicon-modx:before {
  content: ""; }

.glyphicon-fort-awesome:before {
  content: ""; }

.glyphicon-usb:before {
  content: ""; }

.glyphicon-product-hunt:before {
  content: ""; }

.glyphicon-mixcloud:before {
  content: ""; }

.glyphicon-scribd:before {
  content: ""; }

.glyphicon-pause-circle:before {
  content: ""; }

.glyphicon-pause-circle-o:before {
  content: ""; }

.glyphicon-stop-circle:before {
  content: ""; }

.glyphicon-stop-circle-o:before {
  content: ""; }

.glyphicon-shopping-bag:before {
  content: ""; }

.glyphicon-shopping-basket:before {
  content: ""; }

.glyphicon-hashtag:before {
  content: ""; }

.glyphicon-bluetooth:before {
  content: ""; }

.glyphicon-bluetooth-b:before {
  content: ""; }

.glyphicon-percent:before {
  content: ""; }

.glyphicon-gitlab:before {
  content: ""; }

.glyphicon-wpbeginner:before {
  content: ""; }

.glyphicon-wpforms:before {
  content: ""; }

.glyphicon-envira:before {
  content: ""; }

.glyphicon-universal-access:before {
  content: ""; }

.glyphicon-wheelchair-alt:before {
  content: ""; }

.glyphicon-question-circle-o:before {
  content: ""; }

.glyphicon-blind:before {
  content: ""; }

.glyphicon-audio-description:before {
  content: ""; }

.glyphicon-volume-control-phone:before {
  content: ""; }

.glyphicon-braille:before {
  content: ""; }

.glyphicon-assistive-listening-systems:before {
  content: ""; }

.glyphicon-asl-interpreting:before,
.glyphicon-american-sign-language-interpreting:before {
  content: ""; }

.glyphicon-deafness:before,
.glyphicon-hard-of-hearing:before,
.glyphicon-deaf:before {
  content: ""; }

.glyphicon-glide:before {
  content: ""; }

.glyphicon-glide-g:before {
  content: ""; }

.glyphicon-signing:before,
.glyphicon-sign-language:before {
  content: ""; }

.glyphicon-low-vision:before {
  content: ""; }

.glyphicon-viadeo:before {
  content: ""; }

.glyphicon-viadeo-square:before {
  content: ""; }

.glyphicon-snapchat:before {
  content: ""; }

.glyphicon-snapchat-ghost:before {
  content: ""; }

.glyphicon-snapchat-square:before {
  content: ""; }

.glyphicon-pied-piper:before {
  content: ""; }

.glyphicon-first-order:before {
  content: ""; }

.glyphicon-yoast:before {
  content: ""; }

.glyphicon-themeisle:before {
  content: ""; }

.glyphicon-google-plus-circle:before,
.glyphicon-google-plus-official:before {
  content: ""; }

.glyphicon-fa:before,
.glyphicon-font-awesome:before {
  content: ""; }

.glyphicon-handshake-o:before {
  content: ""; }

.glyphicon-envelope-open:before {
  content: ""; }

.glyphicon-envelope-open-o:before {
  content: ""; }

.glyphicon-linode:before {
  content: ""; }

.glyphicon-address-book:before {
  content: ""; }

.glyphicon-address-book-o:before {
  content: ""; }

.glyphicon-vcard:before,
.glyphicon-address-card:before {
  content: ""; }

.glyphicon-vcard-o:before,
.glyphicon-address-card-o:before {
  content: ""; }

.glyphicon-user-circle:before {
  content: ""; }

.glyphicon-user-circle-o:before {
  content: ""; }

.glyphicon-user-o:before {
  content: ""; }

.glyphicon-id-badge:before {
  content: ""; }

.glyphicon-drivers-license:before,
.glyphicon-id-card:before {
  content: ""; }

.glyphicon-drivers-license-o:before,
.glyphicon-id-card-o:before {
  content: ""; }

.glyphicon-quora:before {
  content: ""; }

.glyphicon-free-code-camp:before {
  content: ""; }

.glyphicon-telegram:before {
  content: ""; }

.glyphicon-thermometer-4:before,
.glyphicon-thermometer:before,
.glyphicon-thermometer-full:before {
  content: ""; }

.glyphicon-thermometer-3:before,
.glyphicon-thermometer-three-quarters:before {
  content: ""; }

.glyphicon-thermometer-2:before,
.glyphicon-thermometer-half:before {
  content: ""; }

.glyphicon-thermometer-1:before,
.glyphicon-thermometer-quarter:before {
  content: ""; }

.glyphicon-thermometer-0:before,
.glyphicon-thermometer-empty:before {
  content: ""; }

.glyphicon-shower:before {
  content: ""; }

.glyphicon-bathtub:before,
.glyphicon-s15:before,
.glyphicon-bath:before {
  content: ""; }

.glyphicon-podcast:before {
  content: ""; }

.glyphicon-window-maximize:before {
  content: ""; }

.glyphicon-window-minimize:before {
  content: ""; }

.glyphicon-window-restore:before {
  content: ""; }

.glyphicon-times-rectangle:before,
.glyphicon-window-close:before {
  content: ""; }

.glyphicon-times-rectangle-o:before,
.glyphicon-window-close-o:before {
  content: ""; }

.glyphicon-bandcamp:before {
  content: ""; }

.glyphicon-grav:before {
  content: ""; }

.glyphicon-etsy:before {
  content: ""; }

.glyphicon-imdb:before {
  content: ""; }

.glyphicon-ravelry:before {
  content: ""; }

.glyphicon-eercast:before {
  content: ""; }

.glyphicon-microchip:before {
  content: ""; }

.glyphicon-snowflake-o:before {
  content: ""; }

.glyphicon-superpowers:before {
  content: ""; }

.glyphicon-wpexplorer:before {
  content: ""; }

.glyphicon-meetup:before {
  content: ""; }

.glyphicon-loader {
  background: url("../pub/images/Loader.png");
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 10px; }
  .glyphicon-loader:before {
    content: ''; }

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

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

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

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

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

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

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

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

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

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

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

.fa-lock-open:before, .glyphicon-lock-open:before {
  content: ""; }

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

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

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

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

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

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

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

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

.glyphicon-indent-left:before {
  content: ""; }

.glyphicon-indent-right:before {
  content: ""; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html.no-js .hide-no-js {
  display: none !important; }

.visible-phone,
.visible-phone-inline {
  display: none; }

html.ua-phone .visible-phone {
  display: block; }

html.ua-phone .visible-phone-inline {
  display: inline-block; }

html.ua-phone .invisible-phone {
  display: none; }

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .content-box .content-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html .content-box {
    display: table;
    table-layout: fixed;
    vertical-align: top; }
    html .content-box .content-fixed,
    html .content-box .content-fill {
      display: table-cell;
      vertical-align: top; }
    html .content-box .content-fill {
      width: 100%; } }

html.no-flexbox .content-box {
  display: table;
  table-layout: fixed;
  vertical-align: top; }
  html.no-flexbox .content-box .content-fixed,
  html.no-flexbox .content-box .content-fill {
    display: table-cell;
    vertical-align: top; }
  html.no-flexbox .content-box .content-fill {
    width: 100%; }

.bold,
.font-bold {
  font-weight: bold !important; }

.font-normal {
  font-weight: normal !important; }

.color-inherit {
  color: inherit !important; }

.text-white {
  color: white; }

.img-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.text-description {
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.small-hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.tiny-hr {
  margin: 0; }

.super-h1 {
  font-size: 115px; }

.super-h2 {
  font-size: 68px; }

.super-h3 {
  font-size: 55px; }

.super-h4 {
  font-size: 40px; }

.super-h5 {
  font-size: 16px; }

.super-h6 {
  font-size: 14px; }

.super-h-faded {
  position: absolute;
  top: 0;
  z-index: -1;
  color: #f2f2f2; }

.non-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.br-w {
  word-break: break-all; }

.normalize {
  padding: 0;
  margin: 0;
  border: 0; }

.d-block {
  display: block; }

.no-radius,
.br-n {
  border-radius: 0 !important; }

.normalize-padding,
.p-n,
.no-padding {
  padding: 0 !important; }

.normalize-margin,
.m-n,
.no-margin {
  margin: 0 !important; }

.normalize-border,
.b-n,
.no-border {
  border: none !important; }

.text-caps {
  text-transform: uppercase; }

.block-center {
  margin: 0 auto; }

.font-xlg {
  font-size: 18px; }

.font-lg {
  font-size: 16px; }

.font-default {
  font-size: 14px; }

.font-xs {
  font-size: 11px; }

.font-sm, .text-description {
  font-size: 12px; }

.o-scroll-y {
  overflow-y: scroll; }

.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.text-primary .ui-button-text {
  color: #00677f; }

.text-muted .ui-button-text, .text-description .ui-button-text {
  color: #999999; }

.col-no-p > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.affix-invisible.affix-top {
  visibility: hidden; }

.p-xxs {
  padding: 2px; }

.p-xs {
  padding: 5px; }

.p-xs-sm {
  padding: 8px; }

.p-sm {
  padding: 10px; }

.p {
  padding: 15px; }

.p-md {
  padding: 20px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-b-n, .p-b-none {
  padding-bottom: 0 !important; }

.p-b-xxs {
  padding-bottom: 2px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-b {
  padding-bottom: 15px !important; }

.p-b-md {
  padding-bottom: 20px !important; }

.p-b-lg {
  padding-bottom: 30px !important; }

.p-b-xl {
  padding-bottom: 40px !important; }

.p-l-n, .p-l-none {
  padding-left: 0 !important; }

.p-l-xxs {
  padding-left: 2px !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-l {
  padding-left: 15px !important; }

.p-l-sm-md {
  padding-left: 18px !important; }

.p-l-md {
  padding-left: 20px !important; }

.p-l-lg {
  padding-left: 30px !important; }

.p-l-xl {
  padding-left: 40px !important; }

.p-r-n, .p-r-none {
  padding-right: 0 !important; }

.p-r-xxs {
  padding-right: 2px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-r {
  padding-right: 15px !important; }

.p-r-md {
  padding-right: 20px !important; }

.p-r-lg {
  padding-right: 30px !important; }

.p-r-xl {
  padding-right: 40px !important; }

.p-t-n, .p-t-none {
  padding-top: 0 !important; }

.p-t-xxs {
  padding-top: 2px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-t {
  padding-top: 15px !important; }

.p-t-md {
  padding-top: 20px !important; }

.p-t-lg {
  padding-top: 30px !important; }

.p-t-xl {
  padding-top: 40px !important; }

.border-top {
  border-top: 1px solid #c8c8c8; }

.border-bottom {
  border-bottom: 1px solid #c8c8c8; }

.border-top-dark {
  border-top: 1px solid #333333; }

.border-bottom-dark {
  border-bottom: 1px solid #333333; }

.border-bottom-none {
  border-bottom: none !important; }

.border-right {
  border-right: 1px solid #c8c8c8; }

.border-left {
  border-left: 1px solid #c8c8c8; }

.contain {
  width: 100%; }

.contain-height {
  height: 100%; }

.inline-block {
  display: inline-block; }

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

.mg-top-20 {
  margin-top: 20px; }

.mg-top-30 {
  margin-top: 30px; }

.mg-bot-30 {
  margin-bottom: 30px; }

.m-xxs {
  margin: 2px 4px !important; }

.m-xs {
  margin: 5px !important; }

.m-sm {
  margin: 10px !important; }

.m {
  margin: 15px !important; }

.m-md {
  margin: 20px !important; }

.m-lg {
  margin: 30px !important; }

.m-xl {
  margin: 50px !important; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0 !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-l {
  margin-left: 15px !important; }

.m-l-md {
  margin-left: 20px !important; }

.m-l-lg {
  margin-left: 30px !important; }

.m-l-xl {
  margin-left: 40px !important; }

.m-l-xxl {
  margin-left: 50px !important; }

.m-t-none {
  margin-top: 0 !important; }

.m-t-xxs {
  margin-top: 1px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-t-sm {
  margin-top: 10px !important; }

.m-t {
  margin-top: 15px !important; }

.m-t-md {
  margin-top: 20px !important; }

.m-t-lg {
  margin-top: 30px !important; }

.m-t-xl {
  margin-top: 40px !important; }

.m-t-xxl {
  margin-top: 50px !important; }

.m-r-none {
  margin-right: 0 !important; }

.m-r-xxs {
  margin-right: 1px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-r {
  margin-right: 15px !important; }

.m-r-md {
  margin-right: 20px !important; }

.m-r-lg {
  margin-right: 30px !important; }

.m-r-xl {
  margin-right: 40px !important; }

.m-r-xxl {
  margin-right: 50px !important; }

.m-b-none {
  margin-bottom: 0 !important; }

.m-b-xxs {
  margin-bottom: 1px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

.m-b {
  margin-bottom: 15px !important; }

.m-b-md {
  margin-bottom: 20px !important; }

.m-b-lg {
  margin-bottom: 30px !important; }

.m-b-xl {
  margin-bottom: 40px !important; }

.m-b-xxl {
  margin-bottom: 50px !important; }

.border-right-sm + .border-left-sm,
.border-right-sm + .border-left-md,
.border-right-sm + .border-left-lg,
.border-right-md + .border-left-sm,
.border-right-md + .border-left-md,
.border-right-md + .border-left-lg,
.border-right-lg + .border-left-sm,
.border-right-lg + .border-left-md,
.border-right-lg + .border-left-lg {
  margin-left: -1px; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.fix-width-150 {
  width: 150px; }

.float-right {
  float: right; }

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

.min-height-100 {
  min-height: 100px !important; }

@media (max-width: 767px) {
  .border-top-to-sm {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-to-sm {
    border-bottom: 1px solid #c8c8c8; }
  .text-center-to-sm {
    text-align: center; }
  .block-center-to-sm {
    margin: 0 auto; }
  .p-l-n-xss {
    padding-left: 0 !important; } }

@media (max-width: 1023px) {
  .border-top-to-md {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-to-md {
    border-bottom: 1px solid #c8c8c8; }
  .text-center-to-md {
    text-align: center; } }

@media (max-width: 1439px) {
  .border-top-to-lg {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-to-lg {
    border-bottom: 1px solid #c8c8c8; }
  .text-center-to-lg {
    text-align: center; } }

@media (max-width: 1024px) {
  .m-t-md-r {
    margin-top: 15px !important; } }

.coursor-default {
  cursor: default; }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.embed-responsive.embed-responsive-3by2 {
  padding-bottom: 66.66666666666667%; }

.accept-tc .control-label a, .download-exports .control-label a {
  vertical-align: baseline; }

.input-group-btn.input-group-addon-bottom {
  vertical-align: bottom; }

.accept-tc-link {
  font-weight: bold;
  color: #00677f; }

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

.cursor-zoom-in {
  cursor: zoom-in; }

.list-style-type-none {
  list-style-type: none; }

.width-50 {
  width: 50px; }

.cursor-pointer {
  cursor: pointer; }

.security-check-input {
  position: absolute !important;
  left: -3000px !important;
  height: 0px;
  z-index: -1; }

.demoCue .list-group-item {
  border: none; }

.invisible {
  visibility: hidden;
  overflow: hidden; }

.underline {
  text-decoration: underline; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

#jobsFilter::-ms-clear {
  width: 0px;
  height: 0px; }

.list-group.no-radius .list-group-item {
  border-radius: 0 !important; }

.list-group.no-borders .list-group-item {
  border: none; }

.list-group.no-border .list-group-item {
  border-width: 1px 0; }

.list-group.no-bg .list-group-item {
  background-color: transparent; }

.galleria-addonrow-buttons .btn-link {
  color: #999999; }
  .galleria-addonrow-buttons .btn-link:hover, .galleria-addonrow-buttons .btn-link:focus {
    color: black; }

.galleria-addonrow-buttons .active {
  color: #00677f !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.galleria-image img {
  cursor: pointer; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  background: #00677f;
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #00677f, 0 0 5px #00677f;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1300;
  margin-top: -6px;
  top: 20px;
  left: 20px; }

@media (max-width: 1024px) {
  #nprogress .spinner {
    display: none; } }

#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00677f;
  border-left-color: #00677f;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

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

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
  padding: 0px;
  overflow: hidden;
  height: 1%;
  list-style-type: none; }
  ul.token-input-list li {
    list-style-type: none;
    position: relative; }
    ul.token-input-list li input {
      border: 0;
      width: 100% !important;
      padding: 3px 8px;
      background-color: white;
      -webkit-appearance: caret; }
  ul.token-input-list li.highlight-topic-token {
    background-color: #dff0d8; }

.style-list-item, li.relation-list-item, li.token-input-token {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  background-color: #f6f6f6;
  color: #000;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: block; }
  .style-list-item span, li.relation-list-item span, li.token-input-token span {
    line-height: 30px;
    margin-left: 5px; }

li.relation-list-item {
  padding: 0px 5px;
  font-size: 13px;
  margin-bottom: 3px; }
  li.relation-list-item span:first-child {
    float: right;
    color: #777;
    cursor: pointer;
    font-size: 20px; }

li.token-input-token {
  margin: 3px;
  padding: 3px 5px;
  font-size: 13px; }
  li.token-input-token.token-input-highlighted-token {
    background-color: #eeeeee; }
  li.token-input-token span.token-input-delete-token {
    font-size: 20px;
    line-height: 24px; }
  li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
    padding-top: 3px; }
  li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer; }

div.token-input-dropdown {
  position: absolute;
  width: 400px;
  cursor: default;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  z-index: 1; }
  div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    color: #777; }
  div.token-input-dropdown ul {
    margin: 0;
    padding: 0; }
    div.token-input-dropdown ul li {
      background-color: #fff;
      padding: 3px;
      list-style-type: none; }
      div.token-input-dropdown ul li.token-input-dropdown-item {
        background-color: #fafafa; }
      div.token-input-dropdown ul li.token-input-dropdown-item2 {
        background-color: #fff; }
      div.token-input-dropdown ul li.token-input-selected-dropdown-item {
        background-color: #0090b2;
        color: white; }
      div.token-input-dropdown ul li em {
        font-weight: bold;
        font-style: normal; }

.editTopics .token-input-list .token-input-token p {
  float: none;
  width: 98%; }

.editTopics .token-input-list .token-input-delete-token {
  position: absolute;
  right: 5px;
  top: 3px; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container {
  z-index: 1;
  position: relative; }

.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 25px;
  /* Height of the drop down */
  line-height: 25px;
  /* Vertically positions the drop down text */
  display: block;
  max-width: none !important; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 1;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
  top: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3.875px;
  margin-right: 3.875px; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.selectboxit-btn {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 7px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .selectboxit-btn:hover .selectboxit-arrow-container .selectboxit-arrow, .selectboxit-btn:active .selectboxit-arrow-container .selectboxit-arrow {
    color: black; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  text-decoration: none;
  color: white;
  background-color: black; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.jqzoom {
  position: relative;
  display: inline-block;
  float: left; }

.jqZoomPup {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute; }

.zoomdiv {
  display: inline-block;
  overflow: hidden;
  position: initial; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }
  .chosen-container .search-choice:hover, .chosen-container .chosen-single:hover {
    text-decoration: none; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: image-url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%; }
    .chosen-container-single .chosen-single div b:before {
      content: "";
      font: 14px/1 'FontAwesome';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 14px;
      margin: auto;
      height: 14px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff image-url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: black;
      color: white; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
      .chosen-container .chosen-results li.no-results span {
        display: inline;
        padding: 0; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }
  .chosen-container .chosen-results i.glyphicon {
    width: 14px;
    text-align: center; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  padding-right: 30px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 100% !important; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word;
      padding: 0;
      line-height: normal;
      color: #333333; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 3px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: image-url("chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        text-decoration: none; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
        content: "";
        font: 14px/1 'FontAwesome';
        color: #aaaaaa; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-selectAll {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px; }
  .chosen-container-multi .chosen-selectAll .chosen-button {
    background: #f2f2f2;
    border: 1px solid #999;
    color: #999;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer; }
    .chosen-container-multi .chosen-selectAll .chosen-button:hover {
      background: #e4e4e4;
      border: 1px solid #666;
      color: #666; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-multi .chosen-choices li:first-child.search-field {
  width: 100% !important; }

.multi-filter-scroll + .chosen-container-multi ul.chosen-choices {
  max-height: 150px;
  overflow-y: auto; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: ""; }

.chosen-container-active .chosen-choices {
  border: 1px solid #00677f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default;
    text-decoration: none; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff image-url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: image-url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
div.stack-bar-top {
  left: 0;
  right: auto !important; }

/* -- Notice */
.ui-pnotify {
  top: 70px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999; }

@media (min-width: 768px) {
  div.stack-bar-top {
    top: 45px;
    left: 0; }
  /* -- Notice */
  .ui-pnotify {
    top: 25px; } }

/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
  position: fixed; }

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 1px 0px #eeeeee;
  box-shadow: 0px 1px 0px #eeeeee; }

.ui-pnotify-container {
  max-width: 400px;
  padding: 5px 10px;
  height: 100%;
  margin: 0; }

.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-pnotify-closer, .ui-pnotify-sticker {
  position: absolute; }

.ui-pnotify-closer {
  top: 7px;
  right: 10px; }

.ui-pnotify-closer span.glyphicon {
  height: 16px;
  font-size: 16px; }

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em; }

.ui-pnotify-text {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 1.5;
  vertical-align: middle;
  max-width: 350px; }

.ui-pnotify-icon {
  line-height: 1;
  display: inline-block;
  float: left;
  padding-top: 4px; }

.ui-pnotify-icon span.glyphicon {
  display: inline-block;
  color: inherit;
  height: 16px;
  font-size: 16px;
  z-index: 2; }

/* -- History Pulldown */
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* Ensures history container is above notices. */
  z-index: 10000; }

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px; }

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%; }

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto; }

.ui-pnotify .picon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px; }

.ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
  text-align: center;
  color: inherit;
  margin-top: 0;
  font-size: 30px;
  position: relative;
  z-index: 1; }

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=100);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear; }

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear; }

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 12px; }

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  width: 12px;
  filter: alpha(opacity=90); }
  .ps-container .ps-scrollbar-y-rail.in-scrolling .ps-scrollbar-y {
    width: 12px; }

.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 4px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999; }

.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
  width: 12px; }

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden; }

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible; }

.jstree {
  overflow: auto;
  font-size: 12px; }

table.sortable span.sign {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 12px;
  margin-top: -10px;
  color: #bfbfc1; }

table.sortable th:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 12px;
  margin-top: -10px;
  color: #bfbfc1; }
  table.sortable th:after:after {
    content: ''; }

table.sortable span.arrow,
table.sortable span.reversed,
table.sortable th.arrow.down:after,
table.sortable th.reversedarrow.down:after,
table.sortable th.arrow.up:after,
table.sortable th.reversedarrow.up:after {
  border-style: solid;
  border-width: 5px;
  font-size: 0;
  border-color: black transparent transparent transparent;
  line-height: 0;
  height: 0;
  width: 0;
  margin-top: -2px; }

table.sortable span.arrow.up, th.arrow.up:after {
  border-color: transparent transparent black transparent;
  margin-top: -7px; }

table.sortable span.reversed, th.reversedarrow.down:after {
  border-color: transparent transparent black transparent;
  margin-top: -7px; }

table.sortable span.reversed.up, th.reversedarrow.up:after {
  border-color: black transparent transparent transparent;
  margin-top: -2px; }

table.sortable span.az:before, th.az.down:after {
  content: "a .. z"; }

table.sortable span.az.up:before, th.az.up:after {
  content: "z .. a"; }

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
  content: ".."; }

table.sortable span.AZ:before, th.AZ.down:after {
  content: "A .. Z"; }

table.sortable span.AZ.up:before, th.AZ.up:after {
  content: "Z .. A"; }

table.sortable span._19:before, th._19.down:after {
  content: "1 .. 9"; }

table.sortable span._19.up:before, th._19.up:after {
  content: "9 .. 1"; }

table.sortable span.month:before, th.month.down:after {
  content: "jan .. dec"; }

table.sortable span.month.up:before, th.month.up:after {
  content: "dec .. jan"; }

table.sortable thead th:not([data-defaultsort=disabled]) {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0; }

table.sortable thead th div.mozilla {
  position: relative; }

.slider.slider-control {
  padding-right: 85px;
  padding-left: 60px;
  height: 47px; }

.slider-vertical {
  margin: 10px; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%; }

.slider.slider-horizontal {
  height: 30px; }

.slider.slider-horizontal .slider-track {
  height: 30px;
  width: 100%;
  margin-top: -3px;
  bottom: 0;
  left: 0; }

.slider.slider-horizontal .slider-selection {
  height: 30px;
  bottom: 0;
  background-color: #828282; }

.slider.slider-horizontal .slider-handle {
  margin-left: 0; }

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider.slider-vertical {
  height: 220px;
  width: 30px; }

.slider.slider-vertical .slider-track {
  width: 6px;
  height: 100%;
  margin-left: -3px;
  left: 50%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-handle {
  margin-left: -9px;
  margin-top: -12px; }

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0; }

.slider input {
  display: none; }

.slider .tooltip-inner {
  white-space: nowrap; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-image: url("../pub/images/jwplayer_fill_progressBar.PNG"); }

.slider-handle {
  cursor: ew-resize;
  position: absolute;
  width: 10px;
  height: 30px;
  bottom: 0;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border: 0 solid transparent; }

.slider-handle.round {
  border-radius: 1px; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle span {
  position: absolute;
  top: -7px;
  left: -4px;
  font-size: 11px;
  color: white; }

.checkbox {
  line-height: 1;
  padding-left: 20px; }
  .checkbox label {
    min-height: 17px;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    line-height: 19px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #e6e6e6;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      line-height: 1.5;
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      text-align: center;
      left: 0;
      top: 0;
      border: 1px solid transparent;
      margin-left: -20px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    margin-top: 0;
    opacity: 0 !important;
    /* !important added to override MM styles from global.css */
    z-index: 1;
    width: 17px;
    height: 17px;
    cursor: pointer; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-disabled label {
  cursor: auto; }

.checkbox-disabled input[type="checkbox"] {
  cursor: auto; }
  .checkbox-disabled input[type="checkbox"]:disabled + label {
    opacity: 1; }
    .checkbox-disabled input[type="checkbox"]:disabled + label::before {
      background-color: transparent;
      cursor: auto; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #00677f; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #00677f; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #d9534f; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #5bc0de; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #f0ad4e; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #5cb85c; }

.uiSelectionCheckbox.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #00677f; }

.uiSelectionCheckbox.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #00677f; }

.radio, .table-radios > tbody > tr > td {
  padding-left: 20px; }
  .radio label, .table-radios > tbody > tr > td label {
    min-height: 17px;
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before, .table-radios > tbody > tr > td label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #e6e6e6;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after, .table-radios > tbody > tr > td label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio .m-radio-custom tbody > tr, .table-radios > tbody > tr > td .m-radio-custom tbody > tr {
    margin-bottom: 7px;
    display: block; }
  .radio input[type="radio"], .table-radios > tbody > tr > td input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:checked + label::after, .table-radios > tbody > tr > td input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label, .table-radios > tbody > tr > td input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before, .table-radios > tbody > tr > td input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline, .table-radios > tbody > tr > td.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #00677f; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #00677f; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #00677f; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 30px; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.uiWorkflowThumbnails .slick-track {
  margin: 0; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white;
  top: 0;
  padding: 0;
  border-radius: 3px;
  border: 1px solid;
  border-color: whitesmoke #ebebeb #e3e3e3;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "fontAwesome";
  font-size: 14px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.input-group .twitter-typeahead {
  display: table-cell !important;
  width: 100%; }
  .input-group .twitter-typeahead .form-control, .input-group .twitter-typeahead ul.token-input-list {
    width: 100%; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-suggestion, .ui-autocomplete .ui-menu-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #333333;
  white-space: nowrap; }
  .tt-suggestion.ui-state-focus, .ui-autocomplete .ui-state-focus.ui-menu-item, .tt-suggestion:hover, .ui-autocomplete .ui-menu-item:hover, .tt-suggestion:focus, .ui-autocomplete .ui-menu-item:focus {
    cursor: pointer;
    text-decoration: none;
    color: white;
    background-color: black; }

.tt-suggestion.tt-cursor, .ui-autocomplete .tt-cursor.ui-menu-item {
  color: white;
  background-color: black; }

.tt-suggestion p, .ui-autocomplete .ui-menu-item p {
  margin: 0; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  z-index: 1049; }

.tt-dropdown-menu,
.twitter-typeahead {
  width: 100%; }

span.twitter-typeahead .tt-suggestion > p:hover, span.twitter-typeahead .ui-autocomplete .ui-menu-item > p:hover, .ui-autocomplete span.twitter-typeahead .ui-menu-item > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus,
span.twitter-typeahead .ui-autocomplete .ui-menu-item > p:focus,
.ui-autocomplete span.twitter-typeahead .ui-menu-item > p:focus {
  text-decoration: none;
  outline: 0;
  color: white;
  background-color: black; }

span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .ui-autocomplete .tt-cursor.ui-menu-item, .ui-autocomplete span.twitter-typeahead .tt-cursor.ui-menu-item {
  color: white;
  background-color: black; }

.collection {
  overflow: hidden; }
  .collection .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: black;
    line-height: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px; }
    .collection .caption h3 {
      font-size: 18px; }

.collection.owl-carousel[data-show-caption="false"] .caption {
  display: none; }

.collection.owl-carousel .caption {
  position: relative;
  bottom: 0;
  left: 0;
  color: black;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  margin-top: -35px;
  height: 35px; }
  .collection.owl-carousel .caption h3 {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.2; }
  @media (min-width: 1024px) {
    .collection.owl-carousel .caption {
      padding: 17px 20px;
      margin-top: -55px;
      height: 55px; }
      .collection.owl-carousel .caption h3 {
        font-size: 20px; } }
  @media (min-width: 1440px) {
    .collection.owl-carousel .caption {
      margin-top: -57px;
      height: 57px; }
      .collection.owl-carousel .caption h3 {
        font-size: 23px; } }
  @media (min-width: 1440px) {
    .collection.owl-carousel .caption {
      margin-top: -60px;
      height: 60px; }
      .collection.owl-carousel .caption h3 {
        font-size: 26px; } }

.collection.owl-carousel.owl-ko .owl-stage-outer {
  height: calc(100% - 30px); }

.ui-galleria {
  width: 100% !important;
  visibility: visible;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto !important;
  z-index: 101; }
  .ui-galleria .ui-helper-hidden {
    display: none; }
  .ui-galleria .ui-galleria-panel-wrapper {
    margin: auto;
    width: 100% !important; }
  .ui-galleria .ui-galleria-frame-image {
    max-width: 60px;
    max-height: 40px;
    height: auto !important;
    width: auto !important; }
  .ui-galleria .ui-galleria-panel {
    width: 100% !important; }
    .ui-galleria .ui-galleria-panel > img {
      max-height: 400px;
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .ui-galleria .ui-galleria-filmstrip-wrapper {
    width: 100% !important; }
  .ui-galleria .ui-galleria-nav-next,
  .ui-galleria .ui-galleria-nav-prev {
    height: 40px;
    width: 20px;
    font: 30px/40px 'FontAwesome';
    bottom: 5px !important; }
  .ui-galleria .ui-galleria-nav-prev:before {
    content: ""; }
  .ui-galleria .ui-galleria-nav-next:before {
    content: ""; }

.ui-contentflow .flow .item .reflection {
  display: none !important; }

.ui-contentflow .globalCaption {
  display: none !important; }

.ui-contentflow .flow .item.active .caption {
  display: block !important;
  left: 0;
  bottom: 0; }

#wowslider-container1 {
  min-height: 600px;
  max-height: 680px !important; }
  #wowslider-container1 .ws_carousel {
    text-align: center; }
    #wowslider-container1 .ws_carousel img {
      width: auto !important;
      margin: 0 auto !important; }
  #wowslider-container1 .ws_images {
    height: 600px !important; }
  #wowslider-container1 .ws_fullscreen {
    color: #999999 !important; }
  #wowslider-container1 .ws_pause span b,
  #wowslider-container1 .ws_pause span i {
    background: #999999 !important; }
  #wowslider-container1 .ws_play span {
    border-left-color: #999999 !important; }

.ws_fs_wrapper #wowslider-container1 {
  height: 100% !important; }

#wowslider-container1 .ws_thumbs div {
  width: 100% !important;
  white-space: nowrap; }

#wowslider-container1 .ws_thumbs a {
  padding: 5px !important; }

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img {
  width: auto !important;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto !important;
  max-width: 100% !important;
  max-height: 100% !important; }

/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
body.open > .dropdown-menu.daterangepicker {
  display: none;
  /* don't show date range picker when 'open' class is appended to body tag */ }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 1049; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #999999;
  border-color: #999999;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px; }

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges .range_inputs button.hide {
    display: inline-block !important;
    margin-bottom: 10px; }

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.ranges li {
  font-size: 13px;
  border-radius: 5px;
  padding: 3px 5px;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 16px; }
  .ranges li.active, .ranges li:hover {
    background: #eeeeee; }

.clear-date-range-picker {
  right: 33px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  cursor: pointer; }

#alwaysVisibleSearchInSearchForm .clear-date-range-picker {
  top: 25px;
  z-index: 3; }

.uiBsDateRangePicker::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.uiBsDateRangePicker::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
    min-width: 500px; }
  form.dateranges-shown .daterangepicker {
    /* when we use date range pickers as buttons (today, yesterday, last month... ) */
    width: 670px; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0; }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0; }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right; }
  .ranges ul li:last-child {
    display: none;
    /* remove custom range button */ } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: right; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*!
 * shariff - v1.24.1 - 17.11.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff::after, .shariff::before {
  content: " ";
  display: table; }

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden; }

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box; }
  .shariff li a:hover, .shariff li a:focus {
    color: #fff; }

.shariff .recommendMedia .share_text, .shariff .reportMedia .share_text {
  display: inline-block;
  width: 100px; }

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px; }

.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle; }

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px; }

.shariff .orientation-horizontal {
  display: -webkit-box; }

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1; }

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shariff .orientation-horizontal li {
  float: left;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 0.5%;
  margin-bottom: 10px; }

.shariff .orientation-horizontal li:last-child {
  margin-right: 0; }

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px; }

.shariff .orientation-horizontal li .share_count {
  display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }

.shariff .theme-white .shariff-button a {
  background-color: #fff; }

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee; }

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999; }

.shariff .orientation-vertical {
  min-width: 110px; }

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0; }

.shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right; }

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    width: 120px; }
  .shariff .orientation-horizontal.col-3 li .share_text {
    text-indent: 0;
    display: inline; } }

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    width: 140px; }
  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline; } }

.shariff .addthis a {
  background-color: #f8694d; }

.shariff .addthis a:hover {
  background-color: #f75b44; }

.shariff .addthis .fa-plus {
  font-size: 14px; }

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0; }

.shariff .theme-white .addthis a {
  color: #f8694d; }

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px; } }

.shariff .diaspora a {
  background-color: #999; }

.shariff .diaspora a:hover {
  background-color: #b3b3b3; }

.shariff .diaspora .fa-times-circle {
  font-size: 17px; }

.shariff .theme-white .diaspora a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px; } }

.shariff .facebook a {
  background-color: #3b5998; }

.shariff .facebook a:hover {
  background-color: #4273c8; }

.shariff .facebook .fa-facebook {
  font-size: 22px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px; } }

.shariff .flattr a {
  background-color: #7ea352; }

.shariff .flattr a:hover {
  background-color: #F67C1A; }

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c; }

.shariff .flattr .fa-money {
  font-size: 22px; }

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893; }

.shariff .theme-white .flattr a {
  color: #F67C1A; }

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money {
    font-size: 19px; } }

.shariff .googleplus a {
  background-color: #d34836; }

.shariff .googleplus a:hover {
  background-color: #f75b44; }

.shariff .googleplus .fa-google-plus {
  font-size: 22px; }

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px; } }

.shariff .info {
  border: 1px solid #ccc; }

.shariff .info a {
  color: #666;
  background-color: #fff; }

.shariff .info a:hover {
  background-color: #efefef; }

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px; }

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important; }

.shariff .theme-grey .info a {
  background-color: #fff; }

.shariff .theme-grey .info a:hover {
  background-color: #efefef; }

.shariff .orientation-vertical .info {
  width: 35px;
  float: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important; } }

@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px; }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important; }
  .shariff .orientation-vertical .info {
    width: 25px; } }

.shariff .linkedin a {
  background-color: #0077b5; }

.shariff .linkedin a:hover {
  background-color: #0369a0; }

.shariff .linkedin .fa-linkedin {
  font-size: 22px; }

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8; }

.shariff .theme-white .linkedin a {
  color: #0077b5; }

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px; } }

.shariff .mail a {
  background-color: #999; }

.shariff .mail a:hover {
  background-color: #a8a8a8; }

.shariff .mail .fa-envelope {
  font-size: 21px; }

.shariff .theme-white .mail a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px; } }

.shariff .pinterest a {
  background-color: #bd081c; }

.shariff .pinterest a:hover {
  background-color: #d50920; }

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px; }

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .pinterest a {
  color: #bd081c; }

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px; } }

.shariff .reddit a {
  background-color: #ff4500; }

.shariff .reddit a:hover {
  background-color: #ff6a33; }

.shariff .reddit .fa-reddit {
  font-size: 17px; }

.shariff .theme-white .reddit a {
  color: #ff4500; }

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px; } }

.shariff .stumbleupon a {
  background-color: #eb4924; }

.shariff .stumbleupon a:hover {
  background-color: #ef7053; }

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px; }

.shariff .theme-white .stumbleupon a {
  color: #eb4924; }

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px; } }

.shariff .twitter a {
  background-color: #55acee; }

.shariff .twitter a:hover {
  background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; } }

.shariff .whatsapp a {
  background-color: #5cbe4a; }

.shariff .whatsapp a:hover {
  background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px; }

.shariff .theme-white .whatsapp a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px; } }

.shariff .xing a {
  background-color: #126567; }

.shariff .xing a:hover {
  background-color: #29888a; }

.shariff .xing .fa-xing {
  font-size: 22px; }

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7; }

.shariff .theme-white .xing a {
  color: #126567; }

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px; } }

.shariff .tumblr a {
  background-color: #36465D; }

.shariff .tumblr a:hover {
  background-color: #44546B; }

.shariff .tumblr .fa-tumblr {
  font-size: 28px; }

.shariff .theme-white .tumblr a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px; } }

.shariff .threema a {
  background-color: #333; }

.shariff .threema a:hover {
  background-color: #1f1f1f; }

.shariff .threema .fa-lock {
  font-size: 28px; }

.shariff .theme-white .threema a {
  color: #333; }

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px; } }

.shariff .weibo a {
  background-color: #F56770; }

.shariff .weibo a:hover {
  background-color: #FA7F8A; }

.shariff .weibo .fa-weibo {
  font-size: 28px; }

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #F56770; }

.shariff .theme-white .weibo a {
  color: #F56770; }

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px; } }

.shariff .tencent-weibo a {
  background-color: #26ACE0; }

.shariff .tencent-weibo a:hover {
  background-color: #38BBEB; }

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px; }

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ACE0; }

.shariff .theme-white .tencent-weibo a {
  color: #26ACE0; }

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px; } }

.shariff .qzone a {
  background-color: #2B82D9; }

.shariff .qzone a:hover {
  background-color: #398FE6; }

.shariff .qzone .fa-qq {
  font-size: 28px; }

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2B82D9; }

.shariff .theme-white .qzone a {
  color: #2B82D9; }

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px; } }

.shariff .glyphicon.glyphicon-mgr {
  margin-right: 0px; }

.uiWithAudio .jwplayer.jw-state-playing .jw-preview {
  display: block; }

.instance-not-split .uiWithAudio .jw-breakpoint-7.jwplayer.jw-flag-audio-player {
  min-height: 60px; }

.jw-icon-rewind {
  display: none !important; }

@media (min-width: 564px) {
  .daterangepicker.single {
    width: auto; } }

.ol-control,
.ol-scale-line {
  position: absolute; }

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px; }

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width; }

.ol-overlay-container {
  will-change: left, right, top, bottom; }

.ol-unsupported {
  display: none; }

.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.ol-control {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px; }

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.ol-zoom {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  font-family: Arial,sans-serif;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2); }

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

@media print {
  .ol-control {
    display: none; } }

.ol-control button {
  display: block;
  position: relative;
  padding: 0;
  color: #777;
  font-size: 1.7em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.175em;
  width: 1.175em;
  line-height: 1;
  background-color: white;
  border: none;
  border-radius: 2px; }

.ol-control.ol-zoom button:first-child {
  padding-bottom: 1px; }
  .ol-control.ol-zoom button:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background: #eee; }

.ol-logo-only {
  display: none; }

.ol-control-annotations {
  cursor: pointer;
  position: absolute;
  top: 1.5em;
  left: 70px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2); }

.ol-control-annotations .ol-annotations-button {
  position: relative;
  display: inline-block;
  font-size: 1.7em;
  float: left;
  line-height: 1.175em;
  width: 1.375em;
  height: 1.175em;
  background-color: white;
  border-radius: 0;
  padding-right: 1px; }
  .ol-control-annotations .ol-annotations-button:before {
    position: absolute;
    font-size: 16px;
    left: 0;
    right: 0;
    text-align: center; }
  .ol-control-annotations .ol-annotations-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #eee; }
  .ol-control-annotations .ol-annotations-button:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .ol-control-annotations .ol-annotations-button:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-right: 0; }
    .ol-control-annotations .ol-annotations-button:last-child:after {
      content: none; }

.uiTargetPubIdContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #828282;
  border-right: 0;
  box-shadow: #828282 -2px 0px 11px 0px;
  height: 100%;
  border-bottom: 0;
  overflow: auto; }
  .uiTargetPubIdContainer .checkbox-selectall {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px; }

.ol-control-annotations .ol-annotations-add:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 13px; }

.ol-control-annotations .ol-annotations-toggle:before {
  content: "";
  font-family: 'FontAwesome'; }

.ol-control-annotations .ol-annotations-toggle.ol-annotations-disabled:before {
  content: ""; }

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform; }

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  color: black; }

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0; }

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px; }

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle; }

.ol-attribution button,
.ol-attribution ul {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution.ol-logo-only ul {
  display: block; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px; }

.ol-zoomslider button {
  position: relative;
  height: 10px; }

.ol-touch .ol-zoomslider {
  top: 5.5em; }

.ol-overviewmap {
  left: .5em;
  bottom: .5em; }

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px; }

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7); }

.ol-logo-only {
  display: none; }

/** ol.popup */
.ol-popup {
  overflow: hidden;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ol-popup .content {
  cursor: default;
  padding: 0.25em 0.5em; }

.ol-popup.hasclosebox .content {
  margin-right: 1.7em; }

.ol-popup .content:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0; }

/** Anchor position */
.ol-popup .anchor {
  display: block;
  width: 0px;
  height: 0px;
  background: red;
  position: absolute; }

.ol-popup .anchor:after,
.ol-popup .anchor:before {
  position: absolute; }

.ol-popup-right .anchor:after,
.ol-popup-right .anchor:before {
  right: 0; }

.ol-popup-top .anchor {
  top: 0; }

.ol-popup-bottom .anchor {
  bottom: 0; }

.ol-popup-right .anchor {
  right: 0; }

.ol-popup-left .anchor {
  left: 0; }

.ol-popup-center .anchor {
  left: 50%; }

.ol-popup-middle .anchor {
  top: 50%; }

.ol-popup-center.ol-popup-middle .anchor {
  display: none; }

/** Add a shadow to the popup */
.ol-popup.shadow {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); }

/** Close box */
.ol-popup .closeBox {
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  font-size: 0.9em;
  font-weight: 700;
  width: 1.4em;
  height: 1.4em;
  margin: 5px 5px 0 0;
  padding: 0;
  position: relative;
  display: none; }

.ol-popup.hasclosebox .closeBox {
  display: block; }

.ol-popup .closeBox:hover {
  background-color: rgba(0, 60, 136, 0.7); }

/* the X */
.ol-popup .closeBox:after {
  content: "\00d7";
  font-size: 1.5em;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin: -0.5em 0;
  position: absolute; }

/** Tool tips popup*/
.ol-popup.tooltips {
  background-color: #ffa; }

.ol-popup.tooltips .content {
  padding: 0 0.25em;
  font-size: 0.85em;
  white-space: nowrap; }

/** Default popup */
.ol-popup.default {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px;
  margin: 11px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2); }

.ol-popup-left.default {
  margin: 11px 10px 11px -22px; }

.ol-popup-right.default {
  margin: 11px -22px 11px 10px; }

.ol-popup-middle.default {
  margin: 0 10px; }

.ol-additions {
  position: absolute;
  top: 6.5em;
  left: 1.5em; }

.uiHomeButtonOpenLayers {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2); }
  .uiHomeButtonOpenLayers:before {
    content: "\f015";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.ol-popup.default .anchor:after,
.ol-popup.default .anchor:before {
  content: "";
  border-color: #69f transparent;
  border-style: solid;
  border-width: 11px;
  margin: 0 -11px; }

.ol-popup.default .anchor:after {
  border-color: #fff transparent;
  border-width: 9px;
  margin: 3px -9px; }

.ol-popup-top.default .anchor:before,
.ol-popup-top.default .anchor:after {
  border-top: 0;
  top: 0; }

.ol-popup-bottom.default .anchor:before,
.ol-popup-bottom.default .anchor:after {
  border-bottom: 0;
  bottom: 0; }

.ol-popup-middle.default .anchor:before {
  margin: -11px 0;
  border-color: transparent #69f; }

.ol-popup-middle.default .anchor:after {
  margin: -9px 2px;
  border-color: transparent #fff; }

.ol-popup-middle.ol-popup-left.default .anchor:before,
.ol-popup-middle.ol-popup-left.default .anchor:after {
  border-left: 0; }

.ol-popup-middle.ol-popup-right.default .anchor:before,
.ol-popup-middle.ol-popup-right.default .anchor:after {
  border-right: 0; }

/** Black popup */
.ol-popup.black .closeBox {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #f80; }

.ol-popup.black .closeBox:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #da2; }

.ol-popup.black {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  margin: 20px 0;
  color: #fff; }

.ol-popup-left.black {
  margin: 20px 10px 20px -22px; }

.ol-popup-right.black {
  margin: 20px -22px 20px 10px; }

.ol-popup-middle.black {
  margin: 0 11px; }

.ol-popup.black .anchor:before {
  content: "";
  border-color: rgba(0, 0, 0, 0.6) transparent;
  border-style: solid;
  border-width: 20px 11px;
  margin: 0 -11px; }

.ol-popup-top.black .anchor:before {
  border-top: 0;
  top: 0; }

.ol-popup-bottom.black .anchor:before {
  border-bottom: 0;
  bottom: 0; }

.ol-popup-middle.black .anchor:before {
  margin: -20px 0;
  border-color: transparent rgba(0, 0, 0, 0.6); }

.ol-popup-middle.ol-popup-left.black .anchor:before {
  border-left: 0; }

.ol-popup-middle.ol-popup-right.black .anchor:before {
  border-right: 0; }

/** Green tips popup */
.ol-popup.tips .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  width: 1.2em;
  height: 1.2em; }

.ol-popup.tips .closeBox:hover {
  background-color: #f40; }

.ol-popup.tips {
  background-color: #cea;
  border: 5px solid #ad7;
  border-radius: 5px;
  margin: 20px 0;
  color: #333; }

.ol-popup-left.tips {
  margin: 20px 10px 20px -22px; }

.ol-popup-right.tips {
  margin: 20px -22px 20px 10px; }

.ol-popup-middle.tips {
  margin: 0 20px; }

.ol-popup.tips .anchor:before {
  content: "";
  border-color: #ad7 transparent;
  border-style: solid;
  border-width: 20px 11px;
  margin: 0 -11px; }

.ol-popup-top.tips .anchor:before {
  border-top: 0;
  top: 0; }

.ol-popup-bottom.tips .anchor:before {
  border-bottom: 0;
  bottom: 0; }

.ol-popup-center.tips .anchor:before {
  border-width: 20px 6px;
  margin: 0 -6px; }

.ol-popup-left.tips .anchor:before {
  border-left: 0;
  margin-left: 0; }

.ol-popup-right.tips .anchor:before {
  border-right: 0;
  margin-right: 0; }

.ol-popup-middle.tips .anchor:before {
  margin: -6px 0;
  border-color: transparent #ad7;
  border-width: 6px 20px; }

.ol-popup-middle.ol-popup-left.tips .anchor:before {
  border-left: 0; }

.ol-popup-middle.ol-popup-right.tips .anchor:before {
  border-right: 0; }

/** Warning popup */
.ol-popup.warning .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  font-size: 0.83em; }

.ol-popup.warning .closeBox:hover {
  background-color: #f40; }

.ol-popup.warning {
  background-color: #fd0;
  border-radius: 3px;
  border: 4px dashed #f00;
  margin: 20px 0;
  color: #900;
  margin: 28px 10px; }

.ol-popup-left.warning {
  margin-left: -22px;
  margin-right: 10px; }

.ol-popup-right.warning {
  margin-right: -22px;
  margin-left: 10px; }

.ol-popup-middle.warning {
  margin: 0 22px; }

.ol-popup.warning .anchor:before {
  content: "";
  border-color: #f00 transparent;
  border-style: solid;
  border-width: 30px 11px;
  margin: 0 -11px; }

.ol-popup-top.warning .anchor:before {
  border-top: 0;
  top: 0; }

.ol-popup-bottom.warning .anchor:before {
  border-bottom: 0;
  bottom: 0; }

.ol-popup-middle.warning .anchor:before {
  margin: -10px 0;
  border-color: transparent #f00;
  border-width: 10px 22px; }

.ol-popup-middle.ol-popup-left.warning .anchor:before {
  border-left: 0; }

.ol-popup-middle.ol-popup-right.warning .anchor:before {
  border-right: 0; }

/** popup animation using visible class
*/
.ol-popup {
  visibility: hidden; }

/** No transform when visible
*/
.ol-popup.visible {
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  animation: ol-popup_bounce 0.4s ease 1; }

@keyframes ol-popup_bounce {
  from {
    transform: scale(0); }
  50% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.95); }
  to {
    transform: scale(1); } }

/* Hide to prevent flickering on animate */
.ol-popup.visible .anchor {
  animation: ol-popup_opacity 0.4s ease 1; }

@keyframes ol-popup_opacity {
  from {
    visibility: hidden; }
  to {
    visibility: hidden; } }

/** Transform Origin */
.ol-popup.ol-popup-bottom.ol-popup-left {
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%; }

.ol-popup.ol-popup-bottom.ol-popup-right {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.ol-popup.ol-popup-bottom.ol-popup-center {
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

.ol-popup.ol-popup-top.ol-popup-left {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.ol-popup.ol-popup-top.ol-popup-right {
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0; }

.ol-popup.ol-popup-top.ol-popup-center {
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0; }

.ol-popup.ol-popup-middle.ol-popup-left {
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%; }

.ol-popup.ol-popup-middle.ol-popup-right {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%; }

.ol-control.ol-layerswitcher-image {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 1em;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s; }

.ol-control.ol-layerswitcher-image.ol-collapsed {
  top: 3em;
  transition: none;
  -webkit-transition: none; }

.ol-layerswitcher-image .panel {
  list-style: none;
  padding: 0.25em;
  margin: 0;
  overflow: hidden; }

.ol-layerswitcher-image .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden; }

.ol-layerswitcher-image.ol-collapsed .panel {
  display: none; }

.ol-layerswitcher-image.ol-forceopen .panel {
  display: block;
  clear: both; }

.ol-layerswitcher-image button {
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
  display: none; }

.ol-layerswitcher-image.ol-collapsed button {
  display: block;
  position: relative; }

.ol-layerswitcher-image li {
  border-radius: 4px;
  border: 3px solid transparent;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 2px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; }

.ol-layerswitcher-image li.ol-layer-hidden {
  opacity: 0.5;
  border-color: #555; }

.ol-layerswitcher-image li img {
  position: absolute;
  max-width: 100%; }

.ol-layerswitcher-image li.select {
  border: 3px solid red; }

.ol-layerswitcher-image li p {
  display: none; }

.ol-layerswitcher-image li:hover p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  height: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em; }

.ol-popup textarea.form-control {
  margin-bottom: 5px;
  min-width: 350px;
  min-height: 75px; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.subheader.affix.introjs-fixParent {
  z-index: 1010 !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

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

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
.dropzone-mds {
  position: relative;
  min-height: 150px;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.09);
  font-size: 14px; }
  .dropzone-mds .dz-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.1); }
  .dropzone-mds .dz-popup {
    position: absolute;
    width: 370px;
    background: white;
    padding: 15px;
    top: 2px;
    z-index: 100;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11); }
  .dropzone-mds .dz-previews-container {
    height: 300px;
    overflow-y: auto; }
  .dropzone-mds.dz-clickable {
    cursor: pointer; }
    .dropzone-mds.dz-clickable * {
      cursor: default; }
    .dropzone-mds.dz-clickable .dz-message, .dropzone-mds.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone-mds.dz-started .dz-message {
    display: none; }
  .dropzone-mds.dz-drag-hover:before {
    content: '';
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    margin: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    border: 3px dashed #00677f; }
  .dropzone-mds.dz-drag-hover:after {
    content: "";
    font: 100px/1 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    height: 100px;
    width: 100px;
    margin: auto;
    color: #00677f; }
  .dropzone-mds .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone-mds .dz-preview {
    position: relative;
    display: block;
    vertical-align: top;
    padding: 10px;
    font-size: 0; }
    .dropzone-mds .dz-preview + .dz-preview {
      border-top: 1px solid rgba(0, 0, 0, 0.07); }
    .dropzone-mds .dz-preview .delete-icon {
      z-index: 11;
      display: none;
      float: right;
      background: white;
      border-radius: 50%;
      position: relative;
      line-height: 1;
      padding: 5px;
      right: 5px; }
      .dropzone-mds .dz-preview .delete-icon, .dropzone-mds .dz-preview .delete-icon * {
        cursor: pointer; }
      .dropzone-mds .dz-preview .delete-icon > i {
        width: 14px;
        text-align: center; }
    .dropzone-mds .dz-preview.dz-type-picture .dz-image:before, .dropzone-mds .dz-preview.dz-type-video .dz-image:before, .dropzone-mds .dz-preview.dz-type-audio .dz-image:before, .dropzone-mds .dz-preview.dz-type-file .dz-image:before {
      font: 14px/1 "FontAwesome";
      position: absolute;
      color: #808080;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 14px;
      height: 14px;
      margin: auto;
      z-index: -1; }
    .dropzone-mds .dz-preview.dz-type-picture .dz-image:before {
      content: ""; }
    .dropzone-mds .dz-preview.dz-type-video .dz-image:before {
      content: ""; }
    .dropzone-mds .dz-preview.dz-type-audio .dz-image:before {
      content: ""; }
    .dropzone-mds .dz-preview.dz-type-file .dz-image:before {
      content: ""; }
    .dropzone-mds .dz-preview:hover:not(.dz-processing):not(.dz-success):not(.dz-complete):not(.dz-processing-finished) .delete-icon {
      display: block; }
    .dropzone-mds .dz-preview:hover.dz-error .delete-icon {
      display: block; }
    .dropzone-mds .dz-preview:hover {
      background-color: #f5f5f5; }
      .dropzone-mds .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone-mds .dz-preview.dz-file-preview .dz-image {
      border-radius: 0px; }
    .dropzone-mds .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone-mds .dz-preview.dz-image-preview .dz-details {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .dropzone-mds .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone-mds .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone-mds .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone-mds .dz-preview .dz-details {
      z-index: 10;
      position: relative;
      font-size: 14px;
      vertical-align: top;
      line-height: 20px;
      display: inline-block; }
      .dropzone-mds .dz-preview .dz-details .dz-filename, .dropzone-mds .dz-preview .dz-details .dz-size {
        display: inline-block; }
      .dropzone-mds .dz-preview .dz-details .dz-filename {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top; }
        @media (max-width: 1439px) {
          .dropzone-mds .dz-preview .dz-details .dz-filename {
            max-width: 150px; } }
      .dropzone-mds .dz-preview .dz-details .dz-size {
        color: #AAA; }
    .dropzone-mds .dz-preview .dz-image {
      border-radius: 0px;
      overflow: hidden;
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      z-index: 10;
      margin-right: 10px; }
      .dropzone-mds .dz-preview .dz-image img {
        display: block; }
    .dropzone-mds .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone-mds .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone-mds .dz-preview.dz-error .dz-status-message {
      display: none; }
    .dropzone-mds .dz-preview .dz-success-mark, .dropzone-mds .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      position: absolute;
      display: block;
      top: 0;
      right: 0; }
      .dropzone-mds .dz-preview .dz-success-mark svg, .dropzone-mds .dz-preview .dz-error-mark svg {
        display: block;
        width: 50px;
        height: 50px; }
    .dropzone-mds .dz-preview .dz-loading-mark,
    .dropzone-mds .dz-preview .dz-success-mark,
    .dropzone-mds .dz-preview .dz-error-mark {
      opacity: 0;
      z-index: 10;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      height: 14px;
      width: 14px;
      margin: auto; }
    .dropzone-mds .dz-preview .dz-loading-mark {
      color: black; }
    .dropzone-mds .dz-preview .dz-success-mark {
      color: black; }
    .dropzone-mds .dz-preview .dz-error-mark {
      color: #8A0000; }
    .dropzone-mds .dz-preview.dz-processing .dz-loading-mark {
      opacity: 1; }
    .dropzone-mds .dz-preview.dz-complete {
      background: #f5f5f5; }
    .dropzone-mds .dz-preview.dz-processing-finished {
      background: #f5f5f5; }
      .dropzone-mds .dz-preview.dz-processing-finished .dz-loading-mark {
        opacity: 0; }
      .dropzone-mds .dz-preview.dz-processing-finished .dz-success-mark {
        opacity: 1; }
      .dropzone-mds .dz-preview.dz-processing-finished .dz-status-message {
        display: none; }
    .dropzone-mds .dz-preview.dz-error {
      background: #FFECE0; }
      .dropzone-mds .dz-preview.dz-error .dz-loading-mark {
        opacity: 0; }
      .dropzone-mds .dz-preview.dz-error .dz-success-mark {
        opacity: 0; }
      .dropzone-mds .dz-preview.dz-error .dz-error-mark {
        opacity: 1; }
    .dropzone-mds .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone-mds .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone-mds .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone-mds .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1;
      pointer-events: none;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scale(1);
      overflow: hidden; }
      .dropzone-mds .dz-preview .dz-progress .dz-upload {
        background: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone-mds .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone-mds .dz-preview.dz-error .dz-status-message {
      display: none; }
    .dropzone-mds .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone-mds .dz-preview [data-dz-errormessage] {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .dropzone-mds .dz-preview .dz-error-message,
    .dropzone-mds .dz-preview .dz-status-message {
      z-index: 10;
      display: none;
      max-width: 400px;
      position: absolute;
      right: 50px;
      bottom: 0;
      top: 0;
      line-height: 40px;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      font-size: 12px;
      color: #191919; }
    .dropzone-mds .dz-preview .dz-status-message {
      display: block; }
  .dropzone-mds .uiInitialMessage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    margin: auto;
    text-align: center;
    color: #888; }
    .dropzone-mds .uiInitialMessage > .message {
      padding: 10px 0; }
  .dropzone-mds .uiInitialMessage:before {
    content: "";
    font: 100px/1 'FontAwesome'; }
  .dropzone-mds .uiUploadLoader {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #00677f;
    z-index: 11;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .dropzone-mds.dz-drag-hover .uiInitialMessage {
    display: none !important; }
  .dropzone-mds .dz-message.dz-default {
    display: none; }

.dropzoneMo {
  border: 1px solid #CCCCCC;
  border-radius: 3px; }

.ua-phone .dropzone-mds .dz-previews-container .delete-icon {
  display: block !important;
  top: -3px; }

.ua-phone .dropzone-mds .dz-previews-container .dz-error-mark {
  pointer-events: auto !important;
  right: 50px !important; }

.ua-phone .dropzone-mds .dz-error-mark {
  pointer-events: auto !important;
  right: 50px !important; }

.global-upload-status {
  position: fixed;
  bottom: 40px;
  right: 41px;
  width: 400px;
  background: white;
  padding: 10px;
  z-index: 299;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11); }
  .global-upload-status .global-upload-status-body {
    padding-top: 15px; }

.ua-phone .global-upload-status {
  max-width: 100%;
  right: 0px;
  bottom: 100px; }

.global-upload-item {
  font-size: 12px;
  position: relative;
  padding: 5px 10px; }
  .global-upload-item.loading .loader {
    background: #FFF4DB; }
  .global-upload-item.done .loader {
    background: #ebffd9; }
  .global-upload-item .topic,
  .global-upload-item .status {
    display: inline-block; }
  .global-upload-item .status {
    float: right; }
  .global-upload-item .loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }

.introjs-helperNumberLayer {
  width: 28px;
  height: 28px; }

.intro-tooltip-width-m {
  max-width: 500px !important; }

.intro-tooltip-width-l {
  max-width: 700px !important; }

.introjs-helperNumberLayer {
  background: #00677f; }

.uiShowIntroJSButton {
  color: #00677f;
  cursor: pointer; }
  .uiShowIntroJSButton:hover, .uiShowIntroJSButton:focus {
    color: #00677f; }

/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.1.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container * {
  box-sizing: border-box; }

.scrtabs-tab-container {
  visibility: visible !important;
  height: 42px; }
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%; }

.scrtabs-tabs-movable-container {
  position: relative; }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-scroll-arrow {
  display: none;
  color: #555;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 42px;
  padding-left: 2px;
  padding-top: 13px;
  text-align: center;
  width: 30px;
  border-bottom: 1px solid #cccccc; }
  .scrtabs-tab-scroll-arrow:hover {
    color: #000; }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }

#calendar .fc-toolbar .fc-button {
  text-transform: capitalize; }

/*!
 * Cropper v3.0.0-rc.1
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-04-30T03:10:34.736Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  opacity: 0;
  background-color: #fff; }

.cropper-modal {
  opacity: .5;
  background-color: #000; }

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75); }

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee; }

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75; }

.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1; }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }

.cropper-point {
  width: 12px;
  height: 12px;
  opacity: .75;
  background-color: #39f; }

.cropper-point.point-e {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  cursor: e-resize; }

.cropper-point.point-n {
  left: 50%;
  top: -6px;
  margin-left: -6px;
  cursor: n-resize; }

.cropper-point.point-w {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  cursor: w-resize; }

.cropper-point.point-s {
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  cursor: s-resize; }

.cropper-point.point-ne {
  top: -6px;
  right: -6px;
  cursor: ne-resize; }

.cropper-point.point-nw {
  top: -6px;
  left: -6px;
  cursor: nw-resize; }

.cropper-point.point-sw {
  bottom: -6px;
  left: -6px;
  cursor: sw-resize; }

.cropper-point.point-se {
  right: -6px;
  bottom: -6px;
  cursor: se-resize;
  opacity: 1; }

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

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

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

.img-container,
.img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center; }

.img-preview {
  float: left;
  overflow: hidden;
  cursor: move;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0; }
  .img-preview .ui-resizable-handle.ui-resizable-se {
    background-color: white;
    border: 1px solid #8c8c8c; }
  .img-preview .ui-resizable-handle.ui-resizable-e, .img-preview .ui-resizable-handle.ui-resizable-s {
    height: 12px;
    width: 12px;
    background: white;
    border: 1px solid #8c8c8c;
    margin: auto; }
  .img-preview .ui-resizable-handle.ui-resizable-e {
    top: 0;
    bottom: 0;
    right: 1px; }
  .img-preview .ui-resizable-handle.ui-resizable-s {
    bottom: 1px;
    left: 0;
    right: 0; }

.preview-lg {
  width: 20rem;
  height: 20rem; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

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

.uiCropRotationSlider .slider.slider-horizontal {
  height: 20px;
  margin-top: 10px; }
  .uiCropRotationSlider .slider.slider-horizontal .slider-track {
    height: 20px; }
  .uiCropRotationSlider .slider.slider-horizontal .slider-selection {
    height: 20px;
    background-color: transparent;
    background-image: none; }
  .uiCropRotationSlider .slider.slider-horizontal .slider-handle {
    width: 10px;
    height: 20px;
    margin-left: -4px; }

.ui-admin-layout {
  /* with multiple calendars */
  /* CUSTOM STYLES MDS !!!! */ }
  .ui-admin-layout .ui-datepicker {
    padding: 0px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-header, .ui-admin-layout .ui-datepicker .ui-timepicker-div > .ui-widget-header {
    position: relative;
    padding: .4em 0;
    border: 1px solid #3b3e40; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-header, .ui-admin-layout .ui-datepicker .ui-timepicker-div > .ui-widget-header {
    background: #595c5d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595c5d), color-stop(100%, #474a4b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* IE10+ */
    background: linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595c5d', endColorstr='#474a4b',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ui-admin-layout .ui-datepicker th {
    color: #e8e9ea !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border: #27292b solid !important;
    border-width: 1px 0 !important;
    background: #77797a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77797a), color-stop(100%, #5b5e5e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* IE10+ */
    background: linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77797a', endColorstr='#5b5e5e',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev, .ui-admin-layout .ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev-hover, .ui-admin-layout .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev {
    left: 2px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-next {
    right: 2px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev span, .ui-admin-layout .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #e8e9ea;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
  .ui-admin-layout .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .ui-admin-layout .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-admin-layout .ui-datepicker select.ui-datepicker-month,
  .ui-admin-layout .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-admin-layout .ui-datepicker table {
    font-size: .9em;
    border-collapse: collapse;
    margin: -1px 0 0 0 !important; }
  .ui-admin-layout .ui-datepicker th {
    padding: .7em 0;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 10px;
    color: #acacac;
    border-bottom: 1px solid #cdcdcd !important; }
  .ui-admin-layout .ui-datepicker td {
    border: 0;
    padding: 0 !important;
    border: 1px solid #cdcdcd; }
  .ui-admin-layout .ui-datepicker td a, .ui-admin-layout .ui-datepicker td span {
    display: block;
    padding: 0 !important;
    border: 0 none !important;
    /*border: 1px solid #cdcdcd !important;*/
    line-height: 30px;
    text-align: center !important;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold !important; }
  .ui-admin-layout .ui-datepicker td a.ui-state-default {
    color: #5d5d5d;
    background: #e8e9ea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e9ea), color-stop(100%, #e3e3e3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
    /* IE10+ */
    background: linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9ea', endColorstr='#e3e3e3',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset; }
  .ui-admin-layout .ui-datepicker-current-day a {
    background: #186ba0 !important;
    filter: none !important;
    color: #FFFFFF !important; }
  .ui-admin-layout .ui-datepicker-today a.ui-state-highlight {
    text-shadow: 1px 1px 1px #156090; }
  .ui-admin-layout .ui-datepicker td a.ui-state-default.ui-state-hover {
    background: #eeeeee; }
  .ui-admin-layout td.ui-datepicker-unselectable {
    border-color: #ebebeb !important;
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%, #efefef 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 );
    /* IE6-9 */ }
  .ui-admin-layout .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-admin-layout .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  .ui-admin-layout .ui-datepicker .ui-icon-circle-triangle-w {
    background: url("/showcase/javax.faces.resource/images/icons_16.png.xhtml?ln=primefaces-omega") 0 -128px no-repeat !important; }
  .ui-admin-layout .ui-datepicker .ui-icon-circle-triangle-e {
    background: url("/showcase/javax.faces.resource/images/icons_16.png.xhtml?ln=primefaces-omega") 0 -112px no-repeat !important; }
  .ui-admin-layout .ui-datepicker-header .ui-state-hover {
    border: 0;
    background: none; }
  .ui-admin-layout .ui-datepicker.ui-datepicker-multi {
    width: auto; }
  .ui-admin-layout .ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  .ui-admin-layout .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  .ui-admin-layout .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  .ui-admin-layout .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  .ui-admin-layout .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  .ui-admin-layout .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0; }
  .ui-admin-layout .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  .ui-admin-layout .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  .ui-admin-layout .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em; }
  .ui-admin-layout .ui-datepicker .ui-datepicker-prev.ui-corner-all span, .ui-admin-layout .ui-datepicker .ui-datepicker-next.ui-corner-all span {
    margin-top: -4px;
    width: 15px;
    height: 20px; }
  .ui-admin-layout .ui-datepicker .ui-icon-circle-triangle-w {
    background: url("../javax.faces.resource/images/ui-icons_ffffff_256x240.png?ln=primefaces-aristo") -95px -15px no-repeat !important; }
  .ui-admin-layout .ui-datepicker .ui-icon-circle-triangle-e {
    background: url("../javax.faces.resource/images/ui-icons_ffffff_256x240.png?ln=primefaces-aristo") -35px -15px no-repeat !important; }
  .ui-admin-layout .portal-config-explanation {
    display: inline-block;
    width: 55%; }
  .ui-admin-layout #gdprUpdateDate input {
    vertical-align: top; }

.textboxOverlayTopper {
  z-index: 51000; }

#textboxesEditorPanel .jw-controlbar {
  z-index: 52000; }

.textboxOverlay {
  pointer-events: none;
  border: 1px solid #999999;
  position: absolute;
  z-index: 1050;
  left: 20px;
  top: 60px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }
  .textboxOverlay img[src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="] {
    border: 1px solid #ff0000;
    width: 100%;
    height: 100%;
    opacity: 1 !important; }
  .textboxOverlay .textbox.in-edit .cropper-line {
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .textbox.in-edit .cropper-point {
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .textbox:hover .cropper-line {
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .textbox:hover .cropper-point {
    display: block;
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .textbox:hover.ui-state-disabled .cropper-point {
    display: none; }
  .textboxOverlay .textbox.hover .cropper-line {
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .textbox:focus .cropper-line {
    color: #39f;
    background-color: #39f; }
  .textboxOverlay .ui-resizable {
    position: relative; }
  .textboxOverlay .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block; }
  .textboxOverlay .ui-resizable-disabled .ui-resizable-handle, .textboxOverlay .ui-resizable-autohide .ui-resizable-handle {
    display: none; }
  .textboxOverlay .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0; }
  .textboxOverlay .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0; }
  .textboxOverlay .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%; }
  .textboxOverlay .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%; }
  .textboxOverlay .ui-resizable-se {
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px; }
  .textboxOverlay .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px; }
  .textboxOverlay .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px; }
  .textboxOverlay .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px; }
  .textboxOverlay .textbox {
    pointer-events: auto;
    overflow: visible;
    position: absolute;
    cursor: move; }
    .textboxOverlay .textbox.ui-state-disabled {
      cursor: not-allowed; }
    .textboxOverlay .textbox .cropper-line.line-s, .textboxOverlay .textbox .cropper-line.line-n {
      height: 1px; }
    .textboxOverlay .textbox .cropper-line.line-e {
      right: 0px; }
    .textboxOverlay .textbox .cropper-line.line-w {
      left: 0px; }
    .textboxOverlay .textbox .cropper-line.line-e, .textboxOverlay .textbox .cropper-line.line-w {
      width: 1px; }
    .textboxOverlay .textbox .cropper-line.line-n {
      top: 0px; }
    .textboxOverlay .textbox .cropper-line.line-s {
      bottom: 0px; }
    .textboxOverlay .textbox .cropper-point {
      width: 7px;
      height: 7px;
      display: none;
      opacity: 1;
      color: #888888;
      background-color: #888888; }
    .textboxOverlay .textbox img {
      pointer-events: none; }
    .textboxOverlay .textbox .cropper-line {
      opacity: 1;
      color: black;
      background-color: transparent; }

.uiTextBox .textRepresentation {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  .uiTextBox .textRepresentation *[style] {
    font-weight: normal !important;
    text-decoration: none !important; }
  .uiTextBox .textRepresentation strong, .uiTextBox .textRepresentation b {
    font-weight: normal !important; }
  .uiTextBox .textRepresentation i, .uiTextBox .textRepresentation cite, .uiTextBox .textRepresentation em, .uiTextBox .textRepresentation var, .uiTextBox .textRepresentation address, .uiTextBox .textRepresentation dfn {
    font-style: normal !important; }
  .uiTextBox .textRepresentation sub, .uiTextBox .textRepresentation sup {
    font-size: 100% !important;
    top: 0 !important;
    bottom: 0 !important; }
  .uiTextBox .textRepresentation p {
    margin: 0px;
    padding: 0px; }

.uiTextBox span.preview {
  cursor: pointer; }

@media (max-width: 1439px) {
  .uiTextBox .media-body .media-heading {
    width: 50%; }
  .uiTextBox .media-body .media-buttons {
    width: 50%; } }

/*fix directdownload*/
.radio.dd label::after, .table-radios > tbody > tr > td.dd label::after {
  top: 0px;
  margin-top: 3px; }

.radio.dd label::before, .table-radios > tbody > tr > td.dd label::before {
  top: 0px;
  margin-top: 0px; }

.radio.dd label, .table-radios > tbody > tr > td.dd label {
  display: inline !important; }

/*fix radiobuttons portal dropbox/googledrive e*/
div .radio.inline, div .table-radios > tbody > tr > td.inline {
  display: inline; }

div.s17x17 {
  width: 17px;
  height: 17px; }

@charset "UTF-8";
/**
 * Following configurations are used
 * for skipping the xs/sm/md breakpoints.
 * The style are still present, but it
 * will overwrite each other and react
 * just like with no breakpoints.
 *
 * There is no easy way of removing them
 * completely and also inherit from the
 * default bootstrap styles. Hence we are
 * suppressing the breakpoints.
 */
/**
 * Continue with regular includes.
 * =
 */
/**
  * Load Bootstrap variables.
  */
/* TEXT SHADOW */
/**
  * Load custom variables.
  */
/**
 * Importing custom Core SCSS
 */
html.iframe {
  overflow: visible; }
  html.iframe body {
    background-color: #FFFFFF; }
  html.iframe body,
  html.iframe #page {
    height: 100%; }

.load-boot-module,
.load-boot-flight-module {
  display: none;
  visibility: hidden; }

a:focus {
  outline: none !important; }

.highlight {
  background-color: #FFFF88; }

.main-container {
  padding: 0;
  position: relative; }
  @media (min-width: 3px) {
    .main-container {
      margin-top: 40px; } }
  .main-container > .lightbox {
    width: 100%;
    position: relative; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

.dropdown .dropdown-menu,
.dropup .dropdown-menu {
  margin: 0;
  /*
     * Menubar dropdown in search-result
     */ }
  .dropdown .dropdown-menu.dropdown-menubar-settings,
  .dropup .dropdown-menu.dropdown-menubar-settings {
    width: 350px; }
    .dropdown .dropdown-menu.dropdown-menubar-settings label.property-label,
    .dropup .dropdown-menu.dropdown-menubar-settings label.property-label {
      font-size: 12px;
      line-height: 18px; }

.dropdown .dropdown-menu {
  margin: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  /*
     * Detailed Search
     */
  /*
     * Share dropdown in instance
     */
  /*
     * Lightbox change dropdown in mainmenu
     */ }
  .dropdown .dropdown-menu .divider-tiny {
    height: 1px;
    margin: 2px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown .dropdown-menu .hollow-badge {
    background-color: white; }
  .dropdown .dropdown-menu li {
    list-style-type: none; }
    .dropdown .dropdown-menu li > span {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.25;
      color: #999999;
      white-space: nowrap; }
    .dropdown .dropdown-menu li > a.active {
      color: #00677f; }
    .dropdown .dropdown-menu li > .dropdown-list-item {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.25;
      color: #333333;
      white-space: nowrap; }
      .dropdown .dropdown-menu li > .dropdown-list-item:hover, .dropdown .dropdown-menu li > .dropdown-list-item:focus {
        text-decoration: none;
        color: white;
        background-color: black; }
    .dropdown .dropdown-menu li > .lang {
      padding-left: 37px; }
      .dropdown .dropdown-menu li > .lang .default-language {
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
      .dropdown .dropdown-menu li > .lang:before {
        position: absolute;
        content: ' ';
        height: 16px;
        width: 16px;
        left: 17px;
        top: 5px;
        background-repeat: no-repeat; }
      .dropdown .dropdown-menu li > .lang.lang_de:before {
        background-image: url("../pub/images/flag_germany.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_fr:before {
        background-image: url("../pub/images/flag_france.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_en:before {
        background-image: url("../pub/images/flag_great_britain.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_es:before {
        background-image: url("../pub/images/flag_spain.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_pt:before {
        background-image: url("../pub/images/flag_portugal.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_ro:before {
        background-image: url("../pub/images/flag_romania.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_tr:before {
        background-image: url("../pub/images/flag_turkey.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_it:before {
        background-image: url("../pub/images/flag_italy.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_nl:before {
        background-image: url("../pub/images/flag_netherlands.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_pl:before {
        background-image: url("../pub/images/flag_poland.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_da:before {
        background-image: url("../pub/images/flag_denmark.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_el:before {
        background-image: url("../pub/images/flag_greece.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_et:before {
        background-image: url("../pub/images/flag_estonia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_fi:before {
        background-image: url("../pub/images/flag_finland.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_hr:before {
        background-image: url("../pub/images/flag_croatia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_hu:before {
        background-image: url("../pub/images/flag_hungary.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_lt:before {
        background-image: url("../pub/images/flag_lithuania.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_lv:before {
        background-image: url("../pub/images/flag_latvia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_mk:before {
        background-image: url("../pub/images/flag_macedonia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_no:before {
        background-image: url("../pub/images/flag_norway.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_ru:before {
        background-image: url("../pub/images/flag_russia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_sk:before {
        background-image: url("../pub/images/flag_slovakia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_sl:before {
        background-image: url("../pub/images/flag_slovenia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_sr:before {
        background-image: url("../pub/images/flag_serbia.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_sv:before {
        background-image: url("../pub/images/flag_sweden.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_uk:before {
        background-image: url("../pub/images/flag_ukraine.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_ko:before {
        background-image: url("../pub/images/flag_korea.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_sq:before {
        background-image: url("../pub/images/flag_albania.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_bg:before {
        background-image: url("../pub/images/flag_bulgaria.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_zh:before {
        background-image: url("../pub/images/flag_china.gif"); }
      .dropdown .dropdown-menu li > .lang.lang_cs:before {
        background-image: url("../pub/images/flag_czech_republic.gif"); }
  .dropdown .dropdown-menu .dropdown-menu-header {
    margin: -5px 0 0;
    padding: 10px;
    background-color: #F8F8F8; }
  .dropdown .dropdown-menu .dropdown-menu-footer {
    margin: 5px 0 -5px;
    padding: 10px;
    background-color: #F8F8F8; }
  .dropdown .dropdown-menu.detailed-search {
    max-width: 920px;
    min-width: 580px;
    left: auto;
    right: 10px;
    top: 29px; }
  .dropdown .dropdown-menu.dropdown-share {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 300px;
    z-index: 2;
    margin-bottom: 13px; }
  .dropdown .dropdown-menu.dropdown-menu-lightbox {
    line-height: 1.25;
    width: 450px;
    z-index: 1020; }
    .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-header,
    .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-footer {
      font-size: 12px;
      position: relative;
      padding: 6px 12px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-header {
      line-height: 2;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      background-color: #fff; }
      .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-header .close {
        line-height: 20px; }
    .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-footer {
      line-height: 2;
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      text-align: center;
      background-color: #fff; }
      .dropdown .dropdown-menu.dropdown-menu-lightbox .dropdown-menu-footer a {
        display: block;
        cursor: pointer;
        text-decoration: none; }
    .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu {
      margin: 0 0 -5px;
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.09);
      background-color: #fbfbfb; }
      .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li {
        position: relative; }
        .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li:last-of-type > a {
          margin-bottom: initial;
          border-bottom: 0;
          padding-left: 30px; }
        .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li:hover {
          background-color: #EBEFF3; }
          .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li:hover:after {
            content: "\f105";
            position: absolute;
            right: 20px;
            top: 11px;
            font: normal normal normal 14px/1 FontAwesome;
            color: black; }
        .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li > a, .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li .lightbox-active-top {
          padding: 10px 12px;
          display: block;
          font-size: 12px;
          margin-bottom: -1px;
          border-bottom: 1px solid #EBEFF3;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li > a:hover, .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li .lightbox-active-top:hover {
            text-decoration: initial; }
            .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li > a:hover i, .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li .lightbox-active-top:hover i {
              opacity: 1; }
          .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li > a i, .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li .lightbox-active-top i {
            opacity: 0; }
        .dropdown .dropdown-menu.dropdown-menu-lightbox .uiLightboxMenu > li .lightbox-active-top i {
          opacity: 1; }
  .dropdown .dropdown-menu:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    top: -5px;
    left: 20px; }
  .dropdown .dropdown-menu.pull-right:before {
    left: inherit;
    right: 10px; }

@media (max-width: 1199px) {
  .dropdown .dropdown-menu.detailed-search {
    left: 0px; }
    .dropdown .dropdown-menu.detailed-search:before {
      left: 385px; }
  .subheader.affix .container .navbar .navbar-nav-overflow .dropdown .dropdown-menu.detailed-search:before {
    left: 285px; } }

.dropup {
  position: relative; }
  .dropup .dropdown-menu {
    border: 1px solid #ccc;
    border: 1px solid rgba(50, 60, 70, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
    .dropup .dropdown-menu:before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #FFF;
      border-bottom: 1px solid #CCC;
      border-right: 1px solid #CCC;
      bottom: -5px;
      left: 20px; }
    .dropup .dropdown-menu.pull-right:before {
      left: inherit;
      right: 10px; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%; }
    .dropdown-submenu .dropdown-menu:before {
      content: none; }
  .dropdown-submenu > a:after {
    display: block;
    font-family: "FontAwesome";
    content: "";
    float: left;
    width: 0;
    height: 0;
    border-left-color: #CCC;
    margin-left: -12px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu.pull-left {
    float: none !important; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      width: 100%;
      margin-right: 2px; }
  .dropdown-submenu ul {
    max-height: 80vh;
    overflow-y: auto; }

.tag-cloud-wrapper {
  word-wrap: break-word; }
  .tag-cloud-wrapper .tag-cloud-title {
    padding-top: 4px;
    padding-bottom: 8px; }
    .tag-cloud-wrapper .tag-cloud-title span {
      font-weight: bold;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      overflow: hidden; }

.navbar.mob .navbar-collapse.collapse.in {
  max-height: 100%; }

.search-bar-mobile .detailed-search {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px;
  position: static;
  float: none;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: 100% !important; }
  .search-bar-mobile .detailed-search ol li {
    list-style-type: none; }
    .search-bar-mobile .detailed-search ol li .checkbox, .search-bar-mobile .detailed-search ol li .radio {
      margin-left: 10px;
      padding-left: auto; }
  .search-bar-mobile .detailed-search.collapse {
    height: 0px; }
    .search-bar-mobile .detailed-search.collapse.in {
      height: auto; }
  .search-bar-mobile .detailed-search .tag-cloud-wrapper {
    overflow: hidden;
    word-wrap: break-word;
    border-top: 1px solid #eeeeee; }

li.uiColorPickerSearch .color-picker-box {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 2px;
  border: 1px solid #000;
  border-radius: 2px; }

li.uiColorPickerSearch.add-opacity .color-picker-box {
  opacity: 0.3;
  filter: alpha(opacity=30); }

li.uiColorPickerSearch .selected {
  border: 2px solid #000000 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

li.uiColorPickerSearch .color-picker-7003 {
  background-color: #fff600; }

li.uiColorPickerSearch .color-picker-7004 {
  background-color: #44ff00; }

li.uiColorPickerSearch .color-picker-7005 {
  background-color: #ff9900; }

li.uiColorPickerSearch .color-picker-7007 {
  background-color: #ff0006; }

li.uiColorPickerSearch .color-picker-7006 {
  background-color: #ffddff; }

li.uiColorPickerSearch .color-picker-7008 {
  background-color: #FBF8F2; }

li.uiColorPickerSearch .color-picker-7010 {
  background-color: #c000ff; }

li.uiColorPickerSearch .color-picker-7013 {
  background-color: #770011; }

li.uiColorPickerSearch .color-picker-7016 {
  background-color: #000000; }

li.uiColorPickerSearch .color-picker-7028 {
  background-color: #afafaf; }

li.uiColorPickerSearch .color-picker-7015 {
  background-color: #FFFFFF; }

li.uiColorPickerSearch #color-picker-id-7015, li.uiColorPickerSearch div.color-picker-7015 {
  background: #FFFFFF url("../pub/images/multicolor.gif") center center no-repeat; }

li.uiColorPickerSearch .color-picker-7002 {
  background-color: #FFFFFF; }

li.uiColorPickerSearch #color-picker-id-7002, li.uiColorPickerSearch div.color-picker-7002 {
  background: #FFFFFF url("../pub/images/colors.gif") center center no-repeat; }

/**
 * Used on buttons with 100% width
 */
.btn-group-inline {
  display: table; }
  .btn-group-inline > .btn {
    float: initial;
    display: table-cell; }

/**
  * Button group on search result
  */
.btn-group.btn-group-search-result > .btn {
  border: none;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px; }
  .btn-group.btn-group-search-result > .btn > i {
    font-size: 18px;
    line-height: 20px; }

.btn-group.btn-group-search-result > .btn + .btn {
  padding-left: 10px;
  margin-left: 0;
  border-left: 1px solid #eeeeee; }

.btn-group.btn-group-search-result > span.text-caps {
  font-size: 13px; }

.glyphicon-angle-right, .glyphicon-angle-double-right, .glyphicon-angle-left, .glyphicon-angle-double-left {
  min-width: 10px; }

.blankslate {
  position: relative;
  padding: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); }
  .blankslate.clean-background {
    background: none;
    border: 0;
    box-shadow: none; }
  .blankslate.capped {
    border-radius: 0 0 3px 3px; }
  .blankslate.spacious {
    padding: 100px 60px 120px; }
  .blankslate.has-fixed-width {
    width: 485px;
    margin: 0 auto; }
  .blankslate.large-format h3 {
    margin: 0.75em 0;
    font-size: 20px; }
  .blankslate.large-format p {
    font-size: 16px; }
    .blankslate.large-format p.has-fixed-width {
      width: 540px;
      margin: 0 auto;
      text-align: left; }
  .blankslate.large-format .mega-octicon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #aaa; }
  .blankslate.large-format .octicon-inbox {
    font-size: 48px;
    line-height: 40px; }
  .blankslate code {
    padding: 2px 5px 3px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px; }
  .blankslate > .mega-octicon {
    color: #aaa; }
  .blankslate .mega-octicon + .mega-octicon {
    margin-left: 10px; }
  .tabnav + .blankslate {
    margin-top: 20px; }
  .blankslate .context-loader.large-format-loader {
    padding-top: 50px; }

.search-bar .search-form {
  padding: 0;
  margin-right: 10px; }
  .search-bar .search-form .input-group > input {
    width: 100% !important; }

.search-bar-mobile {
  padding: 10px 0; }

.subheader {
  transform: translate3d(0, 0, 0); }
  .subheader .navbar {
    border: none; }
    .subheader .navbar .nav.navbar-nav .navbar-form:first-child {
      padding-left: 0;
      transition: margin-left 0.225s; }
    .subheader .navbar .nav.navbar-nav .input-group {
      display: table;
      width: 100%;
      vertical-align: inherit; }
      .subheader .navbar .nav.navbar-nav .input-group > .input-group-btn {
        width: 1px; }
  .subheader.affix {
    position: fixed !important;
    top: 0;
    transition: top 0.225s; }
    .subheader.affix .navbar .nav.navbar-nav .navbar-form:first-child {
      margin-left: 80px; }
    .subheader.affix + .main-container {
      margin-top: 40px; }
  .subheader .subheader-horizontal-topic-tree {
    position: absolute;
    top: 51px;
    padding: 0 15px;
    margin-left: -15px; }
    .subheader .subheader-horizontal-topic-tree .navbar-form {
      margin: 0;
      padding: 10px !important;
      background: #fff;
      border-top: none; }
    .subheader .subheader-horizontal-topic-tree + .horizontal-quick-search-btn {
      width: 25px; }

.input-group-btn > .btn {
  position: relative;
  z-index: 2; }

.input-group-btn > .login-icon {
  height: 35px !important;
  line-height: 25px !important;
  border: 1px solid #a99b9b;
  border-radius: 0 !important;
  min-width: 32px; }

.input-group button.clear {
  display: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none; }
  .input-group button.clear:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.input-group.withClear button.clear {
  display: block;
  position: absolute;
  right: 34px;
  z-index: 2;
  top: 4px; }

.input-group .input-group-addon-right {
  position: absolute;
  top: 0;
  right: 0; }

.input-group .input-login {
  height: 35px;
  border-radius: 0;
  border-left: 0; }

.form-group:not(.has-error) .chosen-container-active a.chosen-single {
  border-color: #cdcccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3f3f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3f3f3; }

.mars-nav {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .mars-nav:before, .mars-nav:after {
    content: " ";
    display: table; }
  .mars-nav:after {
    clear: both; }
  .mars-nav > li {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #eeeeee;
    padding: 0px 20px; }
    .mars-nav > li:last-child {
      border-right: 0px solid #fff;
      padding-right: 0px; }
    .mars-nav > li > div > a:hover, .mars-nav > li > div > a:focus {
      color: black;
      text-decoration: none;
      background-color: transparent; }
    .mars-nav > li > span.disabled {
      color: #555555; }
    .mars-nav > li > a, .mars-nav > li span.disabled {
      position: relative;
      display: block; }
      .mars-nav > li > a.lang:before, .mars-nav > li span.disabled.lang:before {
        top: 7px; }
      .mars-nav > li > a:hover, .mars-nav > li > a:focus, .mars-nav > li span.disabled:hover, .mars-nav > li span.disabled:focus {
        color: black;
        text-decoration: none;
        background-color: transparent; }
    .mars-nav > li.disabled > a, .mars-nav > li .disabled {
      color: #999999; }
      .mars-nav > li.disabled > a:hover, .mars-nav > li.disabled > a:focus, .mars-nav > li .disabled:hover, .mars-nav > li .disabled:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .mars-nav > li.lightbox > a {
    display: inline; }
  .mars-nav > li.lightbox #lightboxMenu {
    display: inline-block;
    vertical-align: top; }
    .mars-nav > li.lightbox #lightboxMenu > a {
      display: inline-block;
      text-decoration: none; }
      .mars-nav > li.lightbox #lightboxMenu > a.btn {
        padding-top: 5px; }
  .mars-nav > li.cart {
    display: block; }
    .mars-nav > li.cart #cartMenu1, .mars-nav > li.cart #cartMenu2 {
      display: inherit; }
      .mars-nav > li.cart #cartMenu1 > a, .mars-nav > li.cart #cartMenu2 > a {
        text-decoration: none;
        display: inherit; }
  @media (min-width: 3px) {
    .mars-nav .mainmenu-item.home .uiMainMenuText, .mars-nav .mainmenu-item.batchUpdate .uiMainMenuText, .mars-nav .mainmenu-item.my-uploads .uiMainMenuText, .mars-nav .mainmenu-item.my-upload .uiMainMenuText, .mars-nav .mainmenu-item.downloads .uiMainMenuText, .mars-nav .mainmenu-item.cart .uiMainMenuText, .mars-nav .mainmenu-item.templateManager .uiMainMenuText {
      display: none; } }
  @media (min-width: 1440px) {
    .mars-nav .mainmenu-item.home .uiMainMenuText, .mars-nav .mainmenu-item.batchUpdate .uiMainMenuText, .mars-nav .mainmenu-item.my-uploads .uiMainMenuText, .mars-nav .mainmenu-item.my-upload .uiMainMenuText, .mars-nav .mainmenu-item.downloads .uiMainMenuText, .mars-nav .mainmenu-item.cart .uiMainMenuText, .mars-nav .mainmenu-item.templateManager .uiMainMenuText {
      display: none; } }
  @media (min-width: 1440px) {
    .mars-nav .mainmenu-item.home .uiMainMenuText, .mars-nav .mainmenu-item.batchUpdate .uiMainMenuText, .mars-nav .mainmenu-item.my-uploads .uiMainMenuText, .mars-nav .mainmenu-item.my-upload .uiMainMenuText, .mars-nav .mainmenu-item.downloads .uiMainMenuText, .mars-nav .mainmenu-item.cart .uiMainMenuText, .mars-nav .mainmenu-item.templateManager .uiMainMenuText {
      display: inline-block; } }

.nav-pills > li {
  float: left; }
  .nav-pills > li > li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: transparent;
    color: #00677f; }

.lite-panel-header .mars-menu-pills > li {
  border: 0 !important; }

.mars-menu-pills > li {
  float: left; }
  .mars-menu-pills > li > li {
    margin-left: 2px; }
  .mars-menu-pills > li a {
    border-bottom: 1px solid transparent; }
    .mars-menu-pills > li a span.badge.empty {
      display: inline-block; }
  .mars-menu-pills > li.active a, .mars-menu-pills > li.active a:hover, .mars-menu-pills > li.active a:focus {
    color: #00677f;
    border-bottom: 1px solid #00677f;
    font-weight: normal;
    text-decoration: none; }
    .mars-menu-pills > li.active a .badge, .mars-menu-pills > li.active a:hover .badge, .mars-menu-pills > li.active a:focus .badge {
      background-color: #00677f;
      color: white; }

.nav-tabs-info-panel-header {
  display: block;
  float: none;
  clear: left; }
  .nav-tabs-info-panel-header > li {
    display: inline-block; }
    .nav-tabs-info-panel-header > li a {
      font-size: 12px;
      font-weight: bold;
      color: black; }
      .nav-tabs-info-panel-header > li a:focus, .nav-tabs-info-panel-header > li a:hover {
        background-color: transparent; }
    .nav-tabs-info-panel-header > li.active a {
      color: #00677f; }
    .nav-tabs-info-panel-header > li.active:before, .nav-tabs-info-panel-header > li.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 0;
      width: 0;
      z-index: 2; }
    .nav-tabs-info-panel-header > li.active:before {
      border: 8px solid transparent;
      border-bottom-color: #eee;
      margin-left: -1px; }
    .nav-tabs-info-panel-header > li.active:after {
      border: 7px solid transparent;
      border-bottom-color: white; }

.nav-tabs-instance {
  border-bottom: 1px solid #EEE;
  background-color: #FFF; }
  .nav-tabs-instance > li {
    display: inline-block;
    border-right: 1px solid #eeeeee; }
    .nav-tabs-instance > li:last-child {
      border-right: none; }
    .nav-tabs-instance > li:not(.tabdrop) + li {
      margin-left: -4px; }
    .nav-tabs-instance > li > a {
      padding: 11px;
      display: inline-block;
      background-color: white;
      border: none; }
    .nav-tabs-instance > li.active > a {
      padding: 11px;
      color: #00677f;
      background-color: #FFF;
      border: none; }
      .nav-tabs-instance > li.active > a:hover, .nav-tabs-instance > li.active > a:focus, .nav-tabs-instance > li.active > a:active {
        border: none;
        background-color: #FFF;
        color: #00677f; }
      .nav-tabs-instance > li.active > a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #00677f; }

.info-panel.instance-VIDEO .instance-properties .nav-tabs-instance {
  display: flex; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #eeeeee; }

.nav > li > .nav-list-item {
  position: relative;
  display: block;
  padding: 10px 30px; }
  .nav > li > .nav-list-item.lang {
    padding-left: 40px; }
    .nav > li > .nav-list-item.lang:before {
      top: 12px;
      left: 15px; }
  .nav > li > .nav-list-item:hover, .nav > li > .nav-list-item:focus {
    text-decoration: none;
    background-color: #eeeeee; }

.nav > li > div > a,
.nav > li > div > span.disabled {
  position: relative;
  display: inline-block;
  padding: 10px 30px; }
  .nav > li > div > a:hover, .nav > li > div > a:focus,
  .nav > li > div > span.disabled:hover,
  .nav > li > div > span.disabled:focus {
    text-decoration: none;
    background-color: #eeeeee; }

.nav > li.disabled > div > a,
.nav > li.disabled > div > span.disabled {
  color: #999999; }
  .nav > li.disabled > div > a:hover, .nav > li.disabled > div > a:focus,
  .nav > li.disabled > div > span.disabled:hover,
  .nav > li.disabled > div > span.disabled:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }

.nav li#active a {
  background-color: #eeeeee; }

.nav .open > div > a, .nav .open > div > a:hover, .nav .open > div > a:focus {
  background-color: #eeeeee;
  border-color: black; }

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

.nav.nav-tabs-social-media {
  padding-top: 0px;
  margin-bottom: 10px; }
  .nav.nav-tabs-social-media li {
    font-size: 16px; }
    .nav.nav-tabs-social-media li a {
      border: 1px solid transparent;
      background: none; }
      .nav.nav-tabs-social-media li a:hover, .nav.nav-tabs-social-media li a:focus {
        border: 1px solid transparent;
        border-bottom: 1px solid #00677f; }
    .nav.nav-tabs-social-media li.active a {
      background: none;
      border-bottom: 1px solid #00677f; }

.nav.nav-styles {
  padding: 10px; }
  .nav.nav-styles li .badge {
    color: black; }
  .nav.nav-styles li.active .badge {
    color: #00677f; }

.main-menu-lang {
  border-left: 1px solid #eee;
  margin-left: -1px; }
  .main-menu-lang a.lang:before {
    top: 12px; }
  .main-menu-lang:hover {
    text-decoration: none; }

.mars-nav.mars-menu-pills .main-menu-lang a.lang {
  padding-top: 5px;
  padding-bottom: 5px; }
  .mars-nav.mars-menu-pills .main-menu-lang a.lang:before {
    top: 6px; }
  .mars-nav.mars-menu-pills .main-menu-lang a.lang:hover {
    background-color: transparent; }

#navbarCollapseMainmenu .main-menu-lang {
  display: none; }

.nav-stacked.nav--OPicker .active > a {
  background-color: #ccc;
  font-weight: bold; }
  .nav-stacked.nav--OPicker .active > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    border: 10px solid transparent;
    border-right-color: white; }

.navbar-header .navbar-toggle {
  margin-right: auto;
  margin-left: auto;
  float: left; }

.subheader.affix .navbar-brand {
  opacity: 1; }

.navbar {
  border-radius: 0;
  font-size: 14px;
  min-height: 40px;
  margin-bottom: 0; }
  .navbar .navbar-brand {
    padding: 0 15px;
    position: absolute;
    transition: opacity 0.325s;
    opacity: 0; }
  .navbar .dropdown-menu.login-dropdown {
    margin: 0 !important; }
    .navbar .dropdown-menu.login-dropdown .form-group {
      margin: 10px; }
  .navbar .user-dropdown .user-name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; }
  .navbar .user-dropdown .user-icon {
    line-height: 20px; }

.navbar.navbar-inverse .navbar-nav > li {
  border-right: 1px solid #1a1919; }
  .navbar.navbar-inverse .navbar-nav > li:last-child {
    border-right: 0px solid #000; }

.navbar.navbar-inverse .navbar-nav > li > a > .faded-text, .navbar.navbar-inverse .navbar-nav span.disabled > .faded-text {
  color: #8c8c8c; }
  .navbar.navbar-inverse .navbar-nav > li > a > .faded-text > .highlighted-text, .navbar.navbar-inverse .navbar-nav span.disabled > .faded-text > .highlighted-text {
    color: white; }

.navbar.navbar-inverse .navbar-nav > li > a > .highlighted-text, .navbar.navbar-inverse .navbar-nav span.disabled > .highlighted-text {
  color: white; }

.navbar.navbar-white.navbar-transparent {
  opacity: 0.98;
  filter: alpha(opacity=98); }

.navbar-nav > li > div > a,
.navbar-nav > li > div > span.disabled {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

.navbar-nav > li > a.font-size-selector,
.navbar-nav > li > span.disabled.font-size-selector {
  padding-left: 5px;
  padding-right: 5px; }

.navbar-nav > li > span > a,
.navbar-nav > li > span > span.disabled {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

.navbar-nav .disabled {
  color: #999999 !important; }
  .navbar-nav .disabled:hover, .navbar-nav .disabled:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }

.badge {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 7px; }

.hollow-badge {
  background-color: transparent;
  color: #00677f;
  border: 1px solid;
  padding: 2px 7px; }

.badge-tiny {
  padding: 1px 6px;
  font-size: 9px; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: black; }

.thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

.thumbnail-collection {
  width: 190px;
  height: 175px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px; }

.thumbnail-fixed {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 2px;
  overflow: hidden; }
  .thumbnail-fixed > img {
    text-align: center;
    max-width: 100%;
    max-height: 100%; }

.storyboard-thumbnail {
  display: inline-block; }

.alert.alert-modal {
  border-radius: 0;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px; }

.alert-hollow {
  background-color: white;
  border-left: 5px solid;
  border-color: #333333;
  color: #333333; }
  .alert-hollow hr {
    border-top-color: #262626; }
  .alert-hollow .alert-link {
    color: #1a1919; }

.list-group.list-group-sm .list-group-item {
  padding: 5px 10px; }

.list-group.list-group-sm .list-group-sub-item {
  padding: 0px; }

.list-group.list-group-clips {
  margin: 0; }
  .list-group.list-group-clips .list-group-item {
    padding: 10px;
    position: relative;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: initial; }
    .list-group.list-group-clips .list-group-item .media-heading {
      font-size: 14px; }
      .list-group.list-group-clips .list-group-item .media-heading .uiCutTitleInput {
        max-width: 100%; }
    .list-group.list-group-clips .list-group-item + .list-group-item {
      border-top: 1px solid #eee; }

.list-group .list-group-item.remote-loading:after {
  content: '\f021';
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

.panel {
  margin-bottom: 0;
  border-color: #cccccc; }
  .panel a .glyphicon-expand {
    display: none; }
  .panel a.collapsed .glyphicon-expand {
    display: inherit; }
  .panel a.collapsed .glyphicon-minimize {
    display: none; }

div a .glyphicon-expand {
  display: none; }

div a.collapsed .glyphicon-expand {
  display: inherit; }

div a.collapsed .glyphicon-minimize {
  display: none; }

.panel-title {
  font-size: 12px; }

.panel-group {
  margin-bottom: 0; }
  .panel-group .panel {
    overflow: initial; }

.panel-share {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel-share + .panel {
    margin-top: 0px !important; }
  .panel-share.panel:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .panel-share > .panel-heading {
    color: #333333;
    background-color: white; }
    .panel-share > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-share > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-publishing,
.panel-batch-update,
.panel-generic {
  border: 1px solid #ddd; }
  .panel-publishing > .panel-heading,
  .panel-batch-update > .panel-heading,
  .panel-generic > .panel-heading {
    color: #333333;
    background-color: white; }
    .panel-publishing > .panel-heading a,
    .panel-batch-update > .panel-heading a,
    .panel-generic > .panel-heading a {
      font-weight: bold;
      font-size: 14px;
      display: block; }
      .panel-publishing > .panel-heading a:hover, .panel-publishing > .panel-heading a[aria-expanded="true"],
      .panel-batch-update > .panel-heading a:hover,
      .panel-batch-update > .panel-heading a[aria-expanded="true"],
      .panel-generic > .panel-heading a:hover,
      .panel-generic > .panel-heading a[aria-expanded="true"] {
        color: #00677f; }
      .panel-publishing > .panel-heading a:hover, .panel-publishing > .panel-heading a:active, .panel-publishing > .panel-heading a:focus,
      .panel-batch-update > .panel-heading a:hover,
      .panel-batch-update > .panel-heading a:active,
      .panel-batch-update > .panel-heading a:focus,
      .panel-generic > .panel-heading a:hover,
      .panel-generic > .panel-heading a:active,
      .panel-generic > .panel-heading a:focus {
        text-decoration: initial; }
      .panel-publishing > .panel-heading a i,
      .panel-batch-update > .panel-heading a i,
      .panel-generic > .panel-heading a i {
        font-size: 14px; }
      .panel-publishing > .panel-heading a .publish-variant,
      .panel-batch-update > .panel-heading a .publish-variant,
      .panel-generic > .panel-heading a .publish-variant {
        background: #eee;
        color: black;
        padding: 2px 10px;
        border-radius: 3px; }
  .panel-publishing > .panel-footer + .panel-collapse .panel-body,
  .panel-batch-update > .panel-footer + .panel-collapse .panel-body,
  .panel-generic > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

#textboxesEditorPanel div.jw-icon-fullscreen, #textboxesEditorPanel a.fp-fullscreen {
  display: none; }

.ui-autocomplete-loading {
  background: white url("../pub/images/input_loading.gif") right center no-repeat; }

.topic-tree {
  background-color: white;
  border-right: 1px solid #eeeeee;
  list-style-type: none; }
  .topic-tree .seperator {
    max-width: 100%;
    font-weight: bold;
    text-transform: none;
    padding: 5px;
    padding-left: 10px;
    background-color: #eeeeee;
    list-style-type: none;
    cursor: auto; }
  .topic-tree .lineDisplaySeperator {
    background-color: #eee;
    height: 3px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
  .topic-tree.with-checkbox .topic-tree-item .menu-item {
    overflow: hidden; }
    .topic-tree.with-checkbox .topic-tree-item .menu-item label.checkbox {
      margin: 0 0 0 20px;
      vertical-align: middle; }
      .topic-tree.with-checkbox .topic-tree-item .menu-item label.checkbox + a {
        display: inline;
        padding-left: 5px; }

.topic-tree.parent-topic-tree {
  vertical-align: top;
  min-height: 600px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddee3 #d2d4da #c9ccd3;
  overflow: hidden;
  position: relative; }
  .topic-tree.parent-topic-tree + div.content-panel {
    padding-left: 10px; }
  .topic-tree.parent-topic-tree.topic-tree-overlay.topic-tree-open {
    position: absolute !important;
    z-index: 101;
    bottom: 0;
    top: 15px;
    overflow: auto; }
  .topic-tree.parent-topic-tree > .topic-tree-controls {
    position: absolute;
    right: 0;
    z-index: 9; }
    .topic-tree.parent-topic-tree > .topic-tree-controls:before, .topic-tree.parent-topic-tree > .topic-tree-controls:after {
      content: " ";
      display: table; }
    .topic-tree.parent-topic-tree > .topic-tree-controls:after {
      clear: both; }
    .topic-tree.parent-topic-tree > .topic-tree-controls > form > .hide-topic-tree {
      float: right;
      padding: 5px;
      color: #555;
      background-color: white; }
      .topic-tree.parent-topic-tree > .topic-tree-controls > form > .hide-topic-tree:hover {
        color: #00677f; }
    .topic-tree.parent-topic-tree > .topic-tree-controls > form > .show-topic-tree {
      display: block; }

.parent-topic-tree.topic-tree-hidden {
  min-height: 600px;
  width: 19px;
  min-width: 19px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: white;
  vertical-align: top !important;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  .parent-topic-tree.topic-tree-hidden #topictree {
    display: none; }
  .parent-topic-tree.topic-tree-hidden > .topic-tree-controls {
    height: 100%; }
    .parent-topic-tree.topic-tree-hidden > .topic-tree-controls > form {
      height: 100%;
      display: block; }
      .parent-topic-tree.topic-tree-hidden > .topic-tree-controls > form > a {
        height: inherit;
        text-decoration: none; }
        .parent-topic-tree.topic-tree-hidden > .topic-tree-controls > form > a > i {
          height: inherit;
          padding: 5px 0;
          width: 16px;
          text-align: center;
          vertical-align: top;
          display: table-cell;
          -webkit-transition: color 0.25s;
          -o-transition: color 0.25s;
          transition: color 0.25s; }
  .parent-topic-tree.topic-tree-hidden:hover {
    background-color: white; }
    .parent-topic-tree.topic-tree-hidden:hover > .topic-tree-controls i {
      color: #00677f !important; }

.inner-topic-tree > .topic-tree-item {
  border: hidden; }

.topic-tree-item {
  position: relative;
  display: block;
  cursor: pointer; }
  .topic-tree-item .topic-tree {
    padding: 0;
    border: hidden; }
    .topic-tree-item .topic-tree .topic-tree-item {
      border: hidden; }
      .topic-tree-item .topic-tree .topic-tree-item:last-child {
        border: hidden; }
  .topic-tree-item .menu-item {
    font-size: 15px !important;
    line-height: 20px !important;
    display: block;
    /* Fallback for non-webkit */
    margin: 0 auto;
    padding: 4px 5px 4px 10px;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #eee; }
    .topic-tree-item .menu-item a {
      overflow: hidden; }
    .topic-tree-item .menu-item i {
      width: 12px;
      text-align: center;
      color: #d9d9d9; }
    .topic-tree-item .menu-item:hover, .topic-tree-item .menu-item:focus {
      background-color: transparent; }
    .topic-tree-item .menu-item.active.more i:not(.custom-icon) {
      color: #00677f; }
  .topic-tree-item:last-child {
    margin-bottom: 0; }
  .topic-tree-item > .badge {
    float: right; }

a.topic-tree-item {
  color: #555; }
  a.topic-tree-item .topic-tree-item-heading {
    color: #333; }
  a.topic-tree-item:hover, a.topic-tree-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

.topic-tree-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.topic-tree-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

span.searchResultMsg {
  display: none;
  margin: 5px 10px;
  color: #00677f; }

.searchInputFieldGroup span.glyphicon {
  display: none;
  position: absolute;
  right: 35px;
  top: 5px;
  font-size: 16px;
  z-index: 2;
  color: #333333;
  cursor: pointer; }

/* BURGER ICON Topic Tree Mode */
body.topic-tree-open {
  overflow: hidden; }

.topicTreeBurgerIconMode {
  z-index: 1021;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .topicTreeBurgerIconMode .topic-tree-burger-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .topicTreeBurgerIconMode .topic-tree-burger-content {
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.9); }
    .topicTreeBurgerIconMode .topic-tree-burger-content .row {
      margin: 0; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .row .uiBurgerIconButton {
        /* close modal dialog button */
        color: #FFF;
        font-size: 20px;
        padding-left: 0; }
        .topicTreeBurgerIconMode .topic-tree-burger-content .row .uiBurgerIconButton:hover {
          text-decoration: none; }
        .topicTreeBurgerIconMode .topic-tree-burger-content .row .uiBurgerIconButton .glyphicon {
          font-size: 20px;
          margin-right: 10px; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .row .input-group.m-b {
        margin: 7px 0px !important; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .row .searchResultMsg {
        color: #FFF;
        margin-left: 0; }
    .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-burger-body.highlight-search-topics .topic-tree-embed .topic-tree-item-embed.active > div > .menu-item a {
      color: #FFF; }
    .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed {
      background-color: inherit;
      /*override background color from sitemap */
      margin-bottom: 0; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed.active > div > .menu-item a {
        color: #00677f;
        font-weight: normal;
        font-family: inherit; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item:before {
        color: #BBB;
        left: -5px;
        top: 0;
        width: 10px; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item:hover:before {
        color: white; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item:after {
        width: 15px; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item.more:before, .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item.ajax:before {
        content: '\f055';
        font-size: 14px;
        top: 4px;
        left: -9px;
        width: 20px;
        height: 20px;
        background-color: #191919;
        color: white;
        padding: 3px;
        padding-left: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item.more.active:before, .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item.ajax.active:before {
        content: '\f056';
        color: white; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item:hover {
        background-color: inherit; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item a {
        color: #FFF;
        font-family: inherit;
        margin-left: 12px; }
      .topicTreeBurgerIconMode .topic-tree-burger-content .topic-tree-embed .topic-tree-item-embed > div > .menu-item.active a {
        font-weight: bold; }
    .topicTreeBurgerIconMode .topic-tree-burger-content #treelist > .topic-tree-item-embed {
      margin-left: 7px; }

.topic-tree-burger-content .topic-tree-item-embed .menu-item {
  font-size: 16px !important;
  overflow: visible;
  position: relative; }
  .topic-tree-burger-content .topic-tree-item-embed .menu-item.active:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #BBB;
    border: none !important;
    margin: auto; }

.topic-tree-burger-content .topic-tree-burger-header {
  border-bottom: 1px solid #555555;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px; }

.topic-tree-burger-content .topic-tree-burger-body {
  padding: 40px; }

form.uiBurgerIconForm {
  /* burger icon in quicksearch-navigation for loading topic tree via ajax */
  float: left;
  padding-left: 0; }

/* Channel-View (1.Level on the topc) Topic Tree Mode START */
body.topictree-display-seperated_level_channel #topictree .dropdown-toggle {
  padding: 10px; }
  body.topictree-display-seperated_level_channel #topictree .dropdown-toggle i.glyphicon {
    margin-right: 6px;
    margin-left: 3px; }

body.topictree-display-seperated_level_channel #topictree .dropdown-menu > li {
  white-space: inherit; }

body.topictree-display-seperated_level_channel #topictree h2 {
  margin: 0px 15px 10px 10px; }

body.topictree-display-seperated_level_channel #topictree.topic-tree-master {
  margin-right: 20px;
  padding-right: 0;
  border-right: 1px solid #efefef;
  padding-bottom: 15px;
  padding-top: 10px; }

body.topictree-display-seperated_level_channel #topictree .topictree-first-level {
  display: block;
  background-color: white;
  box-shadow: none;
  margin-right: 0;
  margin-top: -10px;
  margin-bottom: 10px; }
  body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle {
    width: 100%;
    color: #555; }
    body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:hover, body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:focus, body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:active {
      background-color: transparent; }
      body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:hover:hover, body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:focus:hover, body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown a.dropdown-toggle:active:hover {
        color: #00677f; }
  body.topictree-display-seperated_level_channel #topictree .topictree-first-level li.dropdown ul.dropdown-menu {
    width: 100%; }

body.topictree-display-seperated_level_channel #topictree .topic-tree {
  margin-bottom: 0; }

body.topictree-display-seperated_level_channel .topic-tree-listblock li.topic-tree-item .menu-item {
  font-size: 14px !important;
  padding: 8px 5px 8px 14px;
  border-bottom: none; }

/* Channel-View (1.Level on the topc) Topic Tree Mode END */
.topic-tree .seperator, .topic-tree-embed .seperator {
  border: medium none;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 10px;
  font-size: 16px; }

.topic-tree-embed .seperator {
  margin-bottom: 0;
  padding-left: 0; }

.topic-tree-burger-content .topic-tree-embed .seperator {
  margin-left: 0px; }

#treelist {
  padding-bottom: 10px; }
  #treelist > .seperator:first-child {
    margin-top: 0px; }
  #treelist .level_0 {
    margin-left: -14px; }

/* BURGER ICON Topic Tree Mode END */
.tableTopicGrid .relationInputColumn input[type="checkbox"]:disabled,
.tableTopicGrid .relationInputColumn input[type="radio"]:disabled {
  visibility: hidden; }

#topicTreeModal {
  /* Styles for creating KO from Topic Tree Modal - START */
  /* Create NEW KO button */
  /* Styles for creating KO from Topic Tree Modal - END */ }
  #topicTreeModal .modal-body {
    overflow-y: hidden;
    padding-bottom: 0; }
  #topicTreeModal .modal-header {
    padding-bottom: 0 !important; }
  #topicTreeModal .uiCreateTopicIframeContainer,
  #topicTreeModal .uiCreateKoFromModalButtons {
    display: none; }
  #topicTreeModal .modal-content.create-ko-from-modal .uiCreateTopicIframeContainer,
  #topicTreeModal .modal-content.create-ko-from-modal .uiCreateKoFromModalButtons {
    display: block; }
  #topicTreeModal .modal-content.create-ko-from-modal .uiTopicTreeWrapper,
  #topicTreeModal .modal-content.create-ko-from-modal .modal-footer .pull-left,
  #topicTreeModal .modal-content.create-ko-from-modal .modal-footer .pull-right div:not(.uiCreateKoFromModalButtons) {
    display: none; }
  #topicTreeModal .treeContainer.uiTopicCreationAllowed .uiTopicTreeCreateNewKoWrapper {
    float: right;
    clear: right;
    width: 35px;
    opacity: 0.5;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out; }
    #topicTreeModal .treeContainer.uiTopicCreationAllowed .uiTopicTreeCreateNewKoWrapper:hover {
      opacity: 1;
      transform: translateX(-45px); }
    #topicTreeModal .treeContainer.uiTopicCreationAllowed .uiTopicTreeCreateNewKoWrapper .uiTopicTreeCreateNewKo {
      margin-left: 15px; }
  #topicTreeModal .treeContainer.uiTopicCreationAllowed .topic-tree-item-embed .menu-item.highlightCreatedTopic {
    background-color: #dff0d8; }
  #topicTreeModal .treeContainer.uiTopicCreationAllowed .topic-tree-item-embed .menu-item:before {
    right: 85px; }

/* Custom Modal -> used as an inner modal when creating new KOs from Topic Tree Modal */
.custom-modal {
  position: fixed;
  /* Stay in place */
  z-index: 10001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */ }
  .custom-modal .custom-modal-content {
    margin: auto;
    width: 450px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    padding: 10px;
    background: white;
    border: 1px solid #888;
    border-radius: 5px; }

.treeContainer {
  max-height: 93%;
  overflow-y: auto; }

.topic-tree-sitemap {
  max-height: none !important;
  overflow-y: hidden; }

/* HORIZONTAL TOPIC TREE */
#horizontal-topic-tree, #two-parts-topic-tree {
  margin: 0;
  padding: 1px 1px;
  list-style-type: none;
  clear: both;
  width: 100%;
  top: 0;
  text-align: left;
  padding-left: 30px;
  height: 50px;
  overflow-y: hidden;
  padding-right: 15px;
  /* First level design */
  /* END - First level design */
  /* NOT first level design */
  /* END - NOT first level design */ }
  #horizontal-topic-tree > li.topic-list-item, #two-parts-topic-tree > li.topic-list-item {
    margin-bottom: 10px; }
  #horizontal-topic-tree > li > div > a, #two-parts-topic-tree > li > div > a {
    font-size: 15px; }
  #horizontal-topic-tree > li.has-elements > div.menu-item a:after, #two-parts-topic-tree > li.has-elements > div.menu-item a:after {
    top: 10px; }
  #horizontal-topic-tree > li.selected-topic-level:not(.active-level) > div > a, #two-parts-topic-tree > li.selected-topic-level:not(.active-level) > div > a {
    font-weight: normal; }
  #horizontal-topic-tree > li.selected-topic-level.current-hover-list > div > a, #two-parts-topic-tree > li.selected-topic-level.current-hover-list > div > a {
    font-weight: bold !important;
    color: #00677f; }
  #horizontal-topic-tree ul, #two-parts-topic-tree ul {
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-right: 45px;
    visibility: hidden;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 9px;
    padding-bottom: 7px;
    min-height: 55px; }
    #horizontal-topic-tree ul li, #two-parts-topic-tree ul li {
      display: inline-block;
      margin-left: -5px; }
      #horizontal-topic-tree ul li div, #two-parts-topic-tree ul li div {
        padding-top: 5px;
        padding-bottom: 5px; }
        #horizontal-topic-tree ul li div a, #two-parts-topic-tree ul li div a {
          text-transform: none;
          padding: 0 17px; }
  #horizontal-topic-tree li, #two-parts-topic-tree li {
    display: inline-block !important;
    margin: 0; }
    #horizontal-topic-tree li div, #two-parts-topic-tree li div {
      display: inline-block; }
      #horizontal-topic-tree li div.loading-subtopics, #two-parts-topic-tree li div.loading-subtopics {
        /* Loading icon */
        display: block;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: -15px; }
      #horizontal-topic-tree li div a, #two-parts-topic-tree li div a {
        float: left;
        width: auto;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 200;
        font-size: 14px;
        color: #555;
        padding: 6px 12px 6px 16px;
        position: relative;
        text-decoration: none !important; }
    #horizontal-topic-tree li.has-elements > div.menu-item a:after, #two-parts-topic-tree li.has-elements > div.menu-item a:after {
      content: "\f105";
      position: absolute;
      left: 5px;
      top: 4px;
      width: 10px;
      height: 10px;
      font: 15px/1 'FontAwesome';
      color: #333;
      opacity: 0.3;
      padding-top: 1px; }
    #horizontal-topic-tree li.has-elements.active-level > div.menu-item a, #two-parts-topic-tree li.has-elements.active-level > div.menu-item a {
      font-weight: bold !important;
      color: #00677f; }
      #horizontal-topic-tree li.has-elements.active-level > div.menu-item a:after, #two-parts-topic-tree li.has-elements.active-level > div.menu-item a:after {
        font-weight: bold;
        color: #00677f;
        content: "\f107";
        font-size: 16px;
        opacity: 1;
        left: 4px; }
    #horizontal-topic-tree li.has-elements.active-level > ul, #two-parts-topic-tree li.has-elements.active-level > ul {
      visibility: visible !important; }
    #horizontal-topic-tree li.has-elements.active-level.last-hover-list-item .selected-topic-level.has-elements > div.menu-item a:after, #two-parts-topic-tree li.has-elements.active-level.last-hover-list-item .selected-topic-level.has-elements > div.menu-item a:after {
      font-weight: bold;
      color: #00677f;
      content: "\f107";
      font-size: 16px;
      opacity: 1;
      left: 4px; }
    #horizontal-topic-tree li.active-level li.selected-topic-level > div > a, #two-parts-topic-tree li.active-level li.selected-topic-level > div > a {
      font-weight: normal; }
    #horizontal-topic-tree li.active-level.last-hover-list-item .selected-topic-level > div > a, #horizontal-topic-tree li.active-level.last-hover-list-item.selected-topic-level > div > a, #two-parts-topic-tree li.active-level.last-hover-list-item .selected-topic-level > div > a, #two-parts-topic-tree li.active-level.last-hover-list-item.selected-topic-level > div > a {
      font-weight: bold !important;
      color: #00677f; }
    #horizontal-topic-tree li.active-level.last-hover-list-item .selected-topic-level > ul, #horizontal-topic-tree li.active-level.last-hover-list-item.selected-topic-level > ul, #two-parts-topic-tree li.active-level.last-hover-list-item .selected-topic-level > ul, #two-parts-topic-tree li.active-level.last-hover-list-item.selected-topic-level > ul {
      visibility: visible !important; }
    #horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before, #two-parts-topic-tree li.active-level > ul:before, #two-parts-topic-tree li.selected-topic-level > ul:before {
      position: absolute;
      content: '';
      width: 120px;
      left: 685px;
      top: 0;
      /*border-bottom: 2px solid $brand-primary;*/ }
  #horizontal-topic-tree.horizontalTree ul > li .menu-item a:after, #two-parts-topic-tree.horizontalTree ul > li .menu-item a:after {
    top: 2px; }
  @media (max-width: 1440px) {
    #horizontal-topic-tree > li > div > a, #two-parts-topic-tree > li > div > a {
      padding: 6px 3px 6px 15px;
      font-size: 14px !important; }
      #horizontal-topic-tree > li > div > a:after, #two-parts-topic-tree > li > div > a:after {
        font-size: 14px !important;
        top: 10px !important; }
    #horizontal-topic-tree > li.has-elements > div.menu-item a:after, #two-parts-topic-tree > li.has-elements > div.menu-item a:after {
      top: 10px !important; }
    #horizontal-topic-tree ul, #two-parts-topic-tree ul {
      padding-right: 20px; }
    #horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before, #two-parts-topic-tree li.active-level > ul:before, #two-parts-topic-tree li.selected-topic-level > ul:before {
      left: 400px; } }
  @media (min-width: 1440px) {
    #horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before, #two-parts-topic-tree li.active-level > ul:before, #two-parts-topic-tree li.selected-topic-level > ul:before {
      left: 825px; } }

@media (max-width: 1199px) {
  .subheader-horizontal-topic-tree .dropdown .dropdown-menu.detailed-search:before {
    left: 395px; }
  .subheader.affix .subheader-horizontal-topic-tree .dropdown .dropdown-menu.detailed-search:before {
    left: 295px !important; } }

.header-container.affix-top {
  width: 100%;
  z-index: 9; }

.header-container .header {
  height: auto !important;
  background-color: white !important;
  background: none; }
  .header-container .header .container-main-menu .main-menu-context > .main-menu {
    height: auto; }

/*background color for horizontal tree dropdown menu*/
/*Specific fot Horizontal topic tree and two-parts-tree*/
.topictree-display-horizontal .subheader, .topictree-display-two_parts_tree .subheader {
  min-height: 50px; }
  .topictree-display-horizontal .subheader .uiHorizontalTreeSearchButton, .topictree-display-two_parts_tree .subheader .uiHorizontalTreeSearchButton {
    margin-top: 10px;
    margin-left: -4px; }
  .topictree-display-horizontal .subheader .container, .topictree-display-two_parts_tree .subheader .container {
    background: none; }
    .topictree-display-horizontal .subheader .container .navbar, .topictree-display-two_parts_tree .subheader .container .navbar {
      border-bottom: 1px solid #dddee3;
      margin-bottom: -1px; }
      .topictree-display-horizontal .subheader .container .navbar .treeContainer, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer {
        margin-bottom: -1px; }
        .topictree-display-horizontal .subheader .container .navbar .treeContainer .horizontalTree, .topictree-display-horizontal .subheader .container .navbar .treeContainer .two-parts-topic-tree, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .horizontalTree, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .two-parts-topic-tree {
          padding-top: 10px !important; }
          .topictree-display-horizontal .subheader .container .navbar .treeContainer .horizontalTree .topic-tree-embed, .topictree-display-horizontal .subheader .container .navbar .treeContainer .two-parts-topic-tree .topic-tree-embed, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .horizontalTree .topic-tree-embed, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .two-parts-topic-tree .topic-tree-embed {
            /*background: none;*/ }
          .topictree-display-horizontal .subheader .container .navbar .treeContainer .horizontalTree ul, .topictree-display-horizontal .subheader .container .navbar .treeContainer .two-parts-topic-tree ul, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .horizontalTree ul, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .two-parts-topic-tree ul {
            box-shadow: inset 0 -1px 0 #dddee3; }
        .topictree-display-horizontal .subheader .container .navbar .treeContainer .two-parts-topic-tree .active-level, .topictree-display-two_parts_tree .subheader .container .navbar .treeContainer .two-parts-topic-tree .active-level {
          color: #00677f !important;
          font-weight: bold !important; }
      .topictree-display-horizontal .subheader .container .navbar .navbar-header .navbar-brand, .topictree-display-two_parts_tree .subheader .container .navbar .navbar-header .navbar-brand {
        padding-top: 5px; }
  .topictree-display-horizontal .subheader.affix .container .treeContainer li.topic-list-item:first-child, .topictree-display-two_parts_tree .subheader.affix .container .treeContainer li.topic-list-item:first-child {
    padding-left: 60px; }
  .topictree-display-horizontal .subheader.affix .container .navbar .nav.navbar-nav .navbar-form:first-child, .topictree-display-two_parts_tree .subheader.affix .container .navbar .nav.navbar-nav .navbar-form:first-child {
    margin-left: 0; }
  @media (min-width: 1440px) {
    .topictree-display-horizontal .subheader.affix .navbar .nav.navbar-nav .search-form .input-group, .topictree-display-two_parts_tree .subheader.affix .navbar .nav.navbar-nav .search-form .input-group {
      width: 940px; } }
  .topictree-display-horizontal .subheader .subheader-horizontal-topic-tree .detailed-search, .topictree-display-two_parts_tree .subheader .subheader-horizontal-topic-tree .detailed-search {
    top: 40px; }
  .topictree-display-horizontal .subheader .subheader-horizontal-topic-tree .quick-searchbar-container, .topictree-display-two_parts_tree .subheader .subheader-horizontal-topic-tree .quick-searchbar-container {
    width: 940px; }
  @media (min-width: 1440px) {
    .topictree-display-horizontal .subheader .navbar .nav.navbar-nav .search-form .input-group, .topictree-display-two_parts_tree .subheader .navbar .nav.navbar-nav .search-form .input-group {
      width: 940px; }
    .topictree-display-horizontal .subheader .navbar .nav.navbar-nav .search-form .detailed-search, .topictree-display-two_parts_tree .subheader .navbar .nav.navbar-nav .search-form .detailed-search {
      left: 493px; } }

.topictree-display-horizontal .page-content .main-container, .topictree-display-two_parts_tree .page-content .main-container {
  margin-top: 50px; }

.topictree-display-horizontal .page-content .lightbox .affix.affix-navbar, .topictree-display-two_parts_tree .page-content .lightbox .affix.affix-navbar {
  top: 50px; }

.topictree-display-horizontal #loginDropdown .form-group, .topictree-display-two_parts_tree #loginDropdown .form-group {
  margin: 10px; }

.topictree-display-horizontal .input-group-btn .uiHorizontalTreeSearchButton.open i:before, .topictree-display-two_parts_tree .input-group-btn .uiHorizontalTreeSearchButton.open i:before {
  content: "\f00d"; }

.topictree-display-horizontal .header .uiMainMenu .navbar-nav li a, .topictree-display-two_parts_tree .header .uiMainMenu .navbar-nav li a {
  padding-top: 5px;
  padding-bottom: 4px;
  background: none; }
  .topictree-display-horizontal .header .uiMainMenu .navbar-nav li a .user-icon, .topictree-display-two_parts_tree .header .uiMainMenu .navbar-nav li a .user-icon {
    margin-top: 2px; }

.topictree-display-horizontal .header .uiMainMenu .navbar-nav li ul li a:hover, .topictree-display-two_parts_tree .header .uiMainMenu .navbar-nav li ul li a:hover {
  background-color: #eee; }

.topictree-display-horizontal .header .uiMainMenu .navbar-nav > li > a.lang:before, .topictree-display-two_parts_tree .header .uiMainMenu .navbar-nav > li > a.lang:before {
  padding-top: 3px;
  padding-bottom: 3px;
  top: 6px; }

@media (min-width: 3px) {
  .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText {
    display: none; } }

@media (min-width: 1440px) {
  .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText {
    display: none; } }

@media (min-width: 1440px) {
  .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-horizontal .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.downloads .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.cart .uiMainMenuText, .topictree-display-two_parts_tree .header .uiMainMenu .mainmenu-item.lightbox .uiMainMenuText {
    display: inline-block; } }

/* END HORIZONTAL TOPIC TREE */
/*Both topic trees side_fixed_view and horizontal*/
.topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar-brand {
  display: none; }

.topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar .uiBurgerIconForm .btn {
  border: 1px solid;
  padding: 1px 6px;
  height: auto;
  margin-top: 4px;
  border-radius: 0; }
  .topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar .uiBurgerIconForm .btn span {
    font-size: 18px; }
  .topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar .uiBurgerIconForm .btn.hide-burger-icon {
    display: none; }

.topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar .treeContainer .horizontalTree {
  text-align: center !important; }
  .topictree-display-horizontal.topictree-display-side_fixed_view .subheader .navbar .treeContainer .horizontalTree li.topic-list-item:first-child {
    padding-left: 0; }

/*Side_fixed_view_tree*/
.topictree-display-side_fixed_view .title-topic-tree {
  margin: 0;
  padding: 15px 15px 10px 15px;
  font-size: 22px;
  font-weight: bold; }

/*Two-parts-tree*/
.topictree-display-two_parts_tree .page-content .main-container {
  margin-top: 100px; }
  .topictree-display-two_parts_tree .page-content .main-container .topic-tree.parent-topic-tree {
    border-radius: 0; }

.topictree-display-two_parts_tree .page-content .subheader #two-parts-topic-tree {
  padding-left: 0; }
  .topictree-display-two_parts_tree .page-content .subheader #two-parts-topic-tree .topic-list-item:first-child .menu-item a {
    padding-left: 0; }

.topictree-display-two_parts_tree .page-content .subheader.affix #two-parts-topic-tree .topic-list-item:first-child .menu-item a {
  padding-left: 12px; }

.topictree-display-two_parts_tree .page-content .subheader.affix .navbar .nav.navbar-nav .search-form .input-group {
  width: 100%; }

.topictree-display-two_parts_tree .page-content .subheader.affix .navbar .navbar-nav-overflow .dropdown .dropdown-menu.detailed-search:before {
  left: inherit;
  right: 10px; }

.topictree-display-two_parts_tree .page-content .subheader.affix-top .navbar .navbar-nav-overflow .dropdown .dropdown-menu.detailed-search:before {
  left: inherit;
  right: 10px; }

.topictree-display-two_parts_tree .page-content .subheader .navbar .navbar-nav {
  width: 100%; }
  .topictree-display-two_parts_tree .page-content .subheader .navbar .navbar-nav .navbar-form {
    padding-right: 0; }
    .topictree-display-two_parts_tree .page-content .subheader .navbar .navbar-nav .navbar-form .quick-searchbar-container {
      width: 100%; }
      .topictree-display-two_parts_tree .page-content .subheader .navbar .navbar-nav .navbar-form .quick-searchbar-container .input-group {
        width: 100%; }
  .topictree-display-two_parts_tree .page-content .subheader .navbar .navbar-nav .search-form .detailed-search {
    right: 0;
    left: auto; }

.ui-autocomplete-loading {
  background: white url("../pub/images/input_loading.gif") right center no-repeat; }

.highlightTopic {
  font-weight: bold;
  color: #00677f !important; }
  .highlightTopic > a {
    color: #00677f !important; }
  .highlightTopic label {
    font-weight: bold !important;
    color: #00677f; }

.assignedParent {
  margin-left: 20px !important; }
  .assignedParent a, .assignedParent i {
    color: #00677f !important; }

.topic-tree-embed {
  background-color: white;
  list-style-type: none;
  vertical-align: top;
  position: relative; }
  .topic-tree-embed .seperator {
    font-weight: bold;
    text-transform: none;
    padding: 5px;
    padding-left: 10px;
    background-color: #eeeeee;
    list-style-type: none;
    cursor: auto; }
  .topic-tree-embed .lineDisplaySeperator {
    background-color: #eee;
    height: 3px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
  .topic-tree-embed .level_0 > div.menu-item {
    margin-left: 20px; }

.inner-topic-tree > .topic-tree-item {
  border: hidden; }

.topic-tree-item-embed {
  position: relative;
  display: block;
  cursor: pointer; }
  .topic-tree-item-embed .topic-tree-embed {
    padding: 0;
    border: hidden; }
    .topic-tree-item-embed .topic-tree-embed .topic-tree-item {
      border: hidden; }
      .topic-tree-item-embed .topic-tree-embed .topic-tree-item:last-child {
        border: hidden; }
  .topic-tree-item-embed .menu-item {
    padding: 4px 5px 4px 10px; }
    .topic-tree-item-embed .menu-item:after {
      content: normal;
      position: absolute;
      width: 0;
      height: 0;
      top: 37px;
      left: 15px;
      border: 8px solid transparent;
      z-index: 2; }
    .topic-tree-item-embed .menu-item:before {
      font-family: 'FontAwesome';
      font-size: 14px;
      line-height: 1;
      position: absolute;
      right: 8px;
      top: 3px;
      padding: 5px;
      color: #000 !important;
      border-radius: 100%;
      z-index: 4; }
    .topic-tree-item-embed .menu-item.ajax:before, .topic-tree-item-embed .menu-item.more:before {
      content: ""; }
    .topic-tree-item-embed .menu-item i {
      display: none; }
    .topic-tree-item-embed .menu-item:hover, .topic-tree-item-embed .menu-item:focus, .topic-tree-item-embed .menu-item:active {
      background-color: transparent; }
    .topic-tree-item-embed .menu-item.active.ajax:before, .topic-tree-item-embed .menu-item.active.more:before {
      color: black;
      content: ""; }
    .topic-tree-item-embed .menu-item.active.ajax:after, .topic-tree-item-embed .menu-item.active.more:after {
      content: ''; }
    .topic-tree-item-embed .menu-item.active i {
      color: #00677f; }
    .topic-tree-item-embed .menu-item:hover, .topic-tree-item-embed .menu-item:focus {
      background-color: transparent; }
    .topic-tree-item-embed .menu-item.active.more i:not(.custom-icon) {
      color: #00677f; }
  .topic-tree-item-embed:last-child {
    margin-bottom: 0px; }
  .topic-tree-item-embed > .badge {
    float: right; }

a.topic-tree-item {
  color: #555; }
  a.topic-tree-item .topic-tree-item-heading {
    color: #333; }
  a.topic-tree-item:hover, a.topic-tree-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

.topic-tree-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.topic-tree-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

span.searchResultMsg {
  display: none;
  margin: 5px 10px;
  color: #00677f; }

.searchInputFieldGroup span.glyphicon {
  display: none;
  position: absolute;
  right: 35px;
  top: 5px;
  font-size: 16px;
  z-index: 2;
  color: #333333;
  cursor: pointer; }

.topic-tree-embed-collapse {
  position: absolute;
  margin-top: 7px;
  margin-left: 14px; }

.lite-content {
  padding: 0px;
  background-color: #ddd; }

.lite-panel {
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  max-width: 980px;
  height: auto;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.263);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .lite-panel:before, .lite-panel:after {
    content: " ";
    display: table; }
  .lite-panel:after {
    clear: both; }
  .lite-panel.embed-mars-object-panel {
    max-width: 100%; }
  .lite-panel > .lite-panel-header {
    margin-left: -10px;
    margin-right: -10px;
    background-color: disabled; }
    .lite-panel > .lite-panel-header:before, .lite-panel > .lite-panel-header:after {
      content: " ";
      display: table; }
    .lite-panel > .lite-panel-header:after {
      clear: both; }
    .lite-panel > .lite-panel-header > .header-logo {
      padding: 50px;
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 2px) {
        .lite-panel > .lite-panel-header > .header-logo {
          float: left;
          width: 25%; } }
      @media (min-width: 2px) {
        .lite-panel > .lite-panel-header > .header-logo {
          right: 0%; } }
    .lite-panel > .lite-panel-header > .header-menu {
      padding: 50px;
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 2px) {
        .lite-panel > .lite-panel-header > .header-menu {
          float: left;
          width: 75%; } }
      @media (min-width: 2px) {
        .lite-panel > .lite-panel-header > .header-menu {
          left: 0%; } }
  .lite-panel .lite-panel-body {
    margin-left: -10px;
    margin-right: -10px;
    padding: 50px 10px;
    background-color: white; }
    .lite-panel .lite-panel-body:before, .lite-panel .lite-panel-body:after {
      content: " ";
      display: table; }
    .lite-panel .lite-panel-body:after {
      clear: both; }
  .lite-panel > footer,
  .lite-panel > .lite-panel-footer {
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
    padding: 10px;
    background-color: #F9F9F9; }
    .lite-panel > footer:before, .lite-panel > footer:after,
    .lite-panel > .lite-panel-footer:before,
    .lite-panel > .lite-panel-footer:after {
      content: " ";
      display: table; }
    .lite-panel > footer:after,
    .lite-panel > .lite-panel-footer:after {
      clear: both; }
    .lite-panel > footer .footer-links > a,
    .lite-panel > .lite-panel-footer .footer-links > a {
      display: inline-block;
      color: #999999;
      padding: 10px; }
    .lite-panel > footer .footer-trademark,
    .lite-panel > .lite-panel-footer .footer-trademark {
      padding: 10px;
      padding-left: 0px; }
      .lite-panel > footer .footer-trademark > a,
      .lite-panel > .lite-panel-footer .footer-trademark > a {
        color: #999999; }

.create-acc-container.container {
  padding: 15px;
  max-width: 768px; }

body.embed-mars-object {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-y: auto !important;
  padding: 0;
  background-color: #FFF;
  /*DOCUMENT*/ }
  body.embed-mars-object .embed-mars-object-panel, body.embed-mars-object .info-panel {
    border: none;
    padding: 0 5px;
    margin: 0; }
    body.embed-mars-object .embed-mars-object-panel .lite-panel-body, body.embed-mars-object .embed-mars-object-panel .info-panel-body, body.embed-mars-object .info-panel .lite-panel-body, body.embed-mars-object .info-panel .info-panel-body {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      body.embed-mars-object .embed-mars-object-panel .lite-panel-body .uiPasswordRequirementList, body.embed-mars-object .embed-mars-object-panel .info-panel-body .uiPasswordRequirementList, body.embed-mars-object .info-panel .lite-panel-body .uiPasswordRequirementList, body.embed-mars-object .info-panel .info-panel-body .uiPasswordRequirementList {
        margin-bottom: 0px; }
      body.embed-mars-object .embed-mars-object-panel .lite-panel-body .alert-message .alert, body.embed-mars-object .embed-mars-object-panel .info-panel-body .alert-message .alert, body.embed-mars-object .info-panel .lite-panel-body .alert-message .alert, body.embed-mars-object .info-panel .info-panel-body .alert-message .alert {
        margin-bottom: 0px;
        padding: 10px; }
  body.embed-mars-object .lite-panel-body {
    padding: 15px !important; }
  body.embed-mars-object #embed_video, body.embed-mars-object .player-container, body.embed-mars-object .instance-player {
    height: 100%;
    width: 100%; }
    body.embed-mars-object #embed_video .jw-media, body.embed-mars-object .player-container .jw-media, body.embed-mars-object .instance-player .jw-media {
      margin: auto; }
  body.embed-mars-object .instance-player img {
    max-width: 100%;
    max-height: 100%; }
  body.embed-mars-object .hidden {
    display: none; }
  body.embed-mars-object #uiAudioPlayerContainer {
    height: 100% !important; }
    body.embed-mars-object #uiAudioPlayerContainer .instance-player {
      height: 40px !important; }
    body.embed-mars-object #uiAudioPlayerContainer .waveform-wrapper, body.embed-mars-object #uiAudioPlayerContainer .instance-img-container {
      height: calc(100% - 40px);
      display: block;
      width: 100%;
      text-align: center; }
      body.embed-mars-object #uiAudioPlayerContainer .waveform-wrapper img, body.embed-mars-object #uiAudioPlayerContainer .instance-img-container img {
        height: auto !important;
        padding: 0;
        display: block;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        max-height: 100%; }
    body.embed-mars-object #uiAudioPlayerContainer .waveform-wrapper img {
      height: 40% !important;
      max-height: 300px; }
    body.embed-mars-object #uiAudioPlayerContainer .waveform-wrapper .waveform-container {
      display: block;
      height: 60% !important; }
      body.embed-mars-object #uiAudioPlayerContainer .waveform-wrapper .waveform-container canvas {
        height: 100% !important;
        min-height: 100px; }
  body.embed-mars-object .isDocument #documentViewerAll > .flexpaper_viewer_container {
    width: 100% !important;
    height: 100% !important; }
  body.embed-mars-object .isDocument .init-with-bookmark #documentViewerAll > .flexpaper_viewer_container {
    width: calc(100% - 300px) !important;
    height: 100% !important; }
  body.embed-mars-object .isDocument .instance-img-container, body.embed-mars-object .isDocument .preview-container, body.embed-mars-object .isDocument .preview-document, body.embed-mars-object .isDocument .instance-image {
    height: 100%; }
  body.embed-mars-object .isDocument .instance-img-container img.img-responsive {
    text-align: center;
    margin: auto;
    max-height: 100%; }
  body.embed-mars-object .isDocument .uiShowFlexpaperDialog {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: none;
    background: #eee;
    margin: auto;
    text-align: center;
    padding: 10px; }
    body.embed-mars-object .isDocument .uiShowFlexpaperDialog span, body.embed-mars-object .isDocument .uiShowFlexpaperDialog i {
      font-size: 21px; }
  body.embed-mars-object .isDocument:hover .instance-img-container > img {
    opacity: 0.2;
    cursor: default; }
  body.embed-mars-object .isDocument:hover .uiShowFlexpaperDialog {
    display: block; }
  body.embed-mars-object .isDocument .init-document-on-load:hover .instance-img-container > img {
    opacity: 1;
    cursor: default; }
  body.embed-mars-object .isDocument .init-document-on-load > img {
    display: none; }

body.lite-design.hide-light-elements .light-design-header-element {
  display: none;
  visibility: hidden; }

body.lite-design.hide-light-elements .subheader {
  position: fixed !important;
  top: 0; }
  body.lite-design.hide-light-elements .subheader.affix .navbar .nav.navbar-nav .navbar-form:first-child {
    margin-left: 0px !important; }

body.lite-design.hide-light-elements.topictree-display-side_fixed_view #topictree {
  padding-top: 12px; }

@media (min-width: 3px) {
  body.lite-design.hide-light-elements .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 400px !important; } }

@media (min-width: 1440px) {
  body.lite-design.hide-light-elements .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 540px !important; } }

@media (min-width: 1440px) {
  body.lite-design.hide-light-elements .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 940px !important; } }

.ua-phone .lite-design.hide-light-elements .container.main-container {
  margin-top: 40px; }

@-webkit-keyframes blink-red {
  0%, 30% {
    border-color: #e62117;
    background: #e62117; } }

html.no-flexbox .info-panel-body {
  display: table;
  table-layout: fixed;
  width: 100%; }
  html.no-flexbox .info-panel-body > .instance-image,
  html.no-flexbox .info-panel-body .instance-properties {
    display: table-cell; }
  html.no-flexbox .info-panel-body .instance-properties {
    display: table-cell;
    width: 100%; }

.info-panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1);
  margin-bottom: 10px; }
  .info-panel.withSelection {
    border-color: #00677f; }
  .info-panel.teaser-included {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .info-panel.teaser-included .info-panel-header {
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .info-panel > div:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .info-panel.info-panel-cart {
    position: relative; }
    .info-panel.info-panel-cart .info-panel-body .download-content {
      padding: 10px; }
  .info-panel.info-panel-cart .info-panel-header .title .cart-title-count {
    display: inline-block;
    color: #999999;
    font-size: 22px;
    line-height: 25px;
    margin-left: 5px; }
  .info-panel.info-panel-cart .info-panel-body {
    background-color: #f3f3f3; }
  .info-panel.info-panel-download .info-panel-body {
    background-color: #FFFFFF; }
  .info-panel.info-panel-downloads .search-result {
    background-color: white;
    border-width: 0; }
  .info-panel.info-panel-edit .form-control,
  .info-panel.info-panel-edit ul.token-input-list {
    opacity: 0;
    -ms-opacity: 0; }
  .info-panel.info-panel-edit.loaded .form-control,
  .info-panel.info-panel-edit.loaded ul.token-input-list {
    opacity: 1;
    -ms-opacity: 1; }
  .info-panel.info-panel-edit .form-group {
    margin-bottom: 10px; }
  .info-panel #contentDivYT ol li {
    list-style-type: none; }
  .info-panel .info-panel-header .edit-menu,
  .info-panel .info-panel-footer .edit-menu {
    position: relative; }
    .info-panel .info-panel-header .edit-menu .edit-menu-item,
    .info-panel .info-panel-footer .edit-menu .edit-menu-item {
      position: relative;
      display: inline-block; }
    .info-panel .info-panel-header .edit-menu .edit-menu-item + .edit-menu-item,
    .info-panel .info-panel-footer .edit-menu .edit-menu-item + .edit-menu-item {
      margin-left: 5px; }
  .info-panel .info-panel-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: white;
    padding: 10px 15px; }
    .info-panel .info-panel-header:before, .info-panel .info-panel-header:after {
      content: " ";
      display: table; }
    .info-panel .info-panel-header:after {
      clear: both; }
    .info-panel .info-panel-header .title i {
      font-size: 25px;
      line-height: 1; }
    .info-panel .info-panel-header .title > h1 {
      font-size: 25px;
      margin: 0;
      line-height: 1;
      display: inline-block; }
    .info-panel .info-panel-header .edit-menu .lightbox-icon .glyphicon-lightbulb-o {
      margin-right: 2px; }
  .info-panel .info-panel-body {
    position: relative;
    padding: 10px 15px;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .info-panel .info-panel-body:before, .info-panel .info-panel-body:after {
      content: " ";
      display: table; }
    .info-panel .info-panel-body:after {
      clear: both; }
    .info-panel .info-panel-body iframe#contentFlowFrame {
      height: 300px; }
    .info-panel .info-panel-body.no-padding {
      padding: 0; }
    .info-panel .info-panel-body .feature {
      position: relative;
      text-align: center;
      display: table; }
      .info-panel .info-panel-body .feature > a {
        display: table-cell;
        vertical-align: middle; }
        .info-panel .info-panel-body .feature > a > img {
          padding: 10px; }
    .info-panel .info-panel-body .properties .property > .value {
      color: #5F5F5F; }
    .info-panel .info-panel-body .properties .property > .valueAlone {
      color: #5F5F5F; }
    .info-panel .info-panel-body .collapse-share-media {
      clear: both; }
    .info-panel .info-panel-body .share-media-wrapper .social-media-elements ul li.recommendMedia {
      color: #fff;
      cursor: pointer;
      background-color: #999999; }
      .info-panel .info-panel-body .share-media-wrapper .social-media-elements ul li.recommendMedia:hover, .info-panel .info-panel-body .share-media-wrapper .social-media-elements ul li.recommendMedia:focus {
        color: #fff;
        background-color: #a6a6a6; }
    .info-panel .info-panel-body .share-media-wrapper .social-media-elements ul {
      overflow: hidden; }
    .info-panel .info-panel-body .share-media-wrapper .embed_content .embed-custom-width, .info-panel .info-panel-body .share-media-wrapper .embed_content .embed-custom-height {
      float: left;
      width: 60px; }
    .info-panel .info-panel-body .share-media-wrapper .embed_content .share-embed-size-x {
      float: left;
      padding: 3px 10px; }
    .info-panel .info-panel-body .share-media-wrapper .embed_content .auto-play-embed {
      float: left; }
    .info-panel .info-panel-body .share-media-wrapper .short-link-content {
      overflow: hidden;
      clear: both; }
  .info-panel .info-panel-footer {
    padding: 10px 15px;
    background-color: white; }
    .info-panel .info-panel-footer:before, .info-panel .info-panel-footer:after {
      content: " ";
      display: table; }
    .info-panel .info-panel-footer:after {
      clear: both; }
    .info-panel .info-panel-footer.no-padding {
      padding: 0; }
    .info-panel .info-panel-footer.no-shadow {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .info-panel .info-panel-footer > .property .text-muted, .info-panel .info-panel-footer > .property .parent-topic-tree.topic-tree-hidden > .topic-tree-controls > form > a > i, .info-panel .properties .info-panel-footer > .property .property-label, .properties .info-panel .info-panel-footer > .property .property-label {
      font-size: 15px; }
    .info-panel .info-panel-footer > .footer-button {
      text-align: center; }

/*
 * ----------------------------------
 * Info Panel for instance type.
 * Instance is an extension of the Info Panel, therefor styles between instance and Info panel are split and continued below :
 * ----------------------------------
 * PICTURE | VIDEO | CLIP | PRINT | AUDIO
 * ----------------------------------
 */
.info-panel.info-panel-instance {
  margin: -2px 0 0;
  border-top-left-radius: 0; }
  .info-panel.info-panel-instance > .info-panel-header {
    border-top-left-radius: 0;
    background-color: white; }
  .info-panel.info-panel-instance > .info-panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .info-panel.info-panel-instance > .info-panel-body > .instance-image,
    .info-panel.info-panel-instance > .info-panel-body > .instance-properties {
      position: relative;
      background-color: #F8F8F8; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image.normalize-height,
      .info-panel.info-panel-instance > .info-panel-body > .instance-properties.normalize-height {
        min-height: initial;
        max-height: initial; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .properties > ul.property-panel a.link,
      .info-panel.info-panel-instance > .info-panel-body > .instance-properties .properties > ul.property-panel a.link {
        color: #00677f; }
    .info-panel.info-panel-instance > .info-panel-body .instance-control-group {
      padding: 10px 15px; }
      .info-panel.info-panel-instance > .info-panel-body .instance-control-group:before, .info-panel.info-panel-instance > .info-panel-body .instance-control-group:after {
        content: " ";
        display: table; }
      .info-panel.info-panel-instance > .info-panel-body .instance-control-group:after {
        clear: both; }
      .info-panel.info-panel-instance > .info-panel-body .instance-control-group.instance-control-group-top {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 3; }
      .info-panel.info-panel-instance > .info-panel-body .instance-control-group .instance-control {
        display: inline-block; }
    .info-panel.info-panel-instance > .info-panel-body > .instance-animation embed {
      position: relative;
      margin: 0 auto;
      display: block; }
    .info-panel.info-panel-instance > .info-panel-body > .instance-image {
      width: 100%;
      background-color: white; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-video-cut {
        position: relative; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature {
        display: table;
        table-layout: fixed;
        width: 100%;
        overflow: hidden;
        position: relative; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-wrapper {
          display: table-cell;
          vertical-align: middle;
          width: inherit;
          max-height: inherit; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-wrapper > a {
            display: block; }
            .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-wrapper > a.disabled {
              cursor: not-allowed;
              pointer-events: none; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-wrapper > img {
            max-height: 700px; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous,
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next {
          display: block;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 2; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous > img,
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next > img {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -webkit-transition: opacity, 0.25s;
            -o-transition: opacity, 0.25s;
            transition: opacity, 0.25s; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous:hover > img,
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next:hover > img {
            opacity: 1;
            filter: alpha(opacity=100); }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous:hover,
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next:hover {
            background: rgba(248, 248, 248, 0.6);
            color: #FFF;
            text-decoration: none; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous {
          left: 0; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-previous > img {
            left: 40%; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next {
          right: 0; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-feature > .instance-feature-next > img {
            right: 40%; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-image-controls {
        width: 100%;
        float: left; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .instance-image-controls .modal iframe {
          height: 100%; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image a > .img-responsive,
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .img-responsive {
        position: relative;
        margin: 0 auto; }
      .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper {
        text-align: center; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper.no-waveform {
          background: none; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper > img {
          max-height: 200px;
          max-width: 100%; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper .waveform-container {
          background-color: #fff; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper .waveform-container canvas {
            background-color: #fff; }
        .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper .picture-previewimage {
          display: none; }
          .info-panel.info-panel-instance > .info-panel-body > .instance-image .waveform-wrapper .picture-previewimage.waveform-rendered {
            display: none !important; }
    .info-panel.info-panel-instance > .info-panel-body > .instance-properties {
      overflow: hidden; }
    .info-panel.info-panel-instance > .info-panel-body .instance-content {
      min-height: 10px;
      border-top-color: transparent;
      position: relative;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .info-panel.info-panel-instance > .info-panel-body .instance-content:before, .info-panel.info-panel-instance > .info-panel-body .instance-content:after {
        content: " ";
        display: table; }
      .info-panel.info-panel-instance > .info-panel-body .instance-content:after {
        clear: both; }
      .info-panel.info-panel-instance > .info-panel-body .instance-content .instance-image img {
        margin: 0 auto;
        padding: 15px; }
      .info-panel.info-panel-instance > .info-panel-body .instance-content .instance-toolbar a {
        border-right: 1px solid #eeeeee; }
        .info-panel.info-panel-instance > .info-panel-body .instance-content .instance-toolbar a:last-child {
          border-right: none;
          border-top: none; }
  @media (min-width: 1440px) {
    .info-panel.info-panel-instance.instance-AUDIO .instance-split .instance-image {
      width: 50% !important; } }

body.is-template .info-panel.info-panel-instance > .info-panel-body > .instance-properties {
  background-color: transparent; }

.topic-tree {
  border-right: none; }

#thema.info-panel .info-panel-body {
  padding: 0; }
  #thema.info-panel .info-panel-body .info-panel-body-container {
    padding: 10px 15px; }
    #thema.info-panel .info-panel-body .info-panel-body-container .uiWorkflowContainer {
      padding: 15px;
      text-align: center;
      margin: 30px 0 20px 0; }
      #thema.info-panel .info-panel-body .info-panel-body-container .uiWorkflowContainer .modal {
        text-align: left; }
        #thema.info-panel .info-panel-body .info-panel-body-container .uiWorkflowContainer .modal .modal-body .control-label {
          text-align: left;
          font-size: 14px; }
        #thema.info-panel .info-panel-body .info-panel-body-container .uiWorkflowContainer .modal .modal-body .suggest-acl-container label {
          text-align: left;
          font-size: 14px;
          margin-bottom: 0;
          padding-top: 4px; }

.ie11-workflow.modal-open #thema.info-panel .info-panel-body {
  overflow: visible !important; }

.info-panel.info-panel-edit .info-panel-body, .info-panel.info-panel-edit .info-panel-header, .info-panel.info-panel-edit .info-panel-footer {
  padding: 10px 20px; }

.textboxesPlayerPanel {
  width: 100%;
  height: 100%;
  margin: 0px;
  pointer-events: none !important;
  overflow: hidden; }
  .textboxesPlayerPanel.videoPlayerOverlay {
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto; }
  .textboxesPlayerPanel .textboxCollectionPlayerOverlay {
    pointer-events: all;
    z-index: 5000; }
  .textboxesPlayerPanel .textboxRelative {
    position: absolute !important; }
  .textboxesPlayerPanel .chosen-container {
    pointer-events: all;
    z-index: 5000; }
  .textboxesPlayerPanel img.cssbox {
    width: 100%;
    height: 100%; }

.videoPlayerOverlay {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 100%; }

div.jw-icon[button='tb-button'] {
  padding-top: auto;
  padding-bottom: auto;
  padding-left: auto;
  padding-right: auto;
  opacity: 0.8; }
  div.jw-icon[button='tb-button']:hover {
    opacity: 1; }
  div.jw-icon[button='tb-button'] .jw-icon {
    margin: 10px; }

/* needed for the Textboxes to keep the original jw-player controls on top */
.jw-controls {
  z-index: 1; }

#subtitlesEditorPanel, #textboxesEditorPanel, #chapterMarkersEditorPanel, #chapterMarkersViewPanel, #chapterMarkersAudioEditorPanel, #chapterMarkersAudioViewPanel {
  padding: 0px; }
  #subtitlesEditorPanel .uiVTTCue.active, #textboxesEditorPanel .uiVTTCue.active, #chapterMarkersEditorPanel .uiVTTCue.active, #chapterMarkersViewPanel .uiVTTCue.active, #chapterMarkersAudioEditorPanel .uiVTTCue.active, #chapterMarkersAudioViewPanel .uiVTTCue.active {
    border: 1px solid red; }
  #subtitlesEditorPanel .uiVttCuesContent, #subtitlesEditorPanel .textboxesContent, #textboxesEditorPanel .uiVttCuesContent, #textboxesEditorPanel .textboxesContent, #chapterMarkersEditorPanel .uiVttCuesContent, #chapterMarkersEditorPanel .textboxesContent, #chapterMarkersViewPanel .uiVttCuesContent, #chapterMarkersViewPanel .textboxesContent, #chapterMarkersAudioEditorPanel .uiVttCuesContent, #chapterMarkersAudioEditorPanel .textboxesContent, #chapterMarkersAudioViewPanel .uiVttCuesContent, #chapterMarkersAudioViewPanel .textboxesContent {
    padding-top: 15px;
    overflow-y: auto; }
    #subtitlesEditorPanel .uiVttCuesContent input[type="text"]:disabled, #subtitlesEditorPanel .uiVttCuesContent textarea[type="text"]:disabled, #subtitlesEditorPanel .uiVttCuesContent span.textRepresentation, #subtitlesEditorPanel .uiVttCuesContent div.textRepresentation, #subtitlesEditorPanel .textboxesContent input[type="text"]:disabled, #subtitlesEditorPanel .textboxesContent textarea[type="text"]:disabled, #subtitlesEditorPanel .textboxesContent span.textRepresentation, #subtitlesEditorPanel .textboxesContent div.textRepresentation, #textboxesEditorPanel .uiVttCuesContent input[type="text"]:disabled, #textboxesEditorPanel .uiVttCuesContent textarea[type="text"]:disabled, #textboxesEditorPanel .uiVttCuesContent span.textRepresentation, #textboxesEditorPanel .uiVttCuesContent div.textRepresentation, #textboxesEditorPanel .textboxesContent input[type="text"]:disabled, #textboxesEditorPanel .textboxesContent textarea[type="text"]:disabled, #textboxesEditorPanel .textboxesContent span.textRepresentation, #textboxesEditorPanel .textboxesContent div.textRepresentation, #chapterMarkersEditorPanel .uiVttCuesContent input[type="text"]:disabled, #chapterMarkersEditorPanel .uiVttCuesContent textarea[type="text"]:disabled, #chapterMarkersEditorPanel .uiVttCuesContent span.textRepresentation, #chapterMarkersEditorPanel .uiVttCuesContent div.textRepresentation, #chapterMarkersEditorPanel .textboxesContent input[type="text"]:disabled, #chapterMarkersEditorPanel .textboxesContent textarea[type="text"]:disabled, #chapterMarkersEditorPanel .textboxesContent span.textRepresentation, #chapterMarkersEditorPanel .textboxesContent div.textRepresentation, #chapterMarkersViewPanel .uiVttCuesContent input[type="text"]:disabled, #chapterMarkersViewPanel .uiVttCuesContent textarea[type="text"]:disabled, #chapterMarkersViewPanel .uiVttCuesContent span.textRepresentation, #chapterMarkersViewPanel .uiVttCuesContent div.textRepresentation, #chapterMarkersViewPanel .textboxesContent input[type="text"]:disabled, #chapterMarkersViewPanel .textboxesContent textarea[type="text"]:disabled, #chapterMarkersViewPanel .textboxesContent span.textRepresentation, #chapterMarkersViewPanel .textboxesContent div.textRepresentation, #chapterMarkersAudioEditorPanel .uiVttCuesContent input[type="text"]:disabled, #chapterMarkersAudioEditorPanel .uiVttCuesContent textarea[type="text"]:disabled, #chapterMarkersAudioEditorPanel .uiVttCuesContent span.textRepresentation, #chapterMarkersAudioEditorPanel .uiVttCuesContent div.textRepresentation, #chapterMarkersAudioEditorPanel .textboxesContent input[type="text"]:disabled, #chapterMarkersAudioEditorPanel .textboxesContent textarea[type="text"]:disabled, #chapterMarkersAudioEditorPanel .textboxesContent span.textRepresentation, #chapterMarkersAudioEditorPanel .textboxesContent div.textRepresentation, #chapterMarkersAudioViewPanel .uiVttCuesContent input[type="text"]:disabled, #chapterMarkersAudioViewPanel .uiVttCuesContent textarea[type="text"]:disabled, #chapterMarkersAudioViewPanel .uiVttCuesContent span.textRepresentation, #chapterMarkersAudioViewPanel .uiVttCuesContent div.textRepresentation, #chapterMarkersAudioViewPanel .textboxesContent input[type="text"]:disabled, #chapterMarkersAudioViewPanel .textboxesContent textarea[type="text"]:disabled, #chapterMarkersAudioViewPanel .textboxesContent span.textRepresentation, #chapterMarkersAudioViewPanel .textboxesContent div.textRepresentation {
      border: none;
      background-color: transparent;
      padding-left: 0px;
      cursor: text !important;
      resize: none;
      overflow: hidden; }
    #subtitlesEditorPanel .uiVttCuesContent .list-group-item:hover, #subtitlesEditorPanel .uiVttCuesContent .list-group-item:focus, #subtitlesEditorPanel .uiVttCuesContent .list-group-item:active, #subtitlesEditorPanel .uiVttCuesContent .list-group-item.hover, #subtitlesEditorPanel .textboxesContent .list-group-item:hover, #subtitlesEditorPanel .textboxesContent .list-group-item:focus, #subtitlesEditorPanel .textboxesContent .list-group-item:active, #subtitlesEditorPanel .textboxesContent .list-group-item.hover, #textboxesEditorPanel .uiVttCuesContent .list-group-item:hover, #textboxesEditorPanel .uiVttCuesContent .list-group-item:focus, #textboxesEditorPanel .uiVttCuesContent .list-group-item:active, #textboxesEditorPanel .uiVttCuesContent .list-group-item.hover, #textboxesEditorPanel .textboxesContent .list-group-item:hover, #textboxesEditorPanel .textboxesContent .list-group-item:focus, #textboxesEditorPanel .textboxesContent .list-group-item:active, #textboxesEditorPanel .textboxesContent .list-group-item.hover, #chapterMarkersEditorPanel .uiVttCuesContent .list-group-item:hover, #chapterMarkersEditorPanel .uiVttCuesContent .list-group-item:focus, #chapterMarkersEditorPanel .uiVttCuesContent .list-group-item:active, #chapterMarkersEditorPanel .uiVttCuesContent .list-group-item.hover, #chapterMarkersEditorPanel .textboxesContent .list-group-item:hover, #chapterMarkersEditorPanel .textboxesContent .list-group-item:focus, #chapterMarkersEditorPanel .textboxesContent .list-group-item:active, #chapterMarkersEditorPanel .textboxesContent .list-group-item.hover, #chapterMarkersViewPanel .uiVttCuesContent .list-group-item:hover, #chapterMarkersViewPanel .uiVttCuesContent .list-group-item:focus, #chapterMarkersViewPanel .uiVttCuesContent .list-group-item:active, #chapterMarkersViewPanel .uiVttCuesContent .list-group-item.hover, #chapterMarkersViewPanel .textboxesContent .list-group-item:hover, #chapterMarkersViewPanel .textboxesContent .list-group-item:focus, #chapterMarkersViewPanel .textboxesContent .list-group-item:active, #chapterMarkersViewPanel .textboxesContent .list-group-item.hover, #chapterMarkersAudioEditorPanel .uiVttCuesContent .list-group-item:hover, #chapterMarkersAudioEditorPanel .uiVttCuesContent .list-group-item:focus, #chapterMarkersAudioEditorPanel .uiVttCuesContent .list-group-item:active, #chapterMarkersAudioEditorPanel .uiVttCuesContent .list-group-item.hover, #chapterMarkersAudioEditorPanel .textboxesContent .list-group-item:hover, #chapterMarkersAudioEditorPanel .textboxesContent .list-group-item:focus, #chapterMarkersAudioEditorPanel .textboxesContent .list-group-item:active, #chapterMarkersAudioEditorPanel .textboxesContent .list-group-item.hover, #chapterMarkersAudioViewPanel .uiVttCuesContent .list-group-item:hover, #chapterMarkersAudioViewPanel .uiVttCuesContent .list-group-item:focus, #chapterMarkersAudioViewPanel .uiVttCuesContent .list-group-item:active, #chapterMarkersAudioViewPanel .uiVttCuesContent .list-group-item.hover, #chapterMarkersAudioViewPanel .textboxesContent .list-group-item:hover, #chapterMarkersAudioViewPanel .textboxesContent .list-group-item:focus, #chapterMarkersAudioViewPanel .textboxesContent .list-group-item:active, #chapterMarkersAudioViewPanel .textboxesContent .list-group-item.hover {
      background-color: #eeeeee; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue:hover .uiAddBeforeVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue:hover .uiAddBeforeVTTCue {
      display: block; }
    #subtitlesEditorPanel .uiVttCuesContent .add-cue-before, #subtitlesEditorPanel .textboxesContent .add-cue-before, #textboxesEditorPanel .uiVttCuesContent .add-cue-before, #textboxesEditorPanel .textboxesContent .add-cue-before, #chapterMarkersEditorPanel .uiVttCuesContent .add-cue-before, #chapterMarkersEditorPanel .textboxesContent .add-cue-before, #chapterMarkersViewPanel .uiVttCuesContent .add-cue-before, #chapterMarkersViewPanel .textboxesContent .add-cue-before, #chapterMarkersAudioEditorPanel .uiVttCuesContent .add-cue-before, #chapterMarkersAudioEditorPanel .textboxesContent .add-cue-before, #chapterMarkersAudioViewPanel .uiVttCuesContent .add-cue-before, #chapterMarkersAudioViewPanel .textboxesContent .add-cue-before {
      position: relative; }
      #subtitlesEditorPanel .uiVttCuesContent .add-cue-before .btn, #subtitlesEditorPanel .textboxesContent .add-cue-before .btn, #textboxesEditorPanel .uiVttCuesContent .add-cue-before .btn, #textboxesEditorPanel .textboxesContent .add-cue-before .btn, #chapterMarkersEditorPanel .uiVttCuesContent .add-cue-before .btn, #chapterMarkersEditorPanel .textboxesContent .add-cue-before .btn, #chapterMarkersViewPanel .uiVttCuesContent .add-cue-before .btn, #chapterMarkersViewPanel .textboxesContent .add-cue-before .btn, #chapterMarkersAudioEditorPanel .uiVttCuesContent .add-cue-before .btn, #chapterMarkersAudioEditorPanel .textboxesContent .add-cue-before .btn, #chapterMarkersAudioViewPanel .uiVttCuesContent .add-cue-before .btn, #chapterMarkersAudioViewPanel .textboxesContent .add-cue-before .btn {
        width: 100%;
        height: 20px;
        position: absolute;
        z-index: 1000;
        top: -10px;
        display: none; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #subtitlesEditorPanel .textboxesContent .uiVTTCue .media-body .content:hover, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #textboxesEditorPanel .textboxesContent .uiVTTCue .media-body .content:hover, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .media-body .content:hover, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .media-body .content:hover, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .media-body .content:hover, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .media-body .content:hover, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .media-body .content:hover {
      cursor: text; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiCancelEditVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleInput, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiCueTimeInputsWrapper, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiSaveVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiCancelEditVTTCue {
      display: none; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiRemoveVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiEditVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiCueTimeSpanWrapper, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiRemoveVTTCue {
      display: block; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #subtitlesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #textboxesEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue .uiVTTCueTitleSpan {
      height: 100%; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .list-group-item, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .list-group-item {
      border-left: 2px solid #00677f;
      background-color: #eeeeee; }
      #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error *, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .list-group-item .uiCueTimeInputsWrapper .input-group.blink-red-error * {
        -moz-animation: blink-red 350ms ease-out;
        -webkit-animation: blink-red 350ms ease-out;
        animation: blink-red 350ms ease-out; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCancelEditVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleInput, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiCueTimeInputsWrapper, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiSaveVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiCancelEditVTTCue {
      display: block; }
    #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #subtitlesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #subtitlesEditorPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #textboxesEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #textboxesEditorPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersEditorPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersViewPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersViewPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersAudioEditorPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiVTTCue.edit .uiRemoveVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiEditVTTCue, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiCueTimeSpanWrapper, #chapterMarkersAudioViewPanel .textboxesContent .uiVTTCue.edit .uiRemoveVTTCue {
      display: none; }
    #subtitlesEditorPanel .uiVttCuesContent .uiTextBox .media-buttons, #subtitlesEditorPanel .textboxesContent .uiTextBox .media-buttons, #textboxesEditorPanel .uiVttCuesContent .uiTextBox .media-buttons, #textboxesEditorPanel .textboxesContent .uiTextBox .media-buttons, #chapterMarkersEditorPanel .uiVttCuesContent .uiTextBox .media-buttons, #chapterMarkersEditorPanel .textboxesContent .uiTextBox .media-buttons, #chapterMarkersViewPanel .uiVttCuesContent .uiTextBox .media-buttons, #chapterMarkersViewPanel .textboxesContent .uiTextBox .media-buttons, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiTextBox .media-buttons, #chapterMarkersAudioEditorPanel .textboxesContent .uiTextBox .media-buttons, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiTextBox .media-buttons, #chapterMarkersAudioViewPanel .textboxesContent .uiTextBox .media-buttons {
      display: block; }
    #subtitlesEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #subtitlesEditorPanel .textboxesContent .uiTextBox.edit .list-group-item, #textboxesEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #textboxesEditorPanel .textboxesContent .uiTextBox.edit .list-group-item, #chapterMarkersEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #chapterMarkersEditorPanel .textboxesContent .uiTextBox.edit .list-group-item, #chapterMarkersViewPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #chapterMarkersViewPanel .textboxesContent .uiTextBox.edit .list-group-item, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #chapterMarkersAudioEditorPanel .textboxesContent .uiTextBox.edit .list-group-item, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiTextBox.edit .list-group-item, #chapterMarkersAudioViewPanel .textboxesContent .uiTextBox.edit .list-group-item {
      border-left: 2px solid #00677f;
      background-color: #eeeeee; }
      #subtitlesEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #subtitlesEditorPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons, #textboxesEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #textboxesEditorPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersEditorPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersViewPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersViewPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersAudioEditorPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersAudioEditorPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersAudioViewPanel .uiVttCuesContent .uiTextBox.edit .list-group-item .media-buttons, #chapterMarkersAudioViewPanel .textboxesContent .uiTextBox.edit .list-group-item .media-buttons {
        display: none; }
  #subtitlesEditorPanel .uiDisabledVttChangesElements.disabled, #textboxesEditorPanel .uiDisabledVttChangesElements.disabled, #chapterMarkersEditorPanel .uiDisabledVttChangesElements.disabled, #chapterMarkersViewPanel .uiDisabledVttChangesElements.disabled, #chapterMarkersAudioEditorPanel .uiDisabledVttChangesElements.disabled, #chapterMarkersAudioViewPanel .uiDisabledVttChangesElements.disabled {
    pointer-events: none !important; }
  #subtitlesEditorPanel #vttFileTextArea, #textboxesEditorPanel #vttFileTextArea, #chapterMarkersEditorPanel #vttFileTextArea, #chapterMarkersViewPanel #vttFileTextArea, #chapterMarkersAudioEditorPanel #vttFileTextArea, #chapterMarkersAudioViewPanel #vttFileTextArea {
    min-height: 400px; }
  #subtitlesEditorPanel .vttTextPane, #subtitlesEditorPanel .textBoxesPane, #textboxesEditorPanel .vttTextPane, #textboxesEditorPanel .textBoxesPane, #chapterMarkersEditorPanel .vttTextPane, #chapterMarkersEditorPanel .textBoxesPane, #chapterMarkersViewPanel .vttTextPane, #chapterMarkersViewPanel .textBoxesPane, #chapterMarkersAudioEditorPanel .vttTextPane, #chapterMarkersAudioEditorPanel .textBoxesPane, #chapterMarkersAudioViewPanel .vttTextPane, #chapterMarkersAudioViewPanel .textBoxesPane {
    padding: 0px; }
  #subtitlesEditorPanel #video_subtitle_pane, #subtitlesEditorPanel #video_chapter_markers_pane, #subtitlesEditorPanel #video_text_boxes_pane, #textboxesEditorPanel #video_subtitle_pane, #textboxesEditorPanel #video_chapter_markers_pane, #textboxesEditorPanel #video_text_boxes_pane, #chapterMarkersEditorPanel #video_subtitle_pane, #chapterMarkersEditorPanel #video_chapter_markers_pane, #chapterMarkersEditorPanel #video_text_boxes_pane, #chapterMarkersViewPanel #video_subtitle_pane, #chapterMarkersViewPanel #video_chapter_markers_pane, #chapterMarkersViewPanel #video_text_boxes_pane, #chapterMarkersAudioEditorPanel #video_subtitle_pane, #chapterMarkersAudioEditorPanel #video_chapter_markers_pane, #chapterMarkersAudioEditorPanel #video_text_boxes_pane, #chapterMarkersAudioViewPanel #video_subtitle_pane, #chapterMarkersAudioViewPanel #video_chapter_markers_pane, #chapterMarkersAudioViewPanel #video_text_boxes_pane {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px; }
  @media (min-width: 2px) {
    #subtitlesEditorPanel .vttTextPane .col-sm-12, #subtitlesEditorPanel .textBoxesPane .col-sm-12, #textboxesEditorPanel .vttTextPane .col-sm-12, #textboxesEditorPanel .textBoxesPane .col-sm-12, #chapterMarkersEditorPanel .vttTextPane .col-sm-12, #chapterMarkersEditorPanel .textBoxesPane .col-sm-12, #chapterMarkersViewPanel .vttTextPane .col-sm-12, #chapterMarkersViewPanel .textBoxesPane .col-sm-12, #chapterMarkersAudioEditorPanel .vttTextPane .col-sm-12, #chapterMarkersAudioEditorPanel .textBoxesPane .col-sm-12, #chapterMarkersAudioViewPanel .vttTextPane .col-sm-12, #chapterMarkersAudioViewPanel .textBoxesPane .col-sm-12 {
      padding-right: 0; }
    #subtitlesEditorPanel .uiSubtitleSelectListWrapper, #subtitlesEditorPanel .uiStatusSelectListWrapper, #subtitlesEditorPanel .uiChapterMarkersSelectListWrapper, #textboxesEditorPanel .uiSubtitleSelectListWrapper, #textboxesEditorPanel .uiStatusSelectListWrapper, #textboxesEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersEditorPanel .uiSubtitleSelectListWrapper, #chapterMarkersEditorPanel .uiStatusSelectListWrapper, #chapterMarkersEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersViewPanel .uiSubtitleSelectListWrapper, #chapterMarkersViewPanel .uiStatusSelectListWrapper, #chapterMarkersViewPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersAudioEditorPanel .uiSubtitleSelectListWrapper, #chapterMarkersAudioEditorPanel .uiStatusSelectListWrapper, #chapterMarkersAudioEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersAudioViewPanel .uiSubtitleSelectListWrapper, #chapterMarkersAudioViewPanel .uiStatusSelectListWrapper, #chapterMarkersAudioViewPanel .uiChapterMarkersSelectListWrapper {
      padding-right: 10px; } }
  @media (max-width: 2px) {
    #subtitlesEditorPanel .vttTextPane, #subtitlesEditorPanel .textBoxesPane, #textboxesEditorPanel .vttTextPane, #textboxesEditorPanel .textBoxesPane, #chapterMarkersEditorPanel .vttTextPane, #chapterMarkersEditorPanel .textBoxesPane, #chapterMarkersViewPanel .vttTextPane, #chapterMarkersViewPanel .textBoxesPane, #chapterMarkersAudioEditorPanel .vttTextPane, #chapterMarkersAudioEditorPanel .textBoxesPane, #chapterMarkersAudioViewPanel .vttTextPane, #chapterMarkersAudioViewPanel .textBoxesPane {
      padding-left: 0px !important; }
      #subtitlesEditorPanel .vttTextPane .col-sm-12, #subtitlesEditorPanel .vttTextPane col-sm-6, #subtitlesEditorPanel .vttTextPane col-sm-4, #subtitlesEditorPanel .textBoxesPane .col-sm-12, #subtitlesEditorPanel .textBoxesPane col-sm-6, #subtitlesEditorPanel .textBoxesPane col-sm-4, #textboxesEditorPanel .vttTextPane .col-sm-12, #textboxesEditorPanel .vttTextPane col-sm-6, #textboxesEditorPanel .vttTextPane col-sm-4, #textboxesEditorPanel .textBoxesPane .col-sm-12, #textboxesEditorPanel .textBoxesPane col-sm-6, #textboxesEditorPanel .textBoxesPane col-sm-4, #chapterMarkersEditorPanel .vttTextPane .col-sm-12, #chapterMarkersEditorPanel .vttTextPane col-sm-6, #chapterMarkersEditorPanel .vttTextPane col-sm-4, #chapterMarkersEditorPanel .textBoxesPane .col-sm-12, #chapterMarkersEditorPanel .textBoxesPane col-sm-6, #chapterMarkersEditorPanel .textBoxesPane col-sm-4, #chapterMarkersViewPanel .vttTextPane .col-sm-12, #chapterMarkersViewPanel .vttTextPane col-sm-6, #chapterMarkersViewPanel .vttTextPane col-sm-4, #chapterMarkersViewPanel .textBoxesPane .col-sm-12, #chapterMarkersViewPanel .textBoxesPane col-sm-6, #chapterMarkersViewPanel .textBoxesPane col-sm-4, #chapterMarkersAudioEditorPanel .vttTextPane .col-sm-12, #chapterMarkersAudioEditorPanel .vttTextPane col-sm-6, #chapterMarkersAudioEditorPanel .vttTextPane col-sm-4, #chapterMarkersAudioEditorPanel .textBoxesPane .col-sm-12, #chapterMarkersAudioEditorPanel .textBoxesPane col-sm-6, #chapterMarkersAudioEditorPanel .textBoxesPane col-sm-4, #chapterMarkersAudioViewPanel .vttTextPane .col-sm-12, #chapterMarkersAudioViewPanel .vttTextPane col-sm-6, #chapterMarkersAudioViewPanel .vttTextPane col-sm-4, #chapterMarkersAudioViewPanel .textBoxesPane .col-sm-12, #chapterMarkersAudioViewPanel .textBoxesPane col-sm-6, #chapterMarkersAudioViewPanel .textBoxesPane col-sm-4 {
        padding-right: 0;
        padding-left: 0; }
    #subtitlesEditorPanel .uiShowSubtitleElement, #textboxesEditorPanel .uiShowSubtitleElement, #chapterMarkersEditorPanel .uiShowSubtitleElement, #chapterMarkersViewPanel .uiShowSubtitleElement, #chapterMarkersAudioEditorPanel .uiShowSubtitleElement, #chapterMarkersAudioViewPanel .uiShowSubtitleElement {
      padding-bottom: 5px; } }
  @media (max-width: 1900px) {
    #subtitlesEditorPanel .uiVttCuesContent, #textboxesEditorPanel .uiVttCuesContent, #chapterMarkersEditorPanel .uiVttCuesContent, #chapterMarkersViewPanel .uiVttCuesContent, #chapterMarkersAudioEditorPanel .uiVttCuesContent, #chapterMarkersAudioViewPanel .uiVttCuesContent {
      max-height: 430px; }
    #subtitlesEditorPanel .textboxesContent, #textboxesEditorPanel .textboxesContent, #chapterMarkersEditorPanel .textboxesContent, #chapterMarkersViewPanel .textboxesContent, #chapterMarkersAudioEditorPanel .textboxesContent, #chapterMarkersAudioViewPanel .textboxesContent {
      min-height: 345px;
      max-height: 345px;
      margin-bottom: 25px; } }
  @media (min-width: 1901px) {
    #subtitlesEditorPanel .uiVttCuesContent, #textboxesEditorPanel .uiVttCuesContent, #chapterMarkersEditorPanel .uiVttCuesContent, #chapterMarkersViewPanel .uiVttCuesContent, #chapterMarkersAudioEditorPanel .uiVttCuesContent, #chapterMarkersAudioViewPanel .uiVttCuesContent {
      max-height: 530px; }
    #subtitlesEditorPanel .textboxesContent, #textboxesEditorPanel .textboxesContent, #chapterMarkersEditorPanel .textboxesContent, #chapterMarkersViewPanel .textboxesContent, #chapterMarkersAudioEditorPanel .textboxesContent, #chapterMarkersAudioViewPanel .textboxesContent {
      min-height: 345px;
      max-height: 345px;
      margin-bottom: 25px; } }
  #subtitlesEditorPanel .uiVTTCueTitleInput, #textboxesEditorPanel .uiVTTCueTitleInput, #chapterMarkersEditorPanel .uiVTTCueTitleInput, #chapterMarkersViewPanel .uiVTTCueTitleInput, #chapterMarkersAudioEditorPanel .uiVTTCueTitleInput, #chapterMarkersAudioViewPanel .uiVTTCueTitleInput {
    height: 40px; }
  #subtitlesEditorPanel .uiVTTCueStartTimeInput, #subtitlesEditorPanel .uiVTTCueEndTimeInput, #textboxesEditorPanel .uiVTTCueStartTimeInput, #textboxesEditorPanel .uiVTTCueEndTimeInput, #chapterMarkersEditorPanel .uiVTTCueStartTimeInput, #chapterMarkersEditorPanel .uiVTTCueEndTimeInput, #chapterMarkersViewPanel .uiVTTCueStartTimeInput, #chapterMarkersViewPanel .uiVTTCueEndTimeInput, #chapterMarkersAudioEditorPanel .uiVTTCueStartTimeInput, #chapterMarkersAudioEditorPanel .uiVTTCueEndTimeInput, #chapterMarkersAudioViewPanel .uiVTTCueStartTimeInput, #chapterMarkersAudioViewPanel .uiVTTCueEndTimeInput {
    height: 26px; }
  #subtitlesEditorPanel .uiVTTCueTitleSpan, #textboxesEditorPanel .uiVTTCueTitleSpan, #chapterMarkersEditorPanel .uiVTTCueTitleSpan, #chapterMarkersViewPanel .uiVTTCueTitleSpan, #chapterMarkersAudioEditorPanel .uiVTTCueTitleSpan, #chapterMarkersAudioViewPanel .uiVTTCueTitleSpan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  @media (max-width: 1px) {
    #subtitlesEditorPanel .uiSubtitleSelectListWrapper, #subtitlesEditorPanel .uiStatusSelectListWrapper, #subtitlesEditorPanel .uiChapterMarkersSelectListWrapper, #textboxesEditorPanel .uiSubtitleSelectListWrapper, #textboxesEditorPanel .uiStatusSelectListWrapper, #textboxesEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersEditorPanel .uiSubtitleSelectListWrapper, #chapterMarkersEditorPanel .uiStatusSelectListWrapper, #chapterMarkersEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersViewPanel .uiSubtitleSelectListWrapper, #chapterMarkersViewPanel .uiStatusSelectListWrapper, #chapterMarkersViewPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersAudioEditorPanel .uiSubtitleSelectListWrapper, #chapterMarkersAudioEditorPanel .uiStatusSelectListWrapper, #chapterMarkersAudioEditorPanel .uiChapterMarkersSelectListWrapper, #chapterMarkersAudioViewPanel .uiSubtitleSelectListWrapper, #chapterMarkersAudioViewPanel .uiStatusSelectListWrapper, #chapterMarkersAudioViewPanel .uiChapterMarkersSelectListWrapper {
      padding-left: 0px;
      padding-right: 0px; }
    #subtitlesEditorPanel .subtitle-properites .chapter-markers-properties, #textboxesEditorPanel .subtitle-properites .chapter-markers-properties, #chapterMarkersEditorPanel .subtitle-properites .chapter-markers-properties, #chapterMarkersViewPanel .subtitle-properites .chapter-markers-properties, #chapterMarkersAudioEditorPanel .subtitle-properites .chapter-markers-properties, #chapterMarkersAudioViewPanel .subtitle-properites .chapter-markers-properties {
      padding-top: 50px; } }
  #subtitlesEditorPanel .subtitleEditButtonsWrapper, #textboxesEditorPanel .subtitleEditButtonsWrapper, #chapterMarkersEditorPanel .subtitleEditButtonsWrapper, #chapterMarkersViewPanel .subtitleEditButtonsWrapper, #chapterMarkersAudioEditorPanel .subtitleEditButtonsWrapper, #chapterMarkersAudioViewPanel .subtitleEditButtonsWrapper {
    padding-left: 0; }
  #subtitlesEditorPanel .list-group-item.media .video-cut .preview:hover:after, #subtitlesEditorPanel .list-group-item.media .stills .still .preview:hover:after, .stills #subtitlesEditorPanel .list-group-item.media .still .preview:hover:after, #textboxesEditorPanel .list-group-item.media .video-cut .preview:hover:after, #textboxesEditorPanel .list-group-item.media .stills .still .preview:hover:after, .stills #textboxesEditorPanel .list-group-item.media .still .preview:hover:after, #chapterMarkersEditorPanel .list-group-item.media .video-cut .preview:hover:after, #chapterMarkersEditorPanel .list-group-item.media .stills .still .preview:hover:after, .stills #chapterMarkersEditorPanel .list-group-item.media .still .preview:hover:after, #chapterMarkersViewPanel .list-group-item.media .video-cut .preview:hover:after, #chapterMarkersViewPanel .list-group-item.media .stills .still .preview:hover:after, .stills #chapterMarkersViewPanel .list-group-item.media .still .preview:hover:after, #chapterMarkersAudioEditorPanel .list-group-item.media .video-cut .preview:hover:after, #chapterMarkersAudioEditorPanel .list-group-item.media .stills .still .preview:hover:after, .stills #chapterMarkersAudioEditorPanel .list-group-item.media .still .preview:hover:after, #chapterMarkersAudioViewPanel .list-group-item.media .video-cut .preview:hover:after, #chapterMarkersAudioViewPanel .list-group-item.media .stills .still .preview:hover:after, .stills #chapterMarkersAudioViewPanel .list-group-item.media .still .preview:hover:after {
    display: none; }

#textboxesEditorPanel {
  position: relative; }
  #textboxesEditorPanel .mce-text {
    background-color: #ffffff !important; }

.mce-stack-layout .mce-menu-item:hover span {
  color: white !important; }

.uiWithAudio .video-previewimage {
  display: none; }

.uiWithAudio .instance-img-container {
  min-height: 280px; }

.tml {
  overflow: hidden;
  position: relative;
  user-select: none; }
  .tml .tml-container {
    position: relative;
    overflow-x: scroll;
    height: 150px;
    background: #fafafa;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  .tml .tml-axis-length {
    position: absolute;
    top: 0;
    left: 0; }
  .tml .tml-axis {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .tml .tml-axis .tml-axis-tick {
      position: absolute;
      font-size: 11px;
      width: 30px;
      text-align: center;
      transform: translateX(-15px);
      line-height: 30px;
      color: #a8a8a8; }
      .tml .tml-axis .tml-axis-tick:after {
        content: '';
        position: absolute;
        height: 7px;
        width: 1px;
        left: 15px;
        background: #a8a8a8; }
  .tml .tml-vtt-track {
    position: relative;
    top: 20px; }
    .tml .tml-vtt-track .tml-vtt-resize-left,
    .tml .tml-vtt-track .tml-vtt-resize-right,
    .tml .tml-vtt-track .tml-vtt-cue {
      position: absolute;
      height: 60px; }
    .tml .tml-vtt-track .tml-vtt-resize-left {
      left: 0 !important; }
    .tml .tml-vtt-track .tml-vtt-resize-right {
      right: 0;
      left: unset !important; }
    .tml .tml-vtt-track .tml-vtt-resize-left,
    .tml .tml-vtt-track .tml-vtt-resize-right {
      top: -1px;
      width: 10px;
      cursor: ew-resize;
      background-color: #00677f;
      display: none; }
      .tml .tml-vtt-track .tml-vtt-resize-left:after,
      .tml .tml-vtt-track .tml-vtt-resize-right:after {
        position: absolute;
        top: 21px;
        color: white;
        left: 4px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "";
        cursor: ew-resize; }
    .tml .tml-vtt-track .tml-vtt-cue {
      top: 25px;
      border: 1px solid #b7b7b7;
      background-color: #ffffff;
      word-break: break-all;
      max-height: 90px;
      padding: 2px; }
      .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--dragging .tml-vtt-resize-left,
      .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--dragging .tml-vtt-resize-right, .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--hover .tml-vtt-resize-left,
      .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--hover .tml-vtt-resize-right {
        display: block; }
      .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--dirty .tml-vtt-resize-left {
        transform: translateX(0); }
      .tml .tml-vtt-track .tml-vtt-cue.tml-vtt-cue--dirty .tml-vtt-resize-right {
        transform: translateX(0); }
      .tml .tml-vtt-track .tml-vtt-cue .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
      .tml .tml-vtt-track .tml-vtt-cue:hover {
        border: 1px solid #888888;
        cursor: pointer; }
  .tml .tml-play-needle {
    top: 0;
    left: 65px;
    height: 130px;
    width: 1px;
    background: #00677f;
    position: absolute;
    cursor: ew-resize;
    z-index: 3; }
    .tml .tml-play-needle:after {
      content: "";
      position: absolute;
      width: 11px;
      top: -4px;
      height: 15px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 29px;
      line-height: 15px;
      color: #00677f;
      transform: translateX(-8px); }

.uiWithVideo .jw-info-overlay-item, .uiWithAudio .jw-info-overlay-item {
  display: none !important; }

.uiWithVideo .jw-state-idle .jw-controls, .uiWithAudio .jw-state-idle .jw-controls {
  background: rgba(0, 0, 0, 0.2); }

.position-import-image {
  display: block;
  margin: auto; }

.wrapperArrow {
  position: relative;
  padding-left: 80px;
  padding-right: 80px; }
  .wrapperArrow.no-left-arrow.no-right-arrow {
    width: 100%;
    padding: 0; }
  .wrapperArrow .instance-feature-previous, .wrapperArrow .instance-feature-next {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    width: 70px;
    margin: 0 auto;
    z-index: 2; }
    .wrapperArrow .instance-feature-previous.disabled, .wrapperArrow .instance-feature-next.disabled {
      opacity: 0.5;
      pointer-events: none;
      cursor: not-allowed; }
    .wrapperArrow .instance-feature-previous > img, .wrapperArrow .instance-feature-next > img {
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: opacity, 0.25s;
      -o-transition: opacity, 0.25s;
      transition: opacity, 0.25s; }
    .wrapperArrow .instance-feature-previous:hover > img, .wrapperArrow .instance-feature-next:hover > img {
      opacity: 1;
      filter: alpha(opacity=100); }
    .wrapperArrow .instance-feature-previous:hover, .wrapperArrow .instance-feature-next:hover {
      color: #FFF;
      text-decoration: none; }
  .wrapperArrow .instance-feature-next {
    right: 0;
    float: right;
    left: auto; }
    .wrapperArrow .instance-feature-next > img {
      left: auto;
      right: 0; }

@media (max-width: 1px) {
  .wrapperArrow {
    padding-left: 0;
    padding-right: 0; }
    .wrapperArrow .instance-previous, .wrapperArrow .instance-next {
      display: none; } }

.info-type-panel {
  border-color: transparent; }
  .info-type-panel > .info-panel-body .info-type-feature {
    display: block; }
    .info-type-panel > .info-panel-body .info-type-feature > a > img {
      margin: 0 auto; }
  .info-type-panel > .info-panel-body .teaser-container {
    height: auto; }
    .info-type-panel > .info-panel-body .teaser-container img {
      margin: auto; }
  .info-type-panel > .info-panel-body .main-pic-split-screen {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: table;
    table-layout: fixed;
    width: 100%; }
    .info-type-panel > .info-panel-body .main-pic-split-screen .mainpic-container, .info-type-panel > .info-panel-body .main-pic-split-screen .properties {
      display: table-cell; }
    .info-type-panel > .info-panel-body .main-pic-split-screen .mainpic-container {
      padding-right: 10px;
      vertical-align: top; }
    .info-type-panel > .info-panel-body .main-pic-split-screen .properties {
      vertical-align: top; }
    @media (max-width: 1439px) {
      .info-type-panel > .info-panel-body .main-pic-split-screen {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .info-type-panel > .info-panel-body .main-pic-split-screen .mainpic-container {
          padding-right: 0px; }
        .info-type-panel > .info-panel-body .main-pic-split-screen .mainpic-container, .info-type-panel > .info-panel-body .main-pic-split-screen .properties {
          display: block; } }
  .info-type-panel > .info-panel-body .mainpic-container {
    display: block;
    margin-bottom: 10px; }
    .info-type-panel > .info-panel-body .mainpic-container .player-iframe {
      height: 100%;
      width: 100%;
      min-height: 450px; }
      .info-type-panel > .info-panel-body .mainpic-container .player-iframe.player-iframe-audio {
        min-height: 250px; }

#filterMessages {
  max-width: 800px; }
  #filterMessages .checkbox {
    margin-top: 0;
    margin-bottom: 0; }
    #filterMessages .checkbox .uiAdvancedSearchFilterItem {
      position: absolute;
      top: -5px; }
  #filterMessages .restartSearch {
    margin-top: 10px; }

.nav-tabs.nav-tabs-search-result i {
  font-size: 14px; }

.nav-tabs.nav-tabs-search-result > li > .selection-checkbox {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px; }
  .nav-tabs.nav-tabs-search-result > li > .selection-checkbox + a i {
    margin-left: 20px; }

.nav-tabs.nav-tabs-search-result > li .badge {
  margin: 0px; }

.nav-tabs.nav-tabs-search-result > li:last-child > a {
  margin-right: 0; }

.nav-tabs.nav-tabs-search-result > li > a {
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  margin-right: 6px;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  background-color: black; }
  .nav-tabs.nav-tabs-search-result > li > a .checkbox label {
    min-height: 14px; }
  .nav-tabs.nav-tabs-search-result > li > a .badge {
    background-color: white;
    color: black; }
  .nav-tabs.nav-tabs-search-result > li > a:hover {
    background-color: #050505; }

.nav-tabs.nav-tabs-search-result > li.active > a, .nav-tabs.nav-tabs-search-result > li.active > a:hover, .nav-tabs.nav-tabs-search-result > li.active > a:focus {
  color: white;
  background-color: #707070;
  border-bottom-color: white;
  cursor: default; }

.nav-tabs.nav-tabs-search-result > li.active > a .badge {
  background-color: white;
  border-width: 0px;
  color: black; }

.nav-tabs.nav-tabs-search-result > li .acl_border_active_tab {
  border-bottom-color: transparent !important; }

.nav-tabs.nav-tabs-search-result.nav-tabs-selection > li > a {
  border-bottom-color: #00677f;
  transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1); }

.nav-tabs.nav-tabs-search-result.nav-tabs-selection > li.withSelection > a {
  border-color: #00677f; }

.nav-tabs.nav-tabs-search-result.nav-tabs-selection > li.withSelection > a, .nav-tabs.nav-tabs-search-result.nav-tabs-selection > li.active > a {
  border-bottom-color: transparent; }

.is-ko .nav-tabs.nav-tabs-default,
.is-mo .nav-tabs.nav-tabs-default,
.nav-tabs.nav-tabs-default {
  border-bottom: 1px solid #eeeeee;
  display: block; }
  .is-ko .nav-tabs.nav-tabs-default i,
  .is-mo .nav-tabs.nav-tabs-default i,
  .nav-tabs.nav-tabs-default i {
    font-size: 14px; }
  .is-ko .nav-tabs.nav-tabs-default > li > .selection-checkbox,
  .is-mo .nav-tabs.nav-tabs-default > li > .selection-checkbox,
  .nav-tabs.nav-tabs-default > li > .selection-checkbox {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 11px; }
    .is-ko .nav-tabs.nav-tabs-default > li > .selection-checkbox + a i,
    .is-mo .nav-tabs.nav-tabs-default > li > .selection-checkbox + a i,
    .nav-tabs.nav-tabs-default > li > .selection-checkbox + a i {
      margin-left: 20px; }
  .is-ko .nav-tabs.nav-tabs-default > li .badge,
  .is-mo .nav-tabs.nav-tabs-default > li .badge,
  .nav-tabs.nav-tabs-default > li .badge {
    margin: 0px; }
  .is-ko .nav-tabs.nav-tabs-default > li:last-child > a,
  .is-mo .nav-tabs.nav-tabs-default > li:last-child > a,
  .nav-tabs.nav-tabs-default > li:last-child > a {
    margin-right: 0; }
  .is-ko .nav-tabs.nav-tabs-default > li > a,
  .is-mo .nav-tabs.nav-tabs-default > li > a,
  .nav-tabs.nav-tabs-default > li > a {
    padding: 5px 15px;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.6666666667;
    margin-right: 3px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    background-color: #f2f2f2;
    border: 1px solid #ccc; }
    .is-ko .nav-tabs.nav-tabs-default > li > a .checkbox label,
    .is-mo .nav-tabs.nav-tabs-default > li > a .checkbox label,
    .nav-tabs.nav-tabs-default > li > a .checkbox label {
      min-height: 14px; }
    .is-ko .nav-tabs.nav-tabs-default > li > a:hover, .is-ko .nav-tabs.nav-tabs-default > li > a:focus,
    .is-mo .nav-tabs.nav-tabs-default > li > a:hover,
    .is-mo .nav-tabs.nav-tabs-default > li > a:focus,
    .nav-tabs.nav-tabs-default > li > a:hover,
    .nav-tabs.nav-tabs-default > li > a:focus {
      color: #DC002E;
      background-color: white;
      cursor: default;
      border: 1px solid #ccc;
      border-bottom-color: white; }
  .is-ko .nav-tabs.nav-tabs-default > li.active > a,
  .is-mo .nav-tabs.nav-tabs-default > li.active > a,
  .nav-tabs.nav-tabs-default > li.active > a {
    color: #DC002E;
    background-color: white;
    cursor: default;
    border: 1px solid #ccc;
    border-bottom-color: white; }
    .is-ko .nav-tabs.nav-tabs-default > li.active > a, .is-ko .nav-tabs.nav-tabs-default > li.active > a:hover, .is-ko .nav-tabs.nav-tabs-default > li.active > a:focus,
    .is-mo .nav-tabs.nav-tabs-default > li.active > a,
    .is-mo .nav-tabs.nav-tabs-default > li.active > a:hover,
    .is-mo .nav-tabs.nav-tabs-default > li.active > a:focus,
    .nav-tabs.nav-tabs-default > li.active > a,
    .nav-tabs.nav-tabs-default > li.active > a:hover,
    .nav-tabs.nav-tabs-default > li.active > a:focus {
      color: #DC002E;
      background-color: white;
      cursor: default;
      border: 1px solid #ccc;
      border-bottom-color: white; }

/**
 *
 *   Search Thumbnails - thumbs
 *
 */
.search-result-content {
  padding: 15px 0px; }

.search-thumbnails {
  margin: 0;
  font-size: 0; }
  .search-thumbnails .search-thumbnail {
    font-size: 16px;
    padding: 10px;
    margin: 0 0 30px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    background-color: white;
    border: 1px solid;
    border-color: #ddd;
    transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .search-thumbnails .search-thumbnail.search-thumbnail--draggable {
      cursor: move; }
    .search-thumbnails .search-thumbnail.withSelection {
      border-color: #00677f;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 2px 9px rgba(0, 0, 0, 0.22); }
    .search-thumbnails .search-thumbnail.search-thumbnail-highlight:after {
      content: '';
      -webkit-box-shadow: inset 0px 0px 0px 25px rgba(0, 103, 127, 0.3);
      box-shadow: inset 0px 0px 0px 25px rgba(0, 103, 127, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .search-thumbnails .search-thumbnail .search-selection-count {
      position: absolute;
      top: 5px;
      color: white;
      background: #00677f;
      padding: 10px 15px;
      border-radius: 0 100% 100% 100%;
      font-weight: bold;
      font-size: 20px; }
    .search-thumbnails .search-thumbnail.loading .thumbnail-body > a:before {
      background-color: rgba(255, 255, 255, 0.95);
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      position: absolute; }
    .search-thumbnails .search-thumbnail.loading .thumbnail-body > a:after {
      background: url("../pub/images/Loader.png");
      background-repeat: no-repeat;
      content: '';
      position: absolute;
      -webkit-animation: rotation 1s linear infinite;
      -moz-animation: rotation 1s linear infinite;
      -ms-animation: rotation 1s linear infinite;
      -o-animation: rotation 1s linear infinite;
      animation: rotation 1s linear infinite;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 30px;
      width: 30px;
      z-index: 2;
      margin: auto; }
    .search-thumbnails .search-thumbnail.publish-item .thumbnail-property-top {
      font-size: 10px; }
    .search-thumbnails .search-thumbnail.publish-item .thumbnail-body > .info {
      height: 14px;
      width: 14px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: white;
      font: 14px/1 "FontAwesome";
      z-index: 1; }
    .search-thumbnails .search-thumbnail.publish-item.po_finished .thumbnail-body > .info, .search-thumbnails .search-thumbnail.publish-item.po_published .thumbnail-body > .info {
      color: #5cb85c; }
      .search-thumbnails .search-thumbnail.publish-item.po_finished .thumbnail-body > .info:before, .search-thumbnails .search-thumbnail.publish-item.po_published .thumbnail-body > .info:before {
        content: ""; }
    .search-thumbnails .search-thumbnail.publish-item.po_deleted .thumbnail-body > .info {
      color: #d9534f; }
      .search-thumbnails .search-thumbnail.publish-item.po_deleted .thumbnail-body > .info:before {
        content: ""; }
    .search-thumbnails .search-thumbnail.publish-item.po_error .thumbnail-body > .info {
      color: #d9534f; }
      .search-thumbnails .search-thumbnail.publish-item.po_error .thumbnail-body > .info:before {
        content: ""; }
    .search-thumbnails .search-thumbnail.publish-item.po_waiting_for_export .thumbnail-body > .info {
      color: #333333;
      animation: fa-spin 2s infinite linear; }
      .search-thumbnails .search-thumbnail.publish-item.po_waiting_for_export .thumbnail-body > .info:before {
        content: ""; }
    .search-thumbnails .search-thumbnail > .thumbnail-property-top {
      position: relative;
      padding: 10px 0px;
      color: #333333;
      font-size: 14px;
      font-weight: normal;
      height: 37px;
      margin-bottom: 10px; }
      .search-thumbnails .search-thumbnail > .thumbnail-property-top .thumbnail-menu > .btn {
        margin-top: -20px;
        margin-right: -10px; }
      .search-thumbnails .search-thumbnail > .thumbnail-property-top:after {
        content: ' ';
        position: absolute;
        width: 100%;
        background-color: #eeeeee;
        height: 1px;
        bottom: 0;
        left: 0; }
    .search-thumbnails .search-thumbnail .thumbnail-body {
      overflow: hidden;
      position: relative;
      text-align: center;
      display: block;
      background-color: white; }
      .search-thumbnails .search-thumbnail .thumbnail-body .selection-checkbox {
        position: absolute;
        top: 0;
        left: 0; }
      .search-thumbnails .search-thumbnail .thumbnail-body.no-bg {
        background-color: initial; }
    .search-thumbnails .search-thumbnail .thumbnail-property-bottom {
      position: relative;
      padding: 10px 0px;
      color: #333333;
      font-size: 14px;
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: -10px; }
      .search-thumbnails .search-thumbnail .thumbnail-property-bottom:before {
        content: ' ';
        position: absolute;
        width: 100%;
        background-color: #eeeeee;
        height: 1px;
        top: 0;
        left: 0; }
    .search-thumbnails .search-thumbnail .thumbnail-property-bottom > span, .search-thumbnails .search-thumbnail .thumbnail-property-bottom > a,
    .search-thumbnails .search-thumbnail .thumbnail-property-top > span,
    .search-thumbnails .search-thumbnail .thumbnail-property-top > a {
      height: 20px;
      line-height: 20px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .search-thumbnails .search-thumbnail .thumbnail-property-bottom .dropdown-menu a,
    .search-thumbnails .search-thumbnail .thumbnail-property-top .dropdown-menu a {
      height: auto; }
    .search-thumbnails .search-thumbnail .thumbnail-property-bottom.thumbnail-property-second a {
      color: #333333 !important;
      text-decoration: none !important; }
    .search-thumbnails .search-thumbnail .thumbnail-footer {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      margin: -10px;
      margin-top: 10px; }
      .search-thumbnails .search-thumbnail .thumbnail-footer:before, .search-thumbnails .search-thumbnail .thumbnail-footer:after {
        content: " ";
        display: table; }
      .search-thumbnails .search-thumbnail .thumbnail-footer:after {
        clear: both; }
      .search-thumbnails .search-thumbnail .thumbnail-footer .btn-link, .search-thumbnails .search-thumbnail .thumbnail-footer .btn-modal-cancel {
        color: #999999; }
        .search-thumbnails .search-thumbnail .thumbnail-footer .btn-link:hover, .search-thumbnails .search-thumbnail .thumbnail-footer .btn-modal-cancel:hover, .search-thumbnails .search-thumbnail .thumbnail-footer .btn-link:focus, .search-thumbnails .search-thumbnail .thumbnail-footer .btn-modal-cancel:focus {
          color: black; }
      .search-thumbnails .search-thumbnail .thumbnail-footer .download-icon {
        color: inherit; }
      .search-thumbnails .search-thumbnail .thumbnail-footer .icons {
        font-size: 0; }
        .search-thumbnails .search-thumbnail .thumbnail-footer .icons .btn-icon {
          float: left; }
        .search-thumbnails .search-thumbnail .thumbnail-footer .icons .icon {
          padding: 2px 5px; }
          .search-thumbnails .search-thumbnail .thumbnail-footer .icons .icon.active {
            color: #00677f;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .search-thumbnails .search-thumbnail .thumbnail-footer .icons .pull-left .icon {
          border-left: none; }
    .search-thumbnails .search-thumbnail .thumbnail-img i.glyphicon.thumbnail-glyphicon {
      padding: 6px 8px;
      font-size: 16px;
      background-color: #fff;
      color: #000;
      opacity: .75;
      filter: alpha(opacity=75);
      display: -moz-inline-stack;
      vertical-align: top;
      display: inline-block;
      z-index: 9;
      position: absolute;
      left: 0px;
      top: 0px; }
  .search-thumbnails .storyboard-thumbnail {
    display: inline-block;
    list-style-type: none; }

.search-item {
  vertical-align: top; }

.show-as-band.show-as-band-small .search-thumbnails-ko .search-thumbnail {
  width: 230px !important; }

.search-thumbnails-ko .customIcon {
  position: absolute;
  bottom: 0;
  left: 0; }

.search-thumbnails-ko .search-thumbnail {
  padding: 10px;
  width: 360px;
  vertical-align: top; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-body {
    background-color: #FFFFFF;
    height: 220px; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-body .thumbnail-img {
      height: 100%; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-body img.lazy {
      max-height: 100%;
      display: block;
      margin: 0 auto; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-top {
    padding: 0;
    height: 20px; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom {
    margin: 0; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom:before {
      content: none; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom > a {
      height: auto; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom .control-label {
      font-size: 14px;
      line-height: 1.4;
      white-space: normal;
      display: block;
      max-height: 58.8px;
      overflow: hidden; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom .property-link {
      font-size: 20px;
      line-height: 1.25;
      max-height: 250px;
      overflow: hidden; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-first,
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-second {
    padding: 15px 0 5px; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-first {
    padding-right: 20px; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-first:after {
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      width: 10px;
      height: 28px;
      font: 28px/1 'FontAwesome';
      color: #00677f; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-first + .thumbnail-property-second {
      padding-top: 0;
      padding-bottom: 0; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-footer {
    margin: 0; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-footer .thumbnail-footer-wrapper {
      display: flex;
      justify-content: space-between; }
      .search-thumbnails-ko .search-thumbnail .thumbnail-footer .thumbnail-footer-wrapper .relationObjectsContainer .relation-property {
        padding-bottom: 5px; }
      .search-thumbnails-ko .search-thumbnail .thumbnail-footer .thumbnail-footer-wrapper .icons .icons-wrapper {
        display: flex; }
  .search-thumbnails-ko .search-thumbnail.search-item-with-property-link .thumbnail-footer {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    color: #999999;
    font-size: 11px;
    font-weight: normal; }
    .search-thumbnails-ko .search-thumbnail.search-item-with-property-link .thumbnail-footer .search-list-relation > div {
      margin: 5px 5px 0px 7px; }
    .search-thumbnails-ko .search-thumbnail.search-item-with-property-link .thumbnail-footer:before {
      content: ' ';
      position: absolute;
      width: 100%;
      background-color: #eeeeee;
      height: 1px;
      margin-bottom: 5px;
      top: 0;
      left: 0; }

.search-lists {
  list-style-type: none;
  margin: 0; }
  .search-lists .search-list {
    position: relative;
    display: block;
    margin: 0px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .search-lists .search-list + .search-list {
      margin-top: 15px; }
    .search-lists .search-list:before, .search-lists .search-list:after {
      content: " ";
      display: table; }
    .search-lists .search-list:after {
      clear: both; }
    .search-lists .search-list.withSelection {
      border-color: #00677f;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 2px 9px rgba(0, 0, 0, 0.22); }
    .search-lists .search-list .search-list-body {
      padding: 10px;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      display: block; }
      .search-lists .search-list .search-list-body > .selection-checkbox {
        margin-top: 0;
        margin-left: 0;
        z-index: 1;
        position: absolute;
        top: 10px;
        right: 0; }
      .search-lists .search-list .search-list-body.search-list-closed-body {
        margin-bottom: 0;
        border-bottom: 1px solid;
        border-color: transparent;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .search-lists .search-list .search-list-body .search-list-img {
        width: 100%;
        position: relative;
        display: block; }
        .search-lists .search-list .search-list-body .search-list-img > a {
          display: block;
          position: relative; }
        .search-lists .search-list .search-list-body .search-list-img.search-list-img-download {
          min-width: 190px; }
        .search-lists .search-list .search-list-body .search-list-img.preview img {
          width: 100%; }
        .search-lists .search-list .search-list-body .search-list-img .img-responsive {
          max-height: 200px;
          object-fit: cover; }
      .search-lists .search-list .search-list-body .search-list-properties {
        display: block;
        vertical-align: top;
        width: 100%; }
        .search-lists .search-list .search-list-body .search-list-properties.search-list-properties-ko .properties-list {
          padding-right: 70px; }
          .search-lists .search-list .search-list-body .search-list-properties.search-list-properties-ko .properties-list .svg.svg-search-list-ko {
            fill: #00677f;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            max-height: 56px; }
        .search-lists .search-list .search-list-body .search-list-properties .totalPrice {
          padding: 5px; }
          .search-lists .search-list .search-list-body .search-list-properties .totalPrice > .price {
            font-size: 120%; }
    .search-lists .search-list .topic-has-mainpic .main-pic {
      display: none !important; }
    .search-lists .search-list .search-list-preview-holder.ready {
      height: 100px;
      display: block;
      overflow: hidden; }
      .search-lists .search-list .search-list-preview-holder.ready .search-list-preview {
        min-width: 100px;
        min-height: 100px;
        display: inline-block;
        list-style-type: none;
        overflow: hidden;
        background-color: #EEE; }
        .search-lists .search-list .search-list-preview-holder.ready .search-list-preview > .preview {
          margin: 0 auto; }
        .search-lists .search-list .search-list-preview-holder.ready .search-list-preview + .search-list-preview {
          margin-left: 7px; }
    .search-lists .search-list .search-list-footer {
      padding: 5px 10px; }
      .search-lists .search-list .search-list-footer:before, .search-lists .search-list .search-list-footer:after {
        content: " ";
        display: table; }
      .search-lists .search-list .search-list-footer:after {
        clear: both; }
      .search-lists .search-list .search-list-footer .icons .icon {
        padding: 2px 5px;
        border-left: 1px solid #eeeeee; }
      .search-lists .search-list .search-list-footer .icons .pull-right {
        text-align: right; }
      .search-lists .search-list .search-list-footer .icons .download-icon {
        color: inherit; }
      .search-lists .search-list .search-list-footer .active {
        color: #00677f;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .search-lists .search-list .large-table-container {
    overflow-x: auto;
    overflow-y: auto; }
  .search-lists .search-list .large-table-fake-top-scroll-container {
    overflow-x: auto;
    overflow-y: auto;
    height: 15px; }
  .search-lists .search-list .large-table-fake-top-scroll-container div {
    font-size: 1px;
    line-height: 1px;
    height: 1px; }
  .search-lists .search-list table.table-view {
    margin-bottom: 0;
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse; }
    .search-lists .search-list table.table-view thead tr {
      padding: 0 10px;
      table-layout: fixed;
      display: table-row;
      width: 100%; }
      .search-lists .search-list table.table-view thead tr > th {
        text-align: left;
        padding: 5px 10px;
        vertical-align: top;
        border: 1px solid #eeeeee;
        border-bottom: none;
        white-space: nowrap; }
        .search-lists .search-list table.table-view thead tr > th.sorting a {
          margin-left: 5px;
          opacity: 0.5; }
          .search-lists .search-list table.table-view thead tr > th.sorting a:hover {
            opacity: 1; }
    .search-lists .search-list table.table-view tbody > tr.search-list-body {
      display: table-row;
      width: auto;
      table-layout: inherit;
      padding: 0;
      border: none; }
      .search-lists .search-list table.table-view tbody > tr.search-list-body.search-list-topic {
        display: table-row; }
      .search-lists .search-list table.table-view tbody > tr.search-list-body td {
        padding: 10px;
        vertical-align: top;
        border-right: 1px solid #eeeeee;
        white-space: normal; }
        .search-lists .search-list table.table-view tbody > tr.search-list-body td > a {
          display: block;
          position: relative; }
        .search-lists .search-list table.table-view tbody > tr.search-list-body td.search-list-img {
          min-width: 100px;
          max-width: 100px;
          width: 100px;
          padding: 5px; }
        .search-lists .search-list table.table-view tbody > tr.search-list-body td .search-list-img-container {
          border-left: 3px solid transparent;
          padding: 5px; }
          .search-lists .search-list table.table-view tbody > tr.search-list-body td .search-list-img-container .btn-icon {
            color: #999999; }
            .search-lists .search-list table.table-view tbody > tr.search-list-body td .search-list-img-container .btn-icon:hover, .search-lists .search-list table.table-view tbody > tr.search-list-body td .search-list-img-container .btn-icon:focus {
              color: black; }
            .search-lists .search-list table.table-view tbody > tr.search-list-body td .search-list-img-container .btn-icon.active {
              color: #00677f;
              -webkit-box-shadow: none;
              box-shadow: none; }
      .search-lists .search-list table.table-view tbody > tr.search-list-body.withSelection {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 2px 9px rgba(0, 0, 0, 0.22); }
        .search-lists .search-list table.table-view tbody > tr.search-list-body.withSelection td {
          border-top: 1px solid #00677f;
          border-bottom: 1px solid #00677f; }
          .search-lists .search-list table.table-view tbody > tr.search-list-body.withSelection td:first-child {
            border-left: 1px solid #00677f; }
          .search-lists .search-list table.table-view tbody > tr.search-list-body.withSelection td:last-child {
            border-right: 1px solid #00677f; }

.search-list-download .search-list-img img {
  border: 1px solid #eeeeee; }

.control-group {
  padding: 0; }
  .control-group .btn-control {
    padding: 5px 5px; }

.search-result-bg {
  background-color: white; }

.search-result {
  min-height: 10px;
  font-size: 14px;
  background-color: white; }
  .search-result #searchResultNav > .nav.nav-styles.related-topic {
    background-color: #fff; }

.search-list-relation .relationObjectsContainer .relation-label {
  padding-left: 2px; }

.search-result .nav.nav-styles li, .group-links .nav.nav-styles li {
  display: inline-block; }
  .search-result .nav.nav-styles li > a, .group-links .nav.nav-styles li > a {
    padding: 4px;
    display: inline;
    color: #999999; }
    .search-result .nav.nav-styles li > a .badge, .group-links .nav.nav-styles li > a .badge {
      color: #999999; }
    .search-result .nav.nav-styles li > a:hover, .search-result .nav.nav-styles li > a:focus, .group-links .nav.nav-styles li > a:hover, .group-links .nav.nav-styles li > a:focus {
      color: black;
      text-decoration: none;
      background-color: transparent; }
  .search-result .nav.nav-styles li.active > a, .group-links .nav.nav-styles li.active > a {
    color: #00677f; }
    .search-result .nav.nav-styles li.active > a .badge, .group-links .nav.nav-styles li.active > a .badge {
      color: #00677f; }

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

.form-control-sm {
  height: 23px;
  padding: 2px 5px;
  line-height: 1.2142857143; }

/**
 * Properties for group
 */
.properties.border {
  padding: 10px;
  content: 'No items...';
  min-height: 30px;
  background-color: white;
  border: 1px solid transparent;
  border-top-color: transparent; }
  .properties.border:before, .properties.border:after {
    content: " ";
    display: table; }
  .properties.border:after {
    clear: both; }
  .properties.border ul {
    padding-left: 5px; }

.searchTitle > div:before, .searchTitle > div:after {
  content: " ";
  display: table; }

.searchTitle > div:after {
  clear: both; }

.menu-bar {
  background-color: white; }
  .menu-bar.menu-bar-top {
    border-bottom: 1px solid #eeeeee; }
  .menu-bar.menu-bar-bottom {
    border-top: 1px solid #eeeeee; }

.search-context.nowrap .search-thumbnails .search-thumbnail {
  border-color: whitesmoke #ebebeb #e3e3e3; }
  .search-context.nowrap .search-thumbnails .search-thumbnail + .search-thumbnail {
    margin-left: 10px; }

.search-context.nowrap .search-lists .search-list {
  border-color: whitesmoke #ebebeb #e3e3e3; }

.search-context.search-cbira {
  padding: 10px; }

.search-context .search-group {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px; }
  .search-context .search-group .input-group-btn .glypicon-search {
    color: #828282; }

.slick-track .search-thumbnail {
  margin: 0; }

/*############################################################ New MO label  ###############################################################*/
.thumbnail-body .search-img-icon,
.search-list-body .search-img-icon {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  line-height: 1;
  z-index: 1;
  background-color: #00677f;
  color: white; }
  .thumbnail-body .search-img-icon:hover,
  .search-list-body .search-img-icon:hover {
    color: white; }

.thumbnail-body .newMOTagWraper,
.search-list-body .newMOTagWraper {
  height: 18px;
  width: 34px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10; }
  .thumbnail-body .newMOTagWraper .newMOTag,
  .search-list-body .newMOTagWraper .newMOTag {
    background: url("../pub/images/new_marker_en.png") no-repeat;
    position: relative;
    width: 34px;
    height: 16px;
    color: #fFFFFF; }
    .thumbnail-body .newMOTagWraper .newMOTag.newMOTag_en,
    .search-list-body .newMOTagWraper .newMOTag.newMOTag_en {
      background: url("../pub/images/new_marker_en.png") no-repeat; }
    .thumbnail-body .newMOTagWraper .newMOTag.newMOTag_de,
    .search-list-body .newMOTagWraper .newMOTag.newMOTag_de {
      background: url("../pub/images/new_marker_de.png") no-repeat; }
  .thumbnail-body .newMOTagWraper .uiNotActiveIcon,
  .search-list-body .newMOTagWraper .uiNotActiveIcon {
    display: block;
    position: absolute;
    background: #00677f;
    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 0 2px; }

.search-no-border {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .search-no-border > .search-item-no-border {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center; }
  .search-no-border.search-scale-0 > .search-item-no-border {
    width: 192px; }
  .search-no-border.search-scale-1 > .search-item-no-border {
    width: 270px; }

/*############################################################ Multiple Search Bands  ###############################################################*/
.band-top, .band-bottom {
  display: inline-block;
  width: 100%; }
  .band-top:empty, .band-bottom:empty {
    display: none; }
  .band-top .error, .band-top .notfound, .band-bottom .error, .band-bottom .notfound {
    display: none !important; }
  .band-top .search-band .content, .band-bottom .search-band .content {
    min-height: 112px; }
  .band-top .search-band ol.search-thumbnails, .band-top .search-band ul.search-thumbnails, .band-bottom .search-band ol.search-thumbnails, .band-bottom .search-band ul.search-thumbnails {
    padding-bottom: 1px;
    white-space: nowrap;
    overflow: hidden; }
    .band-top .search-band ol.search-thumbnails .search-thumbnail, .band-top .search-band ul.search-thumbnails .search-thumbnail, .band-bottom .search-band ol.search-thumbnails .search-thumbnail, .band-bottom .search-band ul.search-thumbnails .search-thumbnail {
      margin: 0; }
  .band-top .search-band ol li.emptyTab, .band-top .search-band ul li.emptyTab, .band-bottom .search-band ol li.emptyTab, .band-bottom .search-band ul li.emptyTab {
    margin: 0 0 30px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-bottom: 52px; }
  .band-top .search-band .multiple-bands-tabs, .band-bottom .search-band .multiple-bands-tabs {
    bottom: 0px; }
    .band-top .search-band .multiple-bands-tabs a, .band-bottom .search-band .multiple-bands-tabs a {
      padding: 4px 1px;
      display: inline;
      color: #999999;
      cursor: pointer;
      font-size: 14px; }
    .band-top .search-band .multiple-bands-tabs a:hover, .band-bottom .search-band .multiple-bands-tabs a:hover {
      color: black;
      text-decoration: none; }
    .band-top .search-band .multiple-bands-tabs .active a, .band-bottom .search-band .multiple-bands-tabs .active a {
      color: #00677f; }
    .band-top .search-band .multiple-bands-tabs li, .band-bottom .search-band .multiple-bands-tabs li {
      display: inline-block;
      padding-right: 10px; }
    .band-top .search-band .multiple-bands-tabs ul, .band-bottom .search-band .multiple-bands-tabs ul {
      margin-top: 10px; }

html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-bottom.thumbnail-property-first > span, html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-bottom.thumbnail-property-first a,
html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-top.thumbnail-property-first > span,
html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-top.thumbnail-property-first a {
  max-height: 4em;
  line-height: 1.6em; }

html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-bottom.thumbnail-property-second > span, html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-bottom.thumbnail-property-second a,
html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-top.thumbnail-property-second > span,
html.ie9 .search-thumbnails .search-thumbnail .thumbnail-property-top.thumbnail-property-second a {
  height: 20px; }

.search-context.search-context-cbira .thumbnail-property-top, .search-context.search-context-cbira .thumbnail-body, .search-context.search-context-cbira .thumbnail-property-bottom, .search-context.search-context-keywords .thumbnail-property-top, .search-context.search-context-keywords .thumbnail-body, .search-context.search-context-keywords .thumbnail-property-bottom {
  min-width: 120px; }

.search-context.search-context-cbira .search-thumbnail-video .thumbnail-property-top, .search-context.search-context-cbira .search-thumbnail-video .thumbnail-body, .search-context.search-context-cbira .search-thumbnail-video .thumbnail-property-bottom, .search-context.search-context-keywords .search-thumbnail-video .thumbnail-property-top, .search-context.search-context-keywords .search-thumbnail-video .thumbnail-body, .search-context.search-context-keywords .search-thumbnail-video .thumbnail-property-bottom {
  width: 174px; }

.search-context.search-context-cbira .thumbnail-body .img-responsive, .search-context.search-context-keywords .thumbnail-body .img-responsive {
  display: inline-block; }

.searchTitle .similar-img-holder {
  overflow: hidden; }
  .searchTitle .similar-img-holder .img-responsive {
    max-width: 400px;
    max-height: 300px; }

#imageUploadSearch .dropzone-mds .uiPreviewsContainer {
  height: 200px !important; }

#imageUploadSearch .dropzone-mds .uiInitialMessage {
  padding-top: 30px; }
  #imageUploadSearch .dropzone-mds .uiInitialMessage:before {
    display: none; }

.lt-ie10 .similar-search-img-upload-button {
  display: none !important;
  visibility: hidden !important; }

.search-context:not(.search-band) .search-thumbnail-video .thumbnail-img img {
  margin: auto !important;
  width: auto !important;
  max-height: 100% !important;
  max-width: 100% !important; }

.search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:after, .search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:before {
  background: transparent; }

.search-thumbnail.search-thumbnail__selectable:hover:after, .search-thumbnail.search-thumbnail__selectable:hover:before, .search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:after, .search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:before {
  cursor: pointer; }

.search-thumbnail.search-thumbnail__selectable:hover:before, .search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:before {
  content: '';
  font-size: 100px;
  position: absolute;
  background: rgba(255, 255, 255, 0.77);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.search-thumbnail.search-thumbnail__selectable:hover:after, .search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:after {
  content: "";
  font-size: 70px;
  line-height: 1;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-family: 'FontAwesome'; }

.search-thumbnail.search-thumbnail__selectable.search-thumbnail--selected:after {
  color: #00677f; }

.scrtabs-tabs-fixed-container {
  max-width: 100%; }

/*Search in search */
.search-in-search-outSideWrapper {
  margin-bottom: 15px !important;
  min-height: 38px !important;
  /* INFO MESSAGE FOR RECURSIVE SEARCH - ICON */ }
  .search-in-search-outSideWrapper .recursive-search-info-msg {
    /* manually creating exclamation icon - fontawesome does not support a square */
    width: 20px;
    height: 20px;
    background-color: #00677f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    cursor: default;
    font-size: 16px; }

.search-in-search-container {
  margin-left: 0 !important;
  /*if there is no vissible filters just hidden shown fix margin and tab menu*/ }
  .search-in-search-container.search-container-alignment {
    padding-right: 20px; }
  .search-in-search-container .form-group {
    padding-bottom: 10px !important; }
    .search-in-search-container .form-group:not(.checkbox) {
      margin-right: 20px; }
    .search-in-search-container .form-group .input-group .twitter-typeahead {
      width: auto; }
    .search-in-search-container .form-group .chosen-container-single a {
      min-width: 150px; }
  .search-in-search-container .dropdown .dropdown-menu {
    margin: 0;
    min-width: 400px;
    /*
       * Menubar dropdown in search-result
       */
    /* Design fix for checkbox "searchInSearch" filters */ }
    .search-in-search-container .dropdown .dropdown-menu.dropdown-menubar-settings {
      width: 580px; }
      .search-in-search-container .dropdown .dropdown-menu.dropdown-menubar-settings label.property-label {
        line-height: 15px; }
    .search-in-search-container .dropdown .dropdown-menu div.checkbox {
      padding-left: 20px;
      margin-top: 0; }
  @media (min-width: 2px) {
    .search-in-search-container .checkbox {
      padding: 0 20px 0 5px; } }
  .search-in-search-container.search-only-hidden-filter {
    float: none;
    margin-bottom: 10px; }

.search-container-alignment {
  margin-bottom: 0px;
  float: left; }
  .search-container-alignment .dropdown .btn {
    padding: 3px 8px; }

.uiSortMenu {
  position: absolute;
  bottom: 0;
  height: 60px;
  background: white;
  left: 0;
  right: 0;
  padding: 20px; }

.maskHeight {
  height: 1px;
  display: block; }

.settings-label {
  display: none; }

.is-ko .scrtabs-tab-container .nav-tabs-search-result, .is-searchresult .scrtabs-tab-container .nav-tabs-search-result {
  display: flex; }

/**
 *
 *   Search Thumbnails - Bricklets
 *
 */
.search-thumbnails.search-thumbnails-bricklet {
  table-layout: fixed;
  display: table;
  width: 100%; }
  .search-thumbnails.search-thumbnails-bricklet.col-md-6 {
    width: 50%;
    padding-left: 0; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band {
    width: 100% !important;
    min-height: 0px !important;
    padding-bottom: 4.99px;
    margin-bottom: 30px;
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .band-top, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .band-bottom {
      display: block; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-without-arrows .slick-track {
      width: 100% !important;
      margin: 0;
      display: block;
      text-align: center;
      transform: none !important; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-track {
      margin: 0; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next {
      opacity: 0;
      font-size: 0;
      display: inline-block !important;
      margin: 0;
      padding: 0;
      width: 40px;
      background: transparent;
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      transition: background 0.4s ease-in-out;
      cursor: pointer;
      cursor: hand;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: none;
      border-radius: 0;
      color: #333; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev:hover, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next:hover {
        background: rgba(0, 0, 0, 0.2);
        color: #FFF;
        text-decoration: none; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev:before, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next:before {
        font: 80px/1 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-shadow: 0 0 10px #000;
        width: 40px;
        height: 80px;
        margin: auto;
        color: #FFF;
        opacity: 1; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev.slick-disabled, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next.slick-disabled {
        display: none !important; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev {
      left: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-prev:before {
        content: '\f104'; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next {
      right: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-next:before {
        content: '\f105'; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .search-band {
      width: 100%;
      display: block; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .search-band ul.search-thumbnails {
        width: 100%;
        display: block; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .search-band:hover .slick-prev, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .search-band:hover .slick-next {
        opacity: 1; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band li.search-thumbnail {
      margin-right: 5px !important;
      margin-left: 0 !important;
      vertical-align: top;
      border-width: 1px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band li.search-thumbnail.search-thumbnail-video {
        /* border: none;
          padding: 0;*/ }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body {
      height: auto;
      text-align: left; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body .selection-checkbox {
        position: relative; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body .thumbnail-img {
        height: 100px;
        display: table-cell;
        vertical-align: middle; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body .thumbnail-img img {
          height: 100px;
          vertical-align: middle; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body a:hover {
        text-decoration: none; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-body div.property-link {
        margin-top: 5px;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom {
      padding-top: 2px;
      margin-top: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top > a, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom > a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        max-width: 100%;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: normal; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top > a.more, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom > a.more {
          float: right; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top {
      display: none;
      height: 32px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top a {
        color: #333; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-top a.more {
          display: block; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom {
      display: block; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom a {
        color: #333; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .bricklet-link-bottom a.more {
          display: none; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .slick-without-arrows .slick-track {
      width: 100% !important;
      margin: 0;
      text-align: left; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-property-link {
      position: relative !important; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-property-link .thumbnail-property-link-wrapper {
        line-height: 1.2;
        background-color: inherit; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-small .thumbnail-body .thumbnail-img {
    height: 100px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-small .thumbnail-body .thumbnail-img img {
      height: 100px !important; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-medium li.search-thumbnail.search-thumbnail-video {
    height: 135px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-medium li.search-thumbnail.search-thumbnail-video .thumbnail-body .thumbnail-img img {
      height: 135px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-medium .thumbnail-body .thumbnail-img {
    display: table-cell;
    vertical-align: middle;
    height: auto; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-medium .thumbnail-body .thumbnail-img img {
      max-height: 240px;
      height: auto;
      vertical-align: middle; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-medium .thumbnail-body div.property-link {
    max-width: 190px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big li.search-thumbnail.search-thumbnail-video {
    height: 360px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big li.search-thumbnail.search-thumbnail-video .thumbnail-body .thumbnail-img img {
      height: 360px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big .thumbnail-body {
    max-height: 452px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big .thumbnail-body .thumbnail-img {
      display: table-cell;
      vertical-align: middle;
      height: auto; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big .thumbnail-body .thumbnail-img img {
        height: auto;
        vertical-align: middle;
        max-height: 452px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-big .thumbnail-body div.property-link {
      max-width: 190px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons li.search-thumbnail.search-thumbnail-video {
    width: auto;
    border: 1px solid;
    border-color: #ddd;
    padding: 4.99px;
    height: auto; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons li.search-thumbnail.search-thumbnail-video .thumbnail-img {
      height: 100%;
      width: 100%; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons li.search-thumbnail.search-thumbnail-video .thumbnail-img img {
        margin: auto !important;
        width: auto !important;
        max-height: 100% !important;
        max-width: 100% !important; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons .thumbnail-footer {
    background-color: #fff; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons .thumbnail-footer .relation-property {
      float: left; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band a.thumbnail-body {
    text-align: center; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band a.thumbnail-body .thumbnail-img {
      height: auto;
      display: block; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band a.thumbnail-body .thumbnail-img img {
        height: auto;
        max-height: 100%;
        width: auto;
        max-width: 100%; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band .bricklet-link-top:after {
    display: none; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band-medium .search-thumbnail-video .thumbnail-body {
    height: 0 !important;
    padding-bottom: 56.25%; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band-medium .search-thumbnail-video .thumbnail-body .thumbnail-img {
      position: absolute !important;
      height: auto;
      display: block; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band-big .search-thumbnail-video .thumbnail-body {
    height: 0 !important;
    padding-bottom: 56.25%; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.show-as-band-big .search-thumbnail-video .thumbnail-body .thumbnail-img {
      position: absolute !important;
      height: auto;
      display: block; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.search-result-ko .thumbnail-body {
    height: 130px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.search-result-ko .thumbnail-body .thumbnail-img {
      display: block;
      height: 100%; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.search-result-ko .thumbnail-body .thumbnail-img img {
        height: auto;
        max-height: 100%; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.search-result-ko.show-as-band-medium .thumbnail-body, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band-with-icons.search-result-ko.show-as-band-big .thumbnail-body {
    height: 195px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-block .search-thumbnail-video .thumbnail-img img {
    margin: auto !important;
    width: auto !important;
    max-height: 100% !important;
    max-width: 100% !important; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-block .thumbnail-preview-collection .thumbnail-img img {
    margin: auto !important; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail {
    width: 250px;
    min-height: 280px;
    vertical-align: top;
    overflow: hidden;
    margin: 15px 15px 0px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f7f7f7 #f0f0f0 #d9d9d9;
    padding-bottom: 50px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.bricklet_kosearch .thumbnail-preview-single {
      max-height: 238px;
      background-color: #FFFFFF; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.bricklet_kosearch .thumbnail-preview-single img {
        max-height: 238px;
        max-width: 238px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-single {
      height: 238px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-single > a {
        display: block;
        height: inherit;
        width: 238px; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-single > a > img {
          margin: 0 auto; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-collection {
      height: 238px;
      font-size: 0;
      background-color: white; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body {
        table-layout: fixed;
        float: left;
        width: 118px;
        height: 118px;
        margin-right: 2px;
        margin-bottom: 2px;
        overflow: hidden;
        padding: 0;
        background-color: white; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body:nth-child(2n) {
          margin-right: 0; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body > a {
          display: table-cell;
          width: inherit;
          max-width: 118px;
          height: inherit !important;
          max-height: 118px;
          vertical-align: middle; }
          .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body > a > img {
            margin: 0 auto; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-body-tag-cloud {
      text-align: left; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-body-tag-cloud a:hover {
        text-decoration: underline; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-body-tag-cloud .tag-cloud-title {
        display: none; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-body-tag-cloud .tag-cloud-links .link-wrapper {
        display: inline-block; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-tag-cloud .bricklet-link-bottom {
      display: block; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-top {
      color: #333;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-bottom {
      color: #333;
      margin-bottom: 0;
      margin-top: 0;
      white-space: normal; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-bottom p {
        margin: 0 0 4px; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-top {
      display: none;
      margin: 0;
      padding: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-top > a {
        font-size: 18px;
        font-weight: normal; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-top:before {
        display: none; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-bottom {
      display: block;
      margin: 0;
      padding: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-bottom > a {
        display: block;
        font-size: 14px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .bricklet-link-bottom a.more {
        display: none; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-link {
      width: 100%; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-link > .thumbnail-property-link-wrapper {
        font-size: 14px;
        line-height: 1.4285714286;
        padding: 10px;
        margin: 0 !important;
        background-color: white; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-link > .thumbnail-property-link-wrapper:before {
          content: ' ';
          position: absolute;
          width: 100%;
          background-color: #eeeeee;
          height: 1px;
          top: 0;
          left: 0; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-link > .thumbnail-property-link-wrapper.empty-title {
          padding: 0; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html {
      white-space: normal;
      overflow: visible;
      padding: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html.with-bottom {
        padding-bottom: 40px; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html.with-bottom.show-as-band {
          padding-bottom: 0; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .thumbnail-property-top {
        padding: 5px;
        margin: 5px;
        padding-top: 2px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .bricklet-title-text {
        padding-top: 2px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .thumbnail-property-bottom {
        padding: 5px;
        margin: 5px; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .thumbnail-property-bottom.bricklet-html-story-wrapper:before {
        display: none; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story {
        padding: 5px;
        padding-bottom: 0;
        padding-top: 0; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story ol {
          padding-left: 10px; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story ul {
          padding-left: 40px;
          list-style-type: disc; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story p {
          margin: 10px 0; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story a {
          color: #00677f; }
        .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.search-thumbnail-html .story img {
          max-width: 100%;
          height: auto; }
  .search-thumbnails.search-thumbnails-bricklet .search-thumbnail-loadmore {
    border: none;
    display: inline-block !important;
    position: absolute;
    top: 40%;
    background-color: transparent !important; }
    .search-thumbnails.search-thumbnails-bricklet .search-thumbnail-loadmore a {
      color: #00677f; }
  .search-thumbnails.search-thumbnails-bricklet .uiLoader.uiLoader-bg {
    background-color: transparent; }
  .search-thumbnails.search-thumbnails-bricklet .bricklet-title-text {
    color: black !important;
    font-size: 18px !important; }

.search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border ul.search-content {
  border: none; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border ul.search-content li.search-item, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border ul.search-content li.search-thumbnail {
    border: none;
    padding: 2px; }

.search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border-no-background {
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-top: 40px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border-no-background ul.search-content {
    border: none; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border-no-background ul.search-content li.search-item, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border-no-background ul.search-content li.search-thumbnail {
      border: none; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-no-border-no-background .thumbnail-property-link {
    display: none; }

.search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 {
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-top: 40px; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 .thumbnail-property-top {
    text-align: center; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 .thumbnail-property-top > a {
      font-size: 19px;
      font-weight: bold; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 .thumbnail-property-top > a i {
        display: none; }
      .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 .thumbnail-property-top > a.more {
        display: none; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 ul.search-content {
    border: none;
    margin: 0;
    display: block;
    text-align: center; }
    .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 ul.search-content li.search-item, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 ul.search-content li.search-thumbnail {
      border: none;
      float: none;
      text-align: left; }
  .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band.css-custom-special1 .thumbnail-property-link {
    display: none; }

.search-thumbnails.search-thumbnails-bricklet > .search-thumbnail.show-as-band .thumbnail-footer .relation-property {
  min-height: 21px; }

.bricklet-ajax-load.bricklet-not-load {
  display: none !important; }

.search-thumbnail.bricklet-container.show-main-picture-bricklet:empty {
  display: none !important; }

/**
 *   Category switch
 */
.property-panel,
.property, .tiny-property {
  list-style-type: none; }

/**
 *  Properties
 */
.properties {
  list-style-type: none;
  position: relative;
  /*topic list items new look*/
  /* used for list view of groups */ }
  .properties li {
    list-style-type: none; }
  .properties .property-value li {
    list-style-position: inside;
    padding-left: 1em; }
  .properties ul.property-topic-list {
    list-style: none; }
    .properties ul.property-topic-list > li {
      padding-left: 0;
      margin-bottom: 10px; }
    .properties ul.property-topic-list li ul > li {
      border: none; }
      .properties ul.property-topic-list li ul > li ::before {
        content: "• ";
        color: black; }
  .properties .INFO ul, .properties .topicText ul {
    list-style-type: disc;
    padding-left: 30px; }
    .properties .INFO ul li, .properties .topicText ul li {
      list-style-type: disc;
      list-style-position: outside; }
  .properties .INFO ol, .properties .topicText ol {
    padding-left: 30px; }
  .properties .property {
    padding: 0px;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
    display: table;
    table-layout: fixed; }
    .properties .property.propCheckbox {
      padding: 0; }
    .properties .property:first-child {
      padding-top: 0; }
    .properties .property .property-label.property-label-right {
      text-align: right;
      padding-right: 15px;
      padding-top: 4px; }
    .properties .property > .property-label,
    .properties .property > .property-value {
      display: inline-block;
      word-wrap: break-word;
      word-break: normal;
      white-space: normal; }
    @media (min-width: 2px) {
      .properties .property > .property-label,
      .properties .property > .property-value {
        display: table-cell;
        vertical-align: top; }
      .properties .property > .property-value {
        width: 100%; }
      .properties .property > .property-label.property-label-middle {
        vertical-align: middle; } }
    @media (min-width: 2px) {
      .properties .property > .property-label {
        width: 200px; } }
    .properties .property tr.header {
      background: none;
      position: inherit;
      font-size: inherit;
      font-weight: bold;
      border: none;
      line-height: inherit; }
      .properties .property tr.header th {
        padding-bottom: 10px;
        font-weight: bold; }
    .properties .property:empty {
      display: none;
      visibility: hidden; }
    .properties .property .property-value table {
      width: 100%; }
  .properties span.propCheckbox {
    display: none; }
  .properties.properties-block .property > .property-label,
  .properties.properties-block .property > .property-value {
    display: block;
    width: inherit; }
  .properties .tiny-property {
    padding: 3px 0px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px; }
    .properties .tiny-property:last-child {
      border-bottom: 0; }
  @media (min-width: 2px) {
    .properties.properties-label-sm > .property > .property-label {
      width: 100px; } }
  .properties.properties-sm .property {
    font-size: 16px; }
  .properties > .uiListGroupView:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin: 30px 0px;
    padding-right: 5px; }
  .properties > .uiListGroupView .uiSubGroups .uiListGroupView {
    margin-left: 15px; }
  .properties.groups {
    overflow-x: auto; }
    .properties.groups .table ul.property-panel li:first-child {
      font-family: 'DaimlerCS-Bold', "Arial", sans-serif;
      font-weight: normal;
      margin-bottom: 10px;
      margin-top: 20px; }
    .properties.groups .table ul.property-panel li:nth-child(n+2) {
      line-height: 30px; }
  .properties .uiTruncateProperties .property ul li {
    list-style-type: disc;
    list-style-position: inside; }
  .properties .uiTruncateProperties .property ol li {
    list-style-type: inherit;
    list-style-position: inside; }

.help-block.help-block-checkbox {
  clear: both; }

.properties-collection {
  float: left; }

.properties-vertical {
  background-color: #FFF;
  border-bottom: 1px solid #EEE; }
  .properties-vertical > li {
    display: inline-block;
    background-color: #FFF;
    border-right: 1px solid #EEE;
    padding: 10px; }

.allgroup-links .group-links ul.nav {
  padding-left: 0;
  margin-bottom: 15px; }
  .allgroup-links .group-links ul.nav li {
    border-right: 1px solid #c8c8c8; }

.allgroup-links .group-links.group-in-group-links ul.nav {
  margin-bottom: 5px; }

.group-in-group {
  border: 2px solid #c8c8c8; }
  .group-in-group .group-in-group-in-group {
    padding: 15px 5px 15px 5px;
    vertical-align: top; }
    .group-in-group .group-in-group-in-group:nth-child(even) {
      background: #f2f2f2; }
    .group-in-group .group-in-group-in-group ul.property-panel {
      margin-bottom: 0; }
      .group-in-group .group-in-group-in-group ul.property-panel li.property {
        padding-bottom: 0; }

.input-property-value-checkbox {
  display: none; }

.span-property-value-checkbox {
  display: inline-block !important; }
  .span-property-value-checkbox > span {
    display: none; }
  .span-property-value-checkbox.checkTrue:before {
    content: ""; }
  .span-property-value-checkbox.checkFalse:before {
    content: ""; }

.checkbox-wrapper {
  margin-left: 15px; }

.publishContainer .property-value {
  display: block !important;
  max-height: 200px;
  overflow: auto;
  padding-left: 10px; }

.publishContainer .property-label {
  width: auto !important; }

.property-value > .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px; }

.publishingContent {
  min-height: 300px;
  padding: 0 15px; }
  .publishingContent .po-header,
  .publishingContent .footer {
    background-color: #fff;
    position: fixed;
    z-index: 1013;
    left: 0;
    right: 0;
    line-height: 50px;
    height: 50px; }
  .publishingContent .po-header {
    top: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.1); }
  .publishingContent .po-subtitle {
    margin-top: 50px; }
  .publishingContent .footer {
    bottom: 0;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.19), 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.19), 0 -1px 1px rgba(0, 0, 0, 0.1); }
  .publishingContent > .uiLoader {
    z-index: 700; }
  .publishingContent .po-content {
    margin: 50px 0;
    padding: 0; }
    .publishingContent .po-content.po-finished .po-preview-content.search-thumbnail {
      border: none; }
      .publishingContent .po-content.po-finished .po-preview-content.search-thumbnail .thumbnail-property-top:after {
        display: none; }
      .publishingContent .po-content.po-finished .po-preview-content.search-thumbnail img {
        border: 1px solid;
        border-color: #eee #ddd #ccc;
        transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1); }
  .publishingContent .infoText {
    padding-top: 5px !important; }
  .publishingContent .copy-clipboard-container .copy-clipboard-input {
    float: left;
    padding-right: 30px; }
  .publishingContent .copy-clipboard-container .copy-clipboard-btn {
    position: absolute;
    right: 26px; }
  .publishingContent .embedContainer.type-IMGURL {
    padding: 15px; }

.uiLoader.uiPublishingLoader {
  z-index: 700; }

/* used when selecting new object to republish in publishing.steps page */
#previewAndActionModalBody .bootbox.modal {
  /*center alligning */
  /*https://stackoverflow.com/questions/2861247/center-aligning-a-fixed-position-div*/
  height: 100%;
  left: 50%;
  margin-left: -37.5%; }
  #previewAndActionModalBody .bootbox.modal + .modal-backdrop {
    height: 100%;
    z-index: 1049; }
  #previewAndActionModalBody .bootbox.modal .modal-dialog {
    height: 100%; }
    #previewAndActionModalBody .bootbox.modal .modal-dialog .modal-content {
      height: 100%; }
      #previewAndActionModalBody .bootbox.modal .modal-dialog .modal-content .modal-body {
        height: 85%; }

#publishingManagement.uiPublishingTabPage {
  /* used in publishing-tab page to look like the collapsible form in PEMM page */ }
  #publishingManagement.uiPublishingTabPage .panel-group label {
    padding: 10px 15px;
    margin: 0; }
  #publishingManagement.uiPublishingTabPage #publishingManagementTable {
    text-align: left; }

#publishingManagement .panel-heading {
  padding: 0; }
  #publishingManagement .panel-heading a {
    padding: 10px 15px; }
    #publishingManagement .panel-heading a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
      width: auto;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\f107";
      margin-right: 5px; }
    #publishingManagement .panel-heading a:not(.collapsed):before {
      content: "\f106"; }

#publishingManagement tr {
  /*$brand-secondary: */ }
  #publishingManagement tr th .th-inner {
    font-size: 12px; }
    #publishingManagement tr th .th-inner.sortable.both span.icon {
      font-family: FontAwesome;
      float: right; }
      #publishingManagement tr th .th-inner.sortable.both span.icon:after {
        content: '\f0dc'; }
    #publishingManagement tr th .th-inner.sortable.both.asc span.icon:after {
      content: '\f0de'; }
    #publishingManagement tr th .th-inner.sortable.both.desc span.icon:after {
      content: '\f0dd'; }
  #publishingManagement tr td span.status-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    width: auto;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px; }
  #publishingManagement tr td span.po_finished, #publishingManagement tr td span.po_published {
    color: #5cb85c; }
    #publishingManagement tr td span.po_finished:before, #publishingManagement tr td span.po_published:before {
      content: ""; }
  #publishingManagement tr td span.po_deleted {
    color: #d9534f; }
    #publishingManagement tr td span.po_deleted:before {
      content: ""; }
  #publishingManagement tr td span.po_error {
    color: #d9534f; }
    #publishingManagement tr td span.po_error:before {
      content: ""; }
  #publishingManagement tr td span.po_running {
    color: #333333; }
    #publishingManagement tr td span.po_running:before {
      content: ""; }
  #publishingManagement tr td:hover {
    cursor: pointer; }
  #publishingManagement tr.row-selected {
    background-color: #f5f5f5;
    font-weight: bold; }
  #publishingManagement tr.publishingRow {
    /* details icon */ }
    #publishingManagement tr.publishingRow td:first-child {
      text-align: center; }
    #publishingManagement tr.publishingRow.op_status_error {
      background-color: #f2dede; }
  #publishingManagement tr.detail-view a.pemm-instance-link {
    color: #BE372D; }

#publishingManagement .publishingDetailsContainer table {
  margin-bottom: 10px; }
  #publishingManagement .publishingDetailsContainer table tr {
    height: 20px; }
    #publishingManagement .publishingDetailsContainer table tr td {
      font-weight: normal;
      margin-left: 10px;
      border: none;
      vertical-align: top; }
      #publishingManagement .publishingDetailsContainer table tr td:hover {
        cursor: auto; }
      #publishingManagement .publishingDetailsContainer table tr td:first-child {
        font-weight: bold;
        padding-right: 10px; }
      #publishingManagement .publishingDetailsContainer table tr td table.sub-table {
        margin-right: 50px; }
      #publishingManagement .publishingDetailsContainer table tr td.variant-container span.uiEditVariantBtn, #publishingManagement .publishingDetailsContainer table tr td.variant-container button {
        cursor: pointer; }

#publishingManagement .publishingDetailsContainer table:not(.uiWhereUsedTable) {
  float: left;
  width: inherit; }

#publishingManagement .publishingDetailsContainer .whereUsedContainer, #publishingManagement .publishingDetailsContainer .uiDetailsBtn {
  display: none; }

#publishingManagement .publishingDetailsContainer.uiWhereUsedData table:not(.uiWhereUsedTable), #publishingManagement .publishingDetailsContainer.uiWhereUsedData .uiUsageBtn {
  display: none; }

#publishingManagement .publishingDetailsContainer.uiWhereUsedData .whereUsedContainer {
  display: inherit; }

#publishingManagement .publishingDetailsContainer.uiWhereUsedData .uiDetailsBtn {
  display: inline-block; }

#publishingManagement #batchUpdateButtons {
  position: relative;
  border: 1px solid #eeeeee; }
  #publishingManagement #batchUpdateButtons .wrapper {
    padding: 15px 15px; }
  #publishingManagement #batchUpdateButtons.disabled .overlay {
    display: block;
    background-color: #EEEEEE;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5; }
  #publishingManagement #batchUpdateButtons .uiGenerateReportButton {
    position: absolute;
    right: 15px; }

.keyword {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  display: inline-block;
  padding: 3px 10px 3px 0px;
  font-weight: normal;
  color: #333;
  margin-right: 5px;
  margin-bottom: 5px; }
  .keyword:empty {
    display: none; }
  .btn .keyword {
    position: relative;
    top: -1px; }
  .keyword + .keyword {
    margin-left: 0; }
  .keyword.keyword-secondary {
    background-color: #00677f;
    font-size: 12px;
    color: white; }
    .keyword.keyword-secondary[href]:hover, .keyword.keyword-secondary[href]:focus {
      background-color: #003e4c; }
    .keyword.keyword-secondary:before {
      content: "";
      font: 12px/1 "FontAwesome";
      margin-right: 5px;
      margin-left: 5px; }
    .keyword.keyword-secondary .tm-tag-remove {
      color: white;
      margin-left: 5px; }
    .keyword.keyword-secondary.tm-tag-external:before {
      content: ""; }
  .keyword.checkbox {
    font-weight: normal;
    margin: 0;
    padding-left: 20px; }

.keyword-tag-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 28px;
  height: auto;
  padding: 0;
  cursor: text; }
  .keyword-tag-input:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6); }
  .keyword-tag-input .keyword-tag-container {
    font-size: 0; }
  .keyword-tag-input .twitter-typeahead {
    vertical-align: top;
    width: 100%;
    display: inline-block !important; }
    .keyword-tag-input .twitter-typeahead input {
      height: 28px;
      width: 100%; }
      .keyword-tag-input .twitter-typeahead input.form-control:focus {
        box-shadow: none; }

.uiThesaurusEditor .keyword-tag-input {
  padding-left: 5px; }
  .uiThesaurusEditor .keyword-tag-input .keyword {
    color: #333333;
    background: none;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 3px 5px 3px 0px; }
    .uiThesaurusEditor .keyword-tag-input .keyword:before {
      content: ''; }
    .uiThesaurusEditor .keyword-tag-input .keyword .tm-tag-remove {
      color: #00677f;
      margin-left: 5px;
      font-weight: 900; }

input[type=text]::-ms-clear {
  display: none; }

.form-group-cleared {
  margin: 10px !important; }

.form-control[readonly] {
  cursor: default;
  background-color: #fff; }

.control-label {
  font-size: 12px; }

.absolutePositionForSingleButtonHtmlEditor,
.absolutePositionForSecondButtonHtmlEditor {
  float: right; }

.form-group.hiddenProperty {
  margin: 0;
  padding: 0; }

.form-group .propertyFloatWrapper {
  float: right;
  padding-right: 10px;
  padding-left: 10px; }

.form-group [class*="col-"] .propertyFloatWrapper {
  padding-right: 0;
  padding-left: 0; }

.form-group.form-group-edit .input-group[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.form-group.form-group-edit .form-group {
  margin-right: 1px;
  margin-left: 0;
  position: relative; }

.form-group.form-group-edit .form-group-edit-addremove.is-hover.form-group-edit-container, .form-group.form-group-edit .form-group-edit-addremove.is-hover .form-control, .form-group.form-group-edit .form-group-edit-addremove.is-hover .mce-tinymce.mce-panel, .form-group.form-group-edit .form-group-edit-addremove.is-hover .chosen-container .chosen-single {
  border: 1px solid #00677f; }

.form-group.form-group-edit .form-group-edit-addremove.is-hover label.control-label {
  color: #00677f; }

.form-group.form-group-edit .form-group-edit-addremove.form-group-button-properties label.control-label {
  padding-left: 80px; }

.form-group.form-group-edit .form-group-edit-addremove .form-group-addremove-button {
  position: absolute;
  z-index: 9;
  left: 15px;
  width: 65px;
  top: 0; }

.form-group.form-group-edit .form-group-edit-container {
  position: relative;
  border: 1px solid #eeeeee;
  margin: 20px 15px 20px 15px;
  padding: 15px 50px 15px 15px; }
  .form-group.form-group-edit .form-group-edit-container .form-group {
    margin-right: 15px;
    margin-left: 14px; }
  .form-group.form-group-edit .form-group-edit-container .panel-collapse {
    margin-top: 20px; }
  .form-group.form-group-edit .form-group-edit-container .form-group-edit-title > span {
    font-size: 16px;
    color: #00677f;
    font-weight: bold;
    padding: 5px 0; }
  .form-group.form-group-edit .form-group-edit-container .form-group-edit-title a {
    color: #00677f;
    font-size: 16px;
    font-weight: bold; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title a.collapsed .glyphicon-angle-down {
      visibility: visible !important;
      display: inline !important; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title a.collapsed .glyphicon-angle-up {
      visibility: hidden !important;
      display: none !important; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title a:not(.collapsed) .glyphicon-angle-down {
      visibility: hidden !important;
      display: none !important; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title a:not(.collapsed) .glyphicon-angle-up {
      visibility: visible !important;
      display: inline !important; }
  .form-group.form-group-edit .form-group-edit-container .form-group-edit-title > .form-group-addremove-button {
    top: 10px;
    right: 7px;
    width: 30px;
    left: auto; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title > .form-group-addremove-button.attribute-addremove-button {
      top: 0;
      right: -65px;
      width: 65px; }
    .form-group.form-group-edit .form-group-edit-container .form-group-edit-title > .form-group-addremove-button .btn.disabled, .form-group.form-group-edit .form-group-edit-container .form-group-edit-title > .form-group-addremove-button [disabled].btn {
      opacity: 0.4; }
  .form-group.form-group-edit .form-group-edit-container .form-group-edit-container {
    margin-right: 0;
    padding-right: 15px; }

.form-group.required .control-label:after {
  content: "*";
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px; }

.form-group label.infolabel {
  padding-right: 35px; }
  .form-group label.infolabel .badge {
    border: 1px solid #828282;
    background-color: transparent;
    color: #333;
    margin-left: 5px;
    padding: 1px 5px;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 4px; }
    .form-group label.infolabel .badge:empty {
      display: inline-block; }

.form-group.has-error .editable-error-block {
  margin-bottom: 0; }

.toggle-switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 15px;
  border-radius: 30px;
  background-color: #00677f;
  text-align: left;
  margin: 0; }
  .toggle-switch.toggle-switch-primary {
    background-color: #00677f; }
  .toggle-switch.toggle-switch-secondary {
    background-color: #00677f; }
  .toggle-switch.toggle-disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: not-allowed; }
  .toggle-switch.toggle-disabled--on i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px; }
  .toggle-switch.toggle-disabled--on i:after {
    margin-left: 11px; }
  .toggle-switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }
    .toggle-switch input:checked + i:before {
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 5px;
      border-width: 0;
      border-radius: 5px; }
    .toggle-switch input:checked + i:after {
      margin-left: 11px; }
  .toggle-switch i:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .toggle-switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 13px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }

.langInput > .form-control {
  /* overriding has-error for only required languages */
  border-color: #e6e6e6; }
  .langInput > .form-control:focus {
    border-color: #e6e6e6; }
    .langInput > .form-control:focus:focus {
      border-color: #e6e6e6;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6); }

.langInput.lang_ .mce-toolbar.mce-first .mce-flow-layout-item.mce-first .mce-first {
  display: none;
  /*hide place for language in tinyMCE if not checked Multilingual */ }

.uiCheckboxGroup.has-error {
  /* don't color all checkbox labels when in a checkbox group */ }
  .uiCheckboxGroup.has-error .uiCheckboxGroupLabel {
    color: #a94442; }
  .uiCheckboxGroup.has-error .checkbox {
    color: inherit; }

.has-error .form-control.has-error, .has-error .checkbox label.required:before, .has-error div:first-of-type .mce-tinymce, .has-error .mce-tinymce.has-error, .has-error .chosen-container .chosen-choices {
  border-color: #a94442;
  /* overriding has-error for only required languages */ }
  .has-error .form-control.has-error:focus, .has-error .checkbox label.required:before:focus, .has-error div:first-of-type .mce-tinymce:focus, .has-error .mce-tinymce.has-error:focus, .has-error .chosen-container .chosen-choices:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.form-group-cleared-advanced-search {
  margin: 5px !important; }

.uiFormWithValidation .form-control:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.uiFormWithValidation .form-control + .alert,
.uiFormWithValidation .form-control + ul > li.alert {
  display: block;
  padding: 10px;
  padding-left: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(230, 230, 230, 0.6); }

.form-inline .form-control, .navbar-form .form-control {
  width: 100%; }

.checkbox.inline input[type="radio"],
.checkbox.inline input[type="checkbox"] {
  margin-right: 5px; }

.checkbox input[type="checkbox"]:focus + label::before {
  border-color: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6); }

.form-group-cleared-advanced-search .checkbox, .form-group-cleared-advanced-search .radio {
  padding-left: 10px; }

.langInput > .form-control {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px 5px; }

.langInput .flag-htmlEditor {
  border: none;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  opacity: 1;
  display: block;
  margin-top: 3px;
  width: 15px; }

.langInput > span.labelFlag {
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0px -1px; }

.langInput.lang_en > .form-control {
  background-image: url("../pub/images/flag_great_britain.gif"); }

.langInput.lang_en > span.labelFlag {
  background-image: url("../pub/images/flag_great_britain.gif"); }

.langInput.lang_de > .form-control {
  background-image: url("../pub/images/flag_germany.gif"); }

.langInput.lang_de > span.labelFlag {
  background-image: url("../pub/images/flag_germany.gif"); }

.langInput.lang_fr > .form-control {
  background-image: url("../pub/images/flag_france.gif"); }

.langInput.lang_fr > span.labelFlag {
  background-image: url("../pub/images/flag_france.gif"); }

.langInput.lang_es > .form-control {
  background-image: url("../pub/images/flag_spain.gif"); }

.langInput.lang_es > span.labelFlag {
  background-image: url("../pub/images/flag_spain.gif"); }

.langInput.lang_pt > .form-control {
  background-image: url("../pub/images/flag_portugal.gif"); }

.langInput.lang_pt > span.labelFlag {
  background-image: url("../pub/images/flag_portugal.gif"); }

.langInput.lang_ro > .form-control {
  background-image: url("../pub/images/flag_romania.gif"); }

.langInput.lang_ro > span.labelFlag {
  background-image: url("../pub/images/flag_romania.gif"); }

.langInput.lang_tr > .form-control {
  background-image: url("../pub/images/flag_turkey.gif"); }

.langInput.lang_tr > span.labelFlag {
  background-image: url("../pub/images/flag_turkey.gif"); }

.langInput.lang_it > .form-control {
  background-image: url("../pub/images/flag_italy.gif"); }

.langInput.lang_it > span.labelFlag {
  background-image: url("../pub/images/flag_italy.gif"); }

.langInput.lang_nl > .form-control {
  background-image: url("../pub/images/flag_netherlands.gif"); }

.langInput.lang_nl > span.labelFlag {
  background-image: url("../pub/images/flag_netherlands.gif"); }

.langInput.lang_pl > .form-control {
  background-image: url("../pub/images/flag_poland.gif"); }

.langInput.lang_pl > span.labelFlag {
  background-image: url("../pub/images/flag_poland.gif"); }

.langInput.lang_da > .form-control {
  background-image: url("../pub/images/flag_denmark.gif"); }

.langInput.lang_da > span.labelFlag {
  background-image: url("../pub/images/flag_denmark.gif"); }

.langInput.lang_el > .form-control {
  background-image: url("../pub/images/flag_greece.gif"); }

.langInput.lang_el > span.labelFlag {
  background-image: url("../pub/images/flag_greece.gif"); }

.langInput.lang_et > .form-control {
  background-image: url("../pub/images/flag_estonia.gif"); }

.langInput.lang_et > span.labelFlag {
  background-image: url("../pub/images/flag_estonia.gif"); }

.langInput.lang_fi > .form-control {
  background-image: url("../pub/images/flag_finland.gif"); }

.langInput.lang_fi > span.labelFlag {
  background-image: url("../pub/images/flag_finland.gif"); }

.langInput.lang_hr > .form-control {
  background-image: url("../pub/images/flag_croatia.gif"); }

.langInput.lang_hr > span.labelFlag {
  background-image: url("../pub/images/flag_croatia.gif"); }

.langInput.lang_hu > .form-control {
  background-image: url("../pub/images/flag_hungary.gif"); }

.langInput.lang_hu > span.labelFlag {
  background-image: url("../pub/images/flag_hungary.gif"); }

.langInput.lang_lt > .form-control {
  background-image: url("../pub/images/flag_lithuania.gif"); }

.langInput.lang_lt > span.labelFlag {
  background-image: url("../pub/images/flag_lithuania.gif"); }

.langInput.lang_lv > .form-control {
  background-image: url("../pub/images/flag_latvia.gif"); }

.langInput.lang_lv > span.labelFlag {
  background-image: url("../pub/images/flag_latvia.gif"); }

.langInput.lang_mk > .form-control {
  background-image: url("../pub/images/flag_macedonia.gif"); }

.langInput.lang_mk > span.labelFlag {
  background-image: url("../pub/images/flag_macedonia.gif"); }

.langInput.lang_no > .form-control {
  background-image: url("../pub/images/flag_norway.gif"); }

.langInput.lang_no > span.labelFlag {
  background-image: url("../pub/images/flag_norway.gif"); }

.langInput.lang_ru > .form-control {
  background-image: url("../pub/images/flag_russia.gif"); }

.langInput.lang_ru > span.labelFlag {
  background-image: url("../pub/images/flag_russia.gif"); }

.langInput.lang_sk > .form-control {
  background-image: url("../pub/images/flag_slovakia.gif"); }

.langInput.lang_sk > span.labelFlag {
  background-image: url("../pub/images/flag_slovakia.gif"); }

.langInput.lang_sl > .form-control {
  background-image: url("../pub/images/flag_slovenia.gif"); }

.langInput.lang_sl > span.labelFlag {
  background-image: url("../pub/images/flag_slovenia.gif"); }

.langInput.lang_sr > .form-control {
  background-image: url("../pub/images/flag_serbia.gif"); }

.langInput.lang_sr > span.labelFlag {
  background-image: url("../pub/images/flag_serbia.gif"); }

.langInput.lang_sv > .form-control {
  background-image: url("../pub/images/flag_sweden.gif"); }

.langInput.lang_sv > span.labelFlag {
  background-image: url("../pub/images/flag_sweden.gif"); }

.langInput.lang_uk > .form-control {
  background-image: url("../pub/images/flag_ukraine.gif"); }

.langInput.lang_uk > span.labelFlag {
  background-image: url("../pub/images/flag_ukraine.gif"); }

.langInput.lang_bg > .form-control {
  background-image: url("../pub/images/flag_bulgaria.gif"); }

.langInput.lang_bg > span.labelFlag {
  background-image: url("../pub/images/flag_bulgaria.gif"); }

.langInput.lang_sq > .form-control {
  background-image: url("../pub/images/flag_albania.gif"); }

.langInput.lang_sq > span.labelFlag {
  background-image: url("../pub/images/flag_albania.gif"); }

.langInput.lang_zh > .form-control {
  background-image: url("../pub/images/flag_china.gif"); }

.langInput.lang_zh > span.labelFlag {
  background-image: url("../pub/images/flag_china.gif"); }

.langInput.lang_cs > .form-control {
  background-image: url("../pub/images/flag_czech_republic.gif"); }

.langInput.lang_cs > span.labelFlag {
  background-image: url("../pub/images/flag_czech_republic.gif"); }

.langInput.lang_ko > .form-control {
  background-image: url("../pub/images/flag_korea.gif"); }

.langInput.lang_ko > span.labelFlag {
  background-image: url("../pub/images/flag_korea.gif"); }

ul.token-input-list, .chosen-container .chosen-single {
  display: block;
  width: 100%;
  height: 28px;
  padding: 3px 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  ul.token-input-list:focus, .chosen-container .chosen-single:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6); }
  ul.token-input-list::-moz-placeholder, .chosen-container .chosen-single::-moz-placeholder {
    color: #000;
    opacity: 1; }
  ul.token-input-list:-ms-input-placeholder, .chosen-container .chosen-single:-ms-input-placeholder {
    color: #000; }
  ul.token-input-list::-webkit-input-placeholder, .chosen-container .chosen-single::-webkit-input-placeholder {
    color: #000; }
  ul.token-input-list[disabled], .chosen-container .chosen-single[disabled], ul.token-input-list[readonly], .chosen-container .chosen-single[readonly],
  fieldset[disabled] ul.token-input-list,
  fieldset[disabled] .chosen-container .chosen-single,
  .chosen-container fieldset[disabled] .chosen-single {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

ul.token-input-list {
  height: auto; }

.chosen-container.chosen-container-active .chosen-single {
  border-color: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 230, 230, 0.6); }

.has-error .chosen-single {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .chosen-single:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.tooltip {
  z-index: 1050; }
  .tooltip .tooltip-inner {
    max-width: 600px;
    text-align: left;
    padding: 6px 12px; }

.tooltip-big .tooltip .tooltip-inner {
  min-width: 200px; }

.introjs-helperNumberLayer {
  width: 20px;
  height: 20px;
  background: #00677f;
  color: #fff; }

.introjs-button, .introjs-button:hover, .introjs-prevbutton, .introjs-prevbutton:hover {
  color: #fff;
  background-color: #00677f;
  border-color: #005266;
  background-image: none;
  text-shadow: none; }

.introjs-skipbutton, .introjs-skipbutton:hover {
  color: #333;
  background-color: white;
  border-color: #999999;
  background-image: none; }

.introjs-disabled, .introjs-disabled:hover {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4; }

.password-requirements {
  font-size: 12px; }

.chosen-container li.search-field input[type="text"].has-error {
  border-color: #a94442; }

.chosen-container .chosen-choices.has-error {
  border-color: #a94442; }

#sendNotificationForm .twitter-typeahead {
  width: auto !important; }

#sendNotificationForm .keyword-tag-input {
  padding-left: 15px;
  padding-right: 15px; }
  #sendNotificationForm .keyword-tag-input .keyword {
    margin: 5px 5px 5px 0; }

#sendNotificationForm #uiUserEmailsAutoComplete {
  min-width: 250px; }

#createTextboxCollectionModal .form-control.has-error {
  border-color: #a94442; }
  #createTextboxCollectionModal .form-control.has-error:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.uiRelationAssignmentWrapper ul {
  list-style: none; }
  .uiRelationAssignmentWrapper ul.uiRelationAssignmentsContainer li button.uiAddRelationAssignment {
    display: none; }
  .uiRelationAssignmentWrapper ul.uiRelationAssignmentsContainer li.uiAssignmentRemoved {
    color: #d9534f !important;
    display: none; }
    .uiRelationAssignmentWrapper ul.uiRelationAssignmentsContainer li.uiAssignmentRemoved button.uiAddRelationAssignment {
      display: inline-block; }
    .uiRelationAssignmentWrapper ul.uiRelationAssignmentsContainer li.uiAssignmentRemoved button.uiRemoveRelationAssignment {
      display: none; }
  .uiRelationAssignmentWrapper ul.uiRelationAssignmentsContainer li.uiNewAssignment {
    color: #62B043; }

.relation-form-assignments .uiAssignmentTable thead td.action-column {
  vertical-align: top;
  text-align: center; }

.relation-form-assignments .uiAssignmentTable tr.highlightAssignment {
  background-color: #d9534f; }

select[size='1'] {
  height: 28px; }

.switch-toggle {
  position: relative;
  display: block;
  padding: 0 !important;
  background-color: #eee;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
  color: #000;
  text-transform: uppercase;
  transition: all 0.1s;
  max-width: 500px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  border-radius: 30px; }
  .switch-toggle::after {
    clear: both;
    content: '';
    display: table; }
  .switch-toggle * {
    box-sizing: border-box; }
    .switch-toggle *:before, .switch-toggle *:after {
      box-sizing: border-box; }
  .switch-toggle a {
    display: block;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
    background-color: #00677f;
    box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0;
    border-radius: 1.75em; }
  .switch-toggle label {
    color: #000;
    line-height: 2em;
    font-size: 10px; }
    .switch-toggle label:hover {
      cursor: pointer; }
    .switch-toggle label:nth-child(2):nth-last-child(4),
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
      width: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
      left: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(6),
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
      width: 33.33%; }
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
      left: 33.33%; }
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
      left: 66.66%; }
    .switch-toggle label:nth-child(2):nth-last-child(8),
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
      width: 25%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
      left: 25%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
      left: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
      left: 75%; }
    .switch-toggle label:nth-child(2):nth-last-child(10),
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
      width: 20%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
      left: 20%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
      left: 40%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
      left: 60%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
      left: 80%; }
    .switch-toggle label:nth-child(2):nth-last-child(12),
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
      width: 16.6%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
      left: 16.6%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
      left: 33.2%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
      left: 49.8%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
      left: 66.4%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
      left: 83%; }
  .switch-toggle > span span {
    opacity: 0;
    transition: all 0.1s;
    line-height: 2em;
    font-size: 85%; }
  .switch-toggle > span:first-of-type {
    opacity: 1; }
  .switch-toggle input {
    position: absolute;
    left: 0;
    opacity: 0; }
    .switch-toggle input + label {
      position: relative;
      z-index: 2;
      display: block;
      float: left;
      padding: 0 0.5em;
      margin: 0;
      text-align: center; }
    .switch-toggle input:checked + label {
      color: #ffffff; }
      .switch-toggle input:checked + label:before {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        text-rendering: auto;
        width: auto;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        position: relative;
        left: 0;
        top: 1px;
        margin-right: 5px; }
    .switch-toggle input:focus ~ span a,
    .switch-toggle input:focus + label {
      outline-width: 2px;
      outline-color: Highlight;
      outline-color: -webkit-focus-ring-color;
      outline-style: auto; }

@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s; } }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

.list-group.list-group-lightbox {
  margin: 0; }
  .list-group.list-group-lightbox > .list-group-item {
    height: 50px;
    padding: 7px 0;
    padding-left: 35px;
    background-color: #575757;
    border: 1px solid #505050; }
    .list-group.list-group-lightbox > .list-group-item .items {
      position: absolute;
      font-size: 9px;
      top: 32px;
      left: 20px;
      color: #FFF;
      padding: 0 2px;
      border-radius: 2px;
      background: #00677f; }
    .list-group.list-group-lightbox > .list-group-item .title,
    .list-group.list-group-lightbox > .list-group-item .meta {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .list-group.list-group-lightbox > .list-group-item .title {
      font-size: 12px;
      font-weight: bold;
      color: #DDD; }
    .list-group.list-group-lightbox > .list-group-item .meta {
      padding-left: 10px;
      font-size: 11px; }
    .list-group.list-group-lightbox > .list-group-item .checkbox {
      margin: 0;
      position: absolute;
      left: 10px;
      top: 18px; }
      .list-group.list-group-lightbox > .list-group-item .checkbox > label:before {
        width: 16px;
        height: 16px; }
    .list-group.list-group-lightbox > .list-group-item .edit-block {
      display: none;
      position: absolute;
      line-height: 1;
      right: 3px;
      bottom: 1px; }
      .list-group.list-group-lightbox > .list-group-item .edit-block > .block {
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border-radius: 2px;
        background: #DBDBDB; }
        .list-group.list-group-lightbox > .list-group-item .edit-block > .block .glyphicon {
          font-size: 12px;
          line-height: 1;
          position: absolute;
          top: 4px;
          left: 6px;
          color: black; }
    .list-group.list-group-lightbox > .list-group-item .items,
    .list-group.list-group-lightbox > .list-group-item .title,
    .list-group.list-group-lightbox > .list-group-item .meta,
    .list-group.list-group-lightbox > .list-group-item .checkbox {
      display: block; }
    .list-group.list-group-lightbox > .list-group-item:hover {
      background-color: #444; }
      .list-group.list-group-lightbox > .list-group-item:hover .edit-block {
        display: block; }
    .list-group.list-group-lightbox > .list-group-item:before {
      position: absolute;
      font-family: "FontAwesome";
      content: "";
      font-size: 30px;
      color: #DDD;
      top: 5px;
      left: 10px; }
    .list-group.list-group-lightbox > .list-group-item:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .list-group.list-group-lightbox > .list-group-item:last-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .list-group.list-group-lightbox > .list-group-item.active {
      padding-left: 40px;
      background-color: white;
      border-color: transparent; }
      .list-group.list-group-lightbox > .list-group-item.active .items {
        left: 20px; }
      .list-group.list-group-lightbox > .list-group-item.active .title {
        color: #00677f; }
      .list-group.list-group-lightbox > .list-group-item.active .checkbox {
        display: none; }
      .list-group.list-group-lightbox > .list-group-item.active:hover {
        background-color: white; }
      .list-group.list-group-lightbox > .list-group-item.active:before {
        left: 10px;
        color: black; }
      .list-group.list-group-lightbox > .list-group-item.active:first-child {
        border-top: initial; }
      .list-group.list-group-lightbox > .list-group-item.active:last-child {
        border-bottom: initial; }
    .list-group.list-group-lightbox > .list-group-item.selected {
      box-shadow: -2px 0 0 #00677f;
      background-color: #F0F0F0; }

.lightbox .lightbox-header-dropdown {
  margin-top: 1px;
  height: 50px;
  background-color: white;
  width: 40px; }
  .lightbox .lightbox-header-dropdown > .btn.btn-lightbox-mobile-more {
    margin-top: 10px;
    margin-left: 10px; }
    .lightbox .lightbox-header-dropdown > .btn.btn-lightbox-mobile-more .glyphicon {
      font-size: 150%; }

.lightbox .lightbox-header {
  overflow: hidden; }
  .lightbox .lightbox-header > .menu-group {
    padding: 12px; }
  .lightbox .lightbox-header .nav.navbar-nav {
    margin: 0; }
    .lightbox .lightbox-header .nav.navbar-nav > li {
      height: 50px; }
      .lightbox .lightbox-header .nav.navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 34px; }
      .lightbox .lightbox-header .nav.navbar-nav > li + li {
        border-left: 1px solid #eee;
        margin-left: -1px; }
      .lightbox .lightbox-header .nav.navbar-nav > li.reportList .dropdown-menu {
        min-width: 113px; }

.lightbox .lightbox-body > .lightbox-content {
  width: 100%; }
  .lightbox .lightbox-body > .lightbox-content .search-context {
    background-color: #F8F8F8;
    padding-top: 30px;
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    min-height: 450px; }
    .lightbox .lightbox-body > .lightbox-content .search-context .search-result {
      border-left: none;
      border-right: none; }
    .lightbox .lightbox-body > .lightbox-content .search-context .nav-tabs-search-result {
      padding-left: 5px; }

.uiLightboxMenu {
  max-height: 400px;
  overflow: auto;
  padding: 0 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html .lightbox #uiLightboxContent .scrtabs-tabs-fixed-container, html .lightbox #uiLightboxContent .scrtabs-tabs-movable-container {
    width: 90% !important; } }

.lt-ie10 .lightbox #uiLightboxContent .scrtabs-tabs-fixed-container, .lt-ie10 .lightbox #uiLightboxContent .scrtabs-tabs-movable-container {
  width: 90% !important; }

.modal-body:before, .modal-body:after {
  content: " ";
  display: table; }

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

.modal-body.is-loading {
  padding: 15px; }

/*.modal {
  &.fade .modal-dialog {
    @include scale(0.97);
  }
  &.in .modal-dialog {
    @include scale(1);
  }
}*/
.modal-dialog {
  margin: 0; }
  .modal-dialog > .modal-content .modal-body.modal-body-download {
    padding: 0px; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .content-instance-buttons {
      float: right;
      margin-top: 3px; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .download-content-feature.col-sm-12 {
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 5px;
      border: 0px; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .download-content-feature .preview-picture img {
      margin: auto !important; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .download-content-feature .uiWithVideo, .modal-dialog > .modal-content .modal-body.modal-body-download .download-content-feature .uiWithAudio {
      height: 100%;
      max-width: 866px; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .download-content-feature .uiFlexPaper {
      position: relative;
      overflow: hidden; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .preview-picture img {
      max-height: 400px; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width #playerAnimationWrapper embed, .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .preview-picture img {
      max-height: 400px;
      max-width: 100%; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiFlexPaper, .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .flexpaper_viewer_container {
      height: 400px !important; }
    .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithVideo, .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithAudio {
      height: 100%;
      width: 330px; }
      @media all and (min-width: 3px) {
        .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithVideo, .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithAudio {
          width: 430px; } }
      @media all and (min-width: 1440px) {
        .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithVideo, .modal-dialog > .modal-content .modal-body.modal-body-download .preview-split-width .uiWithAudio {
          width: 580px; } }
  .modal-dialog > .modal-content .modal-title {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    font-family: "DaimlerCS-Regular", Arial, sans-serif;
    font-size: 16px; }
  .modal-dialog > .modal-content .download-icons-panel {
    height: 24px;
    padding-bottom: 30px;
    background-color: white; }
    .modal-dialog > .modal-content .download-icons-panel .link-more {
      padding-top: 3px; }
  .modal-dialog .modal-footer {
    font-size: 16px; }
    .modal-dialog .modal-footer .btn-secondary {
      min-width: 50px; }
  .modal-dialog .modal-body.modal-body-cropping {
    max-height: 82vh;
    overflow-y: auto;
    padding-bottom: 0;
    padding-top: 0; }

.modal.draggable .modal-header {
  cursor: move; }

.modal[data-size="fullscreen"] > .modal-dialog {
  width: 90%; }
  .modal[data-size="fullscreen"] > .modal-dialog iframe {
    height: 100%;
    width: 100%; }
    .modal[data-size="fullscreen"] > .modal-dialog iframe.flexpaper_printFrame {
      height: 1000px;
      width: 1000px; }
  .modal[data-size="fullscreen"] > .modal-dialog html {
    overflow-y: auto; }

.modal[data-size="fullscreen-100%"] > .modal-dialog {
  width: 100%; }
  .modal[data-size="fullscreen-100%"] > .modal-dialog .modal-body {
    padding: 10px; }
  .modal[data-size="fullscreen-100%"] > .modal-dialog iframe {
    height: 100%;
    width: 100%; }
    .modal[data-size="fullscreen-100%"] > .modal-dialog iframe.flexpaper_printFrame {
      height: 1000px;
      width: 1000px; }
  .modal[data-size="fullscreen-100%"] > .modal-dialog html {
    overflow-y: auto; }

.price-calculator-content > .price-calculator-container {
  background-color: white; }

.modal-body-download .content-panel .info-panel-header {
  padding: 15px 15px 0 15px !important;
  padding-left: 15px !important; }

.download-content > .download-container {
  background-color: white; }
  .download-content > .download-container:before, .download-content > .download-container:after {
    content: " ";
    display: table; }
  .download-content > .download-container:after {
    clear: both; }
  .download-content > .download-container .download-container-detail .preview-container > img {
    max-height: 600px; }
  .download-content > .download-container .download-container-detail.preview-split-width {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .download-content > .download-container .download-container-detail.preview-split-width .download-content-feature {
      display: table-cell;
      max-width: 50%;
      vertical-align: top;
      border-right: 1px solid #c8c8c8;
      padding-right: 10px; }
      .download-content > .download-container .download-container-detail.preview-split-width .download-content-feature.flex-paper {
        width: 50%; }
    .download-content > .download-container .download-container-detail.preview-split-width .download-content-properties {
      max-width: 50%;
      display: table-cell; }
    .download-content > .download-container .download-container-detail.preview-split-width .preview-container img {
      max-height: 100%;
      max-width: 100%; }
  .download-content > .download-container .download-container-detail.preview-single-width .download-content-feature.flex-paper .uiFlexPaper {
    height: 565px; }

.download-content .download-exports {
  padding: 10px 0; }
  .download-content .download-exports #uiSearchlist {
    min-height: 130px;
    max-height: 290px;
    overflow-y: auto; }
  .download-content .download-exports #uiSearchlist.collapse-export-mapping {
    max-height: none;
    overflow-y: visible; }

.download-content .download-panel {
  padding: 10px;
  background-color: white; }
  .download-content .download-panel.is-success {
    color: #449d44; }
  .download-content .download-panel.is-in-progress {
    color: #00677f; }
  .download-content .download-panel.is-aborted {
    color: #f0ad4e; }
  .download-content .download-panel.is-undeliverable {
    color: #d9534f; }
    .download-content .download-panel.is-undeliverable .error-msg {
      font-size: 12px;
      color: #333;
      margin-top: 10px; }
  .download-content .download-panel.direct-download-status-message i, .download-content .download-panel.direct-download-status-message .status-message {
    font-size: 20px; }

.download-content .download-panel-link {
  padding: 10px 5px; }

.uiDirectDownloadStatus .download-content .download-panel, .uiDirectDownloadStatus .download-content .download-body {
  padding: 15px; }

.uiDirectDownloadStatus .download-content .download-panel {
  padding-bottom: 20px; }

.download-panel-errors {
  padding: 10px; }

.download-exports.checkbox {
  min-height: inherit;
  max-height: inherit; }

#packageDownloadContainer .search-result {
  border: none; }

#packageDownloadContainer .search-lists .search-list {
  border: none; }

#packagedDownloadsDownloadDialogSR #agbButton a {
  vertical-align: baseline; }

#googleMapsContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  /* apply margin with the same width as the modal padding*/
  margin-top: 50px;
  /* margin top is 50px so we can see the form on top*/ }

.input-4-wide {
  width: 50px !important; }

.between-inputs {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px; }

.modal-login-guest {
  max-width: 500px; }
  .modal-login-guest .modal-body {
    padding: 10px 45px; }
  .modal-login-guest .login-info-text {
    line-height: 20px; }
  .modal-login-guest .login-create {
    margin-top: 30px; }
  .modal-login-guest .modal-footer {
    padding-top: 5px; }
  .modal-login-guest .help-block .checkbox {
    margin-top: 25px;
    display: block; }

.delivery-container {
  max-height: 75vh;
  overflow-y: auto; }
  .delivery-container .table.table-submit-delivery th {
    text-align: left;
    padding: 5px 10px;
    vertical-align: top;
    border-bottom: none;
    white-space: nowrap; }
    .delivery-container .table.table-submit-delivery th.th-thumb {
      width: 85px; }
  .delivery-container .table.table-submit-delivery th:last-child {
    border-right: 0; }
  .delivery-container .table.table-submit-delivery tbody {
    border-bottom: 1px solid #ddd; }
    .delivery-container .table.table-submit-delivery tbody tr td {
      padding: 10px;
      vertical-align: top;
      white-space: normal; }
      .delivery-container .table.table-submit-delivery tbody tr td:first-child {
        padding: 5px 10px 5px 0px; }
      .delivery-container .table.table-submit-delivery tbody tr td .thumb-container {
        position: relative; }
        .delivery-container .table.table-submit-delivery tbody tr td .thumb-container img {
          max-width: 75px;
          object-fit: cover;
          max-height: 35px;
          text-align: center;
          margin: auto;
          display: block; }
          .delivery-container .table.table-submit-delivery tbody tr td .thumb-container img:hover {
            cursor: pointer; }
    .delivery-container .table.table-submit-delivery tbody tr td:last-child {
      border-right: 0;
      white-space: nowrap; }
    .delivery-container .table.table-submit-delivery tbody tr .missing-properties span:not(:last-of-type)::after {
      content: ", "; }
  .delivery-container .message-attention ul li {
    margin-left: 30px; }

.workflow-approval-button-container {
  float: right;
  margin-right: 5px; }

.workFlow-thumbnails .slickContainer {
  height: 100px; }

.workFlow-thumbnails .slick-initialized .slick-slide {
  display: block;
  width: auto !important;
  margin-right: 1px;
  max-width: 204px;
  height: 100px;
  line-height: 100px; }
  .workFlow-thumbnails .slick-initialized .slick-slide img {
    max-height: 100px;
    max-width: 204px; }

.workFlow-thumbnails .slick-list {
  margin-left: 25px;
  margin-right: 25px; }

.workFlow-thumbnails .slick-prev.slick-disabled, .workFlow-thumbnails .slick-next.slick-disabled {
  border: 1px solid #d0cccc; }

.workFlow-thumbnails + .workFlow-thumbnails-comment {
  margin-top: 60px; }

.workFlow-thumbnails.visibilityHidden {
  visibility: hidden; }
  .workFlow-thumbnails.visibilityHidden + .workFlow-thumbnails-comment {
    margin-top: 0px; }

.modal-validation .modal-body {
  min-height: 100px; }

.loading.loading-contentMask {
  background: #ffffff;
  z-index: 9999;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.6;
  z-index: 9998; }

.loading.loading-contentMask:after {
  background: url("../pub/images/Loader.png");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -ms-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
  margin: auto; }

.password-strength .progress {
  margin: 2px 0 0;
  height: 3px;
  background-color: #E2E2E2;
  border-radius: 1px; }

.reset-password-wrapper {
  text-align: right; }
  .reset-password-wrapper .reset-password-link {
    font-size: 15px;
    font-weight: bold; }

.btn-square, .elem-square, .dropdown .dropdown-menu.detailed-search {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important; }

.btn.btn-cropping {
  padding: 2px 4px;
  height: 30px;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  line-height: 26px;
  background-color: #555555;
  border-color: #252525;
  color: white; }

.btn-primary, .btn-modal-submit, .btn-show-more {
  color: white;
  background-color: black;
  border-color: black; }
  .btn-primary:hover, .btn-modal-submit:hover, .btn-show-more:hover, .btn-primary:focus, .btn-modal-submit:focus, .btn-show-more:focus, .btn-primary:active, .btn-modal-submit:active, .btn-show-more:active, .btn-primary.active, .active.btn-modal-submit, .active.btn-show-more {
    color: white;
    background-color: black;
    border-color: black; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-modal-submit, .open .dropdown-toggle.btn-show-more {
    color: white;
    background-color: black;
    border-color: black; }
  .btn-primary:active, .btn-modal-submit:active, .btn-show-more:active, .btn-primary.active, .active.btn-modal-submit, .active.btn-show-more {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-modal-submit, .open .dropdown-toggle.btn-show-more {
    background-image: none; }
  .btn-primary.disabled, .disabled.btn-modal-submit, .disabled.btn-show-more, .btn-primary.disabled:hover, .disabled.btn-modal-submit:hover, .disabled.btn-show-more:hover, .btn-primary.disabled:focus, .disabled.btn-modal-submit:focus, .disabled.btn-show-more:focus, .btn-primary.disabled:active, .disabled.btn-modal-submit:active, .disabled.btn-show-more:active, .btn-primary.disabled.active, .disabled.active.btn-modal-submit, .disabled.active.btn-show-more, .btn-primary[disabled], .btn-modal-submit[disabled], .btn-show-more[disabled], .btn-primary[disabled]:hover, .btn-modal-submit[disabled]:hover, .btn-show-more[disabled]:hover, .btn-primary[disabled]:focus, .btn-modal-submit[disabled]:focus, .btn-show-more[disabled]:focus, .btn-primary[disabled]:active, .btn-modal-submit[disabled]:active, .btn-show-more[disabled]:active, .btn-primary[disabled].active, .btn-modal-submit[disabled].active, .btn-show-more[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-modal-submit,
  fieldset[disabled] .btn-show-more,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-modal-submit:hover,
  fieldset[disabled] .btn-show-more:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-modal-submit:focus,
  fieldset[disabled] .btn-show-more:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-modal-submit:active,
  fieldset[disabled] .btn-show-more:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .active.btn-modal-submit,
  fieldset[disabled] .active.btn-show-more {
    background-color: black;
    border-color: black; }
  .btn-primary .badge, .btn-modal-submit .badge, .btn-show-more .badge {
    color: black;
    background-color: white; }

.btn-secondary {
  color: #fff;
  background-color: #00677f;
  border-color: #005266; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #004656;
    border-color: #002128; }
  .open .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #004656;
    border-color: #002128; }
  .btn-secondary:active, .btn-secondary.active {
    background-image: none; }
  .open .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
  fieldset[disabled] .btn-secondary,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary:active,
  fieldset[disabled] .btn-secondary.active {
    background-color: #00677f;
    border-color: #005266; }
  .btn-secondary .badge {
    color: #00677f;
    background-color: #fff; }

.btn-keywords {
  color: white;
  background-color: black;
  border-color: black; }
  .btn-keywords:hover, .btn-keywords:focus, .btn-keywords:active, .btn-keywords.active {
    color: white;
    background-color: black;
    border-color: black; }
  .open .btn-keywords.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black; }
  .btn-keywords:active, .btn-keywords.active {
    background-image: none; }
  .open .btn-keywords.dropdown-toggle {
    background-image: none; }
  .btn-keywords.disabled, .btn-keywords.disabled:hover, .btn-keywords.disabled:focus, .btn-keywords.disabled:active, .btn-keywords.disabled.active, .btn-keywords[disabled], .btn-keywords[disabled]:hover, .btn-keywords[disabled]:focus, .btn-keywords[disabled]:active, .btn-keywords[disabled].active,
  fieldset[disabled] .btn-keywords,
  fieldset[disabled] .btn-keywords:hover,
  fieldset[disabled] .btn-keywords:focus,
  fieldset[disabled] .btn-keywords:active,
  fieldset[disabled] .btn-keywords.active {
    background-color: black;
    border-color: black; }
  .btn-keywords .badge {
    color: black;
    background-color: white; }

.btn-concept {
  color: white;
  background-color: black;
  border-color: black; }
  .btn-concept:hover, .btn-concept:focus, .btn-concept:active, .btn-concept.active {
    color: white;
    background-color: black;
    border-color: black; }
  .open .btn-concept.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black; }
  .btn-concept:active, .btn-concept.active {
    background-image: none; }
  .open .btn-concept.dropdown-toggle {
    background-image: none; }
  .btn-concept.disabled, .btn-concept.disabled:hover, .btn-concept.disabled:focus, .btn-concept.disabled:active, .btn-concept.disabled.active, .btn-concept[disabled], .btn-concept[disabled]:hover, .btn-concept[disabled]:focus, .btn-concept[disabled]:active, .btn-concept[disabled].active,
  fieldset[disabled] .btn-concept,
  fieldset[disabled] .btn-concept:hover,
  fieldset[disabled] .btn-concept:focus,
  fieldset[disabled] .btn-concept:active,
  fieldset[disabled] .btn-concept.active {
    background-color: black;
    border-color: black; }
  .btn-concept .badge {
    color: black;
    background-color: white; }

.btn-helper {
  color: #333;
  background-color: white;
  border-color: #999999; }
  .btn-helper:hover, .btn-helper:focus, .btn-helper.focus, .btn-helper:active, .btn-helper.active,
  .open > .btn-helper.dropdown-toggle {
    color: #333; }
  .btn-helper:active, .btn-helper.active,
  .open > .btn-helper.dropdown-toggle {
    background-image: none; }
  .btn-helper.disabled, .btn-helper.disabled:hover, .btn-helper.disabled:focus, .btn-helper.disabled.focus, .btn-helper.disabled:active, .btn-helper.disabled.active, .btn-helper[disabled], .btn-helper[disabled]:hover, .btn-helper[disabled]:focus, .btn-helper[disabled].focus, .btn-helper[disabled]:active, .btn-helper[disabled].active,
  fieldset[disabled] .btn-helper,
  fieldset[disabled] .btn-helper:hover,
  fieldset[disabled] .btn-helper:focus,
  fieldset[disabled] .btn-helper.focus,
  fieldset[disabled] .btn-helper:active,
  fieldset[disabled] .btn-helper.active {
    background-color: white;
    border-color: #999999; }
  .btn-helper .badge {
    color: white;
    background-color: #333; }

.btn-flat {
  color: #333;
  background-color: white;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-flat:hover, .btn-flat:focus, .btn-flat:active, .btn-flat.active {
    color: #00677f;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .open .btn-flat.dropdown-toggle {
    color: #333;
    background-color: white;
    background-image: none; }
  .btn-flat.disabled, .btn-flat.disabled:hover, .btn-flat.disabled:focus, .btn-flat.disabled:active, .btn-flat.disabled.active, .btn-flat[disabled], .btn-flat[disabled]:hover, .btn-flat[disabled]:focus, .btn-flat[disabled]:active, .btn-flat[disabled].active,
  fieldset[disabled] .btn-flat,
  fieldset[disabled] .btn-flat:hover,
  fieldset[disabled] .btn-flat:focus,
  fieldset[disabled] .btn-flat:active,
  fieldset[disabled] .btn-flat.active {
    background-color: white; }

.btn-instance {
  color: #333333;
  background-color: #fff;
  border-color: disabled; }
  .btn-instance:hover, .btn-instance:focus, .btn-instance:active, .btn-instance.active {
    color: #333333;
    background-color: #fff;
    outline: 0; }
  .open .btn-instance.dropdown-toggle {
    color: #333333;
    background-color: #fff; }
  .btn-instance:active, .btn-instance.active {
    background-image: none;
    color: #00677f;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .open .btn-instance.dropdown-toggle {
    background-image: none; }
  .btn-instance.disabled, .btn-instance.disabled:hover, .btn-instance.disabled:focus, .btn-instance.disabled:active, .btn-instance.disabled.active, .btn-instance[disabled], .btn-instance[disabled]:hover, .btn-instance[disabled]:focus, .btn-instance[disabled]:active, .btn-instance[disabled].active,
  fieldset[disabled] .btn-instance,
  fieldset[disabled] .btn-instance:hover,
  fieldset[disabled] .btn-instance:focus,
  fieldset[disabled] .btn-instance:active,
  fieldset[disabled] .btn-instance.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff; }

.btn-detailed-search {
  color: #333;
  background-color: transparent; }
  .btn-detailed-search.active {
    background: white;
    border-radius: 0px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #00677f;
    border-right: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1001 !important; }

.btn-cart-submit {
  color: white;
  background-color: black;
  border-color: black; }
  .btn-cart-submit:hover, .btn-cart-submit:focus, .btn-cart-submit:active, .btn-cart-submit.active {
    color: white;
    background-color: black;
    border-color: black; }
  .open .btn-cart-submit.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black; }
  .btn-cart-submit:active, .btn-cart-submit.active {
    background-image: none; }
  .open .btn-cart-submit.dropdown-toggle {
    background-image: none; }
  .btn-cart-submit.disabled, .btn-cart-submit.disabled:hover, .btn-cart-submit.disabled:focus, .btn-cart-submit.disabled:active, .btn-cart-submit.disabled.active, .btn-cart-submit[disabled], .btn-cart-submit[disabled]:hover, .btn-cart-submit[disabled]:focus, .btn-cart-submit[disabled]:active, .btn-cart-submit[disabled].active,
  fieldset[disabled] .btn-cart-submit,
  fieldset[disabled] .btn-cart-submit:hover,
  fieldset[disabled] .btn-cart-submit:focus,
  fieldset[disabled] .btn-cart-submit:active,
  fieldset[disabled] .btn-cart-submit.active {
    background-color: black;
    border-color: black; }
  .btn-cart-submit .badge {
    color: black;
    background-color: white; }

.btn-menu {
  color: black;
  background-color: transparent;
  border-color: transparent; }
  .btn-menu:hover, .btn-menu:focus, .btn-menu:active, .btn-menu.active {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .open .btn-menu.dropdown-toggle {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-menu:active, .btn-menu.active {
    background-image: none; }
  .open .btn-menu.dropdown-toggle {
    background-image: none; }
  .btn-menu.disabled, .btn-menu.disabled:hover, .btn-menu.disabled:focus, .btn-menu.disabled:active, .btn-menu.disabled.active, .btn-menu[disabled], .btn-menu[disabled]:hover, .btn-menu[disabled]:focus, .btn-menu[disabled]:active, .btn-menu[disabled].active,
  fieldset[disabled] .btn-menu,
  fieldset[disabled] .btn-menu:hover,
  fieldset[disabled] .btn-menu:focus,
  fieldset[disabled] .btn-menu:active,
  fieldset[disabled] .btn-menu.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-menu .badge {
    color: transparent;
    background-color: black; }

.btn-modal-submit {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px; }

.btn-modal-cancel {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px; }

.btn-link.btn-inverse, .btn-inverse.btn-modal-cancel {
  color: white; }
  .btn-link.btn-inverse:hover, .btn-inverse.btn-modal-cancel:hover {
    color: white; }

.btn-link.btn-link-secondary, .btn-link-secondary.btn-modal-cancel {
  color: #00677f; }

.btn-icon {
  padding: 0;
  transition: color 0.15s cubic-bezier(0.9, 0, 0.7, 1); }
  .btn-icon i {
    margin-right: 0; }
  .btn-icon.active {
    background: transparent; }

.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .5s; }

.btn-primary.btn-outline, .btn-outline.btn-modal-submit, .btn-outline.btn-show-more {
  color: #00677f; }

.btn-secondary.btn-outline {
  color: #00677f; }

.btn-success.btn-outline {
  color: #5cb85c; }

.btn-info.btn-outline {
  color: #5bc0de; }

.btn-warning.btn-outline {
  color: #f0ad4e; }

.btn-danger.btn-outline {
  color: #d9534f; }

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  color: #fff; }

.btn-outline[disabled], .btn-outline.disabled {
  background-color: white;
  color: #999999;
  border-color: #999999; }

.btn-search-in-search-filter-item:hover {
  color: #00677f; }

.btn-xlg {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px; }

.btn-xxlg {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px; }

.price-container.total-price-container {
  padding: 10px;
  padding-left: 0;
  padding-right: 0; }

.price-container .price-price .totalPrice {
  font-size: 18px; }

.search-list-img.preview img.img-responsive {
  max-width: 100%;
  width: auto !important; }

.price-price .item-price {
  font-size: 20px;
  display: block; }

.item-with-price .cart-list-price .search-list-price.properties {
  padding: 10px; }
  .item-with-price .cart-list-price .search-list-price.properties .property {
    border-bottom: none; }
  .item-with-price .cart-list-price .search-list-price.properties .property-label {
    width: 100px; }
  .item-with-price .cart-list-price .search-list-price.properties .checkbox {
    margin-top: 0; }
  .item-with-price .cart-list-price .search-list-price.properties .price-button {
    text-align: right; }

.item-with-price .cart-list-price .price-container .price-properties {
  display: table-cell;
  width: 75%;
  padding-left: 192px; }

.item-with-price .cart-list-price .price-container .price-price {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  text-align: right; }
  .item-with-price .cart-list-price .price-container .price-price a.btn {
    padding: 0; }

@media (min-width: 1440px) {
  .item-with-price .cart-list-body {
    width: 60%;
    display: table-cell;
    background-color: white;
    border: none; }
    .item-with-price .cart-list-body .search-list-body {
      border-bottom: none !important;
      box-shadow: none !important; }
  .item-with-price .cart-list-price {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    border: none;
    background-color: white; }
    .item-with-price .cart-list-price .search-list-body {
      border-bottom: none !important;
      box-shadow: none !important; }
    .item-with-price .cart-list-price .search-list-price.properties .price-container .price-properties {
      display: block;
      width: 100%;
      padding-left: 0; }
    .item-with-price .cart-list-price .search-list-price.properties .price-container .price-price {
      display: block;
      width: 100%;
      border-top: 1px dashed #999999; } }

.cart-submit-container {
  margin-top: 10px; }
  .cart-submit-container .radioButtons > span {
    width: 14px;
    display: inline-block; }
  .cart-submit-container .radioButtons > label {
    cursor: pointer;
    margin-left: 5px; }

.cart-terms {
  font-size: 14px; }

.form-group .cart-terms {
  width: 100%; }
  .form-group .cart-terms .accept-tc-link:after {
    content: "*";
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px; }

.cart-list-body .search-list-img.preview img {
  border: 1px solid #eeeeee; }

.cropImage .cropping-container {
  width: 100%;
  display: inline-block; }

.cropImage .export-frame-container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px 0px; }

.cropImage .form-control[disabled] {
  cursor: auto;
  background-color: transparent;
  opacity: 1;
  border: none;
  padding: 0;
  margin: 0; }

.cropImage .docs-buttons-wrapper {
  margin-top: 5px;
  padding-right: 0; }
  .cropImage .docs-buttons-wrapper .docs-buttons {
    text-align: left; }
  @media (max-width: 1439px) {
    .cropImage .docs-buttons-wrapper .docs-buttons {
      text-align: center; } }

.cropImage .crop-rotation-wrapper {
  padding-left: 0; }

.cropImage .rotation-buttons {
  margin-left: 30px; }

@media (max-width: 1439px) {
  .cropImage .crop-rotation-wrapper {
    padding-left: 15px; }
  .cropImage .rotation-buttons {
    margin-left: 0; } }

div.header {
  position: relative;
  padding: 0px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.875;
  color: inherit;
  overflow: visible;
  z-index: 1020; }
  div.header h1 {
    line-height: 1;
    color: inherit; }
  div.header p {
    line-height: 1.4; }
  .container div.header {
    border-radius: 3px; }
  div.header > .container .header-logo {
    padding-top: 28px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px; }
    div.header > .container .header-logo:before, div.header > .container .header-logo:after {
      content: " ";
      display: table; }
    div.header > .container .header-logo:after {
      clear: both; }
    @media (min-width: 2px) {
      div.header > .container .header-logo {
        right: 0%; } }
  div.header > .container .menu {
    padding-top: 23px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 0px; }
    @media (min-width: 2px) {
      div.header > .container .menu {
        right: 0%; } }
    div.header > .container .menu > .main-menu > .mars-nav {
      float: right; }
    div.header > .container .menu > .main-menu {
      position: relative; }
  div.header .header-top-band {
    background-color: #00677f;
    color: white;
    margin-left: 0px;
    font-size: 16px; }
    div.header .header-top-band a.dropdown-toggle {
      color: white; }
  div.header .svg-logo, div.header .svg-text {
    height: auto;
    float: left;
    margin: 15px 0px;
    width: auto; }
  div.header .svg-text {
    margin-left: 20px; }

.subheader {
  z-index: 1010;
  padding: 0px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #e1e3e6; }
  .subheader .uiMainMenuText {
    display: none; }
  .subheader .navbar-nav.uiMainMenuSubheader > li + li {
    border-left: 1px solid #eee;
    margin-left: -1px; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.home {
    display: none; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item .dropdown-menu.dropdown-menu-lightbox:before {
    right: 10px;
    left: initial; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large > a:not(.dropdown-toggle),
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large > div > a:not(.dropdown-toggle) {
    padding: 10px 24px;
    line-height: 1; }
    .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large > a:not(.dropdown-toggle) i,
    .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large > div > a:not(.dropdown-toggle) i {
      font-size: 17px;
      width: auto; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.downloads > a:not(.dropdown-toggle), .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.batchUpdate > a:not(.dropdown-toggle), .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.my-uploads > a:not(.dropdown-toggle) {
    padding: 11px 15px; }
    .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.downloads > a:not(.dropdown-toggle) i, .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.batchUpdate > a:not(.dropdown-toggle) i, .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.my-uploads > a:not(.dropdown-toggle) i {
      font-size: 17px; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.downloads > a:not(.dropdown-toggle) {
    padding-top: 13px;
    padding-bottom: 9px; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large .badge {
    position: absolute;
    font-size: 9px;
    height: 11px;
    top: 26px;
    left: 30px;
    line-height: 1;
    padding: 2px;
    border-radius: 2px;
    background-color: #00677f;
    color: #fff;
    border: none; }
    .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large .badge.empty {
      left: 27px; }
  .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.cart .badge {
    left: 35px; }
    .subheader .navbar-nav.uiMainMenuSubheader > li.mainmenu-item.mainmenu-item-large.cart .badge.empty {
      left: 30px; }
  .subheader .navbar-nav-overflow .search-filter-badge {
    position: absolute;
    background-color: #00677f;
    color: #fff;
    border: none;
    margin-left: -10px;
    z-index: 2;
    font-size: 10px; }

.orderItems + .orderItems {
  margin-top: 30px;
  border-top: 1px solid #999999; }

.table > thead {
  background-color: white; }

.table > tfoot {
  background-color: white; }

.table thead > tr.inner-border > th,
.table thead > tr.inner-border td,
.table tbody > tr.inner-border > th,
.table tbody > tr.inner-border td,
.table tfoot > tr.inner-border > th,
.table tfoot > tr.inner-border td {
  border-right: 1px solid #efefef; }
  .table thead > tr.inner-border > th:last-child,
  .table thead > tr.inner-border td:last-child,
  .table tbody > tr.inner-border > th:last-child,
  .table tbody > tr.inner-border td:last-child,
  .table tfoot > tr.inner-border > th:last-child,
  .table tfoot > tr.inner-border td:last-child {
    border-right: none; }

.table thead > tr.centered-cell > th,
.table tbody > tr.centered-cell > th,
.table tfoot > tr.centered-cell > th {
  padding: 6px;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center; }

.table thead > tr.centered-cell > td.thumb.fixed-size,
.table tbody > tr.centered-cell > td.thumb.fixed-size,
.table tfoot > tr.centered-cell > td.thumb.fixed-size {
  max-width: 200px; }

.table thead > tr.centered-cell > td,
.table tbody > tr.centered-cell > td,
.table tfoot > tr.centered-cell > td {
  padding: 6px;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd; }

.table td.oneline {
  white-space: pre; }

.page-content footer .footer-logo, .lite-content .lite-panel footer .footer-logo {
  padding: 27px; }

.page-content footer .footer-trademark, .lite-content .lite-panel footer .footer-trademark {
  display: block; }
  .page-content footer .footer-trademark > a, .lite-content .lite-panel footer .footer-trademark > a {
    font-size: 12px;
    color: #b9bec3; }

.page-content footer .footer-links .footer-link, .lite-content .lite-panel footer .footer-links .footer-link {
  width: 100%;
  display: inline-block;
  padding: 30px; }
  .page-content footer .footer-links .footer-link > a, .lite-content .lite-panel footer .footer-links .footer-link > a {
    color: #b9bec3;
    font-size: 12px;
    font-weight: normal; }
    .page-content footer .footer-links .footer-link > a + a, .lite-content .lite-panel footer .footer-links .footer-link > a + a {
      margin-left: 5px; }

.page-content footer .footer-newsletter, .lite-content .lite-panel footer .footer-newsletter {
  padding: 35px;
  font-size: 12px;
  color: #b9bec3;
  text-align: center; }

.page-content > footer {
  position: relative;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  border-top: 0 solid #DFDFDF;
  background-color: #f0f1f2; }

.lang {
  background-repeat: no-repeat;
  padding-left: 20px;
  position: relative; }
  .lang:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px; }
  .lang.lang_en:before {
    background-image: url("../pub/images/flag_great_britain.gif"); }
  .lang.lang_de:before {
    background-image: url("../pub/images/flag_germany.gif"); }
  .lang.lang_fr:before {
    background-image: url("../pub/images/flag_france.gif"); }
  .lang.lang_es:before {
    background-image: url("../pub/images/flag_spain.gif"); }
  .lang.lang_pt:before {
    background-image: url("../pub/images/flag_portugal.gif"); }
  .lang.lang_ro:before {
    background-image: url("../pub/images/flag_romania.gif"); }
  .lang.lang_tr:before {
    background-image: url("../pub/images/flag_turkey.gif"); }
  .lang.lang_it:before {
    background-image: url("../pub/images/flag_italy.gif"); }
  .lang.lang_nl:before {
    background-image: url("../pub/images/flag_netherlands.gif"); }
  .lang.lang_pl:before {
    background-image: url("../pub/images/flag_poland.gif"); }
  .lang.lang_da:before {
    background-image: url("../pub/images/flag_denmark.gif"); }
  .lang.lang_el:before {
    background-image: url("../pub/images/flag_greece.gif"); }
  .lang.lang_et:before {
    background-image: url("../pub/images/flag_estonia.gif"); }
  .lang.lang_fi:before {
    background-image: url("../pub/images/flag_finland.gif"); }
  .lang.lang_hr:before {
    background-image: url("../pub/images/flag_croatia.gif"); }
  .lang.lang_hu:before {
    background-image: url("../pub/images/flag_hungary.gif"); }
  .lang.lang_lt:before {
    background-image: url("../pub/images/flag_lithuania.gif"); }
  .lang.lang_lv:before {
    background-image: url("../pub/images/flag_latvia.gif"); }
  .lang.lang_mk:before {
    background-image: url("../pub/images/flag_macedonia.gif"); }
  .lang.lang_no:before {
    background-image: url("../pub/images/flag_norway.gif"); }
  .lang.lang_ru:before {
    background-image: url("../pub/images/flag_russia.gif"); }
  .lang.lang_sk:before {
    background-image: url("../pub/images/flag_slovakia.gif"); }
  .lang.lang_sl:before {
    background-image: url("../pub/images/flag_slovenia.gif"); }
  .lang.lang_sr:before {
    background-image: url("../pub/images/flag_serbia.gif"); }
  .lang.lang_sv:before {
    background-image: url("../pub/images/flag_sweden.gif"); }
  .lang.lang_uk:before {
    background-image: url("../pub/images/flag_ukraine.gif"); }
  .lang.lang_ko:before {
    background-image: url("../pub/images/flag_korea.gif"); }
  .lang.lang_sq:before {
    background-image: url("../pub/images/flag_albania.gif"); }
  .lang.lang_bg:before {
    background-image: url("../pub/images/flag_bulgaria.gif"); }
  .lang.lang_zh:before {
    background-image: url("../pub/images/flag_china.gif"); }
  .lang.lang_cs:before {
    background-image: url("../pub/images/flag_czech_republic.gif"); }

.selectboxit-container .selectboxit-option-icon {
  width: 15px;
  height: 15px;
  display: block;
  margin-top: 5px; }
  .selectboxit-container .selectboxit-option-icon.ui-icon-en {
    background-image: url("../pub/images/flag_great_britain.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-de {
    background-image: url("../pub/images/flag_germany.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-fr {
    background-image: url("../pub/images/flag_france.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-es {
    background-image: url("../pub/images/flag_spain.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-pt {
    background-image: url("../pub/images/flag_portugal.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-ro {
    background-image: url("../pub/images/flag_romania.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-tr {
    background-image: url("../pub/images/flag_turkey.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-it {
    background-image: url("../pub/images/flag_italy.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-nl {
    background-image: url("../pub/images/flag_netherlands.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-pl {
    background-image: url("../pub/images/flag_poland.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-da {
    background-image: url("../pub/images/flag_denmark.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-el {
    background-image: url("../pub/images/flag_greece.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-et {
    background-image: url("../pub/images/flag_estonia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-fi {
    background-image: url("../pub/images/flag_finland.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-hr {
    background-image: url("../pub/images/flag_croatia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-hu {
    background-image: url("../pub/images/flag_hungary.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-lt {
    background-image: url("../pub/images/flag_lithuania.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-lv {
    background-image: url("../pub/images/flag_latvia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-mk {
    background-image: url("../pub/images/flag_macedonia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-no {
    background-image: url("../pub/images/flag_norway.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-ru {
    background-image: url("../pub/images/flag_russia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-sk {
    background-image: url("../pub/images/flag_slovakia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-sl {
    background-image: url("../pub/images/flag_slovenia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-sr {
    background-image: url("../pub/images/flag_serbia.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-sv {
    background-image: url("../pub/images/flag_sweden.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-uk {
    background-image: url("../pub/images/flag_ukraine.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-ko {
    background-image: url("../pub/images/flag_korea.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-sq {
    background-image: url("../pub/images/flag_albania.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-bg {
    background-image: url("../pub/images/flag_bulgaria.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-zh {
    background-image: url("../pub/images/flag_china.gif"); }
  .selectboxit-container .selectboxit-option-icon.ui-icon-cs {
    background-image: url("../pub/images/flag_czech_republic.gif"); }

.uiPage.withSelectMediaBoxActive {
  margin-bottom: 208px; }
  .uiPage.withSelectMediaBoxActive #selectedElements {
    height: 208px; }
    .uiPage.withSelectMediaBoxActive #selectedElements .content-container {
      height: 208px; }
    .uiPage.withSelectMediaBoxActive #selectedElements .selected-resizeable-opener:after {
      content: ""; }

.uiPage.withSelectMediaBox {
  margin-bottom: 30px; }

#selectedElements .selectedElements-empty div, #selectedElements .selectedElements-more div {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  height: 195px;
  line-height: 20px;
  padding-left: 15px; }

#selectedElements .slick-prev, #selectedElements .slick-next {
  border-style: none;
  background-color: transparent;
  color: black; }

#page_padding {
  position: relative; }

#selectedElements {
  position: fixed;
  width: 100%;
  z-index: 300;
  height: 30px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  -webkit-transition: height 0.22s cubic-bezier(0, 0.28, 0.4, 1);
  -o-transition: height 0.22s cubic-bezier(0, 0.28, 0.4, 1);
  transition: height 0.22s cubic-bezier(0, 0.28, 0.4, 1); }
  #selectedElements .selectedElements-title {
    height: 30px;
    line-height: 30px;
    color: #00677f; }
    #selectedElements .selectedElements-title .counter {
      margin: 6px 0;
      background-color: #00677f; }
    #selectedElements .selectedElements-title div {
      margin-right: 5px; }
    #selectedElements .selectedElements-title .objects {
      font-weight: bold;
      display: inline-block; }
    #selectedElements .selectedElements-title > .full-info {
      display: none;
      margin-left: 10px; }
  #selectedElements.footer-fixed {
    position: absolute;
    margin-bottom: 2px; }
  #selectedElements .selected-container.empty {
    display: none; }
    #selectedElements .selected-container.empty .selectedElements-button {
      display: none; }
    #selectedElements .selected-container.empty .selectedElementsList {
      display: none; }
    #selectedElements .selected-container.empty .selectedElements-empty {
      display: table;
      width: 100%;
      height: 135px; }
  #selectedElements .selected-container .selectedElements-empty {
    display: none; }
  #selectedElements .selected-container .selectedElements-more {
    display: none; }
  #selectedElements .selected-container.full .full-info {
    display: inline-block;
    margin-left: 5px; }
  #selectedElements .selected-container.full .selectedElements-title {
    font-weight: bold; }
  #selectedElements .selected-title-container {
    padding: 0 10px;
    background-color: #ffffff;
    font-size: 12px;
    position: relative;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box; }
  #selectedElements .toggle-switch {
    margin: 7px 10px 7px 30px;
    vertical-align: top; }
  #selectedElements .selectedElements-button {
    height: 30px;
    padding: 3px 3px 0;
    right: 0;
    background-color: white;
    z-index: 2;
    float: right; }
    #selectedElements .selectedElements-button a {
      vertical-align: top; }
      #selectedElements .selectedElements-button a.addCartIcon {
        background-position: 5px -5px; }
      #selectedElements .selectedElements-button a.addLightBoxIcon {
        background-position: 5px -87px; }
  #selectedElements .selectedElementsList {
    padding-top: 0;
    position: relative;
    background-color: #eee;
    border-top: 1px solid #eee;
    margin-top: -1px; }
    #selectedElements .selectedElementsList .items-container {
      font-size: 12px;
      white-space: nowrap; }
      #selectedElements .selectedElementsList .items-container > div[data-mediatype="ko"] .items-element .preview.thumbnail-body {
        min-height: 73px; }
        #selectedElements .selectedElementsList .items-container > div[data-mediatype="ko"] .items-element .preview.thumbnail-body::after {
          display: block;
          font-family: "FontAwesome";
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 40px;
          color: #999999;
          top: 10px;
          line-height: 55px; }
        #selectedElements .selectedElementsList .items-container > div[data-mediatype="ko"] .items-element .preview.thumbnail-body a {
          position: absolute;
          z-index: 2;
          width: 100%;
          left: 0;
          height: 100%; }
    #selectedElements .selectedElementsList .items-element {
      display: inline-block;
      width: 115px;
      margin-right: 15px;
      height: 120px;
      box-sizing: border-box; }
  #selectedElements .items-element.started div.cta {
    display: none; }
  #selectedElements .items-element.started div.container-header-2 {
    background: transparent url(../pub/images/selection_started.gif) left center no-repeat; }
  #selectedElements .items-element.started div.propertyValue {
    padding-left: 19px; }
  #selectedElements .items-element.finished div.cta {
    display: none; }
  #selectedElements .items-element.finished div.container-header-2 {
    background: transparent url(../pub/images/selection_finished.gif) left center no-repeat; }
  #selectedElements .items-element.finished div.propertyValue {
    padding-left: 19px; }
  #selectedElements div.items-tab-content {
    clear: both;
    padding: 0 30px;
    height: 140px; }
  #selectedElements div.selected-item div.container {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  #selectedElements div.selected-item div.container-header-2 {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #selectedElements div.selected-item div.propertyValue {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #selectedElements div.selected-item div.cta {
    float: right;
    margin: 0;
    display: table-cell;
    text-align: left;
    padding: 0;
    width: 16px; }
    #selectedElements div.selected-item div.cta input.selectingCheckbox {
      padding: 0;
      margin: 0; }
  #selectedElements div.selected-item div.preview img {
    margin: auto;
    display: block;
    max-height: 77px;
    max-width: 109px; }
  #selectedElements .items-tab {
    float: left;
    margin-right: 25px;
    font-weight: bold;
    position: relative; }
    #selectedElements .items-tab a {
      padding: 4px 0;
      color: #333333;
      display: block; }
      #selectedElements .items-tab a span {
        padding-left: 3px; }
      #selectedElements .items-tab a:focus {
        color: #00677f;
        text-decoration: none; }
      #selectedElements .items-tab a:hover {
        color: #00677f;
        text-decoration: none; }
    #selectedElements .items-tab.tab-active {
      border-bottom: 1px solid #0090b2;
      margin-bottom: -1px; }
  #selectedElements .container-tabs {
    background-color: white;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 7px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 7px -1px rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    margin-bottom: 11px; }
    #selectedElements .container-tabs .hidden {
      display: none; }
  #selectedElements .container-tabs-seperator {
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden; }
  #selectedElements .seperator-icon {
    position: absolute;
    display: block;
    background: url(../pub/images/selection_seperator.png) 0 0 no-repeat;
    width: 110px;
    height: 10px;
    left: 0; }
  #selectedElements .seperator-line {
    width: 100%;
    height: 1px;
    border-top: 2px solid #eeeeee; }
  #selectedElements .slick-track {
    margin: 0; }
  #selectedElements .slick-dots {
    bottom: 0;
    left: 0;
    margin-bottom: 0; }
    #selectedElements .slick-dots li button:before {
      font-size: 16px !important; }
  #selectedElements .slick-disabled {
    opacity: 1;
    cursor: auto; }
  #selectedElements .selected-resizeable-opener {
    position: absolute;
    left: 56%;
    top: 0;
    height: 100%;
    width: 50px;
    margin: auto;
    vertical-align: middle;
    cursor: pointer; }
    #selectedElements .selected-resizeable-opener:after {
      content: "";
      height: 28px;
      width: 28px;
      font: 28px/1 'FontAwesome'; }
    #selectedElements .selected-resizeable-opener:hover {
      background-position: center -322px; }
  #selectedElements.hide {
    height: 30px;
    overflow: hidden;
    opacity: 0.7; }
    #selectedElements.hide:hover {
      opacity: 1; }
    #selectedElements.hide .selected-resizeable-opener:hover {
      background-position: center -267px; }
  #selectedElements .topics {
    display: none; }
  #selectedElements.uiPreventHover.hover {
    height: 208px; }
    #selectedElements.uiPreventHover.hover .content-container {
      margin-top: 0; }
  #selectedElements .selectedElements-titleÂ .full-info {
    display: none; }
  #selectedElements .full-info i {
    font-size: 17px;
    vertical-align: middle;
    color: #999; }
  #selectedElements .loading .loading-contentmask {
    background: url(../pub/images/loading.gif) no-repeat scroll center center #ffffff;
    z-index: 9999;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
    z-index: 9998; }
  #selectedElements .overlay .loading-contentmask {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
    z-index: 9998; }
  #selectedElements .items-container .items-tab-content.hidden {
    position: absolute;
    bottom: -1000px; }
  #selectedElements .tab-active a {
    color: #00677f;
    text-decoration: none; }
  #selectedElements.empty {
    display: none; }

.content-container {
  background-color: #ffffff;
  min-width: 40em;
  -webkit-box-shadow: -1 px 13 px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1 px 13 px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  position: relative;
  border: 1px solid #d2d4da;
  margin-top: 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: margin-top 0.22 s cubic-bezier(0, 0.28, 0.4, 1);
  -o-transition: margin-top 0.22 s cubic-bezier(0, 0.28, 0.4, 1);
  transition: margin-top 0.22 s cubic-bezier(0, 0.28, 0.4, 1); }

#thumbnailRow li.selectedCheckbox div.container {
  -webkit-box-shadow: 0 0 0 0 white, 1 px 4 px 15 px 3 px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 white, 1 px 4 px 15 px 3 px rgba(0, 0, 0, 0.4);
  z-index: 100;
  opacity: 1;
  border: 1px solid #ffffff;
  border: 1px solid #00677f !important; }

#thumbnailRow li div.container {
  z-index: 1;
  -webkit-transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  -o-transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  border: 1px solid #ffffff; }

#thumbnailRow li input.selectingCheckbox {
  margin: 2px 0 0;
  padding: 0;
  float: r;
  height: 14px; }

a.publishElement {
  background-image: url(../../wilo/pub/images/icons_all.gif);
  background-position: left -171px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px; }

#sortbar .multiselection {
  width: auto;
  text-align: right;
  display: table-cell;
  vertical-align: top; }

#relations li input.selectingCheckbox {
  margin: 9px 3px 0 9px;
  padding: 0;
  float: left; }

#resultDiv .previewIcons input.selectingCheckbox {
  display: block;
  margin-top: 2px; }

#detailDiv.selectedCheckbox #detail {
  -webkit-box-shadow: 0 0 0 0 white, 1 px 4 px 15 px 3 px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 white, 1 px 4 px 15 px 3 px rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: opacity 0.4 s linear, transform 0.4 s ease-in-out, box-shadow 0.4 s ease-in-out;
  -o-transition: opacity 0.4 s linear, transform 0.4 s ease-in-out, box-shadow 0.4 s ease-in-out;
  transition: opacity 0.4 s linear, transform 0.4 s ease-in-out, box-shadow 0.4 s ease-in-out;
  border: 1px solid #00677f !important; }

#detailDiv.selectedCheckbox #relation .menuLink_selected {
  border-color: #00677f !important; }

#detailDiv.selectedCheckbox #relation .menuLink {
  border-bottom-color: #00677f !important; }

#detailDiv.selectedCheckbox #relations ul#relation {
  border-color: #00677f !important; }

#listRow li.selectedCheckbox {
  border: 1px solid #00677f !important; }

#topictree .selectingCheckbox {
  float: left;
  display: none; }

body.selectingTopics .objects {
  display: none; }

body.selectingTopics .topics {
  display: inline-block !important; }

body.selectingTopics #sortbar .multiselection {
  display: none !important; }

body.selectingTopics img.topic-img {
  height: 100%;
  width: 100%; }

body.selectingTopics .selectedElements-button a {
  display: none; }
  body.selectingTopics .selectedElements-button a.clearList {
    display: inline-block; }
  body.selectingTopics .selectedElements-button a.saveList {
    display: inline-block; }

body.selectingTopics #selectedElements div.preview img {
  margin: auto;
  display: block;
  width: auto;
  height: auto; }

body.selectingTopics #thumbnailRow .selectingCheckbox {
  display: none; }

body.selectingTopics #detailDiv #relations .selectingCheckbox {
  display: none; }

body.selectingTopics #detailDiv #relations a {
  padding-left: 1em !important; }

body.selectingTopics #topictree .selectingCheckbox {
  float: left;
  display: block;
  border: none;
  margin: 2px 3px 0 0;
  padding: 0; }

div.previewIcons span.pubId-text {
  float: right;
  margin-right: 5px; }

span.previewIcons span.pubId-text {
  float: right;
  margin-right: 5px; }

.items-tab.tab-active:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 7px);
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-top-color: #0090b2;
  z-index: 20; }

.items-tab.tab-active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  z-index: 20; }

#switchToTopicTextModal .objects {
  display: block; }

#switchToTopicTextModal .topics {
  display: none; }

body.topic-selection div.search-result-mo div.uiSelectionCheckbox {
  display: none !important; }

body.topic-selection #selectAllItemsButton {
  display: none !important; }

body.topic-selection .content-panel ul.nav-tabs-relation-instance #instancePrimaryTab div.uiSelectionCheckbox {
  display: none !important; }

body.topic-selection .content-panel ul.nav-tabs-relation-instance i.glypicon {
  margin-left: 0; }

body.topic-selection #selectedElements .selected-title-container .objects {
  display: none !important; }

body.topic-selection #selectedElements .selected-title-container .topics {
  display: inline-block !important;
  visibility: visible !important; }

body.topic-selection #switchToTopicTextModal .objects {
  display: none; }

body.topic-selection #switchToTopicTextModal .topics {
  display: block; }

.selectedElements-button .btn-secondary {
  color: #fff;
  background-color: #00677f;
  border-color: #005266; }
  .selectedElements-button .btn-secondary:hover, .selectedElements-button .btn-secondary:focus, .selectedElements-button .btn-secondary:active, .selectedElements-button .btn-secondary.active {
    color: #fff;
    background-color: #004656;
    border-color: #002128; }
  .open .selectedElements-button .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #004656;
    border-color: #002128; }
  .selectedElements-button .btn-secondary:active, .selectedElements-button .btn-secondary.active {
    background-image: none; }
  .open .selectedElements-button .btn-secondary.dropdown-toggle {
    background-image: none; }
  .selectedElements-button .btn-secondary.disabled, .selectedElements-button .btn-secondary.disabled:hover, .selectedElements-button .btn-secondary.disabled:focus, .selectedElements-button .btn-secondary.disabled:active, .selectedElements-button .btn-secondary.disabled.active, .selectedElements-button .btn-secondary[disabled], .selectedElements-button .btn-secondary[disabled]:hover, .selectedElements-button .btn-secondary[disabled]:focus, .selectedElements-button .btn-secondary[disabled]:active, .selectedElements-button .btn-secondary[disabled].active,
  fieldset[disabled] .selectedElements-button .btn-secondary,
  fieldset[disabled] .selectedElements-button .btn-secondary:hover,
  fieldset[disabled] .selectedElements-button .btn-secondary:focus,
  fieldset[disabled] .selectedElements-button .btn-secondary:active,
  fieldset[disabled] .selectedElements-button .btn-secondary.active {
    background-color: #00677f;
    border-color: #005266; }
  .selectedElements-button .btn-secondary .badge {
    color: #00677f;
    background-color: #fff; }

.info-panel-edit textarea,
.textarea-vertical textarea {
  resize: vertical; }

@media (min-width: 991px) {
  html.js .alert-message {
    display: none; } }

html.js.ua-desktop [data-thumbnail-align], html.js.ua-tablet [data-thumbnail-align] {
  opacity: 0;
  filter: alpha(opacity=0); }
  html.js.ua-desktop [data-thumbnail-align].loaded, html.js.ua-tablet [data-thumbnail-align].loaded {
    opacity: 1;
    filter: alpha(opacity=100); }

body {
  -ms-overflow-style: scrollbar; }

.tooltip-inner {
  border-radius: 0px; }

.affix.affix-navbar {
  z-index: 100;
  top: 40px;
  position: fixed !important; }

.video-cut, .stills .still {
  position: relative;
  display: block; }
  .video-cut.withSelection, .stills .withSelection.still {
    border-color: #00677f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.8); }
  .video-cut .preview, .stills .still .preview {
    transition: background 0.255s;
    position: relative;
    display: block;
    background: transparent; }
    .video-cut .preview:before, .stills .still .preview:before {
      transition: background 0.225s cubic-bezier(0, 0.28, 0.44, 1);
      content: ''; }
    .video-cut .preview:hover:before, .stills .still .preview:hover:before {
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .video-cut .preview:hover:after, .stills .still .preview:hover:after {
      height: 30px;
      width: 30px;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      border: 0;
      color: white;
      font: 30px/1 "FontAwesome";
      text-decoration: none; }

.stills .still {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27);
  border-radius: 3px;
  background: white;
  margin: 5px;
  font-size: 11px;
  color: #333;
  text-align: center;
  padding: 5px 5px 1px;
  max-width: 140px;
  max-height: 100px;
  min-width: 90px; }
  .stills .still.still-select .preview:hover:after, .stills .still.still-check .preview:hover:after {
    content: ""; }
  .stills .still.still-select.withSelection .preview:before, .stills .still.still-check.withSelection .preview:before {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .stills .still.still-select.withSelection .preview:after, .stills .still.still-check.withSelection .preview:after {
    content: "";
    height: 30px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    color: white;
    font: 30px/1 "FontAwesome";
    text-decoration: none; }
  .stills .still img {
    max-width: 120px;
    max-height: 80px;
    width: auto; }
  .stills .still a:hover {
    text-decoration: initial; }
  .stills .still a img {
    display: block;
    margin: 0 auto; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.uiLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  background: #FFF;
  height: 100%;
  width: 100%;
  z-index: 100; }
  .uiLoader.uiRedirectLoaderWrapper {
    position: fixed;
    z-index: 99999;
    opacity: 0.8; }
  .uiLoader.uiOverlayLoaderWrapper {
    position: fixed;
    z-index: 99999;
    opacity: 0.6; }
  .uiLoader.uiOverlayLoaderWrapper div {
    opacity: 1; }
  .uiLoader.uiLoader-bg {
    background-color: white; }
  .uiLoader.uiLoader-stickyTooltip {
    z-index: -1;
    background: none; }
  .uiLoader > .content-wrapper {
    display: table;
    height: 100%;
    width: 100%; }
    .uiLoader > .content-wrapper > .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .uiLoader > .content-wrapper > .content .loader-text {
        vertical-align: top;
        line-height: 30px; }

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none; }

/*
html {
  overflow-y: scroll;
}*/
/*
html.normalize-overflow {
  overflow-y: auto;
}*/
.page-content {
  position: relative; }

.content-panel {
  min-width: 0;
  position: relative; }

.strip-rpadding {
  padding-right: 0px; }

.strip-lpadding {
  padding-left: 0px; }

.strip-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.orderData > hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #d5d5d5; }

.accept-tc .checkbox {
  float: left; }

.accept-tc .control-label {
  text-align: left; }

.requirement {
  padding-top: 50px; }

.alert-message ul {
  margin: 0px;
  padding: 0px; }
  .alert-message ul li {
    list-style-type: none; }

.alert {
  list-style-type: none; }

.pull-down, .search-thumbnails.search-thumbnails-bricklet > .search-thumbnail .thumbnail-property-link {
  position: absolute;
  left: 0;
  bottom: 0px; }

.panel-transparent {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }

hr.xs {
  margin: 0; }

hr.sm {
  margin-top: 5px;
  margin-bottom: 5px; }

.h-sm-min {
  min-height: 120px; }

.inputFix {
  position: relative; }
  .inputFix > input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-color: transparent; }

.ui-responsive-panel {
  background-color: #555; }

/**
  * 20px height for content
  * divider align middle by negative margin-top -10px
  */
.content-divider {
  margin-bottom: 10px; }
  .content-divider .pull-right, .content-divider .pull-left, .content-divider h3, .content-divider .content-text {
    background-color: white;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    margin-top: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-shadow: 0 1px 0 white;
    color: #555; }
  .content-divider .pull-left, .content-divider h3, .content-divider .content-text {
    margin-left: 10px; }
  .content-divider .pull-right {
    margin-right: 10px; }
  .content-divider > .divider {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid white;
    margin-top: -10px; }

.popup-content {
  position: relative; }
  .popup-content .bootstrap-table {
    margin-bottom: 50px; }
  .popup-content .popup-content,
  .popup-content .popup-footer {
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px; }
  .popup-content .popup-content {
    top: 0; }
  .popup-content .popup-footer {
    bottom: 0;
    height: 50px;
    position: fixed;
    background-color: #FFFFFF; }
    .popup-content .popup-footer.popup-footer-right {
      text-align: right; }

.tag-cloud-wrapper .tag-cloud-weight-10 {
  font-size: 170%; }

.tag-cloud-wrapper .tag-cloud-weight-9 {
  font-size: 160%; }

.tag-cloud-wrapper .tag-cloud-weight-8 {
  font-size: 150%; }

.tag-cloud-wrapper .tag-cloud-weight-7 {
  font-size: 140%; }

.tag-cloud-wrapper .tag-cloud-weight-6 {
  font-size: 130%; }

.tag-cloud-wrapper .tag-cloud-weight-5 {
  font-size: 120%; }

.tag-cloud-wrapper .tag-cloud-weight-4 {
  font-size: 110%; }

.tag-cloud-wrapper .tag-cloud-weight-3 {
  font-size: 100%; }

.tag-cloud-wrapper .tag-cloud-weight-2 {
  font-size: 90%; }

.tag-cloud-wrapper .tag-cloud-weight-1 {
  font-size: 80%; }

#uiGoToTop {
  bottom: 30px;
  right: 15px;
  line-height: 1;
  z-index: 310;
  position: fixed; }
  #uiGoToTop .glyphicon-angle-double-up {
    font-size: 18px; }

#reportMediaButton {
  bottom: 30px;
  right: 60px;
  line-height: 1;
  z-index: 1019;
  position: fixed; }
  #reportMediaButton .glyphicon-envelope {
    font-size: 16px; }

.anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden; }

.lightbox-content .anchor {
  top: -100px; }

html.ua-tablet body.withSelectMediaBoxActive #uiGoToTop {
  bottom: 210px; }

.modal-backdrop {
  position: fixed; }

.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 115px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999; }
  .cookie-container .cookie-content {
    padding: 10px 20px;
    color: #FFFFFF; }
    .cookie-container .cookie-content span.h2 {
      color: #FFFFFF;
      margin-bottom: 20px;
      display: block;
      margin-top: 0; }
  .cookie-container .cookie-buttons {
    position: absolute;
    right: 10px;
    top: 10px; }
    .cookie-container .cookie-buttons a, .cookie-container .cookie-buttons button {
      margin-left: 10px;
      padding-right: 15px;
      padding-left: 15px; }
  .cookie-container a.btn.uiDismissCookiePolicy {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: none !important; }
  .cookie-container button.btn.uiDismissCookiePolicy {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: none !important; }

@media (max-width: 2px) {
  .cookie-container .cookie-content {
    padding: 10px;
    font-size: 12px; } }

.ua-phone .cookie-container {
  min-width: 100%; }
  .ua-phone .cookie-container .uiDismissCookiePolicy {
    color: #FFFFFF !important;
    margin-top: 5px; }
    .ua-phone .cookie-container .uiDismissCookiePolicy.cookie-link-mob::before {
      content: "> "; }

@media (max-width: 2px) {
  .slick-prev,
  .slick-next {
    display: none !important; } }

#uploadDivBorder #uploadDivAbsolutePosition {
  z-index: 3;
  width: 100%; }
  #uploadDivBorder #uploadDivAbsolutePosition .col-sm-10 object {
    background-color: inherit; }

#uploadDivBorder #uploadSpotlight {
  background-color: black;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
  display: none;
  /* will be shown via js */ }

#uploadDivBorder #uploadDivBorderTerms.upload-accept-terms, #uploadDivBorderTermsYT.upload-accept-terms {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 10px;
  z-index: 9;
  background-color: #EEEEEE;
  opacity: 0.9;
  text-align: center; }
  #uploadDivBorder #uploadDivBorderTerms.upload-accept-terms .upload-accept-terms-container, #uploadDivBorderTermsYT.upload-accept-terms .upload-accept-terms-container {
    text-align: center;
    display: inline-block;
    font-size: 16px; }

.yt-accept-terms-before-upload {
  position: relative;
  min-height: 150px; }
  .yt-accept-terms-before-upload .upload-accept-terms-container {
    margin-top: 20px !important; }

#toolbar_documentViewer img.flexpaper_bttnPrint {
  display: none !important; }

#toolbar_documentViewer .flexpaper_tbbutton_pressed {
  margin-left: -3px; }

ol.list-initial,
ul.list-initial {
  padding: 0 0 0 40px; }

dd.list-initial {
  margin: 0 0 0 40px; }

.back-button {
  padding: 15px 0; }

.info-panel-instance-footer .back-button {
  padding: 0; }

.progress-bar-download {
  background-color: #00677f; }
  .progress-striped .progress-bar-download {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* publishing upload options for direct download (dropbox and google drive) Start */
.directDownloadPublishingOptions .radioButtons {
  display: table-row; }
  .directDownloadPublishingOptions .radioButtons > span {
    /* status icon of the publishing option (is user authenticated against dropbox or google drive)*/
    display: table-cell; }
    .directDownloadPublishingOptions .radioButtons > span .status {
      width: 13px;
      height: 13px;
      display: block;
      margin-right: 2px;
      text-align: center; }
    .directDownloadPublishingOptions .radioButtons > span .status:before {
      display: table-cell;
      vertical-align: top; }
  .directDownloadPublishingOptions .radioButtons > .uploadOptionsLabel {
    /* label wrapper of radio button */
    display: table-row; }
    .directDownloadPublishingOptions .radioButtons > .uploadOptionsLabel input {
      /* The actual radio button */
      display: table-cell; }
    .directDownloadPublishingOptions .radioButtons > .uploadOptionsLabel span {
      /* name of the publishing option (ex: 'Dropbox config')*/
      display: table-cell;
      padding-left: 2px;
      vertical-align: top; }
    .directDownloadPublishingOptions .radioButtons > .uploadOptionsLabel::before {
      cursor: pointer !important; }

.uiPublishingSimpleUpload label::before {
  cursor: pointer !important; }

/* publishing upload options for direct download (dropbox and google drive) END */
.withTruncatedLines > .uiTruncatedLinesWrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .withTruncatedLines > .uiTruncatedLinesWrap:after {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    width: 100%; }

.withTruncatedLines > .uiExpand,
.withTruncatedLines > .uiCollapse {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px; }

.withTruncatedLines > .uiExpand {
  display: inline-block; }

.withTruncatedLines > .uiCollapse {
  display: none; }

.withTruncatedLines.expanded > .uiTruncatedLinesWrap {
  height: auto; }
  .withTruncatedLines.expanded > .uiTruncatedLinesWrap:after {
    content: initial;
    display: none; }

.withTruncatedLines.expanded > .uiExpand {
  display: none; }

.withTruncatedLines.expanded > .uiCollapse {
  display: inline-block; }

.singlePropertyWithTruncatedLines {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .singlePropertyWithTruncatedLines:after {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%; }
  .singlePropertyWithTruncatedLines .uiExpandSingleProperty, .singlePropertyWithTruncatedLines .uiCollapseSingleProperty {
    padding-left: 0px; }
  .singlePropertyWithTruncatedLines.loaded:after {
    bottom: 25px; }
  .singlePropertyWithTruncatedLines.loaded {
    padding-bottom: 0px; }
  .singlePropertyWithTruncatedLines .uiCollapseSingleProperty {
    display: none; }
  .singlePropertyWithTruncatedLines.expanded:after {
    display: none !important; }
  .singlePropertyWithTruncatedLines.expanded .uiCollapseSingleProperty {
    display: inline-block !important; }
  .singlePropertyWithTruncatedLines.expanded .uiExpandSingleProperty {
    display: none !important; }
  .singlePropertyWithTruncatedLines button.btn-link:hover, .singlePropertyWithTruncatedLines button.btn-modal-cancel:hover {
    text-decoration: none; }

.media-block-outline-secondary {
  border: 1px solid #ddd; }
  .media-block-outline-secondary .media-block-body {
    background-color: transparent; }
    .media-block-outline-secondary .media-block-body > .count, .media-block-outline-secondary .media-block-body > .type {
      color: #00677f; }
  .media-block-outline-secondary .media-block-footer {
    color: #00677f;
    background-color: transparent; }

.media-block-secondary {
  border: 1px solid #b7b7b7; }
  .media-block-secondary .media-block-body {
    background-color: #00677f; }
    .media-block-secondary .media-block-body > .count, .media-block-secondary .media-block-body > .type {
      color: white; }
  .media-block-secondary .media-block-footer {
    color: white;
    background-color: #00677f; }

.media-block-group {
  position: relative; }
  .media-block-group:before, .media-block-group:after {
    content: " ";
    display: table; }
  .media-block-group:after {
    clear: both; }
  .media-block-group > .media-block {
    float: left; }

.media-block {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  min-width: 100px; }
  .media-block .media-block-body {
    padding: 5px;
    font-size: 14px; }
    .media-block .media-block-body .count, .media-block .media-block-body .type {
      display: block; }
    .media-block .media-block-body .count {
      font-size: 20px; }
    .media-block .media-block-body .glyphicon {
      font-size: 12px; }
  .media-block .media-block-footer {
    padding: 0 0 5px 0;
    font-size: 12px; }

#ghostery-purple-box {
  display: none !important; }

.error-404 .info-panel-body-container {
  min-height: 500px;
  margin-bottom: 50px; }
  .error-404 .info-panel-body-container img {
    margin-top: 100px; }

.OPicker--add .OP-content-change, .OPicker--add .OP-content-delete {
  display: none; }

.OPicker--add.dirty .OP-content-add {
  display: none; }

.OPicker--add.dirty .OP-content-change, .OPicker--add.dirty .OP-content-delete {
  display: inline-block; }

.OPicker .OPicker-menu,
.OPicker .OPicker-content {
  position: absolute;
  top: 0;
  bottom: 0; }

.OPicker .OPicker-menu {
  left: 0;
  width: 210px;
  background: #f3f3f3; }

.OPicker .OPicker-content {
  right: 0;
  left: 210px; }

.OPicker.OPicker--menu-hidden .OPicker-menu {
  width: 0;
  display: none; }

.OPicker.OPicker--menu-hidden .OPicker-content {
  left: 0; }

.OPicker .tab-content,
.OPicker .tab-pane {
  height: 100%; }

.btnOnTop {
  z-index: 1000;
  right: 0px;
  position: absolute; }

#marsAnimation {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee; }

table.uiRelationsTable .relation-action-buttons {
  min-width: 60px; }
  table.uiRelationsTable .relation-action-buttons button {
    margin: 0; }

/* Common styles for all types */
.bs-callout {
  padding: 10px;
  margin: 10px 0;
  margin-top: 5px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  font-size: 12px; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .bs-callout p:last-child {
    margin-bottom: 0; }
  .bs-callout code {
    border-radius: 3px; }

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px; }

/* Variations */
.bs-callout-danger {
  border-left-color: #d9534f;
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e;
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de;
  color: #5bc0de; }

.cropping-containter-sizes input {
  max-width: 50px; }
  .cropping-containter-sizes input[disabled] {
    text-align: right;
    max-width: 40px; }

.cropping-containter-sizes .resize-button {
  background-color: #00677f;
  color: #fff; }
  .cropping-containter-sizes .resize-button:disabled, .cropping-containter-sizes .resize-button[disabled] {
    display: none; }

/*
  Style for jquery Chosen used in BlockContentBuilder.
  Main purpose is to show the chosen dropdown with OptGroups
*/
.uiAutoSuggestHelper.uiChosenInput ~ div.chosen-container li.active-result.uiSelectOptGroup {
  /* optGroup label */
  font-weight: bold; }

.uiAutoSuggestHelper.uiChosenInput ~ div.chosen-container li.active-result:not(.uiSelectOptGroup) {
  /* all other select items should be shown with a margin */
  margin-left: 15px; }

/*
  Style for Single and Range Date Picker
  Add calendar Icon inside input - enable click on this icon show calendar
*/
.unlimited-date-wrapper {
  display: flex;
  border: 1px solid #ccc;
  background: #fff;
  min-height: 28px; }
  .unlimited-date-wrapper > span.checkbox {
    padding: 5px 0px 0px 26px;
    margin: 0; }
    .unlimited-date-wrapper > span.checkbox > input[type="checkbox"] {
      /* needed for overriding default styles in "advanced search filters" */
      position: absolute; }
      .unlimited-date-wrapper > span.checkbox > input[type="checkbox"] + label {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        white-space: nowrap;
        font-size: 16px; }
      .unlimited-date-wrapper > span.checkbox > input[type="checkbox"]:checked + label {
        border-right: none; }
  .unlimited-date-wrapper input[type="text"] {
    border: none;
    background-color: #fff;
    padding-right: 15px; }
  .unlimited-date-wrapper .checkbox-input {
    margin-right: 5px; }
  .unlimited-date-wrapper .uiUnlimitedDate.hide-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0; }
  .unlimited-date-wrapper .uiUnlimitedDate.hide-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0; }
  .unlimited-date-wrapper .uiUnlimitedDate.hide-placeholder:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0; }
  .unlimited-date-wrapper .icon-calendar-date-picker.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .unlimited-date-wrapper .clear-date-range-picker {
    top: 0 !important; }

.icon-calendar-date-picker {
  position: absolute;
  right: 0px;
  top: 0;
  width: 28px;
  height: 28px;
  border-left: 1px solid #ddd;
  padding: 7px 6px;
  z-index: 0; }

.form-group-edit .icon-calendar-date-picker {
  right: 14px; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper input[type="text"] {
  max-height: 26px; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper > span.checkbox {
  z-index: 3; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper .icon-calendar-date-picker {
  z-index: 3; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper .uiBsDateRangePicker.hide-placeholder {
  display: none; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper .icon-calendar-date-picker.disabled {
  display: none; }

.uiSearchInSearchFilterWrapper:not(.form-group-cleared-advanced-search) .unlimited-date-wrapper .uiBsDateRangePicker {
  padding-right: 50px !important; }

body.create-action-from-modal #exposeMask {
  display: none !important; }

body.create-action-from-modal .page-container .page-content .header {
  display: none; }

body.create-action-from-modal .page-container .page-content .subheader-wrapper {
  display: none; }

body.create-action-from-modal .page-container .page-content footer {
  display: none; }

body.create-action-from-modal .page-container .container.main-container {
  margin: 0 auto; }

body.create-action-from-modal .fixed-side-navigation,
body.create-action-from-modal #uiCookieConsent {
  display: none; }

/*
  Styles used for showing ratings in media portal
*/
.rating-container {
  vertical-align: bottom; }
  .rating-container[data-rating-allowed="false"] .btn-rating {
    cursor: default !important; }
    .rating-container[data-rating-allowed="false"] .btn-rating:active {
      color: #333333; }
  .rating-container[data-rating-allowed="true"] .stars-rating-container > .average-and-user-stars-wrapper:hover .average-stars {
    display: none; }
  .rating-container[data-rating-allowed="true"] .stars-rating-container > .average-and-user-stars-wrapper:hover .user-stars {
    display: block; }
  .rating-container .stars-rating-container > div {
    float: left;
    display: inline-block; }
  .rating-container .stars-rating-container .average-stars {
    cursor: default; }
  .rating-container .stars-rating-container .user-stars {
    display: none; }
  .rating-container .stars-rating-container .star-rating-details {
    cursor: pointer; }
    .rating-container .stars-rating-container .star-rating-details > span {
      vertical-align: middle; }
  .rating-container .stars-rating-container .btn-star-rating {
    float: left;
    padding-left: 0;
    padding-right: 0; }
    .rating-container .stars-rating-container .btn-star-rating i.glyphicon {
      font-size: 17px; }
  .rating-container .uiUserSelectedRating {
    color: #00677f !important; }

.star-ratings-details-popover li {
  margin-bottom: 7px;
  cursor: context-menu; }
  .star-ratings-details-popover li.uiUserSelectedRating {
    color: #00677f !important; }
  .star-ratings-details-popover li .popover-star-value {
    min-width: 60px;
    display: inline-block; }
  .star-ratings-details-popover li .popover-star-percentage {
    margin-left: 5px; }
  .star-ratings-details-popover li span.percentage-border {
    display: inline-block;
    width: 100px;
    height: 20px;
    border: 1px solid lightgrey;
    vertical-align: middle; }
  .star-ratings-details-popover li span.percentage-filler {
    display: inline-block;
    float: left;
    height: 100%;
    background: #bcbcbc; }

.star-ratings-details-popover-title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: inline-block; }

.rating-group-usage-list .rating-group-usage-infotype {
  margin-left: 10px; }

.rating-group-usage-list .rating-group-usage-portal {
  font-weight: bold; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    visibility: hidden;
    content: ""; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  button, .btn, #selectedElements.sticky, .main-menu, .search-in-search-container {
    display: none !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .agenda-collection .agenda-container {
    float: left; }
  ul.search-thumbnails.search-content.search-thumbnails-ko.loaded {
    text-align: center; }
    ul.search-thumbnails.search-content.search-thumbnails-ko.loaded li {
      margin-right: 0 !important;
      max-width: 350px; }
  .uiHeaderContainer {
    position: inherit; } }

/* CSS responsible for SKOS thesaurus */
/*
  TREE styles
  to be moved to tree scss file
*/
.nav.nav-tabs span.uiCollapseConceptTree {
  display: none; }

.nav.nav-tabs .active span.uiCollapseConceptTree {
  display: inline-block;
  cursor: pointer; }

ul.mdsTreeList, #singleConceptContainer, #searchedConceptsContainer, .empty-top-concept {
  padding-top: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  min-height: 300px; }
  ul.mdsTreeList ul.mdsTreeList, #singleConceptContainer ul.mdsTreeList, #searchedConceptsContainer ul.mdsTreeList, .empty-top-concept ul.mdsTreeList {
    min-height: inherit; }

.mdsTreeItem {
  /* hide all concepts when performing search */
  /* when performing toggling action on searched items override hiding all concepts */
  /* same style as used in topic tree for the label */ }
  .mdsTreeItem ul {
    margin-left: 10px; }
  .mdsTreeItem.collapsed > ul.mdsTreeList {
    display: none; }
  .mdsTreeItem .searchPath > ul.mdsTreeList > li.mdsTreeItem {
    display: none; }
  .mdsTreeItem .searchPath > ul.mdsTreeList > li.mdsTreeItem.searchPath,
  .mdsTreeItem .searchPath > ul.mdsTreeList > li.mdsTreeItem.expanded,
  .mdsTreeItem .searchPath > ul.mdsTreeList > li.mdsTreeItem.collapsed {
    display: inherit; }
  .mdsTreeItem .mdsLabel {
    cursor: pointer; }
  .mdsTreeItem i {
    left: 0;
    margin-left: 10px; }
    .mdsTreeItem i.glyphicon-caret-right {
      /* don't show pointer when concept doesn't have children */
      cursor: default; }
  .mdsTreeItem.topic-tree-item .menu-item .mdsLabel {
    display: block;
    padding-left: 18px;
    padding-right: 10px;
    max-height: 60px;
    overflow: hidden; }
  .mdsTreeItem .menu-item .checkbox.uiMdsTreeCheckbox {
    margin-left: 20px;
    margin-right: -20px;
    padding-top: 2px; }
  .mdsTreeItem .highlightTopic:after {
    content: "";
    font: 14px/1 'FontAwesome';
    position: absolute;
    right: 3px;
    top: 7px; }

/* needed both for the tree and for single concept list */
.mdsTreeItem.topic-tree-item > .menu-item {
  font-size: 14px !important;
  color: #333 !important;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #eee;
  padding: 4px 5px 4px 10px; }
  .mdsTreeItem.topic-tree-item > .menu-item i {
    color: #d9d9d9 !important;
    display: block; }
  .mdsTreeItem.topic-tree-item > .menu-item.searchHighlightNode {
    font-weight: bold;
    font-style: italic; }
  .mdsTreeItem.topic-tree-item > .menu-item.uiDoNotUseNode {
    font-style: italic; }
  .mdsTreeItem.topic-tree-item > .menu-item.separator {
    font-weight: bold;
    text-transform: none;
    padding: 5px;
    padding-left: 10px;
    background-color: #eeeeee;
    list-style-type: none;
    cursor: auto; }
    .mdsTreeItem.topic-tree-item > .menu-item.separator .mdsLabel,
    .mdsTreeItem.topic-tree-item > .menu-item.separator i.mdsLoadChildrenBtn,
    .mdsTreeItem.topic-tree-item > .menu-item.separator i.mdsToggleChildrenBtn {
      cursor: pointer; }
  .mdsTreeItem.topic-tree-item > .menu-item.highlightTopic, .mdsTreeItem.topic-tree-item > .menu-item:hover {
    color: #D9252B !important; }
    .mdsTreeItem.topic-tree-item > .menu-item.highlightTopic i, .mdsTreeItem.topic-tree-item > .menu-item:hover i {
      color: #D9252B !important; }

/* TREE END */
.uiThesaurusModalBodyContainer {
  /* adding scroll when in modal view */
  overflow: auto; }
  .uiThesaurusModalBodyContainer h1 {
    font-size: 25px !important;
    line-height: 1 !important; }
  .uiThesaurusModalBodyContainer #thesaurusFormContainer .info-panel {
    border-color: #dddee3 #d2d4da #c9ccd3;
    border-width: 1px;
    border-style: solid;
    border-bottom: transparent; }
    .uiThesaurusModalBodyContainer #thesaurusFormContainer .info-panel .info-panel-header {
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      background-color: white;
      padding: 10px 15px; }
    .uiThesaurusModalBodyContainer #thesaurusFormContainer .info-panel .info-panel-body {
      padding: 10px 15px;
      background-color: white; }
  .uiThesaurusModalBodyContainer .uiNewConceptOverlayMask {
    position: absolute;
    z-index: 9;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    background: #fff;
    height: 100%;
    width: 100%; }

#selectedConceptContainer .tm-tag.keyword span:hover {
  cursor: pointer; }

#thesaurusEditor {
  height: 100%;
  font-size: 14px; }
  #thesaurusEditor #selectedConcepts {
    min-height: 57px;
    /* the height will be increased if other selections are added */ }
  #thesaurusEditor .thesaurusEditor-header {
    display: table;
    width: 100%; }
    #thesaurusEditor .thesaurusEditor-header .uiSelectConcepts .input-group-btn {
      vertical-align: top; }
  #thesaurusEditor .uiThesaurusMenuIcon {
    display: none;
    min-width: 10px;
    text-align: center; }
  #thesaurusEditor ul.nav.nav-tabs-default > li.active .uiThesaurusMenuIcon {
    display: none !important; }
  #thesaurusEditor ul.nav.nav-tabs-default > li.active .uiThesaurusMenuLabel {
    display: inline-block !important; }
  #thesaurusEditor ul.nav.nav-tabs-default > li > a {
    min-width: auto; }
  #thesaurusEditor.sm-window .uiThesaurusDropdown {
    width: 380px; }
  #thesaurusEditor.sm-window .uiSearchThesaurus {
    width: 380px; }
  #thesaurusEditor.sm-window .thesaurusTree-container {
    width: 380px; }
  #thesaurusEditor.sm-window .thesaurusEditor-container {
    margin-left: 390px; }
  #thesaurusEditor.sm-window .uiThesaurusMenuIcon {
    display: inline-block; }
  #thesaurusEditor.sm-window .uiThesaurusMenuLabel {
    display: none; }
  #thesaurusEditor.xs-window .uiThesaurusDropdown {
    width: 280px; }
  #thesaurusEditor.xs-window .uiSearchThesaurus {
    width: 280px; }
  #thesaurusEditor.xs-window .thesaurusTree-container {
    width: 280px; }
  #thesaurusEditor.xs-window .thesaurusEditor-container {
    margin-left: 290px; }
  #thesaurusEditor.xs-window .uiThesaurusMenuIcon {
    display: inline-block; }
  #thesaurusEditor.xs-window .uiThesaurusMenuLabel {
    display: none; }
  #thesaurusEditor .uiThesaurusDropdown {
    width: 480px; }
  #thesaurusEditor .uiSearchThesaurus {
    width: 480px; }
    #thesaurusEditor .uiSearchThesaurus #uiSearchButton {
      vertical-align: bottom; }
    #thesaurusEditor .uiSearchThesaurus #uiSearchField_display {
      z-index: 1;
      /* needed so the autoSuggesting from 'tag manager area' is not going under the input */ }
  #thesaurusEditor .thesaurusTree-container {
    width: 480px;
    float: left; }
  #thesaurusEditor .thesaurusEditor-container {
    margin-left: 490px; }
    #thesaurusEditor .thesaurusEditor-container > form {
      display: inline-block;
      width: 100%; }
    #thesaurusEditor .thesaurusEditor-container .info-panel {
      overflow-y: auto;
      /* remove bottom border -> end result to be as if .formSubmitButtons is part of .info-panel */
      border-bottom: none;
      border-bottom-left-radius: unset;
      border-bottom-right-radius: unset; }
    #thesaurusEditor .thesaurusEditor-container .formSubmitButtons {
      height: 40px;
      margin-bottom: 10px;
      padding: 5px 20px;
      background-color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: #cccccc;
      /* remove top border -> end result to be as if .formSubmitButtons is part of .info-panel */
      border-top: none;
      border-top-left-radius: unset;
      border-top-right-radius: unset; }
  #thesaurusEditor .treeContainer {
    position: relative;
    overflow: auto; }
    #thesaurusEditor .treeContainer #singleConceptContainer, #thesaurusEditor .treeContainer #searchedConceptsContainer {
      display: none; }
    #thesaurusEditor .treeContainer.showSingleConcepts .mdsTree, #thesaurusEditor .treeContainer.showSingleConcepts #searchedConceptsContainer {
      display: none; }
    #thesaurusEditor .treeContainer.showSingleConcepts #singleConceptContainer {
      display: inherit; }
    #thesaurusEditor .treeContainer.showSearchedConcepts .mdsTree, #thesaurusEditor .treeContainer.showSearchedConcepts #singleConceptContainer {
      display: none; }
    #thesaurusEditor .treeContainer.showSearchedConcepts #searchedConceptsContainer {
      display: inherit; }
      #thesaurusEditor .treeContainer.showSearchedConcepts #searchedConceptsContainer .checkbox.selectAllContainer {
        margin-left: 10px; }
      #thesaurusEditor .treeContainer.showSearchedConcepts #searchedConceptsContainer .mdsTreeItem {
        margin-left: -20px; }
      #thesaurusEditor .treeContainer.showSearchedConcepts #searchedConceptsContainer .noConceptsFound {
        text-align: center; }
    #thesaurusEditor .treeContainer .mdsTreeList {
      margin-bottom: 0; }
  #thesaurusEditor .thesaurusEditor-container {
    z-index: 10;
    position: relative; }
    #thesaurusEditor .thesaurusEditor-container .formSubmitButtons {
      margin-bottom: 0; }
  #thesaurusEditor .uiConceptForm {
    /* HIDE INPUTS WHEN CONCEPT IS OF TYPE PSEUDO */ }
    #thesaurusEditor .uiConceptForm.uiPseudoConceptType .uiCurrentConceptCheckboxContainer,
    #thesaurusEditor .uiConceptForm.uiPseudoConceptType #uiRelatedConcepts,
    #thesaurusEditor .uiConceptForm.uiPseudoConceptType .uiTermsPanel .uiTermContainer:not(#uiPreferredTerm) {
      display: none; }
    #thesaurusEditor .uiConceptForm.uiDoNotUseConcept .uiCurrentConceptCheckboxContainer {
      display: none; }
    #thesaurusEditor .uiConceptForm.uiDoNotUseConcept #disabledConceptIcon {
      display: inline-block; }
    #thesaurusEditor .uiConceptForm.editAction #uiShowConceptInTreeBtn {
      display: inline-block; }
    #thesaurusEditor .uiConceptForm.editAction.uiShowSaveAndContinueBtn #uiSaveAndContinueConceptBtn {
      display: inline-block; }
    #thesaurusEditor .uiConceptForm.createAction #uiSaveAndNewConceptBtn {
      display: inline-block; }
    #thesaurusEditor .uiConceptForm .uiDoNotUseLabelContainer .uiDoUseCheckbox {
      display: none; }
    #thesaurusEditor .uiConceptForm .uiDoNotUseLabelContainer.active .uiDoNotUseCheckbox {
      display: none; }
    #thesaurusEditor .uiConceptForm .uiDoNotUseLabelContainer.active .uiDoUseCheckbox {
      display: inherit; }
    #thesaurusEditor .uiConceptForm #uiPopoverInfo {
      display: inline-block;
      padding: 3px 10px; }
      #thesaurusEditor .uiConceptForm #uiPopoverInfo i.glyphicon {
        font-size: 20px; }
    #thesaurusEditor .uiConceptForm .uiConceptPopover table.table {
      margin-bottom: 0px; }
      #thesaurusEditor .uiConceptForm .uiConceptPopover table.table th {
        white-space: nowrap; }
    #thesaurusEditor .uiConceptForm #uiShowConceptInTreeBtn {
      display: none;
      cursor: pointer;
      font-size: 22px; }
    #thesaurusEditor .uiConceptForm #disabledConceptIcon,
    #thesaurusEditor .uiConceptForm #uiSaveAndNewConceptBtn,
    #thesaurusEditor .uiConceptForm #uiSaveAndContinueConceptBtn {
      display: none; }
    #thesaurusEditor .uiConceptForm .uiCurrentConceptCheckbox .uiDeselectCurrentConcept {
      display: none; }
    #thesaurusEditor .uiConceptForm .uiCurrentConceptCheckbox.active .uiSelectCurrentConcept {
      display: none; }
    #thesaurusEditor .uiConceptForm .uiCurrentConceptCheckbox.active .uiDeselectCurrentConcept {
      display: inherit; }
    #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer .uiAllConceptsByType {
      /* list of all assigned concepts */ }
      #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer .uiAllConceptsByType > div a, #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer .uiAllConceptsByType > div span.uiRemoveAssignedConcept {
        cursor: pointer; }
        #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer .uiAllConceptsByType > div a:hover, #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer .uiAllConceptsByType > div span.uiRemoveAssignedConcept:hover {
          color: #00677f;
          text-decoration: none;
          cursor: pointer; }
    #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer > h4 {
      background-color: #eee;
      padding: 10px; }
    #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer > div {
      padding-left: 10px; }
    #thesaurusEditor .uiConceptForm .uiConceptRelationPanel .uiConceptContainer input.uiAutoCompleteThesaurusInput {
      width: 300px; }
    #thesaurusEditor .uiConceptForm .uiTermContainer .uiAllTermsByType {
      /* list of all assigned terms */ }
      #thesaurusEditor .uiConceptForm .uiTermContainer .uiAllTermsByType > div > span.uiRemoveAssignedTerm,
      #thesaurusEditor .uiConceptForm .uiTermContainer .uiAllTermsByType > div > span.uiEditAssignedTerm {
        cursor: pointer; }
    #thesaurusEditor .uiConceptForm .uiTermContainer > h4 {
      background-color: #eee;
      padding: 10px; }
    #thesaurusEditor .uiConceptForm .uiTermContainer > div {
      padding-left: 10px; }
    #thesaurusEditor .uiConceptForm .uiTermContainer input.uiAddNewTermInput {
      width: 300px; }
    #thesaurusEditor .uiConceptForm #uiNote h4, #thesaurusEditor .uiConceptForm #uiKey h4 {
      background-color: #eee;
      padding: 10px; }
    #thesaurusEditor .uiConceptForm #uiNote > div, #thesaurusEditor .uiConceptForm #uiKey > div {
      padding-left: 10px; }
    #thesaurusEditor .uiConceptForm.createAction #uiConceptTitle,
    #thesaurusEditor .uiConceptForm.createAction #uiRemoveConceptBtn,
    #thesaurusEditor .uiConceptForm.createAction .uiCurrentConceptCheckboxContainer,
    #thesaurusEditor .uiConceptForm.createAction #uiPopoverInfo {
      display: none; }
  #thesaurusEditor .uiThesaurusChangerForm.form-inline .form-control,
  #thesaurusEditor .uiSearchThesaurus.form-inline .form-control,
  #thesaurusEditor .uiConceptContainer .form-inline .form-control,
  #thesaurusEditor .uiTermContainer .form-inline .form-control {
    /* override */
    width: inherit; }
  #thesaurusEditor .uiAutoCompleteContainer .twitter-typeahead {
    /* override */
    width: inherit; }
  #thesaurusEditor .uiConceptTypeChangeModal #uiChangeTypeMsg,
  #thesaurusEditor .uiConfirmDoNotUseModal #uiDoNotUseMsg {
    display: initial; }
  #thesaurusEditor .uiConfirmDoNotUseModal #uiChangeTypeMsg,
  #thesaurusEditor .uiConceptTypeChangeModal #uiDoNotUseMsg {
    display: none; }
  #thesaurusEditor .twitter-typeahead .dropdown-menu span.alternative-term-autosuggest {
    color: #828282;
    font-style: italic; }

span.labelFlag {
  line-height: 2.1em; }

/**
**** GLOBAL *****
**/
#batchupdate .batchupdate-info, #batchupdate .batchupdate-content {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1em; }

#batchupdate .batchupdate-info .text {
  padding: 1em 0 0.5em 0; }

#batchupdate #editActionTopButtons {
  width: 100%;
  margin: 0 0 2em 0; }

#batchupdate #editActionTopButtons .close_buttons {
  padding-bottom: 2em; }

#batchupdate .close_buttons div.button {
  float: left; }

#batchupdate .close_buttons .right {
  float: right; }

#batchupdate #messages {
  padding: 0;
  margin: 0; }

#batchupdate .batchupdate-status-wrapper {
  margin-top: 40px; }

/**
**** STATUS AREA ***
**/
.batchupdate-status {
  padding: 15px;
  background-color: #EEEEEE; }

.batchupdate-status .progress-bar-percent {
  position: absolute;
  text-align: center;
  height: 100%;
  line-height: 50px;
  width: 100%; }

.batchupdate-status .progress {
  width: 100%;
  height: 50px; }

.batchupdate-status .progress-wrap {
  background: #A3A3A3;
  margin: 20px 0;
  overflow: hidden;
  position: relative; }

.batchupdate-status .progress-bar {
  left: 0;
  position: absolute;
  top: 0;
  background: #BCBCBC; }

.batchupdate-status.status-COMPLETED .progress-bar {
  background: #A3A3A3; }

#batchupdate .batchupdate-attributes ol {
  margin: 0;
  padding: 0; }

#createNewAction .batchupdate-attributes textarea.textarea {
  height: 5em;
  margin-right: 0;
  margin-bottom: 2px; }

#batchupdate span.different, #batchupdate span.oldValue {
  color: #828282;
  font-style: italic;
  font-size: 0.9em;
  min-height: 2.1em;
  display: inline-block; }

.ua-tablet #batchupdate span.oldValue, .ua-tablet #batchupdate span.newValue,
.ua-desktop #batchupdate span.oldValue, .ua-desktop #batchupdate span.newValue {
  float: left;
  margin-right: 5px; }

.ua-tablet #batchupdate .properties .newValue.labelFlag,
.ua-desktop #batchupdate .properties .newValue.labelFlag {
  background-position-y: 5px; }

.ua-tablet #batchupdate .properties .oldValue,
.ua-desktop #batchupdate .properties .oldValue {
  border-left: 1px solid #e6dfdf;
  padding-left: 5px; }

.batchupdate-attributes div.value div.read, .batchupdate-attributes div.value.showEdit div.edit {
  display: block;
  position: relative;
  /* needed for dateTimePicker */ }

.batchupdate-attributes div.value div.edit, .batchupdate-attributes div.value.showEdit div.read {
  display: none; }

/**
*** TOPICS  KEYWORDS AREA ****
**/
#batchupdate div.batchupdate-topic-keywords-edit div.container {
  padding-bottom: 1em; }

#batchupdate div.batchupdate-topic-keywords-edit div.container strong {
  line-height: 2em; }

div.batchupdate-topic-keywords-edit div.all-topics strong, div.batchupdate-topic-keywords-edit div.add-all-topics strong,
div.batchupdate-topic-keywords-edit div.all-keywords strong, div.batchupdate-topic-keywords-edit div.add-all-keywords strong {
  background: url("images/batch_all.gif") no-repeat left center transparent;
  padding-left: 2em; }

div.batchupdate-topic-keywords-edit div.some-topics strong, div.batchupdate-topic-keywords-edit div.unchanged-topics strong,
div.batchupdate-topic-keywords-edit div.some-keywords strong, div.batchupdate-topic-keywords-edit div.unchanged-keywords strong {
  background: url("images/batch_some.gif") no-repeat left center transparent;
  padding-left: 2em; }

div.batchupdate-topic-keywords-edit div.removed-topics strong,
div.batchupdate-topic-keywords-edit div.removed-keywords strong {
  background: url("images/batch_none.gif") no-repeat left center transparent;
  padding-left: 2em; }

#batchupdate div.batchupdate-topic-keywords-edit ol {
  margin: 0 0 15px 0; }

#batchupdate div.batchupdate-topic-keywords-edit ol li {
  padding-bottom: 0;
  padding-left: 1em;
  margin-left: 1em; }

#batchupdate div.batchupdate-topic-keywords-edit ol li span {
  line-height: 1.5em; }

#batchupdate div.batchupdate-topic-keywords-edit span.new {
  color: #62B043;
  font-weight: bold; }

#batchupdate div.removed-topics span,
#batchupdate div.removed-keywords span {
  color: #CB0803;
  font-weight: bold; }

#batchupdate div.batchupdate-topic-keywords-edit ol li span span.count {
  display: inline-block;
  float: none;
  font-size: 0.8em;
  width: auto;
  margin-left: 0.5em;
  color: #828282; }

#batchupdate div.batchupdate-topic-keywords-edit ol li a.link-ext {
  margin-left: 0.2em;
  text-decoration: none;
  vertical-align: middle; }

/**
**** Editing Topics keywords in Modalbox
**/
.edit-topics-keywords-dialog input {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.edit-topics-keywords-dialog div.search input {
  padding-right: 42.5px; }

.edit-topics-keywords-dialog div.search span {
  display: none; }

.edit-topics-keywords-dialog div.search.clear-input span {
  display: block;
  top: 0;
  right: 0; }

.edit-topics-keywords-dialog div.bootstrap-table {
  margin-bottom: 2em; }

.edit-topics-keywords-dialog table tr.no-permission {
  color: #CB0803; }

.edit-topics-keywords-dialog table tr.no-permission td {
  background-color: #FFDDDD;
  font-weight: bold; }

#batchupdate-edit-topics .tt-dropdown-menu {
  width: 100%; }

#batchupdate-edit-keywords .tt-dropdown-menu {
  width: 200px; }

#batchupdate-edit-keywords #newKeywords {
  width: 200px;
  height: 29px;
  padding: 3px 10px;
  font-size: 12px; }

.edit-topics-keywords-dialog .tt-suggestion {
  font-size: 12px;
  padding: 7px 15px; }

.edit-topics-keywords-dialog .tt-suggestion p {
  margin: 0;
  padding: 0; }

.edit-topics-keywords-dialog .container {
  padding-bottom: 20px; }

.edit-topics-keywords-dialog .thead-checkbox {
  display: inline-block;
  position: relative; }

.edit-topics-keywords-dialog .thead-checkbox input.checkbox {
  float: left;
  position: absolute;
  left: 0;
  top: 2px; }

.edit-topics-keywords-dialog .thead-checkbox label {
  float: left;
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0; }

.edit-topics-keywords-dialog .batchupdate-footer {
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  height: 40px;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #EEEEEE;
  z-index: 9999;
  width: 100%; }

/******************* CONCEPTS AND MVSL STYLES START ****************/
.oldValue .uiItemsMVSL {
  font-size: 1em; }

.uiItemsMVSL {
  display: block;
  color: #333;
  font-weight: normal; }

.uiItemsMVSL.uiAssignedMVSL {
  color: #62B043;
  font-weight: bold; }

.uiItemsMVSL.uiRemovedMVSL {
  color: #CB0803;
  font-weight: bold; }

.uiItemsMVSL span.count {
  /*same as #batchupdate div.batchupdate-topic-keywords-edit ol li span span.count*/
  display: inline-block;
  float: none;
  font-size: 0.8em;
  width: auto;
  margin-left: 0.5em;
  color: #828282; }

span.mvslValues.oldValue {
  font-size: inherit !important; }

.uiBatchUpdateMultiSelectValues li.uiPreSelectedListItem, .uiBatchUpdateMultiSelectValues li.uiAssignToAllListItem {
  padding-left: 0;
  list-style-position: inherit;
  margin-left: 1.1em;
  list-style: none; }

.uiBatchUpdateMultiSelectValues .removeFromAllCount {
  color: #CB0803;
  font-weight: bold; }

.uiBatchUpdateMultiSelectValues .assignToAllCount {
  color: #62B043;
  font-weight: bold; }

.uiDependentSelectListReadValues span > span {
  margin-left: 1.1em;
  display: block; }

.uiBatchUpdateMultiSelectToAdd .keyword-tag-container {
  display: block; }

/******************* CONCEPTS AND MVSL STYLES END ****************/
/*
  Css for search filters used in mediamanager
*/
.search-filter-form .uiActionButton {
  border: none;
  background: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: 0; }
  .search-filter-form .uiActionButton > .ui-button-text.ui-c {
    display: none; }
  .search-filter-form .uiActionButton .ui-icon.glyphicon {
    margin-left: -10px; }

.search-filter-form .uiInfoTypeList {
  white-space: nowrap; }

.search-filter-form tr.highlightDragAndDrop td {
  background-color: #C0D2EC !important; }

.search-filter-form span.glyphicon-move {
  cursor: move; }

/*Navigation block horizontal tree*/
.blk-mp-card {
  /*background-color: $background-color-block-section;*/ }
  .blk-mp-card .blk-mp-block .blockNavigation {
    margin: 0;
    padding: 1px 1px;
    list-style-type: none;
    clear: both;
    width: 100%;
    top: 0;
    text-align: left;
    overflow-y: hidden;
    line-height: 18px;
    padding-bottom: 10px;
    /* First level design */
    /* END - First level design */
    /* NOT first level design */
    /* END - NOT first level design */ }
    .blk-mp-card .blk-mp-block .blockNavigation > li > div > a {
      font-size: 15px;
      color: #333; }
    .blk-mp-card .blk-mp-block .blockNavigation > li.has-elements > div.menu-item a:after {
      top: 9px; }
    .blk-mp-card .blk-mp-block .blockNavigation > li > ul {
      line-height: 15px; }
    .blk-mp-card .blk-mp-block .blockNavigation > li.selected-topic-level:not(.active-level) > div > a {
      font-weight: normal; }
    .blk-mp-card .blk-mp-block .blockNavigation > li.selected-topic-level.current-hover-list > div > a {
      font-weight: bold !important;
      color: #00677f; }
    .blk-mp-card .blk-mp-block .blockNavigation ul {
      left: 0;
      position: absolute;
      top: 0;
      text-align: left;
      width: 100%;
      margin-left: 0;
      padding-right: 45px;
      visibility: hidden;
      background-color: transparent;
      line-height: 15px;
      padding-bottom: 10px; }
      .blk-mp-card .blk-mp-block .blockNavigation ul li {
        display: inline-block; }
        .blk-mp-card .blk-mp-block .blockNavigation ul li.overview-link {
          display: inline-block; }
        .blk-mp-card .blk-mp-block .blockNavigation ul li div {
          margin-top: 2px;
          margin-bottom: 2px; }
          .blk-mp-card .blk-mp-block .blockNavigation ul li div a {
            text-transform: none;
            padding: 6px 10px 0 15px;
            color: #333;
            font-size: 15px; }
    .blk-mp-card .blk-mp-block .blockNavigation li {
      display: inline-block;
      margin: 0; }
      .blk-mp-card .blk-mp-block .blockNavigation li div {
        display: inline-block; }
        .blk-mp-card .blk-mp-block .blockNavigation li div.loading-subtopics {
          /* Loading icon */
          display: block;
          margin-bottom: 4px;
          margin-top: 9px;
          margin-left: -20px; }
        .blk-mp-card .blk-mp-block .blockNavigation li div a {
          float: left;
          width: auto;
          text-align: center;
          letter-spacing: 1px;
          font-weight: 200;
          padding: 6px 10px 0 15px;
          position: relative;
          text-decoration: none !important; }
      .blk-mp-card .blk-mp-block .blockNavigation li.has-elements > div.menu-item a:after {
        content: "\f105";
        position: absolute;
        left: 5px;
        top: 4px;
        width: 10px;
        height: 10px;
        font: 15px/1 'FontAwesome';
        color: #333;
        opacity: 0.3;
        padding-top: 1px;
        opacity: 1;
        top: 6px;
        left: 0;
        width: 16px; }
      .blk-mp-card .blk-mp-block .blockNavigation li.has-elements.active-level > div.menu-item a {
        font-weight: bold !important;
        color: #00677f; }
        .blk-mp-card .blk-mp-block .blockNavigation li.has-elements.active-level > div.menu-item a:after {
          font-weight: bold;
          color: #00677f;
          content: "\f107";
          font-size: 16px;
          opacity: 1;
          left: 4px;
          left: 0;
          width: 16px; }
      .blk-mp-card .blk-mp-block .blockNavigation li.has-elements.active-level > ul {
        visibility: visible !important; }
      .blk-mp-card .blk-mp-block .blockNavigation li.has-elements.active-level.last-hover-list-item .selected-topic-level.has-elements > div.menu-item a:after {
        font-weight: bold;
        color: #00677f;
        content: "\f107";
        font-size: 16px;
        opacity: 1;
        left: 4px;
        left: 0; }
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level li.selected-topic-level > div > a {
        font-weight: normal; }
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level.last-hover-list-item .selected-topic-level > div > a, .blk-mp-card .blk-mp-block .blockNavigation li.active-level.last-hover-list-item.selected-topic-level > div > a {
        font-weight: bold !important;
        color: #00677f; }
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level.last-hover-list-item .selected-topic-level > ul, .blk-mp-card .blk-mp-block .blockNavigation li.active-level.last-hover-list-item.selected-topic-level > ul {
        visibility: visible !important; }
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level > ul:before, .blk-mp-card .blk-mp-block .blockNavigation li.selected-topic-level > ul:before {
        position: absolute;
        content: '';
        width: 120px;
        left: 685px;
        top: 0; }
    @media (max-width: 1440px) {
      .blk-mp-card .blk-mp-block .blockNavigation > li > div > a {
        padding: 6px 18px 6px 0px;
        font-size: 15px !important; }
        .blk-mp-card .blk-mp-block .blockNavigation > li > div > a:after {
          font-size: 15px !important;
          top: 10px !important; }
      .blk-mp-card .blk-mp-block .blockNavigation > li.has-elements > div.menu-item a:after {
        top: 10px !important; }
      .blk-mp-card .blk-mp-block .blockNavigation ul {
        padding-right: 20px; }
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level > ul:before, .blk-mp-card .blk-mp-block .blockNavigation li.selected-topic-level > ul:before {
        left: 400px; } }
    @media (max-width: 1024px) {
      .blk-mp-card .blk-mp-block .blockNavigation > li > div > a {
        padding: 6px 18px 6px 0px; } }
    @media (min-width: 1440px) {
      .blk-mp-card .blk-mp-block .blockNavigation li.active-level > ul:before, .blk-mp-card .blk-mp-block .blockNavigation li.selected-topic-level > ul:before {
        left: 825px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .blk-mp-card .blk-mp-block .blockNavigation li.has-elements > div.menu-item a::after {
        position: static !important;
        margin-left: 2px; } }
  .blk-mp-card .blk-mp-block.topic-tree-embed {
    background-color: transparent; }
  .blk-mp-card .blk-mp-block .treeContainer {
    height: auto;
    max-height: 100%;
    overflow-y: hidden; }
  .blk-mp-card .blk-mp-card-content--centered .blk-mp-block .blockNavigation {
    text-align: center; }
    .blk-mp-card .blk-mp-card-content--centered .blk-mp-block .blockNavigation ul {
      text-align: center; }

.visibilityClass {
  visibility: hidden; }

.blk-mp-card,
.blk-mp-block-preload {
  margin-bottom: 30px;
  margin-top: 50px; }

.blk-mp-card {
  position: relative; }
  .blk-mp-card:before, .blk-mp-card:after {
    content: " ";
    display: table; }
  .blk-mp-card:after {
    clear: both; }
  .blk-mp-card.empty {
    display: none; }
  .blk-mp-card .blk-mp-block.empty {
    display: none; }
  .blk-mp-card.blk-mp-card-aspect-ratio .blk-mp-block--GENERIC .blk-mp-block-content {
    position: relative;
    padding: 0;
    overflow: hidden; }
    .blk-mp-card.blk-mp-card-aspect-ratio .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-iframe-container {
      position: relative;
      width: 100%;
      height: 0; }
      .blk-mp-card.blk-mp-card-aspect-ratio .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-iframe-container iframe.player-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .blk-mp-card.blk-mp-card-aspect-ratio .blk-mp-block--GENERIC .blk-mp-img-container {
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center; }
    .blk-mp-card.blk-mp-card-aspect-ratio .blk-mp-block--GENERIC .blk-mp-img-container img {
      max-width: 100%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_16_BY_9 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 56.25%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_16_BY_10 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 62.5%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_8_BY_1 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 12.5%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_4_BY_1 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 25%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_3_BY_2 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 66.66666666666667%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_4_BY_3 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 75%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_2_BY_3 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 133.3333333333333%; }
  .blk-mp-card.blk-mp-card-aspect-ratio--ASPECT_RATIO_1_BY_1 .blk-mp-block--GENERIC .blk-mp-block-content .blk-mp-img-container {
    padding-bottom: 100%; }

.blk-mp-card--SINGLE .blk-mp-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  float: none !important; }
  @media (min-width: 2px) {
    .blk-mp-card--SINGLE .blk-mp-block {
      float: left;
      width: 100%; } }

.blk-mp-card--MULTI .blk-mp-card-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .blk-mp-card--MULTI .blk-mp-card-content.blk-mp-card-content--centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blk-mp-card--MULTI .blk-mp-block {
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(50% - 7.5px);
  float: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .blk-mp-card--MULTI .blk-mp-block:nth-child(1n) {
    margin-right: 15px; }
  .blk-mp-card--MULTI .blk-mp-block:nth-child(2n) {
    margin-right: 0; }
  .blk-mp-card--MULTI .blk-mp-block:last-child {
    margin-right: 0; }
  @media (min-width: 1440px) {
    .blk-mp-card--MULTI .blk-mp-block {
      width: calc(33.3333333333% - 10px);
      float: none;
      margin-right: 15px;
      margin-bottom: 15px; }
      .blk-mp-card--MULTI .blk-mp-block:nth-child(2n) {
        margin-right: 15px; }
      .blk-mp-card--MULTI .blk-mp-block:nth-child(3n) {
        margin-right: 0; }
      .blk-mp-card--MULTI .blk-mp-block:last-child {
        margin-right: 0; } }

.blk-mp-card--MULTI2 .blk-mp-card-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .blk-mp-card--MULTI2 .blk-mp-card-content.blk-mp-card-content--centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blk-mp-card--MULTI2 .blk-mp-block {
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(50% - 7.5px);
  float: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .blk-mp-card--MULTI2 .blk-mp-block:nth-child(1n) {
    margin-right: 15px; }
  .blk-mp-card--MULTI2 .blk-mp-block:nth-child(2n) {
    margin-right: 0; }
  .blk-mp-card--MULTI2 .blk-mp-block:last-child {
    margin-right: 0; }

.blk-mp-card--MULTI3 .blk-mp-card-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .blk-mp-card--MULTI3 .blk-mp-card-content.blk-mp-card-content--centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blk-mp-card--MULTI3 .blk-mp-block {
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(33.3333333333% - 10px);
  float: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .blk-mp-card--MULTI3 .blk-mp-block:nth-child(2n) {
    margin-right: 15px; }
  .blk-mp-card--MULTI3 .blk-mp-block:nth-child(3n) {
    margin-right: 0; }
  .blk-mp-card--MULTI3 .blk-mp-block:last-child {
    margin-right: 0; }

.blk-mp-card--MULTI4 .blk-mp-card-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .blk-mp-card--MULTI4 .blk-mp-card-content.blk-mp-card-content--centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blk-mp-card--MULTI4 .blk-mp-block {
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(25% - 11.25px);
  float: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .blk-mp-card--MULTI4 .blk-mp-block:nth-child(3n) {
    margin-right: 15px; }
  .blk-mp-card--MULTI4 .blk-mp-block:nth-child(4n) {
    margin-right: 0; }
  .blk-mp-card--MULTI4 .blk-mp-block:last-child {
    margin-right: 0; }

.blk-mp-card--MULTI6 .blk-mp-card-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .blk-mp-card--MULTI6 .blk-mp-card-content.blk-mp-card-content--centered {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blk-mp-card--MULTI6 .blk-mp-block {
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(16.6666666667% - 12.5px);
  float: none;
  margin-right: 15px;
  margin-bottom: 15px; }
  .blk-mp-card--MULTI6 .blk-mp-block:nth-child(5n) {
    margin-right: 15px; }
  .blk-mp-card--MULTI6 .blk-mp-block:nth-child(6n) {
    margin-right: 0; }
  .blk-mp-card--MULTI6 .blk-mp-block:last-child {
    margin-right: 0; }

.blk-mp-card-content {
  text-align: left; }
  .blk-mp-card-content.blk-mp-card-content--centered {
    text-align: center; }
  .blk-mp-card-content .blk-mp-block .block-loader {
    background-color: white; }
  .blk-mp-card-content .blk-mp-block .blk-mp-block-text-text {
    display: block; }
    .blk-mp-card-content .blk-mp-block .blk-mp-block-text-text li {
      list-style-position: inside;
      padding-left: 1em; }
    .blk-mp-card-content .blk-mp-block .blk-mp-block-text-text .blk-mp-block-text-text-cell > *:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .blk-mp-card-content .blk-mp-block .blk-mp-block-text-top, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-bottom {
    height: 32px; }
    .blk-mp-card-content .blk-mp-block .blk-mp-block-text-top > a, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-top > span, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-bottom > a, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-bottom > span {
      display: block;
      text-decoration: none !important;
      font-size: 16px;
      line-height: 32px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .blk-mp-card-content .blk-mp-block .blk-mp-block-text-top > a:hover, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-top > a:focus, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-bottom > a:hover, .blk-mp-card-content .blk-mp-block .blk-mp-block-text-bottom > a:focus {
      color: #00677f; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML {
    border: 1px solid;
    border-color: #eee #ddd #ccc;
    background-color: #fff;
    display: inline-block;
    position: relative; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC.blk-mp-block-with-top-text:not(.blk-mp-block-with-thumbnail) .blk-mp-block-content, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML.blk-mp-block-with-top-text:not(.blk-mp-block-with-thumbnail) .blk-mp-block-content {
      height: 32px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top,
    .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top,
    .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
      top: 0;
      position: absolute;
      left: 0;
      right: 0;
      background: rgba(0, 103, 127, 0.8);
      z-index: 2;
      padding-left: 10px; }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > a, .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > span,
      .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a,
      .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > a, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > span,
      .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a,
      .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
        color: #FFF; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
      bottom: 0;
      top: auto; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-text, .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-text {
    padding-top: 10px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-text .blk-mp-block-text-text-cell, .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-text .blk-mp-block-text-text-cell {
    padding-bottom: 32px; }
  .blk-mp-card-content .blk-mp-block .blk-mp-block-text-text {
    background: #fff;
    padding: 10px; }
    .blk-mp-card-content .blk-mp-block .blk-mp-block-text-text li {
      list-style-position: inside;
      padding-left: 1em; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ol, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ul {
    list-style-type: disc; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ol li, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ul li {
      list-style: none !important;
      padding: 0 0 0 20px !important;
      margin: 0 0 10px 0 !important;
      position: relative !important;
      line-height: 1.3em !important; }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ol li:before, .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-text ul li:before {
        content: '\00b7';
        font-size: 60px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 0; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails .slick-track .search-thumbnail {
    border-radius: 0;
    margin-right: 0px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails .slick-track .search-thumbnail.search-thumbnail-show-more {
      width: auto !important;
      position: relative;
      margin-left: 10px;
      background: transparent;
      border: none; }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails .slick-track .search-thumbnail.search-thumbnail-show-more .show-more-text {
        text-align: left;
        max-height: 50px;
        text-decoration: none;
        margin-left: 15px; }
        .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails .slick-track .search-thumbnail.search-thumbnail-show-more .show-more-text:hover span {
          color: #00677f; }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails .slick-track .search-thumbnail.search-thumbnail-show-more .link.more {
        min-width: 100px;
        text-decoration: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_MEDIUM .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_SMALL .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation {
      flex: 8; } }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_MEDIUM .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-half .relationObjectsContainer, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_SMALL .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-half .relationObjectsContainer {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_MEDIUM .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-half a, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_SMALL .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-half a {
    width: 50%; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_MEDIUM .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-icons a .relation-label, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails.thumbnail-ko.THUMBNAILS_SIZE_SMALL .thumbnail-footer .thumbnail-footer-wrapper .search-list-relation .uiRelations.only-icons a .relation-label {
    display: none; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.block-not-loaded-images .search-thumbnail {
    border-color: transparent !important;
    background-color: transparent !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-top > a, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-top > span {
    display: inline-block; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-top > a.show-all, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-top > span.show-all {
      display: inline-block;
      float: right;
      font-size: 14px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-bottom {
    margin-top: 5px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-remove-label-bottom .thumbnail-property-bottom {
    display: none; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-remove-label-above .thumbnail-property-top {
    display: none; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-remove-icons .thumbnail-footer {
    padding: 0px;
    margin: 0px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-remove-icons .thumbnail-footer .icons {
      display: none; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-thumbnails-blk .thumbnail-body {
    background-color: transparent;
    text-align: left; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk .search-thumbnail {
    padding: 0px;
    border-left: 0px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk .thumbnail-footer {
    margin-top: 0px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_SMALL .thumbnail-body .thumbnail-img {
    height: 128px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_SMALL .thumbnail-body .thumbnail-img img {
      height: 128px !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_SMALL .search-thumbnail-show-more .link.more {
    height: 128px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_MEDIUM .thumbnail-body .thumbnail-img {
    display: table-cell;
    vertical-align: middle;
    height: auto; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_MEDIUM .thumbnail-body .thumbnail-img img {
      max-height: 180px;
      height: auto;
      vertical-align: middle; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_MEDIUM .search-thumbnail-show-more .link.more {
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_BIG .thumbnail-body {
    max-height: 301px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_BIG .thumbnail-body .thumbnail-img {
      display: table-cell;
      vertical-align: middle;
      height: auto; }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_BIG .thumbnail-body .thumbnail-img img {
        height: auto;
        vertical-align: middle;
        max-height: 301px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk.THUMBNAILS_SIZE_BIG .search-thumbnail-show-more .link.more {
    height: 301px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .thumbnail-img {
    height: 100% !important;
    width: 100% !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-show-more .link.more {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_SMALL .thumbnail-property-top, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_SMALL .thumbnail-property-bottom {
    max-width: 192px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_SMALL .thumbnail-body.preview {
    height: 128px;
    width: 192px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_MEDIUM .thumbnail-property-top, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_MEDIUM .thumbnail-property-bottom {
    max-width: 270px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_MEDIUM .thumbnail-body.preview {
    height: 180px;
    width: 270px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_BIG .thumbnail-property-top, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_BIG .thumbnail-property-bottom {
    max-width: 452px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .THUMBNAILS_SIZE_BIG .thumbnail-body.preview {
    height: 301px;
    width: 452px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-body {
    margin-right: 1px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-first {
    padding: 7px 15px 5px 0px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-first a {
      height: auto;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-first:after {
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      width: 10px;
      height: 28px;
      font: 28px/1 'FontAwesome';
      color: #00677f;
      display: none; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-first + .thumbnail-property-second {
      padding-top: 0;
      padding-bottom: 0; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-second a:hover {
    text-decoration: none !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-bottom {
    text-align: left;
    padding-right: 7px;
    margin: 0; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-bottom:before {
      content: none;
      display: none; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-bottom > a {
      height: auto; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-bottom .control-label {
      font-size: 14px;
      line-height: 1.4;
      white-space: normal;
      display: block;
      max-height: 117.6px;
      overflow: hidden;
      height: auto; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-property-bottom .property-link {
      font-size: 20px;
      line-height: 1.25;
      max-height: 250px;
      overflow: hidden; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer {
    width: 100%;
    background-color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #999;
    font-size: 11px;
    font-weight: normal; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer > .row {
      padding: 4.99px 0px; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer .relation-property {
      min-height: 21px;
      padding: 5px 2px;
      text-decoration: none;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer .relationObjectsContainer {
      display: flex;
      padding-left: 5px;
      flex-flow: row wrap;
      -ms-flex-flow: row wrap; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer:before {
      content: ' ';
      position: absolute;
      width: 100%;
      background-color: #eee;
      height: 1px;
      margin-bottom: 5px;
      top: 1px;
      left: 0; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko .thumbnail-footer .search-list-relation {
      text-align: left;
      width: 100%; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko.thumbnail-has-ko-footer.thumbnail-has-top-property.thumbnail-has-bottom-property {
    padding-bottom: 30px !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko.thumbnail-has-ko-footer {
    padding-bottom: 10px !important; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko.thumbnail-has-ko-footer .thumbnail-footer .thumbnail-footer-wrapper {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      justify-content: space-between;
      padding-top: 4px;
      box-shadow: 0px -5px 5px rgba(255, 255, 255, 0.95); }
      .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko.thumbnail-has-ko-footer .thumbnail-footer .thumbnail-footer-wrapper .icons {
        display: inline-flex; }
        .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnail-ko.thumbnail-has-ko-footer .thumbnail-footer .thumbnail-footer-wrapper .icons .icon {
          padding: 5px;
          display: flex;
          display: -ms-flexbox;
          display: -webkit-flex;
          text-decoration: none; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .thumbnail-img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnails li.search-thumbnail-ko, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND.blk-mp-block-BAND-with-borders .search-thumbnails .search-thumbnail-show-more {
    height: 100%;
    float: none;
    display: table-cell; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-without-arrows .slick-track {
    width: 100% !important;
    margin: 0;
    display: block;
    text-align: center;
    transform: none !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick:hover .slick-prev, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick:hover .slick-next {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-decoration: none;
    opacity: 1; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-track {
    margin: 0; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-prev, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-next {
    opacity: 0;
    font-size: 0;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    width: 40px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: background 0.4s ease-in-out;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0;
    color: #333; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-prev:before, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-next:before {
      font: 80px/1 'FontAwesome';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-shadow: 0 0 10px #000;
      width: 40px;
      height: 80px;
      margin: auto;
      color: #FFF;
      opacity: 1; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-prev.slick-disabled, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-next.slick-disabled {
      display: none !important; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-prev {
    left: 0; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-prev:before {
      content: '\f104'; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-next {
    right: 0; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .slick-next:before {
      content: '\f105'; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .search-band {
    width: 100%;
    display: block; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .search-band ul.search-thumbnails {
      width: 100%;
      display: block; }
    .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .search-band:hover .slick-prev, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .search-band:hover .slick-next {
      opacity: 1; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .band-list .thumbnail-property-top span, .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .search-result-block-slick .band-list .thumbnail-property-bottom span {
    padding-right: 10px; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--NAVIGATION .blk-mp-block-text {
    margin: 5px 0; }
  .blk-mp-card-content .blk-mp-block.blk-mp-block--COLLECTION .blk-mp-block-text {
    margin: 5px 0; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top,
.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top,
.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  padding-left: 0px;
  background: white; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top,
.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top,
.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  position: relative;
  background: white;
  z-index: 2; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > span,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > span,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
    color: black; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > a,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > a,
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a {
    color: black; }
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top > a:focus,
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a:hover,
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a:focus, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top > a:focus,
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a:hover,
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a:focus {
      color: #00677f; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  position: absolute; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top {
  background: white; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top > span, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top > span {
    color: black; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top > a {
    color: black; }
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--GENERIC .blk-mp-block-text-top > a:focus, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-top-text.blk-mp-block--HTML .blk-mp-block-text-top > a:focus {
      color: #00677f; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom {
  background: white; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
    color: black; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom > a {
    color: black; }
    .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a:focus, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom > a:hover, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-bottom > a:focus {
      color: #00677f; }

.blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-text, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-text {
  margin-bottom: 32px; }
  .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--GENERIC .blk-mp-block-text-text .blk-mp-block-text-text-cell, .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block-with-bottom-text.blk-mp-block--HTML .blk-mp-block-text-text .blk-mp-block-text-text-cell {
    padding-bottom: 0; }

.ua-mobile .blk-mp-card .blk-mp-block {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 15px !important; }
  .ua-mobile .blk-mp-card .blk-mp-block.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk .thumbnail-body .thumbnail-img {
    height: 192px !important; }
    .ua-mobile .blk-mp-card .blk-mp-block.blk-mp-block-BAND-only-thumbnails .search-thumbnails-blk .thumbnail-body .thumbnail-img img {
      height: 192px !important; }
  .ua-mobile .blk-mp-card .blk-mp-block.blk-mp-block-BAND-with-borders .thumbnail-property-top, .ua-mobile .blk-mp-card .blk-mp-block.blk-mp-block-BAND-with-borders .thumbnail-property-bottom {
    max-width: 192px !important; }
  .ua-mobile .blk-mp-card .blk-mp-block.blk-mp-block-BAND-with-borders .thumbnail-body.preview {
    height: 192px !important;
    width: 192px !important; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.content-placeholder {
  background-color: white;
  padding: 20px;
  overflow: hidden; }
  .content-placeholder.content-placeholder--dark {
    background: #2a2a2a; }

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 100% 174px;
  height: 260px;
  position: relative; }
  .animated-background.animated-background--dark {
    background: linear-gradient(to right, #3e3e3e 8%, #555555 18%, #3e3e3e 33%); }

.background-masker {
  background: #fff;
  position: absolute; }

.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
  top: 0;
  left: 250px;
  right: 0;
  height: 11px; }

.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
  top: 10px;
  left: 250px;
  height: 30px;
  width: 10px; }

.background-masker.header-bottom {
  top: 40px;
  height: 15px; }

.background-masker.subheader-left, .background-masker.subheader-right {
  top: 55px;
  height: 20px; }

.background-masker.header-right, .background-masker.subheader-right {
  width: auto;
  left: 90%;
  right: 0; }

.background-masker.subheader-right {
  left: 60%; }

.background-masker.subheader-bottom {
  top: 75px;
  height: 75px; }

.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
  top: 150px;
  left: 0;
  right: 0;
  height: 15px; }

.background-masker.content-top {
  height: 20px; }

.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
  width: auto;
  left: 80%;
  right: 0;
  top: 170px;
  height: 20px; }

.background-masker.content-second-line {
  top: 190px; }

.background-masker.content-second-end {
  left: 420px;
  top: 205px; }

.background-masker.content-third-line {
  top: 225px; }

.background-masker.content-third-end {
  left: 70%;
  top: 240px; }

.cc .cc-wrapper {
  z-index: 1020;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #4A4A4A;
  padding: 20px;
  min-height: 120px;
  display: flex;
  align-items: center; }

.cc .cc-header {
  margin-bottom: 10px; }
  .cc .cc-header .title {
    font-size: 20px;
    color: white; }
  .cc .cc-header .description {
    color: white; }

.cc .cc-close {
  display: none; }

.cc .cc-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.937c.005-.034.016-.136.017-.17a.998.998 0 0 0-1.254-1.006A2.963 2.963 0 0 1 15 7c-1.654 0-3-1.346-3-3c0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM12 20c-4.411 0-8-3.589-8-8a7.962 7.962 0 0 1 6.006-7.75A5.006 5.006 0 0 0 15 9l.101-.001a5.007 5.007 0 0 0 4.837 4C19.444 16.941 16.073 20 12 20z' fill='%23A4A4A4'/%3E%3Ccircle cx='12.5' cy='11.5' r='1.5' fill='%23626262'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5' fill='%23626262'/%3E%3Ccircle cx='7.5' cy='12.5' r='1.5' fill='%23626262'/%3E%3Ccircle cx='15.5' cy='15.5' r='1.5' fill='%23626262'/%3E%3Ccircle cx='10.5' cy='16.5' r='1.5' fill='%23626262'/%3E%3C/svg%3E");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
  background-size: 65px;
  width: 90px;
  color: white;
  display: table-cell;
  padding-right: 30px; }

.cc .cc-container {
  display: table;
  width: 100%; }

.cc .cc-information-text,
.cc .cc-buttons {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.cc .cc-information-text {
  color: white;
  vertical-align: top;
  padding-right: 30px; }
  .cc .cc-information-text .text {
    display: block;
    max-width: 700px;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .cc .cc-information-text .link {
    color: white; }
    .cc .cc-information-text .link:hover {
      color: white;
      text-decoration: underline; }

.cc .cc-buttons {
  width: 50%; }

.cc .btn.btn-cc-accept,
.cc .btn.btn-cc-preferences {
  padding: 20px 10px;
  margin-left: 20px;
  min-width: 13vw;
  font-size: 12px; }
  @media (min-width: 1600px) {
    .cc .btn.btn-cc-accept,
    .cc .btn.btn-cc-preferences {
      min-width: 230px; } }
  @media (max-width: 1600px) {
    .cc .btn.btn-cc-accept,
    .cc .btn.btn-cc-preferences {
      min-width: 13vw;
      margin-left: 5px;
      font-size: 11px; } }
  @media (max-width: 992px) {
    .cc .btn.btn-cc-accept,
    .cc .btn.btn-cc-preferences {
      width: 100%;
      padding: 5px;
      margin-bottom: 5px; } }

.cc .cc-popup {
  background-color: #333333;
  position: fixed;
  bottom: 120px;
  right: 280px;
  height: 60vh;
  width: 400px;
  padding: 30px 30px 90px;
  min-height: 400px; }
  @media (max-width: 992px) {
    .cc .cc-popup {
      bottom: 140px;
      right: 25%; } }
  @media (max-height: 800px) {
    .cc .cc-popup {
      height: 75vh; } }

.cc .cc-popup-content .wrapper {
  overflow-y: auto;
  max-height: 490px;
  max-height: 55vh; }

.panel-cc {
  background-color: transparent;
  border-color: transparent; }
  .panel-cc .panel-heading {
    padding: 10px 0px; }
  .panel-cc .panel-title > .toggle-switch {
    vertical-align: middle; }
  .panel-cc .panel-title > a {
    vertical-align: middle;
    font-size: 20px;
    margin-left: 10px; }
  .panel-cc .panel-description {
    font-size: 14px;
    padding: 10px 0; }
  .panel-cc .panel-body {
    color: white; }
  .panel-cc > .panel-heading {
    color: white;
    background-color: transparent;
    border-color: transparent; }
    .panel-cc > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-cc > .panel-heading .badge {
      color: transparent;
      background-color: white; }
  .panel-cc > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.btn-save-and-close {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 50px;
  padding: 15px 0; }

.cc-item-list {
  list-style-type: none; }
  .cc-item-list .cc-item + .cc-item {
    margin-top: 10px; }
  .cc-item-list .cc-item i {
    font-size: 25px;
    vertical-align: middle;
    list-style-type: none; }
  .cc-item-list .cc-item .title {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px; }
  .cc-item-list .cc-item .description {
    margin-top: 10px; }

.toggle-switch.toggle-switch-cc {
  width: 50px;
  height: 30px; }
  .toggle-switch.toggle-switch-cc i:after {
    width: 28px; }
  .toggle-switch.toggle-switch-cc i:before {
    background-color: #4a4a4a;
    border: transparent; }
  .toggle-switch.toggle-switch-cc input:checked + i:after {
    margin-left: 22px; }
  .toggle-switch.toggle-switch-cc.toggle-disabled--on i:after {
    margin-left: 22px; }

.cookie-backdrop {
  z-index: 1020;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #4a4a4ab8;
  width: 100%;
  height: 100%; }

html.lt-ie9 .dropup,
html.lt-ie9 .dropdown {
  position: relative; }
  html.lt-ie9 .dropup .dropdown-menu:before, html.lt-ie9 .dropup .dropdown-menu:after,
  html.lt-ie9 .dropdown .dropdown-menu:before,
  html.lt-ie9 .dropdown .dropdown-menu:after {
    content: '';
    display: none; }

html.lt-ie9 #nprogress .spinner,
html.lt-ie9 #nprogress .spinner-icon {
  display: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #999999;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #999999;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only, .usernameInCart {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.topic-tree.parent-topic-tree.topic-tree-overlay.topic-tree-open {
  -webkit-box-shadow: 4px 0px 9px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0px 9px -4px rgba(0, 0, 0, 0.3); }
  .topic-tree.parent-topic-tree.topic-tree-overlay.topic-tree-open + div.content-panel {
    padding-left: 31px;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.topic-tree.parent-topic-tree + div.content-panel {
  padding-left: 0; }

.topic-tree-panel {
  background-color: #575757; }
  .topic-tree-panel .topic-tree {
    background-color: transparent;
    border: none;
    margin-bottom: -1px;
    cursor: pointer; }
    .topic-tree-panel .topic-tree .glyphicon {
      display: none; }
    .topic-tree-panel .topic-tree .topic-tree-item .menu-item.active:not(.no), .topic-tree-panel .topic-tree .topic-tree-item .menu-item.activating {
      border-bottom-color: transparent !important; }
    .topic-tree-panel .topic-tree .topic-tree-item:last-child > div > .menu-item {
      border-bottom-color: transparent !important; }
    .topic-tree-panel .topic-tree .level_1 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #444; }
      .topic-tree-panel .topic-tree .level_1 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(4, 4, 4, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(4, 4, 4, 0.2); }
      .topic-tree-panel .topic-tree .level_1 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(4, 4, 4, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(4, 4, 4, 0.2); }
      .topic-tree-panel .topic-tree .level_1 > ul > .topic-tree-item .menu-item {
        margin-left: 14px; }
        .topic-tree-panel .topic-tree .level_1 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #444; }
    .topic-tree-panel .topic-tree .level_2 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #707070; }
      .topic-tree-panel .topic-tree .level_2 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(48, 48, 48, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(48, 48, 48, 0.2); }
      .topic-tree-panel .topic-tree .level_2 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(48, 48, 48, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(48, 48, 48, 0.2); }
      .topic-tree-panel .topic-tree .level_2 > ul > .topic-tree-item .menu-item {
        margin-left: 28px; }
        .topic-tree-panel .topic-tree .level_2 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #707070; }
    .topic-tree-panel .topic-tree .level_3 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #9e9e9e; }
      .topic-tree-panel .topic-tree .level_3 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(94, 94, 94, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(94, 94, 94, 0.2); }
      .topic-tree-panel .topic-tree .level_3 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(94, 94, 94, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(94, 94, 94, 0.2); }
      .topic-tree-panel .topic-tree .level_3 > ul > .topic-tree-item .menu-item {
        margin-left: 42px; }
        .topic-tree-panel .topic-tree .level_3 > ul > .topic-tree-item .menu-item > a {
          color: black; }
        .topic-tree-panel .topic-tree .level_3 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #9e9e9e; }
    .topic-tree-panel .topic-tree .level_4 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #c8c8c8; }
      .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(136, 136, 136, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(136, 136, 136, 0.2); }
      .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(136, 136, 136, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(136, 136, 136, 0.2); }
      .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item .menu-item {
        margin-left: 56px; }
        .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item .menu-item > a {
          color: black; }
        .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item .menu-item > a {
          font-size: 12px; }
        .topic-tree-panel .topic-tree .level_4 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #c8c8c8; }
    .topic-tree-panel .topic-tree .level_5 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #e7e7e7; }
      .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item {
        margin-left: 70px; }
        .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a {
          color: black; }
        .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a:hover, .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a:focus, .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a:active, .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a.active {
          color: #00677f !important; }
        .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item > a {
          font-size: 12px; }
        .topic-tree-panel .topic-tree .level_5 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #e7e7e7; }
    .topic-tree-panel .topic-tree .level_6 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #e7e7e7; }
      .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item {
        margin-left: 84px; }
        .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a {
          color: black; }
        .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a:hover, .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a:focus, .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a:active, .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a.active {
          color: #00677f !important; }
        .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item > a {
          font-size: 12px; }
        .topic-tree-panel .topic-tree .level_6 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #e7e7e7; }
    .topic-tree-panel .topic-tree .level_7 > ul {
      -webkit-box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      box-shadow: inset 0px 9px 4px -7px rgba(0, 0, 0, 0.06), inset 0px -7px 4px -7px rgba(0, 0, 0, 0.06);
      background-color: #e7e7e7; }
      .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item:first-child {
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px 4px 4px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item:last-child {
        -webkit-box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2);
        box-shadow: inset 0px -3px 3px 0px rgba(167, 167, 167, 0.2); }
      .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item {
        margin-left: 98px; }
        .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a {
          color: black; }
        .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a:hover, .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a:focus, .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a:active, .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a.active {
          color: #00677f !important; }
        .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item > a {
          font-size: 12px; }
        .topic-tree-panel .topic-tree .level_7 > ul > .topic-tree-item .menu-item.active:after {
          border-top-color: #e7e7e7; }
    .topic-tree-panel .topic-tree .menu-item {
      position: relative;
      padding: 9px 14px 6px 14px;
      padding-right: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .topic-tree-panel .topic-tree .menu-item:after {
        content: normal;
        position: absolute;
        width: 0;
        height: 0;
        bottom: -16px;
        left: 15px;
        border: 8px solid transparent;
        border-top-width: 6px;
        z-index: 2; }
      .topic-tree-panel .topic-tree .menu-item:before {
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 1;
        position: absolute;
        right: 8px;
        top: 8px;
        padding: 5px;
        color: white;
        border-radius: 100%;
        z-index: 4; }
      .topic-tree-panel .topic-tree .menu-item.ajax:before, .topic-tree-panel .topic-tree .menu-item.more:before {
        content: ""; }
      .topic-tree-panel .topic-tree .menu-item i {
        color: white; }
      .topic-tree-panel .topic-tree .menu-item:hover, .topic-tree-panel .topic-tree .menu-item:focus, .topic-tree-panel .topic-tree .menu-item:active {
        background-color: transparent; }
      .topic-tree-panel .topic-tree .menu-item.active {
        background-color: transparent;
        color: transparent; }
        .topic-tree-panel .topic-tree .menu-item.active.ajax:before, .topic-tree-panel .topic-tree .menu-item.active.more:before {
          color: white;
          content: ""; }
        .topic-tree-panel .topic-tree .menu-item.active.ajax:after, .topic-tree-panel .topic-tree .menu-item.active.more:after {
          content: ''; }
        .topic-tree-panel .topic-tree .menu-item.active i {
          color: #00677f; }
      .topic-tree-panel .topic-tree .menu-item a {
        display: block;
        color: white; }
        .topic-tree-panel .topic-tree .menu-item a:hover, .topic-tree-panel .topic-tree .menu-item a:focus, .topic-tree-panel .topic-tree .menu-item a:active, .topic-tree-panel .topic-tree .menu-item a.active {
          color: white !important;
          text-decoration: underline; }

.topic-tree-item-embed .topic-tree-embed {
  margin-left: 10px;
  padding-left: 10px; }
  .topic-tree-item-embed .topic-tree-embed:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    bottom: 12px;
    width: 1px;
    background-color: #BBB; }
  .topic-tree-item-embed .topic-tree-embed li .menu-item:not(.active):after {
    content: '';
    position: absolute;
    height: 1px;
    width: 7px;
    left: 0;
    top: 4px;
    bottom: 0;
    background: #BBBBBB;
    border: none !important;
    margin: auto; }

.topic-tree-item-embed .menu-item {
  font-size: 16px !important;
  line-height: 1.25 !important;
  display: block;
  /* Fallback for non-webkit */
  max-height: 68px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  overflow: hidden; }
  .topic-tree-item-embed .menu-item i {
    padding-top: 3px;
    position: absolute;
    font-style: normal !important; }
  .topic-tree-item-embed .menu-item:hover {
    background-color: #eee; }

.topic-tree-item-embed a.active {
  color: #00677f; }

.topic-tree-item-embed.topic-tree-item-overview {
  display: none; }

.uiPage div > .toggle-panel-left {
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.detailed-search select {
  width: 100%; }

.dropdown .dropdown-menu {
  /*
     * Detailed Search
     */ }
  .dropdown .dropdown-menu.detailed-search {
    width: 580px; }
    @media (min-width: 1440px) {
      .dropdown .dropdown-menu.detailed-search {
        width: 580px; } }
    .dropdown .dropdown-menu.detailed-search .detailed-search-form {
      float: left;
      width: 100%; }
    .dropdown .dropdown-menu.detailed-search .tag-cloud-wrapper {
      width: 100%;
      height: 100%;
      top: 0;
      overflow: hidden;
      padding: 4px 6px; }
  .dropdown .dropdown-menu.login-dropdown {
    min-width: 350px; }

@media (max-width: 1199px) {
  .dropdown .dropdown-menu.detailed-search {
    left: 0px; }
    .dropdown .dropdown-menu.detailed-search:before {
      left: 385px; }
  .subheader.affix .container .navbar .navbar-nav-overflow .dropdown .dropdown-menu.detailed-search:before {
    left: 285px; } }

.search-bar-mobile {
  padding: 5px 0; }

@media (min-width: 3px) {
  .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 350px; } }

@media (min-width: 1440px) {
  .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 540px; } }

@media (min-width: 1440px) {
  .subheader .navbar .nav.navbar-nav .search-form .input-group {
    width: 940px; } }

@media (min-width: 3px) {
  .affix .navbar .nav.navbar-nav .search-form .input-group {
    width: 250px; } }

@media (min-width: 1440px) {
  .affix .navbar .nav.navbar-nav .search-form .input-group {
    width: 420px; } }

@media (min-width: 1440px) {
  .affix .navbar .nav.navbar-nav .search-form .input-group {
    width: 700px; }
  .subheader.affix .navbar .user-dropdown .user-name {
    max-width: 180px; } }

@media (max-width: 1440px) {
  .subheader.affix .navbar .user-dropdown .user-name {
    max-width: 165px; } }

@media (max-width: 1440px) {
  .subheader.affix .navbar .user-dropdown .user-name {
    max-width: 135px; } }

.topictree-display-burger_icon .affix .uiBurgerIconForm {
  padding: 0; }

.affix .navbar .portal-switch-title {
  display: none; }

.list-group-item > a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }

.list-group-item:hover > a, .list-group-item:focus > a {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke; }

.list-group-item > a {
  text-decoration: none;
  color: #555555; }

.navbar .dropdown-menu.login-dropdown {
  min-width: 350px; }

.navbar-nav > li > a.lang {
  padding-left: 35px; }
  .navbar-nav > li > a.lang:before {
    top: 12px;
    left: 15px; }

.shariff .orientation-horizontal li {
  width: 140px;
  min-width: 140px; }
  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline; }

.dropdown .dropdown-menu {
  /*
     * Detailed Search
     */ }
  .dropdown .dropdown-menu.detailed-search {
    width: 580px; }
    @media (min-width: 1440px) {
      .dropdown .dropdown-menu.detailed-search {
        width: 580px; } }
    .dropdown .dropdown-menu.detailed-search .detailed-search-form {
      float: left;
      width: 100%; }
    .dropdown .dropdown-menu.detailed-search .tag-cloud-wrapper {
      width: 100%;
      height: 100%;
      top: 0;
      overflow: hidden;
      padding: 4px 6px; }
  .dropdown .dropdown-menu.login-dropdown {
    min-width: 350px; }

@media (max-width: 1199px) {
  .dropdown .dropdown-menu.detailed-search {
    left: 0px; }
    .dropdown .dropdown-menu.detailed-search:before {
      left: 385px; }
  .subheader.affix .container .navbar .navbar-nav-overflow .dropdown .dropdown-menu.detailed-search:before {
    left: 285px; } }

html.no-flexbox .info-panel-instance .info-panel-body > .instance-image,
html.no-flexbox .info-panel-instance .info-panel-body .instance-properties {
  display: block; }

html.no-flexbox .info-panel-instance .info-panel-body.instance-split {
  display: table;
  table-layout: fixed;
  width: 100%; }
  html.no-flexbox .info-panel-instance .info-panel-body.instance-split > .instance-image,
  html.no-flexbox .info-panel-instance .info-panel-body.instance-split .instance-properties {
    display: table-cell; }
    @media (max-width: 1439px) {
      html.no-flexbox .info-panel-instance .info-panel-body.instance-split > .instance-image,
      html.no-flexbox .info-panel-instance .info-panel-body.instance-split .instance-properties {
        display: block; } }
  html.no-flexbox .info-panel-instance .info-panel-body.instance-split .instance-properties {
    vertical-align: top;
    width: 100%; }

html.flexbox .info-panel-instance .info-panel-body.instance-split {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 1439px) {
    html.flexbox .info-panel-instance .info-panel-body.instance-split {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 1440px) {
    html.flexbox .info-panel-instance .info-panel-body.instance-split > .instance-properties {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.info-panel .info-panel-header .title-container {
  float: left; }

.info-panel .info-panel-header .controls-container {
  float: right; }
  .info-panel .info-panel-header .controls-container .edit-menu-item .btn.btn-helper {
    margin-left: 5px; }

.info-panel .info-panel-header .title {
  float: left; }

.info-panel.info-type-panel.remove-border {
  border: none; }

html.no-flexbox .info-panel.info-type-panel .info-panel-body.collapse {
  display: none; }
  html.no-flexbox .info-panel.info-type-panel .info-panel-body.collapse.in {
    display: block; }

.info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut {
  background: #FFFFFF;
  display: none;
  border-bottom: 1px solid #dddee3; }
  .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut #cutButtons {
    padding: 15px 10px 10px; }
    .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut #cutButtons .btn-cropping {
      line-height: 24px; }
  .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut .cutting-group {
    position: absolute;
    top: 15px; }
    .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut .cutting-group.cutting-group-left {
      left: 10px; }
    .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut .cutting-group.cutting-group-right {
      right: 10px; }
      .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut .cutting-group.cutting-group-right .btn-cropping {
        float: right; }
    .info-panel.info-panel-instance .info-panel-body .instance-image .instance-video-cut .cutting-group .cutting-time {
      display: block;
      font-size: 10px;
      color: white; }

.info-panel.info-panel-instance .info-panel-body .instance-image.uiVideoCutOpen .instance-video-cut {
  display: block; }

.info-panel.info-panel-instance .info-panel-body.instance-not-split .instance-image,
.info-panel.info-panel-instance .info-panel-body.instance-not-split .instance-properties {
  display: block;
  height: auto; }

.info-panel.info-panel-instance .info-panel-body .instance-image.uiWithAudio .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 300px; }

@media (min-width: 1440px) {
  html.flexbox .info-panel-body.instance-split .instance-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image {
    width: 700px; }
    .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image .instance-feature {
      min-height: 400px; }
    .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image .instance-feature.init-document-on-load {
      min-height: 600px; }
    .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image.uiFlexPaper, .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image.uiWithVideo, .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image.uiWithAudio {
      width: 770px; } }

@media (min-width: 1440px) {
  .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image.uiWithVideo, .info-panel.info-panel-instance .info-panel-body.instance-split .instance-image.uiWithAudio {
    width: 770px; } }

.social-media-elements .shariff-button a span.fa {
  display: inline;
  padding-left: 6px;
  padding-right: 6px; }

.accept-tc-edit-cart {
  padding-right: 0px; }

@media (max-width: 1440px) {
  .galleria #galleria-addontitle {
    width: 210px; }
    .galleria #galleria-addontitle .title, .galleria #galleria-addontitle .description {
      width: 200px; }
  .galleria .galleria-addonrow-buttons button {
    font-size: 0px; } }

@media (min-width: 2px) {
  .info-type-panel > .info-panel-body .info-type-wrapper > .info-type-feature {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    vertical-align: middle; } }

.info-type-panel .info-panel-body .main-pic-split-screen .mainpic-container.not-video {
  vertical-align: top !important; }
  .info-type-panel .info-panel-body .main-pic-split-screen .mainpic-container.not-video .block-center {
    margin-left: 0px !important; }

@media (min-width: 1440px) {
  .info-type-panel .info-panel-body .main-pic-split-screen .mainpic-container.not-video.thumbnail-version-1, .info-type-panel .info-panel-body .main-pic-split-screen .mainpic-container.not-video.thumbnail-version-2 {
    width: 30%; } }

@media (min-width: 3px) {
  .search-lists > .search-list .search-list-body {
    table-layout: fixed;
    display: table;
    width: 100%; }
    .search-lists > .search-list .search-list-body > .search-list-img,
    .search-lists > .search-list .search-list-body > .search-list-properties {
      display: table-cell; }
    .search-lists > .search-list .search-list-body.search-list-topic {
      display: block; }
      .search-lists > .search-list .search-list-body.search-list-topic .first-property-value {
        font-size: 20px; }
    .search-lists > .search-list .search-list-body > .search-list-img {
      width: initial;
      vertical-align: top;
      min-width: 192px;
      max-width: 192px;
      width: 192px; }
      .search-lists > .search-list .search-list-body > .search-list-img .img-responsive {
        position: relative; }
  .search-lists > .search-list .search-list-footer .search-list-footer-cart-controls {
    float: left; } }

.search-thumbnail-video .thumbnail-body {
  height: 0 !important;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .search-thumbnail-video .thumbnail-body .thumbnail-img {
    height: 100%;
    width: 100%; }

.search-thumbnail-video .thumbnail-img,
.search-thumbnail-video .thumbnail-img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0; }

.search-thumbnail-video .video-duration {
  padding: 0 4px;
  font-weight: 500;
  font-size: 11px;
  background-color: #000;
  color: #FFF;
  height: 14px;
  line-height: 14px;
  opacity: .75;
  filter: alpha(opacity=75);
  display: -moz-inline-stack;
  vertical-align: top;
  display: inline-block;
  z-index: 9;
  position: absolute;
  right: 2px;
  top: 2px; }

.search-relation-context li.search-thumbnail {
  margin-right: 15px; }

.search-relation-context .search-thumbnail-video .thumbnail-body {
  height: 192px !important; }

.search-band .search-thumbnail-video .thumbnail-body {
  height: auto !important;
  padding-bottom: 0px; }

.search-band .search-thumbnail-video .thumbnail-img,
.search-band .search-thumbnail-video .thumbnail-img > img {
  margin: auto;
  position: relative !important; }

.search-no-border .search-item-no-border.in-video:after,
.search-thumbnail-video .thumbnail-img:after,
.search-thumbnail-video .img-responsive:after,
.search-list-video .search-list-img .preview:after,
.blk-mp-block--BAND .search-thumbnail-mo .thumbnail-img-video:after {
  height: 30px;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 0;
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font: 30px/1 "FontAwesome";
  text-shadow: 0 0 5px black; }

.search-no-border .search-item-no-border.in-video.loading:hover:after,
.search-thumbnail-video .thumbnail-img.loading:hover:after,
.search-thumbnail-video .img-responsive.loading:hover:after,
.search-list-video .search-list-img .preview.loading:hover:after,
.blk-mp-block--BAND .search-thumbnail-mo .thumbnail-img-video.loading:hover:after {
  content: '';
  width: 28px;
  height: 28px;
  background: white url("../images/large-loading.gif") no-repeat 4px 4px;
  background-size: 20px;
  border-radius: 50%; }

.search-no-border .search-item-no-border.in-video:hover:after,
.search-thumbnail-video .thumbnail-img:hover:after,
.search-thumbnail-video .img-responsive:hover:after,
.search-list-video .search-list-img .preview:hover:after,
.blk-mp-block--BAND .search-thumbnail-mo .thumbnail-img-video:hover:after {
  content: ''; }

.search-no-border .search-item-no-border.in-video.in-yt-video,
.search-thumbnail-video.search-thumbnail-yt-video .thumbnail-img,
.search-list-video.search-list-yt-video .search-list-img .preview {
  color: transparent; }
  .search-no-border .search-item-no-border.in-video.in-yt-video.loading:hover:after, .search-no-border .search-item-no-border.in-video.in-yt-video:hover:after, .search-no-border .search-item-no-border.in-video.in-yt-video:after,
  .search-thumbnail-video.search-thumbnail-yt-video .thumbnail-img.loading:hover:after,
  .search-thumbnail-video.search-thumbnail-yt-video .thumbnail-img:hover:after,
  .search-thumbnail-video.search-thumbnail-yt-video .thumbnail-img:after,
  .search-list-video.search-list-yt-video .search-list-img .preview.loading:hover:after,
  .search-list-video.search-list-yt-video .search-list-img .preview:hover:after,
  .search-list-video.search-list-yt-video .search-list-img .preview:after {
    width: 40px;
    height: 40px;
    font-size: 40px;
    background: none;
    content: ""; }

.search-thumbnails-ko .search-thumbnail {
  width: 360px; }
  @media (max-width: 1439px) {
    .search-thumbnails-ko .search-thumbnail {
      width: 290px !important; }
      .search-thumbnails-ko .search-thumbnail .thumbnail-property-top {
        width: 270px !important; } }
  .search-thumbnails-ko .search-thumbnail .thumbnail-img.preview img {
    max-width: 100%; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-top {
    position: absolute;
    width: 340px; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-top:after {
      display: none; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-property-top .selection-checkbox, .search-thumbnails-ko .search-thumbnail .thumbnail-property-top .thumbnail-menu {
      z-index: 200; }
  .search-thumbnails-ko .search-thumbnail.withTopProperty .thumbnail-body {
    margin-top: 10px; }

/**
 *  Properties
 */
@media (min-width: 2px) {
  .properties .property > .property-label {
    width: 200px; } }

.list-group.list-group-lightbox > .list-group-item {
  padding-left: 60px;
  border-width: 1px 0;
  border-color: transparent;
  background-color: #fbfbfb; }
  .list-group.list-group-lightbox > .list-group-item .items {
    left: 45px; }
  .list-group.list-group-lightbox > .list-group-item .title {
    font-size: 14px;
    color: #555; }
  .list-group.list-group-lightbox > .list-group-item > a.title {
    background-color: transparent;
    width: 100%; }
  .list-group.list-group-lightbox > .list-group-item .meta {
    padding-left: 20px; }
  .list-group.list-group-lightbox > .list-group-item:hover {
    background-color: #F0F0F0; }
  .list-group.list-group-lightbox > .list-group-item:before {
    left: 35px;
    color: #555; }

.lightbox .lightbox-header {
  overflow: visible;
  position: absolute;
  z-index: 15;
  width: 100%;
  border-color: #D4D4D4;
  transform: translate3d(0, 0, 0); }
  .lightbox .lightbox-header .lightbox-descriptor {
    width: 300px;
    min-width: 300px;
    max-width: 300px; }
    .lightbox .lightbox-header .lightbox-descriptor .popover.editable-popup {
      margin-top: 120px; }
      .lightbox .lightbox-header .lightbox-descriptor .popover.editable-popup.top > .arrow {
        border-top-width: 0;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        top: -11px;
        border-bottom-width: 12px; }
        .lightbox .lightbox-header .lightbox-descriptor .popover.editable-popup.top > .arrow:after {
          top: 1px;
          border-top-width: 0;
          border-bottom-color: #fff;
          border-bottom-width: 11px; }
      .lightbox .lightbox-header .lightbox-descriptor .popover.editable-popup .popover-title {
        color: #00677f;
        font-weight: bold; }
  .lightbox .lightbox-header > .menu-group {
    padding: 12px; }

.lightbox .lightbox-body {
  padding-top: 51px; }
  .lightbox .lightbox-body > .lightbox-sidebar,
  .lightbox .lightbox-body .lightbox-content {
    display: table-cell; }
  .lightbox .lightbox-body > .lightbox-sidebar {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    vertical-align: top;
    background-color: #fbfbfb;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 0 1px 1px; }
    .lightbox .lightbox-body > .lightbox-sidebar .lightbox-search {
      padding: 10px; }
      .lightbox .lightbox-body > .lightbox-sidebar .lightbox-search input[type="text"]:focus {
        border-color: #999;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .lightbox .lightbox-body > .lightbox-sidebar .lightbox-search + .lightbox-menu-header {
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #d4d4d4; }
    .lightbox .lightbox-body > .lightbox-sidebar .lightbox-menu-header > .header-item {
      display: inline-block;
      position: relative;
      font-size: 11px;
      vertical-align: top;
      padding: 11px; }
      .lightbox .lightbox-body > .lightbox-sidebar .lightbox-menu-header > .header-item .checkbox {
        margin: 0; }
        .lightbox .lightbox-body > .lightbox-sidebar .lightbox-menu-header > .header-item .checkbox label:before {
          width: 16px;
          height: 16px; }
  .lightbox .lightbox-body > .lightbox-content .search-in-search-container {
    margin-left: 15px; }
  .lightbox .lightbox-body > .lightbox-content .search-context {
    border-left: none; }
    .lightbox .lightbox-body > .lightbox-content .search-context .nav-tabs-search-result {
      padding-left: 15px;
      padding-right: 15px; }

@media screen and (min-width: 1px) {
  .modal-dialog {
    position: relative;
    padding-bottom: 0; } }

@media screen and (min-width: 2px) {
  .modal-dialog {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0; }
  .modal.modal-sm {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-sm .modal-dialog {
      width: 300px; } }

@media all and (min-width: 3px) {
  .modal.modal-lg {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-lg .modal-dialog {
      width: 900px; }
  .modal.modal-xlg {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-xlg .modal-dialog {
      width: 900px; } }

@media all and (min-width: 1440px) {
  .modal.modal-lg {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-lg .modal-dialog {
      width: 900px; }
  .modal.modal-xlg {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-xlg .modal-dialog {
      width: 1200px; }
  .modal.modal-xxlg {
    width: auto !important;
    /* IE FIX */
    width: initial !important; }
    .modal.modal-xxlg .modal-dialog {
      width: 1500px; } }

.modal.modal-download-processing .modal-dialog {
  width: 600px !important; }

@media (max-width: 2px) {
  div.header > .container .header-logo > a {
    float: none; }
    div.header > .container .header-logo > a > .logo {
      display: block;
      margin: auto; } }

@media (min-width: 991px) {
  html.js .alert-message {
    display: none; } }

.stickytooltip {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 4px 7px -4px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 4px 7px -4px;
  position: absolute;
  left: -10000px;
  visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  background: #FFF;
  z-index: 3000; }
  .stickytooltip.show {
    visibility: visible; }
  .stickytooltip ~ .tooltip.in {
    z-index: 3001; }

#packageDownloadContainer .single-packages-list {
  max-height: 500px;
  overflow: auto; }

.media-block-group .media-block + .media-block {
  margin-left: 10px; }

h1 .modal {
  font-size: 14px !important; }

h1 .modal i {
  font-size: 14px !important;
  width: auto !important; }

.cookie-container {
  min-width: 600px; }

.uiUserSettings .form-group {
  width: 100%;
  float: left; }

.scrollable-menu {
  max-height: 120px;
  overflow-x: hidden; }

#dropdownGuiLanguage span {
  margin-left: 15px; }

#dropdownContentLanguage span {
  margin-left: 15px; }

#ytParam_country_chosen .chosen-selectAll {
  display: none; }

.blk .blk-card-block {
  height: 135px; }
  .blk .blk-card-block .blk-card-block-add-button {
    position: absolute;
    right: 10px;
    bottom: 0; }
  .blk .blk-card-block .blk-card-block-remove-button {
    position: absolute;
    right: 10px;
    top: 10px; }

.blk .blk-content {
  text-align: center;
  background-color: #525252;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  height: 100%;
  left: 295px;
  width: calc(80% - 295px);
  top: 0;
  bottom: 0; }
  .blk .blk-content .title {
    font-variant-caps: all-small-caps; }
  .blk .blk-content .blk-content-header {
    margin-bottom: 20px;
    color: #fff; }

.blk .blk-row {
  margin-bottom: 10px; }

.blk .blk-table-container {
  display: table;
  table-layout: fixed;
  height: 100%; }
  .blk .blk-table-container .blk-side-panel,
  .blk .blk-table-container .blk-content {
    vertical-align: top; }
  .blk .blk-table-container .blk-side-panel {
    display: table-cell;
    background: #666; }
  .blk .blk-table-container .blk-side-panel-left {
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 295px;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
  .blk .blk-table-container .blk-side-panel-right {
    padding: 10px;
    position: absolute;
    right: 0;
    width: 20%;
    top: 0;
    bottom: 0; }
    .blk .blk-table-container .blk-side-panel-right .blk.side-panel-header {
      text-align: center; }

.blk .blk-header-highlight-container {
  line-height: 26px;
  background: #f0f0f0;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: gray; }
  .blk .blk-header-highlight-container .version {
    font-weight: bold;
    padding-left: 5px;
    color: black; }
  .blk .blk-header-highlight-container .icon {
    vertical-align: text-top; }

.blk .blk-layout-label-container {
  width: 280px;
  background: white;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }
  .blk .blk-layout-label-container .blk-rename {
    position: absolute;
    top: 0;
    right: 0; }
    .blk .blk-layout-label-container .blk-rename > .glyphicon {
      color: gray; }
  .blk .blk-layout-label-container:hover .blk-rename > .glyphicon {
    color: black; }

.blk .blk-layout-version-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.blk .blk-layout-label {
  color: #00677f;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  padding-left: 10px; }

.blk .copyReplaceContainer {
  display: none; }

.blk #contentBuilder .copyReplaceContainer {
  display: block; }

.blk .uiCardPopoverInfo {
  display: none; }

.blk #contentBuilder .uiCardPopoverInfo {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 65px;
  right: -13px;
  padding-left: 10px; }
  .blk #contentBuilder .uiCardPopoverInfo i.glyphicon {
    font-size: 20px; }

.blk .blk-content-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 47px;
  overflow: auto; }
  .blk .blk-content-container .blk-card-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    padding: 20px 30px;
    overflow-y: scroll;
    background-color: #525252; }
    .blk .blk-content-container .blk-card-content .uiLoadBlock .copyReplaceContainer button {
      display: none; }
      .blk .blk-content-container .blk-card-content .uiLoadBlock .copyReplaceContainer button.disabled {
        opacity: 0.2; }
    .blk .blk-content-container .blk-card-content .uiLoadBlock:hover .blk-card-container .copyReplaceContainer button.uiCopyBlockContent {
      display: inline-block;
      margin-bottom: 0; }
    .blk .blk-content-container .blk-card-content .uiLoadBlock:hover .blk-card-container .copyReplaceContainer button.disabled {
      display: none; }
    .blk .blk-content-container .blk-card-content.uiBlockCopied .uiLoadBlock:hover .copyReplaceContainer button {
      display: inline-block; }
      .blk .blk-content-container .blk-card-content.uiBlockCopied .uiLoadBlock:hover .copyReplaceContainer button.disabled {
        display: inline-block; }
    .blk .blk-content-container .blk-card-content.uiBlockCopied .uiLoadBlock.uiSelectedCopyBlock .blk-card-container {
      opacity: 0.65;
      border: 3px dashed black; }
    .blk .blk-content-container .blk-card-content.uiBlockCopied .uiLoadBlock.uiSelectedCopyBlock:hover .copyReplaceContainer button {
      display: none; }
    .blk .blk-content-container .blk-card-content.uiBlockCopied .blk-card--MULTI .uiLoadBlock.uiSelectedCopyBlock {
      border: none; }
  .blk .blk-content-container .blk-card-config {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    overflow-y: scroll;
    padding: 10px 20px;
    background-color: white;
    border-top: 1px solid gainsboro; }
    .blk .blk-content-container .blk-card-config .property .checkbox-container {
      float: left; }
      .blk .blk-content-container .blk-card-config .property .checkbox-container .checkbox {
        margin-top: 0px; }
    .blk .blk-content-container .blk-card-config .checkbox-property .control-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: text-top; }
    @media screen and (max-width: 1500px) {
      .blk .blk-content-container .blk-card-config .checkbox-property .control-label {
        max-width: 78%; } }
    @media screen and (max-width: 800px) {
      .blk .blk-content-container .blk-card-config .checkbox-property .control-label {
        max-width: 70%; } }
    .blk .blk-content-container .blk-card-config .panel-group .content-fields .control-label {
      font-size: 12px !important; }
    .blk .blk-content-container .blk-card-config .panel-group .content-fields .flexSearchRelationsCount .control-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: text-top; }
    .blk .blk-content-container .blk-card-config .panel-group .content-fields .infoText .uiTranslatedLabelWrapper .mce-tinymce .mce-toolbar-grp .mce-first .mce-flow-layout-item.mce-first .mce-widget.mce-first {
      display: none; }
    .blk .blk-content-container .blk-card-config .panel-group.HTML .content-fields .infoText::before {
      display: none !important; }
  .blk .blk-content-container label.sectionheader {
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 1px solid #999;
    width: 94%;
    color: #999; }

.blk .blk-side-panel-header {
  text-align: center;
  height: 30px;
  color: #fff;
  margin-bottom: 20px; }
  .blk .blk-side-panel-header .title {
    font-variant-caps: all-small-caps; }

.blk .blk-layout-select-container select {
  width: 210px; }

.blk .blk-layout-select-container .control-label {
  padding-top: 4px; }

.blk .blk-layout-select-container .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px; }

.blk .blk-config-header {
  width: 50%;
  height: 60px;
  position: absolute;
  right: 0;
  padding: 0 10px;
  top: 0;
  background: white;
  border-bottom: 1px solid gainsboro;
  border-top: 1px solid gainsboro; }

.blk .blk-card-group {
  position: relative; }
  .blk .blk-card-group .blk-add-cardinality,
  .blk .blk-card-group .blk-remove-cardinality {
    position: absolute; }
  .blk .blk-card-group .blk-add-cardinality {
    bottom: -10px;
    left: -10px; }
  .blk .blk-card-group .blk-remove-cardinality {
    top: -10px;
    right: -10px; }

.blk .blk-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 60px; }
  .blk .blk-header .uiPopoverInfo i.glyphicon {
    font-size: 20px; }

.blk .blk-header-item {
  vertical-align: top;
  display: inline-block; }
  .blk .blk-header-item .control-label {
    vertical-align: top; }

.blk .blk-footer {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 47px; }

.blk .blk-header,
.blk .blk-footer {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17), 0 1px 2px rgba(0, 0, 0, 0.38); }

.blk .blk-card {
  width: 100%;
  height: 150px;
  position: relative;
  background: #494949;
  margin-bottom: 15px;
  border: 2px solid #494949;
  border-radius: 10px; }
  .blk .blk-card.blk-card--sort-placeholder {
    background: transparent;
    border: 10px dashed #676767; }
  .blk .blk-card .blk-card-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid #ffffff;
    background: transparent;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-transition: background 0.22s cubic-bezier(0, 0.28, 0.4, 1);
    -o-transition: background 0.22s cubic-bezier(0, 0.28, 0.4, 1);
    transition: background 0.22s cubic-bezier(0, 0.28, 0.4, 1); }
    .blk .blk-card .blk-card-container > .descr {
      font-variant-caps: all-small-caps;
      font-weight: bold; }
  .blk .blk-card.blk-card--selectable {
    cursor: pointer; }
  .blk .blk-card.blk-card--active {
    border-color: black; }
    .blk .blk-card.blk-card--active:after {
      content: "\f040";
      background: #ffffff;
      font-family: FontAwesome;
      top: 0;
      right: 0;
      color: #00677f;
      position: absolute;
      padding: 10px 10px;
      font-size: 24px;
      line-height: 24px;
      border-radius: 0 5px 0 10px; }

.blk .blk-drag-handle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: move;
  border-radius: 7px 0 0 7px;
  width: 50px;
  background: #d3d3d3; }
  .blk .blk-drag-handle > i {
    font-size: 30px;
    margin-top: 60px;
    margin-left: 0;
    color: #666666; }
  .blk .blk-drag-handle:hover {
    background: #f4f4f4; }

.blk .blk-template-item {
  border: 2px solid white;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 260px;
  position: relative;
  background: #303030;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
  .blk .blk-template-item:hover:after {
    content: '\f067';
    font-family: "FontAwesome";
    cursor: pointer;
    position: absolute;
    font-size: 50px;
    line-height: 50px;
    left: 0;
    color: #666;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffffad;
    margin: 0 auto;
    white-space: pre;
    z-index: 2; }
  .blk .blk-template-item.blk-template-item-16-9:hover:after {
    padding: 50px; }
  .blk .blk-template-item.blk-template-item-16-4:hover:after {
    padding: 15px; }

.blk .blk-block-content {
  margin-left: 10px;
  margin-bottom: 10px; }

.blk .blk-drag-handle + .blk-block-content {
  margin-left: 60px; }

.blk .blk-design-annotation {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 auto; }

.blk .uiLoadBlock {
  cursor: pointer; }
  .blk .uiLoadBlock:hover .blk-card-container {
    background: #dcdcdc; }

.blk .blk-card--MULTI {
  height: auto; }

.blk .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.blk .panel .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  color: grey; }

.blk .panel .panel-heading a.collapsed:after {
  content: "\f107"; }

.blk.blk-cb .top-fields .panel-heading {
  background-color: #cce5ff;
  border-color: #b8daff; }
  .blk.blk-cb .top-fields .panel-heading a:hover {
    color: inherit; }

.blk.blk-cb .top-fields .panel-collapse {
  border-color: #b8daff; }

.blk.blk-cb .content-fields .panel-heading a:hover {
  color: inherit; }

.blk.blk-cb .content-fields .switcherStaticOrDynamic > label, .blk.blk-cb .content-fields .switcherStaticOrDynamic > i.tooltip-menu {
  display: none; }

.blk.blk-cb .bottom-fields .panel-heading {
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .blk.blk-cb .bottom-fields .panel-heading a:hover {
    color: inherit; }

.blk.blk-cb .bottom-fields .panel-collapse {
  border-color: #d6d8db; }

.blk.blk-cb .blk-block-type-selector-container {
  text-align: center;
  padding: 10px 0; }

.blk.blk-cb .blk-block-type-container {
  background: #f2f2f2;
  padding: 5px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-bottom: 5px; }

.blk.blk-cb .blk-block-type {
  display: inline-block; }
  .blk.blk-cb .blk-block-type:hover, .blk.blk-cb .blk-block-type:active, .blk.blk-cb .blk-block-type:focus {
    text-decoration: none; }
  .blk.blk-cb .blk-block-type .blk-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px; }
  .blk.blk-cb .blk-block-type + .blk-block-type {
    margin-left: 20px; }

.blk.blk-cb .blk-icon {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 15px; }
  .blk.blk-cb .blk-icon:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 3px solid #626262;
    border-radius: 10px; }
  .blk.blk-cb .blk-icon:after {
    content: "";
    font-family: FontAwesome;
    height: 100%;
    width: 100%;
    color: #626262;
    position: absolute;
    line-height: 50px;
    left: 0;
    font-size: 28px;
    text-align: center; }

.blk.blk-cb .blk-block-type-HTML .blk-icon:after {
  content: "\f031"; }

.blk.blk-cb .blk-block-type-BAND .blk-icon:after {
  content: "\f141";
  line-height: 53px;
  font-size: 48px; }

.blk.blk-cb .blk-block-type-GENERIC .blk-icon:after {
  content: "\f03e"; }

.blk.blk-cb .blk-block-type-NAVIGATION .blk-icon:after {
  content: "\f0c9"; }

.blk.blk-cb .blk-block-type-COLLECTION .blk-icon:after {
  content: "\f144"; }

.blk.blk-cb .blk-block-type.blk-block-type--selected .blk-text {
  color: #00677f; }

.blk.blk-cb .blk-block-type.blk-block-type--selected .blk-icon:before {
  border-color: #00677f;
  color: #00677f; }

.blk.blk-cb .blk-block-type.blk-block-type--selected .blk-icon:after {
  color: #00677f; }

.blk.blk-cb .blk-card-block.blk-card-block-BAND .blk-card-container:before,
.blk.blk-cb .blk-card-block.blk-card-block-GENERIC .blk-card-container:before,
.blk.blk-cb .blk-card-block.blk-card-block-HTML .blk-card-container:before,
.blk.blk-cb .blk-card-block.blk-card-block-NAVIGATION .blk-card-container:before,
.blk.blk-cb .blk-card-block.blk-card-block-COLLECTION .blk-card-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #626262;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin: auto; }

.blk.blk-cb .blk-card-block .blk-card-container.blk-card-block--empty-block:before {
  border: none; }

.blk.blk-cb .blk-card-block.blk-card-block-BAND .blk-card-container:after,
.blk.blk-cb .blk-card-block.blk-card-block-GENERIC .blk-card-container:after,
.blk.blk-cb .blk-card-block.blk-card-block-HTML .blk-card-container:after,
.blk.blk-cb .blk-card-block.blk-card-block-NAVIGATION .blk-card-container:after,
.blk.blk-cb .blk-card-block.blk-card-block-COLLECTION .blk-card-container:after {
  content: "";
  font-family: FontAwesome;
  height: 50px;
  width: 50px;
  color: #626262;
  position: absolute;
  line-height: 50px;
  left: 0;
  font-size: 28px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.blk.blk-cb .blk-card-block.blk-card-block-BAND .blk-card-container:after {
  content: "\f141"; }

.blk.blk-cb .blk-card-block.blk-card-block-GENERIC .blk-card-container:after {
  content: "\f03e"; }

.blk.blk-cb .blk-card-block.blk-card-block-HTML .blk-card-container:after {
  content: "\f031"; }

.blk.blk-cb .blk-card-block.blk-card-block-NAVIGATION .blk-card-container:after {
  content: "\f0c9"; }

.blk.blk-cb .blk-card-block.blk-card-block-COLLECTION .blk-card-container:after {
  content: "\f144"; }

.blk.blk-cb .blk-card-block .blk-card-container.blk-card-block--empty-block:after {
  content: ""; }

.blk.blk-cb .blk-card .blk-card-container {
  background: -moz-linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
  background: -webkit-linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
  background: linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
  border-width: 0; }
  .blk.blk-cb .blk-card .blk-card-container.blk-card-block--empty-block {
    background: transparent;
    border-width: 6px; }
  .blk.blk-cb .blk-card .blk-card-container.blk-card-block-active {
    background: -moz-linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
    background: -webkit-linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
    background: linear-gradient(0deg, #e2e3e5 15%, #fff 15%, #fff 85%, #327ab2 85%, #cce5ff 85%);
    border: 3px solid #00677f; }
    .blk.blk-cb .blk-card .blk-card-container.blk-card-block-active:before {
      border-color: #00677f; }
    .blk.blk-cb .blk-card .blk-card-container.blk-card-block-active:after {
      color: #00677f; }
    .blk.blk-cb .blk-card .blk-card-container.blk-card-block-active.blk-card-block--empty-block:before {
      border: none; }
    .blk.blk-cb .blk-card .blk-card-container.blk-card-block-active.blk-card-block--empty-block:after {
      font-size: 50px;
      content: "\f044"; }

.blk.blk-cb .blk-card .blk-card-block:hover .blk-card-container {
  background: #ccc;
  transition: none; }
  .blk.blk-cb .blk-card .blk-card-block:hover .blk-card-container.blk-card-block-active {
    background: #ccc;
    transition: none; }
  .blk.blk-cb .blk-card .blk-card-block:hover .blk-card-container:after {
    opacity: 1;
    filter: alpha(opacity=100); }

.blk.blk-lb .blk-card:not(.blk-card--sort-placeholder) {
  background: #eaeaea; }

.blk.blk-lb .blk-card .blk-card-container {
  background: white; }

.blk.blk-lb .blk-card.blk-card--active:after {
  content: "\f040";
  background: #eaeaea; }

.blk.blk-lb .blk-drag-handle {
  background: #eaeaea; }

.embed-responsive.embed-responsive-16-4 {
  padding-bottom: 28.125%; }

.beforeLineSeparator, .blk .blk-content-container .blk-card-config .panel-group .content-fields .flexSearchShowProperties::before, .blk .blk-content-container .blk-card-config .panel-group .content-fields .infoText::before, .blk .blk-content-container .blk-card-config .panel-group.COLLECTION .content-fields .collectionType::before, .blk .blk-content-container .blk-card-config .panel-group.GENERIC .content-fields .switcherStaticOrDynamic::before {
  display: block;
  content: "";
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 2px;
  width: 60px;
  background: #000; }

.popover {
  max-width: 450px; }
  .popover table tr:first-child th, .popover table tr:first-child td {
    border-top: none; }

/**
 * Presets desktop styles
 */
.list-group.list-group-template {
  margin: 0;
  padding: 10px 0;
  background: #eee; }
  .list-group.list-group-template .icon-template-list-item {
    position: absolute;
    left: -22px;
    top: 0;
    line-height: 32px; }
  .list-group.list-group-template .template-item-container .template-item-edit {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 5px;
    line-height: 14px;
    background: #d2d2d2;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.22 s cubic-bezier(0, 0.28, 0.4, 1);
    -o-transition: opacity 0.22 s cubic-bezier(0, 0.28, 0.4, 1);
    transition: opacity 0.22 s cubic-bezier(0, 0.28, 0.4, 1); }
  .list-group.list-group-template .template-item-container:hover .template-item-edit {
    opacity: 1; }
  .list-group.list-group-template .template-item-container.list-group-item--selected {
    background: #e0e0e0; }
    .list-group.list-group-template .template-item-container.list-group-item--selected:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      background: #dc002e; }
  .list-group.list-group-template .template-item-container .checkbox {
    position: absolute;
    left: 30px;
    top: 5px;
    margin: 0; }
  .list-group.list-group-template .template-item-container .list-group-item {
    margin-left: 55px;
    padding-left: 0;
    margin-right: 20px; }
    .list-group.list-group-template .template-item-container .list-group-item span.template-name {
      line-height: 1.2em;
      display: inline-block; }
  .list-group.list-group-template .list-group-item {
    padding: 5px 10px;
    padding-left: 55px;
    font-weight: bold;
    background: transparent; }
    .list-group.list-group-template .list-group-item:hover,
    .list-group.list-group-template .list-group-item :focus {
      color: black; }
    .list-group.list-group-template .list-group-item.list-group-item--active {
      color: #00677f; }

.panel-group.panel-group-templates {
  margin: 0; }
  .panel-group.panel-group-templates > .panel-template {
    position: relative;
    background-color: transparent; }
    .panel-group.panel-group-templates > .panel-template a.title.collapsed .template-icon-list-collapse:before {
      content: ""; }
    .panel-group.panel-group-templates > .panel-template a.title .template-icon-list-collapse {
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      position: absolute;
      line-height: 40px;
      height: 40px;
      left: 10px;
      color: #999;
      top: 0; }
      .panel-group.panel-group-templates > .panel-template a.title .template-icon-list-collapse:before {
        content: ""; }
    .panel-group.panel-group-templates > .panel-template .template-icon-list-collapse {
      content: ""; }
    .panel-group.panel-group-templates > .panel-template .title > .glyphicon {
      font-size: 18px; }
    .panel-group.panel-group-templates > .panel-template .title,
    .panel-group.panel-group-templates > .panel-template .meta {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .panel-group.panel-group-templates > .panel-template .title {
      font-size: 12px;
      font-weight: bold;
      color: #DDD; }
    .panel-group.panel-group-templates > .panel-template .meta {
      padding-left: 10px;
      font-size: 11px; }
    .panel-group.panel-group-templates > .panel-template > .badge {
      float: right;
      position: absolute;
      top: 12px;
      right: 10px; }
    .panel-group.panel-group-templates > .panel-template .items,
    .panel-group.panel-group-templates > .panel-template .title,
    .panel-group.panel-group-templates > .panel-template .meta,
    .panel-group.panel-group-templates > .panel-template .checkbox {
      display: block; }
    .panel-group.panel-group-templates > .panel-template:hover {
      background-color: #444; }
      .panel-group.panel-group-templates > .panel-template:hover .edit-block {
        display: block; }
    .panel-group.panel-group-templates > .panel-template:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .panel-group.panel-group-templates > .panel-template:last-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .panel-group.panel-group-templates > .panel-template.active {
      padding-left: 40px;
      background-color: white;
      border-color: transparent; }
      .panel-group.panel-group-templates > .panel-template.active .items {
        left: 20px; }
      .panel-group.panel-group-templates > .panel-template.active .title {
        color: #00677f; }
      .panel-group.panel-group-templates > .panel-template.active .checkbox {
        display: none; }
      .panel-group.panel-group-templates > .panel-template.active:hover {
        background-color: white; }
      .panel-group.panel-group-templates > .panel-template.active:before {
        left: 10px;
        color: black; }
      .panel-group.panel-group-templates > .panel-template.active:first-child {
        border-top: initial; }
      .panel-group.panel-group-templates > .panel-template.active:last-child {
        border-bottom: initial; }
    .panel-group.panel-group-templates > .panel-template.selected {
      box-shadow: -2px 0 0 #00677f;
      background-color: #F0F0F0; }

.templates .template-descriptor {
  padding: 11px; }
  .templates .template-descriptor .glyphicon {
    font-size: 28px; }
  .templates .template-descriptor .title {
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
    vertical-align: top; }

.templates .template-header-dropdown {
  margin-top: 1px;
  height: 50px;
  background-color: white;
  width: 40px; }
  .templates .template-header-dropdown > .btn.btn-template-mobile-more {
    margin-top: 10px;
    margin-left: 10px; }
    .templates .template-header-dropdown > .btn.btn-template-mobile-more .glyphicon {
      font-size: 150%; }

.templates .template-header {
  overflow: hidden; }
  .templates .template-header > .menu-group {
    padding: 12px; }
  .templates .template-header .nav.navbar-nav {
    margin: 0; }
    .templates .template-header .nav.navbar-nav > li {
      height: 50px; }
      .templates .template-header .nav.navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 34px; }
      .templates .template-header .nav.navbar-nav > li + li {
        border-left: 1px solid #eee;
        margin-left: -1px; }
      .templates .template-header .nav.navbar-nav > li.reportList .dropdown-menu {
        min-width: 113px; }

.templates .template-menu {
  max-height: 600px;
  overflow-y: auto; }

.templates .template-body > .template-content {
  width: 100%; }
  .templates .template-body > .template-content .template-lci-container,
  .templates .template-body > .template-content .template-path {
    color: #aaa; }
  .templates .template-body > .template-content .search-context {
    background-color: #F8F8F8;
    padding-top: 30px;
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    min-height: 450px; }
    .templates .template-body > .template-content .search-context .search-result {
      border-left: none;
      border-right: none; }
    .templates .template-body > .template-content .search-context .nav-tabs-search-result {
      padding-left: 5px; }

.panel-group.panel-group-templates > .panel-template {
  border-width: 1px 0;
  border-color: transparent;
  padding: 10px;
  padding-left: 30px; }
  .panel-group.panel-group-templates > .panel-template .items {
    left: 45px; }
  .panel-group.panel-group-templates > .panel-template .title {
    font-size: 14px;
    color: #555;
    margin-right: 30px; }
  .panel-group.panel-group-templates > .panel-template .meta {
    padding-left: 20px; }
  .panel-group.panel-group-templates > .panel-template:hover {
    background-color: #F0F0F0; }
  .panel-group.panel-group-templates > .panel-template:before {
    left: 35px;
    color: #555; }

.templates .template-header {
  overflow: visible;
  position: absolute;
  z-index: 15;
  width: 100%;
  border-color: #D4D4D4;
  transform: translate3d(0, 0, 0); }
  .templates .template-header .template-descriptor {
    width: 300px;
    min-width: 300px;
    max-width: 300px; }
  .templates .template-header > .menu-group {
    padding: 12px; }

.templates .template-body {
  padding-top: 51px;
  display: flex; }
  .templates .template-body > .template-sidebar,
  .templates .template-body .template-content {
    display: flex; }
    .templates .template-body > .template-sidebar .content-panel.content-fill,
    .templates .template-body .template-content .content-panel.content-fill {
      display: inline-block; }
  .templates .template-body > .template-sidebar {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    vertical-align: top;
    background-color: #fbfbfb;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block; }
    .templates .template-body > .template-sidebar .template-search {
      padding: 10px; }
      .templates .template-body > .template-sidebar .template-search input[type="text"]:focus {
        border-color: #999;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .templates .template-body > .template-sidebar .template-search + .template-menu-header {
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #d4d4d4; }
    .templates .template-body > .template-sidebar .template-menu-header {
      position: relative; }
      .templates .template-body > .template-sidebar .template-menu-header .header-item {
        display: inline-block;
        position: relative;
        font-size: 11px;
        vertical-align: top;
        padding: 11px; }
        .templates .template-body > .template-sidebar .template-menu-header .header-item .checkbox {
          margin: 0; }
          .templates .template-body > .template-sidebar .template-menu-header .header-item .checkbox label:before {
            width: 16px;
            height: 16px; }
      .templates .template-body > .template-sidebar .template-menu-header .header-item-delete {
        position: absolute;
        right: 0; }
  .templates .template-body > .template-content .search-in-search-container {
    margin-left: 15px; }
  .templates .template-body > .template-content .search-context {
    border-left: none; }
    .templates .template-body > .template-content .search-context .nav-tabs-search-result {
      padding-left: 15px;
      padding-right: 15px; }

@media (min-width: 2px) {
  .pull-right-sm {
    float: right !important; }
  .pull-left-sm {
    float: left !important; }
  .border-left-sm {
    border-left: 1px solid #c8c8c8; }
  .border-right-sm {
    border-right: 1px solid #c8c8c8; }
  .border-top-sm {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-sm {
    border-bottom: 1px solid #c8c8c8; } }

@media (min-width: 3px) {
  .pull-right-md {
    float: right !important; }
  .pull-left-md {
    float: left !important; }
  .border-left-md {
    border-left: 1px solid #c8c8c8; }
  .border-right-md {
    border-right: 1px solid #c8c8c8; } }

@media (min-width: 1440px) {
  .pull-right-lg {
    float: right !important; }
  .pull-left-lg {
    float: left !important; }
  .border-left-lg {
    border-left: 1px solid #c8c8c8; }
  .border-right-lg {
    border-right: 1px solid #c8c8c8; } }

@media (min-width: 1440px) {
  .pull-right-xlg {
    float: right !important; }
  .pull-left-xlg {
    float: left !important; } }

@media (max-width: 1439px) {
  .border-top-to-xlg {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-to-xlg {
    border-bottom: 1px solid #c8c8c8; }
  .text-center-to-xlg {
    text-align: center; } }

@media (max-width: 1439px) {
  .border-top-to-olg {
    border-top: 1px solid #c8c8c8; }
  .border-bottom-to-olg {
    border-bottom: 1px solid #c8c8c8; }
  .text-center-to-olg {
    text-align: center; } }

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

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

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

@font-face {
  font-family: 'DaimlerCAC-Regular';
  src: url("../resources/fonts/daimler-cac-regular-eot.eot");
  src: url("../resources/fonts/daimler-cac-regular-eot.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/daimler-cac-regular-woff.woff") format("woff"), url("../resources/fonts/daimler-cac-regular-ttf.ttf") format("truetype"), url("../resources/fonts/daimler-cac-regular-svg.svg#DaimlerCAC-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DaimlerCS-Regular';
  src: url("../resources/fonts/daimler-cs-regular-eot.eot");
  src: url("../resources/fonts/daimler-cs-regular-eot.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/daimler-cs-regular-woff.woff") format("woff"), url("../resources/fonts/daimler-cs-regular-ttf.ttf") format("truetype"), url("../resources/fonts/daimler-cs-regular-svg.svg#DaimlerCS-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DaimlerCS-Demi';
  src: url("../resources/fonts/daimler-cs-demi-eot.eot");
  src: url("../resources/fonts/daimler-cs-demi-eot.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/daimler-cs-demi-woff.woff") format("woff"), url("../resources/fonts/daimler-cs-demi-ttf.ttf") format("truetype"), url("../resources/fonts/daimler-cs-demi-svg.svg#DaimlerCS-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DaimlerCS-Bold';
  src: url("../resources/fonts/daimler-cs-bold-eot.eot");
  src: url("../resources/fonts/daimler-cs-bold-eot.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/daimler-cs-bold-woff.woff") format("woff"), url("../resources/fonts/daimler-cs-bold-ttf.ttf") format("truetype"), url("../resources/fonts/daimler-cs-bold-svg.svg#DaimlerCS-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Daimler_Iconset-Filetypes_01';
  src: url("../resources/fonts/Daimler-Iconset-Filetypes-Logos_01.eot?s8u57i");
  src: url("../resources/fonts/Daimler-Iconset-Filetypes-Logos_01.eot?s8u57i#iefix") format("embedded-opentype"), url("../resources/fonts/Daimler-Iconset-Filetypes-Logos_01.ttf?s8u57i") format("truetype"), url("../resources/fonts/Daimler-Iconset-Filetypes-Logos_01.woff?s8u57i") format("woff"), url("../resources/fonts/Daimler-Iconset-Filetypes-Logos_01.svg?s8u57i#Daimler-Iconset-Filetypes-Logos_01") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Daimler_Iconset-Interaction_01';
  src: url("../resources/fonts/Daimler_Iconset-Interaction_01.eot?w66rtt");
  src: url("../resources/fonts/Daimler_Iconset-Interaction_01.eot?w66rtt#iefix") format("embedded-opentype"), url("../resources/fonts/Daimler_Iconset-Interaction_01.ttf?w66rtt") format("truetype"), url("../resources/fonts/Daimler_Iconset-Interaction_01.woff?w66rtt") format("woff"), url("../resources/fonts/Daimler_Iconset-Interaction_01.svg?w66rtt#Daimler_Iconset-Interaction_01") format("svg");
  font-weight: normal;
  font-style: normal; }

.glyphicon-download,
.glyphicon-shopping-cart,
.daimler-interaction {
  font-family: 'Daimler_Iconset-Interaction_01';
  speak: none;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daimler-interaction {
  font-size: 24px; }

.daimler-interaction-bin-1:before {
  content: "\21"; }

.daimler-interaction-copy-2:before {
  content: "\22"; }

.daimler-interaction-copy-1:before {
  content: "\23"; }

.daimler-interaction-cursor-tap:before {
  content: "\24"; }

.daimler-interaction-wrench:before {
  content: "\25"; }

.daimler-interaction-upload-3:before {
  content: "\26"; }

.daimler-interaction-thumbs-up-1:before {
  content: "\27"; }

.daimler-interaction-thumbs-down-1:before {
  content: "\28"; }

.daimler-interaction-email:before {
  content: "\29"; }

.daimler-interaction-email-compose:before {
  content: "\2a"; }

.daimler-interaction-shopping-cart-up-2:before, .glyphicon-shopping-cart:before {
  content: "\2b"; }

.daimler-interaction-shopping-cart-full:before {
  content: "\2c"; }

.daimler-interaction-shopping-cart-4:before {
  content: "\2d"; }

.daimler-interaction-shopping-cart-4-empty:before {
  content: "\e900"; }

.daimler-interaction-shopping-cart-down-2:before {
  content: "\2e"; }

.daimler-interaction-print-text:before {
  content: "\2f"; }

.daimler-interaction-download-3:before, .glyphicon-download:before {
  content: "\30"; }

.daimler-interaction-cog:before {
  content: "\31"; }

.daimler-interaction-cog-double-1:before {
  content: "\32"; }

.daimler-interaction-cog-double-2:before {
  content: "\33"; }

.daimler-interaction-search:before {
  content: "\34"; }

.daimler-interaction-zoom-in:before {
  content: "\35"; }

.daimler-interaction-zoom-out:before {
  content: "\36"; }

.daimler-interaction-synchronize-1:before {
  content: "\37"; }

.daimler-interaction-synchronize-3:before {
  content: "\38"; }

.daimler-interaction-synchronize-4:before {
  content: "\39"; }

.daimler-interaction-synchronize-6:before {
  content: "\3a"; }

.daimler-interaction-transfer-1:before {
  content: "\3b"; }

.daimler-interaction-transfer-2:before {
  content: "\3c"; }

.daimler-interaction-transfer-3:before {
  content: "\3d"; }

.daimler-interaction-transfer-4:before {
  content: "\3e"; }

.daimler-interaction-shrink-1:before {
  content: "\3f"; }

.daimler-interaction-shrink-diagonal-1:before {
  content: "\40"; }

.daimler-interaction-shrink-diagonal-2:before {
  content: "\41"; }

.daimler-interaction-expand-diagonal-2:before {
  content: "\42"; }

.daimler-interaction-expand-diagonal-3:before {
  content: "\43"; }

.daimler-interaction-expand-diagonal-4:before {
  content: "\44"; }

.daimler-interaction-expand-horizontal-2:before {
  content: "\45"; }

.daimler-interaction-expand-vertical-2:before {
  content: "\46"; }

.daimler-interaction-expand-1:before {
  content: "\47"; }

.daimler-interaction-navigation-drawer-2:before {
  content: "\48"; }

.daimler-interaction-add-1:before {
  content: "\49"; }

.daimler-interaction-subtract-1:before {
  content: "\4a"; }

.daimler-interaction-subtract-2:before {
  content: "\4b"; }

.daimler-interaction-remove-2:before {
  content: "\4c"; }

.daimler-interaction-add-2:before {
  content: "\4d"; }

.daimler-interaction-add-box:before {
  content: "\4e"; }

.daimler-interaction-arrow-box-down-3:before {
  content: "\4f"; }

.daimler-interaction-arrow-box-down-4:before {
  content: "\50"; }

.daimler-interaction-arrow-box-down-5:before {
  content: "\51"; }

.daimler-interaction-arrow-box-left-3:before {
  content: "\52"; }

.daimler-interaction-arrow-box-left-4:before {
  content: "\53"; }

.daimler-interaction-arrow-box-left-5:before {
  content: "\54"; }

.daimler-interaction-arrow-box-right-3:before {
  content: "\55"; }

.daimler-interaction-arrow-box-right-4:before {
  content: "\56"; }

.daimler-interaction-arrow-box-right-5:before {
  content: "\57"; }

.daimler-interaction-arrow-box-up-3:before {
  content: "\58"; }

.daimler-interaction-arrow-box-up-4:before {
  content: "\59"; }

.daimler-interaction-arrow-box-up-5:before {
  content: "\5a"; }

.daimler-interaction-subtract-box:before {
  content: "\5b"; }

.daimler-interaction-remove-box:before {
  content: "\5c"; }

.daimler-interaction-arrow-circle-down-01:before {
  content: "\5d"; }

.daimler-interaction-navigation-next-2:before {
  content: "\5e"; }

.daimler-interaction-navigation-before-2:before {
  content: "\5f"; }

.daimler-interaction-arrow-circle-up-01:before {
  content: "\60"; }

.daimler-interaction-arrow-down-12:before {
  content: "\61"; }

.daimler-interaction-arrow-left-12:before {
  content: "\62"; }

.daimler-interaction-arrow-right-12:before {
  content: "\63"; }

.daimler-interaction-arrow-up-12:before {
  content: "\64"; }

.daimler-interaction-close:before {
  content: "\65"; }

.daimler-interaction-control-eject:before {
  content: "\66"; }

.daimler-interaction-control-fast-forward:before {
  content: "\67"; }

.daimler-interaction-control-next:before {
  content: "\68"; }

.daimler-interaction-control-pause:before {
  content: "\69"; }

.daimler-interaction-control-play:before {
  content: "\6a"; }

.daimler-interaction-control-previous:before {
  content: "\6b"; }

.daimler-interaction-control-record:before {
  content: "\6c"; }

.daimler-interaction-control-rewind:before {
  content: "\6d"; }

.daimler-interaction-control-stop:before {
  content: "\6e"; }

.daimler-interaction-eject-button:before {
  content: "\6f"; }

.daimler-interaction-volume-off-1:before {
  content: "\70"; }

.daimler-interaction-volume-up-1:before {
  content: "\71"; }

.daimler-interaction-volume-medium-1:before {
  content: "\72"; }

.daimler-interaction-volume-max-1:before {
  content: "\73"; }

.daimler-interaction-volume-low-1:before {
  content: "\74"; }

.daimler-interaction-volume-down-1:before {
  content: "\75"; }

.daimler-interaction-rewind-button:before {
  content: "\76"; }

.daimler-interaction-fast-forward-button:before {
  content: "\77"; }

.daimler-interaction-sopt-button:before {
  content: "\78"; }

.daimler-interaction-record-button:before {
  content: "\79"; }

.daimler-interaction-previous-button:before {
  content: "\7a"; }

.daimler-interaction-play-button:before {
  content: "\7b"; }

.daimler-interaction-pause-button:before {
  content: "\7c"; }

.daimler-interaction-next-button:before {
  content: "\7d"; }

.daimler-interaction-play-button-1:before {
  content: "\7e"; }

@-moz-keyframes spincclk {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-359deg); } }

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

@-o-keyframes spincclk {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(-359deg); } }

@-ms-keyframes spincclk {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(-359deg); } }

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

.glyphicon-shopping-cart.glyphicon-refresh,
.daimler-interaction.glyphicon-refresh {
  -webkit-animation: spincclk 1s infinite linear;
  -o-animation: spincclk 1s infinite linear;
  animation: spincclk 1s infinite linear;
  padding: 0 !important; }
  .glyphicon-shopping-cart.glyphicon-refresh:before,
  .daimler-interaction.glyphicon-refresh:before {
    content: "\38"; }

.daimler-fileType,
.glyphicon-INFOTYPE_DAIMLER_PRESS_ARTICLE,
.glyphicon-INFOTYPE_DAIMLER_PRESS_KIT,
.glyphicon-INFOTYPE_DAIMLER_PRESS_KIT_ARTICLE {
  font-family: 'Daimler_Iconset-Filetypes_01';
  speak: none;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.daimler-fileType-logo-xing:before {
  content: "\21"; }

.daimler-fileType-logo-twitter:before {
  content: "\22"; }

.daimler-fileType-logo-twitter-bird:before {
  content: "\23"; }

.daimler-fileType-logo-you-tube:before {
  content: "\24"; }

.daimler-fileType-logo-pinterest:before {
  content: "\25"; }

.daimler-fileType-logo-youtube-clip:before {
  content: "\26"; }

.daimler-fileType-logo-linkedin:before {
  content: "\27"; }

.daimler-fileType-logo-google-plus-1:before {
  content: "\28"; }

.daimler-fileType-logo-facebook:before {
  content: "\29"; }

.daimler-fileType-news-article:before {
  content: "\2a"; }

.daimler-fileType-newspaper:before {
  content: "\2b"; }

.daimler-fileType-video-clip-2:before {
  content: "\2c"; }

.daimler-fileType-file-acrobat:before {
  content: "\2d"; }

.daimler-fileType-file-add-1:before {
  content: "\2e"; }

.daimler-fileType-file-bar-graph:before {
  content: "\2f"; }

.daimler-fileType-file-block-1:before {
  content: "\30"; }

.daimler-fileType-file-check-1:before {
  content: "\31"; }

.daimler-fileType-file-delete-1:before {
  content: "\32"; }

.daimler-fileType-file-download-1:before {
  content: "\33"; }

.daimler-fileType-file-edit-1:before {
  content: "\34"; }

.daimler-fileType-file-excel:before {
  content: "\35"; }

.daimler-fileType-file-favorite-star-1:before {
  content: "\36"; }

.daimler-fileType-file-format-mp3:before {
  content: "\37"; }

.daimler-fileType-file-format-mp4:before {
  content: "\38"; }

.daimler-fileType-file-format-zip:before {
  content: "\39"; }

.daimler-fileType-file-graph-pie:before {
  content: "\3a"; }

.daimler-fileType-file-hierarchy:before {
  content: "\3b"; }

.daimler-fileType-file-highlight:before {
  content: "\3c"; }

.daimler-fileType-file-keynote:before {
  content: "\3d"; }

.daimler-fileType-file-line-graph:before {
  content: "\3e"; }

.daimler-fileType-file-lock-1:before {
  content: "\3f"; }

.daimler-fileType-file-module-edit:before {
  content: "\40"; }

.daimler-fileType-file-music-1:before {
  content: "\41"; }

.daimler-fileType-file-new-1:before {
  content: "\42"; }

.daimler-fileType-file-new-2:before, .glyphicon-INFOTYPE_DAIMLER_PRESS_ARTICLE:before, .glyphicon-INFOTYPE_DAIMLER_PRESS_KIT_ARTICLE:before {
  content: "\43"; }

.daimler-fileType-file-new-3:before, .glyphicon-INFOTYPE_DAIMLER_PRESS_KIT:before {
  content: "\44"; }

.daimler-fileType-file-notepad:before {
  content: "\45"; }

.daimler-fileType-file-pdf:before {
  content: "\46"; }

.daimler-fileType-file-picture:before {
  content: "\47"; }

.daimler-fileType-file-powerpoint:before {
  content: "\48"; }

.daimler-fileType-file-powerpoint-show:before {
  content: "\49"; }

.daimler-fileType-file-refresh-1:before {
  content: "\4a"; }

.daimler-fileType-file-rtf:before {
  content: "\4b"; }

.daimler-fileType-file-setting-1:before {
  content: "\4c"; }

.daimler-fileType-file-stamp:before {
  content: "\4d"; }

.daimler-fileType-file-subtract-1:before {
  content: "\4e"; }

.daimler-fileType-file-sync-1:before {
  content: "\4f"; }

.daimler-fileType-file-table:before {
  content: "\50"; }

.daimler-fileType-file-text-chart:before {
  content: "\51"; }

.daimler-fileType-file-text-document:before {
  content: "\52"; }

.daimler-fileType-file-upload-1:before {
  content: "\53"; }

.daimler-fileType-file-video-1:before {
  content: "\54"; }

.daimler-fileType-file-view-1:before {
  content: "\55"; }

.daimler-fileType-file-warning-1:before {
  content: "\56"; }

.daimler-fileType-file-words:before {
  content: "\57"; }

.daimler-fileType-file-zipped:before {
  content: "\58"; }

.daimler-fileType-picture-1:before {
  content: "\59"; }

.daimler-fileType-picture-2:before {
  content: "\5a"; }

.daimler-fileType-picture-3:before {
  content: "\5b"; }

body {
  letter-spacing: -0.02em;
  line-height: 1.42857143; }
  body.is-startpage #thema.info-panel .info-panel-body,
  body.is-startpage #thema.info-panel .info-type-press-buttons {
    margin-bottom: 0; }

strong,
label,
.bold,
.font-bold,
.control-label {
  font-family: 'DaimlerCS-Bold';
  font-weight: normal !important; }

.thumbnail-property-first .control-label {
  font-family: "DaimlerCS-Regular",Arial,sans-serif; }

.svg.svg-search-list-ko {
  display: none; }

.customer-logo {
  background-image: url("../pub/images/sprites/NMSSprite.png");
  background-repeat: no-repeat;
  vertical-align: middle; }
  .customer-logo.customer-logo-mercedesBenzBank {
    width: 114px;
    height: 9px;
    background-position: -227px -91px; }
  .customer-logo.customer-logo-mercedesBenzFinancial {
    width: 100px;
    height: 24px;
    background-position: -227px -105px; }
  .customer-logo.customer-logo-mercedesBenz {
    width: 48px;
    height: 47px;
    background-position: -334px -2px; }
  .customer-logo.customer-logo-mercedesAmg {
    width: 98px;
    height: 10px;
    background-position: -227px -131px; }
  .customer-logo.customer-logo-fuso {
    width: 44px;
    height: 40px;
    background-position: -179px -99px; }
  .customer-logo.customer-logo-freightliner {
    width: 100px;
    height: 20px;
    background-position: -79px -115px; }
  .customer-logo.customer-logo-daimlerTruckFinancial {
    width: 110px;
    height: 20px;
    background-position: -205px -67px; }
  .customer-logo.customer-logo-car2go {
    width: 62px;
    height: 39px;
    background-position: -270px -26px; }
  .customer-logo.customer-logo-bharatbenz {
    width: 75px;
    height: 46px;
    background-position: 0 -89px; }
  .customer-logo.customer-logo-westernStar {
    width: 53px;
    height: 34px;
    background-position: -215px -26px; }
  .customer-logo.customer-logo-thomasBuiltBuses {
    width: 86px;
    height: 28px;
    background-position: -60px -57px; }
  .customer-logo.customer-logo-smart {
    width: 38px;
    height: 51px;
    background-position: 0 -36px; }
  .customer-logo.customer-logo-setra {
    width: 93px;
    height: 20px;
    background-position: 0 -14px; }
  .customer-logo.customer-logo-moovel {
    width: 110px;
    height: 20px;
    background-position: -211px -2px; }
  .customer-logo.customer-logo-mercedesMe {
    width: 102px;
    height: 37px;
    background-position: -107px -2px; }
  .customer-logo.customer-logo-mercedesMaybach {
    width: 105px;
    height: 10px;
    background-position: 0 0; }
  .customer-logo.customer-logo-mytaxi {
    width: 88px;
    height: 35px;
    background-position: -281px -328px; }
  .customer-logo.customer-logo-eq {
    width: 52px;
    height: 35px;
    background-position: -10px -456px; }
  .customer-logo.customer-logo-athlon {
    width: 120px;
    height: 35px;
    background-position: -331px -393px; }
  @media (min-width: 1680px) {
    .customer-logo.customer-logo-car2go {
      width: 86px;
      height: 55px;
      background-position: -109px -386px; }
    .customer-logo.customer-logo-bharatbenz {
      width: 93px;
      height: 58px;
      background-position: -6px -384px; }
    .customer-logo.customer-logo-westernStar {
      width: 84px;
      height: 55px;
      background-position: -190px -326px; }
    .customer-logo.customer-logo-thomasBuiltBuses {
      width: 118px;
      height: 38px;
      background-position: -150px -286px; }
    .customer-logo.customer-logo-smart {
      width: 52px;
      height: 70px;
      background-position: -291px -253px; }
    .customer-logo.customer-logo-setra {
      width: 139px;
      height: 29px;
      background-position: -150px -255px; }
    .customer-logo.customer-logo-moovel {
      width: 158px;
      height: 27px;
      background-position: -17px -346px; }
    .customer-logo.customer-logo-mercedesMe {
      width: 139px;
      height: 50px;
      background-position: -6px -257px; }
    .customer-logo.customer-logo-mercedesMaybach {
      width: 136px;
      height: 13px;
      background-position: -6px -242px; }
    .customer-logo.customer-logo-mercedesBenz {
      width: 64px;
      height: 64px;
      background-position: -267px -173px; }
    .customer-logo.customer-logo-mercedesBenzFinancial {
      width: 156px;
      height: 38px;
      background-position: -81px -200px; }
    .customer-logo.customer-logo-mercedesBenzBank {
      width: 180px;
      height: 15px;
      background-position: -80px -182px; }
    .customer-logo.customer-logo-mercedesAmg {
      width: 124px;
      height: 11px;
      background-position: -81px -167px; }
    .customer-logo.customer-logo-fuso {
      width: 71px;
      height: 65px;
      background-position: -6px -169px; }
    .customer-logo.customer-logo-freightliner {
      width: 110px;
      height: 22px;
      background-position: -155px -143px; }
    .customer-logo.customer-logo-daimlerTruckFinancial {
      width: 149px;
      height: 26px;
      background-position: 0 -137px; }
    .customer-logo.customer-logo-mytaxi {
      width: 105px;
      height: 42px;
      background-position: -201px -386px; }
    .customer-logo.customer-logo-eq {
      width: 70px;
      height: 38px;
      background-position: -76px -454px; }
    .customer-logo.customer-logo-athlon {
      width: 185px;
      height: 38px;
      background-position: -161px -454px; } }

.form-control {
  border-bottom-width: 2px; }
  .form-control:focus {
    border-bottom-color: #000000; }

.form-control-black {
  border-bottom-color: black; }

div.header {
  font-size: 0;
  margin-bottom: 0;
  background: white; }
  div.header .header-logo img {
    height: 28px; }
  div.header .main-menu-context {
    display: table;
    padding-top: 5px;
    padding-bottom: 7px;
    width: 100%; }
    div.header .main-menu-context .main-menu-addon,
    div.header .main-menu-context .main-menu {
      margin: 0; }
    div.header .main-menu-context span.empty {
      display: none; }
    div.header .main-menu-context .main-menu-addon {
      display: table-cell;
      width: 1px;
      white-space: nowrap;
      vertical-align: top; }
    div.header .main-menu-context .main-menu {
      display: inline-block;
      vertical-align: bottom;
      min-height: 1px;
      width: 100%;
      height: 48px;
      overflow: hidden; }
      @media (max-width: 1439px) {
        div.header .main-menu-context .main-menu {
          height: 42px; } }
      div.header .main-menu-context .main-menu .main-menu-item {
        display: inline-block;
        list-style-type: none;
        position: relative; }
        div.header .main-menu-context .main-menu .main-menu-item + .main-menu-item a {
          padding: 13px 10px 10px 20px; }
          @media (max-width: 1439px) {
            div.header .main-menu-context .main-menu .main-menu-item + .main-menu-item a {
              padding: 10px 7px 10px 15px; } }
        div.header .main-menu-context .main-menu .main-menu-item + .main-menu-item:before {
          content: '';
          position: absolute;
          width: 9px;
          height: 21px;
          left: 0;
          top: 11px;
          background: url("../pub/images/img_divider_nav.png") no-repeat; }
        @media (min-width: 1439px) {
          div.header .main-menu-context .main-menu .main-menu-item + .main-menu-item:before {
            top: 13px; } }
        div.header .main-menu-context .main-menu .main-menu-item a {
          padding: 10px;
          display: block;
          font-size: 18px;
          line-height: 18px;
          color: black; }
          div.header .main-menu-context .main-menu .main-menu-item a:hover {
            color: #707070; }
          div.header .main-menu-context .main-menu .main-menu-item a.active {
            color: black; }
            div.header .main-menu-context .main-menu .main-menu-item a.active.with-children:after {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              bottom: -11px;
              width: 0;
              height: 0;
              margin: auto;
              border: 11px solid transparent;
              border-bottom-color: white; }
            @media (min-width: 1439px) {
              div.header .main-menu-context .main-menu .main-menu-item a.active.with-children:after {
                bottom: -13px; } }
          @media (max-width: 1439px) {
            div.header .main-menu-context .main-menu .main-menu-item a {
              font-size: 16px; }
              div.header .main-menu-context .main-menu .main-menu-item a.active.with-children:after {
                bottom: -6px; } }
  div.header .container {
    position: relative; }
    div.header .container .header-lang {
      font-size: 16px;
      position: absolute;
      top: 0;
      right: 0; }
      div.header .container .header-lang a {
        color: #000; }

.panel {
  margin-bottom: 0;
  background-color: initial;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.subheader {
  position: relative; }
  .subheader .sub-menu {
    display: inline-block;
    text-align: center; }
    .subheader .sub-menu > .sub-menu-item {
      display: inline-block; }
      .subheader .sub-menu > .sub-menu-item > a {
        padding: 15px 10px;
        display: block;
        color: black; }
        .subheader .sub-menu > .sub-menu-item > a:hover {
          color: #707070; }
        .subheader .sub-menu > .sub-menu-item > a:hover, .subheader .sub-menu > .sub-menu-item > a:active, .subheader .sub-menu > .sub-menu-item > a:focus {
          text-decoration: none; }
  .subheader .quick-search-collapse,
  .subheader .topic-tree-collapse {
    background: #E8E8E8; }
    .subheader .quick-search-collapse .container,
    .subheader .topic-tree-collapse .container {
      padding: 35px 10px; }

.highlight-box {
  padding: 10px 0px; }

.search-input-field {
  border-width: 2px; }

footer {
  background: #f0f1f2 url("../pub/images/sprites/footer_bg.gif") repeat-x;
  padding: 45px 0; }
  footer h3 {
    font-size: 1.563em;
    margin-bottom: 11px;
    margin-top: 22px; }
  footer ul li {
    list-style-type: none; }
  footer .info-links ul li {
    padding: 5px 0; }
    footer .info-links ul li a {
      color: #707070;
      text-decoration: none; }
      footer .info-links ul li a i.glyphicon {
        margin-right: 4px; }
      footer .info-links ul li a:hover {
        color: #000; }
    @media (min-width: 2px) {
      footer .info-links ul li {
        display: inline-block;
        min-width: 49%; } }
  footer .info-links .footer-services > ul > li {
    width: auto;
    display: block; }
  footer .customer-links {
    font-size: 0; }
    footer .customer-links a {
      display: inline-block; }
      footer .customer-links a > .logo-wrap {
        height: 100px;
        display: table-cell;
        vertical-align: middle; }
        footer .customer-links a > .logo-wrap > span {
          display: block; }
  footer .footer-links .btn {
    padding: 20px;
    color: #666; }
    @media (max-width: 1px) {
      footer .footer-links .btn {
        padding: 10px 10px;
        display: block; } }

.normalize-underline:hover, div.header .main-menu-context .main-menu .main-menu-item a:hover, .normalize-underline:focus, div.header .main-menu-context .main-menu .main-menu-item a:focus {
  text-decoration: none; }

.btn:hover, .btn:focus, .btn:active:focus {
  text-decoration: none;
  outline: 0; }

#searchResultBottomNav {
  background: #e6e6e6; }
  #searchResultBottomNav .search-group {
    padding: 10px; }

.searchTitle .info-panel {
  border: none; }
  .searchTitle .info-panel .info-panel-header {
    padding: 15px 15px; }
  .searchTitle .info-panel .info-panel-body {
    padding: 0 30px 5px 35px; }

#uiDetailedSearchMenu .form-group-cleared-advanced-search {
  margin: 0 !important;
  padding-bottom: 20px; }
  @media (min-width: 2px) {
    #uiDetailedSearchMenu .form-group-cleared-advanced-search {
      padding-right: 30px; } }

.keyword {
  display: inline-block;
  padding-right: 10px; }
  .keyword i {
    font-size: inherit;
    position: relative;
    top: 1px; }
  .keyword a {
    font-weight: normal;
    border-radius: 30px;
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #00677f;
    color: #00677f;
    font-size: 13px; }

.search-result {
  font-size: 14px; }

.nav-tabs.nav-tabs-search-result {
  border-bottom: 2px solid #707070; }
  .nav-tabs.nav-tabs-search-result > li a {
    margin-top: 5px;
    padding: 7px 20px;
    border-style: none; }
  .nav-tabs.nav-tabs-search-result > li.active a {
    margin-top: 0;
    border-style: none;
    padding: 10px 20px; }

.search-lists > .small-hr {
  border-top: 1px solid disabled; }

.search-lists .search-list {
  max-width: 930px;
  margin: auto; }
  .search-lists .search-list .search-list-properties.search-list-properties-ko .properties-list {
    padding-right: 10px !important; }
  .search-lists .search-list .search-list-properties.search-list-properties-ko .btn.hidden {
    display: inherit !important; }
  .search-lists .search-list .search-list-body {
    padding-top: 20px; }
  .search-lists .search-list + .search-list {
    margin-top: 10px;
    border-top: 1px solid #c8c8c8; }
  .search-lists .search-list.search-list-press-release {
    padding: 20px;
    padding-right: 30px; }
    .search-lists .search-list.search-list-press-release:after {
      top: 10px;
      right: 5px;
      width: 23px;
      height: 46px;
      position: absolute;
      background: transparent url(../pub/images/sprite_teaser_arrows_png.png) no-repeat 0 0;
      background-position: -77px -724px; }
    .search-lists .search-list.search-list-press-release:hover {
      background-color: #F9F9F9; }
    .search-lists .search-list.search-list-press-release > .search-list-body {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      overflow: initial;
      margin-bottom: 0; }
      .search-lists .search-list.search-list-press-release > .search-list-body > .blocks,
      .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper,
      .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .picture,
      .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .content {
        display: table-cell;
        vertical-align: top; }
      .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper {
        padding-left: 10px; }
        .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .picture {
          padding-right: 10px;
          width: 300px;
          vertical-align: middle; }
        .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .content {
          display: block; }
          .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .content > h3.title {
            margin: 0; }
          .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .content > .text {
            font-size: 16px;
            margin-top: 20px; }
      .search-lists .search-list.search-list-press-release > .search-list-body .properties .property {
        display: block;
        border-bottom: none; }
        .search-lists .search-list.search-list-press-release > .search-list-body .properties .property .property-value.keyword-list {
          display: block; }
      @media (max-width: 2px) {
        .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .picture,
        .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .content {
          display: block; }
        .search-lists .search-list.search-list-press-release > .search-list-body > .wrapper > .picture {
          width: auto;
          margin: 0 auto; } }

.blocks {
  font-size: 0;
  width: 50px; }
  .blocks.blocks-lg {
    width: 70px; }
  .blocks > .block {
    width: 50px;
    height: 50px;
    background-color: #00677f;
    padding: 10px;
    color: white;
    text-align: center;
    line-height: 1;
    border-radius: 2px; }
    .blocks > .block.block-lg {
      width: 70px;
      height: 70px; }
      .blocks > .block.block-lg > .picture {
        line-height: 50px; }
    .blocks > .block.block-sm {
      width: 32px;
      height: 32px;
      display: inline-block;
      padding: 0; }
      .blocks > .block.block-sm + .block-sm {
        margin-left: 5px; }
      .blocks > .block.block-sm > .counter {
        font-size: 14px;
        line-height: 1.25; }
      .blocks > .block.block-sm > .description {
        font-size: 11px; }
    .blocks > .block > .counter,
    .blocks > .block > .picture {
      font-weight: bold;
      font-size: 18px; }
    .blocks > .block > .description {
      font-size: 16px; }
    .blocks > .block > .picture {
      line-height: 30px; }
    .blocks > .block + .block {
      margin-top: 10px; }

.info-panel {
  margin-bottom: 0; }
  .info-panel .info-panel-header .header-icons {
    float: right; }
    .info-panel .info-panel-header .header-icons .edit-menu > .btn {
      color: #00677f; }
  .info-panel .info-panel-header .headline {
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.02em;
    color: #000000;
    line-height: 0.85em;
    margin: 0 0 30px 0;
    padding: 0 70px;
    text-rendering: optimizeLegibility; }
  .info-panel.info-panel-instance .info-panel-header {
    padding: 10px; }
  .info-panel.info-panel-press-release {
    padding-left: 20px; }
    .info-panel.info-panel-press-release .properties .c2cClass3 {
      padding-bottom: 14px; }
    .info-panel.info-panel-press-release .properties ul {
      padding-left: 20px; }
      .info-panel.info-panel-press-release .properties ul li {
        list-style-type: circle; }
  .info-panel.info-type-panel .info-panel-body {
    border-top: none;
    margin-bottom: 10px;
    padding: 0; }
    .info-panel.info-type-panel .info-panel-body .properties,
    .info-panel.info-type-panel .info-panel-body .info-type-press-buttons {
      width: 100%;
      max-width: 700px;
      margin: auto; }
    .info-panel.info-type-panel .info-panel-body .info-type-press-buttons {
      margin-top: 10px;
      margin-bottom: 30px; }
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn {
      width: 100%;
      margin-bottom: 10px; }
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .panel-group.press-media li {
      list-style-type: none; }
    .info-panel.info-type-panel .info-panel-body .block-title {
      font-family: 'DaimlerCS-Bold' !important;
      font-weight: normal !important; }
  .info-panel.info-type-panel .info-panel-footer {
    width: 75%;
    margin-left: 15%;
    margin-top: 20px; }

@media (max-width: 1px) {
  .btn-lg {
    padding: 6px 8px; }
  .subheader .main-menu img {
    height: 20px; }
  .container.container-main-menu, .container.main-container {
    width: 100%; } }

.uiPage.open {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }
  .uiPage.open div > .topic-tree-panel {
    width: 300px !important;
    display: block; }
    .uiPage.open div > .topic-tree-panel .glyphicon {
      display: none; }
  .uiPage.open div > .page-content {
    overflow: hidden;
    width: 100%;
    margin-left: 300px;
    position: fixed;
    top: 0;
    height: 100%; }
    .uiPage.open div > .page-content > .navbar {
      position: absolute; }
    .uiPage.open div > .page-content > footer {
      position: relative; }

.topic-tree-panel {
  background-color: black; }
  .topic-tree-panel .topic-tree .level_1 > .menu-item.active:after {
    border-top-color: black; }
  .topic-tree-panel .topic-tree .level_1 > ul > .menu-item.active {
    background-color: black; }
  .topic-tree-panel .topic-tree .menu-item:after {
    top: 36px;
    left: 32px;
    border-top-color: black; }
  .topic-tree-panel .topic-tree .menu-item:before {
    width: 21px;
    height: 21px;
    border: 1px solid white;
    padding: 3px;
    padding-left: 5px; }
  .topic-tree-panel .topic-tree .menu-item.ajax:before, .topic-tree-panel .topic-tree .menu-item.more:before {
    content: ""; }
  .topic-tree-panel .topic-tree .menu-item.active.ajax:before, .topic-tree-panel .topic-tree .menu-item.active.more:before {
    color: #1f1f1f;
    background-color: white;
    padding: 2px;
    padding-left: 5px;
    content: ""; }

.dropdown .dropdown-menu,
.dropup .dropdown-menu {
  border-radius: 0; }
  .dropdown .dropdown-menu:before,
  .dropup .dropdown-menu:before {
    content: normal; }

.dropdown.dropdown-item {
  border-bottom: 1px solid black; }
  .dropdown.dropdown-item i.glyphicon.glyphicon-angle-down {
    color: #00677f;
    font-weight: bold; }

.list-group.list-group-press-kit-navigation {
  border: 1px solid #e6e6e6;
  padding-left: 15px; }
  .list-group.list-group-press-kit-navigation .list-group-item-press-kit-navigation {
    color: black;
    background-color: white;
    border-style: none;
    border-radius: 0; }
  .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation {
    color: black; }
    .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation .list-group-item-heading {
      color: inherit; }
    .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation:hover, .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation:focus {
      color: black;
      background-color: #f2f2f2; }
    .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active, .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active:hover, .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active:focus {
      color: #fff;
      background-color: black;
      border-color: black; }
      .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active:before, .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active:hover:before, .list-group.list-group-press-kit-navigation a.list-group-item-press-kit-navigation.active:focus:before {
        content: "";
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left-color: #000000;
        border-width: 20px 13px;
        position: absolute;
        right: -26px;
        top: 50%;
        margin-top: -20px; }

.withTruncatedLines > .uiExpand,
.withTruncatedLines > .uiCollapse {
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px 10px 10px;
  background: black;
  opacity: 1;
  color: white;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: normal;
  line-height: 35px;
  text-transform: uppercase;
  font-family: 'Daimler_Iconset-Interaction_01'; }

.content-block {
  background-color: #003340;
  color: white;
  padding: 20px; }
  .content-block .svg-content-block {
    fill: white; }
  .content-block.content-block-muted {
    background-color: #707070; }
  .content-block i.glyphicon-angle-right {
    font-size: 40px;
    line-height: 0.5; }

select.form-control {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.multiple select.form-control {
  border-bottom: none;
  padding-left: 5px; }

.form-horizontal .checkbox {
  min-height: 30px; }

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px; }

.checkbox label {
  min-height: 20px;
  line-height: 20px; }
  .checkbox label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #9e9e9e;
    border-radius: 0; }
  .checkbox label:after {
    line-height: 1.7;
    width: 20px;
    height: 20px; }

#newsletter_wrapper input#newsletter_email {
  height: 40px; }

#newsletter_wrapper select, #newsletter_wrapper select:focus, #newsletter_wrapper select:hover, #newsletter_wrapper select:active {
  border: none;
  border-bottom: 1px solid #000000;
  margin-left: 0;
  padding-left: 0; }

#newsletter_wrapper label {
  font-weight: bold; }

#newsletter_wrapper div.checkbox {
  margin-top: 5px; }

#newsletter_wrapper .form-group {
  margin-bottom: 30px; }
  #newsletter_wrapper .form-group div.col-sm-6:first-child {
    margin-bottom: 30px; }
  @media (min-width: 2px) {
    #newsletter_wrapper .form-group div.col-sm-6:first-child {
      margin-bottom: 0; } }

.icons .glyphicon-download {
  color: #00677f; }

.search-thumbnail .thumbnail-footer .icons .icon {
  color: #00677f; }
  .search-thumbnail .thumbnail-footer .icons .icon > i {
    color: #00677f; }

.search-thumbnail .thumbnail-footer .icons .glyphicon {
  color: #00677f; }

.instance-control i.glyphicon-shopping-cart:before,
.search-thumbnails:not(.search-thumbnails-ko) .thumbnail-footer .icons i.glyphicon-shopping-cart:before,
.search-list-properties:not(.search-list-properties-ko) i.glyphicon-shopping-cart:before {
  content: "\e900"; }

.instance-control .btn.active i.glyphicon-shopping-cart:before,
.search-thumbnails:not(.search-thumbnails-ko) .thumbnail-footer .icons .btn.active i.glyphicon-shopping-cart:before,
.search-list-properties:not(.search-list-properties-ko) .btn.active i.glyphicon-shopping-cart:before {
  content: "\2d"; }

.instance-control i.glyphicon-shopping-cart.glyphicon-refresh:before,
.search-thumbnails:not(.search-thumbnails-ko) .thumbnail-footer .icons i.glyphicon-shopping-cart.glyphicon-refresh:before,
.search-list-properties:not(.search-list-properties-ko) i.glyphicon-shopping-cart.glyphicon-refresh:before {
  content: "\38" !important; }

#thema .btn-print {
  display: none; }

.keywords-search {
  padding-left: 30px; }
  @media (max-width: 2px) {
    .keywords-search {
      padding-left: 0; } }
  .keywords-search .tag-cloud-wrapper .tag-cloud-weight-1, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-2, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-3, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-4, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-5, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-6, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-7, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-8, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-9, .keywords-search .tag-cloud-wrapper .tag-cloud-weight-10 {
    width: 48%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right: 2%; }
  .keywords-search a.tag-cloud-link {
    padding-bottom: 10px;
    color: #00677f; }
    .keywords-search a.tag-cloud-link:after {
      content: "\f105";
      right: 0;
      width: 10px;
      font: 18px/1 'FontAwesome';
      color: #00677f;
      margin-left: 8px;
      font-weight: bold; }
    .keywords-search a.tag-cloud-link:hover {
      text-decoration: none; }

.info-panel-body .content-fill .teaser-wrapper {
  text-align: center; }

.info-panel-body .content-fill .teaser-container {
  display: inline-block;
  max-width: 100%; }

.info-panel-body .content-fill .teaser-info {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003340;
  color: white;
  font-size: 14px;
  padding: 20px 10px; }

.thumbnail-body .search-img-icon,
.search-list-body .search-img-icon {
  display: block !important; }

.search-thumbnails-ko .search-thumbnail {
  width: 290px;
  padding: 0; }
  @media (min-width: 1440px) {
    .search-thumbnails-ko .search-thumbnail {
      width: 362px; } }
  .search-thumbnails-ko .search-thumbnail .thumbnail-img {
    background-color: #e6e6e6;
    border-bottom: 3px solid #02687f; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-bottom .property-link {
    font-size: 20px; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-first,
  .search-thumbnails-ko .search-thumbnail .thumbnail-property-second {
    margin: 0 10px;
    padding-bottom: 12px !important; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-footer {
    font-size: 13px; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-footer span.font-bold {
      font-size: 15px;
      font-weight: bold; }
    .search-thumbnails-ko .search-thumbnail .thumbnail-footer .btn.hidden {
      display: inherit !important; }

.search-list-topic-mainpic > .search-list-img > a.preview {
  background-color: #e6e6e6; }

.cookie-content {
  font-size: 1.8rem; }

.breadcrumb-container {
  list-style: none;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 0;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0; }
  .breadcrumb-container > li {
    display: inline-block; }
    .breadcrumb-container > li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #cccccc; }
  .breadcrumb-container > .active {
    color: #999999; }
  .breadcrumb-container ol, .breadcrumb-container ol li {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: normal; }
  .breadcrumb-container ol {
    overflow: hidden;
    margin-left: 28px; }
    .breadcrumb-container ol li {
      float: left;
      font-size: 0.889em;
      position: relative;
      color: #000000;
      padding-left: 20px;
      max-width: 300px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (min-width: 1440px) {
        .breadcrumb-container ol li {
          max-width: 400px; } }
      .breadcrumb-container ol li:before {
        content: '';
        display: inline-block;
        height: 14px;
        line-height: 14px;
        width: 8px;
        background: #ffffff url("../pub/images/img-arrows-sprite-svg.svg") no-repeat -2px -20px;
        position: absolute;
        top: 3px;
        left: 5px; }
      .breadcrumb-container ol li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .breadcrumb-container ol li:first-child a {
          padding-left: 0; }
        .breadcrumb-container ol li:first-child:before {
          content: '';
          background: none; }
      .breadcrumb-container ol li a {
        color: #707070;
        padding: 10px 5px 10px 0px;
        font-size: inherit; }
        .breadcrumb-container ol li a:hover {
          color: #000000;
          text-decoration: none; }
      .breadcrumb-container ol li > span {
        padding-left: 10px; }

.info-panel-dialog .breadcrumb-container {
  border-top: none;
  margin-top: 0;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px; }

.info-panel-dialog div.title {
  padding-left: 15px; }

body.is-startpage #relations, body.is-startpage #searchResultNav {
  display: none; }

body.is-startpage #searchResultBottomNav .menu-bar, body.is-startpage #searchResultBottomNav .resultCounter {
  display: none; }

body.is-startpage .search-container, body.is-startpage body.is-searchresult .search-result-wrapper, body.is-searchresult body.is-startpage .search-result-wrapper {
  border: none;
  padding: 10px 0 0; }

.search-img-icon {
  padding: 5px !important; }
  .search-img-icon .glyphicon {
    padding: 5px !important; }
  .search-img-icon .glyphicon-INFOTYPE_DAIMLER_PRESS_ARTICLE, .search-img-icon .glyphicon-INFOTYPE_DAIMLER_PRESS_KIT {
    font-size: 20px !important;
    padding: 2px !important; }

#uiGoToTop {
  line-height: 1;
  z-index: 310;
  position: fixed;
  bottom: -2px;
  /* left: -999em; */
  height: 39px;
  width: 49px;
  white-space: nowrap;
  background: #000000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 44px 10px 10px;
  right: 5%;
  text-decoration: none; }
  #uiGoToTop .glyphicon-angle-up {
    font-size: 40px;
    margin-bottom: 34px;
    line-height: 18px;
    color: #fff;
    margin-left: 4px;
    overflow: hidden; }

.info-panel.info-panel-cart .info-panel-header,
.info-panel.info-panel-cart .info-panel-body,
.info-panel.info-panel-cart .info-panel-footer {
  padding: 15px 10px; }

.info-panel.info-panel-cart .info-panel-header {
  border-bottom: 1px solid #e6e6e6; }

.info-panel.info-panel-cart .info-panel-body {
  background-color: white;
  padding-bottom: 0; }

.info-panel.info-panel-cart .search-list-properties .tiny-hr {
  border-color: transparent; }

.info-panel.info-panel-cart .cart-submit-container {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background-color: #e6e6e6; }

.info-panel.info-panel-cart .cart-list-body .search-list-properties > .property-panel {
  position: relative;
  margin-bottom: 20px; }
  .info-panel.info-panel-cart .cart-list-body .search-list-properties > .property-panel > .property {
    font-size: 14px; }
  .info-panel.info-panel-cart .cart-list-body .search-list-properties > .property-panel .property:first-child .property-label {
    display: none; }
  .info-panel.info-panel-cart .cart-list-body .search-list-properties > .property-panel .property:first-child .property-value {
    font-size: 20px;
    padding-bottom: 10px; }
  .info-panel.info-panel-cart .cart-list-body .search-list-properties > .property-panel:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #c9c9c9;
    line-height: 1;
    bottom: -10px;
    position: absolute; }

.info-panel.info-panel-cart .search-list-footer-cart-controls .btn:first-child {
  padding-left: 0; }

.search-result .search-result-content .search-list i.daimler-interaction,
.search-result .search-result-content .search-list i.glyphicon {
  color: #00677f;
  font-size: 24px; }

.search-result .search-result-content .search-list i.glyphicon-download {
  font-size: 22px; }

.search-result .search-result-content .search-list .search-img-icon i {
  color: white; }

.search-result .search-result-content .search-list .media-block-body i.glyphicon {
  font-size: 12px; }

.search-result .search-result-content .property {
  font-size: 14px; }

.search-lists.search-content > .search-list .properties-list {
  position: relative;
  margin-bottom: 20px; }
  .search-lists.search-content > .search-list .properties-list:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #c9c9c9;
    line-height: 1;
    bottom: -10px;
    position: absolute; }

.social-media-links .dropdown-menu.dropdown-menu-social-links {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  padding: 20px 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); }
  .social-media-links .dropdown-menu.dropdown-menu-social-links:after, .social-media-links .dropdown-menu.dropdown-menu-social-links:before {
    position: absolute;
    content: '' !important;
    border: 15px solid transparent;
    background: transparent;
    border-bottom-color: white;
    top: -30px;
    width: 15px;
    height: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .social-media-links .dropdown-menu.dropdown-menu-social-links:before {
    border-bottom-color: #777777; }
  .social-media-links .dropdown-menu.dropdown-menu-social-links li.dropdown-head {
    font-family: 'DaimlerCS-Demi', Arial, sans-serif;
    margin: 0 28px 14px 28px;
    font-size: 25px; }
  .social-media-links .dropdown-menu.dropdown-menu-social-links li a {
    font-size: 18px;
    line-height: 1.1em;
    padding: 10px 30px; }

.relation-property .relation-count {
  font-size: 18px; }

.relation-property .relation-label {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 5px; }

a.relation-property, a.relation-property:hover, a.relation-property:active, a.relation-property:focus {
  text-decoration: none; }

.nav-tabs-search-result > li > a > i {
  font-size: 14px !important; }

.cart-list-body.DAIMLER_NMS_CO2_LABEL span.property-label {
  display: none; }

.property.DAIMLER_NMS_CO2_LABEL, .property .DAIMLER_NMS_CO2_LABEL {
  margin-top: 12px;
  display: block !important; }

.search-thumbnails.search-thumbnails-bestofs .search-thumbnail {
  margin-bottom: 0 !important;
  height: 330px; }
  .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-property-first {
    display: block;
    padding: 15px 0;
    padding-right: 30px; }
    .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-property-first > .text {
      font-size: 20px;
      line-height: 25px;
      overflow: hidden; }
    .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-property-first:after {
      content: "\63";
      position: absolute;
      right: 0px;
      top: 17px;
      width: 20px;
      height: 30px;
      font: 21px/1 'Daimler_Iconset-Interaction_01';
      color: #000000; }
  .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-body {
    border-bottom: 3px solid #02687f; }
  .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-img {
    border-style: none; }
    .search-thumbnails.search-thumbnails-bestofs .search-thumbnail .thumbnail-img img {
      width: 100%; }

.search-thumbnail a.thumbnail-property-first {
  text-decoration: none; }
  .search-thumbnail a.thumbnail-property-first:hover {
    text-decoration: underline; }
  .search-thumbnail a.thumbnail-property-first:after {
    text-decoration: underline; }
  .search-thumbnail a.thumbnail-property-first:after, .search-thumbnail a.thumbnail-property-first:hover:after {
    text-decoration: none; }

@media (max-width: 3px) {
  html.ua-mobile .search-thumbnails.search-thumbnails-bestofs .search-thumbnail {
    display: block;
    width: auto !important;
    max-width: 330px;
    margin: 10px auto; } }

.bestofs {
  background-color: #E8E8E8;
  padding: 17px;
  margin-bottom: 50px; }
  .bestofs .bestofs-header {
    margin-bottom: 20px; }
    .bestofs .bestofs-header:before, .bestofs .bestofs-header:after {
      content: " ";
      display: table; }
    .bestofs .bestofs-header:after {
      clear: both; }
    .bestofs .bestofs-header .bestofs-more {
      float: right; }
    .bestofs .bestofs-header .bestofs-headline {
      margin: 0; }

.badge {
  min-width: 30px;
  font-size: 13px;
  padding-top: 3px; }

.contaienr-search input.form-control {
  font-size: 12px; }
  @media (min-width: 1440px) {
    .contaienr-search input.form-control {
      font-size: 16px; } }

.shariff li.recommendMedia {
  background-color: transparent; }
  .shariff li.recommendMedia a {
    color: #000 !important;
    background-color: #e6e6e6 !important; }

.alert-info {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #000; }

.cart-wrapper {
  max-width: 930px;
  margin: auto; }

option:checked, option:hover {
  color: #ffffff;
  background: #828282 repeat url("data:image/gif;base64,R0lGODlhAQABAIAAAIKCggAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0IzNDU0NUJGN0VEMTFFNTlCNTlBMTcxMEU0NzdCQkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0IzNDU0NUNGN0VEMTFFNTlCNTlBMTcxMEU0NzdCQkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjM0NTQ1OUY3RUQxMUU1OUI1OUExNzEwRTQ3N0JCRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjM0NTQ1QUY3RUQxMUU1OUI1OUExNzEwRTQ3N0JCRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.privacy-disclaimer {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: normal;
  padding: 0; }
  .privacy-disclaimer a, .privacy-disclaimer span {
    color: #707070;
    font-size: 13px; }
    @media (min-width: 1440px) {
      .privacy-disclaimer a, .privacy-disclaimer span {
        font-size: 16px;
        letter-spacing: normal; }
        .privacy-disclaimer a i.glyphicon, .privacy-disclaimer span i.glyphicon {
          font-size: 16px !important; } }
  .privacy-disclaimer span {
    padding: 0 3px; }

.menu-item-rss {
  line-height: 1; }
  .menu-item-rss:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("../pub/images/img_rss.png"); }
  .menu-item-rss a {
    vertical-align: top; }

.lite-panel .lite-panel-footer {
  padding: 0;
  font-size: 14px;
  background-color: transparent; }

.info-type-panel .properties .property, .topicText, .public-content {
  line-height: 1.4 !important; }
  .info-type-panel .properties .property h1, .info-type-panel .properties .property h2, .info-type-panel .properties .property h3, .info-type-panel .properties .property h4, .info-type-panel .properties .property h5, .info-type-panel .properties .property h6, .topicText h1, .topicText h2, .topicText h3, .topicText h4, .topicText h5, .topicText h6, .public-content h1, .public-content h2, .public-content h3, .public-content h4, .public-content h5, .public-content h6 {
    font-weight: normal;
    font-family: "DaimlerCS-Bold", "Helvetica", "Arial", serif !important; }
  .info-type-panel .properties .property h1, .topicText h1, .public-content h1 {
    font-size: 41px !important; }
  .info-type-panel .properties .property h2, .topicText h2, .public-content h2 {
    font-size: 34px !important; }
  .info-type-panel .properties .property h3, .topicText h3, .public-content h3 {
    font-size: 28px !important; }
  .info-type-panel .properties .property h4, .topicText h4, .public-content h4 {
    font-size: 20px !important; }
  .info-type-panel .properties .property p, .topicText p, .public-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 25px; }
  .info-type-panel .properties .property *, .topicText *, .public-content * {
    font-family: 'DaimlerCS-Regular', Arial, sans-serif !important;
    line-height: 1.4 !important; }
  .info-type-panel .properties .property sup, .info-type-panel .properties .property sub, .topicText sup, .topicText sub, .public-content sup, .public-content sub {
    font-size: 75% !important; }
    .info-type-panel .properties .property sup *, .info-type-panel .properties .property sub *, .topicText sup *, .topicText sub *, .public-content sup *, .public-content sub * {
      font-size: 75% !important; }
  .info-type-panel .properties .property strong, .info-type-panel .properties .property b, .topicText strong, .topicText b, .public-content strong, .public-content b {
    font-family: "DaimlerCS-Bold", "Helvetica", "Arial", serif !important;
    font-weight: normal !important; }
    .info-type-panel .properties .property strong *, .info-type-panel .properties .property b *, .topicText strong *, .topicText b *, .public-content strong *, .public-content b * {
      font-family: "DaimlerCS-Bold","Helvetica","Arial",serif !important;
      font-weight: normal !important; }
  .info-type-panel .properties .property .property-value .fa, .info-type-panel .properties .property .property-value .glyphicon, .topicText .property-value .fa, .topicText .property-value .glyphicon, .public-content .property-value .fa, .public-content .property-value .glyphicon {
    font: normal normal normal 14px/1 FontAwesome !important; }
  .info-type-panel .properties .property u, .topicText u, .public-content u {
    text-decoration: underline; }
  .info-type-panel .properties .property i, .topicText i, .public-content i {
    font-style: italic; }
  .info-type-panel .properties .property ul, .info-type-panel .properties .property ol, .topicText ul, .topicText ol, .public-content ul, .public-content ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 11px; }
    .info-type-panel .properties .property ul li, .info-type-panel .properties .property ol li, .topicText ul li, .topicText ol li, .public-content ul li, .public-content ol li {
      margin: 0 0 10px 0 !important;
      position: relative !important;
      line-height: 1.3em !important; }
      .info-type-panel .properties .property ul li div.c2cClass14, .info-type-panel .properties .property ol li div.c2cClass14, .topicText ul li div.c2cClass14, .topicText ol li div.c2cClass14, .public-content ul li div.c2cClass14, .public-content ol li div.c2cClass14 {
        padding-bottom: 0; }
  .info-type-panel .properties .property ol li, .topicText ol li, .public-content ol li {
    list-style: decimal; }
  .info-type-panel .properties .property ul li, .topicText ul li, .public-content ul li {
    list-style: none !important;
    padding: 0 0 0 20px !important; }
    .info-type-panel .properties .property ul li:before, .topicText ul li:before, .public-content ul li:before {
      content: '\00b7';
      font-size: 60px;
      font-size: 6rem;
      color: #707070;
      position: absolute;
      left: 0;
      top: -3px; }
  .info-type-panel .properties .property .table-responsive, .topicText .table-responsive, .public-content .table-responsive {
    margin-bottom: 22px; }
  .info-type-panel .properties .property table, .topicText table, .public-content table {
    margin-bottom: 0;
    width: 100% !important;
    max-width: 100%;
    border: 2px solid #c8c8c8;
    border-collapse: collapse; }
    .info-type-panel .properties .property table.cmaTableSolid *, .topicText table.cmaTableSolid *, .public-content table.cmaTableSolid * {
      font-size: 16px !important; }
    .info-type-panel .properties .property table caption, .topicText table caption, .public-content table caption {
      font-family: "DaimlerCS-Bold","Helvetica","Arial",serif !important;
      color: #000000; }
    .info-type-panel .properties .property table thead th, .info-type-panel .properties .property table thead td, .topicText table thead th, .topicText table thead td, .public-content table thead th, .public-content table thead td {
      border: 2px solid #c8c8c8;
      padding: 13px 15px 17px 15px;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.8rem;
      background: #444444;
      color: #ffffff;
      font-weight: normal;
      vertical-align: bottom; }
    .info-type-panel .properties .property table thead:first-child, .topicText table thead:first-child, .public-content table thead:first-child {
      border-left: 2px solid #444444; }
      .info-type-panel .properties .property table thead:first-child th, .info-type-panel .properties .property table thead:first-child td, .topicText table thead:first-child th, .topicText table thead:first-child td, .public-content table thead:first-child th, .public-content table thead:first-child td {
        border-bottom: 2px solid transparent; }
    .info-type-panel .properties .property table tbody tr :first-child td, .topicText table tbody tr :first-child td, .public-content table tbody tr :first-child td {
      border-top: none; }
    .info-type-panel .properties .property table tbody tr:nth-child(even), .topicText table tbody tr:nth-child(even), .public-content table tbody tr:nth-child(even) {
      background: #e6e6e6; }
    .info-type-panel .properties .property table tbody tr td, .topicText table tbody tr td, .public-content table tbody tr td {
      padding: 10px 15px 20px 15px;
      font-size: 1.6rem;
      line-height: 1.8rem;
      border: 2px solid #c8c8c8;
      vertical-align: top; }
    .info-type-panel .properties .property table p, .topicText table p, .public-content table p {
      margin-bottom: 0; }

.c2cClass1 {
  font-size: 20px;
  padding-bottom: 15px; }

.c2cClass2 {
  font-family: 'DaimlerCS-Bold' !important;
  font-weight: normal;
  color: #606061;
  padding-bottom: 5px; }

.c2cClass3 {
  padding-bottom: 15px; }

.c2cClass5 {
  padding-bottom: 6px; }

.c2cClass6 {
  color: #606061;
  padding-bottom: 5px; }

.c2cClass7 {
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  color: #606061;
  padding-bottom: 10px; }

.c2cClass8 {
  font-family: 'DaimlerCS-Bold' !important;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  padding-bottom: 10px; }

.c2cClass9 {
  color: #606061;
  padding-bottom: 10px; }

.c2cClass10 {
  font-size: 14px;
  color: #6F6F6F;
  padding-bottom: 10px; }

.c2cClass11 {
  color: #606061;
  padding-bottom: 10px; }

.c2cClass13 {
  color: #606061;
  padding-bottom: 10px; }

.c2cClass14 {
  color: #606061;
  padding-bottom: 10px; }

.c2cClass15 {
  font-family: 'DaimlerCS-Bold' !important;
  font-weight: normal;
  color: #606061;
  padding-bottom: 10px; }

.c2cClass16 {
  color: #6B0F24;
  padding-bottom: 10px; }

.c2cClass33 {
  font-family: 'DaimlerCS-Bold' !important;
  font-weight: normal;
  color: #263F6A;
  padding-bottom: 10px; }

.c2cClass34 {
  font-family: 'DaimlerCS-Bold' !important;
  font-weight: normal;
  color: #263F6A;
  padding-bottom: 10px; }

.c2cClass3 *, .c2cClass5 *, .c2cClass15 *, .c2cClass6 *, .c2cClass7 * {
  font-size: 16px !important; }

.info-panel.info-panel-cart .info-panel-header .glyphicon.glyphicon-shopping-cart:before {
  content: "\2d"; }

.info-panel.info-panel-cart .info-panel-body .glyphicon.glyphicon-shopping-cart:before {
  content: "\2e"; }

.search-list-footer .search-list-footer-cart-controls .btn.btn-instance {
  color: #00677f; }

.info-type-panel .info-panel-body {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.info-panel-cart .info-panel-header .title {
  float: left; }

.blankslate {
  border-color: rgba(0, 0, 0, 0.25); }

.modal-dialog .info-panel-instance .info-panel-header {
  padding: 10px 0; }

.info-panel-sitemap .input-group-sitemap-search {
  display: none; }

.short-link-label {
  display: inline-block !important;
  visibility: visible !important; }

body.is-startpage .search-in-search-container {
  display: none; }

.search-in-search-container {
  margin-left: 15px; }

.search-in-search-container .info-panel-header {
  padding: 15px 0; }
  .search-in-search-container .info-panel-header .title {
    float: none;
    display: block;
    margin-bottom: 15px; }
    .search-in-search-container .info-panel-header .title .info-panel-header {
      padding: 15px 15px; }

.search-in-search-container .dropdown .dropdown-menu.dropdown-menubar-settings,
.search-in-search-container .dropup .dropdown-menu.dropdown-menubar-settings {
  width: 550px; }
  .search-in-search-container .dropdown .dropdown-menu.dropdown-menubar-settings label.property-label,
  .search-in-search-container .dropup .dropdown-menu.dropdown-menubar-settings label.property-label {
    font-size: 14px; }
  @media (max-width: 350px) {
    .search-in-search-container .dropdown .dropdown-menu.dropdown-menubar-settings,
    .search-in-search-container .dropup .dropdown-menu.dropdown-menubar-settings {
      /* if width smaller then 350px then apply iphone 5 width */
      width: 320px; } }

.scrtabs-tab-scroll-arrow {
  margin-top: -1px;
  border-bottom: 2px solid #707070; }

.press-contact .contact-container .property .first-property-value a, .press-contact .blocks-container .property .first-property-value a, .press-media .contact-container .property .first-property-value a, .press-media .blocks-container .property .first-property-value a, .press-blocks .contact-container .property .first-property-value a, .press-blocks .blocks-container .property .first-property-value a {
  font-family: 'DaimlerCS-Bold' !important;
  font-size: 16px; }

.press-contact .contact-container.contact-container-border, .press-contact .blocks-container.contact-container-border, .press-media .contact-container.contact-container-border, .press-media .blocks-container.contact-container-border, .press-blocks .contact-container.contact-container-border, .press-blocks .blocks-container.contact-container-border {
  border-top: 1px solid #EEEEEE; }

.press-contact.panel-group, .press-media.panel-group, .press-blocks.panel-group {
  margin-bottom: 22px; }
  .press-contact.panel-group .panel, .press-media.panel-group .panel, .press-blocks.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden; }
  .press-contact.panel-group .panel-heading, .press-media.panel-group .panel-heading, .press-blocks.panel-group .panel-heading {
    border: none;
    padding: 0;
    position: relative;
    z-index: 198;
    border-bottom: 0; }

.press-contact.accordion .panel, .press-contact .accordion .panel, .press-media.accordion .panel, .press-media .accordion .panel, .press-blocks.accordion .panel, .press-blocks .accordion .panel {
  box-shadow: none;
  border: none; }

.press-contact .panel, .press-media .panel, .press-blocks .panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .press-contact .panel .panel-collapse, .press-media .panel .panel-collapse, .press-blocks .panel .panel-collapse {
    border: 2px solid #eaeaea;
    border-top: none;
    border-radius: 0 0 4px 4px; }
    .press-contact .panel .panel-collapse .panel-body, .press-media .panel .panel-collapse .panel-body, .press-blocks .panel .panel-collapse .panel-body {
      padding: 0 15px 0 15px; }

.press-contact .panel-default, .press-media .panel-default, .press-blocks .panel-default {
  border-color: #dddddd; }
  .press-contact .panel-default > .panel-heading, .press-media .panel-default > .panel-heading, .press-blocks .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd; }

.press-contact .panel-heading, .press-media .panel-heading, .press-blocks .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.press-contact .panel-title, .press-media .panel-title, .press-blocks .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }

.press-contact .panel-heading a, .press-media .panel-heading a, .press-blocks .panel-heading a {
  font-size: 16px;
  font-family: 'DaimlerCS-Regular', Arial, sans-serif;
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 15px 70px 15px 15px;
  display: block;
  border: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  position: relative;
  border-radius: 4px 4px 0 0; }
  .press-contact .panel-heading a.collapsed, .press-media .panel-heading a.collapsed, .press-blocks .panel-heading a.collapsed {
    font-family: 'DaimlerCS-Regular', Arial, sans-serif;
    background: #fff;
    color: #000;
    border-radius: 4px;
    border: 2px solid #eaeaea; }
    .press-contact .panel-heading a.collapsed:after, .press-media .panel-heading a.collapsed:after, .press-blocks .panel-heading a.collapsed:after {
      content: " ";
      background: transparent url(../pub/images/img-arrows.png) no-repeat -28px 0;
      right: 14px; }
  .press-contact .panel-heading a:after, .press-media .panel-heading a:after, .press-blocks .panel-heading a:after {
    content: '';
    display: inline-block;
    height: 25px;
    line-height: 43px;
    width: 25px;
    background: transparent url(../pub/images/img-arrows.png) no-repeat 0 0;
    position: absolute;
    top: 13px;
    right: 14px; }

.press-contact .thumbnail-img img.img-responsive, .press-media .thumbnail-img img.img-responsive, .press-blocks .thumbnail-img img.img-responsive {
  border: 1px solid #eeeeee; }

table.contact-overview-table {
  border: none; }
  table.contact-overview-table tbody tr:nth-child(even) {
    background-color: #fff; }
  table.contact-overview-table tbody tr td {
    border: none;
    width: 50%;
    padding: 10px 10px 10px 10px;
    white-space: normal !important;
    padding-left: 0; }
    table.contact-overview-table tbody tr td a {
      display: block;
      width: 100%;
      height: 94px;
      background-color: #003340;
      margin: 0;
      padding: 13px 45px 10px 20px;
      color: #fff;
      position: relative;
      font-size: 18px;
      text-decoration: none;
      line-height: 1.2em !important; }
      table.contact-overview-table tbody tr td a:hover {
        background-color: #00677f; }
      table.contact-overview-table tbody tr td a:after {
        content: "\f105";
        position: absolute;
        right: 10px;
        top: -5px;
        width: 25px;
        height: 68px;
        font: 68px/1 'FontAwesome';
        color: #fff;
        font-weight: normal; }
  table.contact-overview-table tbody tr.table-header td {
    border: none; }

table.board-overview-table {
  border: none; }
  table.board-overview-table tbody tr:nth-child(even) {
    background-color: #fff; }
  table.board-overview-table tbody tr td {
    border: none;
    padding: 0;
    white-space: normal !important;
    height: 250px;
    padding-bottom: 20px;
    overflow: hidden;
    max-height: 250px; }
    table.board-overview-table tbody tr td .board-img-container {
      width: 260px;
      height: 250px;
      overflow: hidden; }
      table.board-overview-table tbody tr td .board-img-container img {
        height: 250px;
        margin: 0;
        padding: 0; }
    table.board-overview-table tbody tr td a {
      display: block;
      width: 100%;
      height: 250px;
      background-color: #626262;
      margin: 0;
      padding: 13px 45px 10px 20px;
      color: #fff;
      position: relative;
      font-size: 25px;
      text-decoration: none;
      line-height: 1.2em !important; }
      table.board-overview-table tbody tr td a:hover {
        background-color: #000; }
      table.board-overview-table tbody tr td a:after {
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 0;
        width: 25px;
        height: 68px;
        font: 68px/1 'FontAwesome';
        color: #fff;
        font-weight: normal; }
      table.board-overview-table tbody tr td a span {
        font-size: 18px;
        display: block;
        margin-top: 9px;
        line-height: 1.2 !important; }
  table.board-overview-table tbody tr.board-special td a {
    background-color: #003340; }
    table.board-overview-table tbody tr.board-special td a:hover {
      background-color: #00677f; }

.DAIMLER_NMS_PRESS_CONTACT_TWITTER p, .DAIMLER_NMS_PRESS_CONTACT_LINKEDIN p {
  margin: 0 !important; }

/* HORIZONTAL TOPIC TREE */
#horizontal-topic-tree {
  margin: 0;
  padding: 1px 1px;
  list-style-type: none;
  clear: both;
  width: 100%;
  top: 0;
  text-align: center;
  height: 50px;
  overflow-y: hidden;
  /* First level design */
  /* END - First level design */
  /* NOT first level design */
  /* END - NOT first level design */ }
  #horizontal-topic-tree > li.topic-list-item {
    margin-bottom: 10px; }
  #horizontal-topic-tree > li > div > a {
    font-size: 16px !important; }
  #horizontal-topic-tree > li.has-elements > div.menu-item a:after {
    top: 12px !important; }
  #horizontal-topic-tree > li.selected-topic-level:not(.active-level) > div > a {
    font-weight: normal; }
  #horizontal-topic-tree > li.selected-topic-level.current-hover-list > div > a {
    font-weight: bold !important; }
  #horizontal-topic-tree ul {
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-right: 45px;
    visibility: hidden;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 9px;
    padding-bottom: 8px;
    min-height: auto; }
    #horizontal-topic-tree ul li {
      display: inline-block;
      margin-left: -5px; }
      #horizontal-topic-tree ul li div {
        margin-top: 2px;
        margin-bottom: 2px; }
        #horizontal-topic-tree ul li div a {
          text-transform: none;
          padding: 0 17px; }
  #horizontal-topic-tree li {
    display: inline-block !important;
    margin: 0; }
    #horizontal-topic-tree li div {
      display: inline-block; }
      #horizontal-topic-tree li div.loading-subtopics {
        /* Loading icon */
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -15px; }
      #horizontal-topic-tree li div a {
        float: left;
        width: auto;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 200;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        padding: 6px 12px 6px 16px;
        position: relative;
        text-decoration: none !important; }
    #horizontal-topic-tree li.has-elements > div.menu-item a:after {
      content: "\f105";
      position: absolute;
      left: 5px;
      top: 4px;
      width: 10px;
      height: 10px;
      font: 15px/1 'FontAwesome';
      color: #333;
      opacity: 0.3;
      padding-top: 1px; }
    #horizontal-topic-tree li.has-elements.active-level > div.menu-item a {
      font-weight: bold !important; }
      #horizontal-topic-tree li.has-elements.active-level > div.menu-item a:after {
        font-weight: bold;
        color: #00677f;
        content: "\f107";
        font-size: 16px;
        opacity: 1;
        left: 4px; }
    #horizontal-topic-tree li.has-elements.active-level > ul {
      visibility: visible !important; }
    #horizontal-topic-tree li.has-elements.active-level.last-hover-list-item .selected-topic-level.has-elements > div.menu-item a:after {
      font-weight: bold;
      color: #00677f;
      content: "\f107";
      font-size: 16px;
      opacity: 1;
      left: 4px; }
    #horizontal-topic-tree li.active-level li.selected-topic-level > div > a {
      font-weight: normal; }
    #horizontal-topic-tree li.active-level.last-hover-list-item .selected-topic-level > div > a, #horizontal-topic-tree li.active-level.last-hover-list-item.selected-topic-level > div > a {
      font-weight: bold !important; }
    #horizontal-topic-tree li.active-level.last-hover-list-item .selected-topic-level > ul, #horizontal-topic-tree li.active-level.last-hover-list-item.selected-topic-level > ul {
      visibility: visible !important; }
    #horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before {
      position: absolute;
      content: '';
      width: 120px;
      left: 500px;
      top: 0;
      border-bottom: 2px solid #ddd; }
  @media (max-width: 1440px) {
    #horizontal-topic-tree > li > div > a {
      padding: 6px 3px 6px 15px;
      font-size: 14px !important; }
      #horizontal-topic-tree > li > div > a:after {
        font-size: 14px !important;
        top: 10px !important; }
    #horizontal-topic-tree > li.has-elements > div.menu-item a:after {
      top: 10px !important; }
    #horizontal-topic-tree ul {
      padding-right: 20px; }
    #horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before {
      left: 400px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #horizontal-topic-tree li.has-elements > div.menu-item a:after {
    padding-top: 0px !important; } }

.header-container.affix-top {
  width: 100%;
  z-index: 9;
  background-color: white !important; }

.header-container .header {
  height: auto !important;
  background-color: white !important;
  background: none; }
  .header-container .header .container-main-menu .main-menu-context > .main-menu {
    height: auto; }

.container.main-container {
  margin-top: 10px; }

.search-result .nav.nav-styles.real-styles li > a {
  padding: 8px 8px;
  display: inline-block;
  color: #333;
  background-color: #e6e6e6;
  margin-bottom: 5px; }
  .search-result .nav.nav-styles.real-styles li > a.active, .search-result .nav.nav-styles.real-styles li > a:hover, .search-result .nav.nav-styles.real-styles li > a:focus {
    color: #333;
    background-color: #c8c8c8; }

.search-result .nav.nav-styles.real-styles li.active a, .search-result .nav.nav-styles.real-styles li:hover a, .search-result .nav.nav-styles.real-styles li:focus a {
  color: #333;
  background-color: #c8c8c8; }

.block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  background-color: transparent;
  color: #00677f;
  border-top: 3px solid #00677f; }
  .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
    color: #00677f; }

.block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top, .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top {
  padding-left: 10px; }

.block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  background-color: rgba(0, 103, 127, 0.8);
  border-top: 3px solid #00677f;
  padding-left: 10px; }
  .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a, .block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
    color: #fff; }

.block-content .blk-mp-card .blk-mp-card-content .blk-mp-block.blk-mp-block--BAND .blk-mp-block-text-text {
  padding-left: 0;
  padding-right: 0; }

.block-content .blk-mp-card .blk-mp-card-content .control-label {
  font-family: "DaimlerCS-Regular",Arial,sans-serif;
  max-height: 116px; }

.block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-top, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-top {
  padding-left: 10px; }

.block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom {
  background-color: transparent;
  color: #00677f;
  border-top: 3px solid #00677f;
  padding-left: 10px; }
  .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > a, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--GENERIC .blk-mp-block-text-bottom > span, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > a, .block-content .blk-mp-card.custom-style-CARD_STYLE_PROP_OUTSIDE .blk-mp-card-content .blk-mp-block.blk-mp-block--HTML .blk-mp-block-text-bottom > span {
    color: #00677f; }

.public-content {
  border-color: transparent;
  width: 100%;
  max-width: 730px;
  margin: auto; }
  .public-content .info-panel-header .title {
    text-align: center;
    float: none; }
    .public-content .info-panel-header .title h1 {
      font-family: "DaimlerCS-Regular", Arial, sans-serif !important;
      font-style: normal; }

.header {
  height: 115px; }
  .header .header-logo {
    padding-bottom: 12px !important; }
    .header .header-logo img {
      height: 26px; }
    .header .header-logo h3 {
      display: inline-block;
      margin-top: 4px;
      margin-bottom: -3px;
      line-height: 28px;
      font-size: 25px;
      color: #000000; }
  .header .main-menu-addon i.glyphicon.glyphicon-bars {
    font-size: 25px; }
  .header .main-menu-addon .btn-lg {
    padding: 8px 11px; }
    .header .main-menu-addon .btn-lg.uiSidebarLeftToggle {
      padding: 8px 12px; }
  .header .main-menu-addon a.btn-lg {
    padding: 8px 12px 8px 10.5px; }
  @media (max-width: 1440px) {
    .header .main-menu-addon i.glyphicon, .header .main-menu-addon i.glyphicon-lg {
      font-size: 18px; }
      .header .main-menu-addon i.glyphicon.glyphicon-bars, .header .main-menu-addon i.glyphicon-lg.glyphicon-bars {
        font-size: 18px; }
    .header .main-menu-addon .btn-lg {
      padding: 3px 8px 5px 8px; }
      .header .main-menu-addon .btn-lg.uiSidebarLeftToggle {
        padding: 3px 5px;
        margin-top: 2px; }
        .header .main-menu-addon .btn-lg.uiSidebarLeftToggle > i {
          vertical-align: -25%;
          line-height: 0.9;
          font-size: 16px; }
    .header .main-menu-addon a.btn-lg {
      padding: 2px 9px 6px 8px; } }

.subheader {
  background: white;
  margin: 0 auto; }

@media (min-width: 1440px) {
  .header {
    height: 134px; }
    .header .header-logo {
      padding-bottom: 18px !important; }
      .header .header-logo img {
        margin-top: 5px; }
      .header .header-logo h3 {
        margin-top: 10px; } }

.uiPage .page-content {
  padding-top: 171px; }

.search-container, body.is-searchresult .search-result-wrapper {
  padding: 15px 15px 0;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  margin-top: 15px; }

input.search-input-field::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  font-size: 11px;
  color: #828282;
  line-height: 25px; }

input.search-input-field::-moz-placeholder {
  /* Firefox */
  font-size: 11px;
  color: #828282;
  line-height: 25px; }

input.search-input-field:-ms-input-placeholder {
  /* IE10–11 */
  font-size: 11px !important;
  color: #828282 !important;
  line-height: 25px !important; }

input.search-input-field::-ms-input-placeholder {
  /* Edge */
  font-size: 11px;
  color: #828282;
  line-height: 25px; }

input.search-input-field::placeholder {
  /* CSS Working Draft */
  font-size: 11px;
  color: #828282;
  line-height: 25px; }

@media (min-width: 1440px) {
  input.search-input-field::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    font-size: 15px; }
  input.search-input-field::-moz-placeholder {
    /* Firefox */
    font-size: 15px; }
  input.search-input-field:-ms-input-placeholder {
    /* IE10–11 */
    font-size: 15px !important; }
  input.search-input-field::-ms-input-placeholder {
    /* Edge */
    font-size: 15px; }
  input.search-input-field::placeholder {
    /* CSS Working Draft */
    font-size: 15px; } }

body.is-startpage input.search-input-field::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  font-size: 10px; }

body.is-startpage input.search-input-field::-moz-placeholder {
  /* Firefox */
  font-size: 10px; }

body.is-startpage input.search-input-field:-ms-input-placeholder {
  /* IE10–11 */
  font-size: 10px !important; }

body.is-startpage input.search-input-field::-ms-input-placeholder {
  /* Edge */
  font-size: 10px; }

body.is-startpage input.search-input-field::placeholder {
  /* CSS Working Draft */
  font-size: 10px; }

@media (min-width: 1440px) {
  body.is-startpage input.search-input-field::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    font-size: 13px; }
  body.is-startpage input.search-input-field::-moz-placeholder {
    /* Firefox */
    font-size: 13px; }
  body.is-startpage input.search-input-field:-ms-input-placeholder {
    /* IE10–11 */
    font-size: 13px !important; }
  body.is-startpage input.search-input-field::-ms-input-placeholder {
    /* Edge */
    font-size: 13px; }
  body.is-startpage input.search-input-field::placeholder {
    /* CSS Working Draft */
    font-size: 13px; } }

@media (max-width: 1439px) {
  body.is-startpage .main-container {
    margin-top: 5px !important; }
  body.is-startpage #thema.info-panel .info-panel-header, body.is-startpage #thema.info-panel .info-panel-body {
    display: none; }
  body.is-startpage #thema.info-panel + .highlight-box {
    padding-top: 0px !important; } }

body.is-startpage .main-container {
  margin-top: 10px; }

body.is-startpage #thema.info-panel {
  margin-bottom: 0; }
  body.is-startpage #thema.info-panel + .highlight-box {
    padding: 10px 0; }

body.is-startpage .search-context .search-result-content {
  padding: 5px 0; }

body.is-startpage #searchResultBottomNav {
  background-color: transparent; }

#searchResultBottomNav .btn-show-more.btn-block {
  width: auto !important;
  padding: 10px 20px;
  margin: auto; }

body.is-searchresult .search-result-wrapper {
  margin-bottom: 20px; }

body.open .uiSidebarLeftToggle > i, body.open .uiSidebarLeftToggle > span.ui-icon {
  font-size: 18px; }
  body.open .uiSidebarLeftToggle > i:before, body.open .uiSidebarLeftToggle > span.ui-icon:before {
    content: "\65"; }

.searchTitle .info-panel-header {
  padding: 15px; }

.info-panel.info-type-panel .info-panel-header > .headline h1 {
  font-size: 35px;
  line-height: 40px; }

#cartMenu1 .btn .count,
#cartMenu2 .btn .count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  line-height: 1;
  background: #00677f;
  border-radius: 3px;
  padding: 1px 3px; }

.social-media-links {
  margin-top: 30px;
  margin-bottom: 30px; }
  .social-media-links .links-wrapper {
    text-align: center; }
    .social-media-links .links-wrapper ul.social-links, .social-media-links .links-wrapper ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .social-media-links .links-wrapper > ul.social-links {
      display: inline-block; }
      .social-media-links .links-wrapper > ul.social-links > li {
        float: left;
        margin-left: 25px; }
        .social-media-links .links-wrapper > ul.social-links > li:first-child {
          margin-left: 0; }
        .social-media-links .links-wrapper > ul.social-links > li > a {
          display: block;
          width: 80px;
          height: 80px;
          text-indent: -9999px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-facebook {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat 0 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-facebook:hover {
              background-position: 0 -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-twitter {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -80px 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-twitter:hover {
              background-position: -80px -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-google {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -320px 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-google:hover {
              background-position: -320px -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-youtube {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -160px 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-youtube:hover {
              background-position: -160px -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-xing {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -400px 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-xing:hover {
              background-position: -400px -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-linkedin {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -240px 0; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-linkedin:hover {
              background-position: -240px -80px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-daimlerblog {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -82px -475px; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-daimlerblog:hover {
              background-position: -7px -475px; }
          .social-media-links .links-wrapper > ul.social-links > li > a.social-instagram {
            background: url("../pub/images/img_social_elements_sprite_svg.svg") no-repeat -510px -365px; }
            .social-media-links .links-wrapper > ul.social-links > li > a.social-instagram:hover {
              background-position: -510px -445px; }
          @media (min-width: 3px) and (max-width: 1680px) {
            .social-media-links .links-wrapper > ul.social-links > li > a {
              width: 45px;
              height: 45px;
              background-repeat: no-repeat; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-facebook {
                background-position: 0px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-facebook:hover {
                  background-position: 0px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-twitter {
                background-position: -45px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-twitter:hover {
                  background-position: -45px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-google {
                background-position: -180px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-google:hover {
                  background-position: -180px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-youtube {
                background-position: -90px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-youtube:hover {
                  background-position: -90px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-xing {
                background-position: -225px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-xing:hover {
                  background-position: -225px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-linkedin {
                background-position: -135px -160px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-linkedin:hover {
                  background-position: -135px -205px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-daimlerblog {
                background-position: -226px -491px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-daimlerblog:hover {
                  background-position: -167px -491px; }
              .social-media-links .links-wrapper > ul.social-links > li > a.social-instagram {
                background-position: -645px -365px; }
                .social-media-links .links-wrapper > ul.social-links > li > a.social-instagram:hover {
                  background-position: -645px -445px; } }
        .social-media-links .links-wrapper > ul.social-links > li .layer-content {
          display: none; }

footer .customer-links {
  font-size: 0; }
  footer .customer-links a {
    display: inline-block; }
    footer .customer-links a + a {
      margin-left: 40px; }
    footer .customer-links a:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }

.search-listbody div.keyword-list a.keyword-content i.glyphicon {
  font-size: 16px; }

.search-thumbnails-ko .search-thumbnail .thumbnail-body {
  height: 195px;
  max-height: 100%; }
  .search-thumbnails-ko .search-thumbnail .thumbnail-body .thumbnail-img {
    height: 100%;
    overflow: hidden; }
  @media (min-width: 1440px) {
    .search-thumbnails-ko .search-thumbnail .thumbnail-body {
      height: 240px; }
      .search-thumbnails-ko .search-thumbnail .thumbnail-body img.lazy {
        max-height: auto; } }
  .search-thumbnails-ko .search-thumbnail .thumbnail-body img.img-responsive {
    max-height: 250px; }

.topic-tree-panel .topic-tree .menu-item a:hover, .topic-tree-panel .topic-tree .menu-item a:focus, .topic-tree-panel .topic-tree .menu-item a:active, .topic-tree-panel .topic-tree .menu-item a.active {
  color: #FFFFFF !important; }

.shariff li.shariff-button {
  height: 25px;
  border-radius: 3px; }
  .shariff li.shariff-button a {
    background-color: #7a7c7b;
    border-radius: 3px;
    height: 24px;
    padding-left: 3px; }
    .shariff li.shariff-button a span.fa {
      font-size: 15px !important;
      width: 21px;
      line-height: 16px; }
    .shariff li.shariff-button a span.share_text {
      font-size: 14px;
      line-height: 15px;
      font-family: inherit;
      padding-right: 30px;
      text-transform: lowercase; }
    .shariff li.shariff-button a span.share_count {
      display: inline-block;
      background-color: #7a7c7b;
      height: 22px;
      font-size: 12px;
      line-height: 15px;
      color: #FFF;
      padding-top: 4px;
      border-left: 1px solid #FFFFFF; }
    .shariff li.shariff-button a:hover span.share_count {
      background-color: inherit; }
  .shariff li.shariff-button.recommendMedia a {
    color: #FFF !important;
    background-color: #7a7c7b !important; }
    .shariff li.shariff-button.recommendMedia a:hover {
      background-color: #02687f !important; }

#searchResultBottomNav {
  margin-left: -15px;
  margin-right: -15px; }

footer,
.agenda-collection,
.subheader,
.header {
  min-width: 980px; }

.control-label {
  font-size: 16px; }

#quick_searchbar .main-search-button i.glyphicon-search {
  font-size: 18px; }

.search-lists > .search-list .search-list-body > .search-list-img {
  vertical-align: top;
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  max-height: 240px; }

.uiPage.open .header-container.affix {
  position: static; }

.header-container {
  transform: translate3d(0, 0, 0); }
  .header-container.affix {
    top: -80px;
    left: 0;
    right: 0;
    z-index: 1010; }

@media (max-width: 1439px) {
  .header-container.affix {
    top: -94px !important; } }

.ua-tablet .header-container.affix {
  top: -65px; }

.press-contact .panel-heading a, .press-media .panel-heading a {
  font-size: 20px; }

#bricklets > .search-thumbnails > .search-thumbnail {
  font-size: 14px;
  margin: 0 0 45px;
  list-style-type: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-color: #eee #ddd #ccc;
  transition: border-color 0.225s cubic-bezier(0, 0.28, 0.4, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 230px;
  width: 290px; }
  #bricklets > .search-thumbnails > .search-thumbnail .thumbnail-body .search-item.thumbnail-body {
    width: 133px; }
  #bricklets > .search-thumbnails > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body > a {
    max-width: 133px; }
  #bricklets > .search-thumbnails > .search-thumbnail.show-as-block.bricklet_mo {
    padding: 0px; }
    #bricklets > .search-thumbnails > .search-thumbnail.show-as-block.bricklet_mo .thumbnail-preview-single > a {
      width: 290px; }
    #bricklets > .search-thumbnails > .search-thumbnail.show-as-block.bricklet_mo .thumbnail-property-bottom {
      margin-top: 1px; }
  @media (min-width: 1440px) {
    #bricklets > .search-thumbnails > .search-thumbnail {
      width: 362px;
      min-height: 282px; }
      #bricklets > .search-thumbnails > .search-thumbnail .thumbnail-body .search-item.thumbnail-body {
        width: 168px;
        height: 130px; }
      #bricklets > .search-thumbnails > .search-thumbnail.show-as-block.bricklet_mo .thumbnail-preview-single > a {
        width: 360px; }
      #bricklets > .search-thumbnails > .search-thumbnail .thumbnail-preview-collection > .thumbnail-body > a {
        max-width: 168px;
        max-height: 130px; } }
  #bricklets > .search-thumbnails > .search-thumbnail .thumbnail-preview-single > .thumbnail-body {
    height: 100%; }
  #bricklets > .search-thumbnails > .search-thumbnail.small-mg {
    width: auto;
    min-height: auto; }

#bricklets > .search-thumbnails .show-as-band {
  border: none; }
  #bricklets > .search-thumbnails .show-as-band li.search-thumbnail {
    margin: 0;
    color: red; }
  #bricklets > .search-thumbnails .show-as-band .search-thumbnail .thumbnail-footer {
    margin: 0px; }

#bricklets > .search-thumbnails .bricklet_kosearch {
  padding: 0;
  padding-bottom: 40px; }
  #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single {
    height: 160px;
    margin-bottom: 1px; }
    @media (min-width: 1440px) {
      #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single {
        height: 239px; } }
    #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single a {
      display: block;
      height: 160px; }
      @media (min-width: 1440px) {
        #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single a {
          height: 239px; } }
    #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single img {
      max-width: 100%;
      max-height: 192px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1440px) {
        #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-single img {
          max-width: 100%;
          max-height: 250px;
          height: auto; } }
  #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-collection .thumbnail-body {
    width: 142px;
    height: 100px;
    margin: 0; }
    #bricklets > .search-thumbnails .bricklet_kosearch .thumbnail-preview-collection .thumbnail-body a {
      max-width: 142px; }

#bricklets > .search-thumbnails .thumbnail-property-link {
  border-top: 3px solid #00677f; }

#bricklets > .search-thumbnails .bricklet-link-bottom {
  padding: 10px; }

#bricklets > .search-thumbnails .thumbnail-property-bottom .story {
  padding: 10px; }

#bricklets > .search-thumbnails .bricklet-html-story-wrapper {
  padding: 0px;
  margin: 0px; }

#bricklets > .search-thumbnails .thumbnail-property-link i.glyphicon {
  display: none; }

#bricklets > .search-thumbnails .thumbnail-property-link a {
  max-width: 100%;
  color: #00677f; }

body.is-startpage #bricklets {
  margin-top: 30px;
  margin-bottom: 0; }
  body.is-startpage #bricklets .search-thumbnails-bricklet.m-b {
    margin-bottom: none !important; }
  body.is-startpage #bricklets .search-thumbnails .search-thumbnail {
    min-height: 160px;
    margin: 25px 0 25px 0; }
  body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-preview-single {
    height: 120px; }
    body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-preview-single a {
      display: block;
      height: 120px; }
    body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-preview-single img {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-property-link-wrapper, body.is-startpage #bricklets .search-thumbnails .search-thumbnail-html .thumbnail-property-link-wrapper {
    background-color: #00677f; }
    body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-property-link-wrapper:before, body.is-startpage #bricklets .search-thumbnails .search-thumbnail-html .thumbnail-property-link-wrapper:before {
      display: none; }
    body.is-startpage #bricklets .search-thumbnails .bricklet_kosearch .thumbnail-property-link-wrapper a, body.is-startpage #bricklets .search-thumbnails .search-thumbnail-html .thumbnail-property-link-wrapper a {
      color: #fff; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties,
.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons {
  margin: inherit;
  float: left;
  max-width: 580px; }
  .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn,
  .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control,
  .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn,
  .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn {
    font-size: 13px; }
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control span, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn span, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn span,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control span,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn span,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn span {
      font-size: 13px; }
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control .daimler-interaction, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn .daimler-interaction, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn .daimler-interaction,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control icon,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control .daimler-interaction,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn icon,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn .daimler-interaction,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn icon,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn .daimler-interaction {
      font-size: 18px; }
  @media (min-width: 1440px) {
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties,
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons {
      max-width: 700px; }
      .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn,
      .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control,
      .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn,
      .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn {
        font-size: 18px; }
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control span, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn span, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn span,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control span,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn span,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn span {
          font-size: 18px; }
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .instance-control .daimler-interaction, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .full-width-btn .daimler-interaction, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn icon, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties .btn .daimler-interaction,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control icon,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .instance-control .daimler-interaction,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn icon,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .full-width-btn .daimler-interaction,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn icon,
        .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .info-type-press-buttons .btn .daimler-interaction {
          font-size: 24px; } }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-content-container {
  padding: 5px 20px 20px 20px; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-media-content-container {
  padding: 20px; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties-press-right-sidebar {
  float: right;
  max-width: 280px; }
  @media (min-width: 1440px) {
    .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .properties-press-right-sidebar {
      max-width: 350px; } }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-content-container, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-media-content-container {
  border: 1px solid #e6e6e6;
  overflow-x: auto; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-content-container {
  max-height: 1100px; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .press-media-content-container {
  max-height: 950px; }

.info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .right-sidebar-media-buttons.info-type-press-buttons .instance-control, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .right-sidebar-media-buttons.info-type-press-buttons .full-width-btn, .info-panel.info-type-panel .info-panel-body .properties-with-right-sidebar .right-sidebar-media-buttons.info-type-press-buttons .btn {
  white-space: normal; }

.header-container.affix-top {
  top: 0px;
  position: absolute; }

.header-container .header .container-main-menu .main-menu-context {
  padding-bottom: 0 !important; }

#horizontal-topic-tree ::-webkit-scrollbar {
  width: 10px; }

#horizontal-topic-tree ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #999999;
  border-radius: 10px; }

#horizontal-topic-tree ::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px; }

#horizontal-topic-tree ::-webkit-scrollbar-thumb:hover {
  background: #888; }

/* HORIZONTAL TOPIC TREE */
#horizontal-topic-tree li.active-level > ul:before, #horizontal-topic-tree li.selected-topic-level > ul:before, #two-parts-topic-tree li.active-level > ul:before, #two-parts-topic-tree li.selected-topic-level > ul:before {
  position: absolute;
  content: '';
  width: 80%;
  left: 8%;
  top: 0; }

#horizontal-topic-tree ul li div {
  margin-bottom: -2px; }

div.header .header-wrapper {
  background: url("../pub/images/header/Buerstung_LG.png") no-repeat top center; }
  div.header .header-wrapper > .container .header-logo {
    padding: 31px 0 34px 0 !important; }

div.header .header-logo .privacy-disclaimer a, div.header .header-logo .privacy-disclaimer span {
  color: #000000;
  font-size: 15px; }

div.header .header-logo .privacy-disclaimer .info-icon {
  width: 16px;
  height: 16px;
  margin: 0; }

div.header .container-main-menu {
  margin-top: 15px;
  margin-bottom: 6px; }

@media (max-width: 1440px) {
  div.header .container-main-menu {
    margin-bottom: 0; } }

div.header .main-menu-context {
  padding-top: 0; }

.header-container.affix {
  top: -99px;
  background: #fff; }

#agendaStage.agenda-stage {
  height: 400px; }
  #agendaStage.agenda-stage .agenda-loader {
    position: relative;
    height: inherit; }
    #agendaStage.agenda-stage .agenda-loader .loader {
      height: 32px;
      width: 32px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  #agendaStage.agenda-stage.stage-loaded .agenda-loader {
    display: none; }
  #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block {
    display: inline-block;
    overflow-y: auto; }
    #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block ul {
      list-style-type: disc;
      padding-left: 0; }
      #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block ul li {
        padding: 0 0 0 15px;
        margin: 0 0 10px 0;
        position: relative;
        line-height: 1.3em;
        list-style: none;
        font-family: 'DaimlerCS-Regular', Arial, sans-serif; }
        #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block ul li:before {
          content: '\00b7';
          font-size: 50px;
          font-size: 5rem;
          color: #707070;
          position: absolute;
          left: 0;
          top: -3px; }
    #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block ol {
      padding-left: 15px; }
      #agendaStage.agenda-stage.stage-loaded .agenda-container-fixed-block ol li {
        margin: 0 0 10px 0;
        position: relative;
        line-height: 1.3em; }
  #agendaStage.agenda-stage .agenda-collection.owl-loaded {
    display: block; }
  #agendaStage.agenda-stage .agenda-collection {
    display: none;
    background-color: #eee;
    margin: 0 auto; }
  #agendaStage.agenda-stage .agenda-container-fixed-block {
    display: none; }

.ua-phone .agenda-collection .owl-prev,
.ua-phone .agenda-collection .owl-next {
  display: none !important; }

#agendaStage .agenda-collection {
  min-width: 1180px;
  max-width: 1180px; }
  @media (max-width: 1439px) {
    #agendaStage .agenda-collection {
      min-width: 980px;
      max-width: 980px; } }
  #agendaStage .agenda-collection .owl-prev,
  #agendaStage .agenda-collection .owl-next {
    margin-bottom: 0px !important; }
  #agendaStage .agenda-collection,
  #agendaStage .agenda-collection > .owl-stage-outer {
    height: 400px; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection,
      #agendaStage .agenda-collection > .owl-stage-outer {
        height: 350px; } }
  #agendaStage .agenda-collection .agenda-container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
  #agendaStage .agenda-collection .owl-item .co2label {
    position: absolute;
    left: 0; }
  #agendaStage .agenda-collection .owl-item .agenda-item-multi-co2-label {
    height: 25px;
    overflow: hidden;
    bottom: -30px;
    right: 0; }
  #agendaStage .agenda-collection .owl-item .agenda-item-one-co2-label {
    bottom: 0;
    margin: 10px 120px 10px 30px;
    max-height: 42px;
    overflow: hidden; }
  #agendaStage .agenda-collection .owl-controls {
    background-color: #eee; }
  #agendaStage .agenda-collection .owl-nav {
    margin-top: 0px !important; }
  #agendaStage .agenda-collection .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%; }
  #agendaStage .agenda-collection .agenda-item h3 {
    font-size: 22px; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection .agenda-item h3 {
        font-size: 18px; } }
  #agendaStage .agenda-collection .agenda-item a:hover, #agendaStage .agenda-collection .agenda-item a:focus {
    text-decoration: none; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-one, #agendaStage .agenda-collection .agenda-item.agenda-item-multi {
    height: 350px; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-one:before, #agendaStage .agenda-collection .agenda-item.agenda-item-one:after, #agendaStage .agenda-collection .agenda-item.agenda-item-multi:before, #agendaStage .agenda-collection .agenda-item.agenda-item-multi:after {
      content: " ";
      display: table; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-one:after, #agendaStage .agenda-collection .agenda-item.agenda-item-multi:after {
      clear: both; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection .agenda-item.agenda-item-one, #agendaStage .agenda-collection .agenda-item.agenda-item-multi {
        height: 300px; } }
  #agendaStage .agenda-collection .agenda-item.agenda-item-one {
    display: block;
    background-color: white; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-one > .image {
      height: 350px;
      overflow: hidden; }
      @media (max-width: 1439px) {
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .image {
          height: 300px; } }
    #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content {
      padding: 25px 30px;
      height: 350px; }
      @media (max-width: 1439px) {
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content {
          height: 300px; } }
      #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title,
      #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical; }
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title:before, #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title:after,
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text:before,
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text:after {
          content: " ";
          display: table; }
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title:after,
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text:after {
          clear: both; }
      #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title h1 {
        font-size: 40px;
        line-height: 40px;
        max-height: 80px; }
        @media (max-width: 1439px) {
          #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .title h1 {
            font-size: 35px; } }
      #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text {
        margin-top: 20px;
        padding-right: 80px;
        font-size: 30px;
        line-height: 35px;
        max-height: 175px; }
        @media (max-width: 1439px) {
          #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .text {
            font-size: 25px;
            line-height: 30px; } }
      #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .date {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100px;
        width: 110px;
        background-color: #003340;
        color: white;
        padding: 10px; }
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .date .day {
          font-size: 60px;
          line-height: 1;
          text-align: center; }
        #agendaStage .agenda-collection .agenda-item.agenda-item-one > .content .date .year {
          font-size: 13px;
          text-align: center; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title:before, #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title:after,
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:before,
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:after {
    content: " ";
    display: table; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title:after,
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:after {
    clear: both; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title {
    height: 140px;
    padding-left: 30px; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title.agenda-mobile-title {
      display: none; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title {
        height: 100px; } }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title h1, #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title h4 {
      overflow: hidden;
      display: block; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title h1 {
      max-height: 41px;
      margin-bottom: 0 !important; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-title h4 {
      margin-top: 0 !important;
      max-height: 22px; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards-expander {
    display: none; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards,
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
    height: 140px; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-cards,
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
        height: 200px; } }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
    display: block;
    position: relative;
    padding: 15px 50px 40px 20px;
    background-color: #003340;
    color: white; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:before, #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:after {
      content: " ";
      display: table; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:after {
      clear: both; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:hover {
      background-color: #00677f; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .arrow-right {
      position: absolute;
      top: 20px;
      right: 15px;
      height: 55px;
      width: 30px;
      fill: black;
      font: 35px/1 'Daimler_Iconset-Interaction_01'; }
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .arrow-right:after {
        content: '\63'; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .topic {
      line-height: 25px;
      max-height: 150px;
      overflow: hidden;
      display: block; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .footer {
      position: absolute;
      font-size: 14px;
      bottom: 15px; }
  #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main {
    display: block;
    height: 350px;
    background-color: white; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:before, #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:after {
      content: " ";
      display: table; }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:after {
      clear: both; }
    @media (max-width: 1439px) {
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main {
        height: 300px; } }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image {
      height: 220px;
      overflow: hidden; }
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image img.img-responsive {
        margin-top: -70px; }
      @media (max-width: 1439px) {
        #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image {
          height: 200px; }
          #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image img.img-responsive {
            margin-top: -50px; } }
    #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content {
      position: relative;
      height: 130px;
      padding: 15px 50px 40px 20px; }
      @media (max-width: 1439px) {
        #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content {
          height: 100px; } }
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content:after {
        position: absolute;
        top: 20px;
        right: 15px;
        height: 55px;
        width: 30px;
        fill: black;
        content: '\63';
        font: 35px/1 'Daimler_Iconset-Interaction_01'; }
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content > .topic {
        font-size: 25px;
        line-height: 25px;
        max-height: 50px;
        overflow: hidden;
        display: block; }
      #agendaStage .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content > .footer {
        position: absolute;
        font-size: 14px;
        bottom: 15px; }

#agendaStage.fixed-block {
  height: 330px;
  margin: 0 auto;
  min-width: 1180px;
  max-width: 1180px; }
  @media (max-width: 1439px) {
    #agendaStage.fixed-block {
      min-width: 960px;
      max-width: 960px;
      height: 280px; } }
  #agendaStage.fixed-block.stage-loaded {
    background-color: #eee; }
  #agendaStage.fixed-block .agenda-container {
    height: 100%;
    vertical-align: top;
    display: inline-block; }
  #agendaStage.fixed-block .agenda-collection {
    min-width: 880px;
    max-width: 880px; }
    @media (max-width: 1439px) {
      #agendaStage.fixed-block .agenda-collection {
        min-width: 720px;
        max-width: 720px; } }
    #agendaStage.fixed-block .agenda-collection .owl-prev,
    #agendaStage.fixed-block .agenda-collection .owl-next {
      margin-bottom: 0px !important;
      top: 10px;
      bottom: 40px; }
    #agendaStage.fixed-block .agenda-collection,
    #agendaStage.fixed-block .agenda-collection > .owl-stage-outer {
      height: 330px; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection,
        #agendaStage.fixed-block .agenda-collection > .owl-stage-outer {
          height: 280px; } }
    #agendaStage.fixed-block .agenda-collection .agenda-container {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0; }
    #agendaStage.fixed-block .agenda-collection .owl-item .co2label {
      position: absolute;
      left: 0; }
    #agendaStage.fixed-block .agenda-collection .owl-item .agenda-item-multi-co2-label {
      height: 25px;
      overflow: hidden;
      bottom: -30px;
      right: 0; }
    #agendaStage.fixed-block .agenda-collection .owl-item .agenda-item-one-co2-label {
      bottom: 0;
      margin: 10px 120px 10px 20px;
      max-height: 65px;
      overflow: hidden; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .owl-item .agenda-item-one-co2-label {
          margin-bottom: 2px;
          font-size: 15px; } }
    #agendaStage.fixed-block .agenda-collection .owl-controls {
      background-color: #eee; }
    #agendaStage.fixed-block .agenda-collection .owl-nav {
      margin-top: 0px !important; }
    #agendaStage.fixed-block .agenda-collection .owl-dots {
      position: absolute;
      bottom: 5px;
      width: 100%; }
    #agendaStage.fixed-block .agenda-collection .agenda-item h3 {
      font-size: 22px; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .agenda-item h3 {
          font-size: 18px; } }
    #agendaStage.fixed-block .agenda-collection .agenda-item a:hover, #agendaStage.fixed-block .agenda-collection .agenda-item a:focus {
      text-decoration: none; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi {
      height: 280px; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one:after, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi:after {
        content: " ";
        display: table; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one:after, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi:after {
        clear: both; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi {
          height: 230px; } }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one {
      display: block;
      background-color: white; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .image {
        height: 280px;
        overflow: hidden; }
        @media (max-width: 1439px) {
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .image {
            height: 230px; } }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content {
        padding: 10px 20px;
        height: 280px; }
        @media (max-width: 1439px) {
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content {
            height: 230px; } }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title,
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title:after,
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text:before,
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text:after {
            content: " ";
            display: table; }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title:after,
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text:after {
            clear: both; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title h1 {
          font-size: 35px;
          line-height: 35px;
          max-height: 80px; }
          @media (max-width: 1439px) {
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .title h1 {
              font-size: 28px;
              line-height: 28px; } }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text {
          margin-top: 5px;
          padding-right: 85px;
          font-size: 25px;
          line-height: 29px;
          max-height: 120px; }
          @media (max-width: 1439px) {
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text {
              font-size: 21px;
              line-height: 23px;
              padding-right: 80px;
              max-height: 95px; } }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .text.full-text {
            max-height: 175px; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 85px;
          width: 95px;
          background-color: #003340;
          color: white;
          padding: 10px; }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date .day {
            font-size: 50px;
            line-height: 1;
            text-align: center; }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date .year {
            font-size: 13px;
            text-align: center; }
          @media (max-width: 1439px) {
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date {
              height: 80px;
              width: 90px; }
              #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date .day {
                font-size: 45px;
                line-height: 1;
                text-align: center; } }
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-one > .content .date.smaller-case .year {
            font-size: 11px; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title:after,
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:before,
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:after {
      content: " ";
      display: table; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title:after,
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards:after {
      clear: both; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title {
      height: 140px;
      padding-left: 30px; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title.agenda-mobile-title {
        display: none; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title {
          height: 100px; } }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title h1, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title h4 {
        overflow: hidden;
        display: block; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title h1 {
        max-height: 41px;
        margin-bottom: 0 !important; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-title h4 {
        margin-top: 0 !important;
        max-height: 22px; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards-expander {
      display: none; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards,
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
      height: 140px; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-cards,
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
          height: 130px; } }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card {
      display: block;
      position: relative;
      padding: 15px 50px 40px 20px;
      background-color: #003340;
      color: white; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:after {
        content: " ";
        display: table; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:after {
        clear: both; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card:hover {
        background-color: #00677f; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .arrow-right {
        position: absolute;
        top: 20px;
        right: 15px;
        height: 55px;
        width: 30px;
        fill: black;
        font: 35px/1 'Daimler_Iconset-Interaction_01'; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .arrow-right:after {
          content: '\63'; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .topic {
        line-height: 25px;
        max-height: 150px;
        overflow: hidden;
        display: block; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card > .footer {
        position: absolute;
        font-size: 14px;
        bottom: 15px; }
    #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main {
      display: block;
      height: 280px;
      background-color: white; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:before, #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:after {
        content: " ";
        display: table; }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main:after {
        clear: both; }
      @media (max-width: 1439px) {
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main {
          height: 230px; } }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image {
        height: 220px;
        overflow: hidden; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image img.img-responsive {
          margin-top: -70px; }
        @media (max-width: 1439px) {
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image {
            height: 200px; }
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .image img.img-responsive {
              margin-top: -50px; } }
      #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content {
        position: relative;
        height: 75px;
        padding: 5px 50px 40px 20px; }
        @media (max-width: 1439px) {
          #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content {
            height: 50px;
            padding-top: 0;
            margin-top: -10px; }
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content .footer {
              bottom: 5px !important; }
            #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content:after {
              top: 2px !important; } }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content:after {
          position: absolute;
          top: 20px;
          right: 15px;
          height: 55px;
          width: 30px;
          fill: black;
          content: '\63';
          font: 35px/1 'Daimler_Iconset-Interaction_01'; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content > .topic {
          font-size: 25px;
          line-height: 25px;
          max-height: 50px;
          overflow: hidden;
          display: block; }
        #agendaStage.fixed-block .agenda-collection .agenda-item.agenda-item-multi .agenda-item-multi-card-main .content > .footer {
          position: absolute;
          font-size: 14px;
          bottom: 15px; }
  #agendaStage.fixed-block .agenda-container-fixed-block {
    width: 300px;
    height: 330px;
    vertical-align: top;
    background-color: #fff;
    padding: 10px;
    border: 10px solid #eee;
    border-bottom: 40px solid #eee; }
    @media (max-width: 1439px) {
      #agendaStage.fixed-block .agenda-container-fixed-block {
        width: 240px;
        height: 280px; } }
    #agendaStage.fixed-block .agenda-container-fixed-block .fixed-block-container {
      height: 100%;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
      #agendaStage.fixed-block .agenda-container-fixed-block .fixed-block-container ::-webkit-scrollbar {
        width: 10px; }
      #agendaStage.fixed-block .agenda-container-fixed-block .fixed-block-container ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #999999;
        border-radius: 10px; }
      #agendaStage.fixed-block .agenda-container-fixed-block .fixed-block-container ::-webkit-scrollbar-thumb {
        background: #999999;
        border-radius: 10px; }
      #agendaStage.fixed-block .agenda-container-fixed-block .fixed-block-container ::-webkit-scrollbar-thumb:hover {
        background: #888; }
  #agendaStage.fixed-block.stage-loaded .agenda-container-fixed-block {
    display: inline-block; }


