@charset "UTF-8";
/**
 * This is a customizable CSS file where classes can be
 * added that appear in the celanio backend web-editor.
 *
 * If necessary override this file in customer space.
 */
/*Standard*/
/*Navigation*/
/*Panels*/
/*btn button primary*/
/*input box*/
/*Customer variable*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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; }

.has-float-label {
  display: block;
  position: relative;
  background: white; }
  .has-float-label label, .has-float-label > span {
    position: absolute;
    left: 13px;
    top: -14px;
    cursor: text;
    font-weight: normal;
    font-size: 11px;
    padding: 0 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-float-label textarea {
    width: 100%; }
  .has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: all .2s;
    transition: all .2s; }
  .has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .2s;
    transition: all .2s; }
  .has-float-label input::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder, .has-float-label textarea::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .2s;
    transition: all .2s; }
  .has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0; }
  .has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0; }
  .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0; }
  .has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0; }
  .has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder, .has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:-moz-placeholder-shown:not(:focus)::placeholder {
    opacity: 0; }
  .has-float-label input:-ms-input-placeholder:not(:focus)::placeholder, .has-float-label select:-ms-input-placeholder:not(:focus)::placeholder, .has-float-label textarea:-ms-input-placeholder:not(:focus)::placeholder {
    opacity: 0; }
  .has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0; }
  .has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
    color: #FFF; }
  .has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
    color: #FFF; }
  .has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
    color: #FFF; }
  .has-float-label input::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder, .has-float-label textarea::-ms-input-placeholder {
    color: #FFF; }
  .has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
    color: #FFF; }
  .has-float-label input:-moz-placeholder-shown:not(:focus) + *, .has-float-label select:-moz-placeholder-shown:not(:focus) + *, .has-float-label textarea:-moz-placeholder-shown:not(:focus) + * {
    opacity: .5;
    font-size: 14px;
    background-color: transparent;
    top: 9px; }
  .has-float-label input:-ms-input-placeholder:not(:focus) + *, .has-float-label select:-ms-input-placeholder:not(:focus) + *, .has-float-label textarea:-ms-input-placeholder:not(:focus) + * {
    opacity: .5;
    font-size: 14px;
    background-color: transparent;
    top: 9px; }
  .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
    opacity: .5;
    font-size: 14px;
    background-color: transparent;
    top: 9px; }
  .has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.5); }
  .has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
    background-size: 8px 10px; }

/* Extranet Login - Single Sign On*/
#cel-sso-superior-search #cel-superiors-found {
  list-style-type: none;
  padding: 0; }
  #cel-sso-superior-search #cel-superiors-found li {
    padding: 8px 0; }
    #cel-sso-superior-search #cel-superiors-found li input, #cel-sso-superior-search #cel-superiors-found li label {
      vertical-align: middle; }
    #cel-sso-superior-search #cel-superiors-found li input {
      margin: 0 4px 0 0; }
    #cel-sso-superior-search #cel-superiors-found li label {
      margin: 0; }

#cel-sso-superior-search #cel-ajax-loader span {
  margin-left: 4px; }

/**
 * This is a customizable CSS file where classes can be
 * added that appear in the celanio backend web-editor.
 *
 * If necessary override this file in customer space.
 */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/source-sans-pro-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("/fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("/fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

.gj-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  padding: 6px 10px;
  cursor: pointer; }

.gj-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gj-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gj-margin-left-5 {
  margin-left: 5px; }

.gj-margin-left-10 {
  margin-left: 10px; }

.gj-width-full {
  width: 100%; }

.gj-cursor-pointer {
  cursor: pointer; }

.gj-text-align-center {
  text-align: center; }

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

.gj-hidden {
  display: none; }

/** Material Design */
.gj-button-md {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gj-button-md:hover {
  background-color: rgba(158, 158, 158, 0.2); }

.gj-button-md:disabled {
  color: rgba(0, 0, 0, 0.26);
  background: 0 0; }

.gj-button-md .material-icons,
.gj-button-md .gj-icon {
  vertical-align: middle;
  /*font-size: 1.3rem;
  margin-right: 4px;*/ }

.gj-button-md.gj-button-md-icon {
  width: 24px;
  height: 31px;
  min-width: 24px;
  padding: 0px;
  display: table; }

.gj-button-md.gj-button-md-icon .material-icons,
.gj-button-md.gj-button-md-icon .gj-icon {
  display: table-cell;
  margin-right: 0px;
  width: 24px;
  height: 24px; }

.gj-button-md.active {
  background-color: rgba(158, 158, 158, 0.4); }

.gj-button-md-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.gj-textbox-md {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  display: block;
  font-family: "Helvetica","Arial",sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0px;
  margin: 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.87); }

.gj-textbox-md:focus,
.gj-textbox-md:active {
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
  outline: none; }

