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

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

/* 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; }

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker.datetimepicker-rtl {
  direction: rtl; }

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute; }

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block; }

.datetimepicker.hours div.datetimepicker-hours {
  display: block; }

.datetimepicker.days div.datetimepicker-days {
  display: block; }

.datetimepicker.months div.datetimepicker-months {
  display: block; }

.datetimepicker.years div.datetimepicker-years {
  display: block; }

.datetimepicker table {
  margin: 0; }

.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 0; }

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.minute:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.hour:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999; }

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069; }

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datetimepicker table tr td span:hover {
  background: #eee; }

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span.old {
  color: #999; }

.datetimepicker th.switch {
  width: 145px; }

.datetimepicker th span.glyphicon {
  pointer-events: none; }

.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
  background: #eee; }

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

.datetimepicker-type-time > div thead {
  display: none; }

.datetimepicker-type-time > div tbody td {
  width: 200px; }

/* ===========================================================
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8; }

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit; }

.tour-step-background {
  position: absolute;
  z-index: 1100;
  background: inherit;
  border-radius: 6px; }

.popover[class*=tour-] {
  z-index: 1100; }

.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px; }

.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right; }

.popover[class*=tour-] .popover-navigation [data-role=prev], .popover[class*=tour-] .popover-navigation [data-role=next], .popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer; }

.popover[class*=tour-] .popover-navigation [data-role=prev].disabled, .popover[class*=tour-] .popover-navigation [data-role=next].disabled, .popover[class*=tour-] .popover-navigation [data-role=end].disabled {
  cursor: default; }

.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0; }

.popover[class*=tour-].orphan .arrow {
  display: none; }

/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0; }

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857; }

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px; }

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0; }

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px; }

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px; }

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px; }

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px; }

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b; }

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning.select2-drop-active {
  border-color: #66512c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c; }

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442; }

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error.select2-drop-active {
  border-color: #843534; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534; }

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d; }

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success.select2-drop-active {
  border-color: #2b542c; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c; }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }

.select2-drop-active {
  border-color: #66afe9; }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important; }

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca; }

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%; }

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b; }

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */ }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */ }

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important; }

ol.sortable, ol.sortable ol {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none; }

.placeholder {
  border: 1px rgba(0, 172, 213, 0.3) dashed;
  background-color: rgba(0, 172, 213, 0.1);
  border-radius: 4px; }

.mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent; }

.sortable li {
  margin: 5px 0 0 0;
  padding: 0; }

/*.sortable li div span {
    margin-top: -7px;
}*/
.sortable li div.item {
  margin: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 4px;
  cursor: move;
  background: rgba(158, 158, 158, 0.1); }

/*
.sortable li.mjs-nestedSortable-branch div {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);

}

.sortable li.mjs-nestedSortable-leaf div {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);

}*/
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  /*border-color: #999;*/
  background: #fafafa; }

.disclose {
  cursor: pointer;
  width: 10px;
  display: none; }

.sortable li.mjs-nestedSortable-collapsed > ol {
  display: none; }

.sortable li.mjs-nestedSortable-branch > div > .disclose {
  display: inline-block !important; }

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
  content: ' +'; }

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
  content: ' -'; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

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

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

/** GRAYTONES */
/** BERTA-Tones **/
/***** Main Content Section *****/
/***** Abo *****/
/***** Social Tile *****/
/***** Draggable widget and elements in sidebar *****/
/***** Tile *****/
/***** System Box *****/
/***** Charts *****/
/***** Draggable Widgets/Elements *****/
/***** System Box *****/
#main-nav-item-widget {
  display: none; }

#service-xing {
  display: none; }

#tour-step-dashboard-socialmedia #w3 {
  display: none; }

