@charset "UTF-8";
/*!
 *  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-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-meetup: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;
}

/* FiraSans */
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 400;
  src: local("FiraSans Regular"), local("FiraSans-Regular"), url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.ttf") format("truetype"), url("../fonts/FiraSans-Regular.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 500;
  src: local("FiraSans Medium"), local("FiraSans-Medium"), url("../fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans-Medium.ttf") format("truetype"), url("../fonts/FiraSans-Medium.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 700;
  src: local("FiraSans Bold"), local("FiraSans-Bold"), url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype"), url("../fonts/FiraSans-Bold.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "FiraSans";
  font-style: italic;
  font-weight: 700;
  src: local("FiraSans BoldItalic"), local("FiraSans-BoldItalic"), url("../fonts/FiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-BoldItalic.woff2") format("woff2"), url("../fonts/FiraSans-BoldItalic.woff") format("woff"), url("../fonts/FiraSans-BoldItalic.ttf") format("truetype"), url("../fonts/FiraSans-BoldItalic.svg#FiraSans") format("svg");
  /* Legacy iOS */
}
/* FiraSansCondensed */
@font-face {
  font-family: "FiraSansCondensed";
  font-style: normal;
  font-weight: 400;
  src: local("FiraSansCondensed Regular"), local("FiraSansCondensed-Regular"), url("../fonts/FiraSansCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansCondensed-Regular.woff2") format("woff2"), url("../fonts/FiraSansCondensed-Regular.woff") format("woff"), url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype"), url("../fonts/FiraSansCondensed-Regular.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "FiraSansCondensed";
  font-style: normal;
  font-weight: 500;
  src: local("FiraSansCondensed Medium"), local("FiraSansCondensed-Medium"), url("../fonts/FiraSansCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansCondensed-Medium.woff2") format("woff2"), url("../fonts/FiraSansCondensed-Medium.woff") format("woff"), url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype"), url("../fonts/FiraSansCondensed-Medium.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */
}
/* breakpoints*/
/* media queries*/
.cf:before, .tx-contentpackage-header-topmenu-menu:before, .tx-contentpackage-row:before, .tx-contentpackage-gridWrapBigNewsTeaser:before, .tx-contentpackage-gridWrapBig:before, .tx-contentpackage-gridWrap:before,
.cf:after,
.tx-contentpackage-header-topmenu-menu:after,
.tx-contentpackage-row:after,
.tx-contentpackage-gridWrapBigNewsTeaser:after,
.tx-contentpackage-gridWrapBig:after,
.tx-contentpackage-gridWrap:after {
  content: " ";
  display: table;
}

.cf:after, .tx-contentpackage-header-topmenu-menu:after, .tx-contentpackage-row:after, .tx-contentpackage-gridWrapBigNewsTeaser:after, .tx-contentpackage-gridWrapBig:after, .tx-contentpackage-gridWrap:after {
  clear: both;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: "FiraSans", sans-serif;
}
html * {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
}

span {
  font-size: inherit;
  font-family: inherit;
}

figure,
section,
header,
nav,
aside,
main,
article,
footer {
  display: block;
}

@media only screen and (max-width: 640px) {
  footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "FiraSans", sans-serif;
  color: #4b5256;
}
body .sideOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  display: none;
}
body .sideOverlay.active {
  display: block;
}

* {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  font-family: "FiraSans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

h1 {
  color: #004f9f;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.5625rem;
  line-height: 1.953125rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 300;
  padding: 15px 0 0 0 !important;
  margin-bottom: 5px !important;
}

h2 {
  font-size: 20px;
  line-height: 25px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 35px;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 300;
  margin: 15px 0;
  font-size: 20px;
  color: #004f9f;
}

h3 {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: normal;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: inherit;
}

ul {
  font-size: inherit;
  font-family: inherit;
}
ul li {
  font-size: inherit;
  font-family: inherit;
  line-height: 24px;
}

a {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: inherit;
}

.tx-contentpackage-big-blue-headline {
  color: #004f9f;
  font-size: 30px;
  line-height: 37.5px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
}

.tx-contentpackage-anchor {
  color: #4b5256;
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}

.tx-contentpackage-rnn-normaltext {
  color: black;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}

.tx-contentpackage-headergrey {
  background-color: #ccd4da;
  height: 197px;
}
.tx-contentpackage-headergrey > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1052px) {
  .tx-contentpackage-headergrey {
    height: auto;
    min-height: 230px;
  }
}
@media only screen and (max-width: 950px) {
  .tx-contentpackage-headergrey {
    height: auto;
  }
}

.tx-contentpackage-btnBlue {
  background-color: #004f9f;
  color: white;
  border-radius: 10px;
  height: 50px;
  max-width: 280px;
  border: none;
  padding: 12px 33px 10px 33px;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-btnBlue.submit {
  margin: 20px 0;
  height: auto;
}
.tx-contentpackage-btnBlue:hover {
  color: white;
}
.tx-contentpackage-btnBlue p {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.tx-contentpackage-btnYellow {
  background-color: #ffcc00;
  color: black !important;
  border-radius: 6px;
  height: 24px;
  padding: 0 20px !important;
  display: inline-block;
  line-height: 24px !important;
  max-width: 280px;
  width: auto !important;
  border: none;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-btnYellow.submit {
  margin: 20px 0;
  height: auto;
}
.tx-contentpackage-btnYellow:hover {
  color: white;
}
.tx-contentpackage-btnYellow p {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

table.contenttable.aligntop tr td, table.contenttable.aligntop tr th {
  vertical-align: top;
}

.frame-space-before-extra-small {
  padding-top: 15px;
}

.frame-space-before-small {
  padding-top: 25px;
}

.frame-space-before-medium {
  padding-top: 40px;
}

.frame-space-before-large {
  padding-top: 50px;
}

.frame-space-before-extra-large {
  padding-top: 75px;
}

.frame-space-after-extra-small {
  padding-bottom: 15px;
}

.frame-space-after-small {
  padding-bottom: 25px;
}

.frame-space-after-medium {
  padding-bottom: 40px;
}

.frame-space-after-large {
  padding-bottom: 50px;
}

.frame-space-after-extra-large {
  padding-bottom: 75px;
}

.tx-contentpackage-gridWrap {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.tx-contentpackage-gridWrap .tx-contentpackage-gridWrap-out {
  max-width: auto;
}

.tx-contentpackage-gridWrapBig {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.tx-contentpackage-gridWrapBigNewsTeaser {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.tx-contentpackage-row {
  margin-left: -10px;
  margin-right: -10px;
  /*Korrektur horizontaler Scrollbalken, warum?*/
}

.tx-contentpackage-xl-12 {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
}

.tx-contentpackage-xl-11 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 91.66%;
}

.tx-contentpackage-xl-10 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 83.33%;
}

.tx-contentpackage-xl-9 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 75%;
}

.tx-contentpackage-xl-8 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 66.66%;
}

.tx-contentpackage-xl-7 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 58.33%;
}

.tx-contentpackage-xl-6 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 50%;
}

.tx-contentpackage-xl-5 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 41.66%;
}

.tx-contentpackage-xl-4 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 33.33%;
}

.tx-contentpackage-xl-3 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 25%;
}

.tx-contentpackage-xl-2 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 16.66%;
}

.tx-contentpackage-xl-1 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  width: 8.333%;
}

.tx-contentpackage-xl-0 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tx-contentpackage-l-12 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 100%;
  }

  .tx-contentpackage-l-11 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 91.66%;
  }

  .tx-contentpackage-l-10 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 83.33%;
  }

  .tx-contentpackage-l-9 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 75%;
  }

  .tx-contentpackage-l-8 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 66.66%;
  }

  .tx-contentpackage-l-7 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 58.33%;
  }

  .tx-contentpackage-l-6 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 50%;
  }

  .tx-contentpackage-l-5 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 41.66%;
  }

  .tx-contentpackage-l-4 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 33.33%;
  }

  .tx-contentpackage-l-3 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 25%;
  }

  .tx-contentpackage-l-2 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 16.66%;
  }

  .tx-contentpackage-l-1 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 8.333%;
  }

  .tx-contentpackage-l-0 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tx-contentpackage-m-12 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 100%;
  }

  .tx-contentpackage-m-11 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 91.66%;
  }

  .tx-contentpackage-m-10 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 83.33%;
  }

  .tx-contentpackage-m-9 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 75%;
  }

  .tx-contentpackage-m-8 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 66.66%;
  }

  .tx-contentpackage-m-7 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 58.33%;
  }

  .tx-contentpackage-m-6 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 50%;
  }

  .tx-contentpackage-m-5 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 41.66%;
  }

  .tx-contentpackage-m-4 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 33.33%;
  }

  .tx-contentpackage-m-3 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 25%;
  }

  .tx-contentpackage-m-2 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 16.66%;
  }

  .tx-contentpackage-m-1 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 8.333%;
  }

  .tx-contentpackage-m-0 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-s-12 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 100%;
  }

  .tx-contentpackage-s-11 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 91.66%;
  }

  .tx-contentpackage-s-10 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 83.33%;
  }

  .tx-contentpackage-s-9 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 75%;
  }

  .tx-contentpackage-s-8 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 66.66%;
  }

  .tx-contentpackage-s-7 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 58.33%;
  }

  .tx-contentpackage-s-6 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 50%;
  }

  .tx-contentpackage-s-5 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 41.66%;
  }

  .tx-contentpackage-s-4 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 33.33%;
  }

  .tx-contentpackage-s-3 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 25%;
  }

  .tx-contentpackage-s-2 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 16.66%;
  }

  .tx-contentpackage-s-1 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 8.333%;
  }

  .tx-contentpackage-s-0 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tx-contentpackage-xs-12 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 100%;
  }

  .tx-contentpackage-xs-11 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 91.66%;
  }

  .tx-contentpackage-xs-10 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 83.33%;
  }

  .tx-contentpackage-xs-9 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 75%;
  }

  .tx-contentpackage-xs-8 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 66.66%;
  }

  .tx-contentpackage-xs-7 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 58.33%;
  }

  .tx-contentpackage-xs-6 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 50%;
  }

  .tx-contentpackage-xs-5 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 41.66%;
  }

  .tx-contentpackage-xs-4 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 33.33%;
  }

  .tx-contentpackage-xs-3 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 25%;
  }

  .tx-contentpackage-xs-2 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 16.66%;
  }

  .tx-contentpackage-xs-1 {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    width: 8.333%;
  }

  .tx-contentpackage-xs-0 {
    display: none;
  }
}
.tx-indexedsearch-searchbox.tx-contentpackage-gridWrap {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox.tx-contentpackage-gridWrap .tx-contentpackage-row .tx-contentpackage-xl-12.tx-search-form-container {
    padding: 0 10px;
  }
}

.tx-indexedsearch-searchbox-sword {
  border-left: none;
  border-right: none;
  border-top: none;
}

.indexsearch-container {
  border-radius: 10px;
  border: 1px solid #ccd4da;
  padding: 20px 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .indexsearch-container {
    padding: 20px;
  }
}
.indexsearch-container .tx-indexedsearch-searchbox-button-submit {
  border-radius: 10px;
  background-color: #004f9f;
}
.indexsearch-container fieldset {
  border: none;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .indexsearch-container fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .indexsearch-container .tx-indexedsearch-form.tx-contentpackage-s-12 {
    text-align: center;
    margin-bottom: 20px;
  }
  .indexsearch-container .tx-indexedsearch-form.tx-contentpackage-s-12 label {
    white-space: nowrap;
  }
  .indexsearch-container .tx-indexedsearch-form.tx-contentpackage-s-12 input#tx-indexedsearch-searchbox-sword {
    width: 50%;
  }
  .indexsearch-container .tx-indexedsearch-search-submit.tx-contentpackage-s-12 {
    text-align: center;
  }
  .indexsearch-container .tx-indexedsearch-search-submit.tx-contentpackage-s-12 input#tx-indexedsearch-searchbox-button-submit {
    padding: 0px 70px;
    margin-left: 0px;
    border-radius: 300px;
  }
}

.tx-indexedsearch-form {
  padding-top: 20px;
}

.tx-contentpackage-gridWrap.tx-contentpackage-l-12.tx-search-headline {
  color: #004f9f;
  font-family: "FiraSansCondensed", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;
  padding-bottom: 15px;
}

.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-indexsearch-browse-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-indexsearch-browse-container ul.tx-indexedsearch-browsebox {
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: -40px;
  list-style: none;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-indexsearch-browse-container ul.tx-indexedsearch-browsebox li {
  margin-right: 20px;
  white-space: nowrap;
}

.testclass {
  border-bottom: 5px solid #4b5256;
  padding: 20px 0;
}

.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-result-container {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-result-container h3 span.tx-indexedsearch-title a {
  font-size: 24px;
  font-weight: 400;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-result-container h3 span.tx-indexedsearch-title .tx-indexedsearch-percent {
  margin-left: 4px;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-result-container:hover a {
  color: inherit;
}
.tx-contentpackage-xl-12.tx-contentpackage-l-12.tx-result-container:hover p {
  color: #333;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15px;
  right: auto;
  color: #ffffff;
  font-size: 60px;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: rgba(255, 255, 255, 0.8);
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15px;
  left: auto;
  color: #ffffff;
  font-size: 60px;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: rgba(255, 255, 255, 0.8);
  }
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#cookie-bar {
  background: rgba(0, 107, 45, 0.9);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 28px 20px;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

#cookie-bar p span {
  margin: 12px 0;
}

#cookie-bar a {
  color: #ffffff;
  text-decoration: none;
}

#cookie-bar a.textlink {
  color: white;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
}

#cookie-bar .cb-enable {
  display: inline-block;
  border: 2px solid white;
  height: 47px;
  line-height: 42px;
  padding: 0px 35px;
  margin: 12px 0 12px 40px;
  white-space: nowrap;
}

#cookie-bar .cb-enable:hover {
  background: black;
  border-color: white;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