.gj-textbox-md::-webkit-input-placeholder {
  color: #8e8e8e; }

.gj-textbox-md::-moz-placeholder {
  color: #8e8e8e; }

.gj-textbox-md:-ms-input-placeholder {
  color: #8e8e8e; }

.gj-textbox-md::-ms-input-placeholder {
  color: #8e8e8e; }

.gj-textbox-md::placeholder {
  color: #8e8e8e; }

.gj-textbox-md:-ms-input-placeholder {
  color: #8e8e8e; }

.gj-textbox-md::-ms-input-placeholder {
  color: #8e8e8e; }

.gj-md-spacer-24 {
  min-width: 24px;
  width: 24px;
  display: inline-block; }

.gj-md-spacer-32 {
  min-width: 32px;
  width: 32px;
  display: inline-block; }

.gj-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1203;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.54118);
  -webkit-transition: 200ms ease opacity;
  -o-transition: 200ms ease opacity;
  transition: 200ms ease opacity;
  will-change: opacity; }

/* List */
ul.gj-list li [data-role="wrapper"] {
  display: table;
  width: 100%; }

ul.gj-list li [data-role="checkbox"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

ul.gj-list li [data-role="image"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

ul.gj-list li [data-role="display"] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer; }

ul.gj-list li [data-role="display"]:empty:before {
  content: "\200b";
  /* unicode zero width space character */ }

/* List - Bootstrap */
ul.gj-list-bootstrap {
  padding-left: 0px;
  margin-bottom: 0px; }

ul.gj-list-bootstrap li {
  padding: 0px; }

ul.gj-list-bootstrap li [data-role="wrapper"] {
  padding: 0px 10px; }

ul.gj-list-bootstrap li [data-role="checkbox"] {
  width: 24px;
  padding: 3px; }

ul.gj-list-bootstrap li [data-role="image"] {
  width: 24px;
  height: 24px; }

ul.gj-list-bootstrap li [data-role="display"] {
  padding: 8px 0px 8px 4px; }

.list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
  text-shadow: none;
  color: initial; }

/* List - Material Design */
ul.gj-list-md {
  padding: 0px;
  list-style: none;
  list-style-type: none;
  line-height: 24px;
  letter-spacing: 0;
  color: #616161;
  /* Gray 700 */ }

ul.gj-list-md li {
  display: list-item;
  list-style-type: none;
  padding: 0px;
  min-height: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  overflow: hidden;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

ul.gj-list-md li [data-role="checkbox"] {
  height: 24px;
  width: 24px; }

ul.gj-list-md li [data-role="image"] {
  height: 24px;
  width: 24px; }

ul.gj-list-md li [data-role="display"] {
  padding: 8px 0px 8px 5px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.87); }

ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="display"] {
  color: #9E9E9E;
  /* Gray 500 */ }

.gj-list-md-active {
  background: #e0e0e0;
  color: #3f51b5; }

/* Picker */
.gj-picker {
  position: absolute;
  z-index: 1203;
  background-color: #fff; }

.gj-picker .selected {
  color: #fff; }

/* Material Design */
.gj-picker-md {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #E0E0E0; }

.gj-modal .gj-picker-md {
  border: 0px; }

.gj-picker-md [role="header"] {
  color: rgba(255, 255, 255, 0.54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2196f3;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gj-picker-md [role="footer"] {
  float: right;
  padding: 10px; }

.gj-picker-md [role="footer"] button.gj-button-md {
  color: #2196f3;
  font-weight: bold;
  font-size: 13px; }

/* Bootstrap */
.gj-picker-bootstrap {
  border-radius: 4px;
  border: 1px solid #E0E0E0; }

.gj-picker-bootstrap .selected {
  color: #888; }

.gj-picker-bootstrap [role="header"] {
  background: #eee;
  color: #AAA; }

@font-face {
  font-family: 'gijgo-material';
  src: url("../fonts/gijgo-material.eot?235541");
  src: url("../fonts/gijgo-material.eot?235541#iefix") format("embedded-opentype"), url("../fonts/gijgo-material.ttf?235541") format("truetype"), url("../fonts/gijgo-material.woff?235541") format("woff"), url("../fonts/gijgo-material.svg?235541#gijgo-material") format("svg");
  font-weight: normal;
  font-style: normal; }

.gj-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gijgo-material' !important;
  font-size: 24px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gj-icon.undo:before {
  content: "\e900"; }

.gj-icon.vertical-align-top:before {
  content: "\e901"; }

.gj-icon.vertical-align-center:before {
  content: "\e902"; }

.gj-icon.vertical-align-bottom:before {
  content: "\e903"; }

.gj-icon.arrow-dropup:before {
  content: "\e904"; }

.gj-icon.clock:before {
  content: "\e905"; }

.gj-icon.refresh:before {
  content: "\e906"; }

.gj-icon.last-page:before {
  content: "\e907"; }

.gj-icon.first-page:before {
  content: "\e908"; }

.gj-icon.cancel:before {
  content: "\e909"; }

.gj-icon.clear:before {
  content: "\e90a"; }

.gj-icon.check-circle:before {
  content: "\e90b"; }

.gj-icon.delete:before {
  content: "\e90c"; }

.gj-icon.arrow-upward:before {
  content: "\e90d"; }

.gj-icon.arrow-forward:before {
  content: "\e90e"; }

.gj-icon.arrow-downward:before {
  content: "\e90f"; }

.gj-icon.arrow-back:before {
  content: "\e910"; }

.gj-icon.list-numbered:before {
  content: "\e911"; }

.gj-icon.list-bulleted:before {
  content: "\e912"; }

.gj-icon.indent-increase:before {
  content: "\e913"; }

.gj-icon.indent-decrease:before {
  content: "\e914"; }

.gj-icon.redo:before {
  content: "\e915"; }

.gj-icon.align-right:before {
  content: "\e916"; }

.gj-icon.align-left:before {
  content: "\e917"; }

.gj-icon.align-justify:before {
  content: "\e918"; }

.gj-icon.align-center:before {
  content: "\e919"; }

.gj-icon.strikethrough:before {
  content: "\e91a"; }

.gj-icon.italic:before {
  content: "\e91b"; }

.gj-icon.underlined:before {
  content: "\e91c"; }

.gj-icon.bold:before {
  content: "\e91d"; }

.gj-icon.arrow-dropdown:before {
  content: "\e91e"; }

.gj-icon.done:before {
  content: "\e91f"; }

.gj-icon.pencil:before {
  content: "\e920"; }

.gj-icon.minus:before {
  content: "\e921"; }

.gj-icon.plus:before {
  content: "\e922"; }

.gj-icon.chevron-up:before {
  content: "\e923"; }

.gj-icon.chevron-right:before {
  content: "\e924"; }

.gj-icon.chevron-down:before {
  content: "\e925"; }

.gj-icon.chevron-left:before {
  content: "\e926"; }

.gj-icon.event:before {
  content: "\e927"; }

ul.gj-list li [data-role="spacer"] {
  display: table-cell; }

ul.gj-list li [data-role="expander"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

[data-type="tree"] ul li [data-role="expander"].gj-tree-material-icons-expander {
  width: 24px; }

[data-type="tree"] ul li [data-role="expander"].gj-tree-font-awesome-expander {
  width: 24px; }

[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander {
  width: 24px; }

[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander .glyphicon {
  top: 4px;
  height: 24px; }

/* Bootstrap Theme */
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
  border: 0px;
  border-radius: 0px;
  color: #333; }

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
  color: #fff; }

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
  color: #777;
  background-color: #eee; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
  border: 0px;
  border-radius: 0px;
  color: #212529; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
  color: #fff; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
  color: #868e96; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
  width: 100%; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
  border: 1px solid #ddd; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
  border-left: 0px;
  border-right: 0px; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
  padding-top: 8px;
  padding-bottom: 4px; }

ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander .gj-icon {
  width: 24px;
  height: 24px; }

/* Material Design Theme */
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="expander"] {
  color: #9E9E9E;
  /* Gray 500 */ }

.gj-tree-md-border ul.gj-list-md li {
  border: 1px solid #616161;
  /* Gray 700 */
  margin-bottom: -1px; }

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
  border-left: 0px;
  border-right: 0px; }

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
  border-bottom: 0px; }

.gj-tree-drop-above {
  border-top: 1px solid #000; }

.gj-tree-drop-below {
  border-bottom: 1px solid #000; }

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
  border-top: 2px solid #000; }

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
  border-bottom: 2px solid #000; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
  border-top: 2px solid #000; }

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
  border-bottom: 2px solid #000; }

.gj-tree-drag-el {
  padding: 0px;
  margin: 0px;
  z-index: 1203; }

.gj-tree-drag-el li {
  padding: 0px;
  margin: 0px; }

.gj-tree-drag-el [data-role="wrapper"] {
  cursor: move;
  display: table; }

.gj-tree-drag-el [data-role="indicator"] {
  width: 14px;
  padding: 0px 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.gj-tree-bootstrap-drag-el li.list-group-item {
  border: 0px;
  background: unset; }

.gj-tree-bootstrap-drag-el [data-role="indicator"] {
  width: 24px;
  height: 24px;
  padding: 0px; }

.gj-tree-md-drag-el [data-role="indicator"] {
  width: 24px;
  height: 24px;
  padding: 0px; }

.tiles {
  margin: 1em 0; }
  .tiles a {
    display: inline-block;
    margin: 1.5em 1.5em 0 0; }
    .tiles a .tile {
      display: inline-block;
      width: 240px;
      height: 240px; }
      .tiles a .tile .name {
        text-align: center;
        padding: 0.5em; }

.cel-category-image,
.cel-target-group-image {
  width: 100%;
  height: 100%; }

.no-image {
  background-color: #ddd; }

#cel-event-catalogs .event-title {
  padding-bottom: 5px;
  display: inline-block; }

#cel-event-catalogs .event-subtitle {
  display: inline-block; }
  #cel-event-catalogs .event-subtitle:before {
    content: '- '; }

.event-title {
  font-weight: bold;
  padding-bottom: 5px; }

#cel-event-catalogs form {
  margin-bottom: 50px; }

.cel-event-target-group.tile,
.cel-event-catalog-category.tile,
.cel-eventcatbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .cel-event-target-group.tile .cel-event-target-group-content,
  .cel-event-target-group.tile .cel-event-catalog-category-content,
  .cel-event-target-group.tile .cel-eventcatbox-content,
  .cel-event-catalog-category.tile .cel-event-target-group-content,
  .cel-event-catalog-category.tile .cel-event-catalog-category-content,
  .cel-event-catalog-category.tile .cel-eventcatbox-content,
  .cel-eventcatbox .cel-event-target-group-content,
  .cel-eventcatbox .cel-event-catalog-category-content,
  .cel-eventcatbox .cel-eventcatbox-content {
    overflow: hidden;
    position: relative;
    background-color: white;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-right: 10px;
    float: left; }
    .cel-event-target-group.tile .cel-event-target-group-content .cel-target-group-image,
    .cel-event-target-group.tile .cel-event-target-group-content .cel-category-image,
    .cel-event-target-group.tile .cel-event-target-group-content .cel-eventcatbox-backgroundimg,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-target-group-image,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-category-image,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-eventcatbox-backgroundimg,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-target-group-image,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-category-image,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-eventcatbox-backgroundimg,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-target-group-image,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-category-image,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-eventcatbox-backgroundimg,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-target-group-image,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-category-image,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-eventcatbox-backgroundimg,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-target-group-image,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-category-image,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-eventcatbox-backgroundimg,
    .cel-eventcatbox .cel-event-target-group-content .cel-target-group-image,
    .cel-eventcatbox .cel-event-target-group-content .cel-category-image,
    .cel-eventcatbox .cel-event-target-group-content .cel-eventcatbox-backgroundimg,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-target-group-image,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-category-image,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-eventcatbox-backgroundimg,
    .cel-eventcatbox .cel-eventcatbox-content .cel-target-group-image,
    .cel-eventcatbox .cel-eventcatbox-content .cel-category-image,
    .cel-eventcatbox .cel-eventcatbox-content .cel-eventcatbox-backgroundimg {
      height: 100%;
      width: 100%; }
    .cel-event-target-group.tile .cel-event-target-group-content .cel-target-group-name,
    .cel-event-target-group.tile .cel-event-target-group-content .cel-category-name,
    .cel-event-target-group.tile .cel-event-target-group-content .cel-eventcatbox-title,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-target-group-name,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-category-name,
    .cel-event-target-group.tile .cel-event-catalog-category-content .cel-eventcatbox-title,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-target-group-name,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-category-name,
    .cel-event-target-group.tile .cel-eventcatbox-content .cel-eventcatbox-title,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-target-group-name,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-category-name,
    .cel-event-catalog-category.tile .cel-event-target-group-content .cel-eventcatbox-title,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-target-group-name,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-category-name,
    .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-eventcatbox-title,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-target-group-name,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-category-name,
    .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-eventcatbox-title,
    .cel-eventcatbox .cel-event-target-group-content .cel-target-group-name,
    .cel-eventcatbox .cel-event-target-group-content .cel-category-name,
    .cel-eventcatbox .cel-event-target-group-content .cel-eventcatbox-title,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-target-group-name,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-category-name,
    .cel-eventcatbox .cel-event-catalog-category-content .cel-eventcatbox-title,
    .cel-eventcatbox .cel-eventcatbox-content .cel-target-group-name,
    .cel-eventcatbox .cel-eventcatbox-content .cel-category-name,
    .cel-eventcatbox .cel-eventcatbox-content .cel-eventcatbox-title {
      width: 150px;
      height: 50px;
      top: 100px;
      left: 0px;
      font-size: 11px;
      color: white;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 7px; }
      .cel-event-target-group.tile .cel-event-target-group-content .cel-target-group-name a,
      .cel-event-target-group.tile .cel-event-target-group-content .cel-category-name a,
      .cel-event-target-group.tile .cel-event-target-group-content .cel-eventcatbox-title a,
      .cel-event-target-group.tile .cel-event-catalog-category-content .cel-target-group-name a,
      .cel-event-target-group.tile .cel-event-catalog-category-content .cel-category-name a,
      .cel-event-target-group.tile .cel-event-catalog-category-content .cel-eventcatbox-title a,
      .cel-event-target-group.tile .cel-eventcatbox-content .cel-target-group-name a,
      .cel-event-target-group.tile .cel-eventcatbox-content .cel-category-name a,
      .cel-event-target-group.tile .cel-eventcatbox-content .cel-eventcatbox-title a,
      .cel-event-catalog-category.tile .cel-event-target-group-content .cel-target-group-name a,
      .cel-event-catalog-category.tile .cel-event-target-group-content .cel-category-name a,
      .cel-event-catalog-category.tile .cel-event-target-group-content .cel-eventcatbox-title a,
      .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-target-group-name a,
      .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-category-name a,
      .cel-event-catalog-category.tile .cel-event-catalog-category-content .cel-eventcatbox-title a,
      .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-target-group-name a,
      .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-category-name a,
      .cel-event-catalog-category.tile .cel-eventcatbox-content .cel-eventcatbox-title a,
      .cel-eventcatbox .cel-event-target-group-content .cel-target-group-name a,
      .cel-eventcatbox .cel-event-target-group-content .cel-category-name a,
      .cel-eventcatbox .cel-event-target-group-content .cel-eventcatbox-title a,
      .cel-eventcatbox .cel-event-catalog-category-content .cel-target-group-name a,
      .cel-eventcatbox .cel-event-catalog-category-content .cel-category-name a,
      .cel-eventcatbox .cel-event-catalog-category-content .cel-eventcatbox-title a,
      .cel-eventcatbox .cel-eventcatbox-content .cel-target-group-name a,
      .cel-eventcatbox .cel-eventcatbox-content .cel-category-name a,
      .cel-eventcatbox .cel-eventcatbox-content .cel-eventcatbox-title a {
        color: white; }

.cel-category-head h2,
.cel-catalog-head h2 {
  text-align: center; }

.cel-category-head {
  text-align: center; }
  .cel-category-head h2, .cel-category-head .cel-category-img {
    display: inline-block; }
  .cel-category-head .cel-category-img img {
    max-height: 40px; }

.cel-eventcatbox {
  margin-bottom: 10px; }

#cel-event-details .table > thead > tr > th,
#cel-event-details .table > thead > tr > td,
#cel-event-details .table > tbody > tr > th,
#cel-event-details .table > tbody > tr > td,
#cel-event-details .table > tfoot > tr > th,
#cel-event-details .table > tfoot > tr > td {
  border: none; }

#cel-event-details tr th,
#cel-event-details tr td:first-child {
  padding-left: 0; }

#cel-event-details .separator {
  display: none; }

#cel-event-details .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

#cel-event-details h4 {
  font-size: 16px; }

#cel-event-details .panel-default {
  border-color: #ddd; }

#cel-event-details .cel-button-group {
  position: absolute;
  bottom: 24px;
  right: 24px; }

#cel-event-details .panel {
  height: 100%;
  padding-bottom: 30px;
  border-color: #ddd; }

#cel-event-details .panel-body {
  padding-right: 15px; }

#cel-event-details .row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#cel-event-details hr {
  border-color: #ddd;
  margin: 10px 0; }

#cel-event-pdfs li {
  padding-bottom: 4px;
  list-style-type: none; }

#cel-event-pdfs ul {
  padding-left: 0px; }

.cel-010800 {
  max-width: 650px; }

.has-float-label input, .has-float-label select, .has-float-label textarea {
  margin: 0; }

.cel-upload-file-div {
  margin-left: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: 60px 100%;
  grid-template-areas: "select selected" "dragdrop selected"; }

.cel-drag-drop-div {
  grid-area: dragdrop;
  vertical-align: top;
  padding: 10px; }

.cel-drag-area {
  border: 2px;
  border-style: dashed;
  border-color: #0C0C0C;
  height: 130px;
  border-radius: 10px;
  text-align: center;
  line-height: 130px;
  font-size: 20px;
  color: lightgrey;
  background-color: white; }

.cel-upload-files-div {
  border: 2px;
  border-style: solid;
  padding: 10px;
  background-color: white;
  border-radius: 10px; }

.cel-selected-files-div {
  padding: 10px;
  grid-area: selected; }

.cel-select-file-div {
  padding: 10px;
  grid-area: select; }

.cel-file-icon-div {
  margin-right: 10px; }

@media only screen and (max-width: 600px) {
  .cel-upload-file-div {
    display: block; } }

/*Modul 011200*/
a.btn.btn-default.target_group_remove {
  margin-top: 20px; }

/*Headline*/
.qa-container h2 {
  padding-top: 30px;
  text-align: center;
  font-weight: normal; }

.qa-container {
  margin-top: 20px;
  background: #F8F8F8; }

.qa {
  padding: 0 20px 20px !important; }
  .qa p {
    margin-left: 10px;
    color: #000;
    display: none;
    font-size: 13px; }
  .qa h3 {
    font-size: 14px;
    color: #5F5F5F;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 14px;
    margin-top: 10px;
    margin-left: 0;
    display: block; }

.seminarsuche .cel-buttons-right:last-child {
  margin-right: 10px; }

/* accodion */
.cel-011200 .panel {
  -webkit-box-shadow: none;
          box-shadow: none; }

.cel-011200 .panel-heading a.cel-collapsed {
  float: left;
  padding-right: 10px; }
  .cel-011200 .panel-heading a.cel-collapsed i {
    font-size: 18px; }
  .cel-011200 .panel-heading a.cel-collapsed:hover, .cel-011200 .panel-heading a.cel-collapsed:focus {
    text-decoration: none; }
  .cel-011200 .panel-heading a.cel-collapsed.collapsed .fa-window-maximize {
    display: inline-block; }
  .cel-011200 .panel-heading a.cel-collapsed.collapsed .fa-window-minimize {
    display: none; }
  .cel-011200 .panel-heading a.cel-collapsed .fa-window-maximize {
    display: none; }

.cel-011200 .panel.panel-default {
  border: none;
  border-bottom: 1px solid #E7E7E7; }
  .cel-011200 .panel.panel-default.cel-accordion-below {
    padding-bottom: 39px; }
  .cel-011200 .panel.panel-default a.cel-button-accordion {
    padding-top: 10px;
    float: right; }
    .cel-011200 .panel.panel-default a.cel-button-accordion:hover, .cel-011200 .panel.panel-default a.cel-button-accordion:focus {
      text-decoration: none; }
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-more,
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-plus {
      display: inline-block; }
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-less,
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-minus {
      display: none; }
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-minus, .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-plus {
      background-color: #247dc4; }
    .cel-011200 .panel.panel-default a.cel-button-accordion.collapsed .cel-text {
      background-color: #E5EFF8;
      color: #005C9E; }
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-text,
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-minus,
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-plus {
      display: inline-block;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px; }
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-plus {
      width: 42px;
      color: #fff;
      background-color: #838383;
      display: none; }
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-more {
      display: none; }
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-minus {
      width: 42px;
      color: #fff;
      background-color: #838383; }
    .cel-011200 .panel.panel-default a.cel-button-accordion .cel-text {
      padding-left: 5px;
      padding-right: 5px;
      margin-right: -3px;
      background: #D3D3D3; }

.cel-011200 .panel-heading {
  padding-left: 0; }
  .cel-011200 .panel-heading h2.panel-title {
    font-size: 18px;
    font-weight: bold;
    color: #005C9E;
    padding-bottom: 18px;
    line-height: 22px; }

.cel-011200 .cel-infoline-button {
  text-align: right; }

.cel-011200 .panel-body .col-sm-3 h3 {
  margin: 0;
  padding-bottom: 10px; }

.cel-011200 .cel-date, .cel-011200 .cel-time {
  display: inline-block;
  margin-right: 20px; }

.cel-011200 .infoline p {
  margin-bottom: 0; }

.cel-011200 .infoline .cel-price,
.cel-011200 .infoline .cel-titel {
  display: inline-block; }

.cel-011200 #accordion .panel-body {
  padding: 0; }
  .cel-011200 #accordion .panel-body .col-sm-12:first-child h3 {
    margin-top: 0; }
  .cel-011200 #accordion .panel-body button {
    padding: 7px 33px 7px 32px; }
  .cel-011200 #accordion .panel-body .cel-panel-content {
    padding-bottom: 10px; }
  .cel-011200 #accordion .panel-body .cel-infoline-button {
    float: left; }
  .cel-011200 #accordion .panel-body .cel-infoline-button:last-child {
    float: right; }

.progress {
  background-color: #e5e6e7; }

.cel-Left .cel-target_group_button {
  padding: 5px 0; }

.cel-Left a.btn.btn-default.target_group_remove {
  margin: 0 10px 0; }

.cel-Left i.fa.fa-minus,
.cel-Left i.fa.fa-plus {
  padding: 0; }

/*Modul 011300 */
.cel-layout-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.cel-layout-menu-style {
  -webkit-box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.48);
          box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.48);
  height: 100%;
  background: #FFF; }

.cel-top-menu {
  margin-bottom: 20px; }

#cel-panel-left {
  padding: 10px !important; }

.cel-panel-right {
  padding: 10px !important; }

.cel-card-wrapper {
  border-style: solid;
  border-width: 2px;
  border-color: #c9006a;
  min-height: 200px;
  padding: 0 10px 10px 10px;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF; }

.cel-card-wrapper-header {
  border-color: #c9006a;
  float: left;
  position: relative;
  width: 100%;
  background-color: #FFF; }

.cel-card-art-tag {
  position: relative;
  top: 0px;
  left: 30px;
  color: #FFF;
  background-color: #c9006a;
  display: inline-block;
  padding: 10px;
  margin-right: 10px; }

.cel-panels-header {
  height: 30px;
  background-color: #c9006a; }

.cel-layouts-header {
  background-color: #c9006a;
  color: white;
  font-weight: bold;
  padding: 11px; }

.cel-panels-header-text {
  margin-top: 4px;
  color: #FFF;
  font-weight: bold;
  padding-left: 5px;
  height: 100%;
  display: inline-block; }

.cel-panels-header-wrapper {
  border: 2px solid #c9006a; }

.cel-card-art-no-tag {
  height: 25px; }

.cel-card-dat-name {
  margin-top: 10px;
  font-size: 18px;
  color: #c9006a;
  padding-bottom: 10px; }

.cel-card-dat-subtitle {
  font-size: 14px;
  color: #c9006a;
  padding-bottom: 2px; }

.cel-card-trainer-title {
  font-size: 16px;
  color: #c9006a;
  padding-bottom: 5px; }

.cel-card-dat-desc {
  font-size: 16px;
  padding-bottom: 10px; }

.cel-card-dat-terms {
  position: relative;
  border-top: 1px solid #c9006a;
  border-bottom: 1px solid #c9006a;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px 0;
  margin-bottom: 10px;
  min-height: 58px; }
  .cel-card-dat-terms .fa-clock-o {
    padding-right: 10px; }
  .cel-card-dat-terms .btn-group {
    position: absolute;
    right: 10px;
    bottom: 10px; }

#cel-cards-row .cel-card-button-div {
  height: 40px; }

.cel-card-dat-button-pos {
  float: right; }

.cel-card-status-tag {
  padding-right: 5px; }

.cel-row-container-one {
  display: grid;
  grid-template-columns: 1fr;
  /*fraction*/ }

.cel-row-container-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*fraction*/ }

.cel-row-container-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*fraction*/ }

.cel-row-section {
  /* border: 1px solid; */
  padding: 10px 10px 10px; }

.cel-zoom-card {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.cel-zoom-card:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  background-color: lightgray;
  -webkit-box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.48); }

.cel-cat-meta-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.cel-meta-link,
.cel-category-link {
  display: block; }

.search-banner {
  padding: 0 10px 20px; }

#cel-event-cat-slider .carousel-caption {
  background-color: #FFF;
  color: #333333;
  text-shadow: none;
  right: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0.95;
  padding: 10px 20px; }
  #cel-event-cat-slider .carousel-caption p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  #cel-event-cat-slider .carousel-caption h3 {
    margin-top: 10px;
    margin-bottom: 10px; }