.btn-accent {
  color: #fff;
  border: 1px solid #FF775A;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 16.8px;
  margin-top: 2em;
  display: inline-block;
  text-align: center;
  background-color: #FF775A;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-accent.lg {
    padding: 10px 50px 10px; }
  .btn-accent.full-width {
    width: 100%; }
  .btn-accent.arrow-link::before {
    color: #fff; }
  .btn-accent:hover, .btn-accent:focus, .btn-accent:active {
    background-color: #fff;
    outline: none;
    text-decoration: none;
    color: #FF775A; }
    .btn-accent:hover.arrow-link::before, .btn-accent:focus.arrow-link::before, .btn-accent:active.arrow-link::before {
      color: #fff; }
  .btn-accent.selected {
    background-color: #fff;
    color: #FF775A; }
  .btn-accent.decrypt-password {
    margin-top: 0; }

.btn-dark {
  color: #fff;
  border: 1px solid #65626d;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 16.8px;
  margin-top: 2em;
  display: inline-block;
  text-align: center;
  background-color: #65626d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-dark.lg {
    padding: 10px 50px 10px; }
  .btn-dark.full-width {
    width: 100%; }
  .btn-dark.arrow-link::before {
    color: #fff; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: #fff;
    outline: none;
    text-decoration: none;
    color: #65626d; }
    .btn-dark:hover.arrow-link::before, .btn-dark:focus.arrow-link::before, .btn-dark:active.arrow-link::before {
      color: #fff; }

.btn-light {
  color: #8c8991;
  border: 1px solid #9e9e9e;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 16.8px;
  margin-top: 2em;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-light.lg {
    padding: 10px 50px 10px; }
  .btn-light.full-width {
    width: 100%; }
  .btn-light.arrow-link::before {
    color: #8c8991; }
  .btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #8c8991;
    outline: none;
    text-decoration: none;
    color: #fff; }
    .btn-light:hover.arrow-link::before, .btn-light:focus.arrow-link::before, .btn-light:active.arrow-link::before {
      color: #8c8991; }

.btn-white-accent {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 16.8px;
  margin-top: 2em;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-white-accent.lg {
    padding: 10px 50px 10px; }
  .btn-white-accent.full-width {
    width: 100%; }
  .btn-white-accent.arrow-link::before {
    color: #fff; }
  .btn-white-accent:hover, .btn-white-accent:focus, .btn-white-accent:active {
    background-color: #fff;
    outline: none;
    text-decoration: none;
    color: #FF775A; }
    .btn-white-accent:hover.arrow-link::before, .btn-white-accent:focus.arrow-link::before, .btn-white-accent:active.arrow-link::before {
      color: #fff; }

.btn-red.js-submit {
  color: #fff;
  border: 1px solid #f04b32;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 16.8px;
  margin-top: 2em;
  display: inline-block;
  text-align: center;
  background-color: #f56954;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-red.js-submit.lg {
    padding: 10px 50px 10px; }
  .btn-red.js-submit.full-width {
    width: 100%; }
  .btn-red.js-submit.arrow-link::before {
    color: #fff; }
  .btn-red.js-submit:hover, .btn-red.js-submit:focus, .btn-red.js-submit:active {
    background-color: #fff;
    outline: none;
    text-decoration: none;
    color: #fff; }
    .btn-red.js-submit:hover.arrow-link::before, .btn-red.js-submit:focus.arrow-link::before, .btn-red.js-submit:active.arrow-link::before {
      color: #fff; }
  .btn-red.js-submit:hover {
    background-color: #e1422a; }

/*
.btn-green {
  @include button(#437f40, #5d9a5a, $white, $white);
  &:hover {
    background: #437f40;
  }
}

.btn-blue {
  @include button($pantone-170-u, #009abf, $white, $white);
  &:hover {
    background: #0087a7;
  }
}

.btn-orange {
  @include button(#f39c12, #de8e0e, $white, $white);
  &:hover {
    background: #ca810d;
  }
}*/
b.accent, p.accent, i.accent, small.accent, span.accent, h1.accent, h2.accent, h3.accent, h4.accent, h5.accent {
  color: #FF775A; }

.label-berta {
  background-color: #FF775A; }

.tile-wrapper {
  padding-bottom: 30px; }
  .tile-wrapper.icon-tile-wrapper {
    margin-top: 5em; }
    .tile-wrapper.icon-tile-wrapper .icon {
      text-align: center;
      z-index: 100;
      margin-top: -130px;
      margin-bottom: 50px;
      color: #FF775A; }
      .tile-wrapper.icon-tile-wrapper .icon span {
        font-size: 8em; }
      .tile-wrapper.icon-tile-wrapper .icon .fa-stack {
        width: 170px;
        height: 170px;
        line-height: 170px; }
        .tile-wrapper.icon-tile-wrapper .icon .fa-stack .fa-stack-2x {
          font-size: 170px; }
        .tile-wrapper.icon-tile-wrapper .icon .fa-stack .fa-stack-1x {
          font-size: 85px; }
          .tile-wrapper.icon-tile-wrapper .icon .fa-stack .fa-stack-1x svg {
            display: block;
            margin: 42.5px;
            fill: white;
            width: 85px;
            height: 85px; }

.theme-tile {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  text-align: center;
  padding: 1em;
  min-height: inherit; }
  .theme-tile div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .theme-tile div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .theme-tile h3 small, .theme-tile h4 small, .theme-tile h5 small {
    display: block; }
  .theme-tile h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .theme-tile h4.accent {
      color: #FF775A; }
      .theme-tile h4.accent small {
        color: #3f3b48; }
  .theme-tile .image-wrapper {
    overflow: hidden; }
  .theme-tile img {
    width: 100%; }

.widget-tile {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 30px; }
  .widget-tile div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .widget-tile div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .widget-tile h3 small, .widget-tile h4 small, .widget-tile h5 small {
    display: block; }
  .widget-tile h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .widget-tile h4.accent {
      color: #FF775A; }
      .widget-tile h4.accent small {
        color: #3f3b48; }
  .widget-tile h3 {
    font-size: 26px;
    font-family: inherit;
    font-weight: bold;
    line-height: 32px; }

.abo-tile, .abo-addon-list-tile {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  min-height: 140px;
  padding: 15px 40px; }
  .abo-tile div.buttons, .abo-addon-list-tile div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .abo-tile div.buttons .btn, .abo-addon-list-tile div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .abo-tile h3 small, .abo-addon-list-tile h3 small, .abo-tile h4 small, .abo-addon-list-tile h4 small, .abo-tile h5 small, .abo-addon-list-tile h5 small {
    display: block; }
  .abo-tile h4, .abo-addon-list-tile h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .abo-tile h4.accent, .abo-addon-list-tile h4.accent {
      color: #FF775A; }
      .abo-tile h4.accent small, .abo-addon-list-tile h4.accent small {
        color: #3f3b48; }
  .abo-tile .progress, .abo-addon-list-tile .progress {
    background-color: #eeeeee;
    border-radius: 16px; }
    .abo-tile .progress .progress-bar-okay, .abo-addon-list-tile .progress .progress-bar-okay {
      background-color: #65626d; }
    .abo-tile .progress .progress-bar-warning, .abo-addon-list-tile .progress .progress-bar-warning {
      background-color: #FF775A; }
  .abo-tile h3, .abo-addon-list-tile h3 {
    font-weight: bold; }
  .abo-tile h4, .abo-addon-list-tile h4 {
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 13.77px; }
    .abo-tile h4 small, .abo-addon-list-tile h4 small {
      font-size: inherit;
      line-height: inherit; }
    .abo-tile h4 .form-group, .abo-addon-list-tile h4 .form-group {
      display: inline-block;
      width: 20px;
      margin-left: -23px;
      margin-bottom: 0;
      /*& + span{
        margin-left: 0;
      }*/ }
      .abo-tile h4 .form-group ~ span, .abo-addon-list-tile h4 .form-group ~ span, .abo-tile h4 .form-group ~ small, .abo-addon-list-tile h4 .form-group ~ small {
        margin-left: 0; }
  .abo-tile .save, .abo-addon-list-tile .save {
    color: #FF775A; }
    .abo-tile .save::before, .abo-addon-list-tile .save::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 3px; }
  .abo-tile .checkbox, .abo-addon-list-tile .checkbox {
    padding-left: 0; }
  .abo-tile .progress + div.buttons, .abo-addon-list-tile .progress + div.buttons {
    margin-top: -20px; }
  .abo-tile .content .form-group:last-child, .abo-addon-list-tile .content .form-group:last-child {
    margin-bottom: 0px; }

.tile-wrapper.large-title .abo-tile h4, .tile-wrapper.large-title .abo-addon-list-tile h4 {
  font-size: 21px;
  line-height: 25px; }

.info-tile {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 0 15px 21px;
  min-height: 100%; }
  .info-tile div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .info-tile div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .info-tile h3 small, .info-tile h4 small, .info-tile h5 small {
    display: block; }
  .info-tile h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .info-tile h4.accent {
      color: #FF775A; }
      .info-tile h4.accent small {
        color: #3f3b48; }
  .info-tile .icon {
    margin: 0 -15px;
    text-align: center;
    font-size: 22px;
    line-height: 26.4px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0; }
  .info-tile .buttons .btn-light {
    border-color: #B2B1B7 !important;
    color: #B2B1B7 !important; }
    .info-tile .buttons .btn-light:hover {
      color: white !important; }
  .info-tile h4 {
    padding-top: 25px;
    font-size: 14px;
    line-height: 19px;
    color: #65626d;
    margin-bottom: 0; }
  .info-tile div.content {
    font-size: 14px;
    line-height: 19px;
    color: #b2b1b6; }

/*
.setup-tile .info-tile {
  background-color: $accent-color;
  color: $white;

  h4,div.content {
    color: $white;
  }
}
*/
.short-tile {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  min-height: 100px;
  padding: 33px 15px 20px; }
  .short-tile div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .short-tile div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .short-tile h3 small, .short-tile h4 small, .short-tile h5 small {
    display: block; }
  .short-tile h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .short-tile h4.accent {
      color: #FF775A; }
      .short-tile h4.accent small {
        color: #3f3b48; }
  .short-tile .btn {
    margin-top: 40px; }
  .short-tile h4 small {
    color: #b2b1b6; }

.icon-tile {
  padding: 3em;
  position: relative; }

.tile-alert {
  position: relative;
  min-height: 400px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 2px;
  min-height: 100px;
  padding: 33px 15px 43px; }
  .tile-alert div.buttons {
    margin-left: -5px;
    margin-right: -5px; }
    .tile-alert div.buttons .btn {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
  .tile-alert h3 small, .tile-alert h4 small, .tile-alert h5 small {
    display: block; }
  .tile-alert h4 {
    color: #3f3b48;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13.77px; }
    .tile-alert h4.accent {
      color: #FF775A; }
      .tile-alert h4.accent small {
        color: #3f3b48; }
  .tile-alert h4 {
    font-size: 16px;
    line-height: 19px;
    color: #65626d; }
  .tile-alert .btn {
    margin-top: 10px; }

.alert.fancybanner {
  width: 80%;
  position: absolute;
  min-height: 60px;
  border-radius: 0; }
  .alert.fancybanner.fade.slide {
    left: 100%;
    -webkit-transition: left 0.2s cubic-bezier(0, 0.16, 1, 0.4);
    transition: left 0.2s cubic-bezier(0, 0.16, 1, 0.4);
    opacity: .7; }
  .alert.fancybanner.fade.in.slide {
    left: 20%;
    opacity: 1; }
  .alert.fancybanner .float-right {
    float: right;
    margin-right: 20px; }

button[data-bb-handler="cancel"] {
  border: none;
  background: white;
  color: #a1a1a1; }

button[data-bb-handler="cancel"]:hover {
  border: none;
  background: white;
  color: #8e8d8d; }

/* iCheck plugin Line skin, green
----------------------------------- */
.icheck-button,
.iradio-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 6px 12px 6px 30px;
  font-size: 14px;
  line-height: 1.42857;
  background: #f56954;
  border: 1px solid #f04b32;
  color: #fff;
  border-radius: 4px;
  cursor: pointer; }

.icheck-button .icheck_line-icon,
.iradio-button .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(line.png) no-repeat;
  border: none; }

.icheck-button.hover,
.iradio-button.hover {
  background: #e1422a; }

.icheck-button.checked.hover,
.iradio-button.checked.hover {
  background: #437f40; }

.icheck-button.checked,
.iradio-button.checked {
  background: #69af65;
  border: 1px solid #5d9a5a; }

.icheck-button.checked .icheck_line-icon,
.iradio-button.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheck-button.disabled,
.iradio-button.disabled {
  background: #89E6C4;
  cursor: default; }

.icheck-button.disabled .icheck_line-icon,
.iradio-button.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheck-button.checked.disabled,
.iradio-button.checked.disabled {
  background: #89E6C4; }

.icheck-button.checked.disabled .icheck_line-icon,
.iradio-button.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheck-button .icheck_line-icon,
  .iradio-button .icheck_line-icon {
    background-image: url(line@2x.png);
    background-size: 60px 13px; } }

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheck-blue,
.iradio-blue,
.icheck-blue-nomargin {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(blue.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left; }

.icheck-blue,
.iradio-blue {
  margin: 0 0 0 -28px; }

#user-domains-table .icheck-blue,
.iradio-blue {
  margin: 0; }

.icheck-blue, .icheck-blue-nomargin {
  background-position: 0 0; }
  .icheck-blue.hover, .icheck-blue-nomargin.hover {
    background-position: -24px 0; }
  .icheck-blue.checked, .icheck-blue-nomargin.checked {
    background-position: -48px 0; }
  .icheck-blue.disabled, .icheck-blue-nomargin.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheck-blue.checked.disabled, .icheck-blue-nomargin.checked.disabled {
    background-position: -96px 0; }

.iradio-blue {
  background-position: -120px 0; }

.iradio-blue.hover {
  background-position: -144px 0; }

.iradio-blue.checked {
  background-position: -168px 0; }

.iradio-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio-blue.checked.disabled {
  background-position: -216px 0; }

/* 
    Created on : 20.02.2014, 13:16:53
    Author     : Luzi Stadler
*/
a.noSpam, span.noSpam-text {
  position: relative !important; }

span.noSpam-at {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

#logbook-list ol li:last-child ul.timeline:before {
  height: 60px !important; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 60%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-date-big {
  position: absolute;
  left: 66%;
  top: 45px;
  font-size: 20px;
  font-weight: 300; }

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 60%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-badge.berta {
  background-color: #FF775A !important; }

.timeline-badge.approve {
  top: 5px !important;
  background-color: #68af64 !important;
  margin-left: 15px !important; }
  .timeline-badge.approve i {
    color: rgba(255, 255, 255, 0.6) !important; }
  .timeline-badge.approve:hover i {
    color: white !important; }

.timeline-badge.delete {
  top: 95px !important;
  background-color: #d9534f !important;
  width: 20px !important;
  line-height: 20px !important;
  margin-left: -9px !important;
  height: 20px !important;
  font-size: 0.9em !important; }
  .timeline-badge.delete i {
    color: rgba(255, 255, 255, 0.6) !important; }
  .timeline-badge.delete:hover i {
    color: white !important; }

.timeline-badge.edit {
  top: 120px !important;
  background-color: #5bc0de !important;
  width: 20px !important;
  line-height: 20px !important;
  margin-left: -9px !important;
  height: 20px !important;
  font-size: 0.9em !important; }
  .timeline-badge.edit i {
    color: rgba(255, 255, 255, 0.6) !important; }
  .timeline-badge.edit:hover i {
    color: white !important; }

.timeline-title {
  margin: 0;
  color: inherit;
  line-height: 25px; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline-badge-single {
  color: #999999;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 2.4em;
  text-align: center;
  margin-left: -25px;
  z-index: 100; }

.timeline-badge-single.berta {
  color: #FF775A !important; }

.timeline-body ul.list-check {
  list-style: none;
  margin: 0 0 20px 0;
  padding-left: 1.2em; }

.timeline-body ul.list-check > li {
  padding: 2px 0; }

.timeline-body ul.list-check > li:before {
  display: inline-block;
  content: "\f046";
  font-family: "FontAwesome";
  width: 1.2em;
  margin-left: -1.2em; }

@media (max-width: 1100px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 35px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

@media (max-width: 1600px) {
  .timeline-badge.delete,
  .timeline-badge.edit {
    margin-left: 15px !important; }
  .timeline > li > .timeline-panel {
    width: 60%; }
  .timeline > li > .timeline-badge {
    left: 75%; }
  .timeline > li > .timeline-date-big {
    left: 85%; }
  .timeline:before {
    left: 75%; } }

.content-pull-request-item {
  line-height: 20px !important; }

#shared-content-section .row .item .row > div {
  margin-left: -3px; }

/* ohsnap
*******************************************************************************/
#ohsnap {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 999; }
  #ohsnap .alert {
    padding: 6px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    float: right;
    clear: right;
    min-height: 70px;
    max-width: 500px;
    min-width: 380px;
    -webkit-box-shadow: 0 0 11px 1px #0000003b;
            box-shadow: 0 0 11px 1px #0000003b;
    border-radius: 0; }
    #ohsnap .alert span {
      text-align: left;
      font-size: 16px; }
      #ohsnap .alert span::after {
        position: absolute;
        bottom: 18px;
        left: 10px;
        border: 1px solid white;
        border-radius: 5px;
        font-size: 11px;
        padding: 1px 20px; }
  #ohsnap .alert-red, #ohsnap .alert-error {
    background-color: #f56954;
    color: #fff;
    border: 1px solid #f04b32; }
  #ohsnap .alert-system-error {
    background-color: grey;
    min-height: 170px;
    min-width: 450px;
    clear: both;
    color: #fff;
    border: 1px solid grey; }
    #ohsnap .alert-system-error span {
      text-align: left;
      font-size: 18px; }
      #ohsnap .alert-system-error span.heading {
        background-color: black;
        padding: 5px 10px;
        display: block;
        font-size: 12px;
        margin: -8px -13px 10px -13px; }
      #ohsnap .alert-system-error span small {
        margin-top: 50px; }
        #ohsnap .alert-system-error span small.trace {
          font-size: 10px;
          word-wrap: break-word; }
  #ohsnap .alert-green, #ohsnap .alert-success {
    background: #69af65;
    color: #fff;
    border: 1px solid #5d9a5a; }
  #ohsnap .alert-blue, #ohsnap .alert-info {
    background: #FF775A;
    color: #fff;
    border: 1px solid #009abf; }
  #ohsnap .alert-orange, #ohsnap .alert-warning {
    background: #f39c12;
    color: #fff;
    border: 1px solid #de8e0e; }
  #ohsnap .icon-warning {
    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; }
    #ohsnap .icon-warning:before {
      content: ""; }
  #ohsnap .icon-check {
    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; }
    #ohsnap .icon-check:before {
      content: ""; }

#map {
  height: 500px; }

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#target {
  width: 345px; }

.hide-me {
  display: none; }

.field-lat, .field-lng, .field-clat, .field-clnt, .field-zoom {
  display: none; }

/* roxy fileman
*******************************************************************************/
.roxy-image {
  border: 1px solid #dedede;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  padding-right: 20px;
  border-radius: 10px;
  margin: 10px;
  min-width: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .roxy-image img {
    margin: 10px auto; }
  .roxy-image .roxy-image-full {
    max-width: 100%; }
  .roxy-image .roxy-image-hidden {
    display: none; }
  .roxy-image .roxy-image-preview {
    display: inline; }
    .roxy-image .roxy-image-preview img, .roxy-image .roxy-image-preview video {
      background-color: #f3f5f8;
      display: inline;
      max-height: 130px;
      max-width: 230px;
      margin: 0;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25); }
  .roxy-image .roxy-image-preview-multi {
    max-height: 40vh;
    overflow-y: scroll; }
    .roxy-image .roxy-image-preview-multi img {
      max-width: 300px;
      width: 100%;
      display: inline-block;
      border-radius: 5px; }
      .roxy-image .roxy-image-preview-multi img.active {
        border: 2px solid #FF775A; }
  .roxy-image .roxy-image-actions {
    display: inline;
    text-align: center; }
    .roxy-image .roxy-image-actions a {
      color: white;
      background-color: #FF775a;
      border: 1px solid #FF775a;
      border-radius: 8px;
      padding: 10px;
      margin: 5px 0px 0px 10px;
      min-width: 110px;
      display: inline-block; }
      .roxy-image .roxy-image-actions a:hover {
        color: #FF775a !important;
        background-color: transparent;
        text-decoration: none; }
  .roxy-image .roxy-image-hidden {
    display: none; }
  .roxy-image .roxy-image-empty {
    text-align: center; }
    .roxy-image .roxy-image-empty .roxy-image-add {
      display: inline-block;
      opacity: 0.6;
      padding: 15px 30px; }

.roxy-image-modal {
  width: 100%;
  height: 100%; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #F09A89; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #F09A89; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #DD9082; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #DD9082; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
  fill: #CA867B; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #CA867B; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
  fill: #B87C74; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #B87C74; }

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
  fill: #A5726D; }

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #A5726D; }

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
  fill: #926866; }

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #926866; }

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
  fill: #805E5F; }

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #805E5F; }

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
  fill: #6D5459; }

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6D5459; }

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
  fill: #644F55; }

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #644F55; }

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
  fill: #5A4A52; }

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #5A4A52; }

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
  fill: #51454E; }

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #51454E; }

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
  fill: #48404B; }

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #48404B; }

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
  fill: #3F3B48; }

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #3F3B48; }

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
  fill: #34313C; }

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #34313C; }

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
  fill: #2A2730; }

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #2A2730; }

.ct-series-p .ct-area, .ct-series-p .ct-slice-donut-solid, .ct-series-p .ct-slice-pie {
  fill: #1F1D24; }

.ct-series-p .ct-bar, .ct-series-p .ct-line, .ct-series-p .ct-point, .ct-series-p .ct-slice-donut {
  stroke: #1F1D24; }

.ct-series-q .ct-area, .ct-series-q .ct-slice-donut-solid, .ct-series-q .ct-slice-pie {
  fill: #151318; }

.ct-series-q .ct-bar, .ct-series-q .ct-line, .ct-series-q .ct-point, .ct-series-q .ct-slice-donut {
  stroke: #151318; }

.ct-series-r .ct-area, .ct-series-r .ct-slice-donut-solid, .ct-series-r .ct-slice-pie {
  fill: #0A090C; }

.ct-series-r .ct-bar, .ct-series-r .ct-line, .ct-series-r .ct-point, .ct-series-r .ct-slice-donut {
  stroke: #0A090C; }

.ct-series-s .ct-area, .ct-series-s .ct-slice-donut-solid, .ct-series-s .ct-slice-pie {
  fill: #000000; }

.ct-series-s .ct-bar, .ct-series-s .ct-line, .ct-series-s .ct-point, .ct-series-s .ct-slice-donut {
  stroke: #000000; }

.ct-label {
  font-size: 2.4rem; }

.ct-legend {
  padding: 0;
  font-family: sans-serif; }
  .ct-legend li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.3em;
    list-style-type: none; }
  .ct-legend li::before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 0.1em;
    left: 0;
    content: '';
    border-radius: 1em; }
  .ct-legend .ct-series-0::before {
    background-color: #F09A89; }
  .ct-legend .ct-series-1::before {
    background-color: #DD9082; }
  .ct-legend .ct-series-2::before {
    background-color: #CA867B; }
  .ct-legend .ct-series-3::before {
    background-color: #B87C74; }
  .ct-legend .ct-series-4::before {
    background-color: #A5726D; }
  .ct-legend .ct-series-5::before {
    background-color: #926866; }
  .ct-legend .ct-series-6::before {
    background-color: #805E5F; }
  .ct-legend .ct-series-7::before {
    background-color: #6D5459; }
  .ct-legend .ct-series-8::before {
    background-color: #644F55; }
  .ct-legend .ct-series-9::before {
    background-color: #5A4A52; }
  .ct-legend .ct-series-10::before {
    background-color: #51454E; }
  .ct-legend .ct-series-11::before {
    background-color: #48404B; }
  .ct-legend .ct-series-12::before {
    background-color: #3F3B48; }
  .ct-legend .ct-series-13::before {
    background-color: #34313C; }
  .ct-legend .ct-series-14::before {
    background-color: #2A2730; }
  .ct-legend .ct-series-15::before {
    background-color: #1F1D24; }
  .ct-legend .ct-series-16::before {
    background-color: #151318; }
  .ct-legend .ct-series-17::before {
    background-color: #0A090C; }
  .ct-legend .ct-series-18::before {
    background-color: #000000; }

.poll .field-chart {
  background-color: #fff;
  padding: 1.6em;
  margin: 1em 0;
  border: 1px solid #e0e0e0; }
  .poll .field-chart.type-bar_horizontal .ct-bar, .poll .field-chart.type-bar .ct-bar {
    stroke-width: 2.2vw; }
  @media screen and (min-width: 1260px) {
    .poll .field-chart.type-bar_horizontal, .poll .field-chart.type-bar {
      stroke-width: 20px; } }
  .poll .field-chart h3, .poll .field-chart h4 {
    margin-bottom: 2em; }
  .poll .field-chart ul {
    list-style: none; }
  .poll .field-chart li.options-row {
    margin: 1em 0; }
  .poll .field-chart .bubble {
    border-radius: 50%;
    display: inline-block;
    background-color: #FF775A;
    text-align: center;
    /* vertical-align: middle; */
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .poll .field-chart .bubble:hover {
      -webkit-box-shadow: 0px 0px 13px rgba(64, 64, 64, 0.5);
              box-shadow: 0px 0px 13px rgba(64, 64, 64, 0.5); }
    .poll .field-chart .bubble .percentage.small {
      color: #FF775A; }
  .poll .field-chart .bubble-text {
    display: inline-block;
    padding: 1em 1em 1em 1.5em;
    font-size: 1.2em; }
  .poll .field-chart .ct-legend {
    margin-top: 2em; }
    .poll .field-chart .ct-legend .ct-legend-hover {
      font-weight: 700;
      color: #FF775A; }
  .poll .field-chart .ct-chart-bar .ct-label {
    font-size: 1.5rem; }

.poll .ct-series {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.button_radio {
  margin: 4px; }
  .button_radio .radio {
    color: inherit;
    padding-left: 0px; }
  .button_radio label {
    width: 272px;
    padding-left: 0px;
    padding-top: 0px;
    height: 128px;
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: hidden; }
    .button_radio label i {
      position: relative;
      left: 116px;
      top: 30px; }
    .button_radio label span {
      text-align: center;
      font-size: 32px;
      padding: 13px 0px;
      display: block;
      margin-top: -30px;
      height: 130px;
      padding-top: 71px; }
    .button_radio label input {
      display: none; }
      .button_radio label input:checked ~ span {
        background-color: #FF775A;
        color: #F7F7F7; }
      .button_radio label input:checked ~ i {
        color: #F7F7F7; }

.multilanguage-widget-wrapper {
  margin: 20px 15px; }

.wishlist .progress-bar-disabled {
  background-color: #E0E0E0 !important; }

.wishlist .progress-bar h6 {
  color: gray !important; }

.wishlist .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none; }

.wishlist .progress-bar-fdp {
  background-color: #07A1E2 !important; }

.wishlist .progress-bar-disabled:not(:last-child) {
  border-right: 1px solid white !important; }

.wishlist .progress-wrapper {
  padding: 0px;
  z-index: 999;
  margin-bottom: -20px; }

.wishlist hr {
  margin-top: 40px !important; }

.wishlist .progress {
  height: 30px !important; }

.wishlist .btn-berta {
  background-color: #FF775A;
  color: white; }

.wishlist .btn-berta:hover, .wishlist .btn-berta:active, .wishlist .btn-berta:focus {
  background-color: #ee8b77;
  color: white !important; }

.wishlist .progress.empty {
  position: relative;
  top: 43px;
  color: white;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.wishlist .progress.empty > .progress-bar {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* 
    Created on	: 22.11.2014, 08:42:08
    Author		: Luzi Stadler
        Copyright	: © by Berg Informatik
*/
@font-face {
  font-family: 'Agipo';
  src: url("../fonts/agipo_regular.otf"); }

@font-face {
  font-family: 'Agipo';
  src: url("../fonts/agipo_light.otf");
  font-weight: 300; }

@font-face {
  font-family: 'Agipo';
  src: url("../fonts/agipo_bold.otf");
  font-weight: 700; }

/* charset
*******************************************************************************/
/* body
*******************************************************************************/
body {
  color: #3f3b48;
  font-family: 'Nunito', sans-serif;
  background: none;
  background-color: #fbfbfb; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif; }

/* outline
*******************************************************************************/
* {
  outline: none !important; }

/* link
*******************************************************************************/
a {
  color: #FF775A; }

/* text
*******************************************************************************/
.list-content > h1:first-child,
.list-content > h2:first-child,
.list-content > h3:first-child {
  margin-top: 0; }

.list-content > h2 {
  border-bottom: 1px #dadada solid; }

/* ul
*******************************************************************************/
/*ul.list { list-style:none; margin:0 0 -0.75em 0; padding-left:1.5em; }
ul.list:last-of-type { margin-bottom:0; }
ul.list li { padding:4px 0; }
ul.list li:before { display:inline-block; content:"•"; font-family:"FontAwesome"; width:0.75em; margin-left:-0.75em; }*/
ul.list-info {
  list-style: none;
  margin: 0;
  padding-left: 1.2em; }

ul.list-info:last-of-type {
  margin-bottom: 0; }

ul.list-info li {
  padding: 2px 0; }

ul.list-info li:before {
  display: inline-block;
  content: "\f05a";
  font-family: "FontAwesome";
  width: 1.2em;
  margin-left: -1.2em; }

/* title
*******************************************************************************/
.mainrightpanel h3:first-of-type {
  margin-top: 0; }

/* topheader
*******************************************************************************/
.topheader-wrapper .topheader {
  position: relative;
  background: #1F4468;
  -webkit-box-shadow: 0px 0px 3px #888;
          box-shadow: 0px 0px 3px #888;
  padding: 0 5px; }
  .topheader-wrapper .topheader .logo {
    padding-top: 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Agipo', sans-serif; }
    .topheader-wrapper .topheader .logo:hover, .topheader-wrapper .topheader .logo:active, .topheader-wrapper .topheader .logo:focus {
      text-decoration: none;
      outline: none; }
    .topheader-wrapper .topheader .logo .berta {
      color: #fffdfe; }
    .topheader-wrapper .topheader .logo .digital {
      color: #aca9b0; }
  .topheader-wrapper .topheader .system-status {
    color: white; }
    .topheader-wrapper .topheader .system-status:hover {
      color: lightgrey; }
  .topheader-wrapper .topheader .nav-pills > li {
    margin-left: 10px; }
    .topheader-wrapper .topheader .nav-pills > li > a {
      padding: 8px;
      color: #fff;
      border-radius: 0; }
    .topheader-wrapper .topheader .nav-pills > li > a:hover,
    .topheader-wrapper .topheader .nav-pills > li > a:focus,
    .topheader-wrapper .topheader .nav-pills > li.open > a {
      background-color: rgba(255, 255, 255, 0.2); }
    .topheader-wrapper .topheader .nav-pills > li:first-of-type {
      margin-left: 0; }
    .topheader-wrapper .topheader .nav-pills > li .dropdown-menu {
      min-width: 300px;
      border-radius: 0;
      margin: 0;
      padding: 5px 0; }
      .topheader-wrapper .topheader .nav-pills > li .dropdown-menu li.divider {
        margin: 0 !important; }
      .topheader-wrapper .topheader .nav-pills > li .dropdown-menu li a {
        padding: 10px 20px; }
    .topheader-wrapper .topheader .nav-pills > li .navbar-toggle {
      margin: 5px 0;
      padding: 5px 8px;
      background: none;
      float: none;
      border: 1px solid #fff !important; }
      .topheader-wrapper .topheader .nav-pills > li .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.4); }
      .topheader-wrapper .topheader .nav-pills > li .navbar-toggle .icon-bar {
        background: #fff;
        width: 18px; }
  .topheader-wrapper .topheader .nav-pills > .notifications .notification-count {
    position: relative;
    padding-right: 20px; }
    .topheader-wrapper .topheader .nav-pills > .notifications .notification-count .value {
      position: absolute;
      top: 4px;
      right: 8px;
      background: #f0ae4f;
      font-size: 10px;
      width: 12px;
      height: 12px;
      text-align: center;
      line-height: 11px;
      border-radius: 10px;
      -mozborder-radius: 10px;
      -webkit-border-radius: 10px; }
  .topheader-wrapper .topheader .nav-pills > .notifications .header > a {
    font-weight: bold; }
  .topheader-wrapper .topheader .nav-pills > .notifications .dropdown-menu li > span {
    padding: 10px 20px;
    display: block; }
  .topheader-wrapper .topheader .nav-pills > .messages .message-count {
    position: relative;
    padding-right: 20px; }
    .topheader-wrapper .topheader .nav-pills > .messages .message-count .value {
      position: absolute;
      top: 4px;
      right: 8px;
      padding: 0 2px;
      background: #FF775A;
      font-size: 10px;
      min-width: 12px;
      height: 12px;
      text-align: center;
      line-height: 11px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
  .topheader-wrapper .topheader .nav-pills > .messages .header > a {
    font-weight: bold; }
  .topheader-wrapper .topheader .nav-pills > .messages .dropdown-menu li > span {
    padding: 10px 20px;
    display: block; }

/* ajax-spinner
*******************************************************************************/
.topheader-wrapper .topheader .nav-pills > li #ajax-spinner {
  display: none;
  margin: 8px 8px 8px 0; }

.topheader-wrapper .topheader .nav-pills > li #ajax-spinner img {
  display: inline-block;
  margin: 0; }

/* header
*******************************************************************************/
.header-wrapper .header {
  background: #FF775A;
  min-height: 60px;
  -webkit-box-shadow: 0px 0px 3px #888;
          box-shadow: 0px 0px 3px #888;
  padding: 0 20px; }

.header-wrapper .header .breadcrumb {
  padding: 14px 0 0 0;
  background: none;
  margin: 0; }

.header-wrapper .header .breadcrumb > li + li:before {
  content: '';
  display: none; }

.header-wrapper .header .breadcrumb > li a {
  font-size: 13px;
  color: #fff; }

.header-wrapper .header .breadcrumb > .active {
  font-size: 21px;
  color: #fff; }

.header-wrapper .header .dropdown {
  display: inline-block; }

.header-wrapper .header .navbar-btn {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px; }

.header-wrapper .header .nav {
  margin-right: 12px;
  float: left; }

.header-wrapper .header .nav > li > a {
  line-height: 60px;
  padding: 0 15px;
  color: #fff;
  border-radius: 0; }

.header-wrapper .header .nav > li > a:hover, .header .nav > li.open > a, .header .nav > li > a:focus {
  background: rgba(255, 255, 255, 0.2); }

.header-wrapper .header .nav > li .dropdown-menu {
  min-width: 300px;
  border-radius: 0;
  margin: 0;
  padding: 5px 0; }

.header-wrapper .header .nav > li .dropdown-menu li.divider {
  margin: 0 !important; }

.header-wrapper .header .nav > li .dropdown-menu li a {
  padding: 10px 20px; }

/* fixed header
*******************************************************************************/
.header-fixed .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999; }

.header-fixed .topheader {
  margin-bottom: 60px; }

/* content panel
*******************************************************************************/
.maincontentpanel {
  position: relative; }

.mainleftpanel {
  padding: 12px 9px; }

.mainleftpanel .nav-side {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #FF775A; }
  .mainleftpanel .nav-side .fa {
    width: 18px; }
  .mainleftpanel .nav-side > li, .mainleftpanel .nav-side > li.nav-section > ul > li {
    display: block;
    padding: 10px 0; }
    .mainleftpanel .nav-side > li:not(.nav-section), .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) {
      background-color: white;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-box-shadow .2s ease;
      transition: -webkit-box-shadow .2s ease;
      transition: box-shadow .2s ease;
      transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
      margin: 5px 0;
      padding: 10px;
      border-radius: 3px; }
      .mainleftpanel .nav-side > li:not(.nav-section):hover, .mainleftpanel .nav-side > li:not(.nav-section).isOpen, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section):hover, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section).isOpen {
        -webkit-box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: -webkit-box-shadow 0.2s ease;
        transition: -webkit-box-shadow 0.2s ease;
        transition: box-shadow 0.2s ease;
        transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
    .mainleftpanel .nav-side > li .section-header, .mainleftpanel .nav-side > li.nav-section > ul > li .section-header {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      line-height: 38px;
      padding: 2px; }
    .mainleftpanel .nav-side > li > a, .mainleftpanel .nav-side > li.nav-section > ul > li > a {
      display: block;
      color: #525252; }
      .mainleftpanel .nav-side > li > a:hover, .mainleftpanel .nav-side > li > a:focus, .mainleftpanel .nav-side > li.nav-section > ul > li > a:hover, .mainleftpanel .nav-side > li.nav-section > ul > li > a:focus {
        text-decoration: none; }
      .mainleftpanel .nav-side > li > a > i, .mainleftpanel .nav-side > li.nav-section > ul > li > a > i {
        margin-right: 4px; }
    .mainleftpanel .nav-side > li.active a, .mainleftpanel .nav-side > li.nav-section > ul > li.active a {
      color: rgba(82, 82, 82, 0.8); }
    .mainleftpanel .nav-side > li.hasChildren > a:before, .mainleftpanel .nav-side > li:not(.nav-section).hasChildren > a:before, .mainleftpanel .nav-side > li.nav-section > ul > li.hasChildren > a:before, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section).hasChildren > a:before {
      content: '\f107';
      font-family: 'FontAwesome';
      float: right; }
    .mainleftpanel .nav-side > li.isCollapsed.hasChildren > a:before, .mainleftpanel .nav-side > li:not(.nav-section).isCollapsed.hasChildren > a:before, .mainleftpanel .nav-side > li.nav-section > ul > li.isCollapsed.hasChildren > a:before, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section).isCollapsed.hasChildren > a:before {
      content: '\f104';
      font-family: 'FontAwesome';
      float: right; }
    .mainleftpanel .nav-side > li.isCollapsed > ul, .mainleftpanel .nav-side > li:not(.nav-section).isCollapsed > ul, .mainleftpanel .nav-side > li.nav-section > ul > li.isCollapsed > ul, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section).isCollapsed > ul {
      display: none; }
    .mainleftpanel .nav-side > li.isOpen > ul, .mainleftpanel .nav-side > li:not(.nav-section).isOpen > ul, .mainleftpanel .nav-side > li.nav-section > ul > li.isOpen > ul, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section).isOpen > ul {
      display: block; }
    .mainleftpanel .nav-side > li:not(.nav-section) > ul, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 15px;
      display: none; }
      .mainleftpanel .nav-side > li:not(.nav-section) > ul > li, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li {
        display: block;
        padding: 10px 0; }
        .mainleftpanel .nav-side > li:not(.nav-section) > ul > li:first-of-type, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li:first-of-type {
          display: block;
          padding-top: 15px; }
        .mainleftpanel .nav-side > li:not(.nav-section) > ul > li:last-of-type, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li:last-of-type {
          padding-bottom: 5px; }
        .mainleftpanel .nav-side > li:not(.nav-section) > ul > li.active > a, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li.active > a {
          color: rgba(82, 82, 82, 0.8); }
        .mainleftpanel .nav-side > li:not(.nav-section) > ul > li > a, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li > a {
          display: block;
          color: #525252; }
          .mainleftpanel .nav-side > li:not(.nav-section) > ul > li > a:hover, .mainleftpanel .nav-side > li:not(.nav-section) > ul > li > a:focus, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li > a:hover, .mainleftpanel .nav-side > li.nav-section > ul > li:not(.nav-section) > ul > li > a:focus {
            text-decoration: none; }

.mainleftpanel .navbar-collapse {
  max-height: none; }

/* dashboard widgets
*******************************************************************************/
.dashboard-widget {
  width: 100%;
  margin-bottom: 40px; }

.dashboard-widget h2 {
  font-size: 20px;
  color: #525252;
  margin: 0 0 15px 0; }

.dashboard-widget h3 {
  font-size: 15px;
  color: #525252;
  font-weight: 600;
  line-height: 25px;
  text-align: justify; }

.dashboard-widget p {
  font-size: 15px;
  color: #525252;
  line-height: 23px;
  text-align: justify; }

/* progress-bar
*******************************************************************************/
.progress-bar-blue {
  background-color: #FF775A; }

.progress-bar-red {
  background-color: #f56954; }

/* icons
*******************************************************************************/
.fa-submitted {
  margin-right: 5px; }

/* callouts
*******************************************************************************/
.callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #DFB5B4;
  background-color: #fcf2f2; }

.callout h4 {
  margin: 0 0 5px 0;
  color: #b94a48; }

.callout p:last-of-type {
  margin: 0; }

/* tooltip
*******************************************************************************/
.tooltip.right > .tooltip-inner {
  background: #1F4468; }

.tooltip.right > .tooltip-arrow {
  border-right-color: #fff; }

/* nav-pills
*******************************************************************************/
.nav-pills > li > a:hover {
  background-color: #FF775A;
  color: #fff; }

.nav-pills > li > a:focus {
  background-color: #FF775A;
  color: #fff; }

.nav-pills > li.active > a {
  background-color: #FF775A;
  color: #fff; }

.nav-pills > li.active > a:hover {
  background-color: #FF775A;
  color: #fff; }

.nav-pills > li.active > a:focus {
  background-color: #FF775A;
  color: #fff; }

/* tour
*******************************************************************************/
.popover {
  border-radius: 0;
  min-width: 400px;
  max-width: 500px;
  padding: 15px; }

.popover .popover-title {
  background: none;
  border: 0;
  font-weight: bold;
  padding-bottom: 0;
  padding-right: 0; }

.popover .popover-content {
  padding-right: 0; }

.popover .popover-wahlhelfer img {
  display: block;
  max-width: 100%; }

/* Charts
*******************************************************************************/
.chart-widget {
  border: 1px solid #dadada;
  padding: 20px;
  margin: 20px 0; }

.chart-widget .chart-widget-badge {
  position: relative;
  border-radius: 36px;
  color: #FF775A;
  display: inline-block;
  font-size: 28px;
  line-height: 72px;
  height: 72px;
  width: 72px;
  text-align: center;
  border: 1px #FF775A solid;
  margin: 10px 0 0 0; }

.chart-widget .chart-widget-badge-addon {
  line-height: 62px; }

.chart-widget .chart-widget-badge-addon small {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  font-size: 50%; }

.chart-widget .chart-widget-desc {
  margin: 0; }

/* sorted list
*******************************************************************************/
.list-content {
  padding: 10px 30px 0 30px; }

.olsortableListHeader {
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 12px 0px #dedede60;
          box-shadow: 0px 0px 12px 0px #dedede60;
  padding: 10px;
  text-transform: uppercase; }

span.empty {
  display: block;
  margin: 10px 0; }

.list-view ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-view .item {
  b: 1px solid #ddd;
  line-height: 34px;
  padding: 8px 0; }

.list-view .item p {
  line-height: 1.42857;
  padding: 8px 0;
  margin: 0; }

.list-view > ol > li > ol > li .row {
  margin-left: -35px; }

/*level2*/
.list-view > ol > li > ol > li .row div:not(.btn-group):first-child {
  padding-left: 40px; }

/*level2*/
.list-view > ol > li > ol > li > ol > li .row {
  margin-left: -55px; }

/*level3*/
.list-view > ol > li > ol > li > ol > li .row div:first-of-type {
  padding-left: 60px; }

/*level3*/
.list-view > ol > li > ol > li > ol > li > ol > li .row {
  margin-left: -75px; }

/*level4*/
.list-view > ol > li > ol > li > ol > li > ol > li .row div:first-of-type {
  padding-left: 80px; }

/*level4*/
.list-view > ol > li > ol > li > ol > li > ol > li > ol > li .row {
  margin-left: -95px; }

/*level5*/
.list-view > ol > li > ol > li > ol > li > ol > li > ol > li .row div:first-of-type {
  padding-left: 100px; }

/*level5*/
/* pagination
*******************************************************************************/
.pagination > li {
  border-radius: 0px;
  color: #525252; }
  .pagination > li.disabled > span {
    color: #aaaaaa;
    background-color: transparent; }
    .pagination > li.disabled > span:hover {
      background-color: transparent;
      cursor: default;
      border-radius: 0px;
      border-bottom: 2px solid #aaaaaa; }
  .pagination > li.disabled:hover {
    cursor: default; }
  .pagination > li > a, .pagination > li > span {
    color: #525252;
    border: none;
    background-color: transparent; }

.pagination > li > a:hover {
  border-radius: 0px;
  color: #525252;
  background-color: transparent;
  border-bottom: 2px solid #FF775A; }

.pagination > li > a:focus {
  border-radius: 0px;
  color: #525252;
  background-color: transparent;
  border-bottom: 2px solid #FF775A; }

.pagination > li.active > a {
  color: #FF775A;
  background-color: transparent;
  border-bottom: 2px solid #FF775A; }

.pagination > li.active > a:hover {
  color: #FF775A;
  background-color: transparent;
  border-bottom: 2px solid #FF775A; }

.pagination > li.active > a:focus {
  background-color: #EEEEEE;
  border-color: #ddd;
  color: #525252; }

.pagination > li.first, .pagination > li.last {
  display: none; }

/* info
*******************************************************************************/
.info {
  margin: 0 0 0 6px;
  padding: 0;
  display: none;
  color: #aaaaaa;
  opacity: 0.45;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.info:hover, .info:active, .info:focus {
  color: #333333; }

.info-message {
  display: none;
  margin-bottom: 10px;
  background-color: rgba(0, 172, 213, 0.1); }

/* tabs
*******************************************************************************/
.nav-tabs {
  padding: 0 0 0 30px; }

.nav-tabs > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(82, 82, 82, 0.6); }

.nav-tabs > li.active > a {
  color: #525252; }

.tab-content {
  padding: 30px 30px 0px 30px;
  width: 100%; }

.tab-content-bordered {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

/* social control
*******************************************************************************/
.table-social tr > td:nth-child(1) {
  width: 300px;
  vertical-align: top;
  padding: 20px;
  background-color: #F9F9F9; }

.table-social tr > td:nth-child(2) {
  width: auto;
  padding: 20px; }

.table-social tr > td:nth-child(2) h3 {
  margin: 0 0 15px 0; }

.table-social tr > td:nth-child(2) div:last-child {
  margin-bottom: 0; }

.item-social {
  padding: 20px;
  border: 1px #dadada solid; }

.social-control {
  margin: 20px 0; }

.social-control .social-title {
  text-align: center; }

.social-control .social-title i {
  font-size: 5em; }

.social-control .social-button {
  text-align: center; }

.social-control .social-status {
  text-align: center; }

.social-control .social-status p {
  margin: 10px 0 0 0; }

/* modal
*******************************************************************************/
.modal .modal-dialog .modal-content {
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  border: 0; }

.modal .modal-dialog .modal-content .modal-header {
  margin: 0;
  padding: 10px 20px;
  background-color: #FF775A;
  color: #fff;
  border: 0; }

.modal .modal-dialog .modal-content .modal-header .modal-title {
  line-height: 1; }

.modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 0.8;
  font-size: 20px; }

.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1; }

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px; }

.modal .modal-dialog .modal-content .modal-footer {
  margin: 0;
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5; }

.modal .modal-dialog .modal-content .modal-footer .pager {
  margin: 0; }

.modal .modal-dialog .modal-content .modal-footer .pager .pagination {
  margin: 0; }

/* fullscreen modal
*******************************************************************************/
.modal-fullscreen {
  overflow: hidden; }

.modal-fullscreen .modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2%; }

.modal-fullscreen .modal-dialog .modal-content {
  height: 100%; }

.modal-fullscreen .modal-dialog .modal-content .modal-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  height: 38px;
  overflow: hidden; }

.modal-fullscreen .modal-dialog .modal-content .modal-body {
  position: absolute;
  left: 0;
  top: 38px;
  right: 0;
  bottom: 65px;
  height: auto;
  overflow: auto; }

.modal-body.roxy {
  padding: 0 !important; }

.modal-fullscreen .modal-dialog .modal-content .modal-footer {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  height: 65px;
  overflow: hidden; }

.js-modal-fullscreen {
  display: none; }

.modal-backdrop.in {
  opacity: 0.75; }

/* modal tabs
*******************************************************************************/
.modal .nav-tabs {
  margin: 0 -20px 0 -20px;
  padding: 0 20px; }

.modal .nav-tabs > li > a {
  padding: 10px 15px; }

.modal .tab-content {
  border: 0;
  padding: 20px 0; }

/* modal element nav
*******************************************************************************/
.modal .nav-element > li {
  margin-bottom: 20px; }

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .header-wrapper .header .breadcrumb > li + li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 13px;
    padding: 14px 3px 0 3px;
    background: none;
    margin: 0;
    color: #fff;
    display: inline; } }

/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    position: fixed;
    width: 960px;
    left: 50%;
    right: auto;
    margin-left: -480px; } }

/* socialmedia
*******************************************************************************/
.tab-socialmedia {
  padding: 15px 0 0 0; }

.list-view-socialmedia {
  border-top: 1px solid #dddddd; }

.socialmedia {
  border-bottom: 1px #DDDDDD solid;
  padding: 15px 0; }

.socialmedia .socialmedia-profile-image {
  float: left;
  width: 60px; }

.socialmedia .socialmedia-content {
  padding-left: 60px;
  width: 100%; }

.socialmedia .socialmedia-content .socialmedia-meta {
  color: rgba(82, 82, 82, 0.6); }

.socialmedia .nav-socialmedia > li > a, .socialmedia .nav-socialmedia > li p {
  color: rgba(82, 82, 82, 0.6);
  padding: 2px 6px; }
  .socialmedia .nav-socialmedia > li > a:hover, .socialmedia .nav-socialmedia > li p:hover {
    background: transparent;
    color: #00acd5;
    padding: 2px 6px; }
  .socialmedia .nav-socialmedia > li > a:focus, .socialmedia .nav-socialmedia > li p:focus {
    background: transparent;
    color: #00acd5;
    padding: 2px 6px; }

.socialmedia .nav-socialmedia > li:first-of-type > a {
  padding-left: 0; }

/* widgets
*******************************************************************************/
#widgetsArea {
  list-style: none; }

.widget {
  border: 1px #DDDDDD solid;
  margin: 20px 0;
  padding: 20px;
  position: relative; }

.widget h2 {
  margin-top: 0; }

.widget .button-area {
  position: absolute;
  right: 5px;
  top: 5px; }

.widget-add {
  margin: 20px 0; }

/* elements
*******************************************************************************/
.sortable-area {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.sortable-area .sortable-item {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: move;
  min-height: 1px; }

.sortable-area .sortable-item-widget {
  max-width: 350px; }

.sortable-area .sortable-item .sortable-buttons {
  display: none;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.sortable-area .sortable-item:hover .sortable-buttons {
  display: block;
  border: 1px rgba(158, 158, 158, 0.3) dashed;
  background-color: rgba(158, 158, 158, 0.1);
  border-radius: 4px; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-before {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  top: -11px;
  margin-top: 0;
  text-align: center; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-before > div {
  display: inline-block; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-before > div .btn {
  padding: 3px 6px;
  font-size: 10px; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-after {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -11px;
  margin-top: 0;
  text-align: center; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-after > div {
  display: inline-block; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-after > div .btn {
  padding: 3px 6px;
  font-size: 10px; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-content {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  text-align: center; }

.sortable-area .sortable-item .sortable-buttons .sortable-buttons-content > div {
  display: inline-block; }

.sortable-area .sortable-item.sortable-item-selected .sortable-buttons {
  display: block;
  border: 1px rgba(0, 172, 213, 0.3) dashed;
  background-color: rgba(0, 172, 213, 0.1);
  border-radius: 4px; }

.sortable-area .sortable-item.sortable-item-selected .sortable-buttons .sortable-buttons-before {
  display: block; }

.sortable-area .sortable-item.sortable-item-selected .sortable-buttons .sortable-buttons-after {
  display: block; }

.sortable-area .sortable-item.sortable-item-selected .sortable-buttons .sortable-buttons-content {
  display: block; }

.sortable-area .sortable-item .sortable-content {
  position: relative; }

.sortable-area .sortable-item .sortable-content .sortable-content-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #E5F6FB url("/uploads/assets/images/cms/layout/ajax-spinner-iframe.gif") no-repeat center center; }

.sortable-area .sortable-item .sortable-content iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0; }

/* drag & drop content editor
*******************************************************************************/
#underlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1F4468;
  opacity: 0.65;
  z-index: 1001; }

/** draggable tabs **/
body.nav-small .mainleftpanel .draggable {
  height: 100%; }
  body.nav-small .mainleftpanel .draggable .nav-tabs {
    margin: 0;
    padding: 0; }
    body.nav-small .mainleftpanel .draggable .nav-tabs > li > a {
      padding: 4px 8px; }
    body.nav-small .mainleftpanel .draggable .nav-tabs > li.active > a {
      color: #525252;
      background: #F9F9F9; }
  body.nav-small .mainleftpanel .draggable .tab-content {
    padding: 5px 0 0; }
  body.nav-small .mainleftpanel .draggable.active {
    display: inline-block; }

.element-dropzone {
  padding: 15px;
  border: 3px #DDDDDD dashed;
  min-height: 150px; }

.drag-item-edit {
  z-index: 1102; }

/** draggable element **/
.widget-draggable-row, .element-draggable-row {
  margin-left: -5px;
  margin-right: -5px; }
  .widget-draggable-row .widget-draggable-group, .widget-draggable-row .element-draggable-group, .element-draggable-row .widget-draggable-group, .element-draggable-row .element-draggable-group {
    display: inline-block;
    padding: 5px;
    vertical-align: top; }
    .widget-draggable-row .widget-draggable-group .widget-draggable, .widget-draggable-row .widget-draggable-group .element-draggable, .widget-draggable-row .element-draggable-group .widget-draggable, .widget-draggable-row .element-draggable-group .element-draggable, .element-draggable-row .widget-draggable-group .widget-draggable, .element-draggable-row .widget-draggable-group .element-draggable, .element-draggable-row .element-draggable-group .widget-draggable, .element-draggable-row .element-draggable-group .element-draggable {
      position: relative;
      display: block;
      text-align: center;
      margin: 0 0 2px 0;
      border: 1px #ddd solid;
      -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
      cursor: move;
      background: #fff;
      width: 75px;
      height: 75px;
      border-radius: 5px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable:hover, .widget-draggable-row .widget-draggable-group .element-draggable:hover, .widget-draggable-row .element-draggable-group .widget-draggable:hover, .widget-draggable-row .element-draggable-group .element-draggable:hover, .element-draggable-row .widget-draggable-group .widget-draggable:hover, .element-draggable-row .widget-draggable-group .element-draggable:hover, .element-draggable-row .element-draggable-group .widget-draggable:hover, .element-draggable-row .element-draggable-group .element-draggable:hover {
        opacity: 0.75;
        border: 1px #9e9e9e solid;
        text-decoration: none;
        background-color: #dedede; }
      .widget-draggable-row .widget-draggable-group .widget-draggable > i.fa, .widget-draggable-row .widget-draggable-group .element-draggable > i.fa, .widget-draggable-row .element-draggable-group .widget-draggable > i.fa, .widget-draggable-row .element-draggable-group .element-draggable > i.fa, .element-draggable-row .widget-draggable-group .widget-draggable > i.fa, .element-draggable-row .widget-draggable-group .element-draggable > i.fa, .element-draggable-row .element-draggable-group .widget-draggable > i.fa, .element-draggable-row .element-draggable-group .element-draggable > i.fa {
        font-size: 3em;
        padding: 15px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable + p, .widget-draggable-row .widget-draggable-group .element-draggable + p, .widget-draggable-row .element-draggable-group .widget-draggable + p, .widget-draggable-row .element-draggable-group .element-draggable + p, .element-draggable-row .widget-draggable-group .widget-draggable + p, .element-draggable-row .widget-draggable-group .element-draggable + p, .element-draggable-row .element-draggable-group .widget-draggable + p, .element-draggable-row .element-draggable-group .element-draggable + p {
        display: block;
        padding: 3px;
        width: 75px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #424242;
        line-height: 18px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable .widget-draggable-buttons, .widget-draggable-row .widget-draggable-group .element-draggable .widget-draggable-buttons, .widget-draggable-row .element-draggable-group .widget-draggable .widget-draggable-buttons, .widget-draggable-row .element-draggable-group .element-draggable .widget-draggable-buttons, .element-draggable-row .widget-draggable-group .widget-draggable .widget-draggable-buttons, .element-draggable-row .widget-draggable-group .element-draggable .widget-draggable-buttons, .element-draggable-row .element-draggable-group .widget-draggable .widget-draggable-buttons, .element-draggable-row .element-draggable-group .element-draggable .widget-draggable-buttons {
        display: none;
        z-index: 9;
        position: absolute;
        top: 1px;
        right: 1px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable span.badge, .widget-draggable-row .widget-draggable-group .element-draggable span.badge, .widget-draggable-row .element-draggable-group .widget-draggable span.badge, .widget-draggable-row .element-draggable-group .element-draggable span.badge, .element-draggable-row .widget-draggable-group .widget-draggable span.badge, .element-draggable-row .widget-draggable-group .element-draggable span.badge, .element-draggable-row .element-draggable-group .widget-draggable span.badge, .element-draggable-row .element-draggable-group .element-draggable span.badge {
        display: inline;
        position: absolute;
        top: 1px;
        right: 1px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable:hover .widget-draggable-buttons, .widget-draggable-row .widget-draggable-group .element-draggable:hover .widget-draggable-buttons, .widget-draggable-row .element-draggable-group .widget-draggable:hover .widget-draggable-buttons, .widget-draggable-row .element-draggable-group .element-draggable:hover .widget-draggable-buttons, .element-draggable-row .widget-draggable-group .widget-draggable:hover .widget-draggable-buttons, .element-draggable-row .widget-draggable-group .element-draggable:hover .widget-draggable-buttons, .element-draggable-row .element-draggable-group .widget-draggable:hover .widget-draggable-buttons, .element-draggable-row .element-draggable-group .element-draggable:hover .widget-draggable-buttons {
        display: block;
        background-color: rgba(158, 158, 158, 0.1);
        border-radius: 4px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable:hover span.badge, .widget-draggable-row .widget-draggable-group .element-draggable:hover span.badge, .widget-draggable-row .element-draggable-group .widget-draggable:hover span.badge, .widget-draggable-row .element-draggable-group .element-draggable:hover span.badge, .element-draggable-row .widget-draggable-group .widget-draggable:hover span.badge, .element-draggable-row .widget-draggable-group .element-draggable:hover span.badge, .element-draggable-row .element-draggable-group .widget-draggable:hover span.badge, .element-draggable-row .element-draggable-group .element-draggable:hover span.badge {
        right: 25px; }
      .widget-draggable-row .widget-draggable-group .widget-draggable + p, .widget-draggable-row .widget-draggable-group .widget-draggable + p.widget-draggable-label, .widget-draggable-row .widget-draggable-group .element-draggable + p, .widget-draggable-row .widget-draggable-group .element-draggable + p.widget-draggable-label, .widget-draggable-row .element-draggable-group .widget-draggable + p, .widget-draggable-row .element-draggable-group .widget-draggable + p.widget-draggable-label, .widget-draggable-row .element-draggable-group .element-draggable + p, .widget-draggable-row .element-draggable-group .element-draggable + p.widget-draggable-label, .element-draggable-row .widget-draggable-group .widget-draggable + p, .element-draggable-row .widget-draggable-group .widget-draggable + p.widget-draggable-label, .element-draggable-row .widget-draggable-group .element-draggable + p, .element-draggable-row .widget-draggable-group .element-draggable + p.widget-draggable-label, .element-draggable-row .element-draggable-group .widget-draggable + p, .element-draggable-row .element-draggable-group .widget-draggable + p.widget-draggable-label, .element-draggable-row .element-draggable-group .element-draggable + p, .element-draggable-row .element-draggable-group .element-draggable + p.widget-draggable-label {
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }

body > .widget-draggable, body > .element-draggable {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 2px 0;
  border: 1px #ddd solid;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  cursor: move;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 5px;
  width: 50px;
  height: 50px; }
  body > .widget-draggable:hover, body > .element-draggable:hover {
    opacity: 0.75;
    border: 1px #9e9e9e solid;
    text-decoration: none;
    background-color: #dedede; }
  body > .widget-draggable > i.fa, body > .element-draggable > i.fa {
    font-size: 3em;
    padding: 15px; }
  body > .widget-draggable + p, body > .element-draggable + p {
    display: block;
    padding: 3px;
    width: 75px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #424242;
    line-height: 18px; }
  body > .widget-draggable > i.fa, body > .element-draggable > i.fa {
    padding: 10px 7px;
    font-size: 2em; }

.element-dropzone > .element-draggable, .widget-dropzone > .widget-draggable,
.widget-dropzone > .element-draggable, .element-dropzone > .widget-draggable {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 2px 0;
  border: 1px #ddd solid;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  cursor: move;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 5px;
  width: 50px;
  height: 50px; }
  .element-dropzone > .element-draggable:hover, .widget-dropzone > .widget-draggable:hover,
  .widget-dropzone > .element-draggable:hover, .element-dropzone > .widget-draggable:hover {
    opacity: 0.75;
    border: 1px #9e9e9e solid;
    text-decoration: none;
    background-color: #dedede; }
  .element-dropzone > .element-draggable > i.fa, .widget-dropzone > .widget-draggable > i.fa,
  .widget-dropzone > .element-draggable > i.fa, .element-dropzone > .widget-draggable > i.fa {
    font-size: 3em;
    padding: 15px; }
  .element-dropzone > .element-draggable + p, .widget-dropzone > .widget-draggable + p,
  .widget-dropzone > .element-draggable + p, .element-dropzone > .widget-draggable + p {
    display: block;
    padding: 3px;
    width: 75px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #424242;
    line-height: 18px; }
  .element-dropzone > .element-draggable:hover, .widget-dropzone > .widget-draggable:hover,
  .widget-dropzone > .element-draggable:hover, .element-dropzone > .widget-draggable:hover {
    opacity: 1; }
  .element-dropzone > .element-draggable > i.fa, .widget-dropzone > .widget-draggable > i.fa,
  .widget-dropzone > .element-draggable > i.fa, .element-dropzone > .widget-draggable > i.fa {
    padding: 10px 7px;
    font-size: 2em; }

/** sortable-area **/
.sortable-area .drag-item {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 1px;
  background: #fff; }

/** edit-mode **/
.sortable-area .drag-item .drag-item-wrapper {
  border: 1px #FF775A dotted;
  position: relative; }

.sortable-area .drag-item .drag-item-wrapper .drag-item-desc {
  position: absolute;
  top: -26px;
  left: 2px; }

.sortable-area .drag-item .drag-item-wrapper .drag-item-buttons {
  position: absolute;
  top: -26px;
  right: 2px; }

.sortable-area .drag-item .drag-item-wrapper .drag-item-content {
  padding: 15px; }

/** preview-mode **/
.sortable-area .drag-item .sortable-buttons {
  display: none;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0; }

.sortable-area .drag-item:hover .sortable-buttons {
  display: block;
  background-color: rgba(158, 158, 158, 0.1);
  border-radius: 4px; }

.sortable-area .drag-item .sortable-buttons .sortable-buttons-desc {
  position: absolute;
  top: -26px;
  left: 2px; }

.sortable-area .drag-item .sortable-buttons .sortable-buttons-content {
  z-index: 10;
  position: absolute;
  left: -26px;
  width: 40px;
  top: 0; }

.sortable-area .drag-item .sortable-buttons .sortable-buttons-content > div {
  display: inline-block; }

.sortable-area .drag-item .sortable-content {
  position: relative; }

.sortable-area .drag-item .sortable-content .sortable-content-clickarea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
  cursor: pointer; }

.sortable-area .drag-item .sortable-content .sortable-content-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #E5F6FB url("/uploads/assets/images/cms/layout/ajax-spinner-iframe.gif") no-repeat center center;
  z-index: 8; }

.sortable-area .drag-item .sortable-content iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0; }

/** template-widget-area **/
#templateWidgetArea .sortable-content iframe {
  max-width: 300px;
  margin: 0 auto; }

/* user-elements
*******************************************************************************/
.user-pagetype {
  display: none; }

/* buttons
*******************************************************************************/
.btn-default {
  background-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 0; }
  .btn-default.navbar-btn {
    border-color: white;
    color: white; }
    .btn-default.navbar-btn:hover {
      background-color: white;
      color: #FF775A;
      border-color: white; }
  .btn-default:hover {
    background-color: white;
    border-color: #1F4468; }

.btn {
  border-radius: 0; }

.btn-disabled {
  cursor: default;
  pointer-events: none; }

.btn-link {
  color: #fff; }

.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2); }

.btn-link:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2); }

.btn-white {
  background: #fff;
  color: #525252;
  border: 1px solid #fff;
  text-shadow: none; }

.btn-white:hover {
  background: #fff;
  color: #525252;
  border: 1px solid #fff; }

.btn-white:focus {
  background: #fff;
  color: #525252;
  border: 1px solid #fff; }

.btn-red {
  background-color: #f56954;
  border: 1px solid #f04b32;
  color: #fff;
  text-shadow: none; }

.btn-red:hover {
  background-color: #e1422a;
  color: #fff;
  border: 1px solid #f04b32; }

.btn-red:focus {
  background-color: #e1422a;
  color: #fff;
  border: 1px solid #f04b32; }

.btn-green {
  background: #69af65;
  color: #fff;
  border: 1px solid #5d9a5a;
  text-shadow: none; }

.btn-green:hover {
  background: #437f40;
  color: #fff;
  border: 1px solid #5d9a5a; }

.btn-green:focus {
  background: #437f40;
  color: #fff;
  border: 1px solid #5d9a5a; }

.btn-blue {
  background: #FF775A;
  color: #fff;
  border: 1px solid #009abf;
  text-shadow: none; }

.btn-blue:hover {
  background: #0087a7;
  color: #fff;
  border: 1px solid #009abf; }

.btn-blue:focus {
  background: #0087a7;
  color: #fff;
  border: 1px solid #009abf; }

.btn-orange {
  background: #f39c12;
  color: #fff;
  border: 1px solid #de8e0e;
  text-shadow: none; }

.btn-orange:hover {
  background: #ca810d;
  color: #fff;
  border: 1px solid #de8e0e; }

.btn-orange:focus {
  background: #ca810d;
  color: #fff;
  border: 1px solid #de8e0e; }

/* form
*******************************************************************************/
.form-actions {
  border-top: 1px #ddd dashed;
  padding: 15px 30px;
  margin: 25px -30px 0 -30px; }

.form-group {
  margin-bottom: 25px; }
  .form-group .inline-label {
    margin-right: 0.7em;
    display: inline-block; }
  .form-group label.block {
    display: block; }

.form-control {
  border: 1px solid #dedede;
  color: #525252;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .form-control.sender-email {
    margin: 0 1.3em 0 0.5em;
    display: inline-block;
    width: 20em; }
  .form-control[type='checkbox'] {
    width: auto; }

.form-control:focus {
  -webkit-box-shadow: 0 0 2px rgba(82, 82, 82, 0.2);
          box-shadow: 0 0 2px rgba(82, 82, 82, 0.2);
  border: 1px solid #dedede; }

.checkbox {
  padding-left: 28px;
  margin: 5px 0; }
  .checkbox .icheck-button {
    margin-left: -28px; }

.checkbox-inline input {
  width: auto;
  height: auto; }

.radio {
  padding-left: 28px;
  margin: 5px 0; }

.errorMessage {
  color: #E1422A; }

/* admin form panel
*******************************************************************************/
.form-group-input {
  margin: 3px 0 0 10px;
  max-width: 80%; }

.form-group-input label {
  margin: 0;
  font-weight: normal; }

.form-group-input label h3 {
  margin: 0 0 5px 0; }

.form-group-input p {
  margin: 0 0 5px 0; }

.form-group-input p:last-of-type {
  margin: 0; }

/* conditional logic
*******************************************************************************/
.condition-hidden {
  display: none; }

/* date & time picker
*******************************************************************************/
.form-date {
  cursor: pointer !important;
  background: #fff !important; }

.form-time {
  cursor: pointer !important;
  background: #fff !important; }

.form-datetime {
  cursor: pointer !important;
  background: #fff !important; }

.btn-clear-datetime {
  cursor: pointer;
  background: #fff; }

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

.panel > .panel-body > :last-child {
  margin-bottom: 0; }

.panel-red {
  background-color: #f56954;
  border: 1px solid #f04b32;
  color: #fff;
  text-shadow: none; }

.panel-red .panel-heading {
  background: #f04b32;
  color: #fff; }

.panel-orange {
  background: #f39c12;
  color: #fff;
  border: 1px solid #de8e0e;
  text-shadow: none; }

.panel-orange .panel-heading {
  background: #de8e0e;
  color: #fff; }

.panel-blue, .alert-info {
  border: 1px solid rgba(0, 172, 213, 0.1);
  background-color: #11c3ec;
  text-shadow: none;
  color: white;
  border-radius: 0; }

.panel-blue .panel-heading {
  background: #009abf;
  color: #fff; }

.panel-green {
  background: #69af65;
  color: #fff;
  border: 1px solid #5d9a5a;
  text-shadow: none; }

.panel-green .panel-heading {
  background: #5d9a5a;
  color: #fff; }

.panel-item {
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 30px 0; }

.panel-item .panel-heading {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  padding: 0; }

.panel-item .panel-body {
  padding: 0; }

.panel-item .panel-body .item {
  padding: 8px 0;
  border-bottom: 1px solid #ddd; }

.panel-item .panel-body .item p {
  line-height: 34px;
  margin: 0; }

/* select2
*******************************************************************************/
.select-control {
  width: 100%; }

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-radius: 0;
  border-color: #dedede;
  -webkit-box-shadow: 0 0 2px rgba(82, 82, 82, 0.2);
          box-shadow: 0 0 2px rgba(82, 82, 82, 0.2); }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #dedede; }

.select2-drop-active {
  border-color: #dedede; }

.select2-results .select2-highlighted {
  background-color: #FF775A;
  color: white; }

.select2-container {
  width: 100%; }

/* select2 full width
*******************************************************************************/
.drag-item .select2-container-multi .select2-choices li {
  float: none; }

/* tinymce window
*******************************************************************************/
div#mce-modal-block.mce-in {
  opacity: 0.75; }

div.mce-window {
  border-radius: 0;
  border: 0px; }

div.mce-window .mce-window-head {
  background: #FF775A; }

div.mce-window .mce-window-head .mce-title {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: normal; }

div.mce-window .mce-window-head .mce-close {
  color: #fff; }

div.mce-window .mce-foot {
  background: #fff; }

div.mce-window .mce-foot .mce-btn {
  border: 0; }

div.mce-window .mce-foot .mce-btn button {
  text-shadow: none;
  background: #FF775A;
  color: #fff;
  border: 0px;
  border-radius: 4px; }

div.mce-window .mce-foot .mce-btn.mce-primary button {
  background: #f56954; }

div.mce-window .mce-panel {
  background: none; }

/* tinymce custom buttons
*******************************************************************************/
.mce-i-fa-blockquote {
  text-align: center !important; }

.mce-i-fa-blockquote:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000; }

.mce-i-fa-code {
  text-align: center !important; }

.mce-i-fa-code:before {
  font-family: "FontAwesome";
  content: "\f12a";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000; }

.mce-i-fa-pre {
  text-align: center !important; }

.mce-i-fa-pre:before {
  font-family: "FontAwesome";
  content: "\f096";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000; }

/* drag-item tinymce
*******************************************************************************/
.drag-item .mce-panel {
  border: 0;
  border-radius: 0; }

#Infobox_elements form {
  padding: .5em; }

/* image styles
*******************************************************************************/
.img-preview {
  max-width: 200px; }

.img-preview.small {
  max-width: 120px; }

/* dragula styles
*******************************************************************************/
#tab-images .draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

/* media queries
*******************************************************************************/
@media (min-width: 768px) {
  /* body */
  body:not(.system-body) {
    background-image: url("../images/cms/sidenav-back.jpg");
    background-position: left;
    background-repeat: repeat-y; }
  body.nav-small {
    background-image: url("../images/cms/sidenav-back2.jpg");
    background-position: left;
    background-repeat: repeat-y; }
  /* left panel */
  .maincontentpanel .mainleftpanel {
    position: absolute;
    width: 250px;
    margin-top: 0; }
  /* small navigation */
  body.nav-small .mainleftpanel {
    padding: 15px 0; }
    body.nav-small .mainleftpanel .navigation {
      float: left;
      width: 50px; }
      body.nav-small .mainleftpanel .navigation .nav-side {
        padding: 0px; }
        body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section), body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li {
          position: relative;
          background-color: transparent; }
          body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section).hasChildren > a:before, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li.hasChildren > a:before {
            content: ' ';
            display: none; }
          body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > a, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > a {
            text-align: center;
            color: white; }
            body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > a > i, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > a > i {
              text-align: center;
              margin: 0;
              padding: 0; }
            body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > a > span, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > a > span {
              display: none; }
          body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > span:last-child, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > span:last-child {
            overflow: hidden;
            text-overflow: ellipsis;
            display: block; }
          body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > ul, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > ul {
            z-index: 9;
            position: absolute;
            left: 39px;
            top: 0;
            width: 200px;
            background: #1F4468; }
            body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > ul > li:first-of-type, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > ul > li:first-of-type {
              padding-top: 10px; }
            body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > ul > li:last-of-type, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > ul > li:last-of-type {
              padding-bottom: 10px; }
            body.nav-small .mainleftpanel .navigation .nav-side > li:not(.nav-section) > ul > li > a, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > ul > li > ul > li > a {
              color: #fff !important; }
        body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section {
          border-bottom: 0;
          padding: 0; }
          body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > span.section-header, body.nav-small .mainleftpanel .navigation .nav-side > li.nav-section > span:last-child {
            display: none; }
  body.nav-small .mainleftpanel .draggable {
    display: none;
    padding: 0 20px;
    width: 200px; }
  /* right panel */
  .maincontentpanel .mainrightpanel {
    position: relative;
    margin: 0 0 0 250px;
    padding: 15px 0; } }

@media (max-width: 992px) {
  /* sortable list */
  .olsortableListHeader > .row > div {
    float: left;
    width: auto;
    padding: 0; }
  .olsortableListHeader > .row > div:after {
    content: '/';
    padding: 0 5px; }
  .olsortableListHeader > .row > div:last-of-type:after {
    content: ''; }
  .olsortableListHeader > .row > div:nth-last-child(+ 2):after {
    content: ''; }
  .olsortableListHeader > .row > div:first-of-type {
    padding-left: 15px; }
  .olsortableList .item > .container-fluid > .row > div {
    float: left;
    width: auto;
    padding: 0; }
  .olsortableList .item > .container-fluid > .row > div:after {
    content: '/';
    padding: 0 5px; }
  .olsortableList .item > .container-fluid > .row > div:last-of-type:after {
    content: ''; }
  .olsortableList .item > .container-fluid > .row > div:first-of-type {
    padding-left: 15px; } }

.user-domains td {
  padding: 10px 20px 0px 0; }

.user-domains-custom td > * {
  max-width: 230px; }

.user-domains-custom td > input {
  margin: 0 !important; }

.user-domains-custom td > i {
  border: 1px solid #dedede;
  padding: 9px;
  width: auto;
  margin: 0 -4px 0; }

.user-domains-custom td > select {
  display: inline-block; }

/* main contentpanel
*******************************************************************************/
.maincontentpanel .mainrightpanel {
  padding: 10px 5px;
  /* for FDP v3 */
  /* alert messages
  *******************************************************************************/ }
  .maincontentpanel .mainrightpanel section {
    display: block;
    margin-left: 15px; }
    .maincontentpanel .mainrightpanel section:not(:first-child) {
      margin-top: 15px; }
    .maincontentpanel .mainrightpanel section > h3 {
      font-family: inherit;
      font-size: 18px;
      color: #3f3b48;
      padding-bottom: 5px;
      border-bottom: 1px #dadada solid;
      margin-bottom: 25px; }
      .maincontentpanel .mainrightpanel section > h3 small {
        color: #b2b1b6;
        font-size: 14px;
        display: block;
        margin-top: 8px; }
    .maincontentpanel .mainrightpanel section > .row {
      max-width: 776px; }
    .maincontentpanel .mainrightpanel section > .row.full-width {
      max-width: 100%; }
  .maincontentpanel .mainrightpanel .fdp-support .panel-body h4 {
    font-size: 160%; }
  .maincontentpanel .mainrightpanel .fdp-support .panel-body .cantons-block-container {
    margin: 30px 0; }
    .maincontentpanel .mainrightpanel .fdp-support .panel-body .cantons-block-container .canton-container p.canton {
      margin-bottom: 5px !important;
      font-size: 120%; }
    .maincontentpanel .mainrightpanel .fdp-support .panel-body .cantons-block-container .canton-container p.contact {
      margin-left: 15px;
      margin-bottom: 15px; }
  .maincontentpanel .mainrightpanel #expiration-widget .tile-wrapper {
    padding: 0px; }
    .maincontentpanel .mainrightpanel #expiration-widget .tile-wrapper .abo-tile, .maincontentpanel .mainrightpanel #expiration-widget .tile-wrapper .abo-addon-list-tile {
      border: none;
      padding: 20px 30px 0px 30px; }
  .maincontentpanel .mainrightpanel .panel-flat {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: hidden; }
    .maincontentpanel .mainrightpanel .panel-flat .panel-heading {
      background: #f8f8f8;
      -webkit-box-shadow: 0 0 6px 0 #AAAAAA;
              box-shadow: 0 0 6px 0 #AAAAAA;
      padding: 10px 15px 0 15px;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      .maincontentpanel .mainrightpanel .panel-flat .panel-heading h3 {
        font-size: 18px;
        font-weight: 500; }
  .maincontentpanel .mainrightpanel #activity-item small {
    display: block; }
  .maincontentpanel .mainrightpanel .alert {
    margin: 0 0 20px 0; }
  .maincontentpanel .mainrightpanel > .alert {
    margin: -15px 0 20px;
    border-radius: 0;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0; }

#content-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  vertical-align: middle;
  text-align: center; }
  #content-preloader img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }

.order-overview {
  padding-top: 10px;
  margin: 0px; }
  .order-overview .current-abo .panel-body > .row:not(:first-of-type):not(.add-on-row) {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 15px; }
  .order-overview .panel:not(.available-abo) .tile-wrapper:not(:first-of-type) .abo-tile, .order-overview .panel:not(.available-abo) .tile-wrapper:not(:first-of-type) .abo-addon-list-tile {
    border-top: 2px solid lightgray !important; }
  .order-overview .panel.available-abo .abo-tile h4 > small, .order-overview .panel.available-abo .abo-addon-list-tile h4 > small {
    display: none !important; }
  .order-overview .panel.available-abo h4 .pull-right.price {
    display: block;
    float: none !important; }
    .order-overview .panel.available-abo h4 .pull-right.price small {
      color: grey;
      font-weight: 600;
      font-size: 19px; }
  .order-overview .panel.available-abo .tile-wrapper:not(:first-of-type) .abo-tile, .order-overview .panel.available-abo .tile-wrapper:not(:first-of-type) .abo-addon-list-tile {
    border-left: 2px solid lightgray !important;
    margin-left: -14px;
    padding-left: 25px; }
  .order-overview .panel.available-abo .progress {
    display: none; }
  .order-overview .panel .tile-wrapper {
    padding-bottom: 0; }
  .order-overview .panel .abo-tile, .order-overview .panel .abo-addon-list-tile, .order-overview .panel .abo-addon-list-tile {
    border: none;
    padding: 15px 10px;
    min-height: 0;
    background-color: transparent; }

.transaction-table tbody td {
  border-bottom: 1px solid #f1f1f1 !important; }

.transaction-table th {
  text-transform: uppercase; }
  .transaction-table th a {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .transaction-table th a:hover {
      text-decoration: none;
      color: #c02200; }

.transaction-table tr {
  -webkit-box-shadow: 0px 0px 12px 0px #dedede60;
          box-shadow: 0px 0px 12px 0px #dedede60; }
  .transaction-table tr.sub-order td:first-of-type:before {
    content: "\21B3";
    color: black; }
  .transaction-table tr:hover td {
    background-color: #fcfcfc; }
    .transaction-table tr:hover td > .btn-group {
      right: 33px;
      position: absolute; }
      .transaction-table tr:hover td > .btn-group:before {
        opacity: 0;
        -webkit-transition: opacity 0.3s 0.1s;
        transition: opacity 0.3s 0.1s; }
  .transaction-table tr td {
    background-color: white; }
    .transaction-table tr td input, .transaction-table tr td select {
      border-radius: 5px; }
      .transaction-table tr td input:focus, .transaction-table tr td input:active, .transaction-table tr td select:focus, .transaction-table tr td select:active {
        border: 1px solid #FF775A;
        -webkit-box-shadow: 0px 0px 12px 0px #dedede80;
                box-shadow: 0px 0px 12px 0px #dedede80; }
    .transaction-table tr td > .btn-group {
      -webkit-transition: all 0.3s 0.3s;
      transition: all 0.3s 0.3s;
      margin-left: -300px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 5px;
      right: -420px;
      margin-top: -6px;
      position: absolute; }
      .transaction-table tr td > .btn-group a {
        border: none; }
        .transaction-table tr td > .btn-group a.btn-default {
          background-color: #f5f5f5; }
      .transaction-table tr td > .btn-group:before {
        position: absolute;
        text-transform: uppercase;
        top: 0;
        right: 400px;
        width: 80px;
        content: "…";
        opacity: 1;
        color: #aaaaaa;
        -webkit-transition: opacity 0.3s 0.5s;
        transition: opacity 0.3s 0.5s; }

.add-on-row {
  margin-top: 10px; }
  .add-on-row > div:first-of-type {
    border-left: 3px dashed #FF775A; }
    .add-on-row > div:first-of-type > h4 {
      color: #FF775A;
      background-color: rgba(255, 119, 90, 0.05);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 5px;
      margin-top: 0px; }

.tile-wrapper:not(:first-of-type) .abo-addon-list-tile {
  border-top: 2px solid lightgray !important; }

.abo-tile .progress, .abo-addon-list-tile .progress {
  height: 8px; }

.abo-addon-list-tile {
  min-height: 100px;
  padding: 10px 10px 10px 5px !important; }
  .abo-addon-list-tile .buttons {
    position: absolute;
    right: 15px;
    top: -15px; }
    .abo-addon-list-tile .buttons .btn {
      margin-top: 0; }
  .abo-addon-list-tile h4 {
    font-weight: bold;
    line-height: 5px;
    font-size: 20px; }
  .abo-addon-list-tile .progress {
    height: 8px !important;
    margin-bottom: 5px;
    margin-top: 6px; }

.user-domains td {
  padding: 10px 20px 0px 0; }

.user-domains-custom td > * {
  max-width: 230px; }

.user-domains-custom td > input {
  margin: 0 !important; }

.user-domains-custom td > i {
  border: 1px solid #dedede;
  padding: 9px;
  width: auto;
  margin: 0 -4px 0; }

.user-domains-custom td > select {
  display: inline-block; }

.order-item .order-item-header {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
  margin: 10px 5px 0;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  position: relative; }

.order-item .order-item-body {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0px 5px 5px;
  position: relative;
  margin: 0px 5px 0;
  padding: 20px 0; }

.order-item table {
  width: 100%; }
  .order-item table td {
    line-height: 14px;
    font-size: 14px;
    padding: 5px; }

.order-item .order-item-status {
  width: 30px;
  position: relative; }

.order-item table td span {
  color: #838383;
  font-size: 12px; }

.order-item .order-average {
  width: 30%; }
  .order-item .order-average i {
    display: inline-block;
    padding: 2px 7px;
    background: #1f7cd9;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 8px; }

.order-item .order-status {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #e22e0d;
  border-radius: 50%;
  margin-top: 3px; }
  .order-item .order-status.active {
    background: #4de20a; }
  .order-item .order-status.pending {
    background: #828288; }

.order-wrapper > div[data-key] {
  width: 80%;
  vertical-align: top; }

.order-item .order-item-status-line {
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  background: #e3e3e3;
  top: 0;
  left: 16px; }

.order-item .order-item-status-icon {
  width: 8px;
  height: 8px;
  background: #4d3b48;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .order-item .order-item-status-icon.success {
    background: #4de20a; }
  .order-item .order-item-status-icon.fail {
    background: #e22e0d; }

.order-price {
  width: 120px; }

.order-item a.btn {
  margin: 5px auto;
  width: 140px;
  display: block;
  padding: 3px 12px; }

.list-view .not-set {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 10px; }

.list-view .summary ul.per-page-nav {
  display: inline-block; }
  .list-view .summary ul.per-page-nav > li {
    display: inline;
    margin-left: 3px;
    margin-right: 3px; }
    .list-view .summary ul.per-page-nav > li.active > a {
      background-color: rgba(0, 0, 0, 0.05); }
    .list-view .summary ul.per-page-nav > li > a {
      display: inline;
      padding: 5px; }

.cms-grid-list.list-view .table, .crm-grid-list.list-view .table {
  margin-top: 20px; }

.cms-grid-list.list-view .table-bordered, .cms-grid-list.list-view .table-bordered > thead > tr > th, .cms-grid-list.list-view .table-bordered > tbody > tr > th, .cms-grid-list.list-view .table-bordered > tfoot > tr > th, .cms-grid-list.list-view .table-bordered > thead > tr > td, .cms-grid-list.list-view .table-bordered > tbody > tr > td, .cms-grid-list.list-view .table-bordered > tfoot > tr > td, .crm-grid-list.list-view .table-bordered, .crm-grid-list.list-view .table-bordered > thead > tr > th, .crm-grid-list.list-view .table-bordered > tbody > tr > th, .crm-grid-list.list-view .table-bordered > tfoot > tr > th, .crm-grid-list.list-view .table-bordered > thead > tr > td, .crm-grid-list.list-view .table-bordered > tbody > tr > td, .crm-grid-list.list-view .table-bordered > tfoot > tr > td {
  border: none; }

.list-group .list-group-uppertitle {
  text-transform: uppercase;
  font-size: 10px;
  color: darkgrey; }

.list-group a .hover_action_label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: lightgrey;
  display: none; }

.list-group a:hover .hover_action_label {
  display: inline; }

/* label
*******************************************************************************/
.label.label-red {
  background-color: #f56954;
  border: 1px solid #f04b32;
  color: #fff;
  text-shadow: none; }

.label.label-orange {
  background: #f39c12;
  color: #fff;
  border: 1px solid #de8e0e;
  text-shadow: none; }

.label.label-blue {
  background: #FF775A;
  color: #fff;
  border: 1px solid #009abf;
  text-shadow: none; }

.label.label-green {
  background: #69af65;
  color: #fff;
  border: 1px solid #5d9a5a;
  text-shadow: none; }

.label.label-accent {
  background: #FF775A;
  color: #fff;
  border: 1px solid #e66b51;
  text-shadow: none; }

.label.label-inline {
  background: transparent;
  color: #333;
  border: 1px #333 solid;
  padding: 0 3px;
  margin-left: 3px;
  font-weight: normal;
  text-shadow: none; }

.color-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px; }
  .color-dot.color-dot-danger {
    background-color: #f04b32; }
  .color-dot.color-dot-warning {
    background-color: #de8e0e; }
  .color-dot.color-dot-success {
    background-color: #5d9a5a; }

.maintenance-event {
  background: #ffffc0;
  padding: 1.5em 1em;
  margin-right: 15px;
  margin-bottom: 15px; }

.analytics-section .display-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.analytics-section .display-flex-center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.analytics-heading {
  padding-bottom: 10px !important; }
  .analytics-heading .analytics-detail-link {
    color: #FF775A; }
    .analytics-heading .analytics-detail-link:hover {
      color: #3f3b48; }

.analytics-body h4 {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .analytics-body h4 {
      font-size: 15px; } }

.analytics-row-wrapper {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0; }

.analytics-number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #FF775A;
  height: 75px;
  width: 75px;
  border-radius: 50%; }
  @media screen and (max-width: 768px) {
    .analytics-number-box {
      height: 50px;
      width: 50px;
      border: 1px solid #FF775A; } }
  .analytics-number-box span {
    font-size: 18px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .analytics-number-box span {
        font-size: 14px; } }

#topheader .nav > li.dropdown {
  background-color: #1F4468; }

.select2-container--topbar .select2-dropdown {
  border-radius: 0px;
  border: none; }

.select2-container--topbar .select2-search--dropdown {
  padding: 0px; }

.select2-container--topbar .select2-search__field {
  border-radius: 0px;
  border-left: 1px solid #4c6986;
  border-right: 1px solid #4c6986;
  border-top: none;
  border-bottom: none; }

.select2-container--topbar .select2-selection {
  height: 36px;
  background: #1F4468; }

.select2-container--topbar .select2-selection__rendered,
.select2-container--topbar .select2-selection__placeholder {
  padding-top: 7px;
  padding-right: 20px;
  color: white; }

.select2-container--topbar .select2-selection__arrow {
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
  height: 26px; }

.select2-container--topbar .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--topbar.select2-container--open .select2-selection {
  border-bottom: none; }

.select2-container--topbar.select2-container--open .select2-dropdown--below {
  border-top: none;
  background: #1F4468;
  color: #fff;
  width: 300px !important;
  margin-left: -142px; }

.select2-container--topbar .select2-results__option--highlighted {
  background: #666; }

.select2-container--topbar .select2-results .select2-results__options {
  overflow-y: scroll;
  max-height: 150px; }

.sortable-area .drag-item .sortable-content .sortable-content-spinner {
  display: none; }

.sortable-area .drag-item .sortable-content .item-title {
  background: #A1A1A1;
  color: white;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0px 0px 3px #888;
          box-shadow: 0px 0px 3px #888; }

.sortable-area .drag-item .sortable-content table.table.detail-view {
  margin: -10px .5% 10px;
  width: 99.5%; }

div.modal {
  z-index: 1150;
  overflow-y: auto !important; }

div.modal-backdrop {
  z-index: 1140; }

.select2-dropdown.select2-dropdown--below {
  z-index: 9999; }

.widget-draggable-group {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

#tinymce .mce-content-body h1 {
  font-size: 33px !important;
  line-height: 34px !important; }

#tinymce .mce-content-body h2 {
  font-size: 20px !important;
  line-height: 30px !important; }

#tinymce .mce-content-body h3 {
  font-size: 18px !important;
  line-height: 22px !important; }

#tinymce .mce-content-body h4 {
  font-size: 16px !important;
  line-height: 30px !important; }

#tinymce .mce-content-body h5 {
  font-size: 14px !important;
  line-height: 15px !important; }

#tinymce .mce-content-body h6 {
  font-size: 12px !important;
  line-height: 17px !important; }

#tinymce .mce-content-body p {
  font-size: 16px !important;
  line-height: 23px !important; }

html {
  height: 100%; }

body.system-body {
  background-color: #fbfbfb;
  position: absolute;
  width: 100%;
  height: 100%; }
  body.system-body .system-container {
    height: 100%;
    position: relative; }
    body.system-body .system-container .system-container-logo {
      position: absolute;
      top: 25%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }
      body.system-body .system-container .system-container-logo .berta, body.system-body .system-container .system-container-logo .digital {
        display: none; }
    body.system-body .system-container .system-box {
      min-height: 450px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 1px solid #e0e0e0;
      background-color: #ffffff;
      -webkit-transition: -webkit-box-shadow 1s;
      transition: -webkit-box-shadow 1s;
      transition: box-shadow 1s;
      transition: box-shadow 1s, -webkit-box-shadow 1s;
      padding-left: 30px;
      padding-right: 30px; }
      body.system-body .system-container .system-box .system-box-body {
        min-height: 100px;
        padding-left: 30px;
        padding-right: 30px;
        font-family: "Roboto", sans-serif; }
        body.system-body .system-container .system-box .system-box-body h2, body.system-body .system-container .system-box .system-box-body h3 {
          font-weight: 700; }
          body.system-body .system-container .system-box .system-box-body h2 small, body.system-body .system-container .system-box .system-box-body h3 small {
            display: block;
            padding-bottom: 36px; }
        body.system-body .system-container .system-box .system-box-body h2 {
          font-size: 29px;
          line-height: 36px;
          color: #3f3b48; }
          body.system-body .system-container .system-box .system-box-body h2:first-child {
            padding-top: 50px;
            padding-bottom: 18px;
            border-bottom: 1px solid #e0e0e0; }
        body.system-body .system-container .system-box .system-box-body h3 {
          margin-bottom: 35px; }
          body.system-body .system-container .system-box .system-box-body h3:first-child {
            padding-top: 20px; }
        body.system-body .system-container .system-box .system-box-body p {
          /*&:first-of-type{
            min-height: 100px;
          }*/
          color: #3f3b48;
          font-size: 14px;
          line-height: 20px; }
          body.system-body .system-container .system-box .system-box-body p:not(:last-of-type) {
            padding-bottom: 38px; }
        body.system-body .system-container .system-box .system-box-body div.buttons {
          margin-bottom: 89px;
          width: 100%;
          text-align: center; }
          body.system-body .system-container .system-box .system-box-body div.buttons p + a.btn {
            margin-top: 0;
            margin-bottom: 15px; }
          body.system-body .system-container .system-box .system-box-body div.buttons a.btn-1, body.system-body .system-container .system-box .system-box-body div.buttons a.btn-2 {
            text-transform: uppercase;
            margin-left: 15px;
            margin-right: 15px; }
          body.system-body .system-container .system-box .system-box-body div.buttons .btn-1 {
            color: #FFF;
            border: 1px solid #FF775A;
            padding: 10px 25px 10px;
            font-size: 14px;
            font-family: inherit;
            font-weight: 300;
            line-height: 16.8px;
            margin-top: 2em;
            display: inline-block;
            text-align: center;
            background-color: #FF775A;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-1.lg {
              padding: 10px 50px 10px; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-1.full-width {
              width: 100%; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-1.arrow-link::before {
              color: #FFF; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:hover, body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:focus, body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:active {
              background-color: #FFF;
              outline: none;
              text-decoration: none;
              color: #FF775A; }
              body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:hover.arrow-link::before, body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:focus.arrow-link::before, body.system-body .system-container .system-box .system-box-body div.buttons .btn-1:active.arrow-link::before {
                color: #FFF; }
          body.system-body .system-container .system-box .system-box-body div.buttons .btn-2 {
            color: #FFF;
            border: 1px solid #65626d;
            padding: 10px 25px 10px;
            font-size: 14px;
            font-family: inherit;
            font-weight: 300;
            line-height: 16.8px;
            margin-top: 2em;
            display: inline-block;
            text-align: center;
            background-color: #65626d;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-2.lg {
              padding: 10px 50px 10px; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-2.full-width {
              width: 100%; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-2.arrow-link::before {
              color: #FFF; }
            body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:hover, body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:focus, body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:active {
              background-color: #FFF;
              outline: none;
              text-decoration: none;
              color: #65626d; }
              body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:hover.arrow-link::before, body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:focus.arrow-link::before, body.system-body .system-container .system-box .system-box-body div.buttons .btn-2:active.arrow-link::before {
                color: #FFF; }
      body.system-body .system-container .system-box .system-box-footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        background: #e0e0e0;
        text-align: center; }
      body.system-body .system-container .system-box .system-box-below {
        position: absolute;
        bottom: -35px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        width: 100%;
        left: 0;
        text-align: center; }
        body.system-body .system-container .system-box .system-box-below > a {
          color: #fff;
          padding-left: 15px;
          padding-right: 15px; }
          body.system-body .system-container .system-box .system-box-below > a:hover {
            color: #fff;
            opacity: .6; }
          body.system-body .system-container .system-box .system-box-below > a:first-child {
            float: left; }
          body.system-body .system-container .system-box .system-box-below > a:last-child {
            float: right; }
          body.system-body .system-container .system-box .system-box-below > a:only-child {
            float: none; }
  body.system-body .basic-container .reset-button, body.system-body .basic-container .login-button {
    border: 1px solid #1F4468;
    padding: 10px 40px;
    background-color: transparent;
    color: #FF775A;
    font-size: 18px; }
  body.system-body .basic-container .reset-button:hover, body.system-body .basic-container .login-button:hover {
    background-color: #1F4468;
    /*-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      -moz-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      background-size: 100%;*/ }
  body.system-body .basic-container .site-window .tile-wrapper {
    margin-top: 15vh; }
  body.system-body .basic-container .site-window .topheader-wrapper .topheader {
    padding: 10px; }
  body.system-body .basic-container .site-window .info-header {
    text-align: center;
    padding: .75em 0;
    background: #dedede;
    font-size: larger; }
  body.system-body .basic-container .site-window .info-tile {
    padding: 25px; }
    body.system-body .basic-container .site-window .info-tile .btn-orange {
      border: 1px solid #1F4468;
      padding: 5px 20px;
      background-color: transparent;
      color: #FF775A;
      font-size: 18px; }
      body.system-body .basic-container .site-window .info-tile .btn-orange:hover {
        background-color: #1F4468; }
    body.system-body .basic-container .site-window .info-tile .register-form #registration-step-2, body.system-body .basic-container .site-window .info-tile .register-form #registration-step-3 {
      display: none; }
    body.system-body .basic-container .site-window .info-tile .register-form .btn-next {
      float: right;
      /*margin-top: 2em;*/ }
      body.system-body .basic-container .site-window .info-tile .register-form .btn-next.single {
        float: none;
        display: block;
        margin: 2em auto; }
    body.system-body .basic-container .site-window .info-tile .register-form input[type=submit] {
      float: right;
      border: 1px solid #1F4468;
      padding: 2px 10px;
      background-color: transparent;
      color: #FF775A; }
    body.system-body .basic-container .site-window .info-tile .register-form .lead-text {
      text-transform: inherit; }
    body.system-body .basic-container .site-window .info-tile .register-form #login-form {
      text-align: right; }
      body.system-body .basic-container .site-window .info-tile .register-form #login-form input[type=submit] {
        float: none;
        /*border: 1px solid #1F4468;
              padding: 2px 10px;
              background-color: transparent;
              color: #FF775A;*/ }

.retweeter-thumbs img {
  padding-right: 0.5em; }

* {
  margin: 0;
  padding: 0; }

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

/* use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px; }

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc; }

/* remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none; }

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0; }

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none; }

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0; }

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0; }

/*add downward connectors from parents*/
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px; }

.tree li a {
  border: 1px solid;
  border-color: #eeeeee;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  .tree li a.success {
    background-color: green;
    color: white; }

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a {
  background: #e0e0e0;
  color: #000;
  border: 1px solid transparent; }

/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #757575; }

.user-domains td {
  padding: 10px 20px 0px 0; }

.user-domains-custom td > * {
  max-width: 230px; }

.user-domains-custom td > input {
  margin: 0 !important; }

.user-domains-custom td > i {
  border: 1px solid #dedede;
  padding: 9px;
  width: auto;
  margin: 0 -4px 0; }

.user-domains-custom td > select {
  display: inline-block; }

#form-fields-area .drag-item {
  margin: 1em 0;
  border: 1px #DDDDDD solid;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

#form-fields-area .form-field-description {
  padding: 3px;
  font-weight: normal;
  background: #A1A1A1;
  color: #fff; }
  #form-fields-area .form-field-description :hover {
    opacity: 0.75;
    text-decoration: none; }
  #form-fields-area .form-field-description p {
    margin: 0; }
  #form-fields-area .form-field-description a {
    color: #FFF; }
    #form-fields-area .form-field-description a:focus {
      text-decoration: none; }

#form-fields-area.sortable-area .drag-item .sortable-buttons {
  z-index: 0; }

.hidden-poll {
  display: none; }

.submission-items {
  width: 100%;
  margin-bottom: 2em; }
  .submission-items .submission-list-item:nth-child(2n-1) {
    background-color: #f3f3f3; }
  .submission-items td {
    padding: 0.4em; }
    .submission-items td.title {
      width: 30%; }

#testimonial-list .testimonial-items {
  width: 100%; }
  #testimonial-list .testimonial-items .testimonial-item:nth-child(2n-1) {
    background-color: #f3f3f3; }
  #testimonial-list .testimonial-items td {
    padding: 0.4em; }

#submission-list .submission .item {
  padding: 2em 1em; }

#submission-list .submission:nth-child(2n-1) .item {
  background-color: #f3f3f3; }

#submission-list .submission .files {
  margin-top: 1em; }

#crm .row .title {
  font-weight: bold; }

.inline-me {
  display: inline-block;
  vertical-align: top; }

.form-group.field-crmcontactimportform-fileformat {
  display: inline-block;
  margin-right: 50px; }

.crm-import-contact-upload-inspection {
  margin-left: 15px;
  width: 90%; }
  .crm-import-contact-upload-inspection .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 16px 21px 0 28px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .crm-import-contact-upload-inspection .checkbox table {
      margin-left: -28px;
      min-width: 300px; }

.contact-upload-helper {
  margin-top: 7px;
  /*background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;*/
  padding: 15px; }
  .contact-upload-helper ol {
    margin-left: 15px; }
  .contact-upload-helper ul {
    padding: 25px; }

.general-helper-content {
  display: block; }

.vcard-helper-content {
  display: none; }

.csv-helper-content {
  display: none; }

/*!
 * Copyright (c) 2016. Berta Kommunikation AG berta.ag
 */
.crud-editor-item,
.crud-editor-item label {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.crud-editor-item label {
  margin: .2em; }

.popover[class*=tour-] {
  z-index: 9999; }

.tour-backdrop {
  opacity: 0.5 !important; }

.tour-step-background {
  background: #fff; }

.tour-profile-settings {
  border-bottom: 1px solid #ddd; }

#header .navbar-btn.toggleReorder {
  background-color: #FF775A; }

/*!
 * Copyright (c) 2019. Amos Calamida
 */
.list-content {
  position: relative;
  overflow: hidden; }
  .list-content div div .table tbody td {
    border-bottom: 1px solid #f1f1f1 !important; }
  .list-content div div .table th {
    text-transform: uppercase; }
    .list-content div div .table th a {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .list-content div div .table th a:hover {
        text-decoration: none;
        color: #c02200; }
  .list-content div div .table tr {
    -webkit-box-shadow: 0px 0px 12px 0px #dedede60;
            box-shadow: 0px 0px 12px 0px #dedede60; }
    .list-content div div .table tr:hover td {
      cursor: pointer;
      background-color: #fcfcfc; }
      .list-content div div .table tr:hover td > .btn-group {
        right: 33px;
        position: absolute; }
        .list-content div div .table tr:hover td > .btn-group:before {
          opacity: 0;
          -webkit-transition: opacity 0.3s 0.1s;
          transition: opacity 0.3s 0.1s; }
    .list-content div div .table tr td {
      background-color: white; }
      .list-content div div .table tr td input, .list-content div div .table tr td select {
        border-radius: 5px; }
        .list-content div div .table tr td input:focus, .list-content div div .table tr td input:active, .list-content div div .table tr td select:focus, .list-content div div .table tr td select:active {
          border: 1px solid #FF775A;
          -webkit-box-shadow: 0px 0px 12px 0px #dedede80;
                  box-shadow: 0px 0px 12px 0px #dedede80; }
      .list-content div div .table tr td > .btn-group {
        -webkit-transition: all 0.3s 0.3s;
        transition: all 0.3s 0.3s;
        margin-left: -300px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 5px;
        right: -420px;
        margin-top: -6px;
        position: absolute; }
        .list-content div div .table tr td > .btn-group a {
          border: none; }
          .list-content div div .table tr td > .btn-group a.btn-default {
            background-color: #f5f5f5; }
        .list-content div div .table tr td > .btn-group:before {
          position: absolute;
          text-transform: uppercase;
          top: 0;
          right: 400px;
          width: 80px;
          content: "…";
          opacity: 1;
          color: #aaaaaa;
          -webkit-transition: opacity 0.3s 0.5s;
          transition: opacity 0.3s 0.5s;
          cursor: pointer; }
  .list-content #testimonial-list .btn-group:before {
    content: "…";
    right: 395px; }
  @media screen and (max-width: 420px) {
    .list-content {
      overflow: scroll; }
      .list-content div div .table .icheck-blue, .list-content div div .table .iradio-blue {
        margin: 0 0 0 0px !important; }
      .list-content div div .table thead {
        display: none; }
      .list-content div div .table tr {
        padding: 20px;
        border-bottom: 1px solid #aaaaaa;
        display: block; }
        .list-content div div .table tr td:first-of-type {
          font-weight: bold; }
        .list-content div div .table tr td {
          background-color: initial;
          clear: both;
          display: block;
          border: none !important; }
        .list-content div div .table tr:hover .btn-group {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .list-content div div .table tr .btn-group {
          float: none !important;
          -webkit-transition: all 0.3s 0.3s;
          transition: all 0.3s 0.3s;
          margin-right: 30px !important;
          right: 3px !important; }
          .list-content div div .table tr .btn-group a {
            background-color: #FF775A !important;
            color: white;
            margin-right: 2px; } }
  .list-content .list-view .itemsContainer {
    -webkit-box-shadow: 0px 0px 12px 0px #dedede60;
            box-shadow: 0px 0px 12px 0px #dedede60;
    margin-bottom: 10px; }
  .list-content .list-view .item {
    overflow: hidden;
    background-color: white;
    line-height: 38px;
    padding: 0px 8px;
    border-bottom: 1px solid #f1f1f1; }
    .list-content .list-view .item .row span {
      margin-left: 18px; }
  .list-content .list-view td > .translate-col .hidden-actions {
    left: 0px; }
  .list-content .list-view .hover-action {
    text-transform: uppercase;
    color: #aaaaaa;
    cursor: pointer; }
  .list-content .list-view .translate-col {
    position: relative; }
    .list-content .list-view .translate-col .hidden-actions {
      opacity: 0;
      display: inline;
      -webkit-transition: opacity .5s .4s;
      transition: opacity .5s .4s;
      position: absolute;
      left: 28px; }
      .list-content .list-view .translate-col .hidden-actions .btn-group {
        -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.15); }
    .list-content .list-view .translate-col .hover-action {
      opacity: 1;
      display: inline;
      -webkit-transition: all .3s .7s;
      transition: all .3s .7s; }
    .list-content .list-view .translate-col:hover .hidden-actions {
      opacity: 1;
      -webkit-transition: all .5s .5s;
      transition: all .5s .5s; }
    .list-content .list-view .translate-col:hover .hover-action {
      opacity: 0;
      -webkit-transition: all .3s .2s;
      transition: all .3s .2s; }
  @media screen and (min-width: 920px) {
    .list-content .list-view li:hover {
      cursor: pointer; }
      .list-content .list-view li:hover > div.item > div.row {
        background-color: #fcfcfc; }
        .list-content .list-view li:hover > div.item > div.row > .btn-group {
          right: 9px;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .list-content .list-view li:hover > div.item > div.row > .btn-group:before {
            opacity: 0;
            -webkit-transition: opacity 0.3s 0.1s;
            transition: opacity 0.3s 0.1s; }
    .list-content .list-view li > div.item > div.row > .btn-group {
      -webkit-transition: all 0.3s 0.3s;
      transition: all 0.3s 0.3s;
      margin-left: -170px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 5px;
      right: -420px;
      margin-top: 3px; }
      .list-content .list-view li > div.item > div.row > .btn-group a {
        border: none; }
        .list-content .list-view li > div.item > div.row > .btn-group a.btn-default {
          background-color: #f5f5f5; }
      .list-content .list-view li > div.item > div.row > .btn-group:before {
        position: absolute;
        text-transform: uppercase;
        top: 0;
        margin-top: -6px;
        right: 374px;
        width: 80px;
        content: "…";
        opacity: 1;
        color: #aaaaaa;
        -webkit-transition: opacity 0.3s 0.5s;
        transition: opacity 0.3s 0.5s; } }
  .list-content .list-view#wishlist-list .btn-group:before {
    right: 385px; }
  .list-content .list-view#support-action-list .btn-group:before {
    right: 335px; }
  @media screen and (max-width: 920px) {
    .list-content .list-view li > div.item > div.row > .btn-group {
      clear: both;
      margin: 10px; } }
  .list-content .btn-group:empty {
    display: none; }