@media only screen and (max-width: 1024px) {
  #cookie-bar p {
    display: -ms-flexbox;
    display: flex;
  }
  #cookie-bar p span {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #cookie-bar p {
    display: block;
  }
  #cookie-bar p span {
    text-align: left;
    display: block;
    margin: 12px 0 25px 0;
  }
  #cookie-bar .cb-enable {
    margin: 0;
  }
}
/*! jQuery UI - v1.12.1 - 2018-10-28
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,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");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

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

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

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

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

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

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

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

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

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

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 18px Helvetica, Arial;
  /* 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 {
  width: 320px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* 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);
  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 {
  box-sizing: border-box;
  box-sizing: content-box\9 ;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  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;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

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

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

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

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.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);
  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 {
  color: #ffffff;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ffcc00;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #004f9f;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #004f9f;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #004f9f;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ffcc00 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #004f9f !important;
  box-shadow: #004f9f 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#f4f8fa",GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#FFF",GradientType=0);
}

#std3_main .std3_mot100-icon:before, #std3_main .std3_mot99-icon:before, #std3_main .std3_rop-icon:before, .std3_mot100-icon:before, .std3_mot104-icon:before, .std3_mot97-icon:before, .std3_mot99-icon:before {
  font-family: mdv-icons;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
}

#std3_main .std3_rop-icon:before {
  content: "";
}

.std3_mot100-icon:before, .std3_mot99-icon:before {
  content: "";
}

.std3_mot104-icon:before {
  content: "";
}

.std3_mot97-icon:before {
  content: "";
}

#std3_main .std3_mot100-icon:before, #std3_main .std3_mot99-icon:before {
  content: "";
}

.std3_accordion_toggle .std3_panel-title {
  position: relative;
}

.std3_accordion_toggle a {
  text-decoration: none;
  display: inline-block;
}

.std3_accordion_toggle .fa {
  position: absolute;
  top: 0;
  right: 0;
}

.std3_accordion_toggle .std3_accordion_collapsed {
  display: none !important;
}

.std3_accordion_toggle .std3_accordion_disabled {
  display: none !important;
}

.std3_accordion_toggle .std3_accordion_expanded {
  display: block !important;
}

.std3_accordion_toggle.std3_collapsed .std3_accordion_collapsed {
  display: block !important;
}

.std3_accordion_toggle.std3_collapsed .std3_accordion_expanded {
  display: none !important;
}

.std3_accordion_toggle.std3_collapsed .std3_accordion_disabled {
  display: none !important;
}

.std3_accordion_toggle.std3_disabled .std3_accordion_disabled {
  display: block !important;
}

.std3_accordion_toggle.std3_disabled .std3_accordion_collapsed, .std3_accordion_toggle.std3_disabled .std3_accordion_expanded {
  display: none !important;
}

#std3_main .std3_accordion_open {
  display: inline;
}

#std3_main .std3_collapsed .std3_accordion_collapsed {
  display: inline;
}

#std3_main .std3_collapsed .std3_accordion_open {
  display: none;
}

#std3_main .std3_modal .std3_fade .std3_modal-dialog {
  transition: transform 0.3s ease-out;
}

#std3_main .std3_modal .std3_fade.std3_fade-left .std3_modal-dialog {
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}

#std3_main .std3_modal .std3_fade.std3_fade-right .std3_modal-dialog {
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

#std3_main .std3_modal .std3_fade.std3_fade-bottom .std3_modal-dialog {
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

#std3_main .std3_modal .std3_in.std3_fade-bottom .std3_modal-dialog, #std3_main .std3_modal .std3_in.std3_fade-left .std3_modal-dialog, #std3_main .std3_modal .std3_in.std3_fade-right .std3_modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[type=checkbox].std3_fancy-check {
  position: absolute;
  left: -9999px;
}

[type=checkbox].std3_fancy-check ~ label > span {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}

[type=checkbox].std3_fancy-check ~ label > span .std3_label_icon {
  vertical-align: middle;
  padding-right: 4px;
}

[type=checkbox].std3_fancy-check + label {
  cursor: pointer;
  display: table;
  table-layout: fixed;
  max-width: 100%;
  font-weight: 400;
}

[type=checkbox].std3_fancy-check + label:before {
  font-family: FontAwesome;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 22px;
  min-width: 28px;
  padding: 2px 0 0 3px;
}

[type=checkbox].std3_fancy-check:checked + label:before {
  content: "";
}

[type=checkbox].std3_fancy-check:not(:checked) + label:before {
  content: "";
}

[type=checkbox].std3_fancy-check:focus + label:before {
  border: 1px dashed #777;
}

[type=checkbox].std3_fancy-check:hover + label:before {
  color: #67afe5;
}

[type=checkbox].std3_switch-check {
  position: absolute;
  left: -9999px;
}

[type=checkbox].std3_switch-check:focus + label .fa-stack {
  border: 1px dashed #777;
}

[type=checkbox].std3_switch-check ~ label {
  cursor: pointer;
  font-weight: 400;
}

[type=checkbox].std3_switch-check ~ label > span.std3_switch_check_label {
  display: block;
  font-size: smaller;
  margin-top: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[type=checkbox].std3_switch-check ~ label .fa.std3_switch_check_ico {
  font-size: 14px !important;
}

[type=checkbox].std3_switch-check ~ label .fa.std3_switch_check_icobg, [type=checkbox].std3_switch-check ~ label .std3_switch_check {
  font-size: 28px !important;
}

[type=checkbox].std3_switch-check ~ label .fa-stack .fa-toggle-off, [type=checkbox].std3_switch-check ~ label .fa-stack .fa-toggle-on {
  color: #BBB;
}

[type=checkbox].std3_switch-check:checked ~ label .fa-stack .std3_switch_check_ico, [type=checkbox].std3_switch-check:checked ~ label .fa-stack .std3_switch_check_icobg {
  margin-left: 8px;
}

[type=checkbox].std3_switch-check:checked ~ label .fa-stack .std3_switch_check_off {
  display: none !important;
}

[type=checkbox].std3_switch-check:checked ~ label .fa-stack .std3_switch_check_on {
  display: inline !important;
}

[type=checkbox].std3_switch-check:not(:checked) ~ label .fa-stack .std3_switch_check_ico, [type=checkbox].std3_switch-check:not(:checked) ~ label .fa-stack .std3_switch_check_icobg {
  margin-left: -8px;
  color: #BBB;
}

[type=checkbox].std3_switch-check:not(:checked) ~ label .fa-stack .std3_switch_check_off {
  display: inline !important;
}

[type=checkbox].std3_switch-check:not(:checked) ~ label .fa-stack .std3_switch_check_on {
  display: none !important;
}

#std3_main .std3_stop-row .fa-lg {
  float: right;
  bottom: 8px;
}

#std3_main .std3_result-row .std3_switch_check_on {
  display: inline;
}

#std3_main .std3_result-row .std3_switch_check_off {
  display: none;
}

#std3_main .std3_result-row.std3_collapsed .std3_switch_check_on {
  display: none;
}

#std3_main .std3_result-row.std3_collapsed .std3_switch_check_off {
  display: inline;
}

#std3_main .std3_switch_check_icobg:before {
  content: "";
}

.std3_navbar-brand {
  padding: 5px 4px 5px 0;
}

.std3_navbar-header h1 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 4px;
}

.std3_panel-body {
  padding: 8px;
}

#std3_main fieldset {
  margin-bottom: 10px;
}

#std3_main fieldset legend {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#std3_main fieldset:first-child legend {
  margin-top: 0;
}

#std3_main fieldset .std3_panel-title legend {
  margin: 0;
}

#std3_main label {
  font-weight: 400;
}

#std3_main .std3_button-link, #std3_main .std3_fare_button {
  color: #337ab7;
  text-decoration: none;
}

#std3_main .std3_min_button {
  padding: 0 2px !important;
  text-align: center;
  min-width: 18px;
}

#std3_main .std3_seperator {
  padding-left: 5px;
  padding-right: 5px;
}

#std3_main .std3_row-condensed {
  padding: 0 !important;
}

#std3_main .std3_stop-row {
  border-bottom: thin solid #777;
}

#std3_main .std3_loading-bar {
  z-index: 1001;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 100px;
}

#std3_main .std3_cookie_alert {
  border-radius: 0;
  margin-top: -15px;
}

#std3_main .std3_input-min {
  width: 50px !important;
}

#std3_main .std3_fareZones-panel-body {
  padding: 10px;
}

#std3_main .std3_fareZones-panel-body .std3_col-xs-3, #std3_main .std3_fareZones-panel-body .std3_col-xs-6 {
  padding: 0 5px !important;
  text-align: center;
}

#std3_main input[type=range] {
  -webkit-appearance: none;
  background-color: #000;
  height: 5px;
  border-radius: 5px;
}

#std3_main input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  top: 0;
  z-index: 1;
  width: 11px;
  height: 11px;
  cursor: pointer;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebf1f6), color-stop(50%, #abd3ee), color-stop(51%, #89c3eb), color-stop(100%, #d5ebfb));
}

#std3_main input[type=range]:active ~ #std3_rangevalue, #std3_main input[type=range]:hover ~ #std3_rangevalue {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: -75px;
}

#std3_slider {
  height: 24px;
  position: relative;
  border-radius: 40px;
  box-shadow: #E9E9E9;
  padding: 0 3px;
}

#std3_slider .std3_bar {
  cursor: pointer;
  height: 6px;
  background: #333;
  position: relative;
  top: 9px;
  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;
  border-radius: 40px;
}

#std3_rangevalue {
  text-align: center;
  font-family: Arial, sans-serif;
  display: block;
  margin: 20px 0;
  position: relative;
  left: 47.5%;
  padding: 5px 0;
  border: 1px solid #000;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222931), color-stop(100%, #181d21));
  color: #fff !important;
  border-radius: 20px;
  width: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 1s ease;
  top: -65px;
}

#std3_main .std3_table-row {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

#std3_main .std3_whitespace {
  margin-top: 0.5em;
}

#std3_main .std3_table-col {
  padding: 10px 0;
}

#std3_main a.std3_result-row:hover {
  text-decoration: none;
}

#std3_main .std3_panel-body {
  border: 1px solid #ccc;
  border-top: 1px solid #777;
  margin-top: -1px;
}

#std3_main .std3_nextStopTable .std3_stopRow td {
  padding: 10px 2px;
}

#std3_main .std3_nextStopTable, #std3_main .std3_nextStops, #std3_main .std3_stopRow {
  padding: 0;
}

#std3_main .std3_stop-row {
  padding: 0;
  margin: 0 !important;
}

#std3_main .std3_result-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
}

#std3_main .std3_fullSize {
  padding: 0;
  margin: 0;
}

#std3_main .std3_header {
  margin-top: 20px;
}

#std3_main .std3_nav.std3_navbar-nav > li {
  white-space: nowrap;
}

#std3_main .std3_navbar-default {
  border-bottom: thin solid #337ab7;
}

#std3_main .ui-resizable-e {
  cursor: e-resize;
  height: 1em;
  float: right;
  position: relative;
  right: -1em;
  top: 1em;
  width: 1em;
}

#std3_main .std3_btn-group-vertical .std3_btn-element-container .std3_btn {
  border-radius: 0;
}

#std3_main .std3_btn-group-vertical .std3_btn-element-container:first-child .std3_btn {
  border-radius: 0;
}

#std3_main .std3_btn-group-vertical .std3_btn-element-container:last-child .std3_btn {
  border-radius: 0;
}

.std3_btn-group-vertical .std3_btn {
  text-align: left;
}

.std3_form-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}

.std3_toggle {
  cursor: pointer;
}

.std3_navbar .std3_active {
  border: none;
  top: 0;
}

.std3_nav-element {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 2em;
}

.std3_navbar-nav {
  width: 100%;
}

#std3_enquiry_panel {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.std3_header.std3_in #std3_enquiry_panel {
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}

.std3_fade-out-top {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.std3_dmStopOuterBox {
  margin-bottom: 5px !important;
  min-height: 3em;
}

@media screen and (max-width: 991px) {
  #std3_main .std3_col-sm-hide {
    display: none;
  }
}
#std3_dwell_time {
  max-width: 80px;
}

#std3_main .std3_checkbox-label {
  display: inline;
  padding-right: 15px;
}

.std3_switch-util {
  width: 2.5em;
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: left;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
}

.std3_switch-util .std3_switch-handle {
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1.1em;
  background: #f9f9f9;
  border-radius: 9px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eee, #fff);
}

.std3_switch-util .std3_switch-label {
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #aaa;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}

.std3_switch-util input[type=checkbox]:not(:checked) ~ .std3_switch-handle {
  left: 2px;
}

.std3_switch-util input[type=checkbox]:checked ~ .std3_switch-label {
  color: #000;
  background-color: #337ab7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.std3_switch-util input[type=checkbox]:checked ~ .std3_switch-label:before {
  content: "";
  font-family: fontawesome;
  position: relative;
  left: 10px;
  top: 5px;
}

.std3_switch-util input[type=checkbox]:checked ~ .std3_switch-handle {
  float: right;
  right: 2px;
}

.std3_option-panel .std3_option-toggle ~ .std3_accordion_toggle .fa {
  position: relative;
  float: right;
}

.std3_option-panel .std3_collapse.std3_disabled {
  display: none !important;
}

.std3_result-row .std3_switch-util {
  width: 4.5em;
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: right;
  position: relative;
  top: -0.1em;
  margin-right: 0;
  background-image: linear-gradient(to bottom, #eee, #fff 25px);
  padding: 3px;
}

.std3_result-row .std3_switch-util .std3_switch-handle {
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1.1em;
  background: #f9f9f9;
  border-radius: 9px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eee, #fff);
}

.std3_result-row .std3_switch-util .std3_switch-label {
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}

.std3_result-row.std3_in.std3_collapsed .std3_switch-handle {
  left: 2px;
}

.std3_result-row:not(.std3_collapsed) .std3_switch-label {
  color: #000;
  background-color: #337ab7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.std3_result-row:not(.std3_collapsed) .std3_switch-label:before {
  content: "";
  font-family: fontawesome;
  position: relative;
  left: 2em;
}

.std3_result-row:not(.std3_collapsed) .std3_switch-handle {
  float: right;
  right: 2px;
  left: auto;
}

.std3_odv_container {
  margin-right: 41px;
}

.std3_odv_container_table {
  margin-right: 0 !important;
}

#std3_main #std3_odv_switch_button {
  float: right;
  margin-top: -76px;
  position: relative;
}

#std3_main #std3_odv_toggle_button {
  padding: 0 4px;
  background-color: #efefef;
}

#std3_main #std3_odv_toggle_button .fa-minus {
  color: #a94442;
}

#std3_main #std3_odv_toggle_button .fa-plus {
  color: #3c763d;
}

#std3_main #std3_odvHeader {
  display: none;
}

#std3_main .std3_region-filter-row .std3_form-group {
  margin-bottom: 0 !important;
}

#std3_main .std3_odvMinLabel {
  font-weight: 700;
}

#std3_main .std3_list_input_buttons {
  width: 10% !important;
}

#std3_main .std3_input_buttons .std3_btn {
  border-radius: 0;
}

#std3_main .std3_input_buttons .std3_btn:last-child {
  border-radius: 0;
}

#std3_main .std3_btn.std3_delete-odv, #std3_main .std3_btn.std3_delete-sug, #std3_main .std3_btn.std3_delete-via, #std3_main .std3_btn.std3_geo-location {
  padding: 2px;
}

#std3_main .std3_btn.std3_delete-via {
  right: 1em;
}

#std3_main .std3_btn.std3_delete-odv {
  width: 100% !important;
}

#std3_main #std3_panel-body-odv-min .std3_btn.std3_col-xs-12 .fa {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
}

#std3_main #std3_panel-body-odv-min .std3_btn.std3_col-xs-12 {
  width: 100%;
}

#std3_main #std3_dwellTime {
  text-align: center;
}

#std3_main .std3_odv_table_reset {
  margin-top: 5px;
}

#std3_main .std3_panel-body-inner {
  border: 1px solid #ccc !important;
  border-radius: 0;
}

#std3_main .std3_panel-body-inner + .std3_panel-body-inner {
  margin-top: 15px;
}

#std3_leg-options .std3_form-group:last-child .std3_popover-content .std3_dwell-time-label {
  display: none;
}

.std3_inner-addon {
  position: relative;
}

.std3_inner-addon .std3_input_buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.std3_inner-addon .fa {
  padding: 3px 7px;
  cursor: pointer;
}

.std3_odv-popup-trigger {
  position: relative;
  float: right;
}

.std3_odv-popup-trigger .std3_btn {
  font-size: 1.5em !important;
}

.std3_reset-active .std3_right-addon .std3_odv-list {
  width: 90% !important;
  border-radius: 0 !important;
}

.std3_single_odv_container {
  margin-right: 0;
}

.std3_add_button .std3_btn {
  margin-bottom: 1em;
  margin-left: 4%;
}

@media screen and (min-width: 1200px) {
  #std3_main .std3_form-group.std3_group-flex {
    display: inline-block;
    float: left;
    width: auto;
  }

  #std3_main .std3_form-group.std3_group-flex * {
    display: -ms-inline-flex;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 34px;
  }

  #std3_main .std3_form-group.std3_group-flex .std3_btn {
    height: 100%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .std3_add_button {
    margin-top: 0.5em;
    max-width: 4%;
    padding-left: 0;
    position: relative;
    z-index: 11;
  }

  .std3_add_button .std3_btn {
    z-index: 11;
    width: 3em;
  }
}
.std3_loading_spinner {
  text-align: center;
}

.std3_loading_spinner img {
  width: 35%;
}

#std3_locs-wrapper {
  box-shadow: 0 7px 10px -5px #000;
  position: absolute;
  z-index: 99;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 0;
  background-color: #fff;
}

#std3_locs-wrapper #mdv_locs_footer, #std3_locs-wrapper #mdv_locs_header {
  background-color: #f5f5f5;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-top: none;
  text-align: right;
}

#std3_locs-wrapper #mdv_locs {
  max-height: 40em;
  overflow-x: hidden;
  overflow-y: auto;
}

#std3_locs-wrapper #mdv_locs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.875em;
  width: 100%;
  white-space: nowrap;
  display: table;
}

#std3_locs-wrapper #mdv_locs .mdv_sug_add {
  margin-right: 15px;
  margin-left: 15px;
}

#std3_locs-wrapper #mdv_locs .std3_sug-add {
  width: 50px;
  vertical-align: middle;
}

#std3_locs-wrapper #mdv_locs .mdv_sug_favourite {
  visibility: hidden;
}

#std3_locs-wrapper #mdv_locs li {
  display: table-row;
  color: #575757;
}

#std3_locs-wrapper #mdv_locs li:hover {
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
}

#std3_locs-wrapper #mdv_locs li:hover:not(.mdv_sug_highlight) a, #std3_locs-wrapper #mdv_locs li:hover:not(.mdv_sug_highlight) a:active, #std3_locs-wrapper #mdv_locs li:hover:not(.mdv_sug_highlight) a:hover, #std3_locs-wrapper #mdv_locs li:hover:not(.mdv_sug_highlight) a:link, #std3_locs-wrapper #mdv_locs li:hover:not(.mdv_sug_highlight) a:visited {
  color: #fff !important;
}

#std3_locs-wrapper #mdv_locs li a {
  text-decoration: none;
  color: #575757;
}

#std3_locs-wrapper #mdv_locs li a:active, #std3_locs-wrapper #mdv_locs li a:hover, #std3_locs-wrapper #mdv_locs li a:link, #std3_locs-wrapper #mdv_locs li a:visited {
  text-decoration: none;
  color: #575757;
}

#std3_locs-wrapper #mdv_locs li > a, #std3_locs-wrapper #mdv_locs li > span {
  display: table-cell;
  border-top: 1px solid #d9d9d9;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_name {
  padding: 5px 0;
  white-space: pre-line;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_marker {
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_marker:before {
  color: #72b026;
  font-size: 27px;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_marker .mdv_sug_marker-content {
  color: #fff;
  text-align: center;
  margin-left: -24px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -16px;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_address:before, #std3_locs-wrapper #mdv_locs li .mdv_sug_crossing:before, #std3_locs-wrapper #mdv_locs li .mdv_sug_singlehouse:before, #std3_locs-wrapper #mdv_locs li .mdv_sug_street:before {
  content: "";
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_coord:before, #std3_locs-wrapper #mdv_locs li .mdv_sug_poi:before {
  content: "";
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_stop:before {
  content: "";
  font-family: FontAwesome;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_loc:before {
  content: "";
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_highlight {
  color: #333;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-repeat: repeat-x;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug_highlight:before {
  content: "" !important;
  font-family: FontAwesome !important;
}

#std3_locs-wrapper #mdv_locs li .mdv_sug-icon {
  width: 50px;
  text-align: center;
  font-size: 1.5em;
  font-family: FontAwesome;
  font-size: 27px;
  vertical-align: middle;
}

.mdv_suggest {
  position: relative;
  z-index: 2;
  background: 0 0 !important;
}

.mdv_sug-predict {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0 !important;
  color: grey !important;
}

@media screen and (max-width: 767px) {
  #std3_locs-wrapper #mdv_locs li .mdv_sug_marker {
    display: none;
  }

  #std3_locs-wrapper #mdv_locs li .mdv_sug_name {
    padding-right: 0;
  }

  #std3_locs-wrapper #mdv_locs .mdv_sug_add {
    margin-right: 0;
    margin-left: 0;
  }

  #std3_locs-wrapper #mdv_locs li .std3_sug-add {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  #std3_locs-wrapper #mdv_locs li .mdv_sug_marker {
    margin-left: 0;
    margin-right: 5px;
  }

  #std3_locs-wrapper #mdv_locs .std3_sug-add {
    width: 50px;
  }

  #std3_locs-wrapper #mdv_locs .mdv_sug_add {
    margin-right: 0;
    margin-left: 0;
  }
}
.mdv_sug_best_odv_item.address:before, .mdv_sug_best_odv_item.crossing:before, .mdv_sug_best_odv_item.singlehouse:before, .mdv_sug_best_odv_item.street:before, .mdv_sug_history_item.address:before, .mdv_sug_history_item.crossing:before, .mdv_sug_history_item.singlehouse:before, .mdv_sug_history_item.street:before {
  content: "";
}

.mdv_sug_best_odv_item.poi:before, .mdv_sug_history_item.poi:before {
  content: "";
}

.mdv_sug_best_odv_item.stop:before, .mdv_sug_history_item.stop:before {
  content: "";
}

.mdv_sug_best_odv_item.loc:before, .mdv_sug_history_item.loc:before {
  content: "";
}

#mdv_locs li:after {
  position: absolute;
  font-family: FontAwesome;
  top: 14px;
  left: auto;
  right: 3em;
  font-size: 29px;
}

#mdv_locs li .mdv_sug_history_item.stop:before {
  font-family: FontAwesome;
}

#mdv_locs li .mdv_sug_history_item:after {
  content: "";
}

#mdv_locs li .mdv_sug_best_odv_item:after {
  content: "";
}

.std3_drag-header {
  cursor: move;
}

@media screen and (max-width: 1200px) {
  #std3_main .std3_col-md-nodrag {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  #std3_main .std3_col-md-nodrag .std3_drag-header {
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) {
  #std3_main .std3_col-sm-nodrag {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  #std3_main .std3_col-sm-nodrag .std3_drag-header {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #std3_main .std3_col-xs-nodrag {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  #std3_main .std3_col-xs-nodrag .std3_drag-header {
    cursor: pointer;
  }
}
body {
  margin: 0;
  padding: 0;
}

#std3_lazy-scripts {
  display: none;
}

#std3_main {
  margin-top: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}

#std3_main .std3_navbar {
  z-index: 20;
}

#std3_main .std3_navbar {
  margin-bottom: 0;
}

#std3_main .std3_navbar-toggle {
  margin-right: 1em;
  margin-top: 1em;
}

#std3_main .std3_navbar-brand {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #std3_main .std3_navbar-brand {
    margin-top: 0.5em;
  }
}
#std3_main .std3_navbar-brand img {
  height: 20px;
}

#std3_main .std3_map_addbox .std3_popover-markup {
  display: inline;
}

#std3_main .std3_panel, #std3_main .std3_panel-collapse, #std3_main .std3_panel-heading {
  max-width: 100%;
}

#std3_main .std3_modal {
  position: relative;
  overflow: visible;
}

#std3_main .std3_help-modal {
  position: absolute;
  z-index: 1040;
  right: 0;
  bottom: 0;
}

#std3_main .std3_overlay {
  position: absolute;
  left: 0;
  top: 0;
}

#std3_main .std3_content scollbar {
  z-index: 1100;
}

#std3_main .std3_panel-heading h4.std3_panel-title {
  margin-top: 0.25em;
}

#std3_main .std3_singleRow-5 button {
  width: 20%;
}

#std3_main .std3_embeded-overlay {
  width: 95%;
}

#std3_main embed.std3_ps-result {
  width: 100%;
  height: 69vh;
}

#std3_main .std3_full-size {
  padding-left: 0;
  padding-right: 0;
}

#std3_main .std3_panel-group.std3_mdv-panel-group {
  margin-bottom: 0;
}

#std3_main .std3_line-stop {
  height: 20px;
}

#std3_main .std3_line-stop .fa {
  font-size: 2em;
}

#std3_main .fa-1x5 {
  font-size: 1.5em;
  line-height: 1.5;
}

#std3_main .std3_fullscreen {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2001;
  overflow-x: hidden;
}

#std3_main .std3_fullscreen > .std3_row {
  margin-left: 0;
  margin-right: 0;
}

#std3_main .std3_fullscreen .std3_content_container {
  padding: 0;
}

#std3_main .std3_additional-lineinfo {
  font-size: 0.75em;
  color: grey;
}

#std3_main .std3_navbar-nav {
  float: left;
}

#std3_main .std3_radio-group label:first-child:not(:last-child):not(.std3_dropdown-toggle) .std3_btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#std3_main .std3_radio-group label:not(:first-child):not(:last-child):not(.std3_dropdown-toggle) .std3_btn {
  border-radius: 0;
}

#std3_main .std3_radio-group .std3_dropdown-toggle:not(:first-child), #std3_main .std3_radio-group label:last-child:not(:first-child) .std3_btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#std3_main .std3_radio-group label:first-child .std3_btn {
  margin-left: 0;
}

#std3_main .std3_radio-group input:checked + .std3_btn {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#std3_main .std3_radio-group input:checked + .std3_btn.std3_btn-default {
  background-color: #e0e0e0;
  border-color: #a8a8a8;
}

#std3_main #std3_js-templates, #std3_main #std3_page-template, #std3_main .std3_hidden-result {
  display: none !important;
}

#std3_main.std3_noJs .std3_collapse {
  display: block;
  visibility: unset;
}

#std3_main .std3_invalid-element {
  border: thin solid red !important;
}

#std3_main .std3_btn-group-vertical label {
  margin-bottom: 0;
}

#std3_main .std3_btn-group-vertical .std3_fancy-check:checked + .std3_checkbox-label {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}

#std3_main .std3_btn-group-vertical .std3_btn-group-vertical-label-container .std3_checkbox-label {
  border-radius: 0;
}

#std3_main .std3_trip-result-container {
  width: 100%;
  display: block;
}

#std3_main .std3_result-row .std3_panelBody-tripOverview:hover, #std3_main .std3_result-row.std3_departure-line:hover {
  background-color: #f5f5f5;
}

#std3_main .std3_option-panel .std3_panel-heading {
  display: block;
}

#std3_main .std3_no-float {
  float: none;
}

#std3_main .std3_time-container {
  margin-right: 7px;
}

#std3_main .std3_changed-date-warning {
  color: red;
  font-weight: 700;
  display: inline-block;
}

#std3_main #std3_only_onward:checked ~ fieldset {
  display: none;
}

#std3_main .std3_js-control {
  display: none;
}

#std3_main.std3_elevationProf-active .std3_elevProf-container, #std3_main.std3_gpx-active .std3_gpx-container, #std3_main.std3_reset-active .std3_delete-control {
  display: inline;
}

#std3_main .std3_inline-delay {
  color: red;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

#std3_main .std3_inline-delay.std3_no-delay {
  color: green;
  font-weight: 400;
}

#std3_main .std3_partial-route-blocked .std3_legTime, #std3_main .std3_partial-route-blocked .std3_partial-destination {
  text-decoration: line-through;
}

#std3_main .std3_via-hint {
  margin-bottom: 7px;
  height: auto;
  position: initial;
  padding: 7px 15px;
}

#std3_main [data-is-special-route=true] .std3_legTime, #std3_main [data-is-special-route=true] .std3_time-container {
  visibility: hidden !important;
}

#std3_main [data-is-special-route=true] .std3_time-container:before {
  content: "--:--";
  visibility: visible;
}

#std3_main .std3_nextDep {
  display: inline-block;
}

#std3_main #std3_ajax-result-container > .std3_panel {
  border: none;
  box-shadow: none;
}

#std3_main #std3_ajax-result-container > .std3_panel .std3_panel-body {
  border: none;
}

#std3_main #std3_info-text .std3_modal-body {
  max-height: 69vh;
}

.std3_page {
  display: none;
}

.std3_page.std3_page-active {
  display: block;
}

.std3_btn-mdv-info {
  float: right;
}

.std3_container {
  z-index: 20;
}

.std3_minify {
  opacity: 0.2;
}

.std3_minify:hover {
  opacity: 0.5;
}

.std3_content_container .std3_panel .std3_minify {
  font-weight: 700;
  font-size: 1.5em;
  float: right;
}

.std3_content_container .std3_panel .std3_close, .std3_content_container .std3_panel .std3_handle-container, .std3_content_container .std3_panel .std3_minify {
  margin-right: 0;
  margin-left: 0.5em;
}

.std3_content_container .std3_panel .std3_panel-heading {
  min-width: 250px;
}

.std3_content_container .std3_panel .std3_handle-container {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  float: right;
}

.std3_trip_header {
  display: block;
}

.std3_nobr {
  white-space: nowrap;
}

.std3_odv-list {
  width: 100%;
}

.std3_odv-list .address::before, .std3_odv-list .singlehouse::before, .std3_odv-list .street::before {
  content: "";
}

.std3_odv-list .poi:before {
  content: "";
}

.std3_odv-list .stop:before {
  content: "";
}

.std3_odv-list .loc:before {
  content: "";
}

.std3_odv-list ::before {
  font-family: FontAwesome;
  font-size: 27px;
  padding-right: 20px;
}

.std3_odv-list * {
  border-top: 1px solid #d9d9d9;
  color: #575757;
  line-height: 150%;
  padding: 0.25em 0.5em 0.25em 0.25em;
  position: relative;
  text-align: left;
}

.std3_ps_time-container {
  padding: 0;
}

.std3_spare-prev-line {
  margin-top: 1em;
  width: 1px;
}

.std3_addional-result-icons .std3_add-res-icon {
  margin-left: 15px;
}

.std3_secFont {
  font-size: 85%;
  color: #898989;
}

.std3_rop-result {
  width: 100%;
  height: 69vh;
}

@media screen {
  #std3_main {
    height: 100vh;
  }

  #std3_main .std3_page-active {
    height: 100%;
  }

  #std3_main .std3_map_addbox {
    bottom: 1em;
    right: 4em;
    position: absolute;
    z-index: 20;
  }

  #std3_main .std3_map_addbox .std3_btn {
    background-color: transparent;
  }

  #std3_main .std3_content {
    overflow: auto;
    max-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #std3_main .std3_col-lg-auto {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #std3_main .std3_col-md-auto {
    width: auto;
  }

  .std3_odv_nav {
    max-height: 100vh;
    z-index: 12;
    float: left;
    overflow: auto;
    padding-right: 0;
  }

  .std3_content_container .std3_panel * .std3_panel-heading {
    margin-right: 0;
  }

  .std3_panel_fixed {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  #std3_main .std3_col-sm-auto {
    width: auto;
  }

  .std3_content_container {
    z-index: 10;
  }

  #std3_main .std3_embeded-overlay {
    width: 69%;
  }

  #std3_main .std3_navbar-default {
    border-bottom: thin solid #337ab7;
  }

  .std3_navbar .std3_active {
    border: thin solid #337ab7;
    border-bottom: transparent;
    top: 1px;
  }

  .std3_header .std3_navbar .std3_active {
    border: transparent;
  }

  .std3_header.std3_in .std3_navbar .std3_active {
    border: thin solid #337ab7;
    border-bottom: transparent;
    top: 1px;
  }

  .std3_limited-sm {
    min-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  #std3_main .std3_col-sm-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #std3_main .std3_page-active {
    padding-left: 0;
    padding-right: 0;
  }

  #std3_main .std3_col-xs-hide {
    display: none;
  }

  #std3_main .std3_limited-sm {
    max-height: 100% !important;
  }
}
@media screen {
  body.std3_external-header-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100vh;
  }

  body.std3_external-header-active > * {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

  body.std3_external-header-active #std3_main {
    height: 100%;
  }
}
#std3_main {
  display: block;
}

@media screen {
  #std3_main {
    -js-display: -ms-flexbox;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#std3_main footer, #std3_main header {
  display: block;
}

@media sreen {
  #std3_main footer, #std3_main header {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
#std3_main footer.std3_container-fluid, #std3_main header.std3_container-fluid {
  margin: auto 0;
}

#std3_main .std3_content-box {
  display: block;
}

@media screen {
  #std3_main .std3_content-box {
    overflow: auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
  }
}
#std3_main .std3_content-box main {
  background-color: #fff;
  z-index: 10;
  border-right: thin solid grey;
}

@media screen {
  #std3_main .std3_content-box aside, #std3_main .std3_content-box main {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  #std3_main #std3_main_nav {
    display: initial;
    visibility: initial;
  }
}
#std3_main .std3_nav.std3_navbar-nav {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #std3_main .std3_nav.std3_navbar-nav li {
    max-width: 15%;
  }
}
@media screen and (min-width: 768px) {
  #std3_main .std3_full-flex {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
        flex-direction: column;
    height: inherit;
  }

  #std3_main .std3_full-flex > div {
    -ms-flex: 0 auto;
        flex: 0 auto;
  }

  #std3_main .std3_full-flex #std3_ajax-result-container {
    -ms-flex: 1 auto;
        flex: 1 auto;
    display: flex;
    display: -ms-flexbox;
    min-height: 250px;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #std3_main .std3_full-flex #std3_ajax-result-container > .std3_page-result {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
        flex-direction: column;
    height: inherit;
  }

  #std3_main .std3_full-flex #std3_ajax-result-container > .std3_page-result > .std3_panel-heading {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  #std3_main .std3_full-flex #std3_ajax-result-container > .std3_page-result > .std3_panel-body {
    -ms-flex: 1 auto;
        flex: 1 auto;
    overflow: auto;
  }
}
.std3_duration {
  font-weight: 700;
}

.std3_time-overwiev {
  margin-bottom: 5px;
}

.std3_anchor_button {
  color: #333 !important;
  line-height: 21px !important;
  height: 22px;
  width: 22px;
  padding-left: 1px !important;
}

.std3_panelBody-tripOverview {
  border: none !important;
}

.std3_legMot, .std3_legTime {
  width: 1em;
}

.std3_legRealTime {
  width: 68px !important;
}

.std3_realTimeDelay {
  margin-left: 2px;
}

.std3_legMot {
  text-align: center;
}

.std3_motLine {
  width: 4px;
  padding: 0 !important;
  vertical-align: middle !important;
}

.std3_legPoint {
  margin-top: 1px;
  margin-left: -20px;
  display: inline-block;
}

.std3_legPoint .fa-circle-o, .std3_legPoint .fa-dot-circle-o {
  background: #fff;
  float: left;
  margin-left: -7px;
}

.std3_leg-desc {
  display: none;
}

.std3_leg-desc .std3_legPoint .fa-circle-o {
  height: 13px;
}

.std3_pr_infos {
  margin-left: 26px;
}

.std3_toggle_descr {
  margin-right: 2px;
}

.std3_motLineTransFirst {
  background: #fff !important;
}

.std3_motLineTrans {
  width: 4px;
  float: left;
  height: 12px;
  margin-left: 8px;
  margin-top: -10px;
}

.std_tripTable {
  margin-bottom: 5px !important;
}

.std3_journeyTimeMove {
  margin-left: 47px;
}

.std3_time_col .std3_realTime_popover, .std_tripTable .std3_realTime_popover {
  display: inline-block;
  margin-left: 2px;
}

.std_tripTable td {
  border-top: none !important;
}

.std3_toggle-trip-bar .fa {
  font-size: 21px !important;
}

.std3_toggle-trip-bar {
  padding: 0 10px;
  color: #555;
}

.std3_journeyHeader {
  vertical-align: top;
}

.std3_panel-tripDetail {
  padding: 10px 0 !important;
}

.std3_panel-tripDetailLarge {
  padding: 10px 0 !important;
  overflow: auto;
}

.std3_walking_desc {
  font-size: 12px;
  margin-top: 5px;
}

.std3_walking_desc .std3_description-element {
  border-bottom: 1px dotted #e6e6e6;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
}

.std3_walking_desc .std3_add-desc {
  margin-left: 15px;
  padding-top: 5px;
}

.std3_walking_desc img.std3_guidance-sign {
  max-height: 2em;
}

.std3_walking_desc img.std3_guidance-sign:focus, .std3_walking_desc img.std3_guidance-sign:hover {
  position: relative;
}

.std3_inputPannel-hidden {
  display: none;
}

.fa-expand, .std3_panel-headingDetailLarge .fa {
  cursor: pointer;
}

.std3_stop-row {
  margin: 10px !important;
}

.std3_trip-panel-group {
  margin-bottom: 0 !important;
}

.std3_detail_col {
  padding-left: 20px;
  padding-right: 0;
}

.std3_control_col {
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}

.std3_directionIcons {
  width: 16px;
  text-align: center;
}

.std3_faresHead td, .std3_faresHead th {
  border-top: none !important;
}

.std3_faresTable th {
  background: #F9F9F9;
}

.std3_calorie_button {
  color: #333 !important;
  background-color: #f2dede !important;
  border-color: #eccfce !important;
}

.std3_co2_button_prim {
  color: #fff !important;
  background-color: #ee3e43 !important;
  border-color: #de2e33 !important;
}

.std3_co2_button_sec {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.std3_chart-sumHead {
  font-weight: 700;
}

.std3_chart-section {
  margin: 10px 0 10px 0 !important;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #555;
  padding: 10px;
  background-image: linear-gradient(to bottom, #fefefe 0, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#ffeeeeee", GradientType=0);
  background-repeat: repeat-x;
}

.std3_chart-section .std3_container {
  padding: 0 8px !important;
}

.std3_modal-change-opt-button {
  margin-right: 10px !important;
}

#std3_co2 fieldset {
  margin: 0;
}

#std3_co2 h5 {
  margin: 5px 0;
}

.std3_chart-part .std3_chart-row {
  margin-bottom: 5px;
}

.std3_chart-part {
  margin: 10px 0;
  height: 1em;
}

.std3_chart {
  border-radius: 4px;
  padding-left: 10px;
}

#std3_elevationProfileBox {
  display: none;
}

#std3_elevationProfileModal .std3_modal-body {
  overflow-x: hidden !important;
}

#std3_elevationProfileBox .fa-times {
  font-size: 18px;
}

.std3_elevationChart {
  height: 150px;
}

#std3_main .std3_TimeMoveBox .fa {
  font-size: 19px;
  vertical-align: sub;
}

#std3_main .std3_TimeMoveBackBox {
  border-bottom: thin solid #f5f5f5;
}

#std3_main .std3_TimeMoveFrontBox {
  border-top: thin solid #f5f5f5;
}

#std3_main .std3_leg-container td {
  vertical-align: middle !important;
}

#std3_main .std_tripTable .std3_leg-options {
  width: 1em;
}

#std3_main .std3_departure-line.std3_result-row:not(:last-child), #std3_main .std3_row.std3_result-row:not(:last-child), #std3_main .std3_show-leg-on-map.std3_leg-container {
  border-bottom: thin dotted #ddd;
}

#std3_main .std3_leg-container:hover {
  background-color: #fff;
}

#std3_main .std3_detail-message {
  color: red;
  font-weight: 700;
  margin: 1em 0;
}

#std3_main .std3_popover.std3_compare-trip {
  max-width: 40vw;
}

#std3_main .std3_popover.std3_compare-trip .std3_panel {
  margin-bottom: 0;
}

#std3_main .std3_popover.std3_compare-trip .std3_popover-content {
  max-height: 90vh;
  overflow: auto;
}

#std3_main .std3_trigger-compare-route .std3_error-icon {
  margin-left: -1em;
  color: red;
}

#std3_main .std3_expand-details:before {
  content: "";
}

#std3_main .std3_details-added .std3_panel-tripDetailLarge {
  padding: 0 15px !important;
  display: none;
}

#std3_main .std3_details-added.std3_details-visible .std3_panel-tripDetailLarge {
  display: block;
}

#std3_main .std3_details-added.std3_details-visible .std3_expand-details:before {
  content: "";
}

.std3_time_col {
  margin-right: 5px;
}

.std3_dmHeaderRow {
  font-weight: 700;
}

.std3_realTimeIconBoxDm {
  display: inline-block;
  margin-left: 2px;
}

.std3_updateDmLabel:before {
  font-size: 18px !important;
}

.std3_updateDmLabel .std3_checkbox-label {
  font-size: 14px !important;
  vertical-align: text-top;
}

.std3_realtime_available {
  margin-right: 18px;
}

.std3_motLineNo {
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 3px;
  font: normal normal normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.std3_stopIcon {
  content: "";
  color: #fefefe;
}

.std3_mot-icon-container {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0;
  margin: 2px;
  padding: 1px;
}

.std3_mot-icon-container .std3_mot-label {
  padding-right: 0.5em;
}

.std3_mot-icon-container .std3_mot-label[data-text-only=true] {
  padding-left: 0.5em;
}

.std3_mot-icon-container .std3_mot-label {
  border-radius: 0;
  margin: 2px;
  padding-left: 0.5em;
}

.std3_mot-icon-container + .fa-angle-right {
  vertical-align: super;
}

.std3_mot0 {
  color: #000;
}

.std3_mot0_row {
  border-left: 7px solid #000;
}

.std3_motLine0 {
  background: #000;
}

.std3_polyline.std3_mot_0_polyline {
  stroke: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="0"] .std3_mot-icon {
  color: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="0"] .std3_mot-label {
  color: #fff;
  background-color: #000;
}

.std3_mot0-icon:before {
  content: "";
}

.std3_mot1 {
  color: #68aa4b;
}

.std3_mot1_row {
  border-left: 7px solid #68aa4b;
}

.std3_motLine1 {
  background: #68aa4b;
}

.std3_polyline.std3_mot_1_polyline {
  stroke: #68aa4b;
}

#std3_main .std3_mot-icon-container[data-mottype="1"] .std3_mot-icon {
  color: #68aa4b;
}

#std3_main .std3_mot-icon-container[data-mottype="1"] .std3_mot-label {
  color: #fff;
  background-color: #68aa4b;
}

.std3_mot1-icon:before {
  content: "";
}

.std3_mot2 {
  color: #0065ae;
}

.std3_mot2_row {
  border-left: 7px solid #0065ae;
}

.std3_motLine2 {
  background: #0065ae;
}

.std3_polyline.std3_mot_2_polyline {
  stroke: #0065ae;
}

#std3_main .std3_mot-icon-container[data-mottype="2"] .std3_mot-icon {
  color: #0065ae;
}

#std3_main .std3_mot-icon-container[data-mottype="2"] .std3_mot-label {
  color: #fff;
  background-color: #0065ae;
}

.std3_mot2-icon:before {
  content: "";
}

.std3_mot3 {
  color: #0065ae;
}

.std3_mot3_row {
  border-left: 7px solid #0065ae;
}

.std3_motLine3 {
  background: #0065ae;
}

.std3_polyline.std3_mot_3_polyline {
  stroke: #0065ae;
}

#std3_main .std3_mot-icon-container[data-mottype="3"] .std3_mot-icon {
  color: #0065ae;
}

#std3_main .std3_mot-icon-container[data-mottype="3"] .std3_mot-label {
  color: #fff;
  background-color: #0065ae;
}

.std3_mot3-icon:before {
  content: "";
}

.std3_mot4 {
  color: #bb1052;
}

.std3_mot4_row {
  border-left: 7px solid #bb1052;
}

.std3_motLine4 {
  background: #bb1052;
}

.std3_polyline.std3_mot_4_polyline {
  stroke: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="4"] .std3_mot-icon {
  color: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="4"] .std3_mot-label {
  color: #fff;
  background-color: #bb1052;
}

.std3_mot4-icon:before {
  content: "";
}

.std3_mot5 {
  color: #f0b344;
}

.std3_mot5_row {
  border-left: 7px solid #f0b344;
}

.std3_motLine5 {
  background: #f0b344;
}

.std3_polyline.std3_mot_5_polyline {
  stroke: #f0b344;
}

#std3_main .std3_mot-icon-container[data-mottype="5"] .std3_mot-icon {
  color: #f0b344;
}

#std3_main .std3_mot-icon-container[data-mottype="5"] .std3_mot-label {
  color: #fff;
  background-color: #f0b344;
}

.std3_mot5-icon:before {
  content: "";
}

.std3_mot6 {
  color: #e99327;
}

.std3_mot6_row {
  border-left: 7px solid #e99327;
}

.std3_motLine6 {
  background: #e99327;
}

.std3_polyline.std3_mot_6_polyline {
  stroke: #e99327;
}

#std3_main .std3_mot-icon-container[data-mottype="6"] .std3_mot-icon {
  color: #e99327;
}

#std3_main .std3_mot-icon-container[data-mottype="6"] .std3_mot-label {
  color: #fff;
  background-color: #e99327;
}

.std3_mot6-icon:before {
  content: "";
}

.std3_mot7 {
  color: #e46c31;
}

.std3_mot7_row {
  border-left: 7px solid #e46c31;
}

.std3_motLine7 {
  background: #e46c31;
}

.std3_polyline.std3_mot_7_polyline {
  stroke: #e46c31;
}

#std3_main .std3_mot-icon-container[data-mottype="7"] .std3_mot-icon {
  color: #e46c31;
}

#std3_main .std3_mot-icon-container[data-mottype="7"] .std3_mot-label {
  color: #fff;
  background-color: #e46c31;
}

.std3_mot7-icon:before {
  content: "";
}

.std3_mot8 {
  color: #959595;
}

.std3_mot8_row {
  border-left: 7px solid #959595;
}

.std3_motLine8 {
  background: #959595;
}

.std3_polyline.std3_mot_8_polyline {
  stroke: #959595;
}

#std3_main .std3_mot-icon-container[data-mottype="8"] .std3_mot-icon {
  color: #959595;
}

#std3_main .std3_mot-icon-container[data-mottype="8"] .std3_mot-label {
  color: #fff;
  background-color: #959595;
}

.std3_mot8-icon:before {
  content: "";
}

.std3_mot9 {
  color: #513c80;
}

.std3_mot9_row {
  border-left: 7px solid #513c80;
}

.std3_motLine9 {
  background: #513c80;
}

.std3_polyline.std3_mot_9_polyline {
  stroke: #513c80;
}

#std3_main .std3_mot-icon-container[data-mottype="9"] .std3_mot-icon {
  color: #513c80;
}

#std3_main .std3_mot-icon-container[data-mottype="9"] .std3_mot-label {
  color: #fff;
  background-color: #513c80;
}

.std3_mot9-icon:before {
  content: "";
}

.std3_mot10 {
  color: #bcb577;
}

.std3_mot10_row {
  border-left: 7px solid #bcb577;
}

.std3_motLine10 {
  background: #bcb577;
}

.std3_polyline.std3_mot_10_polyline {
  stroke: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="10"] .std3_mot-icon {
  color: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="10"] .std3_mot-label {
  color: #fff;
  background-color: #bcb577;
}

.std3_mot10-icon:before {
  content: "";
}

.std3_mot11 {
  color: #f4b5ad;
}

.std3_mot11_row {
  border-left: 7px solid #f4b5ad;
}

.std3_motLine11 {
  background: #f4b5ad;
}

.std3_polyline.std3_mot_11_polyline {
  stroke: #f4b5ad;
}

#std3_main .std3_mot-icon-container[data-mottype="11"] .std3_mot-icon {
  color: #f4b5ad;
}

#std3_main .std3_mot-icon-container[data-mottype="11"] .std3_mot-label {
  color: #fff;
  background-color: #f4b5ad;
}

.std3_mot11-icon:before {
  content: "";
}

.std3_mot12 {
  color: #9d8cc3;
}

.std3_mot12_row {
  border-left: 7px solid #9d8cc3;
}

.std3_motLine12 {
  background: #9d8cc3;
}

.std3_polyline.std3_mot_12_polyline {
  stroke: #9d8cc3;
}

#std3_main .std3_mot-icon-container[data-mottype="12"] .std3_mot-icon {
  color: #9d8cc3;
}

#std3_main .std3_mot-icon-container[data-mottype="12"] .std3_mot-label {
  color: #fff;
  background-color: #9d8cc3;
}

.std3_mot12-icon:before {
  content: "";
}

.std3_mot13 {
  color: #5e8b82;
}

.std3_mot13_row {
  border-left: 7px solid #5e8b82;
}

.std3_motLine13 {
  background: #5e8b82;
}

.std3_polyline.std3_mot_13_polyline {
  stroke: #5e8b82;
}

#std3_main .std3_mot-icon-container[data-mottype="13"] .std3_mot-icon {
  color: #5e8b82;
}

#std3_main .std3_mot-icon-container[data-mottype="13"] .std3_mot-label {
  color: #fff;
  background-color: #5e8b82;
}

.std3_mot13-icon:before {
  content: "";
}

.std3_mot14 {
  color: #82465a;
}

.std3_mot14_row {
  border-left: 7px solid #82465a;
}

.std3_motLine14 {
  background: #82465a;
}

.std3_polyline.std3_mot_14_polyline {
  stroke: #82465a;
}

#std3_main .std3_mot-icon-container[data-mottype="14"] .std3_mot-icon {
  color: #82465a;
}

#std3_main .std3_mot-icon-container[data-mottype="14"] .std3_mot-label {
  color: #fff;
  background-color: #82465a;
}

.std3_mot14-icon:before {
  content: "";
}

.std3_mot15 {
  color: #ad838b;
}

.std3_mot15_row {
  border-left: 7px solid #ad838b;
}

.std3_motLine15 {
  background: #ad838b;
}

.std3_polyline.std3_mot_15_polyline {
  stroke: #ad838b;
}

#std3_main .std3_mot-icon-container[data-mottype="15"] .std3_mot-icon {
  color: #ad838b;
}

#std3_main .std3_mot-icon-container[data-mottype="15"] .std3_mot-label {
  color: #fff;
  background-color: #ad838b;
}

.std3_mot15-icon:before {
  content: "";
}

.std3_mot16 {
  color: #4f7596;
}

.std3_mot16_row {
  border-left: 7px solid #4f7596;
}

.std3_motLine16 {
  background: #4f7596;
}

.std3_polyline.std3_mot_16_polyline {
  stroke: #4f7596;
}

#std3_main .std3_mot-icon-container[data-mottype="16"] .std3_mot-icon {
  color: #4f7596;
}

#std3_main .std3_mot-icon-container[data-mottype="16"] .std3_mot-label {
  color: #fff;
  background-color: #4f7596;
}

.std3_mot16-icon:before {
  content: "";
}

.std3_mot17 {
  color: #893e8e;
}

.std3_mot17_row {
  border-left: 7px solid #893e8e;
}

.std3_motLine17 {
  background: #893e8e;
}

.std3_polyline.std3_mot_17_polyline {
  stroke: #893e8e;
}

#std3_main .std3_mot-icon-container[data-mottype="17"] .std3_mot-icon {
  color: #893e8e;
}

#std3_main .std3_mot-icon-container[data-mottype="17"] .std3_mot-label {
  color: #fff;
  background-color: #893e8e;
}

.std3_mot17-icon:before {
  content: "";
}

.std3_mot18 {
  color: #2e0074;
}

.std3_mot18_row {
  border-left: 7px solid #2e0074;
}

.std3_motLine18 {
  background: #2e0074;
}

.std3_polyline.std3_mot_18_polyline {
  stroke: #2e0074;
}

#std3_main .std3_mot-icon-container[data-mottype="18"] .std3_mot-icon {
  color: #2e0074;
}

#std3_main .std3_mot-icon-container[data-mottype="18"] .std3_mot-label {
  color: #fff;
  background-color: #2e0074;
}

.std3_mot18-icon:before {
  content: "";
}

.std3_mot19 {
  color: #742200;
}

.std3_mot19_row {
  border-left: 7px solid #742200;
}

.std3_motLine19 {
  background: #742200;
}

.std3_polyline.std3_mot_19_polyline {
  stroke: #742200;
}

#std3_main .std3_mot-icon-container[data-mottype="19"] .std3_mot-icon {
  color: #742200;
}

#std3_main .std3_mot-icon-container[data-mottype="19"] .std3_mot-label {
  color: #fff;
  background-color: #742200;
}

.std3_mot19-icon:before {
  content: "";
}

.std3_mot97 {
  color: #000;
}

.std3_mot97_row {
  border-left: 7px solid #000;
}

.std3_motLine97 {
  background: #000;
}

.std3_polyline.std3_mot_97_polyline {
  stroke: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="97"] .std3_mot-icon {
  color: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="97"] .std3_mot-label {
  color: #fff;
  background-color: #000;
}

.std3_mot98 {
  color: #ea6f14;
}

.std3_mot98_row {
  border-left: 7px solid #ea6f14;
}

.std3_motLine98 {
  background: #ea6f14;
}

.std3_polyline.std3_mot_98_polyline {
  stroke: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="98"] .std3_mot-icon {
  color: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="98"] .std3_mot-label {
  color: #fff;
  background-color: #ea6f14;
}

.std3_mot98-icon:before {
  content: "";
}

.std3_mot99 {
  color: #ea6f14;
}

.std3_mot99_row {
  border-left: 7px solid #ea6f14;
}

.std3_motLine99 {
  background: #ea6f14;
}

.std3_polyline.std3_mot_99_polyline {
  stroke: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="99"] .std3_mot-icon {
  color: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="99"] .std3_mot-label {
  color: #fff;
  background-color: #ea6f14;
}

.std3_mot100 {
  color: #ea6f14;
}

.std3_mot100_row {
  border-left: 7px solid #ea6f14;
}

.std3_motLine100 {
  background: #ea6f14;
}

.std3_polyline.std3_mot_100_polyline {
  stroke: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="100"] .std3_mot-icon {
  color: #ea6f14;
}

#std3_main .std3_mot-icon-container[data-mottype="100"] .std3_mot-label {
  color: #fff;
  background-color: #ea6f14;
}

.std3_mot101 {
  color: #61250a;
}

.std3_mot101_row {
  border-left: 7px solid #61250a;
}

.std3_motLine101 {
  background: #61250a;
}

.std3_polyline.std3_mot_101_polyline {
  stroke: #61250a;
}

#std3_main .std3_mot-icon-container[data-mottype="101"] .std3_mot-icon {
  color: #61250a;
}

#std3_main .std3_mot-icon-container[data-mottype="101"] .std3_mot-label {
  color: #fff;
  background-color: #61250a;
}

.std3_mot101-icon:before {
  content: "";
}

.std3_mot102 {
  color: #c74b14;
}

.std3_mot102_row {
  border-left: 7px solid #c74b14;
}

.std3_motLine102 {
  background: #c74b14;
}

.std3_polyline.std3_mot_102_polyline {
  stroke: #c74b14;
}

#std3_main .std3_mot-icon-container[data-mottype="102"] .std3_mot-icon {
  color: #c74b14;
}

#std3_main .std3_mot-icon-container[data-mottype="102"] .std3_mot-label {
  color: #fff;
  background-color: #c74b14;
}

.std3_mot102-icon:before {
  content: "";
}

.std3_mot103 {
  color: #bcb577;
}

.std3_mot103_row {
  border-left: 7px solid #bcb577;
}

.std3_motLine103 {
  background: #bcb577;
}

.std3_polyline.std3_mot_103_polyline {
  stroke: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="103"] .std3_mot-icon {
  color: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="103"] .std3_mot-label {
  color: #fff;
  background-color: #bcb577;
}

.std3_mot103-icon:before {
  content: "";
}

.std3_mot104 {
  color: #bcb577;
}

.std3_mot104_row {
  border-left: 7px solid #bcb577;
}

.std3_motLine104 {
  background: #bcb577;
}

.std3_polyline.std3_mot_104_polyline {
  stroke: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="104"] .std3_mot-icon {
  color: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="104"] .std3_mot-label {
  color: #fff;
  background-color: #bcb577;
}

.std3_mot105 {
  color: #893e8e;
}

.std3_mot105_row {
  border-left: 7px solid #893e8e;
}

.std3_motLine105 {
  background: #893e8e;
}

.std3_polyline.std3_mot_105_polyline {
  stroke: #893e8e;
}

#std3_main .std3_mot-icon-container[data-mottype="105"] .std3_mot-icon {
  color: #893e8e;
}

#std3_main .std3_mot-icon-container[data-mottype="105"] .std3_mot-label {
  color: #fff;
  background-color: #893e8e;
}

.std3_mot105-icon:before {
  content: "";
}

.std3_mot106 {
  color: #bcb577;
}

.std3_mot106_row {
  border-left: 7px solid #bcb577;
}

.std3_motLine106 {
  background: #bcb577;
}

.std3_polyline.std3_mot_106_polyline {
  stroke: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="106"] .std3_mot-icon {
  color: #bcb577;
}

#std3_main .std3_mot-icon-container[data-mottype="106"] .std3_mot-label {
  color: #fff;
  background-color: #bcb577;
}

.std3_mot106-icon:before {
  content: "";
}

.std3_mot107 {
  color: #e15516;
}

.std3_mot107_row {
  border-left: 7px solid #e15516;
}

.std3_motLine107 {
  background: #e15516;
}

.std3_polyline.std3_mot_107_polyline {
  stroke: #e15516;
}

#std3_main .std3_mot-icon-container[data-mottype="107"] .std3_mot-icon {
  color: #e15516;
}

#std3_main .std3_mot-icon-container[data-mottype="107"] .std3_mot-label {
  color: #fff;
  background-color: #e15516;
}

.std3_mot107-icon:before {
  content: "";
}

.std3_motstay {
  color: green;
}

.std3_motstay_row {
  border-left: 7px solid green;
}

.std3_motLinestay {
  background: green;
}

.std3_polyline.std3_mot_stay_polyline {
  stroke: green;
}

#std3_main .std3_mot-icon-container[data-mottype=stay] .std3_mot-icon {
  color: green;
}

#std3_main .std3_mot-icon-container[data-mottype=stay] .std3_mot-label {
  color: #fff;
  background-color: green;
}

.std3_motstay-icon:before {
  content: "";
}

#std3_main .fa.std3_mot-icon-background {
  display: none;
  font-size: 2em;
  color: red;
  position: absolute;
  width: 1em;
  height: 1em;
  margin-top: 0;
  margin-left: 0;
}

#std3_main .std3_mot-icon-element {
  height: 1em;
  width: 2em;
  text-align: left;
  vertical-align: super;
}

#std3_main .std3_mot-icon, #std3_main .std3_mot-icon-background, #std3_main .std3_mot-icon-element {
  display: inline-block;
}

#std3_main .std3_mot-icon {
  position: relative;
  height: 1em;
  width: 1em;
  margin-top: 0.5em;
  margin-left: 0.5em;
}

#std3_main .std3_mot-label {
  vertical-align: super;
}

#std3_main table .std3_mot-label {
  vertical-align: baseline;
}

@media (min-width: 1800px) {
  #std3_main .std3_col-xl-1, .std3_col-xl-10, .std3_col-xl-11, .std3_col-xl-12, .std3_col-xl-2, .std3_col-xl-3, .std3_col-xl-4, .std3_col-xl-5, .std3_col-xl-6, .std3_col-xl-7, .std3_col-xl-8, .std3_col-xl-9 {
    float: left;
  }

  #std3_main .std3_col-xl-12 {
    width: 100%;
  }

  #std3_main .std3_col-xl-11 {
    width: 91.66666667%;
  }

  #std3_main .std3_col-xl-10 {
    width: 83.33333333%;
  }

  #std3_main .std3_col-xl-9 {
    width: 75%;
  }

  #std3_main .std3_col-xl-8 {
    width: 66.66666667%;
  }

  #std3_main .std3_col-xl-7 {
    width: 58.33333333%;
  }

  #std3_main .std3_col-xl-6 {
    width: 50%;
  }

  #std3_main .std3_col-xl-5 {
    width: 41.66666667%;
  }

  #std3_main .std3_col-xl-4 {
    width: 33.33333333%;
  }

  #std3_main .std3_col-xl-3 {
    width: 25%;
  }

  #std3_main .std3_col-xl-2 {
    width: 16.66666667%;
  }

  #std3_main .std3_col-xl-1 {
    width: 8.33333333%;
  }

  #std3_main .std3_col-xl-pull-12 {
    right: 100%;
  }

  #std3_main .std3_col-xl-pull-11 {
    right: 91.66666667%;
  }

  #std3_main .std3_col-xl-pull-10 {
    right: 83.33333333%;
  }

  #std3_main .std3_col-xl-pull-9 {
    right: 75%;
  }

  #std3_main .std3_col-xl-pull-8 {
    right: 66.66666667%;
  }

  #std3_main .std3_col-xl-pull-7 {
    right: 58.33333333%;
  }

  #std3_main .std3_col-xl-pull-6 {
    right: 50%;
  }

  #std3_main .std3_col-xl-pull-5 {
    right: 41.66666667%;
  }

  #std3_main .std3_col-xl-pull-4 {
    right: 33.33333333%;
  }

  #std3_main .std3_col-xl-pull-3 {
    right: 25%;
  }

  #std3_main .std3_col-xl-pull-2 {
    right: 16.66666667%;
  }

  #std3_main .std3_col-xl-pull-1 {
    right: 8.33333333%;
  }

  #std3_main .std3_col-xl-pull-0 {
    right: auto;
  }

  #std3_main .std3_col-xl-push-12 {
    left: 100%;
  }

  #std3_main .std3_col-xl-push-11 {
    left: 91.66666667%;
  }

  #std3_main .std3_col-xl-push-10 {
    left: 83.33333333%;
  }

  #std3_main .std3_col-xl-push-9 {
    left: 75%;
  }

  #std3_main .std3_col-xl-push-8 {
    left: 66.66666667%;
  }

  #std3_main .std3_col-xl-push-7 {
    left: 58.33333333%;
  }

  #std3_main .std3_col-xl-push-6 {
    left: 50%;
  }

  #std3_main .std3_col-xl-push-5 {
    left: 41.66666667%;
  }

  #std3_main .std3_col-xl-push-4 {
    left: 33.33333333%;
  }

  #std3_main .std3_col-xl-push-3 {
    left: 25%;
  }

  #std3_main .std3_col-xl-push-2 {
    left: 16.66666667%;
  }

  #std3_main .std3_col-xl-push-1 {
    left: 8.33333333%;
  }

  #std3_main .std3_col-xl-push-0 {
    left: auto;
  }

  #std3_main .std3_col-xl-offset-12 {
    margin-left: 100%;
  }

  #std3_main .std3_col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  #std3_main .std3_col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  #std3_main .std3_col-xl-offset-9 {
    margin-left: 75%;
  }

  #std3_main .std3_col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  #std3_main .std3_col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  #std3_main .std3_col-xl-offset-6 {
    margin-left: 50%;
  }

  #std3_main .std3_col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  #std3_main .std3_col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  #std3_main .std3_col-xl-offset-3 {
    margin-left: 25%;
  }

  #std3_main .std3_col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  #std3_main .std3_col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  #std3_main .std3_col-xl-offset-0 {
    margin-left: 0;
  }

  #std3_main .std3_visible-xl {
    display: block !important;
  }
}
.std3_datetimepicker {
  padding: 3px !important;
  background-color: #eee !important;
  margin-left: -50px !important;
  margin-top: -1px !important;
}

.std3_datetimepicker table {
  border-spacing: 4px !important;
  border-collapse: separate !important;
}

.std3_datetimepicker table tr td:hover {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

.std3_datetimepicker table tr td.std3_active:hover {
  color: #fff !important;
}

.std3_datetimepicker tbody {
  background-color: #fff;
}

.std3_datetimepicker tbody tr td {
  padding: 5px !important;
}

.std3_datetimepicker tbody tr td.std3_active {
  background-image: linear-gradient(to bottom, #337ab7 0, #a0c4e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ffa0c4e4", GradientType=0);
}

.std3_datetimepicker thead tr:nth-child(2) {
  color: #337ab7;
}

.std3_datetimepicker thead tr:first-child {
  background-color: #337ab7;
  color: #fff;
}

.std3_datetimepicker thead tr:first-child th:hover {
  background-color: #286090;
  color: #fff;
}

.std3_datetimepicker thead tr th {
  padding: 10px !important;
  text-align: center !important;
}

.std3_datetimepicker tfoot tr:first-child {
  background-color: #337ab7;
  color: #fff;
}

.std3_datetimepicker tfoot tr:first-child th:hover {
  background-color: #286090;
  color: #fff;
}

.std3_datetimepicker tfoot tr th {
  padding: 10px !important;
  text-align: center !important;
}

.std3_datetimepicker td, .std3_datetimepicker th {
  border-radius: 0;
}

.std3_datetimepicker-dropdown-bottom-right:after, .std3_datetimepicker-dropdown-bottom-right:before {
  display: none !important;
}

.blue_bg-white_font {
  background-color: #337ab7;
  color: #fff;
}

.blue_bg-white_font-hover {
  background-color: #286090;
  color: #fff;
}

.top_and_bot_row-format {
  padding: 10px;
  text-align: center;
}

.std3_datetimepicker table tr td.std3_active.std3_disabled:hover {
  background-color: #337ab7;
  background-image: linear-gradient(top, #08c, #337ab7);
}

.std3_incDecrIcon {
  height: 16px !important;
}

.leaflet-control-dropdown .leaflet-control-layers-list {
  height: 0;
}

.leaflet-control-dropdown.leaflet-control-layers {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
}

.leaflet-control-dropdown.leaflet-control-layers.leaflet-control-dropdown.leaflet-control {
  width: 100%;
}

.leaflet-control-dropdown.leaflet-control-layers .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-dropdown .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-dropdown .leaflet-control-layers-base {
  width: 60%;
  display: inline-block;
  height: auto;
}

.leaflet-control-dropdown .leaflet-control-layers-base label {
  display: inline-block;
  width: 33%;
  margin-bottom: 0;
}

.leaflet-control-dropdown .leaflet-control-layers-dropdown {
  display: inline-block;
  margin-left: 10px;
  width: 40%;
  height: auto;
  max-width: 250px;
}

.leaflet-control-dropdown .leaflet-control-layers-hidden, .leaflet-control-dropdown .leaflet-control-layers-separator {
  display: none;
}

.leaflet-control-layers-list {
  white-space: nowrap;
}

.leaflet-top.leaflet-right {
  width: 55%;
}

.leaflet-control-layers-menu {
  display: none;
}

.leaflet-control-layers-menu .leaflet-label-mdv {
  background: 0 0;
}

.leaflet-control-dropdown .leaflet-control-layers-selector[type=radio] {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.leaflet-control-dropdown .leaflet-control-layers-selector[type=radio]:focus {
  height: auto;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: auto;
}

.leaflet-control-dropdown .leaflet-control-layers-selector[type=radio]:focus + .leaflet-label-mdv {
  border: thin dashed #000;
}

.leaflet-control-dropdown .leaflet-control-layers-item .leaflet-control-layers-selector, .leaflet-control-layers-menu .leaflet-label-mdv {
  display: inline-block;
  text-align: left;
  margin-left: 7px;
}

#std3_main .leaflet-control-layers-dropdown_text, .leaflet-label-mdv {
  background: rgba(100, 100, 100, 0.8) none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.leaflet-control-layers-dropdown_text, .leaflet-control-layers-item {
  display: block;
}

.leaflet-control-layers-dropdown_text label, .leaflet-control-layers-item label {
  display: none;
}

.leaflet-control-layers-dropdown_text {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.leaflet-control-layers-selector:checked + .leaflet-label-mdv {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

#std3_main .leaflet-control-container .fa.fa-chevron-down, #std3_main .leaflet-control-container .fa.fa-chevron-right {
  margin-right: 7px;
}

#std3_main .leaflet-control-container .fa-chevron-down {
  display: none;
}

#std3_main .leaflet-expanded.leaflet-control-layers-item label {
  display: block;
  padding-left: 1em;
}

#std3_main .leaflet-expanded > .fa-chevron-right {
  display: none;
}

#std3_main .leaflet-expanded > .fa-chevron-down {
  display: inline;
}

#std3_main .leaflet-expanded .leaflet-control-layers-menu {
  display: block;
  background: rgba(100, 100, 100, 0.8) none repeat scroll 0 0;
  float: left;
  width: 100%;
  padding: 0 6px 6px;
  position: relative;
}

#std3_main .leaflet-expanded .leaflet-control-layers-dropdown_text {
  border-radius: 5px 5px 0 0;
}

#std3_main .leaflet-control-layers-dropdown a {
  color: #fff;
}

.leaflet-right .leaflet-control-layers-list {
  text-align: right;
}

.leaflet-right .leaflet-control-layers-list .leaflet-control-layers-item {
  text-align: left;
}

.leaflet-right .leaflet-control-layers-list .leaflet-control-layers-menu label {
  text-align: left;
}

.std3_ics-message-link {
  padding-left: 15px;
}

.std3_ics-button {
  color: #a94442 !important;
}

.std3_fareOverlay .std3_modal-body {
  position: relative;
  max-height: 100%;
  padding: 15px;
}

.std3_modal-body {
  overflow: auto;
}

#std3_main .std3_toggle-language {
  width: auto;
  padding-left: 0;
  margin-right: 15px;
  padding-right: 0;
  float: right;
  margin-top: 14px;
}

#std3_main .std3_language-button {
  padding: 0;
}

#std3_main .std3_language-flag {
  background-image: url(../gfx/flags.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}

#std3_main .std3_language-flag.std3_lang_ar {
  background-position: -8px -8px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_at {
  background-position: -57px -8px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_cz {
  background-position: -106px -8px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_de {
  background-position: -8px -50px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_en {
  background-position: -57px -50px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_es {
  background-position: -106px -50px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_fr {
  background-position: -8px -92px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_ir {
  background-position: -57px -92px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_it {
  background-position: -106px -92px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_ld1 {
  background-position: -155px -8px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_ld2 {
  background-position: -155px -50px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_sp {
  background-position: -155px -92px;
  width: 33px;
  height: 26px;
}

#std3_main .std3_language-flag.std3_lang_tr {
  background-position: -8px -134px;
  width: 33px;
  height: 26px;
}

#stopNamesContainer {
  overflow: auto;
}

.std3_stt-html-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: auto;
  width: 825px;
}

.std3_stt-html-box table {
  border-spacing: 1px !important;
}

.std3_stt-html-box .std3_table_header_overview {
  width: 650px;
  float: left;
}

.std3_stt-html-box .std3_table_logo img {
  width: 110px;
}

.std3_stt-html-box .std3_table_logo {
  float: right;
}

.std3_stt-html-box #std3_main .std3_h1, .std3_stt-html-box #std3_main h1, .std3_stt-html-box h1.std3_routeNum {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.std3_stt-html-box .std3_timetableHeader.std3_panel-body {
  padding: 5px !important;
}

.std3_stt-html-box .std3_stopPointer, .std3_stt-html-box .std3_timetableHeader, .std3_stt-html-box .std3_timetableHeader .std3_secFont {
  color: #fff;
  background-color: #337ab7;
}

.std3_stt-html-box .std3_sttTimeMin {
  color: #337ab7;
  font-weight: 700;
}

.std3_stt-html-box .std3_sttStopsDesc div {
  padding-left: 2px;
  white-space: nowrap;
  color: #337ab7;
}

.std3_stt-html-box .std3_brighter {
  background: #777;
}

.std3_stt-html-box .std3_table_header_desc {
  font-size: 24px;
}

.std3_stt-html-box .std3_wdN {
  width: 175px;
}

.std3_stt-html-box .std3_wdN_1 {
  background-color: #d9534f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.std3_stt-html-box .std3_wdN_2 {
  background-color: #777;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.std3_stt-html-box .std3_wdN_3 {
  background-color: #337ab7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.std3_stt-html-box .std3_beforeStop {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.std3_stt-html-box .std3_selectedStop {
  color: #d9534f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.std3_stt-html-box .std3_normalStop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.std3_stt-html-box .std3_sttTable {
  border-collapse: separate !important;
}

.std3_stt-html-box .std3_sup {
  vertical-align: sub;
  font-size: smaller;
  font-weight: 700;
}

.std3_stt-html-box .std3_table-header-rotated th.row-header {
  width: auto;
}

.std3_stt-html-box .std3_table-header-rotated td {
  width: 20px;
  vertical-align: middle;
  text-align: center;
}

.std3_stt-html-box .std3_table-header-rotated th.std3_rotate-45 {
  height: 150px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  position: relative;
  vertical-align: bottom;
  font-size: 12px;
}

.std3_stt-html-box .std3_table-header-rotated th.std3_rotate-45 > div {
  position: relative;
  top: -6px;
  left: 0;
  height: 100%;
  -ms-transform: skew(-50deg, 0deg);
  transform: skew(-50deg, 0deg);
}

.std3_stt-html-box .std3_table-header-rotated th.std3_rotate-45 span {
  -ms-transform: skew(50deg, 0deg) rotate(315deg);
  transform: skew(50deg, 0deg) rotate(300deg);
  position: absolute;
  bottom: 56px;
  left: -23px;
  display: inline-block;
  width: 170px;
  text-align: left;
  white-space: nowrap;
}

.std3_stt-html-box .std3_stt-strong {
  font-weight: 700;
}

.std3_stt-html-box .std3_stt-timeValues {
  padding-right: 3px;
  padding-left: 2px;
}

.std3_stt-html-box .std3_stt-tableLegendElems {
  padding-right: 25px;
  padding-top: 5px;
}

.std3_stt-html-box .std3_ttbTimeCol {
  min-width: 25px;
}

#stopNamesContainer, .std3_htmlTT_outer {
  overflow: auto;
}

.std3_ttb-html-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: auto;
  width: 825px;
}

.std3_ttb-html-box .std3_table_header_overview {
  width: 650px;
  float: left;
}

.std3_ttb-html-box .std3_table_logo img {
  width: 110px;
}

.std3_ttb-html-box .std3_table_logo {
  float: right;
}

.std3_ttb-html-box #std3_main .std3_h1, .std3_ttb-html-box #std3_main h1, .std3_ttb-html-box h1.std3_routeNum {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.std3_ttb-html-box .std3_timetableHeader.std3_panel-body {
  padding: 5px !important;
}

.std3_ttb-html-box .std3_stopPointer, .std3_ttb-html-box .std3_timetableHeader, .std3_ttb-html-box .std3_timetableHeader .std3_secFont {
  color: #fff;
  background-color: #337ab7;
}

.std3_ttb-html-box p.std3_ttbCo {
  margin: 0 !important;
  width: 57px;
  white-space: nowrap;
}

.std3_ttb-html-box .std3_headerMon {
  color: #fff;
  background-color: #d9534f;
}

.std3_ttb-html-box .std3_headerSat {
  color: #fff;
  background-color: #777;
}

.std3_ttb-html-box .std3_headerSun {
  color: #fff;
  background-color: #337ab7;
}

.std3_ttb-html-box div.std3_ttbTable {
  clear: left;
  background-color: #eee;
  display: none;
  margin-top: 5px;
}

.std3_ttb-html-box div.std3_ttbH {
  overflow: hidden;
  clear: left;
}

.std3_ttb-html-box div.std3_ttbCa {
  overflow: hidden;
  width: 300px;
  float: left;
  background-color: #eee;
}

.std3_ttb-html-box .std3_pageSize {
  width: 825px;
  height: 30px;
}

.std3_ttb-html-box .std3_smallbutton {
  display: none;
  margin-left: 5px;
}

.std3_ttb-html-box div.std3_ttbHeader {
  overflow: hidden;
}

.std3_ttb-html-box div.std3_ttbM {
  overflow: hidden;
  width: 300px;
  height: 480px;
  float: left;
}

.std3_ttb-html-box td.std3_ttbHD {
  width: 28%;
  text-align: center !important;
}

.std3_ttb-html-box div.std3_ttbC {
  overflow: scroll;
  width: 63.6%;
  height: 497px;
}

.std3_ttb-html-box div.ttbF {
  overflow: auto;
  width: 100%;
}

.std3_ttb-html-box .std3_ttbF {
  padding-left: 10px;
  background-color: #fff;
}

.std3_ttb-html-box table.std3_ttbCa {
  width: 100%;
  margin: 0;
}

.std3_ttb-html-box table.std3_ttbM {
  width: 500px;
  margin: 0;
}

.std3_ttb-html-box .std3_dirSelText {
  width: 80px;
}

.std3_ttb-html-box span.std3_ttbCN, .std3_ttb-html-box td.std3_ttbCa {
  color: #0082C7;
}

.std3_ttb-html-box td.std3_ttbCa, .std3_ttb-html-box td.std3_ttbM {
  padding-left: 5px;
}

.std3_ttb-html-box td.std3_ttbHM {
  text-align: center;
  height: 25px;
}

.std3_ttb-html-box td.std3_ttbH {
  text-align: center;
}

.std3_ttb-html-box .std3_ttbStopRow {
  width: 300px;
}

.std3_ttb-html-box .std3_ttbCenter {
  text-align: center;
}

.std3_ttb-html-box td.std3_ttbM {
  text-align: left;
  height: 19px;
}

.std3_ttb-html-box td.std3_ttbCo {
  text-align: center;
  height: 19px;
  width: 57px;
  white-space: nowrap;
}

.std3_ttb-html-box span.std3_ttbCa {
  text-align: right;
}

.std3_ttb-html-box span.std3_ttbHM {
  font-weight: 700;
}

.std3_ttb-html-box table.std3_ttbCo, .std3_ttb-html-box table.std3_ttbH {
  margin: 0;
}

.std3_ttb-html-box .std3_ttbTableWeekday {
  margin: 0;
  display: none;
  float: left;
}

.std3_ttb-html-box table.std3_ttbH .std3_ttb_bg {
  width: 50px;
  height: 100%;
  background-color: #eee;
}

.std3_ttb-html-box div.std3_stName {
  float: left;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
}

.std3_ttb-html-box div.std3_txtR {
  width: 15px;
  text-align: right;
  float: left;
  padding-left: 10px;
}

.std3_ttb-html-box .std3_wdoT {
  font-weight: 700;
  font-size: 16px;
}

.std3_ttb-html-box .std3_ttb-strong {
  font-weight: 700;
}

#std3_main .std3_accrodion-toggle-icon.std3_accordion_collapsed:before {
  content: "";
}

#std3_main .std3_accrodion-toggle-icon.std3_accordion_expanded:before {
  content: "";
}

#std3_main .std3_locate-me-icon:before {
  content: "";
}

#std3_main .std3_overview-realtime-icon:before {
  content: "";
}

#std3_main .std3_sf-icon:before {
  content: "";
}

#std3_main .std3_trip-icon:before {
  content: "";
}

#std3_main .std3_dm-icon:before {
  content: "";
}

#std3_main .std3_ps-icon:before {
  content: "";
}

#std3_main .std3_round-trip-icon:before {
  content: "";
}

#std3_main .std3_stt-icon:before {
  content: "";
}

#std3_main .std3_mstt-icon:before {
  content: "";
}

#std3_main .std3_ttb-icon:before {
  content: "";
}

#std3_main .std3_numeric-btn-input-group {
  display: inline-block;
}

#std3_main .std3_hrz-btn-input-group-container {
  display: inline-block;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group > * {
  display: inline-block;
  margin: 0;
  -ms-flex: 1 auto;
      flex: 1 auto;
  border: thin solid #ccc;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_btn {
  border-radius: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_btn:first-child {
  border-radius: 0;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_btn:first-child .std3_icon:before {
  content: "";
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_btn .std3_icon {
  font-family: FontAwesome;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_btn .std3_icon:before {
  content: "";
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group .std3_input {
  border-right: 0;
  border-left: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group label {
  border-right: 0;
  border-left: 0;
  display: -ms-flexbox;
  display: flex;
}

#std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group label .std3_input {
  border: 0;
  line-height: normal;
  -ms-flex: 1 auto;
      flex: 1 auto;
}

#std3_main[dir=rtl] {
  left: auto;
  right: 0;
}

#std3_main[dir=rtl] .std3_col-lg-1, #std3_main[dir=rtl] .std3_col-lg-10, #std3_main[dir=rtl] .std3_col-lg-11, #std3_main[dir=rtl] .std3_col-lg-12, #std3_main[dir=rtl] .std3_col-lg-2, #std3_main[dir=rtl] .std3_col-lg-3, #std3_main[dir=rtl] .std3_col-lg-4, #std3_main[dir=rtl] .std3_col-lg-5, #std3_main[dir=rtl] .std3_col-lg-6, #std3_main[dir=rtl] .std3_col-lg-7, #std3_main[dir=rtl] .std3_col-lg-8, #std3_main[dir=rtl] .std3_col-lg-9, #std3_main[dir=rtl] .std3_col-md-1, #std3_main[dir=rtl] .std3_col-md-10, #std3_main[dir=rtl] .std3_col-md-11, #std3_main[dir=rtl] .std3_col-md-12, #std3_main[dir=rtl] .std3_col-md-2, #std3_main[dir=rtl] .std3_col-md-3, #std3_main[dir=rtl] .std3_col-md-4, #std3_main[dir=rtl] .std3_col-md-5, #std3_main[dir=rtl] .std3_col-md-6, #std3_main[dir=rtl] .std3_col-md-7, #std3_main[dir=rtl] .std3_col-md-8, #std3_main[dir=rtl] .std3_col-md-9, #std3_main[dir=rtl] .std3_col-sm-1, #std3_main[dir=rtl] .std3_col-sm-10, #std3_main[dir=rtl] .std3_col-sm-11, #std3_main[dir=rtl] .std3_col-sm-12, #std3_main[dir=rtl] .std3_col-sm-2, #std3_main[dir=rtl] .std3_col-sm-3, #std3_main[dir=rtl] .std3_col-sm-4, #std3_main[dir=rtl] .std3_col-sm-5, #std3_main[dir=rtl] .std3_col-sm-6, #std3_main[dir=rtl] .std3_col-sm-7, #std3_main[dir=rtl] .std3_col-sm-8, #std3_main[dir=rtl] .std3_col-sm-9, #std3_main[dir=rtl] .std3_col-xs-1, #std3_main[dir=rtl] .std3_col-xs-10, #std3_main[dir=rtl] .std3_col-xs-11, #std3_main[dir=rtl] .std3_col-xs-12, #std3_main[dir=rtl] .std3_col-xs-2, #std3_main[dir=rtl] .std3_col-xs-3, #std3_main[dir=rtl] .std3_col-xs-4, #std3_main[dir=rtl] .std3_col-xs-5, #std3_main[dir=rtl] .std3_col-xs-6, #std3_main[dir=rtl] .std3_col-xs-7, #std3_main[dir=rtl] .std3_col-xs-8, #std3_main[dir=rtl] .std3_col-xs-9, #std3_main[dir=rtl] .std3_navbar-nav > li {
  float: right;
}

#std3_main[dir=rtl] #std3_trip_options_container.std3_panel {
  border: 0 none;
  left: auto;
  margin-left: 0;
  margin-right: -15px;
  right: 100%;
}

#std3_main[dir=rtl] .leaflet-right {
  right: auto;
  left: 0;
}

#std3_main[dir=rtl] .leaflet-right .leaflet-control-layers-list {
  text-align: left;
}

#std3_main[dir=rtl] .leaflet-right .leaflet-control-layers-list .leaflet-control-layers-menu label {
  text-align: right;
}

#std3_main[dir=rtl] .leaflet-right .leaflet-control {
  margin-right: 0;
}

#std3_main[dir=rtl] .leaflet-control-dropdown .leaflet-control-layers-dropdown {
  margin-right: 10px;
}

#std3_main[dir=rtl] .leaflet-control-dropdown .leaflet-control-layers-item .leaflet-control-layers-selector, #std3_main[dir=rtl] .leaflet-control-layers-menu .leaflet-label-mdv {
  margin-right: 7px;
  text-align: right;
}

#std3_main[dir=rtl] .std3_accordion_toggle span.fa, #std3_main[dir=rtl] .std3_help-modal {
  left: 0;
  right: auto;
}

#std3_main[dir=rtl] .std3_pull-right {
  float: left !important;
}

#std3_main[dir=rtl] #std3_odv_switch_button, #std3_main[dir=rtl] .leaflet-right .leaflet-control, #std3_main[dir=rtl] .std3_toggle-language, #std3_main[dir=rtl] .switch {
  float: left;
}

#std3_main[dir=rtl] .std3_map_addbox {
  right: auto;
  left: 4em;
}

#std3_main[dir=rtl] .std3_toggle-odv {
  float: left;
  padding-left: 15px;
  padding-right: 0;
}

#std3_main[dir=rtl] .std3_odv_container {
  margin-left: 41px;
  margin-right: 0;
}

#std3_main[dir=rtl] .std3_odv_container_table {
  margin-left: 0 !important;
}

#std3_main[dir=rtl] .std3_radio-group label:first-child:not(:last-child):not(.std3_dropdown-toggle) .std3_btn {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#std3_main[dir=rtl] .std3_radio-group label:last-child:not(:first-child) .std3_btn {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#std3_main[dir=rtl] .std3_control_col {
  text-align: left;
}

#std3_main[dir=rtl] .std3_detail_col {
  padding-left: 0;
  padding-right: 20px;
}

#std3_main[dir=rtl] .switch-handle::before {
  right: 64px;
}

#std3_main[dir=rtl] .fa-chevron-right:before {
  content: "";
}

#std3_main[dir=rtl] .fa-chevron-left:before {
  content: "";
}

#std3_main[dir=rtl] .std3_input-group .std3_form-control:last-child, #std3_main[dir=rtl] .std3_input-group-addon:last-child, #std3_main[dir=rtl] .std3_input-group-btn:first-child > .std3_btn-group:not(:first-child) > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:first-child > .std3_btn:not(:first-child), #std3_main[dir=rtl] .std3_input-group-btn:last-child > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:last-child > .std3_btn-group > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:last-child > .std3_dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

#std3_main[dir=rtl] .std3_input-group .std3_form-control:first-child, #std3_main[dir=rtl] .std3_input-group-addon:first-child, #std3_main[dir=rtl] .std3_input-group-btn:first-child > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:first-child > .std3_btn-group > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:first-child > .std3_dropdown-toggle, #std3_main[dir=rtl] .std3_input-group-btn:last-child > .std3_btn-group:not(:last-child) > .std3_btn, #std3_main[dir=rtl] .std3_input-group-btn:last-child > .std3_btn:not(:last-child):not(.std3_dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

#std3_main[dir=rtl] .ui-resizable-w {
  float: left;
  left: -15px;
  cursor: e-resize;
  height: 16px;
  position: relative;
  top: 10px;
  width: 16px;
}

#std3_main .std3_summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

#std3_main .std3_summary .std3_content {
  -ms-flex: 1 auto;
      flex: 1 auto;
}

#std3_main .std3_summary .std3_edit {
  -ms-flex: 0 auto;
      flex: 0 auto;
  margin-left: 15px;
  white-space: nowrap;
}

#std3_main .std3_summary .std3_edit .std3_edit-icon {
  margin-left: 7px;
}

#std3_main .std3_summary .std3_edit .std3_edit-icon:before {
  content: "";
}

@media print {
  #std3_dm_panel, #std3_odv_submit_container, .std3_TimeMoveBox, .std3_ad, .std3_addional-result-icons > div *, .std3_additional-details, .std3_control_col, .std3_leg-options, .std3_loading-bar, .std3_map_addbox, .std3_page-control, .std3_result-row.std3_collapsed, .std3_switch-util, .std3_toggle-odv, .switch, aside, header {
    display: none !important;
  }

  .std3_header {
    width: 100% !important;
  }

  .std3_page-active {
    height: auto;
    display: block !important;
  }

  #std3_main {
    height: auto;
  }

  #std3_main .std3_draggable {
    position: initial !important;
  }

  .std3_summary-button {
    display: none;
  }

  .std3_detail_col {
    width: 100% !important;
  }

  .std3_limited-sm {
    max-height: none !important;
  }

  .std3_dmStopOuterBox, .std3_trip-result-container {
    display: block;
  }

  .std3_dmStopOuterBox .std3_result-row, .std3_trip-result-container .std3_result-row {
    page-break-inside: avoid;
  }

  #std3_panel-body-odv-detail {
    display: none !important;
  }

  #std3_panel-body-odv-min {
    display: block !important;
  }

  .std3_no-print-href:after {
    content: none !important;
  }

  #std3_main .std3_content-box {
    display: block;
  }

  #std3_main-page-container {
    width: 100% !important;
  }
}
#std3_main .std3_mot100-icon:before, #std3_main .std3_mot99-icon:before, #std3_main .std3_rop-icon:before, .std3_mot100-icon:before, .std3_mot104-icon:before, .std3_mot97-icon:before, .std3_mot99-icon:before {
  font-family: mdv-icons;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
}

#std3_main .std3_rop-icon:before {
  content: "";
}

.std3_mot100-icon:before, .std3_mot99-icon:before {
  content: "";
}

.std3_mot104-icon:before {
  content: "";
}

.std3_mot97-icon:before {
  content: "";
}

#std3_main .std3_mot100-icon:before, #std3_main .std3_mot99-icon:before {
  content: "";
}

#std3_main .std3_map_addbox {
  right: 1em;
}

#std3_main .fa-mdv-letter-H:before {
  color: green;
}

#std3_main .fa-mdv-letter-H.std3_svg-icon {
  left: -6px;
}

#std3_main .std3_language-button {
  background: 0 0 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

#std3_main .std3_navbar-default .std3_navbar-nav li:last-child {
  position: absolute;
  right: 30px;
}

#std3_main .std3_navbar-default #std3_main_nav {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #std3_main > .std3_content {
    padding-left: 30px;
  }
}
#std3_main .std3_navbar-default {
  background-color: #004696 !important;
  background-image: none !important;
  border: none;
  border-radius: 0;
}

#std3_main .std3_navbar-default .std3_active a {
  background-image: none !important;
  background-color: #fff !important;
  color: #004696 !important;
}

#std3_main .std3_navbar-default a {
  color: #fff !important;
}

#std3_main .std3_date, #std3_main .std3_time {
  display: inline-block;
  width: 100%;
}

#std3_main .std3_date .std3_hrz-btn-input-group-container, #std3_main .std3_time .std3_hrz-btn-input-group-container {
  display: inline-block;
  width: 100%;
}

#std3_main .std3_dwelltime-container .std3_control-label {
  padding-right: 7px;
}

#std3_main .std3_language-button {
  background: 0 0 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

#std3_main .fa-mdv-letter-H.std3_svg-icon {
  left: -7px;
  top: -47px;
  font-size: 18px;
}

#std3_main .leaflet-popup .fa.fa-clock-o {
  display: none;
}

@media print {
  #std3_main .std3_departure-line.std3_result-row:not(:last-child), #std3_main .std3_row.std3_result-row:not(:last-child) {
    border-bottom: medium solid #ccc;
  }

  #std3_main .std3_time-overwiev .std3_time-container {
    font-weight: 700;
  }
}
#std3_main {
  background-color: #fff;
}

#std3_main .std3_btn-danger, #std3_main .std3_btn-default, #std3_main .std3_btn-info, #std3_main .std3_btn-primary, #std3_main .std3_btn-success, #std3_main .std3_btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

#std3_main .std3_btn-danger.std3_active, #std3_main .std3_btn-danger:active, #std3_main .std3_btn-default.std3_active, #std3_main .std3_btn-default:active, #std3_main .std3_btn-info.std3_active, #std3_main .std3_btn-info:active, #std3_main .std3_btn-primary.std3_active, #std3_main .std3_btn-primary:active, #std3_main .std3_btn-success.std3_active, #std3_main .std3_btn-success:active, #std3_main .std3_btn-warning.std3_active, #std3_main .std3_btn-warning:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#std3_main .std3_btn-danger .std3_badge, #std3_main .std3_btn-default .std3_badge, #std3_main .std3_btn-info .std3_badge, #std3_main .std3_btn-primary .std3_badge, #std3_main .std3_btn-success .std3_badge, #std3_main .std3_btn-warning .std3_badge {
  text-shadow: none;
}

#std3_main #std3_main .std3_TimeMoveBox .fa-angle-down.std3_active, #std3_main #std3_main .std3_TimeMoveBox .fa-angle-down:active, #std3_main #std3_main .std3_TimeMoveBox .fa-angle-up.std3_active, #std3_main #std3_main .std3_TimeMoveBox .fa-angle-up:active, #std3_main .std3_btn.std3_active, #std3_main .std3_btn:active {
  background-image: none;
}

#std3_main .std3_btn-default {
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

#std3_main .std3_btn-default:focus, #std3_main .std3_btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

#std3_main .std3_btn-default.std3_active, #std3_main .std3_btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

#std3_main .std3_btn-default:disabled, #std3_main .std3_btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

#std3_main .std3_btn-primary {
  background-image: linear-gradient(to bottom, #004696 0, #002959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff002959", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #00254f;
}

#std3_main .std3_btn-primary:focus, #std3_main .std3_btn-primary:hover {
  background-color: #002959;
  background-position: 0 -15px;
}

#std3_main .std3_btn-primary.std3_active, #std3_main .std3_btn-primary:active {
  background-color: #002959;
  border-color: #00254f;
}

#std3_main .std3_btn-primary:disabled, #std3_main .std3_btn-primary[disabled] {
  background-color: #002959;
  background-image: none;
}

#std3_main .std3_btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

#std3_main .std3_btn-success:focus, #std3_main .std3_btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

#std3_main .std3_btn-success.std3_active, #std3_main .std3_btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

#std3_main .std3_btn-success:disabled, #std3_main .std3_btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}

#std3_main .std3_btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

#std3_main .std3_btn-info:focus, #std3_main .std3_btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

#std3_main .std3_btn-info.std3_active, #std3_main .std3_btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

#std3_main .std3_btn-info:disabled, #std3_main .std3_btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

#std3_main .std3_btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

#std3_main .std3_btn-warning:focus, #std3_main .std3_btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

#std3_main .std3_btn-warning.std3_active, #std3_main .std3_btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

#std3_main .std3_btn-warning:disabled, #std3_main .std3_btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

#std3_main .std3_btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

#std3_main .std3_btn-danger:focus, #std3_main .std3_btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

#std3_main .std3_btn-danger.std3_active, #std3_main .std3_btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

#std3_main .std3_btn-danger:disabled, #std3_main .std3_btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

#std3_main .std3_img-thumbnail, #std3_main .std3_thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

#std3_main .std3_dropdown-menu > li > a:focus, #std3_main .std3_dropdown-menu > li > a:hover {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-color: #e8e8e8;
}

#std3_main .std3_dropdown-menu > .std3_active > a, #std3_main .std3_dropdown-menu > .std3_active > a:focus, #std3_main .std3_dropdown-menu > .std3_active > a:hover {
  background-image: linear-gradient(to bottom, #004696 0, #003a7d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff003a7d", GradientType=0);
  background-color: #003a7d;
}

#std3_main .std3_navbar-default {
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

#std3_main .std3_navbar-default .std3_navbar-nav > .std3_active > a, #std3_main .std3_navbar-default .std3_navbar-nav > .std3_open > a {
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

#std3_main .std3_navbar-brand, #std3_main .std3_navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

#std3_main .std3_navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#std3_main .std3_navbar-inverse .std3_navbar-nav > .std3_active > a, #std3_main .std3_navbar-inverse .std3_navbar-nav > .std3_open > a {
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

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

#std3_main .std3_navbar-fixed-bottom, #std3_main .std3_navbar-fixed-top, #std3_main .std3_navbar-static-top {
  border-radius: 0;
}

@media (max-width: 767px) {
  #std3_main .std3_navbar .std3_navbar-nav .std3_open .std3_dropdown-menu > .std3_active > a, #std3_main .std3_navbar .std3_navbar-nav .std3_open .std3_dropdown-menu > .std3_active > a:focus, #std3_main .std3_navbar .std3_navbar-nav .std3_open .std3_dropdown-menu > .std3_active > a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #004696 0, #003a7d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff003a7d", GradientType=0);
  }
}
#std3_main .std3_alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#std3_main .std3_alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  border-color: #b2dba1;
}

#std3_main .std3_alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  border-color: #9acfea;
}

#std3_main .std3_alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  border-color: #f5e79e;
}

#std3_main .std3_alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  border-color: #dca7a7;
}

#std3_main .std3_progress {
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
}

#std3_main .std3_progress-bar {
  background-image: linear-gradient(to bottom, #004696 0, #002e63 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff002e63", GradientType=0);
}

#std3_main .std3_progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
}

#std3_main .std3_progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
}

#std3_main .std3_progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
}

#std3_main .std3_progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
}

#std3_main .std3_progress-bar-striped {
  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);
}

#std3_main .std3_list-group {
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

#std3_main .std3_list-group-item.std3_active, #std3_main .std3_list-group-item.std3_active:focus, #std3_main .std3_list-group-item.std3_active:hover {
  text-shadow: 0 -1px 0 #002e63;
  background-image: linear-gradient(to bottom, #004696 0, #003470 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff003470", GradientType=0);
  border-color: #003470;
}

#std3_main .std3_list-group-item.std3_active .std3_badge, #std3_main .std3_list-group-item.std3_active:focus .std3_badge, #std3_main .std3_list-group-item.std3_active:hover .std3_badge {
  text-shadow: none;
}

#std3_main .std3_panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#std3_main .std3_panel-default > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
}

#std3_main .std3_panel-primary > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #004696 0, #003a7d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff003a7d", GradientType=0);
}

#std3_main .std3_panel-success > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
}

#std3_main .std3_panel-info > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
}

#std3_main .std3_panel-warning > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
}

#std3_main .std3_panel-danger > .std3_panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
}

#std3_main .std3_well {
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

#std3_main .std3_switch-util {
  width: 2.5em;
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: left;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
}

#std3_main .std3_switch-util .std3_switch-handle {
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1.1em;
  background: #f9f9f9;
  border-radius: 9px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eee, #fff);
}

#std3_main .std3_switch-util .std3_switch-label {
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #aaa;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}

#std3_main .std3_switch-util input[type=checkbox]:not(:checked) ~ .std3_switch-handle {
  left: 2px;
}

#std3_main .std3_switch-util input[type=checkbox]:checked ~ .std3_switch-label {
  color: #000;
  background-color: #004696;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

#std3_main .std3_switch-util input[type=checkbox]:checked ~ .std3_switch-label:before {
  content: "";
  font-family: fontawesome;
  position: relative;
  left: 10px;
  top: 5px;
}

#std3_main .std3_switch-util input[type=checkbox]:checked ~ .std3_switch-handle {
  float: right;
  right: 2px;
}

#std3_main .std3_option-panel .std3_option-toggle ~ .std3_accordion_toggle .fa {
  position: relative;
  float: right;
}

#std3_main .std3_option-panel .std3_collapse.std3_disabled {
  display: none !important;
}

#std3_main .std3_result-row .std3_switch-util {
  width: 4.5em;
  display: inline-block;
  vertical-align: top;
  height: 1.2em;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: right;
  position: relative;
  top: -0.1em;
  margin-right: 0;
  background-image: linear-gradient(to bottom, #eee, #fff 25px);
  padding: 3px;
}

#std3_main .std3_result-row .std3_switch-util .std3_switch-handle {
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: -1.1em;
  background: #f9f9f9;
  border-radius: 9px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eee, #fff);
}

#std3_main .std3_result-row .std3_switch-util .std3_switch-label {
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}

#std3_main .std3_result-row.std3_in.std3_collapsed .std3_switch-handle {
  left: 2px;
}

#std3_main .std3_result-row:not(.std3_collapsed) .std3_switch-label {
  color: #000;
  background-color: #004696;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

#std3_main .std3_result-row:not(.std3_collapsed) .std3_switch-label:before {
  content: "";
  font-family: fontawesome;
  position: relative;
  left: 2em;
}

#std3_main .std3_result-row:not(.std3_collapsed) .std3_switch-handle {
  float: right;
  right: 2px;
  left: auto;
}

#std3_main .std3_datetimepicker {
  padding: 3px !important;
  background-color: #eee !important;
  margin-left: -50px !important;
  margin-top: -1px !important;
}

#std3_main .std3_datetimepicker table {
  border-spacing: 4px !important;
  border-collapse: separate !important;
}

#std3_main .std3_datetimepicker table tr td:hover {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

#std3_main .std3_datetimepicker table tr td.std3_active:hover {
  color: #fff !important;
}

#std3_main .std3_datetimepicker tbody {
  background-color: #fff;
}

#std3_main .std3_datetimepicker tbody tr td {
  padding: 5px !important;
}

#std3_main .std3_datetimepicker tbody tr td.std3_active {
  background-image: linear-gradient(to bottom, #004696 0, #3091ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff004696", endColorstr="#ff3091ff", GradientType=0);
}

#std3_main .std3_datetimepicker thead tr:nth-child(2) {
  color: #004696;
}

#std3_main .std3_datetimepicker thead tr:first-child {
  background-color: #004696;
  color: #fff;
}

#std3_main .std3_datetimepicker thead tr:first-child th:hover {
  background-color: #002e63;
  color: #fff;
}

#std3_main .std3_datetimepicker thead tr th {
  padding: 10px !important;
  text-align: center !important;
}

#std3_main .std3_datetimepicker tfoot tr:first-child {
  background-color: #004696;
  color: #fff;
}

#std3_main .std3_datetimepicker tfoot tr:first-child th:hover {
  background-color: #002e63;
  color: #fff;
}

#std3_main .std3_datetimepicker tfoot tr th {
  padding: 10px !important;
  text-align: center !important;
}

#std3_main .std3_datetimepicker td, #std3_main .std3_datetimepicker th {
  border-radius: 0;
}

#std3_main .std3_datetimepicker-dropdown-bottom-right:after, #std3_main .std3_datetimepicker-dropdown-bottom-right:before {
  display: none !important;
}

#std3_main .blue_bg-white_font {
  background-color: #004696;
  color: #fff;
}

#std3_main .blue_bg-white_font-hover {
  background-color: #002e63;
  color: #fff;
}

#std3_main .top_and_bot_row-format {
  padding: 10px;
  text-align: center;
}

#std3_main .std3_datetimepicker table tr td.std3_active.std3_disabled:hover {
  background-color: #337ab7;
  background-image: linear-gradient(top, #08c, #337ab7);
}

#std3_main .std3_incDecrIcon {
  height: 16px !important;
}

#std3_main a {
  color: #004696;
}

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

@media screen and (min-width: 768px) {
  #std3_main .std3_navbar .std3_active {
    border: thin solid #004696;
    border-bottom: transparent;
  }

  #std3_main .std3_navbar-default {
    border-bottom: thin solid #004696;
  }
}
.std3_motLineNo {
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 3px;
  font: normal normal normal 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.std3_stopIcon {
  content: "";
  color: #fefefe;
}

.std3_mot-icon-container {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0;
  margin: 2px;
  padding: 1px;
}

.std3_mot-icon-container .std3_mot-label {
  padding-right: 0.5em;
}

.std3_mot-icon-container .std3_mot-label[data-text-only=true] {
  padding-left: 0.5em;
}

.std3_mot-icon-container .std3_mot-label {
  border-radius: 0;
  margin: 2px;
  padding-left: 0.5em;
}

.std3_mot-icon-container + .fa-angle-right {
  vertical-align: super;
}

.std3_mot0 {
  color: #d1692b;
}

.std3_mot0_row {
  border-left: 7px solid #d1692b;
}

.std3_motLine0 {
  background: #d1692b;
}

.std3_polyline.std3_mot_0_polyline {
  stroke: #d1692b;
}

#std3_main .std3_mot-icon-container[data-mottype="0"] .std3_mot-icon {
  color: #d1692b;
}

#std3_main .std3_mot-icon-container[data-mottype="0"] .std3_mot-label {
  color: #fff;
  background-color: #d1692b;
}

.std3_mot0-icon:before {
  content: "";
}

.std3_mot1 {
  color: #fda428;
}

.std3_mot1_row {
  border-left: 7px solid #fda428;
}

.std3_motLine1 {
  background: #fda428;
}

.std3_polyline.std3_mot_1_polyline {
  stroke: #fda428;
}

#std3_main .std3_mot-icon-container[data-mottype="1"] .std3_mot-icon {
  color: #fda428;
}

#std3_main .std3_mot-icon-container[data-mottype="1"] .std3_mot-label {
  color: #fff;
  background-color: #fda428;
}

.std3_mot1-icon:before {
  content: "";
}

.std3_mot2 {
  color: #bb1052;
}

.std3_mot2_row {
  border-left: 7px solid #bb1052;
}

.std3_motLine2 {
  background: #bb1052;
}

.std3_polyline.std3_mot_2_polyline {
  stroke: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="2"] .std3_mot-icon {
  color: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="2"] .std3_mot-label {
  color: #fff;
  background-color: #bb1052;
}

.std3_mot2-icon:before {
  content: "";
}

.std3_mot3 {
  color: #bb1052;
}

.std3_mot3_row {
  border-left: 7px solid #bb1052;
}

.std3_motLine3 {
  background: #bb1052;
}

.std3_polyline.std3_mot_3_polyline {
  stroke: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="3"] .std3_mot-icon {
  color: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="3"] .std3_mot-label {
  color: #fff;
  background-color: #bb1052;
}

.std3_mot3-icon:before {
  content: "";
}

.std3_mot4 {
  color: #bb1052;
}

.std3_mot4_row {
  border-left: 7px solid #bb1052;
}

.std3_motLine4 {
  background: #bb1052;
}

.std3_polyline.std3_mot_4_polyline {
  stroke: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="4"] .std3_mot-icon {
  color: #bb1052;
}

#std3_main .std3_mot-icon-container[data-mottype="4"] .std3_mot-label {
  color: #fff;
  background-color: #bb1052;
}

.std3_mot4-icon:before {
  content: "";
}

.std3_mot5 {
  color: #851da3;
}

.std3_mot5_row {
  border-left: 7px solid #851da3;
}

.std3_motLine5 {
  background: #851da3;
}

.std3_polyline.std3_mot_5_polyline {
  stroke: #851da3;
}

#std3_main .std3_mot-icon-container[data-mottype="5"] .std3_mot-icon {
  color: #851da3;
}

#std3_main .std3_mot-icon-container[data-mottype="5"] .std3_mot-label {
  color: #fff;
  background-color: #851da3;
}

.std3_mot5-icon:before {
  content: "";
}

.std3_mot6 {
  color: #851da3;
}

.std3_mot6_row {
  border-left: 7px solid #851da3;
}

.std3_motLine6 {
  background: #851da3;
}

.std3_polyline.std3_mot_6_polyline {
  stroke: #851da3;
}

#std3_main .std3_mot-icon-container[data-mottype="6"] .std3_mot-icon {
  color: #851da3;
}

#std3_main .std3_mot-icon-container[data-mottype="6"] .std3_mot-label {
  color: #fff;
  background-color: #851da3;
}

.std3_mot6-icon:before {
  content: "";
}

.std3_mot7 {
  color: #999;
}

.std3_mot7_row {
  border-left: 7px solid #999;
}

.std3_motLine7 {
  background: #999;
}

.std3_polyline.std3_mot_7_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="7"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="7"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot7-icon:before {
  content: "";
}

.std3_mot8 {
  color: #999;
}

.std3_mot8_row {
  border-left: 7px solid #999;
}

.std3_motLine8 {
  background: #999;
}

.std3_polyline.std3_mot_8_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="8"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="8"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot8-icon:before {
  content: "";
}

.std3_mot9 {
  color: #999;
}

.std3_mot9_row {
  border-left: 7px solid #999;
}

.std3_motLine9 {
  background: #999;
}

.std3_polyline.std3_mot_9_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="9"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="9"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot9-icon:before {
  content: "";
}

.std3_mot10 {
  color: #d383e9;
}

.std3_mot10_row {
  border-left: 7px solid #d383e9;
}

.std3_motLine10 {
  background: #d383e9;
}

.std3_polyline.std3_mot_10_polyline {
  stroke: #d383e9;
}

#std3_main .std3_mot-icon-container[data-mottype="10"] .std3_mot-icon {
  color: #d383e9;
}

#std3_main .std3_mot-icon-container[data-mottype="10"] .std3_mot-label {
  color: #fff;
  background-color: #d383e9;
}

.std3_mot10-icon:before {
  content: "";
}

.std3_mot11 {
  color: #999;
}

.std3_mot11_row {
  border-left: 7px solid #999;
}

.std3_motLine11 {
  background: #999;
}

.std3_polyline.std3_mot_11_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="11"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="11"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot11-icon:before {
  content: "";
}

.std3_mot12 {
  color: #999;
}

.std3_mot12_row {
  border-left: 7px solid #999;
}

.std3_motLine12 {
  background: #999;
}

.std3_polyline.std3_mot_12_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="12"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="12"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot12-icon:before {
  content: "";
}

.std3_mot13 {
  color: #999;
}

.std3_mot13_row {
  border-left: 7px solid #999;
}

.std3_motLine13 {
  background: #999;
}

.std3_polyline.std3_mot_13_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="13"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="13"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot13-icon:before {
  content: "";
}

.std3_mot14 {
  color: #999;
}

.std3_mot14_row {
  border-left: 7px solid #999;
}

.std3_motLine14 {
  background: #999;
}

.std3_polyline.std3_mot_14_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="14"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="14"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot14-icon:before {
  content: "";
}

.std3_mot15 {
  color: #999;
}

.std3_mot15_row {
  border-left: 7px solid #999;
}

.std3_motLine15 {
  background: #999;
}

.std3_polyline.std3_mot_15_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="15"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="15"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot15-icon:before {
  content: "";
}

.std3_mot16 {
  color: #999;
}

.std3_mot16_row {
  border-left: 7px solid #999;
}

.std3_motLine16 {
  background: #999;
}

.std3_polyline.std3_mot_16_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="16"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="16"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot16-icon:before {
  content: "";
}

.std3_mot17 {
  color: #999;
}

.std3_mot17_row {
  border-left: 7px solid #999;
}

.std3_motLine17 {
  background: #999;
}

.std3_polyline.std3_mot_17_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="17"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="17"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot17-icon:before {
  content: "";
}

.std3_mot18 {
  color: #999;
}

.std3_mot18_row {
  border-left: 7px solid #999;
}

.std3_motLine18 {
  background: #999;
}

.std3_polyline.std3_mot_18_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="18"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="18"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot18-icon:before {
  content: "";
}

.std3_mot19 {
  color: #999;
}

.std3_mot19_row {
  border-left: 7px solid #999;
}

.std3_motLine19 {
  background: #999;
}

.std3_polyline.std3_mot_19_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="19"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="19"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot19-icon:before {
  content: "";
}

.std3_mot97 {
  color: #000;
}

.std3_mot97_row {
  border-left: 7px solid #000;
}

.std3_motLine97 {
  background: #000;
}

.std3_polyline.std3_mot_97_polyline {
  stroke: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="97"] .std3_mot-icon {
  color: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="97"] .std3_mot-label {
  color: #fff;
  background-color: #000;
}

.std3_mot98 {
  color: #000;
}

.std3_mot98_row {
  border-left: 7px solid #000;
}

.std3_motLine98 {
  background: #000;
}

.std3_polyline.std3_mot_98_polyline {
  stroke: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="98"] .std3_mot-icon {
  color: #000;
}

#std3_main .std3_mot-icon-container[data-mottype="98"] .std3_mot-label {
  color: #fff;
  background-color: #000;
}

.std3_mot98-icon:before {
  content: "";
}

.std3_mot99 {
  color: #78be19;
}

.std3_mot99_row {
  border-left: 7px solid #78be19;
}

.std3_motLine99 {
  background: #78be19;
}

.std3_polyline.std3_mot_99_polyline {
  stroke: #78be19;
}

#std3_main .std3_mot-icon-container[data-mottype="99"] .std3_mot-icon {
  color: #78be19;
}

#std3_main .std3_mot-icon-container[data-mottype="99"] .std3_mot-label {
  color: #fff;
  background-color: #78be19;
}

.std3_mot100 {
  color: #78be19;
}

.std3_mot100_row {
  border-left: 7px solid #78be19;
}

.std3_motLine100 {
  background: #78be19;
}

.std3_polyline.std3_mot_100_polyline {
  stroke: #78be19;
}

#std3_main .std3_mot-icon-container[data-mottype="100"] .std3_mot-icon {
  color: #78be19;
}

#std3_main .std3_mot-icon-container[data-mottype="100"] .std3_mot-label {
  color: #fff;
  background-color: #78be19;
}

.std3_mot101 {
  color: #999;
}

.std3_mot101_row {
  border-left: 7px solid #999;
}

.std3_motLine101 {
  background: #999;
}

.std3_polyline.std3_mot_101_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="101"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="101"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot101-icon:before {
  content: "";
}

.std3_mot102 {
  color: #999;
}

.std3_mot102_row {
  border-left: 7px solid #999;
}

.std3_motLine102 {
  background: #999;
}

.std3_polyline.std3_mot_102_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="102"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="102"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot102-icon:before {
  content: "";
}

.std3_mot103 {
  color: #999;
}

.std3_mot103_row {
  border-left: 7px solid #999;
}

.std3_motLine103 {
  background: #999;
}

.std3_polyline.std3_mot_103_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="103"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="103"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot103-icon:before {
  content: "";
}

.std3_mot104 {
  color: #999;
}

.std3_mot104_row {
  border-left: 7px solid #999;
}

.std3_motLine104 {
  background: #999;
}

.std3_polyline.std3_mot_104_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="104"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="104"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot105 {
  color: #7b9ec8;
}

.std3_mot105_row {
  border-left: 7px solid #7b9ec8;
}

.std3_motLine105 {
  background: #7b9ec8;
}

.std3_polyline.std3_mot_105_polyline {
  stroke: #7b9ec8;
}

#std3_main .std3_mot-icon-container[data-mottype="105"] .std3_mot-icon {
  color: #7b9ec8;
}

#std3_main .std3_mot-icon-container[data-mottype="105"] .std3_mot-label {
  color: #fff;
  background-color: #7b9ec8;
}

.std3_mot105-icon:before {
  content: "";
}

.std3_mot106 {
  color: #999;
}

.std3_mot106_row {
  border-left: 7px solid #999;
}

.std3_motLine106 {
  background: #999;
}

.std3_polyline.std3_mot_106_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="106"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="106"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot106-icon:before {
  content: "";
}

.std3_mot107 {
  color: #999;
}

.std3_mot107_row {
  border-left: 7px solid #999;
}

.std3_motLine107 {
  background: #999;
}

.std3_polyline.std3_mot_107_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="107"] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype="107"] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_mot107-icon:before {
  content: "";
}

.std3_motstay {
  color: #999;
}

.std3_motstay_row {
  border-left: 7px solid #999;
}

.std3_motLinestay {
  background: #999;
}

.std3_polyline.std3_mot_stay_polyline {
  stroke: #999;
}

#std3_main .std3_mot-icon-container[data-mottype=stay] .std3_mot-icon {
  color: #999;
}

#std3_main .std3_mot-icon-container[data-mottype=stay] .std3_mot-label {
  color: #fff;
  background-color: #999;
}

.std3_motstay-icon:before {
  content: "";
}

#std3_main .fa.std3_mot-icon-background {
  display: none;
  font-size: 2em;
  color: red;
  position: absolute;
  width: 1em;
  height: 1em;
  margin-top: 0;
  margin-left: 0;
}

#std3_main .std3_mot-icon-element {
  height: 1em;
  width: 2em;
  text-align: left;
  vertical-align: super;
}

#std3_main .std3_mot-icon, #std3_main .std3_mot-icon-background, #std3_main .std3_mot-icon-element {
  display: inline-block;
}

#std3_main .std3_mot-icon {
  position: relative;
  height: 1em;
  width: 1em;
  margin-top: 0.5em;
  margin-left: 0.5em;
}

#std3_main .std3_mot-label {
  vertical-align: super;
}

#std3_main table .std3_mot-label {
  vertical-align: baseline;
}

@font-face {
  font-family: Fahrplanauskunftzuk;
  src: url(Fahrplanauskunftzuk.eot) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Fahrplanauskunftzuk;
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(Fahrplanauskunftzuk.ttf) format("truetype"), url(Fahrplanauskunftzuk.svg#Fahrplanauskunftzuk) format("svg");
  font-weight: 400;
  font-style: normal;
}
#std3_main .fa-angle-down, #std3_main .fa-angle-up, #std3_main .fa-arrow-left, #std3_main .fa-arrow-right, #std3_main .fa-chevron-left, #std3_main .fa-chevron-right, #std3_main .fa-close, #std3_main .fa-print, #std3_main .fa-question-circle, #std3_main .fa-sort, #std3_main .fa-trash, #std3_main .mdv_sug_stop:before, #std3_main .std3_accrodion-toggle-icon, #std3_main .std3_expand-details, #std3_main .std3_locate-me-icon, #std3_main .std3_mot0-icon, #std3_main .std3_mot10-icon, #std3_main .std3_mot100-icon, #std3_main .std3_mot5-icon, #std3_main .std3_mot6-icon, #std3_main .std3_mot99-icon {
  font-family: Fahrplanauskunftzuk !important;
}

#std3_main .std3_mot0-icon:before {
  content: "j";
}

#std3_main .std3_mot5-icon:before, #std3_main .std3_mot6-icon:before {
  content: "A";
}

#std3_main .std3_mot10-icon:before {
  content: "k";
}

#std3_main .std3_mot100-icon:before, #std3_main .std3_mot99-icon:before {
  content: "H";
  font-family: Fahrplanauskunftzuk !important;
}

#std3_main .std3_locate-me-icon:before {
  content: "D";
}

#std3_main .std3_accrodion-toggle-icon.std3_accordion_collapsed:before {
  content: "Q";
}

#std3_main .std3_accrodion-toggle-icon.std3_accordion_expanded:before {
  content: "V";
}

#std3_main .fa-sort:before {
  content: "T";
}

#std3_main .fa-close:before {
  content: "\\";
}

#std3_main .fa-trash:before {
  content: "P";
}

#std3_main .fa-arrow-left:before, #std3_main .fa-chevron-left:before {
  font-size: 30px;
  content: "R";
  margin-top: -7px;
}

#std3_main .fa-arrow-right:before, #std3_main .fa-chevron-right:before {
  font-size: 30px;
  content: "Q";
  margin-top: -7px;
}

#std3_main .mdv_sug_stop:before {
  content: "I" !important;
}

#std3_main .fa-print:before {
  content: "C";
}

#std3_main .fa-question-circle:before {
  content: "F";
}

#std3_main .fa-angle-up:before {
  content: "U";
}

#std3_main .fa-angle-down:before {
  content: "V";
}

#std3_main .fa-pencil-square-o {
  display: none;
}

#std3_main .std3_expand-details:before {
  content: "[";
}

#std3_main .std3_details-added.std3_details-visible .std3_expand-details:before {
  content: "]";
}

#std3_main .std3_btn-default.std3_open-explicit-details {
  background-color: transparent !important;
  color: #004696 !important;
  border: none !important;
  font-size: 19px;
  padding: 4px 12px;
}

#std3_main #std3_locs-wrapper #mdv_locs li .mdv_sug-icon {
  font-size: 23px;
}

#std3_main .std3_TimeMoveBox .fa-angle-down, #std3_main .std3_TimeMoveBox .fa-angle-up {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  background-color: #004696;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-right: 7px;
}

#std3_locs-wrapper #mdv_locs li {
  color: #004696;
}

#std3_main {
  font-family: Verdana;
  color: #004696;
}

#std3_main * {
  text-shadow: none !important;
  box-shadow: none !important;
}

#std3_main .std3_navbar-default {
  font-size: 13px;
  background-color: #c1d5e8 !important;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: none;
  border-radius: 0;
  color: #004696 !important;
}

#std3_main .std3_navbar-default .std3_nav-element .fa {
  display: none !important;
}

#std3_main .std3_navbar-default .std3_active a {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  background-color: #ffdc00 !important;
}

#std3_main .std3_navbar-default a {
  color: #004696 !important;
}

#std3_main .std3_navbar-default .std3_navbar-text {
  color: #fff;
  padding-left: 15px;
  font-size: 19px;
}

#std3_main .std3_navbar-default li.std3_active {
  border: none;
}

#std3_main .std3_navbar-default .std3_navbar-nav li:last-child {
  position: absolute;
  right: 30px;
}

#std3_main .std3_navbar-default #std3_main_nav {
  width: 100%;
}

#std3_main .std3_accrodion-toggle-icon {
  font-size: 25px;
}

#std3_main .std3_btn-primary {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-radius: 0;
  background-color: #004696;
  border: #004696;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

#std3_main .std3_panel-default {
  background-color: #fff;
  border: none !important;
  box-shadow: none;
}

#std3_main .std3_panel-default .std3_panel-heading {
  font-family: Verdana;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: none !important;
  background-color: #fff;
  color: #004696;
  letter-spacing: 0;
}

#std3_main .std3_panel-body {
  border: none !important;
}

#std3_main #std3_panel-body-odv-detail > h2.std3_sr-only {
  position: initial;
  width: auto;
  height: auto;
  margin: 15px 0 30px 0;
}

#std3_main #std3_panel-body-odv-detail #std3_ac_date .std3_panel-body {
  background-color: #ebedf7;
}

#std3_main #std3_panel-body-odv-detail #std3_ac_date .std3_panel-body .std3_form-group, #std3_main #std3_panel-body-odv-detail #std3_ac_date .std3_panel-body fieldset {
  margin-bottom: 0;
}

#std3_main #std3_panel-body-odv-detail #std3_ac_date .std3_panel-body .std3_col-md-auto {
  margin-bottom: 15px;
}

#std3_main #std3_panel-body-odv-detail #std3_ac_date .std3_panel-body .std3_col-md-auto + .std3_col-md-auto {
  margin-bottom: 0;
}

#std3_main #std3_panel-body-odv-detail #std3_trip_options_container {
  margin-top: 30px;
}

#std3_main #std3_panel-body-odv-detail .std3_odv_container {
  margin-right: 52px;
}

#std3_main #std3_panel-body-odv-detail .std3_panel-heading {
  padding: 15px 15px 15px 0;
}

#std3_main h5 {
  margin-top: 0;
}

#std3_main h5 > label {
  font-weight: 700;
}

#std3_main label {
  margin-bottom: 0;
}

#std3_main .std3_panel-group {
  margin-bottom: 20px;
}

#std3_main .std3_datetimepicker {
  font-size: 13px;
  background-color: #fff !important;
}

#std3_main .std3_datetimepicker thead tr th {
  padding: 0 5px !important;
}

#std3_main .std3_datetimepicker .std3_day {
  background: #ebedf7;
  color: #282F4B;
}

#std3_main .std3_datetimepicker .std3_day.std3_active {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  background-color: #004696;
  color: #e5f0f7;
}

#std3_main .std3_datetimepicker .std3_day.std3_new, #std3_main .std3_datetimepicker .std3_day.std3_old {
  color: #9B9B9B;
}

#std3_main .std3_datetimepicker .std3_day.std3_active {
  background: #ffdc00;
  color: #004696;
}

#std3_main .std3_datetimepicker .std3_switch, #std3_main .std3_datetimepicker .std3_today {
  font-weight: 400;
}

#std3_main .std3_popover-title {
  color: #fff;
  background-color: #004696;
}

#std3_main .std3_map_addbox #std3_main .std3_TimeMoveBox .fa-angle-down, #std3_main .std3_map_addbox #std3_main .std3_TimeMoveBox .fa-angle-up, #std3_main .std3_map_addbox .std3_btn {
  background-color: #004696;
}

#std3_main #std3_odv_switch_button, #std3_main .std3_date, #std3_main .std3_dwell-inc-dec, #std3_main .std3_time {
  height: 34px !important;
}

#std3_main #std3_external_via-container ~ div .std3_input-group-btn .std3_dwell-inc-dec {
  border-right: none;
}

#std3_main #std3_external_via-container ~ div .std3_input-group-btn ~ .std3_input-group-btn .std3_dwell-inc-dec {
  border-right: 1px solid #004696;
}

#std3_main .std3_dwell-inc-dec {
  border: 1px solid #004696;
  background-color: #fff !important;
  color: #004696 !important;
}

#std3_main .std3_dwell-inc-dec:hover {
  background-color: #004696 !important;
  color: #fff !important;
}

#std3_main .std3_input-min, #std3_main .std3_time_opt {
  color: #000 !important;
  font-family: Verdana-Bold !important;
  font-size: 12px;
  border-left: none !important;
  border-right: none !important;
  letter-spacing: 0.65px !important;
}

#std3_main .std3_date .fa, #std3_main .std3_time .fa {
  font-size: 25px;
}

#std3_main .std3_dwell-inc-dec .fa {
  font-size: 30px;
  margin-top: -3px;
}

#std3_main #std3_odv_switch_button .fa {
  font-size: 26px;
  margin-top: -1px;
}

#std3_main .std3_btn-default {
  font-size: 12px;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  background-color: #004696;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}

#std3_main .std3_btn-default:hover {
  color: #004696;
  background-color: #fff;
}

#std3_main .std3_btn-default.std3_geo-location {
  border: none;
  color: #5c5c5c;
  box-shadow: none;
  background-color: #fff;
  font-size: 25px;
  margin-top: -2px;
  letter-spacing: 0.65px;
}

#std3_main .std3_btn-default.mdv_sug_delhistory {
  letter-spacing: 0.65px;
  font-size: 25px;
  background-color: #fff;
  color: #5c5c5c;
  border: none;
}

#std3_main .std3_btn-default.fa-close {
  letter-spacing: 0.65px;
  font-size: 25px;
  background-color: #fff;
  color: #5c5c5c;
  border: none;
}

#std3_main .std3_radio-group .std3_btn-default {
  color: #004696;
  border: thin solid #004696;
  background-color: #fff;
}

#std3_main .std3_radio-group input + #std3_main .std3_TimeMoveBox .fa-angle-down.std3_btn-default, #std3_main .std3_radio-group input + #std3_main .std3_TimeMoveBox .fa-angle-up.std3_btn-default, #std3_main .std3_radio-group input + .std3_btn.std3_btn-default {
  background-image: linear-gradient(0deg, #fff 21%, #e6f2fc 83%, #c5def4 100%) !important;
  border: 1px solid #004696;
  background-position: 0;
}

#std3_main .std3_radio-group input:checked + #std3_main .std3_TimeMoveBox .fa-angle-down.std3_btn-default, #std3_main .std3_radio-group input:checked + #std3_main .std3_TimeMoveBox .fa-angle-up.std3_btn-default, #std3_main .std3_radio-group input:checked + .std3_btn.std3_btn-default {
  background-image: linear-gradient(-180deg, #b2d1e9 0, #7aa4cd 78%, #437bb1 100%) !important;
  background-color: #e5f0f7;
  background-position: 0;
}

#std3_main .std3_switch-label {
  background-color: #004696 !important;
  border: thin solid #004696;
}

#std3_main .std3_switch-label:before {
  content: "" !important;
}

#std3_main .std3_switch-handle {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  width: 1.5em !important;
  height: 1.5em !important;
  top: -1.35em !important;
  border-radius: 15px !important;
  right: -3px !important;
  border: thin solid #004696 !important;
}

#std3_main [type=checkbox].std3_fancy-check:checked + label:before {
  content: "";
  color: #004696;
}

#std3_main .std3_form-control {
  font-family: Verdana;
  font-size: 12px;
  color: #004696;
  letter-spacing: 0.31px;
  border: 1px solid #004696;
  border-radius: 0;
}

#std3_main .std3_inner-addon .std3_input_buttons {
  bottom: 0.5em;
  right: 0.25em;
  height: 1.5em;
}

#std3_main .std3_inner-addon .std3_input_buttons #std3_main .std3_TimeMoveBox .fa-angle-down, #std3_main .std3_inner-addon .std3_input_buttons #std3_main .std3_TimeMoveBox .fa-angle-up, #std3_main .std3_inner-addon .std3_input_buttons .std3_btn {
  font-size: 1.5em;
}

#std3_main .std3_TimeMoveBox a + a, #std3_main .std3_addional-result-icons > div *, #std3_main .std3_control_col, #std3_main .std3_page-control * {
  display: none;
}

#std3_main .std3_panelBody-tripOverview .std3_control_col, #std3_main .std3_time-overwiev .std3_control_col {
  display: block;
}

#std3_main #std3_ac_options {
  background-color: #fff;
}

#std3_main #std3_ac_options fieldset, #std3_main #std3_ac_options legend {
  color: #004696;
  font-size: 13px;
  font-weight: 700;
  background-color: #ebedf7;
  border-bottom: 0;
}

#std3_main #std3_ac_options .std3_panel-body {
  padding: 0;
}

#std3_main #std3_ac_options .std3_panel-body > fieldset {
  padding: 15px 0;
}

#std3_main #std3_ac_options .std3_panel-body > fieldset > legend {
  display: none;
}

#std3_main #std3_ac_options .std3_panel-body > fieldset > * {
  padding: 0 15px;
}

#std3_main #std3_ac_options .std3_panel-body .std3_form-group {
  margin-bottom: 0;
}

#std3_main #std3_ac_options .panel-group .std3_panel-body, #std3_main #std3_ac_options .panel-group .std3_panel-heading {
  background-color: #ebedf7;
}

#std3_main #std3_ac_options .std3_mot-box.inclMOT_11, #std3_main #std3_ac_options .std3_mot-box.inclMOT_2, #std3_main #std3_ac_options .std3_mot-box.inclMOT_7, #std3_main #std3_ac_options .std3_mot-box.inclMOT_8 {
  display: none;
}

#std3_main #std3_ac_options .std3_pt-panel .std3_pt-options .std3_col-xs-12 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#std3_main #std3_ac_options .std3_pt-panel .std3_pt-options .std3_col-xs-12 + .std3_col-xs-12 {
  margin-top: 0;
}

#std3_main #std3_ac_options fieldset.std3_it-options legend {
  padding: 15px 15px 0 15px;
  margin: 0;
  display: block;
}

#std3_main #std3_ac_options fieldset.std3_it-options .std3_dwelltime-container {
  margin-top: 15px;
}

#std3_main #std3_ac_options .std3_options-control .std3_full-size {
  width: 100%;
}

#std3_main #std3_ac_options .std3_options-control .std3_col-md-7.std3_col-xs-12 {
  display: none !important;
}

#std3_main #std3_ac_date .std3_row > div + div + div {
  width: 100%;
}

#std3_main #std3_ac_date .std3_row > div + div + div label {
  width: 50%;
  display: inline-block;
}

#std3_main #std3_ac_date .std3_row > div + div + div label #std3_main .std3_TimeMoveBox .fa-angle-down, #std3_main #std3_ac_date .std3_row > div + div + div label #std3_main .std3_TimeMoveBox .fa-angle-up, #std3_main #std3_ac_date .std3_row > div + div + div label .std3_btn {
  width: 100%;
}

#std3_main .std3_time_opt {
  text-align: center !important;
}

#std3_main #std3_odv_switch_button {
  height: auto !important;
}

#std3_main input[name=imparedOptionsActive] + .std3_row > .std3_col-lg-6 {
  width: 100%;
}

#std3_main .leaflet-control a:hover {
  text-decoration: none !important;
}

#std3_main #mdv_locs_header {
  display: none;
}

#std3_main #std3_Trip_panel, #std3_main .std3_odv-summary {
  padding-left: 0;
  padding-right: 0;
}

#std3_main #std3_panel-body-odv-min > div {
  background-color: #ebedf7;
  padding: 7px;
  color: #000;
}

#std3_main #std3_Trip_panel {
  padding-top: 0 !important;
}

#std3_main #std3_Trip_panel {
  padding-bottom: 0 !important;
}

#std3_main .std3_summary {
  -ms-flex-direction: column;
      flex-direction: column;
}

#std3_main .std3_summary .std3_edit {
  margin-left: 0;
}

#std3_main .std3_summary .std3_edit .std3_btn-primary {
  padding: 6px;
  margin-top: 15px;
  margin-bottom: 7px;
  width: 100%;
}

#std3_main .std3_summary .std3_edit .std3_edit-icon {
  display: none !important;
}

#std3_main .std3_summary .std3_edit .std3_edit-text {
  display: inline-block !important;
}

#std3_main .std3_odv-summary {
  width: 100%;
}

#std3_main td.std3_legMot {
  vertical-align: top !important;
}

#std3_main .std3_stopSeqOverview {
  color: #004696;
}

#std3_main .std3_odv-min-group {
  display: block;
}

#std3_main .std3_stop-row {
  border: none;
  margin-bottom: 0.5em !important;
}

#std3_main .std3_mot-icon-container {
  margin-left: 0 !important;
}

#std3_main .std3_mot-icon-container .std3_mot-icon-element {
  padding-left: 0;
}

#std3_main .std3_mot-icon-container .std3_mot-icon-element .std3_mot-icon {
  margin-left: 0;
}

#std3_main .std3_panel-title {
  font-size: 20px;
}

#std3_main .std3_pt-panel {
  margin: 0;
}

#std3_main #std3_external_via-container .std3_form-group {
  background-color: #fff;
}

#std3_main #std3_ajax-result-container .std3_switch-util {
  display: none !important;
}

#std3_main #std3_ajax-result-container .std3_panelBody-tripOverview {
  background-color: #ebedf7;
  margin-bottom: 15px;
}

#std3_main #std3_ajax-result-container .std3_details-visible .std3_panelBody-tripOverview {
  background-color: #fff;
}

#std3_main #std3_ajax-result-container .std3_result-row {
  margin: 0;
}

#std3_main #std3_ajax-result-container .std3_result-row .std3_panel-tripDetailLarge, #std3_main #std3_ajax-result-container .std3_result-row .std3_panelBody-tripOverview {
  padding: 0 !important;
}

#std3_main .std3_print-window {
  display: block !important;
}

@media screen and (min-width: 992px) {
  #std3_main .std3_col-md-auto {
    width: 50% !important;
  }

  #std3_main .std3_col-md-auto + .std3_col-md-auto + .std3_col-md-auto {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #std3_main .std3_nav.std3_navbar-nav a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
    margin-top: -2px;
  }

  #std3_main .std3_navbar {
    height: 35px;
    min-height: 35px;
  }
}
header {
  height: 110px;
  background: #004f9f;
  width: 100%;
}
@media only screen and (max-width: 1277px) {
  header {
    height: 54px;
  }
}
@media only screen and (max-width: 1280px) {
  header .mmenu input[type=checkbox]:checked ~ nav {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    display: block;
  }
}
header .tx-contentpackage-header-topmenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 50px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  header .tx-contentpackage-header-topmenu {
    display: none;
  }
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-logo {
  margin-top: 6px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-logo {
    display: none;
  }
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu {
  margin-top: 10px;
  position: relative;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: -30px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #4c85d4;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache ul li + li {
  margin-left: 20px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache ul li a {
  color: #4c85d4;
  font-size: 14px;
  line-height: 17.5px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenu-sprache ul li a:hover {
  color: white;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown {
  height: 5%;
  color: white;
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown ul li {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown ul li a, header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown ul li span {
  padding-left: 30px;
  padding-right: 80px;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown .tx-contentpackage-header-topmenue-dropdown-content {
  color: white;
  display: none;
  position: absolute;
  background-color: #003070;
  padding: 20px 0 20px 0px;
  z-index: 1;
  top: 37px;
  left: -20px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown .tx-contentpackage-header-topmenue-dropdown-content a:hover {
  background-color: white;
  color: #004f9f;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown .tx-contentpackage-header-topmenue-dropdown-content li.active a {
  background-color: #ffcc00;
  color: #004f9f;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown .tx-contentpackage-header-topmenue-dropdown-content div {
  display: inline;
  color: #ffcc00;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  padding-left: 10px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown:hover .tx-contentpackage-header-topmenue-dropdown-content {
  display: block;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown a, header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown span {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: white;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown > a {
  padding-bottom: 12px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown > span {
  padding-bottom: 12px;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown:hover > a {
  border-bottom: 6px solid transparent;
  border-color: white;
  position: relative;
  z-index: 2;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown:hover > span {
  border-bottom: 6px solid transparent;
  border-color: white;
  position: relative;
  z-index: 2;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown.active > a {
  border-bottom: 6px solid transparent;
  border-color: white;
  position: relative;
  z-index: 2;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown.active > span {
  border-bottom: 6px solid transparent;
  border-color: #ffcc00;
  position: relative;
  z-index: 2;
}
header .tx-contentpackage-header-topmenu .tx-contentpackage-header-topmenu-hauptmenu .tx-contentpackage-header-topmenue-dropdown:last-child .tx-contentpackage-header-topmenue-dropdown-content {
  left: auto;
  right: -20px;
}

.tx-contentpackage-mmenu {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tx-contentpackage-mmenu {
    display: block;
  }
}
.tx-contentpackage-mmenu input[type=checkbox] {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tx-contentpackage-mmenu input[type=checkbox] + label {
  display: block;
}
.tx-contentpackage-mmenu img {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tx-contentpackage-mmenu img {
    display: block;
  }
}
.tx-contentpackage-mmenu .tx-contentpackage-mmenu-header {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tx-contentpackage-mmenu .tx-contentpackage-mmenu-header {
    background: #004f9f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 20px 10px 20px;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-menu {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 6px;
  margin-top: 6px;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-menu div {
  transition: 0.4s;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil {
  width: 100%;
  z-index: 500;
  background-color: #004f9f;
  color: white;
  position: absolute;
  left: 0;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil .menue-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  background-color: #ffcc00;
  width: 100%;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li {
  width: 100%;
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li a {
  display: inline-block;
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li.hassub {
  background-image: url(/typo3conf/ext/contentpackage/Resources/Public/dist/img/icon-pfeilWeiter.png);
  background-position: right;
  background-repeat: no-repeat;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li.hassub ul {
  background-color: #003070;
  height: 100vh;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li.hassub ul li {
  width: 100%;
  padding: 0;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil ul li ul li.zurueck {
  width: 100%;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  padding: 15px 30px 15px 30px;
  cursor: pointer;
  background-color: #004f9f;
  border-top: 1px #003070 solid;
}
@media only screen and (max-width: 1024px) {
  .tx-contentpackage-mmenu .tx-contentpackage-header-topmenu-hauptmenu-mobil li.menu12 {
    display: none;
  }
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #004f9f;
  margin-top: 50px;
  padding-top: 15px;
  z-index: 1000;
  display: none;
  padding-right: 17px;
}
nav .tx-contentpackage-header-topmenu-sprache ul {
  list-style: none;
  padding-left: 20px;
}
nav .tx-contentpackage-header-topmenu-sprache ul li {
  color: #4c85d4;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
nav .tx-contentpackage-header-topmenu-sprache ul li:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 15px;
}
nav .tx-contentpackage-header-topmenu-sprache ul a {
  color: #4c85d4;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
@media only screen and (max-width: 1280px) {
  nav .tx-contentpackage-header-topmenu-sprache ul {
    margin: 0;
  }
  nav .tx-contentpackage-header-topmenu-sprache ul li .languagePicker {
    padding: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .tx-contentpackage-header-topmenu-menu {
    margin: 6px 0 0 0;
  }
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox] {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox] + label {
  width: 31px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: none;
  float: right;
  z-index: 150;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox] + label span {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: white;
  transition: 0.5s;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox] + label span:first-of-type {
  top: 2px;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox] + label span:last-of-type {
  top: 20px;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox]:checked + label span {
  opacity: 0;
  top: 50%;
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox]:checked + label span:first-of-type {
  opacity: 1;
  -ms-transform: rotate(405deg);
      transform: rotate(405deg);
}
.tx-contentpackage-header-topmenu-menu input[type=checkbox]:checked + label span:last-of-type {
  opacity: 1;
  -ms-transform: rotate(-405deg);
      transform: rotate(-405deg);
}
@media only screen and (max-width: 1280px) {
  .tx-contentpackage-header-topmenu-menu input[type=checkbox] + label {
    display: block;
  }
  .tx-contentpackage-header-topmenu-menu input[type=checkbox]:checked ~ nav {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    display: block;
  }
}

.tx-contentpackage-s {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tx-contentpackage-s {
    display: block;
  }
  .tx-contentpackage-s > div .titel {
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    color: black;
    font-weight: bold;
  }
  .tx-contentpackage-s > div .telnr {
    font-size: 30px;
    line-height: 37.5px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    color: black;
    font-weight: bold;
  }
}

.footertop {
  background-color: #ccd4da;
  height: 220px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footertop {
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.footertop-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .footertop-content .tx-contentpackage-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    widows: 100%;
  }
  .footertop-content .tx-contentpackage-row .tx-contentpackage-xl-4:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footertop-content {
    display: block;
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 15px;
  }
  .footertop-content .tx-contentpackage-row {
    display: block;
  }
  .footertop-content .tx-contentpackage-m-12 {
    padding: 25px 15px;
    border-bottom: 1px solid white;
  }
  .footertop-content .tx-contentpackage-s-12:nth-of-type(3) {
    display: none;
  }
}

.footertop--footertop-content--footerlogo {
  margin-top: 35px;
}

.footertop-content-kontakt .footertop-content-kontakt-items {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  white-space: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.footertop-content-kontakt .footertop-content-kontakt-items a {
  text-align: center;
  display: inline-block;
  min-width: 95px;
  color: #4b5256;
}
.footertop-content-kontakt .footertop-content-kontakt-items a span {
  margin: 10px 0 0 0;
  display: block;
}
@media only screen and (max-width: 380px) {
  .footertop-content-kontakt .footertop-content-kontakt-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footertop-content-kontakt .footertop-content-kontakt-items a {
    margin-right: 0;
  }
  .footertop-content-kontakt .footertop-content-kontakt-items a:first-of-type {
    margin-left: -20px;
  }
}
.footertop-content-kontakt-social {
  text-align: center;
}
.footertop-content-kontakt-social .footertop-content--social {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 576px) {
  .footertop-content-kontakt-social .footertop-content--social {
    gap: 20px;
  }
}
.footertop-content-kontakt-social .footertop-content--social li {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
.footertop-content-kontakt-social .footertop-content--social li img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 576px) {
  .footertop-content-kontakt-social .footertop-content--social li img {
    width: 40px;
    height: 40px;
  }
}

.tx-contentpackage-servicetel {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #ffcc00;
  border-radius: 60px;
  padding: 0 34px;
  -ms-flex-align: center;
      align-items: center;
  width: 340px;
  height: 100px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-servicetel {
    display: none;
  }
}
.tx-contentpackage-servicetel > div:first-child {
  margin-right: 22px;
}
.tx-contentpackage-servicetel > div .titel {
  font-size: 17px;
  line-height: 21.25px;
  font-size: 1.0625rem;
  line-height: 1.328125rem;
  color: black;
  font-weight: bold;
}
.tx-contentpackage-servicetel > div .telnr {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: black;
  font-weight: bold;
}
.tx-contentpackage-servicetel > div .buerozeit {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  color: black;
  font-weight: bold;
}

.tx-contentpackage-servicetel-s {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #ffcc00;
  border-radius: 60px;
  padding: 15px 34px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 20px auto;
  width: 340px;
  max-width: 100%;
  position: relative;
}
.tx-contentpackage-servicetel-s > div:first-child {
  margin-right: 22px;
}
.tx-contentpackage-servicetel-s > div .titel {
  font-size: 17px;
  line-height: 21.25px;
  font-size: 1.0625rem;
  line-height: 1.328125rem;
  color: black;
  font-weight: bold;
}
.tx-contentpackage-servicetel-s > div .telnr {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 330px) {
  .tx-contentpackage-servicetel-s > div .telnr {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.tx-contentpackage-servicetel-s > div .buerozeit {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  color: black;
  font-weight: bold;
}

.footerbottom {
  background-color: #ccd4da;
  min-height: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footerbottom {
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.footerbottom ul {
  list-style: none;
  text-align: left;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.footerbottom ul:last-child li {
  font-weight: bold;
}
.footerbottom li {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 15px;
  color: #788187;
  cursor: pointer;
}
.footerbottom li a {
  color: #4b5256;
}

.footerbottom-content {
  border-top: 1px solid white;
  padding-top: 25px;
}
.footerbottom-content .tx-contentpackage-footermenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1090px;
}
.footerbottom-content .tx-contentpackage-footermenu ul {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .footerbottom-content {
    padding-top: 6px;
    border-top: none;
  }
  .footerbottom-content .tx-contentpackage-footermenu {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 15px;
  }
}

#pxa-cookie-bar .cookie-warning {
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 640px) {
  #pxa-cookie-bar .cookie-warning .cookie-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

#pxa-cookie-bar .cookie-warning p {
  color: white;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #pxa-cookie-bar .cookie-warning p {
    font-size: 14px;
  }
}

#pxa-cookie-bar .cookie-warning a {
  background-color: #004f9f;
  color: white;
  border-radius: 10px;
  height: 44px;
  max-width: 280px;
  border: none;
  padding: 12px 33px 8px 33px;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #pxa-cookie-bar .cookie-warning a {
    font-size: 15px;
    height: none;
  }
}

#pxa-cookie-bar .cookie-warning .btn-close {
  background-color: #004f9f;
  color: white;
  border-radius: 10px;
  height: 44px;
  max-width: 280px;
  border: none;
  padding: 12px 33px 8px 33px;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #pxa-cookie-bar .cookie-warning .btn-close {
    font-size: 15px;
    height: none;
  }
}

.servicetel-a-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tx-contentpackage-stickySideMenue {
  height: 212px;
  width: 70px;
  max-width: 100%;
  top: 45%;
  right: 0;
  background-color: #ffcc00;
  position: fixed;
  z-index: 3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-transform: width 0.4s ease-in-out;
      transform: width 0.4s ease-in-out;
}
.tx-contentpackage-stickySideMenue.fullwidth {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-stickySideMenue {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tx-contentpackage-stickySideMenue {
    display: none;
  }
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search {
  width: 0;
  height: 200px;
  margin-right: 0px;
  overflow: hidden;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: auto;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search .tx-contentpackage-stickySideMenue-search-content {
  background-color: white;
  width: 0px;
  overflow: hidden;
  height: 182px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  -ms-transform: width 0.3s ease-in-out;
      transform: width 0.3s ease-in-out;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search .tx-contentpackage-stickySideMenue-search-content .tx-contentpackage-stickySideMenue-search-content-closeBTN {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 18px;
  transition: top 0.1s ease-in-out;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search.stickysearch {
  display: -ms-flexbox;
  display: flex;
  width: 644px;
  margin-right: -15px;
  overflow: visible;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search.stickysearch .tx-contentpackage-stickySideMenue-search-content {
  width: 614px;
  overflow: visible;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-search.stickysearch .tx-contentpackage-stickySideMenue-search-content-closeBTN {
  top: -22px;
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 200px;
  width: 70px;
  min-width: 70px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-btns {
    padding: 10px 0;
  }
  .tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-btns a {
    margin: 15px 0;
  }
}
.tx-contentpackage-stickySideMenue .tx-contentpackage-stickySideMenue-btns img {
  cursor: pointer;
}

main {
  min-height: 43.2vh;
}
main a {
  color: #004f9f;
}
main .tx-contentpackage-content-text a {
  color: #004f9f;
  text-decoration: underline;
}
main .tx-contentpackage-content-text a:hover {
  text-decoration: none;
}
main .tx-contentpackage-content-text h1 a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
main .tx-contentpackage-content-text h2 a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
main .tx-contentpackage-content-text h3 {
  font-size: 18px;
  font-weight: 400;
}
main .tx-contentpackage-content-text h3 a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
main .tx-contentpackage-content-text strong,
main .tx-contentpackage-content-text b {
  font-size: inherit;
}
main .tx-contentpackage-content-text p {
  overflow-x: hidden;
}
main .tx-contentpackage-content-text p img {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  main .tx-contentpackage-content-text p img {
    width: 100%;
    height: auto;
  }
}
main .tx-contentpackage-content-text p a img {
  margin-right: 15px;
}

nav.mobilesearch {
  display: none !important;
}

.tx-contentpackage-stickyMenue {
  height: 50px;
  width: 100%;
  background-color: #ffcc00;
  display: -ms-flexbox;
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-stickyMenue {
    display: block;
    z-index: 9;
  }
}
.tx-contentpackage-stickyMenue .tx-contentpackage-stickyMenue-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.tx-contentpackage-stickyMenue .tx-contentpackage-stickyMenue-btns a {
  margin-bottom: 15px;
}

.tx-contentpackage-mmenue-search {
  display: none;
}
.tx-contentpackage-mmenue-search.mobilesearch {
  top: 45%;
  display: block;
  width: 100%;
  height: 200px;
  position: fixed;
  z-index: 5;
  background: #ffcc00;
  padding: 15px;
}
.tx-contentpackage-mmenue-search.mobilesearch .tx-contentpackage-mmenue-search-btn {
  position: absolute;
  top: -60px;
  cursor: pointer;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.tx-contentpackage-mmenue-search.mobilesearch .tx-contentpackage-mmenue-search-content {
  background-color: white;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tx-contentpackage-mmenue-search.mobilesearch .tx-contentpackage-mmenue-search-content form {
  padding: 25px 10px 0 10px !important;
}
.tx-contentpackage-mmenue-search.mobilesearch .tx-contentpackage-mmenue-search-content form label {
  margin: 0 0 25px 0 !important;
}

header {
  z-index: 105 !important;
}

@media only screen and (max-width: 640px) {
  .ce-gallery img {
    max-width: 100%;
    height: auto;
  }
}
.tx-contentpackage-fullimage {
  height: 400px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-size: cover;
}
.tx-contentpackage-fullimage .tx-contentpackage-teaser-theme {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}
.tx-contentpackage-fullimage .tx-contentpackage-teaser-theme span {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-style: italic;
}
.tx-contentpackage-fullimage .tx-contentpackage-headline,
.tx-contentpackage-fullimage .tx-contentpackage-headline p {
  font-size: 39px;
  line-height: 48.75px;
  font-size: 2.4375rem;
  line-height: 3.046875rem;
  font-family: "FiraSansCondensed", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-fullimage .tx-contentpackage-headline,
.tx-contentpackage-fullimage .tx-contentpackage-headline p {
    margin: 15px 0;
  }
}
.tx-contentpackage-fullimage .tx-contentpackage-text {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-fullimage .tx-contentpackage-text p {
    margin: 16px;
    text-align: center;
  }
}
.tx-contentpackage-fullimage .tx-contentpackage-btnWhite {
  background-color: white;
  color: black;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 40px;
  margin-top: 70px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-fullimage .tx-contentpackage-btnWhite.teaser-btn {
  width: 200px;
  height: 60px;
}
.tx-contentpackage-fullimage .tx-contentpackage-btnWhite a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-fullimage .tx-contentpackage-btnWhite {
    margin-top: 15px;
  }
}
.tx-contentpackage-fullimage .tx-contentpackage-btnWhite p {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.tx-contentpackage-contentWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.tx-contentpackage-contentWrap .tx-contentpackage-content-ancor {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
}
.tx-contentpackage-contentWrap .tx-contentpackage-content-text {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
}
.tx-contentpackage-contentWrap .tx-contentpackage-content-text p {
  line-height: 24px;
}
.tx-contentpackage-contentWrap .tx-contentpackage-content-text h1 {
  padding-bottom: 15px;
}

.tx-contentpackage-content-ancor {
  margin: 80px 0 0 40px;
  transition: all ease 0.2s;
}
.tx-contentpackage-content-ancor.fixed {
  position: fixed;
  top: -34px;
}

.anchor-menu, .anchor-menu-ticket, .anchor-menu-news {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  max-width: 295px;
}
@media only screen and (max-width: 960px) {
  .anchor-menu, .anchor-menu-ticket, .anchor-menu-news {
    max-width: 200px;
  }
}
.anchor-menu li, .anchor-menu-ticket li, .anchor-menu-news li {
  margin: 10px 0;
}
.anchor-menu li > a, .anchor-menu-ticket li > a, .anchor-menu-news li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  color: #004f9f;
}
.anchor-menu li > a p, .anchor-menu-ticket li > a p, .anchor-menu-news li > a p {
  font-family: "FiraSansCondensed", sans-serif;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  color: #004f9f;
}
.anchor-menu li > a:before, .anchor-menu-ticket li > a:before, .anchor-menu-news li > a:before {
  content: " ";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #004f9f;
  border-radius: 100px;
  left: 0;
  top: 3px;
}
.anchor-menu li > a.active:before, .anchor-menu-ticket li > a.active:before, .anchor-menu-news li > a.active:before {
  background-color: #004f9f;
}

.tx-contentpackage-headerWrap {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.tx-contentpackage-headerWrap img {
  width: 100%;
  height: auto;
}
.tx-contentpackage-headerWrap .tx-contentpackage-header {
  width: 100%;
}
.tx-contentpackage-headerWrap .tx-contentpackage-header img {
  width: 100%;
  height: auto;
}

.tx-sy-rnn .tabs-area {
  width: calc(100% - 46px);
  max-width: 1064px;
  margin: 0 25px 0 21px;
}
@media only screen and (max-width: 768px) {
  .tx-sy-rnn .tabs-area {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area > div {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.tx-sy-rnn .tabs-area ul.tabs {
  padding: 3px 3px 0 3px;
  margin: 0 0 0 -3px;
  overflow: hidden;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area ul.tabs {
    display: -ms-flexbox;
    display: flex;
  }
  .tx-sy-rnn .tabs-area ul.tabs li:first-child {
    border-top-left-radius: 10px;
  }
  .tx-sy-rnn .tabs-area ul.tabs li:last-child {
    border-top-right-radius: 10px;
  }
}
.tx-sy-rnn .tabs-area ul.tabs li {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid white;
  background: #ededee;
  color: #a0aaaf;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area ul.tabs li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
.tx-sy-rnn .tabs-area ul.tabs li a {
  height: 60px;
  line-height: 60px;
  padding: 0 10px 0 20px;
  outline: none;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area ul.tabs li a {
    padding: 0;
  }
  .tx-sy-rnn .tabs-area ul.tabs li a span:first-child {
    display: none;
  }
}
.tx-sy-rnn .tabs-area ul.tabs li.selected {
  z-index: 10;
  margin: 0;
  padding-bottom: 0;
  border-bottom: 1px solid white;
  background: white;
  box-shadow: 1px 1px 8px grey;
  margin-right: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tx-sy-rnn .tabs-area ul.tabs li.selected {
    margin-bottom: -25px;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area ul.tabs li.selected {
    width: 80%;
  }
}
.tx-sy-rnn .tabs-area ul.tabs li.selected a {
  color: #788187;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn .tabs-area ul.tabs li.selected a {
    box-shadow: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .tx-sy-rnn .tabs-area ul.tabs li.selected a span:first-child {
    display: block;
    font-size: 21px;
    line-height: 26.25px;
    font-size: 1.3125rem;
    line-height: 1.640625rem;
  }
}
.tx-sy-rnn .tabs-area .tab-content {
  display: none;
  background-color: #ffffff;
  height: auto;
  border-top-right-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.tx-sy-rnn .tabs-area .tab-content.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 1px 1px 8px grey;
}
@media only screen and (max-width: 480px) {
  .tx-sy-rnn .tabs-area .tab-content.active {
    padding: 30px 0;
  }
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li a span:nth-child(2) {
  display: inline-block;
  width: 40px;
  height: 22px;
  background: url(../img/fahrplanauskunft-icon.png) center center no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn ul.tabs-fahrplanauskunft li a span:nth-child(2) {
    vertical-align: middle;
  }
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.fahrplanauskunft {
  margin-right: 3px;
  margin-bottom: 0;
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.fahrplanauskunft a span:nth-child(2) {
  background-image: url(../img/fahrplanauskunft-icon.png);
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.fahrplanauskunft.ui-tabs-active a span:nth-child(2), .tx-sy-rnn ul.tabs-fahrplanauskunft li.fahrplanauskunft.selected a span:nth-child(2) {
  background-image: url(../img/fahrplanauskunft-aktiv-icon.png);
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.verkehrshinweise {
  margin-bottom: 0;
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.verkehrshinweise a span:nth-child(2) {
  background-image: url(../img/verkehrshinweis-icon.png);
}
.tx-sy-rnn ul.tabs-fahrplanauskunft li.verkehrshinweise.ui-tabs-active a span:nth-child(2), .tx-sy-rnn ul.tabs-fahrplanauskunft li.verkehrshinweise.selected a span:nth-child(2) {
  background-image: url(../img/verkehrshinweis-aktiv-icon.png);
}

.blockOut {
  background: #ffffff;
  height: 15px;
  position: absolute;
  top: 56px;
  display: none;
}
@media only screen and (max-width: 640px) {
  .blockOut {
    top: 49px;
    left: 0 !important;
    right: 0;
    width: 100% !important;
  }
}

.blockOut.active {
  display: none;
}

#close_tab-content {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
}

.tab_planchanges {
  padding-bottom: 0;
  margin-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .tab_planchanges {
    margin-top: 20px !important;
  }
}
.tab_planchanges #close_tab-content {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
}
.tab_planchanges .synews_pagination {
  display: none;
}

.fahrtenanzeigen {
  font-size: px !important;
}

.tx-sy-rnn a span {
  font-size: 18px !important;
}

.tx-sy-rnn {
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1082px) {
  .tx-sy-rnn {
    width: calc(100% - 10px);
  }
}
.tx-sy-rnn .tabs li span {
  color: #a0aaaf;
}
.tx-sy-rnn .tabs li.active span {
  color: #4b5256;
}
.tx-sy-rnn #tab-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tx-sy-rnn #tab-1 form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn #tab-1 form {
    width: 100%;
  }
}
.tx-sy-rnn #tab-1 .formrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: unset;
      align-content: unset;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-rnn #tab-1 .formrow #switch_btn2 {
  display: none;
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn #tab-1 .formrow #switch_btn2 {
    display: block;
    position: absolute;
    left: calc(425px + 40px + 10px);
    left: auto;
    right: 0;
    margin-right: 0;
    top: 50%;
    -ms-transform: rotate(90deg) translateX(-6px);
        transform: rotate(90deg) translateX(-6px);
  }
}
@media only screen and (max-width: 560px) {
  .tx-sy-rnn #tab-1 .formrow #switch_btn2 {
    left: auto;
    right: 18px;
  }
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn #tab-1 .formrow {
    display: block;
    position: relative;
  }
  .tx-sy-rnn #tab-1 .formrow > div {
    margin-left: 20px;
  }
  .tx-sy-rnn #tab-1 .formrow:nth-of-type(1) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.tx-sy-rnn #tab-1 .formrow:nth-of-type(1) label {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
}
.tx-sy-rnn #tab-1 .formrow:nth-of-type(2) img {
  margin: 0 13px;
}
.tx-sy-rnn #tab-1 .formrow:nth-of-type(2) img:nth-of-type(3) {
  margin-right: 70px;
}
.tx-sy-rnn #tab-1 .formrow:nth-of-type(2) img:nth-of-type(1) {
  margin-right: 5px;
}
.tx-sy-rnn #tab-1 .formrow:nth-of-type(2) label {
  margin-left: -10px;
}
.tx-sy-rnn #tab-1 .formrow .formrow-content-mobile {
  display: none;
}
.tx-sy-rnn #tab-1 .formrow label {
  padding-top: 6px;
}
.tx-sy-rnn #tab-1 .formrow div:nth-of-type(1) {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn #tab-1 .formrow:nth-of-type(2) {
    display: none;
  }
  .tx-sy-rnn #tab-1 .formrow div:nth-of-type(1) {
    display: block;
  }
  .tx-sy-rnn #tab-1 .formrow div:nth-of-type(2) {
    margin-top: 15px;
  }
}
.tx-sy-rnn #tab-1 .wechsel {
  background: url(../img/wechsel.png) 0 0 no-repeat;
  display: inline-block;
  margin: 0 30px 0 30px;
  width: 22px;
  height: 17px;
}
.tx-sy-rnn #tab-1 .wechsel:hover {
  background: url(../img/wechsel_blau.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn #tab-1 .wechsel {
    display: none;
  }
}
.tx-sy-rnn #tab-1 #switch_btn1 {
  vertical-align: middle;
  margin-top: 5px;
}
.tx-sy-rnn #tab-2 form {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  width: 95.8%;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn #tab-2 form {
    padding: 30px 0 30px 10px;
  }
}
.tx-sy-rnn #tab-2 .formrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: unset;
      align-content: unset;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-rnn #tab-2 .formrow .linebreak {
  display: none;
}
.tx-sy-rnn #tab-2 .formrow:nth-of-type(1) label {
  margin-right: 18px;
}
.tx-sy-rnn #tab-2 .formrow:nth-of-type(2) img {
  margin: 0 11px;
}
.tx-sy-rnn #tab-2 .formrow:nth-of-type(2) img:nth-of-type(3) {
  margin-right: 70px;
}
@media only screen and (max-width: 652px) {
  .tx-sy-rnn #tab-2 .formrow:nth-of-type(2) img:nth-of-type(3) {
    margin-right: 0;
  }
}
.tx-sy-rnn #tab-2 .formrow:nth-of-type(2) img:nth-of-type(1) {
  margin-right: 5px;
}
.tx-sy-rnn #tab-2 .formrow:nth-of-type(2) label {
  margin-left: -10px;
}
.tx-sy-rnn #tab-2 .formrow.secondRow {
  display: none;
}
@media only screen and (max-width: 430px) {
  .tx-sy-rnn #tab-2 .formrow.secondRow input#datum2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 855px) {
  .tx-sy-rnn #tab-2 .formrow.secondRow {
    padding-top: 24px;
  }
  .tx-sy-rnn #tab-2 .formrow input[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 652px) {
  .tx-sy-rnn #tab-2 .formrow .linebreak {
    display: block;
  }
}
.tx-sy-rnn #tab-3 {
  max-width: 82, 2%;
}
.tx-sy-rnn #tab-3 .tab_planchanges {
  margin-top: 30px;
}
.tx-sy-rnn #tab-3 .news-list-view {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1025px) {
  .tx-sy-rnn #tab-3 .tab_planchanges-text {
    padding: 0 20px;
  }
  .tx-sy-rnn #tab-3 .close_tab-content {
    right: -1%;
  }
  .tx-sy-rnn #tab-3 .close_tab-content img {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .tx-sy-rnn #tab-3 {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.tx-sy-rnn #tab-3 .tab_planchanges {
  display: -ms-flexbox;
  display: flex;
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text {
  width: 74%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
@media only screen and (max-width: 1024px) {
  .tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text {
    padding: 0;
  }
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text div span {
  color: #004f9f;
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text .tx-contentpackage-pic {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  text-align: center;
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text .tx-contentpackage-headline {
  margin-bottom: 5px;
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-btn {
  height: 100%;
  padding-top: 3%;
}
.tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-btn a div {
  color: white !important;
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .tx-sy-rnn #tab-3 .tab_planchanges {
    display: block;
  }
  .tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-text {
    width: 100%;
  }
  .tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-btn {
    height: auto;
    padding-top: 0;
  }
  .tx-sy-rnn #tab-3 .tab_planchanges .tab_planchanges-btn a div {
    margin: 0 0 20px 20px;
    text-align: center;
  }
}
.tx-sy-rnn .nextDate-auskunft,
.tx-sy-rnn .nextDate-abfahrtstafel,
.tx-sy-rnn .prevDate-auskunft,
.tx-sy-rnn .prevDate-abfahrtstafel,
.tx-sy-rnn .showCal-auskunft,
.tx-sy-rnn .showCal-abfahrtstafel,
.tx-sy-rnn .nextTime-auskunft,
.tx-sy-rnn .prevTime-auskunft,
.tx-sy-rnn .nextTime-abfahrtstafel,
.tx-sy-rnn .prevTime-abfahrtstafel {
  cursor: pointer;
}

.tx-sy-rnn .labelAndInput {
  width: 100%;
  white-space: nowrap;
}
.tx-sy-rnn input[type=text] {
  color: #004f9f;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  border: none;
  border-bottom: 1px solid #dfe3e4;
  height: 30px;
  max-width: 400px;
  width: 80%;
  line-height: 30px;
  text-indent: 10px;
}
.tx-sy-rnn input[name=name_origin],
.tx-sy-rnn input[name=name_destination] {
  width: 400px;
  font-weight: normal;
  color: #004f9f;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tx-sy-rnn input[name=name_origin],
.tx-sy-rnn input[name=name_destination] {
    color: #b6bbc6;
  }
  .tx-sy-rnn input[name=name_origin].blue,
.tx-sy-rnn input[name=name_destination].blue {
    color: #004f9f;
  }
}
@media only screen and (max-width: 1083px) {
  .tx-sy-rnn input[name=name_origin],
.tx-sy-rnn input[name=name_destination] {
    width: 85%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 565px) {
  .tx-sy-rnn input[name=name_origin],
.tx-sy-rnn input[name=name_destination] {
    max-width: calc(100% - 110px);
  }
}
.tx-sy-rnn input[type=submit] {
  border: none;
  background-color: #a0aaaf;
  color: white;
  border-radius: 10px;
  height: 50px;
  padding: 0px 30px;
  cursor: pointer;
  transition: all 0.1 ease-in-out;
  margin-left: 16px;
  pointer-events: none;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  line-height: 24px;
}
.tx-sy-rnn input[type=submit].active {
  background-color: #004f9f;
  pointer-events: all;
}
@media only screen and (max-width: 1052px) {
  .tx-sy-rnn input[type=submit] {
    margin-left: 20px;
  }
}
.tx-sy-rnn input[type=radio] {
  position: fixed;
  top: -9999px;
  left: -9999px;
  height: 0;
  width: 0;
}
.tx-sy-rnn input[name=itdTime],
.tx-sy-rnn input[name=datum] {
  color: #004f9f;
  text-align: center;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  text-indent: 0;
}
.tx-sy-rnn input[name=name_dm] {
  width: 432px;
}
.tx-sy-rnn input[id=datum],
.tx-sy-rnn input[id=datum2] {
  width: 188px;
  margin: 0 20px;
}
@media only screen and (max-width: 360px) {
  .tx-sy-rnn input[id=datum],
.tx-sy-rnn input[id=datum2] {
    width: 43%;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn input[id=datum],
.tx-sy-rnn input[id=datum2] {
    text-align: left;
    padding-left: 10px;
  }
}
.tx-sy-rnn input[id=zeit],
.tx-sy-rnn input[id=zeit2] {
  width: 96px;
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .tx-sy-rnn input[id=zeit],
.tx-sy-rnn input[id=zeit2] {
    text-align: left;
    padding-left: 10px;
  }
}
.tx-sy-rnn label[for=abfahrt] {
  margin-right: 25px;
  margin-top: -16px;
  display: inline-block;
  vertical-align: middle;
}
.tx-sy-rnn label[for=ankunft] {
  margin-top: -16px;
  display: inline-block;
  vertical-align: middle;
}
.tx-sy-rnn label[for=abfahrt],
.tx-sy-rnn label[for=ankunft] {
  background: url(../img/radio.png) 0 0 no-repeat;
  padding-left: 32px;
  line-height: 22px;
  cursor: pointer;
}
.tx-sy-rnn input[type=radio]:checked + label {
  background-image: url(../img/radio_checked.png);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #788187;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #788187;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #788187;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #788187;
}

/* BEGIN Frontend-Layout Fahrplanauskunft */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 7, 2017 */
@font-face {
  font-family: "fahrplanauskunft";
  src: url("../fonts/fahrplanauskunft_arial-webfont.woff2") format("woff2"), url("../fonts/fahrplanauskunft_arial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#mdv_locs {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  /*width: 300px !important;*/
  max-height: 522px !important;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}

#mdv_locs li {
  color: #575757;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}

.mdv_sug-icon {
  font-size: 23px;
}

.loc::before,
.stop::before,
.poi::before,
.address::before,
.street::before,
.singlehouse::before {
  float: left;
  font-size: 23px;
  padding: 8px 10px 0px 10px;
  color: #004696;
}

.loc:hover::before,
.stop:hover::before,
.poi:hover::before,
.address:hover::before,
.street:hover::before,
.singlehouse:hover::before {
  color: #fff;
}

.loc::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 14px;
}