#cel-event-cat-slider .cel-img-dummy {
  background-color: lightgray;
  display: block;
  max-width: 100%;
  height: 328px;
  line-height: 1; }

/* Small devices (mobilephone, 320px and up) */
@media (min-width: 320px) and (max-width: 767px) {
  .cel-row-container-one,
  .cel-row-container-two,
  .cel-row-container-three {
    grid-template-columns: none; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .cel-row-container-one,
  .cel-row-container-two,
  .cel-row-container-three {
    grid-template-columns: none; }
  .search-banner {
    padding-top: 20px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #cel-date-search-button,
  #cel-reset-search-button {
    margin-bottom: 10px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #cel-date-search-button,
  #cel-reset-search-button {
    margin-bottom: 0; } }

/* Modul 011400 */
#text-before,
#text-after {
  margin: 1em 0; }

#cel-letter-search-bar {
  text-align: center;
  margin: 1em 0; }
  #cel-letter-search-bar a {
    padding: 5px 10px;
    border-radius: 3px; }
    #cel-letter-search-bar a.letter {
      text-transform: uppercase; }

.cel-contact-item {
  padding: 1em; }
  .cel-contact-item.expanded .details {
    display: block !important; }
  .cel-contact-item .link a {
    color: transparent; }
  .cel-contact-item .details-link {
    display: none; }
    .cel-contact-item .details-link a {
      cursor: pointer; }
  .cel-contact-item:hover .link a {
    color: #337ab7; }
  .cel-contact-item:hover .details-link {
    display: block; }
  .cel-contact-item .item-inner {
    overflow: hidden;
    background-color: #eee;
    padding: .75em; }
    .cel-contact-item .item-inner > div {
      float: left; }
    .cel-contact-item .item-inner .image {
      width: 40%;
      padding-top: 48%;
      background-size: contain;
      background-repeat: no-repeat; }
      .cel-contact-item .item-inner .image .img-responsive {
        width: 100%;
        position: absolute;
        top: 0; }
    .cel-contact-item .item-inner .data {
      width: 58%;
      padding: 0 1em; }
      .cel-contact-item .item-inner .data .salutation {
        display: none; }
    .cel-contact-item .item-inner .details {
      display: none;
      position: absolute;
      background-color: #eee;
      border: 1px solid #ddd;
      margin: 0 -1em;
      padding: 0 1em 1em;
      z-index: 2;
      width: 84%; }
      .cel-contact-item .item-inner .details > div {
        margin-top: .75em; }

#cel-load-more-wrapper {
  padding: 2em;
  text-align: center; }

/*Modul 011700 accordion*/
/*Formular*/
#__new_participant {
  max-width: 700px; }
  #__new_participant .cel-button-wrapper .btn {
    margin: 0; }

.necessary_field {
  color: red;
  font-weight: bold; }

/*Main Body*/
.container, .container-fluid {
  background-color: white;
  padding: 0; }

/*Header*/
.cel-logo {
  padding-left: 0;
  padding-bottom: 10px; }
  .cel-logo.container a {
    display: inline-block; }

.cel-email-is-not-valid {
  background-color: #ffbfcd; }

.cel-email-is-valid {
  background-color: #e0ffe0; }

/*Login*/
.cel-login .cel-login-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .cel-login .cel-login-content .btn-primary {
    margin-top: 0; }

.superiorSelectionDialog {
  padding: 20px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.4); }

.superiorSelectionDialog input.evaluate {
  margin-right: 10px; }

.superiorSelectionDialog .radio {
  margin-bottom: 10px; }

.superiorSelectionDialog ul#cel-superiors-found {
  list-style-type: none;
  padding: 10px 0; }

.superiorSelectionDialog ul#cel-superiors-found li input {
  margin: 0 5px;
  vertical-align: middle; }

.superiorSelectionDialog ul#cel-superiors-found li {
  margin-bottom: 5px; }

.superiorSelectionDialog ul#cel-superiors-found li label {
  display: inline;
  vertical-align: middle; }

.superiorSelectionDialog #cel-ajax-loader img {
  margin-right: 10px; }

#cel-011903 .table th {
  background: #3396c4;
  background: -o-linear-gradient(top, #3396c4, #2884ae);
  color: #FFF; }

.overlay {
  position: absolute;
  top: 0;
  z-index: 10;
  max-height: 100%;
  overflow-y: scroll; }
  .overlay .ovlwindow {
    padding: 10px 25px;
    background-color: #E8E8E8; }

/*Moodul 11905*/
#view_filter {
  padding-top: 10px;
  max-width: 650px; }
  #view_filter input.form-control[readonly] {
    background-color: #fff; }

.tbl_list.table .fa {
  font-size: 18px; }

.cel-pdf-download, .cel-pdf-download:hover {
  background: inherit;
  border: none; }

.module011910 .cel-dateEventContent > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.module011910 .cel-dateEventContent .cel-dateContainer {
  background: #f4f4f4;
  height: 100%;
  position: relative; }

.module011910 .cel-date {
  display: block;
  color: #969696;
  padding: 10px;
  text-align: center;
  margin: 0; }
  .module011910 .cel-date .cel-day {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2px; }

.module011910 .cel-end-date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 2px solid #f4f4f4;
  text-align: center;
  padding: 4px;
  background-color: #FFF; }

.module011910 .cel-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #005C9E;
  padding: 10px 0;
  margin: 0;
  line-height: 22px; }