.stop::before {
  font-family: fahrplanauskunft;
  content: "I";
  padding-top: 12px;
  padding-left: 6px;
}

.poi::before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  padding-left: 6px;
  padding-right: 9px;
}

.address::before,
.street::before,
.singlehouse::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 11px;
}

#mdv_locs li:hover {
  color: #fff;
  background-color: #337ab7;
}

.auskunftlinks a {
  text-decoration: none;
  cursor: default;
}

.auskunftlinks .ui-spinner-up,
.auskunftlinks .ui-spinner-down {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: 1px;
}

.auskunftlinks .ui-spinner-up::before,
.auskunftlinks .ui-spinner-down::before {
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 32px;
  color: #004696;
}

.auskunftlinks .ui-spinner-up {
  right: 1px;
}

.auskunftlinks .ui-spinner-up::before {
  content: "";
  padding-left: 14px;
}

.auskunftlinks .ui-spinner-down {
  left: 1px;
}

.auskunftlinks .ui-spinner-down::before {
  content: "";
  padding-left: 10px;
}

.secondRow {
  display: none;
  padding-top: 30px;
}
@media only screen and (max-width: 1052px) {
  .secondRow {
    padding: 15px 0;
  }
}
.secondRow .secondRow-mobile-one {
  display: inline-block;
  margin-top: 9px;
  vertical-align: middle;
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-one {
    display: block;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    float: left;
  }
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-one img {
    margin: 5px;
  }
}
.secondRow .secondRow-mobile-one img:nth-child(1) {
  height: 22px;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-one img:nth-child(1) {
    margin-left: 0;
  }
}
.secondRow .secondRow-mobile-one img:nth-child(3) {
  height: 22px;
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom: 0;
}
.secondRow .secondRow-mobile-one img:nth-child(4) {
  height: 22px;
  margin-left: 11px;
  margin-right: 125px;
  margin-bottom: 0;
}
.secondRow .secondRow-mobile-two {
  display: inline-block;
  margin-top: 9px;
  vertical-align: middle;
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-two {
    display: block;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    float: left;
    margin: 9px 0 15px 0;
  }
}
@media only screen and (max-width: 864px) {
  .secondRow .secondRow-mobile-two {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 390px) {
  .secondRow .secondRow-mobile-two {
    width: 100%;
    text-align: left;
  }
  .secondRow .secondRow-mobile-two > div {
    display: block !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-two img {
    margin: 5px;
  }
}
.secondRow .secondRow-mobile-two img:nth-child(1) {
  height: 22px;
  margin-right: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1052px) {
  .secondRow .secondRow-mobile-two img:nth-child(1) {
    margin-left: 0px;
  }
}
.secondRow .secondRow-mobile-two img:nth-child(3) {
  height: 22px;
  margin-left: 5px;
  margin-right: 23px;
  margin-bottom: 0;
}

/* ENDE Frontend-Layout Fahrplanauskunft */
.tabs-area .tabs li {
  float: left;
  list-style: none;
  margin: 0;
  height: 4em;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #FFF;
}

.tx-sy-rnn .tabs-area ul.tabs li.selected {
  z-index: 3;
}

.tabs-area .tabs a {
  padding-top: 7px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  height: 3em;
  line-height: 2em;
  border-radius: 8px 8px 0 0;
  background: #EEE;
  border: 0;
  text-decoration: none;
  behavior: url(/pie/PIE.htc);
}

.tabs-area .tabs .selected a {
  background: #FFF;
}
.tabs-area .tabs .selected a span {
  color: #004f9f;
}

.tabs-area .tabs a:hover {
  background: #FFF;
}

.tabs-area .content {
  display: none;
  clear: left;
  position: relative;
  z-index: 2;
  padding: 2em 1em;
  border: 0;
  background: #FFF;
  border-radius: 0 3px 3px 3px;
  box-shadow: #CCC 0 0 0.25em;
}
.tabs-area .content.active {
  display: block;
}

.tx-sy-tickets {
  /******************* *grey header area ***************/
  /******************* ticket overview ***************/
  /******************* ticket details view ***************/
  /* Ticket-Infos */
  /*Preistabelle & Kaufmöglichkeiten*/
  /*Preistabelle & Kaufmöglichkeiten für Jahresfahrkarten*/
  /* weitere Fahrscheine */
}
.tx-sy-tickets .center-text {
  text-align: center;
}
.tx-sy-tickets .tx-contentpackage-gridWrap > h1 {
  color: #004f9f;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.5625rem;
  line-height: 1.953125rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: normal;
}
.tx-sy-tickets .tx-contentpackage-gridWrap > h1 span {
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  margin-left: 30px;
}
.tx-sy-tickets .tx-contentpackage-gridWrap > h1 span.active {
  text-decoration: underline;
}
.tx-sy-tickets .tx-contentpackage-gridWrap > p {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}
.tx-sy-tickets .tx-contentpackage-headergrey {
  padding: 20px 15px;
}
.tx-sy-tickets .tx-contentpackage-headergrey-content {
  padding: 20px 20px 60px 20px;
  background-color: white;
  border-radius: 10px;
  max-width: 940px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .tx-sy-tickets .tx-contentpackage-headergrey-content {
    padding-bottom: 30px;
  }
}
.tx-sy-tickets .tx-contentpackage-headergrey-content-headline {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}
.tx-sy-tickets .tx-contentpackage-headergrey-content-headline > span {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}
@media only screen and (max-width: 768px) {
  .tx-sy-tickets .tx-contentpackage-headergrey-content-headline {
    margin-bottom: 20px;
  }
}
.tx-sy-tickets .tx-contentpackage-headergrey-content-text .filterquestion {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .tx-sy-tickets .tx-contentpackage-headergrey-content-text .tx-contentpackage-row .tx-contentpackage-m-12 + .tx-contentpackage-m-12 {
    margin-top: 20px;
  }
}
.tx-sy-tickets .tx-contentpackage-text-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-tickets .tx-contentpackage-text-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-tickets p.red {
  color: red;
  font-weight: 500;
}
.tx-sy-tickets p a.underline {
  text-decoration: underline;
}
.tx-sy-tickets p a.underline.red {
  color: red;
  font-weight: 500;
}
.tx-sy-tickets p a.underline:hover {
  text-decoration: none;
}
.tx-sy-tickets .tx-contentpackage-ticket-legend {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.tx-sy-tickets .tx-contentpackage-ticket-legend > div {
  display: inline-block;
  float: right;
}
.tx-sy-tickets .tx-contentpackage-ticket-legend > div:nth-of-type(2) {
  margin: 0 19px;
}
.tx-sy-tickets .tx-contentpackage-ticket-legend > div img {
  vertical-align: middle;
  margin-right: 9px;
}
.tx-sy-tickets .tx-contentpackage-tickets {
  margin: 15px 0;
  padding: 12px 15px;
  min-height: 70px;
  background-color: #62b22f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
}
.tx-sy-tickets .tx-contentpackage-tickets > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-tickets .tx-contentpackage-tickets2 {
  margin: 15px 0;
  padding: 0 15px;
  height: 75px;
  background-color: #ffcc00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
}
.tx-sy-tickets .tx-contentpackage-tickets2 > div {
  height: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tx-sy-tickets .tx-contentpackage-tickets-text {
  color: white;
}
.tx-sy-tickets .tx-contentpackage-tickets-text span {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}
.tx-sy-tickets .tx-contentpackage-tickets-text span strong {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  font-style: Italic;
}
.tx-sy-tickets .tx-contentpackage-tickets-text span:nth-of-type(2) {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}
.tx-sy-tickets .tx-contentpackage-tickets-text + a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tx-sy-tickets .tx-contentpackage-tickets-info {
  width: 100%;
  border-left: 4px dotted white;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  min-height: 46px;
}
@media only screen and (max-width: 768px) {
  .tx-sy-tickets .tx-contentpackage-tickets-info a:last-child {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .tx-contentpackage-tickets-info a:first-child {
    background: url(../img/icon-pfeilWeiter.png) center center no-repeat;
    margin-left: 25px;
  }
  .tx-sy-tickets .tx-contentpackage-tickets-info a:first-child img {
    opacity: 0;
  }
  .tx-sy-tickets .tx-contentpackage-tickets-info a:nth-of-type(2),
.tx-sy-tickets .tx-contentpackage-tickets-info a:nth-of-type(3) {
    display: none;
  }
}
.tx-sy-tickets .tx-contentpackage-content-ancor {
  margin: 69px 0 0 40px;
  transition: all ease 0.2s;
}
.tx-sy-tickets .tx-contentpackage-content-ancor.fixed {
  position: fixed;
  top: -34px;
}
.tx-sy-tickets .tx-sy-tickets-show {
  margin-top: 5px;
}
.tx-sy-tickets .info-table-header {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  margin-bottom: 35px;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 500;
}
.tx-sy-tickets .info-table-header div,
.tx-sy-tickets .info-table-header span {
  display: block;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}
.tx-sy-tickets .info-table {
  margin-top: 17px;
}
.tx-sy-tickets .info-table .info-table-header {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  margin-bottom: 35px;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 500;
}
.tx-sy-tickets .info-table .info-table-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.tx-sy-tickets .info-table .info-table-row div {
  font-size: 15px;
  line-height: 24px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.tx-sy-tickets .info-table .info-table-row .info-table-left {
  display: inline-block;
  min-width: 320px;
  padding-right: 50px;
  font-weight: 500;
}
.tx-sy-tickets .info-table .info-table-row .info-table-right {
  display: inline-block;
}
.tx-sy-tickets .info-table .info-table-row .info-table-right a {
  font-size: 15px !important;
  text-decoration: underline;
}
.tx-sy-tickets .info-table .info-table-row .info-table-right a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .info-table .info-table-row {
    display: block;
  }
}
.tx-sy-tickets .info-table .info-table-spacer {
  margin: 56px 0;
  border-bottom: 1px solid #efeff1;
}
.tx-sy-tickets .price-buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tx-sy-tickets .price-buy .price-buy-left-header {
  width: calc(48% - 69px);
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy .price-buy-left-header {
    display: none;
  }
}
.tx-sy-tickets .price-buy .price-buy-left-wrap {
  width: calc(48% - 69px);
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy .price-buy-left-wrap {
    width: 100%;
  }
}
.tx-sy-tickets .price-buy .price-buy-left {
  border-top: 2px solid #ffdd55;
  border-bottom: 2px solid #ffdd55;
  margin-right: 69px;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row {
  display: -ms-flexbox;
  display: flex;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row .price-table-left {
  margin-right: 20px;
  border-bottom: 1px solid #eef1f3;
  width: calc(50% - 20px);
  padding: 10px 0;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row .price-table-left .price {
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row .price-table-left .tooltip img {
  vertical-align: middle;
  width: 20px;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row .price-table-right {
  border-bottom: 1px solid #eef1f3;
  width: 50%;
  padding: 10px 0;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row .price-table-right .tooltip img {
  vertical-align: middle;
  width: 20px;
  margin: 2px 0;
}
.tx-sy-tickets .price-buy .price-buy-left .price-table-row:last-of-type .price-table-left,
.tx-sy-tickets .price-buy .price-buy-left .price-table-row:last-of-type .price-table-right {
  border: none;
}
.tx-sy-tickets .price-buy .price-buy-right-header {
  width: 52%;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy .price-buy-right-header {
    display: none;
  }
}
.tx-sy-tickets .price-buy .price-buy-right-wrap {
  width: 52%;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy .price-buy-right-wrap {
    width: 100%;
  }
}
.tx-sy-tickets .price-buy .price-buy-right {
  border-top: 2px solid #ffdd55;
  border-bottom: 2px solid #ffdd55;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row {
  display: -ms-flexbox;
  display: flex;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row .buyoption-table-left {
  margin-right: 20px;
  border-bottom: 1px solid #eef1f3;
  width: calc(85% - 20px);
  padding: 10px 0;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row .buyoption-table-left a {
  font-size: inherit;
  text-decoration: underline;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row .buyoption-table-left a:hover {
  text-decoration: none;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row .buyoption-table-right {
  border-bottom: 1px solid #eef1f3;
  width: 15%;
  padding: 10px 0;
}
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row:last-of-type .buyoption-table-left,
.tx-sy-tickets .price-buy .price-buy-right .buyoption-table-row:last-of-type .buyoption-table-right {
  border: none;
}
@media only screen and (min-width: 981px) {
  .tx-sy-tickets .price-buy .price-buy-left-wrap .info-table-header,
.tx-sy-tickets .price-buy .price-buy-right-wrap .info-table-header {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .tx-sy-tickets .price-buy .price-buy-left-header,
.tx-sy-tickets .price-buy .price-buy-right-header {
    display: none;
  }
  .tx-sy-tickets .price-buy .price-buy-left {
    margin-right: 0;
  }
  .tx-sy-tickets .price-buy .price-buy-left-wrap {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
  .tx-sy-tickets .price-buy .price-buy-left-wrap .info-table-header {
    display: block;
  }
  .tx-sy-tickets .price-buy .price-buy-right-wrap {
    width: 100%;
  }
  .tx-sy-tickets .price-buy .price-buy-right-wrap .info-table-header {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy {
    display: block;
  }
  .tx-sy-tickets .price-buy .price-buy-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .tx-sy-tickets .price-buy .price-buy-right {
    width: 100%;
  }
}
.tx-sy-tickets .price-buy-annual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tx-sy-tickets .price-buy-annual .price-buy-left-header {
  width: 100%;
  max-width: 400px;
}
.tx-sy-tickets .price-buy-annual .price-buy-left-header .info-table-header {
  display: none;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy-annual .price-buy-left-header {
    display: none;
  }
}
.tx-sy-tickets .price-buy-annual .price-buy-left-wrap {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy-annual .price-buy-left-wrap {
    width: 100%;
  }
}
.tx-sy-tickets .price-buy-annual .price-buy-left {
  width: 100%;
  border-top: 2px solid #ffdd55;
  border-bottom: 2px solid #ffdd55;
  margin-right: 69px;
  margin-bottom: 40px;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row {
  display: -ms-flexbox;
  display: flex;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-left {
  margin-right: 20px;
  border-bottom: 1px solid #eef1f3;
  width: calc(33.33% - 20px);
  padding: 10px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-left .price {
  display: inline-block;
  margin-right: 8px;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-left .tooltip img {
  vertical-align: middle;
  width: 20px;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-middle {
  border-bottom: 1px solid #eef1f3;
  width: calc(33.33% - 20px);
  margin-right: 20px;
  padding: 10px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-middle .tooltip img {
  vertical-align: middle;
  width: 20px;
  margin: 2px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-right {
  border-bottom: 1px solid #eef1f3;
  width: 33.33%;
  padding: 10px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row .price-table-right .tooltip img {
  vertical-align: middle;
  width: 20px;
  margin: 2px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row:last-of-type .price-table-left,
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row:last-of-type .price-table-middle,
.tx-sy-tickets .price-buy-annual .price-buy-left .price-table-row:last-of-type .price-table-right {
  border: none;
}
.tx-sy-tickets .price-buy-annual .price-buy-right-header {
  width: 100%;
  max-width: 400px;
}
.tx-sy-tickets .price-buy-annual .price-buy-right-header .info-table-header {
  display: none;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy-annual .price-buy-right-header {
    display: none;
  }
}
.tx-sy-tickets .price-buy-annual .price-buy-right-wrap {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy-annual .price-buy-right-wrap {
    width: 100%;
  }
}
.tx-sy-tickets .price-buy-annual .price-buy-right {
  width: 100%;
  max-width: 400px;
  border-top: 2px solid #ffdd55;
  border-bottom: 2px solid #ffdd55;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row {
  display: -ms-flexbox;
  display: flex;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row .buyoption-table-left {
  margin-right: 20px;
  border-bottom: 1px solid #eef1f3;
  width: calc(85% - 20px);
  padding: 10px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row .buyoption-table-left a {
  font-size: inherit;
  text-decoration: underline;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row .buyoption-table-left a:hover {
  text-decoration: none;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row .buyoption-table-right {
  border-bottom: 1px solid #eef1f3;
  width: 15%;
  padding: 10px 0;
}
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row:last-of-type .buyoption-table-left,
.tx-sy-tickets .price-buy-annual .price-buy-right .buyoption-table-row:last-of-type .buyoption-table-right {
  border: none;
}
@media only screen and (max-width: 768px) {
  .tx-sy-tickets .price-buy-annual .price-buy-left-wrap,
.tx-sy-tickets .price-buy-annual .price-buy-right-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .tx-sy-tickets .price-buy-annual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tx-sy-tickets .price-buy-annual .price-buy-left {
    margin-bottom: 40px;
    max-width: 100%;
    margin-right: 0;
  }
  .tx-sy-tickets .price-buy-annual .price-buy-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .tx-sy-tickets .price-buy-annual {
    display: block;
  }
  .tx-sy-tickets .price-buy-annual .price-buy-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .tx-sy-tickets .price-buy-annual .price-buy-right {
    width: 100%;
  }
}
.tx-sy-tickets .tx-contentpackage-news-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tx-sy-tickets .tx-contentpackage-news-button .tx-contentpackage-btnBlue {
  display: inline-block;
  padding: 12px 33px 10px 33px;
  margin: 20px 0 0px 0;
}
.tx-sy-tickets .tx-contentpackage-variations .header-variations {
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 500;
  margin-top: 64px;
}

.tx-contentpackage-preview-teaserelement {
  margin: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-preview-teaserelement {
    margin: 40px 10px;
  }
}
.tx-contentpackage-preview-teaserelement::before, .tx-contentpackage-preview-teaserelement::after {
  display: none;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  height: auto;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item > div {
  margin: 0;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item > div span p {
  line-height: 24px;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item .headline {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "FiraSansCondensed", sans-serif;
  color: #004f9f;
  min-height: 65px;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item .section {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  color: #788287;
  margin: 10px 0;
}
.tx-contentpackage-preview-teaserelement .tx-contentpackage-preview-teaserelement-item a {
  color: #004f9f;
}
.tx-contentpackage-preview-teaserelement .teaserelement--slider {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .tx-contentpackage-preview-teaserelement .teaserelement--slider {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
.tx-contentpackage-preview-teaserelement .teaserelement--slider .teaserelement--swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tx-contentpackage-preview-teaserelement .teaserelement--slider .teaserelement--swiper-button-prev,
.tx-contentpackage-preview-teaserelement .teaserelement--slider .teaserelement--swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #004f9f;
  font-size: 60px;
}
.tx-contentpackage-preview-teaserelement .teaserelement--slider .teaserelement--swiper-button-prev {
  left: -45px;
  right: auto;
}
.tx-contentpackage-preview-teaserelement .teaserelement--slider .teaserelement--swiper-button-next {
  right: -45px;
  left: auto;
}

#tooltip {
  text-align: left;
  color: #fff;
  background: #004f9f;
  background: -ms-radial-gradient(to bottom, rgba(0, 79, 159, 0.8), #004f9f);
  background: linear-gradient(to bottom, rgba(0, 79, 159, 0.8), #004f9f);
  position: absolute;
  z-index: 100;
  padding: 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #004f9f;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #004f9f;
  top: 0px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/*
.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;

    p {
    	@include font-size(16);
    }
}

.tooltip .left, .tooltip .right, .tooltip .top, .tooltip .bottom {
	@include MQ(S) {
    display: none;
  }
}

.tooltip .left {
    min-width:200px; 
    top:50%;
    right:100%;
    margin-right:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#ffffff;
    background-color: #004f9f;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; 
    opacity:0; 
    transition:opacity 0.8s;
}

.tooltip:hover .left, .tooltip.active .left {
    visibility:visible; opacity:1;
}

.tooltip .left i {
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .left i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color: #004f9f;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.tooltip .right {
    min-width:200px; 
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#ffffff;
    background-color: #004f9f;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip:hover .right, .tooltip.active .right {
    visibility:visible; opacity:1;
}

.tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color: #004f9f;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}


.tooltip .top {
    min-width:200px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#ffffff;
    background-color: #004f9f;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip:hover .top, .tooltip.active .top {
    visibility:visible; opacity:1;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: #004f9f;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}



.tooltip .bottom {
    min-width:200px; 
    top:40px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#ffffff;
    background-color: #004f9f;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip:hover .bottom, .tooltip.active .bottom {
    visibility:visible; opacity:1;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color: #004f9f;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
*/
.selectboxit-container * {
  font-family: "FiraSans", sans-serif;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}

.tx-sy-tickets span.selectboxit-container {
  width: 325px;
  max-width: 100%;
}
.tx-sy-tickets span.selectboxit-container * {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-sy-tickets span.selectboxit-container .selectboxit {
  width: 100% !important;
}
.tx-sy-tickets span.selectboxit-container span.selectboxit-text {
  margin-top: 13px;
  width: 80%;
  text-align: center;
  text-indent: 44px;
}
.tx-sy-tickets span.selectboxit-container .selectboxit-options {
  min-width: 100% !important;
  top: 0px !important;
  border: 1px solid #004f9f;
}

.selectboxit-container .selectboxit {
  border-radius: 10px;
  height: 50px;
}

.selectboxit-btn {
  background-color: #004f9f;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #004f9f;
  border-color: #004f9f;
  border-bottom-color: #004f9f;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #fff;
  background-color: #004f9f;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #004f9f;
}

.selectboxit-list li {
  padding: 0 10px;
  height: 50px;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-image: none;
  background-color: #004f9f;
  border-radius: 50px;
  padding: 13px 0 0px 0;
  height: 50px;
}

.selectboxit-text {
  color: #ffffff;
}

.selectboxit-arrow-container {
  width: 20%;
  text-align: center;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  padding: 8px;
  /* Arrow size */
  box-shadow: 2px -2px 0 0px #fff inset;
  -moz-box-shadow: 3px -3px 1px -1px #fff inset;
  border: solid transparent;
  border-width: 0;
  transition: 0.2s;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.selectboxit-container .selectboxit-options {
  border-radius: 10px;
}

.selectboxit-container .selectboxit-options a.selectboxit-option-anchor {
  border-radius: 10px;
  padding: 13px 0 0px 0;
  height: 50px;
  text-align: center;
}

.selectboxit-container span.selectboxit-arrow-container {
  background: url(../img/select-down.png) center center no-repeat;
  height: 100%;
}
.selectboxit-container span.selectboxit-arrow-container .selectboxit-arrow {
  display: none;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider .swiper-slide .slider-image {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: end;
      align-items: flex-end;
}
.slider .swiper-slide .slider-image img {
  height: 100%;
  width: 100%;
}
.slider .swiper-slide .slider-text {
  position: absolute;
  height: auto;
  background: rgba(227, 233, 236, 0.85);
  bottom: 0;
  right: 0;
  left: 0;
  text-align: initial;
  padding: 15px;
}
.slider .swiper-slide .slider-text .headline {
  color: #004f9f;
  font-size: 30px;
}
.slider .swiper-slide .slider-text .text {
  color: #004f9f;
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .slider .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .slider .swiper-slide .slider-text {
    background: #004f9f;
    position: unset;
    width: 100%;
  }
  .slider .swiper-slide .slider-text .headline {
    color: white;
  }
  .slider .swiper-slide .slider-text .text {
    color: white;
  }
}

.tx-contentpackage-akkordeon {
  border: 1px solid #004f9f;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head {
  display: block;
  width: 100%;
  min-height: 47px;
  line-height: 27px;
  font-size: 21px;
  color: white;
  font-size: 21px;
  cursor: pointer;
  background-color: #004f9f;
  padding: 10px 50px 10px 30px;
  position: relative;
  transition: 300ms;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head.open {
  color: #004f9f;
  background: #ffcc00;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head.open p {
  color: #004f9f;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head {
    border-radius: 7px;
  }
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head .tx-contentpackage-akkordeon-arrow {
  position: absolute;
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
  color: white;
  font-size: 50px;
  font-weight: light;
  transition: 300ms;
  top: -2px;
  right: 30px;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-head .tx-contentpackage-akkordeon-arrow.open {
  top: 30px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  color: #004f9f;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-content {
  display: none;
  width: 100%;
  padding: 0 30px 15px 30px;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-content img {
  float: right;
  margin-left: 50px;
  max-width: 33%;
}
.tx-contentpackage-akkordeon .tx-contentpackage-akkordeon-content p {
  overflow-x: hidden;
}

#kontaktformular-27 .form-group .input input {
  font-weight: normal;
  color: #004f9f;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  border: none;
  background-color: #f9fafd;
}

.tx-contentpackage-textpicelement {
  margin-left: -10px;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-textpicelement {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .tx-contentpackage-textpicelement .tx-contentpackage-textpicelement-text {
    padding-left: 10px;
  }
}
.tx-contentpackage-textpicelement .picwrap {
  margin-top: 15px;
}
.tx-contentpackage-textpicelement .picwrap img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .tx-contentpackage-textpicelement .picwrap {
    padding-left: 10px;
  }
}

ul.tx-contentpackage-ul-numbered {
  list-style-type: none;
  counter-reset: list;
  padding-left: 20px;
  margin-top: 20px;
}
ul.tx-contentpackage-ul-numbered li {
  margin-bottom: 10px;
  padding-left: 82px;
  position: relative;
  min-height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
ul.tx-contentpackage-ul-numbered li:before {
  counter-increment: list;
  content: counter(list);
  margin-right: 10px;
  background: #004f9f;
  color: white;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  font-size: 30px;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  top: 0;
}

.tx-contentpackage-searchform-sticky {
  text-align: center;
}
.tx-contentpackage-searchform-sticky label {
  display: block;
  margin: 30px 0 25px 0;
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
}
.tx-contentpackage-searchform-sticky input[type=text] {
  display: inline-block;
  max-width: 264px;
  width: 100%;
  margin: 0;
  color: #4b5256;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}
.tx-contentpackage-searchform-sticky button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0 0 0 6px;
  cursor: pointer;
}
.tx-contentpackage-searchform-sticky button img {
  vertical-align: middle;
}

.tx-contentpackage-content-ticker {
  width: 100%;
  background: #ffcc00;
  padding: 10px 10px 5px;
  color: black;
}
.tx-contentpackage-content-ticker marquee {
  font-size: 24px;
}

.tx-contentpackage-pictureelement.center {
  text-align: center;
}
.tx-contentpackage-pictureelement img {
  max-width: 100%;
  height: auto;
}

.tx-srfeuserregister-pi1 *, .tx-srfeuserregister-pi1 h4, .tx-srfeuserregister-pi1 h3, .tx-srfeuserregister-pi1 h3, .tx-srfeuserregister-pi1 p {
  padding-left: 0;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  font-style: normal;
  padding: 0;
  margin: 0;
}
.tx-srfeuserregister-pi1 a {
  background-image: none;
  padding: 0;
  text-decoration: underline;
}
.tx-srfeuserregister-pi1 a:hover {
  text-decoration: none;
}
.tx-srfeuserregister-pi1 form legend {
  display: none;
}
.tx-srfeuserregister-pi1 form fieldset {
  border: none;
  padding: 0;
}
.tx-srfeuserregister-pi1 form dt {
  text-align: left;
  width: 25%;
  padding: 0;
  margin: 0 0 20px 0;
}
.tx-srfeuserregister-pi1 form dd {
  padding-left: 0;
  margin: 0 0 20px 0px;
  width: 72%;
}
.tx-srfeuserregister-pi1 form dd p {
  margin: 0;
}
.tx-srfeuserregister-pi1 form dt.datenschutz, .tx-srfeuserregister-pi1 form dd.datenschutz {
  display: none;
}
.tx-srfeuserregister-pi1 form dd.datenschutz {
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.tx-srfeuserregister-pi1 form label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
}
.tx-srfeuserregister-pi1 form label span {
  color: inherit;
}
.tx-srfeuserregister-pi1 form input {
  font-weight: normal;
  color: #004f9f;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  width: 100%;
}
.tx-srfeuserregister-pi1 form input:focus {
  border-bottom: 1px solid #004f9f;
  outline: 0;
}
.tx-srfeuserregister-pi1 form input[type=checkbox] {
  width: auto;
  display: inline-block;
  -webkit-appearance: checkbox;
  margin: 3px 0 0 0;
  height: 20px;
}
.tx-srfeuserregister-pi1 form input.tx-srfeuserregister-pi1-submit {
  background-color: #004f9f;
  color: white;
  border-radius: 10px;
  height: 50px;
  border: none;
  padding: 12px 33px 10px 33px;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 20px 0 40px 0;
  width: auto;
  cursor: pointer;
}

.tx-contentpackage-buttonwrap {
  margin: 15px 0px;
}
.tx-contentpackage-buttonwrap a.button-internal-link {
  background-color: #004f9f;
  color: white;
  border-radius: 10px;
  height: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  padding: 12px 33px 10px 33px;
  text-decoration: none !important;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  display: block;
}

.tx-contentpackage-icon-text p.headline {
  font-size: 24px;
  color: #004f9f;
}
.tx-contentpackage-icon-text .tx-contentpackage-icon-text-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 10px;
}
.tx-contentpackage-icon-text .tx-contentpackage-icon-text-row .tx-contentpackage-icon-text--icon img {
  width: 90px;
  height: 90px;
}
.tx-contentpackage-icon-text .tx-contentpackage-icon-text-row .tx-contentpackage-icon-text--text {
  font-size: 16px;
}

.image-slider {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .image-slider {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
.image-slider .imageslider-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-slider .imageslider-swiper-container .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.image-slider .imageslider-swiper-container .swiper-slide .headline {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "FiraSansCondensed", sans-serif;
  color: #004f9f;
  min-height: 65px;
  text-align: center;
}
.image-slider .imageslider-swiper-container .swiper-slide .slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider .imageslider-swiper-container .swiper-slide .slider-image p.image-caption {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "FiraSansCondensed", sans-serif;
  color: #004f9f;
  min-height: 65px;
  text-align: center;
}
.image-slider .imageslider--swiper-button-prev,
.image-slider .imageslider--swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #004f9f;
  font-size: 60px;
}
.image-slider .imageslider--swiper-button-prev {
  left: -45px;
  right: auto;
}
.image-slider .imageslider--swiper-button-next {
  right: -45px;
  left: auto;
}

.news_list .news-list-view h3,
.news_list .news-list-view span {
  color: #004f9f;
}

.tx-contentpackage-content-category {
  color: #788287;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  margin: 10px 0;
}
.tx-contentpackage-content-category.category_bigheader {
  color: white;
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-content-category.category_bigheader {
    color: #788287;
  }
}
@media only screen and (max-width: 640px) {
  .tx-contentpackage-content-category {
    margin: 5px 0 10px 0;
  }
}

.more {
  color: #004f9f;
}

.news .news-list-view {
  margin-top: 20px;
  /*
  		.planchanges{
  			width: 33.33%;
  			border-radius: 10px;
  
  			@include MQ(S)
  			{
  				width: 100%;
  			}
  
  			img{
  				max-width: 333.33px;
  			}
  		}
  
  
  		.planchanges:first-child {
  	    	margin-right: 30px;
  
  	    	@include MQ(S)
  			{
  				margin: 0;
  			}
  		}
  		
  		.planchanges:last-child {
  		    margin-left: 30px;
  
  		    @include MQ(S)
  			{
  				margin: 0;
  			}
  
  		}
  		*/
  /*
  		.moreNews:first-child {
  	    	// margin-right: 30px;
  
  	    	@include MQ(S)
  			{
  				margin: 0;
  			}
  		}
  		
  		.moreNews:last-child {
  		    margin-left: 30px;
  
  		    @include MQ(S)
  			{
  				margin: 0;
  			}
  
  		}
  		*/
}
@media only screen and (max-width: 640px) {
  .news .news-list-view {
    margin-top: 25px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .news .news-list-view .news_planchanges:nth-of-type(2),
.news .news-list-view .news_planchanges:nth-of-type(3) {
    display: none;
  }
}
.news .news-list-view .littleTeaser {
  max-width: 520px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .littleTeaser {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .littleTeaser:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .littleTeaser:last-child {
    margin: 0;
  }
}
.news .news-list-view .moreNews {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .moreNews {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .moreNews img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.news .news-list-view .article {
  /*padding-bottom: 15px;*/
  margin-bottom: 15px;
}
.news .news-list-view .article .news-img-wrap {
  background: transparent;
  margin-bottom: 20px;
  margin: 0 0 20px 0;
}
.news .news-list-view .article .news_headteaser {
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  color: white;
  margin-top: 40px;
  max-width: 1180px;
  width: 100%;
  background: #004f9f;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser {
    background: transparent;
    color: #4b5256;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.news .news-list-view .article .news_headteaser .teaser-a-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture {
  width: 66.66%;
  position: relative;
  overflow: hidden;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture img {
  width: auto;
  height: 100%;
  max-width: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-picture img {
    height: auto;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-picture {
    width: 100%;
  }
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture .news-img-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture .news-img-wrap .outer {
  height: 100%;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture .news-img-wrap .outer .mediaelement-image {
  height: 100%;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-picture .news-img-wrap img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  width: auto;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-picture .news-img-wrap img {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    height: auto;
    width: 100%;
    position: relative;
  }
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content {
  background-color: #004f9f;
  width: 33.33%;
  padding: 3% 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content div:nth-of-type(2) > div {
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-content {
    background: transparent;
    width: 100%;
  }
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content span {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  line-height: 33px;
  font-family: "FiraSansCondensed", sans-serif;
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content span.newslink {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-family: "FiraSans", sans-serif;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-content span {
    color: #004f9f;
  }
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content .links {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-content .links {
    color: #004f9f;
    margin-top: none;
  }
}
.news .news-list-view .article .news_headteaser .tx-contentpackage-content .more {
  color: white;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_headteaser .tx-contentpackage-content .more {
    color: #004f9f;
  }
}
.news .news-list-view .article .news_headteaser .more {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.news .news-list-view .article .news_bigteaser {
  margin: 0 0 20px 0;
  width: 100%;
  color: #4b5256;
  position: relative;
}
.news .news-list-view .article .news_bigteaser .teaser-a-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list-view .article .news_bigteaser .tx-contentpackage-content {
  padding: 0 10px;
}
.news .news-list-view .article .news_bigteaser .tx-contentpackage-headerpicture {
  height: 210px;
  overflow: hidden;
}
.news .news-list-view .article .news_bigteaser .tx-contentpackage-headerpicture img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_bigteaser .tx-contentpackage-headerpicture {
    height: auto;
  }
}
.news .news-list-view .article .news_bigteaser .tx-contentpackage-content .tx-contentpackage-content-category {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_bigteaser .tx-contentpackage-content .tx-contentpackage-content-category {
    margin-top: 10px;
  }
}
.news .news-list-view .article .news_bigteaser .news-img-wrap {
  width: 100%;
}
.news .news-list-view .article .news_bigteaser .news-img-wrap img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_bigteaser .news-img-wrap img {
    max-width: none;
  }
}
.news .news-list-view .article .news_bigteaser span {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "FiraSansCondensed", sans-serif;
  color: #004f9f;
  line-height: 33px;
}
.news .news-list-view .article .news_bigteaser span.newslink {
  color: #004f9f;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  line-height: 25px;
  font-family: "FiraSans", sans-serif;
  white-space: nowrap;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content {
  border-radius: 10px;
  background-color: #e3e9ec;
  min-height: 280px;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .news .news-list-view .article .news_planchanges .tx-contentpackage-content {
    min-height: 220px;
  }
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header {
  color: #e30613;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header span {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header img {
  float: right;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header.newsCatWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header.newsCatWrap img {
  height: 12px;
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-header.newsCatWrap {
    display: block;
  }
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text {
  color: #004f9f;
  padding-top: 10px;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text p {
  line-height: 24px;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text h2 {
  line-height: 24px;
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text span {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 830px) {
  .news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text span {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text span {
    font-size: 24px;
    line-height: 30px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text span {
    font-size: 24px;
    line-height: 30px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.news .news-list-view .article .news_planchanges .tx-contentpackage-content .tx-contentpackage-content-text img {
  margin-right: 15px;
}

.tx_contentpackage-news-headline {
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  .tx_contentpackage-news-headline {
    display: none;
  }
}
.tx_contentpackage-news-headline > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.tx_contentpackage-news-headline span {
  color: #4b5256;
  font-size: 21px;
  line-height: 26.25px;
  font-size: 1.3125rem;
  line-height: 1.640625rem;
  font-weight: bold;
}

.tx_contentpackage-news-headline-h2 {
  display: block;
  color: #004f9f;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.5625rem;
  line-height: 1.953125rem;
  font-family: "FiraSansCondensed", sans-serif;
  font-weight: 300;
  padding: 2px 0 20px 0 !important;
  margin-bottom: 5px !important;
}

.news_detail img {
  max-width: 100%;
  height: auto;
}
.news_detail .article h3 {
  font-size: 24px;
  color: #004f9f;
}
.news_detail .tx-contentpackage-headerWrap {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.news_detail .tx-contentpackage-content-category {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .news_detail .tx-contentpackage-content-category {
    margin-top: 10px;
  }
}
.news_detail .tx-contentpackage-content-headline_text,
.news_detail .tx-contentpackage-content-headline_text span {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #004f9f;
}
.news_detail .tx-contentpackage-btnBlue {
  background-color: #004f9f;
  color: white;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 33px 10px 33px;
  margin: 37px 0 75px 0;
  text-decoration: none !important;
}
.news_detail .tx-contentpackage-btnBlue a {
  font-size: 20px;
  line-height: 25px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.news_detail .tx-contentpackage-news-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news .article .news_moreNews {
  width: 100%;
  color: #4b5256;
}
.news .article .news_moreNews .tx-contentpackage-content {
  padding: 0 10px 0 10px;
}
.news .article .news_moreNews .tx-contentpackage-content div {
  min-height: 66px;
}
@media only screen and (max-width: 640px) {
  .news .article .news_moreNews .tx-contentpackage-content div {
    min-height: none;
  }
}
.news .article .news_moreNews .tx-contentpackage-content div:first-child {
  min-height: 1px;
}
.news .article .news_moreNews .tx-contentpackage-headerpicture {
  padding-bottom: 20px;
  height: 135px;
  overflow: hidden;
}
.news .article .news_moreNews .tx-contentpackage-headerpicture img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}
.news .article .news_moreNews .news-img-wrap {
  width: 100%;
}
.news .article .news_moreNews .news-img-wrap img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}
.news .article .news_moreNews span {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #004f9f;
  line-height: 33px;
  font-family: "FiraSansCondensed";
}
.news .article .news_moreNews span.newslink {
  color: #004f9f;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.9375rem;
  line-height: 1.171875rem;
  line-height: 25px;
  font-family: "FiraSans", sans-serif;
  white-space: nowrap;
}

#tab-3 div {
  color: #004f9f;
  font-family: "FiraSansCondensed", sans-serif;
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  line-height: 24px;
}
#tab-3 img {
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  #tab-3 img {
    margin-right: 0;
  }
}
#tab-3 .tx-contentpackage-headline {
  font-size: 18px;
  line-height: 22.5px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  line-height: 24px;
}

.sy_submenu {
  width: 100%;
  margin-bottom: 80px;
}
.sy_submenu--item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid #4b5256;
}
@media only screen and (max-width: 576px) {
  .sy_submenu--item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.sy_submenu--item:last-child {
  border-bottom: none;
}
.sy_submenu--item--left {
  width: calc(50% - 20px);
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 576px) {
  .sy_submenu--item--left {
    width: 100%;
  }
}
.sy_submenu--item--left img {
  width: 100%;
  height: auto;
}
.sy_submenu--item--right {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 576px) {
  .sy_submenu--item--right {
    width: 100%;
  }
}
.sy_submenu--item--right .newslink {
  color: #004f9f;
}