.module011910 .cel-eventContent h3 {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0; }

.cel-dateEventContent {
  display: block;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px; }

.cel-modalButton a {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  padding: 10px;
  cursor: pointer; }

.module011910 .cel-form-wrapper {
  margin-bottom: 10px;
  max-width: inherit; }
  .module011910 .cel-form-wrapper .btn-default {
    margin-right: 10px; }

.module011910 #view_filter {
  max-width: inherit; }

.module011910 a.cel-select-remove {
  margin-top: 20px; }

.module011910 .cel-dateContent {
  margin-bottom: 10px; }

.ui-dialog {
  padding: 10px;
  background-color: #e5e5e5; }

button.ui-dialog-titlebar-close {
  float: right; }
  button.ui-dialog-titlebar-close:after {
    content: 'x'; }

#participantForms h2 {
  display: inline-block;
  margin: 0 0 10px 0; }

#participantForms .collapse.in .fa-window-minimize {
  display: block; }

#participantForms .collapse.in .fa-window-maximize {
  display: none; }

#participantForms .expand.in .fa-window-minimize {
  display: none; }

#participantForms .expand.in .fa-window-maximize {
  display: block; }

#participantForms .cel-floatingIcons {
  float: right; }
  #participantForms .cel-floatingIcons a {
    float: left;
    font-size: 18px;
    padding-left: 5px;
    text-decoration: none; }
    #participantForms .cel-floatingIcons a:focus, #participantForms .cel-floatingIcons a:active, #participantForms .cel-floatingIcons a:hover {
      text-decoration: none; }

.cel-011911 h1 {
  font-size: 24px; }

.cel-011911 .cel-form-extranet-booking-form .cel-bottom-separator,
.cel-011911 .cel-form-extranet-booking-form legend {
  border: none;
  padding-top: 5px; }

.cel-011911 .cel-form-extranet-booking-form #foot_add_participant {
  padding-bottom: 40px; }
  .cel-011911 .cel-form-extranet-booking-form #foot_add_participant #selectParticipantTable {
    margin-top: 10px; }
  .cel-011911 .cel-form-extranet-booking-form #foot_add_participant .cel-add-participant {
    float: right;
    color: #59A6FF; }

.cel-011911 .cel-form-extranet-booking-form .cel-choosen-participant {
  color: #FFF;
  background-color: rgba(125, 145, 165, 0.85);
  padding: 10px; }
  .cel-011911 .cel-form-extranet-booking-form .cel-choosen-participant .cel-information {
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
    padding-bottom: 5px; }
  .cel-011911 .cel-form-extranet-booking-form .cel-choosen-participant a {
    color: #FFF; }
  .cel-011911 .cel-form-extranet-booking-form .cel-choosen-participant #__related_contacts {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 5px; }

#cel-011912 .ajax-loader {
  visibility: hidden;
  background-color: #9999998f;
  margin-top: -10px;
  margin-left: -30px;
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height: 100%; }

#cel-011912 .ajax-loader img {
  position: relative;
  top: 25%;
  margin: auto; }

#cel-011912 .table.cel-table-overview .fa.fa-caret-down {
  display: none; }

#cel-011912 .table.cel-table-overview .fa.fa-caret-right {
  display: inline-block; }

#cel-011912 .table.cel-table-overview .cel-collapse .fa.fa-caret-right {
  display: none; }

#cel-011912 .table.cel-table-overview .cel-collapse .fa.fa-caret-down {
  display: inline-block; }

#cel-011912 .table.cel-table-overview .collapse.in {
  background-color: #f5f5f5; }

#cel-011912 .table.cel-table-overview .cel-child-1 td:first-child {
  padding-left: 15px; }

#cel-011912 .table.cel-table-overview .cel-child-2 td:first-child {
  padding-left: 25px; }

#cel-011912 .table.cel-table-overview .cel-child-3 td:first-child {
  padding-left: 35px; }

#cel-011912 .table.cel-table-overview .cel-child-4 td:first-child {
  padding-left: 45px; }

#cel-011912 .table.cel-table-overview th {
  background: #3396c4;
  border-right: 1px solid #42a2cf !important;
  background: -o-linear-gradient(top, #3396c4, #2884ae);
  color: #FFF; }

#cel-011912 .cel-tab {
  background-color: #f9f9f7; }
  #cel-011912 .cel-tab div.form-horizontal,
  #cel-011912 .cel-tab form {
    padding: 10px;
    background-color: inherit;
    padding-bottom: 50px; }
    #cel-011912 .cel-tab div.form-horizontal .cel-save,
    #cel-011912 .cel-tab div.form-horizontal .cel-save-casereport,
    #cel-011912 .cel-tab form .cel-save,
    #cel-011912 .cel-tab form .cel-save-casereport {
      margin-right: 5px; }
    #cel-011912 .cel-tab div.form-horizontal .cel-save:first-child,
    #cel-011912 .cel-tab div.form-horizontal .cel-save-casereport:first-child,
    #cel-011912 .cel-tab form .cel-save:first-child,
    #cel-011912 .cel-tab form .cel-save-casereport:first-child {
      margin-right: 0px; }

#cel-011912 .cel-new-record {
  padding: 10px; }

#cel-011912 .cel-file-upload-content,
#cel-011912 .fm_bt_file_upload {
  display: none; }

#cel-011912 .fm_bt_file_upload.active,
#cel-011912 .cel-file-upload-content.active {
  display: inline-block; }

#cel-011912 .cel-achievement_record {
  padding: 10px 10px 10px 30px;
  position: relative; }

#cel-011912 .cel-my-achievement_record {
  padding: 10px; }

#cel-011912 .medium {
  text-align: left; }

#cel-011912 .cel-status .fa {
  font-size: 22px; }

#cel-011912 .cel-trash {
  color: #d9534f; }

#cel-011912 .cel-draft {
  color: #FFFFAA; }

#cel-011912 .active_element {
  color: #5cb85c; }

#cel-011912 .inactive_element {
  color: #d9534f; }

#cel-011912 .pending_element {
  color: #f0ad4e; }

.cel-achievement_record-wrap-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: +100 !important;
  height: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out; }
  .cel-achievement_record-wrap-out .cel-achievement_record-wrap-in {
    position: relative;
    width: 100%;
    height: 100%; }
  .cel-achievement_record-wrap-out .cel-info-text {
    position: absolute;
    top: 10%;
    margin-left: 30px;
    padding: 5px;
    display: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-size: 18px;
    font-weight: bold; }
  .cel-achievement_record-wrap-out .cel-select-ar {
    position: absolute;
    top: 45%;
    padding: 12px 5px 12px 6px;
    border-radius: 0 5px 5px 0;
    background-color: #3396C4;
    border: none;
    font-size: 17px; }
    .cel-achievement_record-wrap-out .cel-select-ar .fa-caret-right {
      display: inline-block; }
    .cel-achievement_record-wrap-out .cel-select-ar .fa-caret-left {
      display: none; }
  .cel-achievement_record-wrap-out #achievement_record {
    padding: 0;
    height: 100%;
    display: none;
    color: transparent;
    background-color: #3396C4; }
    .cel-achievement_record-wrap-out #achievement_record ul.gj-list-md li [data-role="display"],
    .cel-achievement_record-wrap-out #achievement_record ul.gj-list-md {
      color: #fff; }
  .cel-achievement_record-wrap-out.active {
    background-color: #464444c4;
    color: #FFF;
    width: 100%; }
    .cel-achievement_record-wrap-out.active .cel-info-text {
      opacity: 1;
      display: inline-block; }
    .cel-achievement_record-wrap-out.active #achievement_record {
      height: 100%;
      padding: 5px 10px;
      display: inline-block;
      color: #fff; }
    .cel-achievement_record-wrap-out.active .cel-select-ar .fa-caret-right {
      display: none; }
    .cel-achievement_record-wrap-out.active .cel-select-ar .fa-caret-left {
      display: inline-block; }

.cel-form-edit-ar,
.cel-achievement_record {
  display: none; }

.cel-form-edit-ar.active,
.cel-achievement_record.active {
  display: block;
  min-height: 324px; }

#internal_categories {
  padding-left: 20px; }

/**
 * This file contains the layout for special areas in the internal section
 * of celanio, such as boxes for warning- or success messages.
 *
 * @author     Buchheim, Martin
 * @copyright  celanio GmbH
 */
a.tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  float: left;
  min-width: 1.05em;
  line-height: 20px;
  vertical-align: middle;
  height: 1.7em;
  background: #F5F5F5;
  color: #444444;
  font-weight: bold;
  margin: 2px 2px 0 2px;
  padding: 1px 3px 1px 3px;
  border: 1px solid gray;
  border-bottom: none;
  text-align: center; }

a.tab:hover, a.tab_active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  float: left;
  min-width: 1.7em;
  height: 1.7em;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: none;
  background: #2B9CDD;
  color: #FFFFFF;
  font-weight: bold;
  margin: 2px 2px 0 2px;
  padding: 1px 3px 1px 3px;
  border: 1px solid gray;
  border-bottom: none;
  text-align: center; }

.tabtop a:first-child {
  margin-left: 0; }

div.debug {
  margin: 30px auto;
  padding: 3px;
  width: 960px;
  text-align: center; }

div.modctllink {
  display: block;
  float: left; }

div.modctllink a {
  display: block;
  padding-right: 10px;
  float: left;
  height: 18px;
  font-weight: bold; }

div.modctl {
  margin: 5px 0;
  padding: 3px 0;
  min-height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: left; }

div.modctl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

div.modhead {
  display: block;
  margin: 0.1em 0 0.1em 0;
  padding: 0 5px 0 5px;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  background: url(../gfx/bg_headline.png) repeat-y left;
  border-bottom: 1px solid #2B9CDD;
  border-left: 3px solid #2B9CDD; }

div.modtree {
  font-size: 80%;
  color: #000000;
  text-decoration: none;
  padding: 0 3px; }

div.modtree a {
  color: #000000;
  font-weight: normal; }

/**
 * Boxes for system messages and documentation
 ******************************************************************************/
.cel-message-box {
  margin-bottom: 10px;
  padding: 15px;
  text-align: justify;
  border: 1px solid black;
  border-radius: 4px;
  background-size: 22px; }

.cel-warning {
  background: #F79A9A url(../gfx/48x48/status/dialog-warning.png) no-repeat right bottom; }

.cel-success {
  background: #E0F8C9 url(../gfx/48x48/celanio/dialog-success.png) no-repeat right bottom; }

.cel-notice {
  background: #FFFFB6 url(../gfx/48x48/status/dialog-information.png) no-repeat right bottom;
  background-size: 32px; }

div#modHelpBox {
  display: none;
  margin: 5px 0; }

div#modHelpBox a {
  color: #000000;
  text-decoration: underline; }

div#modHelpBox h2 {
  font-weight: bold;
  font-size: 1.0em;
  border-bottom: 1px solid #D6C090; }

div#modHelpBox p {
  margin: 4px 40px 4px 0; }

div.tabbox {
  padding: 5px;
  margin: 0;
  display: block;
  border: 1px solid gray; }

div.tabtop {
  padding: 1px 0;
  margin: 10px 0 0 0;
  display: block;
  height: 23px;
  margin-bottom: 4px; }

select.transferbox {
  font-family: "Courier New", monospace;
  font-size: 12px; }

.cel-vertical-distance {
  margin: 30px 0; }

select.illustrated option {
  padding: 0 3px 0 20px;
  margin: 1px;
  min-height: 16px;
  line-height: 16px;
  vertical-align: middle;
  background: no-repeat left center; }

/* TABLE-SORTER */
table.sortable {
  width: 100%;
  text-align: left; }

table.sortable thead tr th, table.sortable tfoot tr th {
  padding: 4px;
  color: #F8F8F8; }

table.sortable thead tr .header {
  background: url(../gfx/icons/sort_bg.gif) no-repeat center right;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #2B9CDD; }

table.sortable tbody td {
  padding: 4px;
  vertical-align: top; }

table.sortable thead tr .headerSortUp {
  background-image: url(../gfx/icons/sort_asc.gif); }

table.sortable thead tr .headerSortDown {
  background-image: url(../gfx/icons/sort_desc.gif); }

table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
  background-color: #FFFFFF;
  color: #000000; }

/* ----------------------------------------------------------------------------------------
						TOOLTIP & OVERLAY
 ---------------------------------------------------------------------------------------- */
div.tooltip {
  min-width: 300px;
  max-width: 500px;
  padding: 10px;
  border: 3px double gray;
  text-align: left;
  background: url(../gfx/bg_white_translucent.png);
  filter: alpha(opacity=1);
  opacity: 1; }

div.overlay {
  position: absolute;
  z-index: 15;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/bg_overlay.png); }

div.overlay div.ovlwindow {
  z-index: 15;
  position: fixed;
  top: 20px;
  overflow: auto;
  margin: 40px;
  width: 880px;
  padding: 10px 10px 17px 10px;
  background-color: #FFFFFF;
  border: 2px solid #788FDF; }

@media screen and (max-height: 720px) {
  div.overlay:not(.volume_dialog):not(.filter) div.ovlwindow {
    bottom: 1%; } }

@media screen and (max-height: 600px) {
  div.overlay.volume_dialog div.ovlwindow {
    bottom: 1%; } }

@media screen and (max-height: 440px) {
  div.overlay.filter div.ovlwindow {
    bottom: 1%; } }

div.cel-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #AAAAAA;
  opacity: 0.6; }

/**
 * Overview definition-lists
 */
dl.modoverview dt {
  background: url(../gfx/icons/arrow_right.png) left center no-repeat;
  border-top: 1px dashed #CDCDCD;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 22px; }

dl.modoverview dt:first-child {
  border-top: 0; }

/* ----------------------------------------------------------------------------------------
						jQuery / jQuery-UI
 ---------------------------------------------------------------------------------------- */
/**
 * Fix for header height using drop-down fields
 */
.ui-datepicker-header {
  height: 25px;
  margin-bottom: .5em; }

/* ----------------------------------------------------------------------------------------
						WYSIWYG / TINY MCE
 ---------------------------------------------------------------------------------------- */
input.wysiwyg, textarea.wysiwyg {
  font-size: 12px;
  font-family: Helvetica, Arial, Nimbus Sans, sans-serif;
  font-weight: normal;
  display: block;
  width: 98%;
  height: 400px;
  border: none; }

ul.tree, ul.tree ul {
  list-style-type: none;
  background: url(../gfx/vline.png) repeat-y;
  margin: 0;
  padding: 0; }

ul.tree ul {
  margin-left: 10px; }

ul.tree li {
  margin: 0;
  padding: 0 12px;
  line-height: 20px;
  background: url(../gfx/node.png) no-repeat; }

ul.tree li:last-child {
  background: #FFFFFF url(../gfx/lastnode.png) no-repeat; }

.cel-ajax-loader {
  margin: 0 auto;
  padding-left: 35px;
  padding-top: 22px;
  background: transparent url(../gfx/ajax-loader.gif) no-repeat 2px 19px;
  height: 70px;
  width: 150px;
  display: none; }

/**
 * celanio actions drop-down
 * ************************************************************************** */
/* Cell for ui actions */
td.cel-ui-actions {
  width: 40px; }

th.cel-ui-actions {
  width: 40px; }

/* DropDown container */
.cel-ui-actions-dropdown {
  margin: 0 auto;
  position: relative; }

/* DropDown trigger */
.cel-ui-actions-dropdown-trigger {
  display: block;
  background: transparent url(../gfx/icons/cel-action-dropdown.png) no-repeat 0 0;
  width: 48px;
  height: 24px;
  background-size: 44px; }

/* DropDown container */
.cel-ui-actions-dropdown-container {
  display: none;
  position: absolute;
  background: white;
  width: 200px;
  border: 1px solid #ddd;
  z-index: 20;
  top: 0;
  right: 40px;
  color: black;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
  padding: 5px; }

.cel-ui-actions-dropdown-container.cel-ui-dropdown-open-right {
  right: auto;
  left: 40px; }

.cel-ui-selected {
  display: block; }

.cel-ui-trigger-selected {
  background-color: gray; }

/* DropDown content */
.cel-ui-actions-dropdown-container > a {
  display: block;
  height: 25px;
  padding: 5px 10px 5px 30px;
  background: transparent no-repeat 3px center;
  color: inherit;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 1em; }

.cel-ui-actions-dropdown .cel-ui-divider {
  display: block;
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.cel-draggable {
  margin: 0 5px 5px 5px;
  height: 1.5em;
  line-height: 1.2em; }

.article_list .input_article_amount {
  width: 75px; }

/* 012200 Module Styles */
#pcc_pagination_table .panel-body, #cel-catalog-page .panel-body {
  padding: 15px 15px 15px 15px; }

.cel-catalog-margin-up {
  margin-top: 15px; }

#cel-catalog-selection h1 {
  font-size: 24px; }

#cel-catalog-selection .cel-submit {
  margin: 16px 0; }

#cel-catalog-page h1 {
  font-size: 24px; }

#cel-catalog-page #cel_productcatalog_container .catDesc {
  padding-bottom: 16px; }

#cel-catalog-category-page h1 {
  font-size: 24px; }

#cel-catalog-category-page #basket {
  padding: 8px;
  background-color: #eee;
  margin: 16px 0 8px;
  border: 1px solid #ccc; }

#cel-catalog-category-page #basketDdl {
  margin: 16px 0; }

#cel-catalog-category-page #cel_prodcatcategory_container {
  margin: 16px 0; }

#cel-catalog-category-page #cel_prodcatcategory_container tr {
  vertical-align: top; }

#cel-catalog-category-page #cel_prodcatcategory_container .price td {
  padding: 10px 0 22px; }

#cel-catalog-category-page #cel_prodcatcategory_container .catName {
  font-size: 16px; }

#cel-catalog-category-page #cel_prodcatcategory_container .catDesc {
  display: none; }

#cel-catalog-category-page #cel_prodcatcategory_container .matPrice {
  font-weight: bold; }

#cel-catalog-category-page .cel-buttons-left {
  float: left; }

#cel-catalog-category-page .cel-buttons-right {
  text-align: right; }

#cel-resource-booking-calendar h1 {
  font-size: 24px; }

#cel-resource-booking-calendar h2 {
  font-size: 18px; }

.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px; }

.ui-dialog #cel-time-pick-dialog #cel-time-slots a {
  cursor: pointer;
  color: #2B9CDD; }

.ui-dialog .ui-dialog-buttonpane {
  display: none; }

#cel-resource-booking-calendar #cel-calendar-wrapper {
  margin-top: 32px; }

#cel-resource-booking-calendar #cel-calendar-wrapper .fc-event-container {
  cursor: pointer; }

#cel-resource-booking-calendar #cel-calendar-wrapper .fc-event {
  background-color: #2B9CDD; }

.col_action_delete i {
  font-size: 1.5em; }

.input_article_amount {
  max-width: 64px; }

.article_list_header th {
  padding-bottom: 12px; }

.article_list {
  margin-bottom: 16px; }

.article_list .row_price_total td {
  font-weight: bold; }

.article_list .row_price_total {
  border-top: 1px solid #ccc; }

.article_list .row_article td {
  padding-bottom: 8px; }

#invoice_recipient_source_form .line.headline {
  font-weight: bold; }

#invoice_recipient_source_form .line .line {
  padding: 0; }

#invoice_recipient_source_form .text.email {
  width: 256px; }

#invoice_recipient_source_form label {
  font-weight: normal;
  padding-top: 5px; }

#cel_prodcatcategory_container nav {
  text-align: center; }

#showBasket a {
  display: inline-block;
  font-size: 20px; }

.description .cel-overflow {
  overflow: hidden;
  max-height: 4.5em;
  min-height: 4.5em;
  font-size: 1em;
  line-height: 1.5em; }

#pcc_pagination_table .collapsed .cel-more,
#pcc_pagination_table .collapsed .cel-plus {
  display: inline-block; }

#pcc_pagination_table .collapsed .cel-less,
#pcc_pagination_table .collapsed .cel-minus {
  display: none; }

#pcc_pagination_table .collapsed .cel-minus, #pcc_pagination_table .collapsed .cel-plus {
  background-color: #247dc4; }

#pcc_pagination_table .cel-minus,
#pcc_pagination_table .cel-plus {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }

#pcc_pagination_table .cel-plus {
  width: 42px;
  color: #fff;
  background-color: #838383;
  display: none; }

#pcc_pagination_table .cel-more {
  display: none; }

#pcc_pagination_table .cel-minus {
  width: 42px;
  color: #fff;
  background-color: #838383; }

.breadcrumb i.fa {
  font-size: 20px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -o-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -o-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -o-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.cel-jobOffer {
  background: #fff;
  padding: 20px 20px 55px;
  -webkit-box-shadow: -2px 2px 10px 0 rgba(157, 157, 156, 0.5);
          box-shadow: -2px 2px 10px 0 rgba(157, 157, 156, 0.5);
  margin-bottom: 20px;
  position: relative; }
  .cel-jobOffer .cel-button {
    position: absolute;
    bottom: 20px;
    right: 10px; }
  .cel-jobOffer h3 {
    padding: 0;
    margin: 0;
    font-size: 17px; }

.cel-half {
  width: 50%;
  float: left; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 3px;
  margin-bottom: 0; }

.cel-jobsuche {
  padding: 0;
  margin-bottom: 20px; }
  .cel-jobsuche a:hover, .cel-jobsuche a:active, .cel-jobsuche a:focus {
    text-decoration: none; }
  .cel-jobsuche .cel-facetenname {
    background-color: #c9006a;
    color: #FFF;
    padding: 5px; }
  .cel-jobsuche .cel-facetenname:hover {
    background-color: #FFF;
    color: #c9006a; }
  .cel-jobsuche .cel-jobsuche-inner {
    text-align: center; }
    .cel-jobsuche .cel-jobsuche-inner .cel-checkbox {
      background-color: #FFF;
      padding: 20px;
      text-align: left; }

#collapseJobtype .cel-checkbox {
  border-left: 1px solid  #262626; }

.cel-fileheader {
  background-color: #c9006a;
  color: #FFF;
  padding: 5px;
  text-align: center;
  margin-bottom: 0; }
  .cel-fileheader small {
    color: #FFF; }

.dropzone {
  background: #fff;
  padding: 30px;
  border: 1px dashed #c9006a; }

h3.cel-personal-header {
  background-color: #c9006a;
  color: #FFF;
  padding: 10px;
  margin-bottom: 0; }

.cel-personal-content {
  background-color: #FFF;
  padding: 10px; }

.cel-thumbnail-image {
  height: 48px;
  width: 48px;
  margin-left: auto;
  margin-right: auto; }

.cel-bottom-link {
  background-color: #97978b;
  padding: 5px; }

.cel-file-thumbnails {
  width: 120px;
  margin: 20px 20px 0 0;
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.cel-thumbnail-image {
  width: 120px;
  height: 90px; }

.cel-thumbnail-image img {
  max-width: 100%;
  max-height: 100%; }

.cel-thumbnail-image .cel-icon {
  margin-top: 20px; }

.cel-thumbnail-name {
  word-wrap: break-word;
  margin-top: 8px;
  display: block; }

/*! jQuery UI - v1.11.4 - 2016-06-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* 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-clearfix {
  min-height: 0;
  /* support: IE7 */ }

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

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.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: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* 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 .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; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* 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;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ }

.ui-tabs .ui-tabs-nav {
  margin: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: none; }
  .ui-tabs .ui-tabs-panel .panel-primary {
    border-radius: 0 4px; }
  .ui-tabs .ui-tabs-panel .panel-body {
    padding: 15px; }
  .ui-tabs .ui-tabs-panel .panel-footer {
    min-height: 56px; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #c9006a;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .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; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first 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: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*
* celanio layout for new webshop
*/
.panel-body .cel-necessary-field {
  color: #8a6d3b;
  background-color: #fcf8e3; }

.panel-body .cel-error {
  color: #a94442;
  background-color: #f2dede; }

#tabs .ui-widget-header li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  background-color: #c9006a; }
  #tabs .ui-widget-header li a {
    color: #fff; }

#personal-data-form .form-horizontal {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

#personal-data-form .cel-alert {
  display: none; }

.panel-footer .btn-primary,
.panel-body .btn-primary {
  margin-top: 0px; }

.panel-primary {
  border-color: #c9006a; }

.panel-primary > .panel-heading {
  background-color: #c9006a;
  border-color: #c9006a; }

h2.panel-title {
  padding-left: 15px; }

.cel-070100 .cel-border {
  border: 1px solid #eeeeee;
  border-radius: 10px; }

.cel-070100 textarea {
  max-width: 100%; }

.cel-070100 .cel-bottom-margin {
  margin-bottom: 10px; }

.cel-070100 .cel-top-margin {
  margin-top: 10px; }

/*Default*/
.cel-active > a {
  color: #23527c;
  text-decoration: underline; }

#topnavaccordion span.caret {
  display: none; }

#topnavaccordion a.head {
  padding-top: 23px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  color: #888;
  line-height: 20px; }
  #topnavaccordion a.head:hover, #topnavaccordion a.head:active, #topnavaccordion a.head:focus {
    color: #5F5F5F;
    text-decoration: none; }
  #topnavaccordion a.head a.head,
  #topnavaccordion a.head a.sub {
    white-space: nowrap; }

.cel-menuhide {
  display: none; }

.cel-space {
  margin-top: 10px; }

.cel-bottom-separator {
  border-bottom: 1px solid #e5e5e5; }

.cel-smiley {
  height: 22px;
  width: 22px;
  display: inline-block; }

.cel-smiley-1 {
  background: url("../../gfx/22x22/emotes/face-smile.png") no-repeat; }

.cel-smiley-2 {
  background: url("../../gfx/22x22/emotes/face-plain.png") no-repeat; }

.cel-smiley-3 {
  background: url("../../gfx/22x22/emotes/face-sad.png") no-repeat; }

.panel-body .col-sm-3 h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 10px; }

.control-label em,
.cel-mandatory-field,
.necessary_field {
  color: red; }

.cel-button {
  margin-right: 10px; }

.cel-button-wrapper .btn {
  margin-right: 10px; }

/* Background*/
html, body {
  height: 100%;
  /* needed for container min-height */ }

.cel-page {
  position: relative; }

.cel-backgroundcolor {
  background-color: #f5f5f3; }

.cel-backgroundimage {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

/*Main Body*/
.container, .container-fluid {
  background-color: white;
  padding: 0;
  overflow-x: hidden; }

/*Header*/
.cel-page .cel-logo {
  max-width: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.cel-logo.cel-top img {
  max-width: 290px;
  padding: 20px;
  display: inline-block; }

.cel-logo.cel-top .search {
  padding: 20px;
  float: right;
  display: inline-block;
  width: 300px; }
  .cel-logo.cel-top .search .btn-primary {
    height: 36px;
    min-width: 36px;
    padding: 6px 7px; }

nav.navbar {
  border: none;
  margin-bottom: 0;
  position: relative;
  border-radius: 0; }
  nav.navbar .navbar-collapse {
    padding-top: 30px;
    padding-left: 240px; }
  nav.navbar .search {
    float: right; }
    nav.navbar .search form {
      padding: 7px 0; }

.cel-banner img {
  height: 100px;
  width: 100%; }

.cel-avatar-container {
  background-color: #222;
  position: relative;
  min-height: 44px; }
  .cel-avatar-container .cel-avatar {
    position: absolute;
    right: 0;
    color: #FFF;
    padding: 10px; }
    .cel-avatar-container .cel-avatar img {
      margin-left: 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 20px;
      width: 20px;
      border-radius: 50%; }
    .cel-avatar-container .cel-avatar form {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0; }
    .cel-avatar-container .cel-avatar button {
      margin-left: 20px;
      padding: 4px;
      border-radius: 50px; }

#cel-webshop-switch .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#cel-webshop-switch .cel-btn-group {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px; }

#cel-webshop-switch form {
  margin-bottom: 40px; }

#cel-webshop-switch-register.cel-register,
#cel-webshop-switch-login.cel-login {
  border-right: none; }
  #cel-webshop-switch-register.cel-register .cel-btn-group,
  #cel-webshop-switch-login.cel-login .cel-btn-group {
    position: inherit; }
  #cel-webshop-switch-register.cel-register form,
  #cel-webshop-switch-login.cel-login form {
    margin-bottom: 0px; }

#cel-webshop-switch.cel-login {
  border-right: none; }
  #cel-webshop-switch.cel-login .cel-btn-group {
    position: inherit; }
  #cel-webshop-switch.cel-login form {
    margin-bottom: 0px; }

/*Content*/
.container-fluid .cel-content,
.container .cel-content {
  padding: 30px; }

ul.cel-sidemenu {
  padding-top: 20px;
  padding-bottom: 20px; }
  ul.cel-sidemenu > li {
    border-bottom: 1px solid #737373; }
  ul.cel-sidemenu > li:last-child {
    border-bottom: none; }
  ul.cel-sidemenu ul.dropdown-menu {
    position: relative;
    float: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

#cel-webshop-switch-login {
  border-right: solid 2px #a8a8af; }

#cel-webshop-switch-login,
#cel-webshop-switch-register {
  padding: 0 28px; }

#cel-webshop-switch {
  max-width: 800px; }

.modal-dialog .ajax-loader {
  visibility: hidden;
  background-color: #9999998f;
  margin: -19px;
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px; }

.modal-dialog .ajax-loader {
  margin: 0; }

.ajax-loader i.fa {
  position: relative;
  top: 25%;
  margin: auto; }

.cel-alert {
  display: none; }

/* page container*/
.cel-page {
  background-color: #ffffff;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 25px; }

body {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, Helvetica, Garuda, sans-serif;
  color: #999;
  line-height: 1.4; }

/* navigation */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: #FFF; }
  .navbar-default .navbar-collapse a, .navbar-default .navbar-form a {
    font-weight: normal; }

/* main object layout*/
h1, .h1 {
  font-size: 22px;
  margin-bottom: 0.8em; }

h2, .h2 {
  font-size: 20px; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  color: #777;
  font-weight: bold;
  line-height: 1.2em; }

a {
  color: #c9006a;
  font-weight: bold; }

a:hover, a:focus {
  color: #c9006a;
  text-decoration: underline; }

a.page-link {
  color: #c9006a !important; }

.btn-primary {
  background-color: #c9006a;
  border-color: #c9006a; }

.btn-primary[disabled]:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:hover {
  color: #fff;
  background-color: #c9006a;
  border-color: #c9006a; }

/*Footer*/
footer.cel-footer-wrapper .cel-footer-inner-wrapper {
  border-top: 1px solid #cecece;
  padding: 20px 0; }

footer.cel-footer-wrapper .cel-footermenu {
  float: right; }
  footer.cel-footer-wrapper .cel-footermenu a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #888;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 0px; }

/*Responsive*/
/* Small devices (mobilephone, 320px and up) */
@media (min-width: 320px) and (max-width: 767px) {
  #topnavaccordion .navbar-nav {
    float: none;
    padding-left: 15px;
    padding-right: 15px; }
  .container .cel-header {
    padding: 0; }
  .cel-header .navbar .navbar-nav {
    padding-top: 0;
    padding-bottom: 10px; }
  .cel-header .navbar-default .navbar-collapse {
    text-align: left; }
  ul.cel-menuhide {
    display: block;
    border-bottom: 1px dashed #fff; }
  nav.navbar .navbar-collapse {
    padding-top: 12px;
    padding-left: 0; }
  .cel-logo img {
    width: 150px; }
  nav.navbar {
    position: relative;
    width: 100%; }
    nav.navbar .navbar-collapse {
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 100;
      background-color: #158fd0; }
      nav.navbar .navbar-collapse a {
        color: #FFF; }
  #topnavaccordion a.head {
    color: #FFF; }
  .navbar-collapse {
    position: relative; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF; }
  .cel-input-wrapper .input-group {
    padding-bottom: 10px; }
  .form-horizontal .control-label {
    text-align: left; }
  footer.cel-footer-wrapper .cel-subfooter {
    padding-left: 30px; }
  .cel-header .navbar .navbar-nav > li > a:after {
    content: ""; }
  #topnavaccordion li > div, #navaccordion li > div {
    padding: 0; }
  #accordion .panel-body .cel-infoline-button {
    float: none;
    display: block;
    text-align: left;
    padding-bottom: 10px; }
  #accordion .panel-body .cel-infoline-button:last-child {
    float: none;
    display: block;
    padding-bottom: 0; }
  .cel-input-wrapper .cel-w80,
  .cel-input-wrapper .cel-w50,
  .cel-input-wrapper .cel-w20 {
    margin-bottom: 10px; }
  /*fix login switch*/
  #cel-webshop-switch .row {
    display: block; }
  #cel-webshop-switch #cel-webshop-switch-register {
    border-top: 1px solid #949292;
    margin-top: 10px;
    padding-top: 10px; }
  .cel-page {
    padding: 0; }
  #participanttab .form-group .input-group {
    margin-bottom: 10px; }
  .container-fluid .cel-content, .container .cel-content {
    padding: 15px; }
  .cel-logo {
    padding-left: 15px; }
  footer.cel-footer-wrapper .cel-footer-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: relative; }
  .cel-logo img {
    width: 150px; }
  nav.navbar .navbar-collapse {
    padding-top: 12px; }
  .navbar-collapse.collapse.cel-sidebar-on {
    display: none !important; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF; }
  .form-horizontal .control-label {
    text-align: left; }
  #topnavaccordion .panel-collapse {
    position: absolute;
    left: 0;
    background-color: white;
    padding: 10px;
    top: 44px;
    min-width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-shadow: 0px 5px 20px 0px lightgray;
            box-shadow: 0px 5px 20px 0px lightgray; }
    #topnavaccordion .panel-collapse li {
      display: block; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .cel-five-col .col-sm-2 {
    width: 20%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .cel-page {
    padding: 0; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container .cel-header {
    padding: 0; }
  .navbar-collapse.collapse.cel-sidebar-on {
    display: none !important; }
  .form-horizontal .control-label {
    text-align: left; }
  #topnavaccordion .panel-collapse {
    position: absolute;
    left: 0;
    background-color: white;
    padding: 10px;
    top: 44px;
    min-width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-shadow: 0px 5px 20px 0px lightgray;
            box-shadow: 0px 5px 20px 0px lightgray; }
    #topnavaccordion .panel-collapse li {
      display: block; } }

@media (min-width: 992px) and (min-width: 992px) {
  .cel-five-col .col-md-2 {
    width: 20%; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (min-width: 1200px) {
  .cel-five-col .col-lg-2 {
    width: 20%; } }

/*# sourceMappingURL=custom.css.map */
