/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* nivoslider */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 22, app/assets/stylesheets/nivo.scss */
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(/assets/loading-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 30, app/assets/stylesheets/nivo.scss */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 36, app/assets/stylesheets/nivo.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 41, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 45, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 54, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 58, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 71, app/assets/stylesheets/nivo.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 72, app/assets/stylesheets/nivo.scss */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* line 76, app/assets/stylesheets/nivo.scss */
.theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 80, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 83, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 87, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 91, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 94, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 100, app/assets/stylesheets/nivo.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* The Nivo Slider styles */
/* line 108, app/assets/stylesheets/nivo.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/nivo.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 120, app/assets/stylesheets/nivo.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 127, app/assets/stylesheets/nivo.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
/* line 143, app/assets/stylesheets/nivo.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 150, app/assets/stylesheets/nivo.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 156, app/assets/stylesheets/nivo.scss */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 159, app/assets/stylesheets/nivo.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 177, app/assets/stylesheets/nivo.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 181, app/assets/stylesheets/nivo.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 184, app/assets/stylesheets/nivo.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 188, app/assets/stylesheets/nivo.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/nivo.scss */
.nivo-prevNav {
  left: 0px;
}

/* line 197, app/assets/stylesheets/nivo.scss */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 201, app/assets/stylesheets/nivo.scss */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

/* line 205, app/assets/stylesheets/nivo.scss */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 208, app/assets/stylesheets/nivo.scss */
.nivo-controlNav a.active {
  font-weight: bold;
}
/* line 1, app/assets/stylesheets/base.scss */
body,
html,
#base,
#content,
#editorPane,
#editorPane .leftPane,
#editorPane .rightPane {
  height: 100%;
}

/* line 11, app/assets/stylesheets/base.scss */
body,
html,
#base,
#content,
#editorPane,
#editorPane .leftPane,
#editorPane .rightPane {
  height: 100vh;
}

@font-face {
  font-family: neris-thin;
  src: url(/assets/Neris-Thin-107aa3ce586ab9eec48676a45a108a85ab5f1979a773893641b6ae301fe8be2e.woff);
  font-weight: 100;
}

@font-face {
  font-family: neris;
  src: url(/assets/Neris-Light-af613933c554a68de82bcd2632df0efe953ea0cc010482a911ac21f0460548ef.woff);
  font-weight: 400;
}

@font-face {
  font-family: neris-bold;
  src: url(/assets/Neris-SemiBold-bafdf5697872a946b535c7fb1855725cddedd0dfe63f0106c63cc78449bc8731.woff);
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/base.scss */
button.btn.ink-reaction.btn-raised.btn-xs.btn-danger.smsaction.katloadbutton {
  border-radius: 50%;
  height: 48px;
}

/*test */
/* line 5, app/assets/stylesheets/clusters.scss */
.clustersms {
  width: 80vw;
  left: 10vw;
  position: absolute;
  background: white;
  padding: 15px 45px;
  border-radius: 15px;
  box-shadow: 0px 0px 125px;
}

/* line 14, app/assets/stylesheets/clusters.scss */
.clustersms {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/clusters.scss */
.clustersms .heading {
  background: #28506e;
  margin-left: -45px;
  margin-top: -15px;
  width: 107%;
}

/* line 25, app/assets/stylesheets/clusters.scss */
#smsview_mode #fullscreenblack .clustersms .card {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
  border-left: 1px solid #d2d2d2 !important;
  border-radius: 0;
  width: 50%;
  float: left;
  min-height: 160px;
}

/* line 34, app/assets/stylesheets/clusters.scss */
#smsview_mode #fullscreenblack .clustersms header {
  font-size: 21px;
  padding-top: 15px;
}

/* line 39, app/assets/stylesheets/clusters.scss */
#smsview_mode #fullscreenblack .clustersms .card-body p {
  font-size: 120% !important;
}

/* line 42, app/assets/stylesheets/clusters.scss */
.clustersms h4 {
  font-size: 350%;
  text-transform: uppercase;
  color: #285170;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 0;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  margin-bottom: 45px;
}

/* line 54, app/assets/stylesheets/clusters.scss */
.clustersms .heading h4 {
  font-size: 350%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 40px;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  margin-bottom: 45px;
}

/* line 66, app/assets/stylesheets/clusters.scss */
#smsview_mode .clustersms .card-head {
  min-height: 45px;
}

/* line 69, app/assets/stylesheets/clusters.scss */
.smsview .clustersms .card-body.style-default-bright {
  min-height: 125px;
  padding-bottom: 0px;
}
/* line 5, app/assets/stylesheets/codes.scss.erb */
body.codes div#dashboard-toprow {
  height: 350px;
  background-image: url(/assets/Leopard-2-Krauss-Maffei-Wegmann-KMW-2dcda91183233a0613746664b300f5bc577bf96da25119179c93c22cac8b3586.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

/* line 12, app/assets/stylesheets/codes.scss.erb */
body.codes img.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 17, app/assets/stylesheets/codes.scss.erb */
body.codes a#logoutButton {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: red;
  border: none;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  color: #FFFFFF !important;
}

/* line 30, app/assets/stylesheets/codes.scss.erb */
.codestable a {
  padding: 0.5rem 1rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #1a2c4a;
  border: none;
  color: #FFF !important;
  transition: all 0.5s;
}

/* line 41, app/assets/stylesheets/codes.scss.erb */
.codestable .edit a {
  background-color: #28a745;
}

/* line 45, app/assets/stylesheets/codes.scss.erb */
.codestable .destroy a {
  background-color: #dc3545;
}

/* line 49, app/assets/stylesheets/codes.scss.erb */
.codestable h1, .codestable table, .codestable .container {
  width: 60vw;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/codes.scss.erb */
.codestable .container {
  padding: 25px 0;
}

/* line 56, app/assets/stylesheets/codes.scss.erb */
.codestable th {
  padding: 5px;
}

/* line 59, app/assets/stylesheets/codes.scss.erb */
.codestable td:nth-of-type(1), .codestable td:nth-of-type(2) {
  width: 40%;
}
/* line 6, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a.btn.ink-reaction.btn-lg {
  height: 67px;
  width: 250px;
  padding: 5px;
  padding-left: 8px;
  border-radius: 5px;
}

/* line 14, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a.btn.ink-reaction.btn-lg span {
  display: block;
  width: 99%;
  height: 99%;
  border: 0px solid #ffffff;
  font-size: 30px !important;
  padding: 5px 0;
  border-radius: 5px;
  color: #ffffff !important;
}

/* line 25, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard {
  /* height: auto !important; */
  height: 95%;
  overflow: visible !important;
  /*background-image: url(/assets/Leopard-2-Krauss-Maffei-Wegmann-KMW-2dcda91183233a0613746664b300f5bc577bf96da25119179c93c22cac8b3586.jpg);*/
  /* VHo Neu */
}

/* line 32, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard {
  text-align: center;
  position: absolute;
  top: 15px !important;
}

/* line 38, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a.btn.ink-reaction.btn-lg {
  height: 250px;
  width: 250px;
  padding: 5px;
  padding-left: 8px;
  border-radius: 10px;
}

/* line 46, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a.btn.ink-reaction.btn-lg span {
  display: block;
  width: 99%;
  height: 99%;
  border: 3px solid #ffffff;
  font-size: 38px !important;
  padding-top: 84px;
  border-radius: 10px;
  color: #ffffff !important;
}

/* line 57, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer {
  margin: 15px;
}

/* line 59, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(3) {
  width: 100%;
  text-align: left !important;
}

/* line 63, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(3) .text-center {
  text-align: left !important;
}

/* line 66, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(6), body.dashboard #dashboard .spacer:nth-of-type(7) {
  position: absolute;
  right: 0;
}

/* line 70, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(7) {
  top: 90px;
}

/* line 73, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(8) {
  position: absolute;
  bottom: 0;
}

/* line 77, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard .spacer:nth-of-type(9) {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 82, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a#editorButton {
  width: 530px !important;
}

/* line 86, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a#exportButton {
  height: 74px !important;
  background-color: red;
  border-color: red;
}

/* line 91, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard a#exportButton:hover {
  background-color: #cb0000;
  border-color: #cb0000;
}

/* line 95, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard #dashboard #exportButton span {
  padding-top: 1px !important;
}

/* line 103, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard div#dashboard-toprow {
  height: 350px;
  background-image: url(/assets/Leopard-2-Krauss-Maffei-Wegmann-KMW-2dcda91183233a0613746664b300f5bc577bf96da25119179c93c22cac8b3586.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

/* line 110, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard img.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 115, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .btn-lg, body.dashboard .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #1a2c4a;
  border: none;
  color: #FFF;
  transition: all 0.5s;
}

/* line 125, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard h1#tophead {
  margin-bottom: 35px;
  position: relative;
  left: 15%;
  display: block;
  width: 50%;
  color: #868686;
}

/* line 133, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard a#logoutButton {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: red;
  border: none;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.25);
  font-size: 15px;
}

/* line 142, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_1.text-center {
  position: absolute;
  left: 15%;
}

/* line 146, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_2.text-center {
  position: absolute;
  right: 15%;
}

/* line 150, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_3.text-center {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

/* line 155, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_2.text-center a {
  background: rgba(26, 44, 74, 0.8);
}

/* line 158, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard a#editorButton {
  background: #4c8b0b;
}

/* line 161, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard a#editorButton:hover {
  background: #366a00;
}

/* line 164, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_3.text-center a:hover {
  opacity: 1;
}

/* line 167, app/assets/stylesheets/dashboard.scss.erb */
body.dashboard .buttondiv.row_3.text-center a {
  opacity: 0.75;
}

@media screen and (max-width: 1100px) {
  /* line 172, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard .buttondiv.row_1.text-center {
    position: absolute;
    left: 15%;
  }
  /* line 176, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard .buttondiv.row_2.text-center {
    position: absolute;
    left: 15%;
    margin-top: 50px;
    text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 185, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard div#dashboard-toprow {
    height: 220px;
    background-image: url(https://www.kmweg.com/fileadmin/user_upload/Leopard-2-Krauss-Maffei-Wegmann-KMW.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
  }
  /* line 192, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard h1#tophead {
    margin-bottom: 10px;
    position: relative;
    left: auto;
    display: block;
    width: 100%;
    color: #868686;
    text-align: center;
    /* margin-top: -35px; */
  }
  /* line 202, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard a#logoutButton {
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: red;
    border: none;
    font-size: 15px;
    width: fit-content;
  }
  /* line 211, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard .buttondiv.row_1.text-center {
    position: relative;
    left: auto;
    margin-bottom: 0px;
  }
  /* line 216, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard .buttondiv.row_2.text-center {
    position: relative;
    right: auto;
    left: auto;
    text-align: center !important;
    margin-top: 0;
  }
  /* line 223, app/assets/stylesheets/dashboard.scss.erb */
  body.dashboard .btn-lg, body.dashboard body.dashboard .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background-color: #1a2c4a;
    border: none;
    color: #FFF;
    transition: all 0.5s;
    width: 90%;
    margin-bottom: 5px;
  }
}
/* line 5, app/assets/stylesheets/events.scss.erb */
body.codes div#dashboard-toprow {
  height: 350px;
  background-image: url(/assets/Leopard-2-Krauss-Maffei-Wegmann-KMW-2dcda91183233a0613746664b300f5bc577bf96da25119179c93c22cac8b3586.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

/* line 12, app/assets/stylesheets/events.scss.erb */
body.codes img.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 17, app/assets/stylesheets/events.scss.erb */
body.codes a#logoutButton {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: red;
  border: none;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  color: #FFFFFF !important;
}

/* line 30, app/assets/stylesheets/events.scss.erb */
.codestable a {
  padding: 0.5rem 1rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #1a2c4a;
  border: none;
  color: #FFF !important;
  transition: all 0.5s;
}

/* line 41, app/assets/stylesheets/events.scss.erb */
.codestable .edit a {
  background-color: #28a745;
}

/* line 45, app/assets/stylesheets/events.scss.erb */
.codestable .destroy a {
  background-color: #dc3545;
}

/* line 49, app/assets/stylesheets/events.scss.erb */
.codestable h1, .codestable table, .codestable .container {
  width: 60vw;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/events.scss.erb */
.codestable .container {
  padding: 25px 0;
}

/* line 56, app/assets/stylesheets/events.scss.erb */
.codestable th {
  padding: 5px;
}

/* line 59, app/assets/stylesheets/events.scss.erb */
.codestable td:nth-of-type(1), .codestable td:nth-of-type(2) {
  width: 40%;
}
/* line 1, app/assets/stylesheets/filter.scss */
#filter_mode {
  /* initially hidden */
  /* nivoslider */
  /*
	Skin Name: Nivo Slider Default Theme
	Skin URI: http://nivo.dev7studios.com
	Description: The default skin for the Nivo Slider.
	Version: 1.3
	Author: Gilbert Pellegrom
	Author URI: http://dev7studios.com
	Supports Thumbs: true
	*/
  /* initially hidden */
  /* ----- weiter */
  /*
	header {
	  position: absolute;
	  left: 0;
	  right: 0;
	  height: 64px;
	  z-index: 1005;
	  background: #ffffff;
	  color: rgba(49,51,53,0.6);
	  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	}*/
  /**/
  /* menubar, gui-controls */
  /* kategorien */
  /* VEIT*/
}

/* line 3, app/assets/stylesheets/filter.scss */
#filter_mode button,
#filter_mode [type="button"],
#filter_mode [type="reset"],
#filter_mode [type="submit"] {
  -webkit-appearance: none !important;
}

/* line 10, app/assets/stylesheets/filter.scss */
#filter_mode .header-nav a i {
  padding-top: 5px;
}

/* line 14, app/assets/stylesheets/filter.scss */
#filter_mode body,
#filter_mode p,
#filter_mode ol,
#filter_mode ul,
#filter_mode td {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}

/* line 23, app/assets/stylesheets/filter.scss */
#filter_mode #base {
  overflow: hidden;
  padding-left: 64px;
  width: 100%;
  min-height: 100%;
}

/* line 30, app/assets/stylesheets/filter.scss */
#filter_mode .schnellsuche {
  margin-bottom: 25px;
}

/* line 34, app/assets/stylesheets/filter.scss */
#filter_mode .home-btn-warning {
  color: #212529;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

/* line 40, app/assets/stylesheets/filter.scss */
#filter_mode .home-btn-success {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

/* line 46, app/assets/stylesheets/filter.scss */
#filter_mode .ministat {
  margin-top: 10px;
  text-align: center;
}

/* line 51, app/assets/stylesheets/filter.scss */
#filter_mode .card {
  position: relative;
  margin-bottom: 24px;
  background-color: #ffffff;
  color: #313335;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* line 61, app/assets/stylesheets/filter.scss */
#filter_mode .card-head {
  position: relative;
  line-height: 48px;
  min-height: 56px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}

/* line 69, app/assets/stylesheets/filter.scss */
#filter_mode #editorPane .kategoriePane .card .card-body {
  padding: 0px;
}

/* line 75, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .card-head span.header {
  display: inline-block;
  padding: 2px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 12px;
  margin-top: -18px;
}

/* line 84, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane,
#filter_mode #leftBottomPane {
  height: 50%;
  overflow-y: scroll;
  padding-top: 25px;
}

/* line 91, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane {
  border-bottom: 2px solid blue;
}

/* line 97, app/assets/stylesheets/filter.scss */
#filter_mode #selectedDisplay .card {
  background-color: transparent;
  color: #ffffff;
  /* border: solid 0px; */
}

/* line 103, app/assets/stylesheets/filter.scss */
#filter_mode #selectedDisplay .card-body,
#filter_mode #selectedDisplay .card-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 110, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane {
  display: none;
}

/* line 114, app/assets/stylesheets/filter.scss */
#filter_mode .ui-state-hilight {
  opacity: 0.4 !important;
}

/* line 118, app/assets/stylesheets/filter.scss */
#filter_mode .smscard {
  max-width: 350px;
}

/* line 122, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .col-md-6 {
  width: 100% !important;
}

/* line 126, app/assets/stylesheets/filter.scss */
#filter_mode #leftBottomPane .col-md-6 {
  width: 100% !important;
}

/* line 131, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane header h2 {
  float: left;
}

/* line 135, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .btn-group {
  float: right;
  padding-top: 25px;
  padding-right: 12px;
}

/* line 141, app/assets/stylesheets/filter.scss */
#filter_mode .ui-draggable-dragging .card-body {
  display: none;
}

/* line 157, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivoSlider {
  position: relative;
  background: #fff url(/assets/loading-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 166, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 173, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 178, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 183, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 193, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 197, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 211, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 215, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* line 220, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 224, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 228, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 233, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 237, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 241, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 248, app/assets/stylesheets/filter.scss */
#filter_mode .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* line 254, app/assets/stylesheets/filter.scss */
#filter_mode body,
#filter_mode html,
#filter_mode #base,
#filter_mode #content,
#filter_mode #editorPane,
#filter_mode #editorPane .leftPane,
#filter_mode #editorPane .rightPane {
  height: 100%;
}

/* line 265, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(1) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(2) > a {
  background-color: #000000;
  color: #ffffff;
}

/* line 272, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(3) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(3) > a {
  background-color: #f22314;
  color: #ffffff;
}

/* line 278, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(4) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(4) > a {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 284, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(5) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(5) > a {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 291, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(6) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(6) > a {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 299, app/assets/stylesheets/filter.scss */
#filter_mode .darkbg input,
#filter_mode .darkbg select {
  color: #ffffff;
}

/* line 304, app/assets/stylesheets/filter.scss */
#filter_mode .darkbg select option {
  color: #000000;
}

/* line 308, app/assets/stylesheets/filter.scss */
#filter_mode .darkbg {
  background-color: #30353C !important;
}

/* line 312, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane,
#filter_mode #leftBottomPane {
  height: 50%;
  overflow-y: scroll;
  padding-top: 25px;
}

/* line 319, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane {
  border-bottom: 3px solid #f22314;
}

/* line 323, app/assets/stylesheets/filter.scss */
#filter_mode #selectedDisplay .card {
  background-color: transparent;
  color: #ffffff;
  /* border: solid 0px; */
}

/* line 329, app/assets/stylesheets/filter.scss */
#filter_mode #selectedDisplay .card-body,
#filter_mode #selectedDisplay .card-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 336, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane {
  display: none;
}

/* line 357, app/assets/stylesheets/filter.scss */
#filter_mode div#base {
  height: calc(100% - 50px);
}

/* line 361, app/assets/stylesheets/filter.scss */
#filter_mode .headerbar {
  position: relative;
  min-height: 64px;
}

/* line 366, app/assets/stylesheets/filter.scss */
#filter_mode .headerbar:before,
#filter_mode .headerbar:after {
  content: " ";
  display: table;
}

/* line 372, app/assets/stylesheets/filter.scss */
#filter_mode .headerbar-left {
  position: absolute;
}

/* line 376, app/assets/stylesheets/filter.scss */
#filter_mode .headerbar-right {
  float: right;
}

/* line 380, app/assets/stylesheets/filter.scss */
#filter_mode .header-nav {
  margin: 0 12px;
  padding-left: 0;
  list-style: none;
}

/* line 386, app/assets/stylesheets/filter.scss */
#filter_mode .header-nav > li:first-child {
  padding-left: 0;
}

/* line 390, app/assets/stylesheets/filter.scss */
#filter_mode .header-nav > li {
  position: relative;
  display: block;
  padding: 14px 0 14px 12px;
  float: left;
}

/* line 397, app/assets/stylesheets/filter.scss */
#filter_mode #home {
  background-color: #000000;
  color: #ffffff;
}

/* line 402, app/assets/stylesheets/filter.scss */
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(3) > a:hover,
#filter_mode #header > div > div.headerbar-left > ul > li:nth-child(3) > a {
  background-color: #f22314;
  color: #ffffff;
}

/* line 410, app/assets/stylesheets/filter.scss */
#filter_mode #menubar {
  position: fixed;
  z-index: 1004;
  left: 0;
  top: 64px;
  bottom: 0;
  width: 64px;
  color: rgba(12, 12, 12, 0.85);
}

/* line 420, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-first #menubar {
  z-index: 1006;
}

/* line 424, app/assets/stylesheets/filter.scss */
#filter_mode #menubar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f2f2f3;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* line 436, app/assets/stylesheets/filter.scss */
#filter_mode #menubar .nano:focus,
#filter_mode #menubar .nano-content:focus {
  outline: none;
}

/* line 441, app/assets/stylesheets/filter.scss */
#filter_mode #menubar .nano-pane {
  z-index: 2;
  width: 5px;
  background: transparent;
}

/* line 447, app/assets/stylesheets/filter.scss */
#filter_mode #menubar .nano-slider {
  background: rgba(12, 12, 12, 0.2);
}

/* line 451, app/assets/stylesheets/filter.scss */
#filter_mode #menubar .menubar-scroll-panel {
  position: relative;
  padding-top: 16px;
  z-index: 2;
  min-height: 100%;
}

/* line 458, app/assets/stylesheets/filter.scss */
#filter_mode #menubar .menubar-foot-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(12, 12, 12, 0.07);
  padding: 16px;
}

/* line 467, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible #menubar {
  width: 240px;
}

/* line 471, app/assets/stylesheets/filter.scss */
#filter_mode #menubar.animate {
  -webkit-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

/* line 477, app/assets/stylesheets/filter.scss */
#filter_mode body:not(.header-fixed) #menubar,
#filter_mode .menubar-first #menubar {
  top: 0;
}

/* line 482, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel {
  position: relative;
  display: inline-table;
  width: 100%;
  height: 64px;
  z-index: 10;
  border-bottom: 1px solid rgba(12, 12, 12, 0.07);
}

/* line 491, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 12px;
}

/* line 497, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel > div:first-child {
  max-width: 26px;
}

/* line 501, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel a {
  text-decoration: none;
}

/* line 505, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel img {
  max-height: 48px;
}

/* line 509, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-fixed-panel .expanded {
  display: none;
}

/* line 513, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-fixed-panel .expanded,
#filter_mode .menubar-pin .menubar-fixed-panel .expanded {
  display: table-cell;
}

/* line 518, app/assets/stylesheets/filter.scss */
#filter_mode body:not(.menubar-first) .menubar-fixed-panel {
  display: none;
}

/* line 522, app/assets/stylesheets/filter.scss */
#filter_mode #menubar.menubar-inverse {
  color: rgba(255, 255, 255, 0.55);
}

/* line 526, app/assets/stylesheets/filter.scss */
#filter_mode #menubar.menubar-inverse:before {
  background: #2b323a;
}

/* line 530, app/assets/stylesheets/filter.scss */
#filter_mode #menubar.menubar-inverse .nano-slider {
  background: rgba(255, 255, 255, 0.4);
}

/* line 534, app/assets/stylesheets/filter.scss */
#filter_mode .hidden-folded {
  display: none;
}

/* line 538, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .hidden-folded {
  display: inherit;
}

@media (min-width: 1200px) {
  /* line 543, app/assets/stylesheets/filter.scss */
  #filter_mode .menubar-pin #menubar {
    width: 240px;
  }
  /* line 547, app/assets/stylesheets/filter.scss */
  #filter_mode .menubar-pin .brand-holder {
    display: table-cell;
  }
  /* line 551, app/assets/stylesheets/filter.scss */
  #filter_mode .menubar-pin .hidden-folded {
    display: inherit;
  }
}

@media (max-width: 768px) {
  /* line 557, app/assets/stylesheets/filter.scss */
  #filter_mode #menubar {
    width: 240px;
    z-index: 1013;
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
  }
  /* line 570, app/assets/stylesheets/filter.scss */
  #filter_mode .menubar-visible #menubar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: -o-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  }
}

/* line 582, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-inverse .gui-icon {
  color: rgba(255, 255, 255, 0.65);
}

/* line 586, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls {
  font-size: 12px;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 594, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls small {
  display: block;
  margin: 30px 12px 12px 12px;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.7;
}

/* line 602, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-controls small,
#filter_mode .menubar-pin .gui-controls small {
  color: rgba(12, 12, 12, 0.85);
}

/* line 607, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li:first-child > small {
  margin-top: 0;
}

/* line 611, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls .badge {
  position: absolute;
  top: 1px;
  margin-left: 8px;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
}

/* line 620, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li {
  list-style: none;
}

/* line 624, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li.gui-folder > a {
  cursor: pointer;
}

/* line 628, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li {
  position: relative;
  margin-bottom: 12px;
}

/* line 633, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 0;
  min-height: 40px;
  min-width: 64px;
  z-index: 1;
}

/* line 647, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > a.btn-flat {
  padding: 12px 0px;
}

/* line 651, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > a:focus {
  outline: none;
}

/* line 655, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 7px 17px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 57px;
}

/* line 666, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li > a.btn-flat {
  padding: 7px 8.5px;
}

/* line 670, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li > a:active,
#filter_mode .gui-controls > li ul > li > a.active {
  background-color: #ffffff;
}

/* line 675, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li > a:hover,
#filter_mode .gui-controls > li ul > li > a:focus {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 680, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls.nav > li > a:hover {
  background: inherit;
}

/* line 684, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-item-markup .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 688, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-item-markup .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #ffffff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

/* line 695, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 699, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #ffffff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

/* line 706, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: #313942;
}

/* line 710, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #20252b;
}

/* line 714, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li ul {
  padding: 0;
  display: none;
}

/* line 719, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li.expanded > ul {
  display: block;
}

/* line 723, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul li:before {
  left: 51px;
}

/* line 727, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul a {
  padding-left: 78px;
}

/* line 731, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul a:before {
  left: 51px;
}

/* line 735, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul li:before {
  left: 72px;
}

/* line 739, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul a {
  padding-left: 99px;
}

/* line 743, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul a:before {
  left: 72px;
}

/* line 747, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul li:before {
  left: 93px;
}

/* line 751, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 120px;
}

/* line 755, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul a:before {
  left: 93px;
}

/* line 759, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
  left: 114px;
}

/* line 763, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 141px;
}

/* line 767, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a:before {
  left: 114px;
}

/* line 771, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li {
  position: relative;
}

/* line 775, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li:before {
  content: "";
  left: 30px;
  top: 15px;
  bottom: -15px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

/* line 787, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li:first-child:before {
  top: 0;
}

/* line 791, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li:last-child:before,
#filter_mode .gui-controls > li ul > li.last-child:before {
  display: none;
}

/* line 796, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li ul > li > a:before {
  content: "";
  left: 30px;
  top: 15px;
  position: absolute;
  display: block;
  width: 21px;
  border-bottom: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

/* line 807, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li .title {
  position: relative;
  left: -10px;
  display: block;
  padding-left: 6px;
  color: rgba(12, 12, 12, 0.85);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  text-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

/* line 822, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li > a:hover .title {
  color: #0c0c0c;
}

/* line 826, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li.active > a .title {
  color: #2196f3;
  font-weight: 500;
}

/* line 831, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li.gui-folder > a .title {
  font-style: italic;
  color: rgba(12, 12, 12, 0.75);
}

/* line 836, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls li.gui-folder.expanded > a .title,
#filter_mode .gui-controls li.gui-folder.active > a .title {
  color: rgba(12, 12, 12, 0.85);
}

/* line 841, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > a .title {
  margin-left: 57px;
}

/* line 845, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-title .gui-controls li .title {
  left: 0;
  opacity: 1;
}

/* line 850, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-controls li .title {
  left: 0;
  opacity: 1;
}

/* line 855, app/assets/stylesheets/filter.scss */
#filter_mode .gui-folder > a:after {
  content: "+";
  position: absolute;
  top: 7px;
  display: inline-block;
  margin-left: -12px;
  color: rgba(12, 12, 12, 0.5);
  font-size: 12px;
  font-weight: inherit;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 874, app/assets/stylesheets/filter.scss */
#filter_mode .gui-folder.expanding > a:after,
#filter_mode .gui-folder.expanded > a:after {
  font-size: 16px;
  font-weight: 400;
  margin-top: -2px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 889, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > .gui-folder > a:after {
  top: 12px;
  margin-left: 2px;
}

/* line 894, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > .gui-folder.expanding > a:after,
#filter_mode .gui-controls > .gui-folder.expanded > a:after {
  color: rgba(12, 12, 12, 0.4);
  margin-left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 904, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-sign .gui-folder > a:after {
  opacity: 1;
}

/* line 908, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-folder > a:after {
  opacity: 1;
}

/* line 912, app/assets/stylesheets/filter.scss */
#filter_mode .gui-icon {
  position: absolute;
  left: 12px;
  top: 0;
  width: 40px;
  height: 40px;
  color: #535658;
  font-size: 18px;
  overflow: hidden;
  border-radius: 999px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 927, app/assets/stylesheets/filter.scss */
#filter_mode .gui-icon .fa:first-child,
#filter_mode .gui-icon .md:first-child,
#filter_mode .gui-icon .glyphicon:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  width: 1em;
}

/* line 940, app/assets/stylesheets/filter.scss */
#filter_mode .gui-icon:hover {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 945, app/assets/stylesheets/filter.scss */
#filter_mode .gui-icon:hover img {
  left: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
}

/* line 952, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls a.expanded .gui-icon,
#filter_mode .gui-controls li.active .gui-icon,
#filter_mode .gui-controls li.active .gui-icon:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2196f3;
}

/* line 960, app/assets/stylesheets/filter.scss */
#filter_mode .gui-icon-active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2196f3;
}

/* line 966, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-icon .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 971, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-icon .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 975, app/assets/stylesheets/filter.scss */
#filter_mode .expanded-menu-icon .gui-icon:hover {
  background: inherit;
}

/* line 979, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 984, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 988, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .gui-icon:hover {
  background: inherit;
}

/* line 992, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* line 997, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 1001, app/assets/stylesheets/filter.scss */
#filter_mode .menubar-visible .menubar-inverse .gui-icon:hover {
  background: inherit;
}

/* line 1005, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls a.blink .gui-icon {
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -moz-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -ms-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
}

/* line 1016, app/assets/stylesheets/filter.scss */
#filter_mode .gui-controls > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 0;
  min-height: 40px;
  min-width: 64px;
  z-index: 1;
}

/* line 1031, app/assets/stylesheets/filter.scss */
#filter_mode .kategoriePane {
  padding-top: 80px;
  overflow-y: scroll;
  height: 100%;
}

/* line 1038, app/assets/stylesheets/filter.scss */
#filter_mode .kategoriePane .kategorycard {
  max-height: 130px;
  margin-bottom: 25px;
}

/* line 1043, app/assets/stylesheets/filter.scss */
#filter_mode #editorPane .kategoriePane .card {
  min-height: 120px;
}

/* line 1047, app/assets/stylesheets/filter.scss */
#filter_mode #editorPane #katadd .kategoryName {
  top: 25% !important;
}

/* line 1051, app/assets/stylesheets/filter.scss */
#filter_mode #editorPane #leftTopPane .tools {
  margin-top: 0px !important;
}

/* line 1055, app/assets/stylesheets/filter.scss */
#filter_mode #editorPane #leftTopPane .tools button {
  transform: scale(0.8);
}

/* line 1060, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .smsAnzahl {
  height: 100%;
  width: 45%;
  position: absolute;
  font-size: 19px;
  left: 0px;
  top: 0px;
}

/* line 1069, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .tools {
  position: absolute;
  right: 12px;
  top: 0px;
  width: 30px;
  height: 30px;
}

/* line 1077, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .kategoryName {
  position: absolute;
  left: 50%;
  top: 34%;
}

/* line 1083, app/assets/stylesheets/filter.scss */
#filter_mode #katadd .tools {
  position: absolute;
  right: 7px;
  top: 0px;
  width: 30px;
  height: 30px;
}

/* line 1091, app/assets/stylesheets/filter.scss */
#filter_mode #katadd .kategoryName {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 200px;
  height: 35px;
}

/* line 1099, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .card-head {
  float: right;
}

/* line 1103, app/assets/stylesheets/filter.scss */
#filter_mode .kategory- .smsAnzahl {
  background-color: #d2d2d2;
  color: #ffffff;
}

/* line 1109, app/assets/stylesheets/filter.scss */
#filter_mode .kategory-0 .smsAnzahl {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 1114, app/assets/stylesheets/filter.scss */
#filter_mode .kategory-1 .smsAnzahl {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 1119, app/assets/stylesheets/filter.scss */
#filter_mode .kategory-2 .smsAnzahl {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 1124, app/assets/stylesheets/filter.scss */
#filter_mode .kategory-3 .smsAnzahl {
  background-color: #f44336;
  color: #ffffff;
}

/* line 1131, app/assets/stylesheets/filter.scss */
#filter_mode .ui-state-hilight {
  opacity: 0.4 !important;
}

/* line 1135, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .smsAnzahl .top {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
}

/* line 1142, app/assets/stylesheets/filter.scss */
#filter_mode .kategorycard .smsAnzahl .bottom {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}

/* line 1152, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .headerrow .titel {
  float: left;
  width: calc(100% - 70px);
  padding-top: 25px;
  padding-left: 29px;
}

/* line 1159, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .headerrow .buttons {
  float: right;
  padding-top: 0px;
  padding-right: 0px;
}

/* line 1165, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .card-head .header {
  padding-left: 25px;
}

/* line 1169, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .card-body p {
  margin: 0px !important;
}

/* line 1174, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .btn-collapse i.fa-angle-right {
  display: block;
}

/* line 1178, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .btn-collapse i.fa-angle-left {
  display: none;
}

/* line 1183, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .btn-collapse.collapsed i.fa-angle-right {
  display: none !important;
}

/* line 1187, app/assets/stylesheets/filter.scss */
#filter_mode #leftKategoryEditPane .card .btn-collapse.collapsed i.fa-angle-left {
  display: block !important;
}

/* line 1191, app/assets/stylesheets/filter.scss */
#filter_mode .ui-draggable-dragging {
  max-width: 218px !important;
}

/* line 1195, app/assets/stylesheets/filter.scss */
#filter_mode .ui-draggable-dragging .card-body {
  display: none;
}

/* line 1201, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .col-md-6 {
  width: 100% !important;
}

/* line 1205, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .smscard {
  max-width: 100%;
}

/* line 1211, app/assets/stylesheets/filter.scss */
#filter_mode .smscard .card-body {
  padding: 10px 24px;
  font-size: 120%;
}

/* line 1217, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .card-head {
  position: relative;
  line-height: 52px;
  min-height: 0px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
  background: #607d8b;
  color: white !important;
  height: 31px;
}

/* line 1228, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .card-head header {
  display: inline-block;
  padding: 2px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 12px;
  margin-top: -18px;
}

/* line 1237, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane .tools {
  position: absolute;
  top: -11px;
  right: -1px;
}

/* line 1243, app/assets/stylesheets/filter.scss */
#filter_mode .smsview #second2 .card-body {
  font-size: 170%;
  font-weight: bold;
}

/* line 1248, app/assets/stylesheets/filter.scss */
#filter_mode .smsview #first2 .card-body {
  font-size: 140%;
}

/* line 1253, app/assets/stylesheets/filter.scss */
#filter_mode #leftTopPane2 .smscard {
  max-width: 100%;
}

/* line 1257, app/assets/stylesheets/filter.scss */
#filter_mode .smsmode #leftTopPane2 {
  height: 100%;
  overflow-y: scroll;
  padding-top: 26px;
}

/* line 1263, app/assets/stylesheets/filter.scss */
#filter_mode .filter .kategoriePane .kategorycard {
  max-height: 150px;
  margin-bottom: 30px;
  flex: 0 0 98% !important;
  max-width: 40%;
  width: 40%;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 25px !important;
  margin-right: 5%;
}

/* line 1274, app/assets/stylesheets/filter.scss */
#filter_mode .filter header img {
  width: 45px;
  margin-right: 15px;
}

/* line 1279, app/assets/stylesheets/filter.scss */
#filter_mode header i {
  float: left;
  margin-right: 10px !important;
  margin-top: -2px !important;
}

/* line 1286, app/assets/stylesheets/filter.scss */
div#filterresults {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 80vh;
}
/* line 1, app/assets/stylesheets/home.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none !important;
}

/* line 8, app/assets/stylesheets/home.scss */
.header-nav a i {
  padding-top: 5px;
}

/* line 12, app/assets/stylesheets/home.scss */
body,
p,
ol,
ul,
td {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}

/* line 21, app/assets/stylesheets/home.scss */
#base {
  overflow: hidden;
  padding-left: 64px;
  width: 100%;
  min-height: 100%;
}

/* line 28, app/assets/stylesheets/home.scss */
.schnellsuche {
  margin-bottom: 25px;
}

/* line 32, app/assets/stylesheets/home.scss */
.home-btn-warning {
  color: #212529;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

/* line 38, app/assets/stylesheets/home.scss */
.home-btn-success {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

/* line 44, app/assets/stylesheets/home.scss */
.ministat {
  margin-top: 10px;
  text-align: center;
}

/* line 49, app/assets/stylesheets/home.scss */
.card {
  position: relative;
  margin-bottom: 24px;
  background-color: #ffffff;
  color: #313335;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* line 59, app/assets/stylesheets/home.scss */
.card-head {
  position: relative;
  line-height: 48px;
  min-height: 56px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}

/* line 67, app/assets/stylesheets/home.scss */
#editorPane .kategoriePane .card .card-body {
  padding: 0px;
}

/* line 73, app/assets/stylesheets/home.scss */
#leftTopPane .card-head span.header {
  display: inline-block;
  padding: 2px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 12px;
  margin-top: -18px;
}

/* line 82, app/assets/stylesheets/home.scss */
#leftTopPane,
#leftBottomPane {
  height: 50%;
  overflow-y: scroll;
  padding-top: 25px;
}

/* line 89, app/assets/stylesheets/home.scss */
#leftTopPane {
  border-bottom: 2px solid blue;
}

/* line 95, app/assets/stylesheets/home.scss */
#selectedDisplay .card {
  background-color: transparent;
  color: #ffffff;
  /* border: solid 0px; */
}

/* line 101, app/assets/stylesheets/home.scss */
#selectedDisplay .card-body,
#selectedDisplay .card-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 108, app/assets/stylesheets/home.scss */
.home .kategoriePane .kategorycard {
  max-height: 175px;
  margin-bottom: 30px;
  flex: 0 0 98% !important;
  /*  max-width: 40%;
  width: 40%;*/
  border-bottom: 0px solid #d2d2d2;
  padding-bottom: 25px !important;
  margin-right: 5%;
}

/* initially hidden */
/* line 120, app/assets/stylesheets/home.scss */
#leftKategoryEditPane {
  display: none;
}

/* line 124, app/assets/stylesheets/home.scss */
.ui-state-hilight {
  opacity: 0.4 !important;
}

/* line 128, app/assets/stylesheets/home.scss */
.smscard {
  max-width: 350px;
}

/* line 132, app/assets/stylesheets/home.scss */
#leftTopPane .col-md-6 {
  width: 100% !important;
}

/* line 136, app/assets/stylesheets/home.scss */
#leftBottomPane .col-md-6 {
  width: 100% !important;
}

/* line 141, app/assets/stylesheets/home.scss */
#leftKategoryEditPane header h2 {
  float: left;
}

/* line 145, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .btn-group {
  float: right;
  padding-top: 25px;
  padding-right: 12px;
}

/*.ui-draggable-dragging .card-body {display: none; }
*/
/* nivoslider */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 165, app/assets/stylesheets/home.scss */
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(/assets/loading-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 174, app/assets/stylesheets/home.scss */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 181, app/assets/stylesheets/home.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 186, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 191, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 201, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 205, app/assets/stylesheets/home.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 219, app/assets/stylesheets/home.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 223, app/assets/stylesheets/home.scss */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* line 228, app/assets/stylesheets/home.scss */
.theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 232, app/assets/stylesheets/home.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 236, app/assets/stylesheets/home.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 241, app/assets/stylesheets/home.scss */
.theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 245, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 249, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 256, app/assets/stylesheets/home.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/* line 262, app/assets/stylesheets/home.scss */
body,
html,
#base,
#content,
#editorPane,
#editorPane .leftPane,
#editorPane .rightPane {
  height: 100%;
}

/* line 273, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(1) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(2) > a {
  background-color: #000000;
  color: #ffffff;
}

/* line 280, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(3) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(3) > a {
  background-color: #f22314;
  color: #ffffff;
}

/* line 286, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(4) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(4) > a {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 292, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(5) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(5) > a {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 299, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(6) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(6) > a {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 307, app/assets/stylesheets/home.scss */
.darkbg input,
.darkbg select {
  color: #ffffff;
}

/* line 312, app/assets/stylesheets/home.scss */
.darkbg select option {
  color: #000000;
}

/* line 316, app/assets/stylesheets/home.scss */
.darkbg {
  background-color: #30353C !important;
}

/* line 320, app/assets/stylesheets/home.scss */
#leftTopPane,
#leftBottomPane {
  height: 50%;
  overflow-y: scroll;
  padding-top: 25px;
}

/* line 327, app/assets/stylesheets/home.scss */
#leftTopPane {
  border-bottom: 3px solid #f22314;
}

/* line 331, app/assets/stylesheets/home.scss */
#selectedDisplay .card {
  background-color: transparent;
  color: #ffffff;
  /* border: solid 0px; */
}

/* line 337, app/assets/stylesheets/home.scss */
#selectedDisplay .card-body,
#selectedDisplay .card-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* initially hidden */
/* line 344, app/assets/stylesheets/home.scss */
#leftKategoryEditPane {
  display: none;
}

/* ----- weiter */
/*
header {
  position: absolute;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 1005;
  background: #ffffff;
  color: rgba(49,51,53,0.6);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}*/
/* line 365, app/assets/stylesheets/home.scss */
div#base {
  height: calc(100% - 50px);
}

/* line 369, app/assets/stylesheets/home.scss */
.headerbar {
  position: relative;
  min-height: 64px;
}

/* line 374, app/assets/stylesheets/home.scss */
.headerbar:before,
.headerbar:after {
  content: " ";
  display: table;
}

/* line 380, app/assets/stylesheets/home.scss */
.headerbar-left {
  position: absolute;
}

/* line 384, app/assets/stylesheets/home.scss */
.headerbar-right {
  float: right;
}

/* line 388, app/assets/stylesheets/home.scss */
.header-nav {
  margin: 0 12px;
  padding-left: 0;
  list-style: none;
}

/* line 394, app/assets/stylesheets/home.scss */
.header-nav > li:first-child {
  padding-left: 0;
}

/* line 398, app/assets/stylesheets/home.scss */
.header-nav > li {
  position: relative;
  display: block;
  padding: 14px 0 14px 12px;
  float: left;
}

/* line 405, app/assets/stylesheets/home.scss */
#home {
  background-color: #000000;
  color: #ffffff;
}

/* line 410, app/assets/stylesheets/home.scss */
#header > div > div.headerbar-left > ul > li:nth-child(3) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(3) > a {
  background-color: #f22314;
  color: #ffffff;
}

/**/
/* menubar, gui-controls */
/* line 418, app/assets/stylesheets/home.scss */
#menubar {
  position: fixed;
  z-index: 1004;
  left: 0;
  top: 64px;
  bottom: 0;
  width: 64px;
  color: rgba(12, 12, 12, 0.85);
}

/* line 428, app/assets/stylesheets/home.scss */
.menubar-first #menubar {
  z-index: 1006;
}

/* line 432, app/assets/stylesheets/home.scss */
#menubar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f2f2f3;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* line 444, app/assets/stylesheets/home.scss */
#menubar .nano:focus,
#menubar .nano-content:focus {
  outline: none;
}

/* line 449, app/assets/stylesheets/home.scss */
#menubar .nano-pane {
  z-index: 2;
  width: 5px;
  background: transparent;
}

/* line 455, app/assets/stylesheets/home.scss */
#menubar .nano-slider {
  background: rgba(12, 12, 12, 0.2);
}

/* line 459, app/assets/stylesheets/home.scss */
#menubar .menubar-scroll-panel {
  position: relative;
  padding-top: 16px;
  z-index: 2;
  min-height: 100%;
}

/* line 466, app/assets/stylesheets/home.scss */
#menubar .menubar-foot-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(12, 12, 12, 0.07);
  padding: 16px;
}

/* line 475, app/assets/stylesheets/home.scss */
.menubar-visible #menubar {
  width: 240px;
}

/* line 479, app/assets/stylesheets/home.scss */
#menubar.animate {
  -webkit-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

/* line 485, app/assets/stylesheets/home.scss */
body:not(.header-fixed) #menubar,
.menubar-first #menubar {
  top: 0;
}

/* line 490, app/assets/stylesheets/home.scss */
.menubar-fixed-panel {
  position: relative;
  display: inline-table;
  width: 100%;
  height: 64px;
  z-index: 10;
  border-bottom: 1px solid rgba(12, 12, 12, 0.07);
}

/* line 499, app/assets/stylesheets/home.scss */
.menubar-fixed-panel > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 12px;
}

/* line 505, app/assets/stylesheets/home.scss */
.menubar-fixed-panel > div:first-child {
  max-width: 26px;
}

/* line 509, app/assets/stylesheets/home.scss */
.menubar-fixed-panel a {
  text-decoration: none;
}

/* line 513, app/assets/stylesheets/home.scss */
.menubar-fixed-panel img {
  max-height: 48px;
}

/* line 517, app/assets/stylesheets/home.scss */
.menubar-fixed-panel .expanded {
  display: none;
}

/* line 521, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-fixed-panel .expanded,
.menubar-pin .menubar-fixed-panel .expanded {
  display: table-cell;
}

/* line 526, app/assets/stylesheets/home.scss */
body:not(.menubar-first) .menubar-fixed-panel {
  display: none;
}

/* line 530, app/assets/stylesheets/home.scss */
#menubar.menubar-inverse {
  color: rgba(255, 255, 255, 0.55);
}

/* line 534, app/assets/stylesheets/home.scss */
#menubar.menubar-inverse:before {
  background: #2b323a;
}

/* line 538, app/assets/stylesheets/home.scss */
#menubar.menubar-inverse .nano-slider {
  background: rgba(255, 255, 255, 0.4);
}

/* line 542, app/assets/stylesheets/home.scss */
.hidden-folded {
  display: none;
}

/* line 546, app/assets/stylesheets/home.scss */
.menubar-visible .hidden-folded {
  display: inherit;
}

@media (min-width: 1200px) {
  /* line 551, app/assets/stylesheets/home.scss */
  .menubar-pin #menubar {
    width: 240px;
  }
  /* line 555, app/assets/stylesheets/home.scss */
  .menubar-pin .brand-holder {
    display: table-cell;
  }
  /* line 559, app/assets/stylesheets/home.scss */
  .menubar-pin .hidden-folded {
    display: inherit;
  }
}

@media (max-width: 768px) {
  /* line 565, app/assets/stylesheets/home.scss */
  #menubar {
    width: 240px;
    z-index: 1013;
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
  }
  /* line 578, app/assets/stylesheets/home.scss */
  .menubar-visible #menubar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: -o-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  }
}

/* line 590, app/assets/stylesheets/home.scss */
.menubar-inverse .gui-icon {
  color: rgba(255, 255, 255, 0.65);
}

/* line 594, app/assets/stylesheets/home.scss */
.gui-controls {
  font-size: 12px;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 602, app/assets/stylesheets/home.scss */
.gui-controls small {
  display: block;
  margin: 30px 12px 12px 12px;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.7;
}

/* line 610, app/assets/stylesheets/home.scss */
.menubar-visible .gui-controls small,
.menubar-pin .gui-controls small {
  color: rgba(12, 12, 12, 0.85);
}

/* line 615, app/assets/stylesheets/home.scss */
.gui-controls li:first-child > small {
  margin-top: 0;
}

/* line 619, app/assets/stylesheets/home.scss */
.gui-controls .badge {
  position: absolute;
  top: 1px;
  margin-left: 8px;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
}

/* line 628, app/assets/stylesheets/home.scss */
.gui-controls li {
  list-style: none;
}

/* line 632, app/assets/stylesheets/home.scss */
.gui-controls li.gui-folder > a {
  cursor: pointer;
}

/* line 636, app/assets/stylesheets/home.scss */
.gui-controls > li {
  position: relative;
  margin-bottom: 12px;
}

/* line 641, app/assets/stylesheets/home.scss */
.gui-controls > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 0;
  min-height: 40px;
  min-width: 64px;
  z-index: 1;
}

/* line 655, app/assets/stylesheets/home.scss */
.gui-controls > li > a.btn-flat {
  padding: 12px 0px;
}

/* line 659, app/assets/stylesheets/home.scss */
.gui-controls > li > a:focus {
  outline: none;
}

/* line 663, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 7px 17px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 57px;
}

/* line 674, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li > a.btn-flat {
  padding: 7px 8.5px;
}

/* line 678, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li > a:active,
.gui-controls > li ul > li > a.active {
  background-color: #ffffff;
}

/* line 683, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li > a:hover,
.gui-controls > li ul > li > a:focus {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 688, app/assets/stylesheets/home.scss */
.gui-controls.nav > li > a:hover {
  background: inherit;
}

/* line 692, app/assets/stylesheets/home.scss */
.expanded-menu-item-markup .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 696, app/assets/stylesheets/home.scss */
.expanded-menu-item-markup .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #ffffff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

/* line 703, app/assets/stylesheets/home.scss */
.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 707, app/assets/stylesheets/home.scss */
.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #ffffff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

/* line 714, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: #313942;
}

/* line 718, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #20252b;
}

/* line 722, app/assets/stylesheets/home.scss */
.gui-controls li ul {
  padding: 0;
  display: none;
}

/* line 727, app/assets/stylesheets/home.scss */
.gui-controls li.expanded > ul {
  display: block;
}

/* line 731, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul li:before {
  left: 51px;
}

/* line 735, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul a {
  padding-left: 78px;
}

/* line 739, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul a:before {
  left: 51px;
}

/* line 743, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul li:before {
  left: 72px;
}

/* line 747, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul a {
  padding-left: 99px;
}

/* line 751, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul a:before {
  left: 72px;
}

/* line 755, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul li:before {
  left: 93px;
}

/* line 759, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 120px;
}

/* line 763, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul a:before {
  left: 93px;
}

/* line 767, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
  left: 114px;
}

/* line 771, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 141px;
}

/* line 775, app/assets/stylesheets/home.scss */
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a:before {
  left: 114px;
}

/* line 779, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li {
  position: relative;
}

/* line 783, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li:before {
  content: "";
  left: 30px;
  top: 15px;
  bottom: -15px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

/* line 795, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li:first-child:before {
  top: 0;
}

/* line 799, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li:last-child:before,
.gui-controls > li ul > li.last-child:before {
  display: none;
}

/* line 804, app/assets/stylesheets/home.scss */
.gui-controls > li ul > li > a:before {
  content: "";
  left: 30px;
  top: 15px;
  position: absolute;
  display: block;
  width: 21px;
  border-bottom: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

/* line 815, app/assets/stylesheets/home.scss */
.gui-controls li .title {
  position: relative;
  left: -10px;
  display: block;
  padding-left: 6px;
  color: rgba(12, 12, 12, 0.85);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  text-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}

/* line 830, app/assets/stylesheets/home.scss */
.gui-controls li > a:hover .title {
  color: #0c0c0c;
}

/* line 834, app/assets/stylesheets/home.scss */
.gui-controls li.active > a .title {
  color: #2196f3;
  font-weight: 500;
}

/* line 839, app/assets/stylesheets/home.scss */
.gui-controls li.gui-folder > a .title {
  font-style: italic;
  color: rgba(12, 12, 12, 0.75);
}

/* line 844, app/assets/stylesheets/home.scss */
.gui-controls li.gui-folder.expanded > a .title,
.gui-controls li.gui-folder.active > a .title {
  color: rgba(12, 12, 12, 0.85);
}

/* line 849, app/assets/stylesheets/home.scss */
.gui-controls > li > a .title {
  margin-left: 57px;
}

/* line 853, app/assets/stylesheets/home.scss */
.expanded-menu-title .gui-controls li .title {
  left: 0;
  opacity: 1;
}

/* line 858, app/assets/stylesheets/home.scss */
.menubar-visible .gui-controls li .title {
  left: 0;
  opacity: 1;
}

/* line 863, app/assets/stylesheets/home.scss */
.gui-folder > a:after {
  content: "+";
  position: absolute;
  top: 7px;
  display: inline-block;
  margin-left: -12px;
  color: rgba(12, 12, 12, 0.5);
  font-size: 12px;
  font-weight: inherit;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 882, app/assets/stylesheets/home.scss */
.gui-folder.expanding > a:after,
.gui-folder.expanded > a:after {
  font-size: 16px;
  font-weight: 400;
  margin-top: -2px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 897, app/assets/stylesheets/home.scss */
.gui-controls > .gui-folder > a:after {
  top: 12px;
  margin-left: 2px;
}

/* line 902, app/assets/stylesheets/home.scss */
.gui-controls > .gui-folder.expanding > a:after,
.gui-controls > .gui-folder.expanded > a:after {
  color: rgba(12, 12, 12, 0.4);
  margin-left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 912, app/assets/stylesheets/home.scss */
.expanded-menu-sign .gui-folder > a:after {
  opacity: 1;
}

/* line 916, app/assets/stylesheets/home.scss */
.menubar-visible .gui-folder > a:after {
  opacity: 1;
}

/* line 920, app/assets/stylesheets/home.scss */
.gui-icon {
  position: absolute;
  left: 12px;
  top: 0;
  width: 40px;
  height: 40px;
  color: #535658;
  font-size: 18px;
  overflow: hidden;
  border-radius: 999px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 935, app/assets/stylesheets/home.scss */
.gui-icon .fa:first-child,
.gui-icon .md:first-child,
.gui-icon .glyphicon:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  width: 1em;
}

/* line 948, app/assets/stylesheets/home.scss */
.gui-icon:hover {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 953, app/assets/stylesheets/home.scss */
.gui-icon:hover img {
  left: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
}

/* line 960, app/assets/stylesheets/home.scss */
.gui-controls a.expanded .gui-icon,
.gui-controls li.active .gui-icon,
.gui-controls li.active .gui-icon:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2196f3;
}

/* line 968, app/assets/stylesheets/home.scss */
.gui-icon-active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2196f3;
}

/* line 974, app/assets/stylesheets/home.scss */
.expanded-menu-icon .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 979, app/assets/stylesheets/home.scss */
.expanded-menu-icon .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 983, app/assets/stylesheets/home.scss */
.expanded-menu-icon .gui-icon:hover {
  background: inherit;
}

/* line 987, app/assets/stylesheets/home.scss */
.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: #313335;
}

/* line 992, app/assets/stylesheets/home.scss */
.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 996, app/assets/stylesheets/home.scss */
.menubar-visible .gui-icon:hover {
  background: inherit;
}

/* line 1000, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* line 1005, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}

/* line 1009, app/assets/stylesheets/home.scss */
.menubar-visible .menubar-inverse .gui-icon:hover {
  background: inherit;
}

/* line 1013, app/assets/stylesheets/home.scss */
.gui-controls a.blink .gui-icon {
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -moz-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -ms-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
}

/* line 1024, app/assets/stylesheets/home.scss */
.gui-controls > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  font-size: 12px;
  line-height: normal;
  border-radius: 0;
  padding-left: 0;
  min-height: 40px;
  min-width: 64px;
  z-index: 1;
}

/* kategorien */
/* line 1039, app/assets/stylesheets/home.scss */
.kategoriePane {
  padding-top: 80px;
  overflow-y: scroll;
  height: 100%;
}

/* line 1046, app/assets/stylesheets/home.scss */
.kategoriePane .kategorycard {
  max-height: 130px;
  margin-bottom: 25px;
}

/* line 1051, app/assets/stylesheets/home.scss */
#editorPane .kategoriePane .card {
  min-height: 120px;
}

/* line 1055, app/assets/stylesheets/home.scss */
#editorPane #katadd .kategoryName {
  top: 25% !important;
}

/* line 1059, app/assets/stylesheets/home.scss */
#editorPane #leftTopPane .tools {
  margin-top: 0px !important;
}

/* line 1063, app/assets/stylesheets/home.scss */
#editorPane #leftTopPane .tools button {
  transform: scale(0.8);
}

/* line 1068, app/assets/stylesheets/home.scss */
.kategorycard .smsAnzahl {
  height: 100%;
  width: 45%;
  position: absolute;
  font-size: 19px;
  left: 0px;
  top: 0px;
}

/* line 1077, app/assets/stylesheets/home.scss */
.kategorycard .tools {
  position: absolute;
  right: 12px;
  top: 0px;
  width: 30px;
  height: 30px;
}

/* line 1085, app/assets/stylesheets/home.scss */
.kategorycard .kategoryName {
  position: absolute;
  left: 50%;
  top: 34%;
}

/* line 1091, app/assets/stylesheets/home.scss */
#katadd .tools {
  position: absolute;
  right: 7px;
  top: 0px;
  width: 30px;
  height: 30px;
}

/* line 1099, app/assets/stylesheets/home.scss */
#katadd .kategoryName {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 200px;
  height: 35px;
}

/* line 1107, app/assets/stylesheets/home.scss */
.kategorycard .card-head {
  float: right;
}

/* line 1111, app/assets/stylesheets/home.scss */
.kategory- .smsAnzahl {
  background-color: #d2d2d2;
  color: #ffffff;
}

/* line 1117, app/assets/stylesheets/home.scss */
.kategory-0 .smsAnzahl {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 1122, app/assets/stylesheets/home.scss */
.kategory-1 .smsAnzahl {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 1127, app/assets/stylesheets/home.scss */
.kategory-2 .smsAnzahl {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 1132, app/assets/stylesheets/home.scss */
.kategory-3 .smsAnzahl {
  background-color: #f44336;
  color: #ffffff;
}

/* line 1139, app/assets/stylesheets/home.scss */
.ui-state-hilight {
  opacity: 0.4 !important;
}

/* line 1143, app/assets/stylesheets/home.scss */
.kategorycard .smsAnzahl .top {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
}

/* line 1150, app/assets/stylesheets/home.scss */
.kategorycard .smsAnzahl .bottom {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}

/* line 1160, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .headerrow .titel {
  float: left;
  width: calc(100% - 70px);
  padding-top: 25px;
  padding-left: 29px;
}

/* line 1167, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .headerrow .buttons {
  float: right;
  padding-top: 0px;
  padding-right: 0px;
}

/* line 1173, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .card-head .header {
  padding-left: 25px;
}

/* line 1177, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .card-body p {
  margin: 0px !important;
}

/* line 1182, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .btn-collapse i.fa-angle-right {
  display: block;
}

/* line 1186, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .btn-collapse i.fa-angle-left {
  display: none;
}

/* line 1191, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .btn-collapse.collapsed i.fa-angle-right {
  display: none !important;
}

/* line 1195, app/assets/stylesheets/home.scss */
#leftKategoryEditPane .card .btn-collapse.collapsed i.fa-angle-left {
  display: block !important;
}

/* line 1199, app/assets/stylesheets/home.scss */
.ui-draggable-dragging {
  max-width: 218px !important;
}

/*.ui-draggable-dragging {display: none !important;  pointer: hand !important; }*/
/* line 1207, app/assets/stylesheets/home.scss */
#leftTopPane .col-md-6 {
  width: 100% !important;
}

/* line 1211, app/assets/stylesheets/home.scss */
#leftTopPane .smscard {
  max-width: 100%;
}

/* line 1217, app/assets/stylesheets/home.scss */
.smscard .card-body {
  padding: 10px 24px;
  font-size: 120%;
}

/* line 1223, app/assets/stylesheets/home.scss */
#leftTopPane .card-head {
  position: relative;
  line-height: 52px;
  min-height: 0px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
  background: #607d8b;
  color: white !important;
  height: 31px;
}

/* line 1234, app/assets/stylesheets/home.scss */
#leftTopPane .card-head header {
  display: inline-block;
  padding: 2px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 12px;
  margin-top: -18px;
}

/* line 1243, app/assets/stylesheets/home.scss */
#leftTopPane .tools {
  position: absolute;
  top: -11px;
  right: -1px;
}

/* line 1249, app/assets/stylesheets/home.scss */
.smsview #second2 .card-body {
  font-size: 170%;
  font-weight: bold;
}

/* line 1254, app/assets/stylesheets/home.scss */
.smsview #first2 .card-body {
  font-size: 140%;
}

/* VEIT*/
/* line 1259, app/assets/stylesheets/home.scss */
#leftTopPane2 .smscard {
  max-width: 100%;
}

/* line 1263, app/assets/stylesheets/home.scss */
.smsmode #leftTopPane2 {
  height: 100%;
  overflow-y: scroll;
  padding-top: 26px;
}

/* line 1269, app/assets/stylesheets/home.scss */
.home .kategoriePane .kategorycard {
  width: calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding-bottom: 0px !important;
  height: 126px;
  max-height: 126px;
  margin-bottom: 5px;
}

/* line 1278, app/assets/stylesheets/home.scss */
.home .kategoriePane .kategorycard {
  max-height: 150px;
  margin-bottom: 30px;
  flex: 0 0 98% !important;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 25px !important;
  margin-right: 5%;
}

/* line 1287, app/assets/stylesheets/home.scss */
.editormode #leftTopPane .card-head {
  background: #ffffff1f !important;
  border-radius: 15px !important;
  height: 40px !important;
  padding-top: 3px;
}

/* line 1294, app/assets/stylesheets/home.scss */
#leftTopPane,
#leftB.home .kategoriePane .kategorycard {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1300, app/assets/stylesheets/home.scss */
.ui-draggable-dragging {
  max-width: 550px !important;
  box-shadow: 10px 10px 35px;
  padding: 25px;
  border-radius: 5px;
  background: #FFFFFF;
}

/* line 1307, app/assets/stylesheets/home.scss */
.ui-draggable-dragging .smscard .card-body {
  padding: 0px 0px;
  font-size: 100% !important;
}

/* line 1312, app/assets/stylesheets/home.scss */
.ui-draggable-dragging .tools {
  display: none !important;
}

/* line 1316, app/assets/stylesheets/home.scss */
.ui-draggable-dragging .card-body {
  display: block;
}

/* line 1320, app/assets/stylesheets/home.scss */
.ui-draggable-dragging span.kategorie {
  line-height: inherit;
  font-size: 12px !important;
}

/* line 1326, app/assets/stylesheets/home.scss */
.dragsms .card {
  border-left: 0px solid #d2d2d2 !important;
}

/* line 1330, app/assets/stylesheets/home.scss */
#leftBottomPane span.kategorie {
  display: none;
}

/* line 1334, app/assets/stylesheets/home.scss */
.header span.kategorie {
  font-weight: bold;
  background: #28506e;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 45px;
  float: right;
  width: 120px;
  text-align: center;
  font-size: 12px;
  height: 25px;
  overflow: hidden;
}

/* line 1349, app/assets/stylesheets/home.scss */
body.menubar-hoverable.header-fixed.home {
  background: #f6fafd;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/presenter.scss */
iframe#presenterIframe {
  height: 1080px;
  width: 1920px;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/presenter.scss */
.presenter img.presenter_Logo {
  width: 150px;
  height: 45px;
  margin-left: 25px;
  margin-top: 13px;
  margin-right: 105px;
}

/* line 17, app/assets/stylesheets/presenter.scss */
.presenter .row {
  position: absolute;
  width: 100%;
  background: #1a2c4a;
  margin: 0;
  height: 70px;
}

/* line 25, app/assets/stylesheets/presenter.scss */
.presenter div#currentDate {
  color: white;
  position: absolute;
  left: 220px;
  font-size: 220%;
  top: 13px;
  padding-left: 45px;
  border-left: 1px solid #FFFFFF;
}

/* line 35, app/assets/stylesheets/presenter.scss */
.presenter button.btn.ink-reaction.btn-floating-action.btn-lg.btn-primary {
  font-size: 220%;
  padding: 11px 65px;
  border-radius: 0;
  border: 0 !important;
  height: 70px;
}

/* line 43, app/assets/stylesheets/presenter.scss */
.presenter button.btn.btn-primary {
  width: 100%;
  margin-top: 1px;
  background-color: #474d56 !important;
  border: 0;
  padding: 15px 45px;
}

/* line 51, app/assets/stylesheets/presenter.scss */
.presenter div#smsCounter {
  position: absolute;
  top: 0;
  height: 70px;
  overflow: hidden;
  right: 478px;
}

/* line 59, app/assets/stylesheets/presenter.scss */
.presenter div#sendinfo {
  color: #1a2c4a;
  font-size: 220%;
  width: auto;
  right: 0;
  position: absolute;
  padding: 12px 25px;
  background: #ffffff;
}

/* line 70, app/assets/stylesheets/presenter.scss */
.presenter img.presenter_Logo {
  width: 150px;
  height: 45px;
  margin-left: 25px;
  margin-top: 35px;
  margin-right: 105px;
}

/* line 78, app/assets/stylesheets/presenter.scss */
.presenter div#currentDate {
  color: white;
  position: absolute;
  left: 220px;
  font-size: 220%;
  top: 35px;
  padding-left: 45px;
  border-left: 1px solid #FFFFFF;
}

/* line 88, app/assets/stylesheets/presenter.scss */
.presenter div#smsCounter {
  position: absolute;
  top: 0;
  height: 120px;
  overflow: hidden;
  right: 478px;
}

/* line 96, app/assets/stylesheets/presenter.scss */
.presenter button.btn.ink-reaction.btn-floating-action.btn-lg.btn-primary {
  font-size: 220%;
  padding: 11px 65px;
  border-radius: 0;
  border: 0 !important;
  height: 120px;
}

/* line 104, app/assets/stylesheets/presenter.scss */
.presenter div#sendinfo {
  color: #1a2c4a;
  font-size: 220%;
  width: auto;
  right: 0;
  position: absolute;
  padding: 37px 25px;
  background: #ffffff;
}

/* line 114, app/assets/stylesheets/presenter.scss */
.presenter .row {
  position: absolute;
  width: 100%;
  background: #1a2c4a;
  margin: 0;
  height: 120px;
}

/* presenter styling - standardmÃ¤ssig wird keine sms angezeigt - nur wenn sie eine kategorie
zugeordnet wird, fr 3 sekunden eingefadet und dan wieder ausgefadet*/
/* line 124, app/assets/stylesheets/presenter.scss */
#presenterSMS {
  display: none !important;
  width: 64%;
  float: right;
  margin-right: 25px;
  position: absolute;
  bottom: 46px;
  right: 15px;
}

/* line 134, app/assets/stylesheets/presenter.scss */
#presenter #smsCounter button {
  width: 200px;
  height: 200px;
  font-size: 131px;
  margin-top: 15px;
  margin-left: 33px;
}

/* nivoslider */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 153, app/assets/stylesheets/presenter.scss */
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(/assets/loading-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 162, app/assets/stylesheets/presenter.scss */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 169, app/assets/stylesheets/presenter.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 174, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 179, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 189, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 193, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 207, app/assets/stylesheets/presenter.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 211, app/assets/stylesheets/presenter.scss */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* line 216, app/assets/stylesheets/presenter.scss */
.theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 220, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 224, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 229, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 233, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 237, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 244, app/assets/stylesheets/presenter.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/* line 4, app/assets/stylesheets/sessions.scss.erb */
.sessions {
  /*background-image: url(https://www.kmweg.com/typo3conf/ext/ne_distribution/Resources/Public/Images/body-background.jpg); */
  background-size: cover;
  /* VHo Neu */
}

/* line 9, app/assets/stylesheets/sessions.scss.erb */
.sessions #cover {
  padding-top: 2vh;
}

/* line 16, app/assets/stylesheets/sessions.scss.erb */
.sessions div#dashboard-toprow {
  height: 350px;
  background-image: url(/assets/Leopard-2-Krauss-Maffei-Wegmann-KMW-2dcda91183233a0613746664b300f5bc577bf96da25119179c93c22cac8b3586.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

/* line 23, app/assets/stylesheets/sessions.scss.erb */
.sessions img.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 29, app/assets/stylesheets/sessions.scss.erb */
.sessions .btn-success {
  padding: 0.5rem 1rem !important;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.2rem !important;
  background-color: #1a2c4a;
  border: none;
  color: #FFF;
  transition: all 0.5s;
  width: 100%;
  margin-top: 25px;
}

/* line 42, app/assets/stylesheets/sessions.scss.erb */
.sessions h1.display-4 {
  margin-bottom: 35px;
  position: relative;
  left: 0%;
  display: block;
  width: 50%;
  color: #868686;
  text-align: left;
  font-weight: 500;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/smsmode.scss */
.smsmode {
  /* CLUSTER STYLES ONLY HERE, NOWHERE ELSE*/
}

/* line 5, app/assets/stylesheets/smsmode.scss */
.smsmode #leftTopPane2 .kategoryName,
.smsmode #leftTopPane2 .kategorycard .kategoryName {
  font-weight: bold;
  position: absolute;
  left: 27%;
  top: 20%;
  width: 50%;
  z-index: 9999;
  font-size: 135%;
  color: #28506f;
  font-weight: 100;
}

/* line 19, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoriePane .kategorycard {
  max-height: 150px;
  margin-bottom: 30px;
  /*    flex: 0 0 98% !important;
    max-width: 98%;
    width: 98%;
*/
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 25px !important;
}

/* line 31, app/assets/stylesheets/smsmode.scss */
.smsmode div#selectmessageandkategory,
.smsmode div#selectedDisplay {
  height: 19vh;
}

/* line 37, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea {
  height: 100vh !important;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 45, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .showon .textoff {
  display: none;
}

/* line 49, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .showoff .texton {
  display: none;
}

/* line 53, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .btn.showoff {
  background-color: #dc3545 !important;
}

/* line 57, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .btn.showon {
  background-color: #007bff !important;
}

/* line 61, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterButtonArea {
  margin-bottom: 25px;
}

/* line 64, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterButtonArea button {
  width: calc(25% - 3px);
  border-radius: 5px !important;
}

/* line 69, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterButtonArea button#clusterfirst,
.smsmode #clusterArea #clusterButtonArea button#clusterlast {
  background-color: #285086;
  border-color: #285086;
}

/* line 77, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterButtonArea button#clusterprev {
  background-color: #f6c414;
  border-color: #f6c414;
  color: #285086;
}

/* line 84, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterSelectForm {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  /*padding-left: 20px;*/
  /*flex: 0 0 23%; */
}

/* line 91, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterAddRow {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  /*padding-left: 20px;*/
  /*flex: 0 0 23%;*/
}

/* line 98, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterlist {
  /*padding-left: 3px;
      padding-right: 0px;*/
}

/* line 103, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterselform .row {
  display: block;
}

/* line 107, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea input#clusterselsubmit {
  width: 100%;
}

/* line 111, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterArea::-webkit-scrollbar {
  display: none;
}

/* line 115, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusteradd input.btn.btn-primary {
  background-color: #4caf50;
  border-color: #4caf50;
}

/* line 120, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterArea h3,
.smsmode #clusterArea #selectmessageandkategory h3 {
  text-transform: uppercase;
  font-size: 150%;
  padding-top: 25px;
  padding-bottom: 20px;
  margin: 0px;
  color: #285086;
}

/* line 130, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusterrow {
  display: block !important;
  width: 100%;
  /* flex-wrap: nowrap; */
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 54px;
  border-bottom: 1px solid #d2d2d2;
}

/* line 140, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusterrow .clusteractions {
  display: flex;
}

/* line 143, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusterrow .clusteractions .clusterLosBtn {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 50px !important;
  padding: 5px !important;
}

/* line 153, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusterrow .clusterleft {
  float: left;
  width: 65% !important;
}

/* line 158, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusterrow .clusterleft .name {
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  min-width: 129px;
  margin-right: 27px;
}

/* line 169, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterAddRow .clusteradd {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 15px;
  flex: 0 0 23%;
}

/* line 175, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterAddRow .clusteradd input[type="submit"] {
  width: 100%;
}

/* line 181, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea .clusteradd input[type="text"] {
  color: #000000;
  background-color: #ffffff;
}

/* line 186, app/assets/stylesheets/smsmode.scss */
.smsmode #clusterArea #clusterselform .form-group input {
  margin: 0px;
}

/* line 193, app/assets/stylesheets/smsmode.scss */
#easyselect #selectedDisplay {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 10px);
}

/* line 200, app/assets/stylesheets/smsmode.scss */
#easyselect #selectedDisplay .card .card-body {
  max-height: 100px;
  overflow-y: scroll;
}

/* line 209, app/assets/stylesheets/smsmode.scss */
body,
html,
#base,
#content,
#editorPane,
#editorPane .leftPane,
#editorPane .rightPane {
  height: 100vh;
}

/* line 220, app/assets/stylesheets/smsmode.scss */
#header > div > div.headerbar-left > ul > li:nth-child(1) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(2) > a {
  background-color: #000000;
  color: #ffffff;
}

/* line 227, app/assets/stylesheets/smsmode.scss */
#header > div > div.headerbar-left > ul > li:nth-child(3) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(3) > a {
  background-color: #f22314;
  color: #ffffff;
}

/* line 233, app/assets/stylesheets/smsmode.scss */
#header > div > div.headerbar-left > ul > li:nth-child(4) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(4) > a {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 239, app/assets/stylesheets/smsmode.scss */
#header > div > div.headerbar-left > ul > li:nth-child(5) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(5) > a {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 245, app/assets/stylesheets/smsmode.scss */
#header > div > div.headerbar-left > ul > li:nth-child(6) > a:hover,
#header > div > div.headerbar-left > ul > li:nth-child(6) > a {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 253, app/assets/stylesheets/smsmode.scss */
.darkbg input,
.darkbg select {
  color: #ffffff;
}

/* line 258, app/assets/stylesheets/smsmode.scss */
.darkbg select option {
  color: #000000;
}

/* line 262, app/assets/stylesheets/smsmode.scss */
.darkbg {
  background-color: #30353C !important;
}

/*
.home .kategoriePane .kategorycard {
  width: 90%;
  max-width: 90%;
  padding-bottom: 0px !important;
  height: 126px;
  margin-bottom: 5px;
}
*/
/*#leftTopPane,
#leftB.home .kategoriePane .kategorycard {
  width: 90%;
  max-width: 90%;
  padding-bottom: 0px !important;
  height: 126px;
  margin-bottom: 5px;
}
7*/
/* line 284, app/assets/stylesheets/smsmode.scss */
ottomPane {
  height: 50%;
  overflow-y: scroll;
  padding-top: 25px;
}

/* line 290, app/assets/stylesheets/smsmode.scss */
#leftTopPane {
  border-bottom: 3px solid #f22314;
}

/* line 294, app/assets/stylesheets/smsmode.scss */
#selectedDisplay .card {
  background-color: transparent;
  color: #ffffff;
  /* border: solid 0px; */
}

/* line 300, app/assets/stylesheets/smsmode.scss */
#katadd > div {
  height: 120px;
}

/* line 304, app/assets/stylesheets/smsmode.scss */
#katadd .kategoryName {
  position: absolute;
  top: -10px;
}

/* line 309, app/assets/stylesheets/smsmode.scss */
#selectedDisplay .card-body,
#selectedDisplay .card-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* initially hidden */
/* line 316, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane {
  display: none;
}

/* line 320, app/assets/stylesheets/smsmode.scss */
.kategoriePane {
  padding-top: 25px;
  overflow-y: scroll;
  height: 100vh;
}

/* line 326, app/assets/stylesheets/smsmode.scss */
.kategorycard .smsAnzahl {
  height: 100%;
  width: 45%;
  float: left;
  height: 100%;
  min-height: 120px;
  margin-left: 0px;
  margin-bottom: -25px;
  position: relative;
  font-size: 19px;
}

/* line 340, app/assets/stylesheets/smsmode.scss */
.kategorycard .card-head {
  float: right;
}

/* line 344, app/assets/stylesheets/smsmode.scss */
.kategory- .smsAnzahl {
  background-color: #d2d2d2;
  color: #ffffff;
}

/* line 350, app/assets/stylesheets/smsmode.scss */
.kategory-0 .smsAnzahl {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 355, app/assets/stylesheets/smsmode.scss */
.kategory-1 .smsAnzahl {
  background-color: #4caf50;
  color: #ffffff;
}

/* line 360, app/assets/stylesheets/smsmode.scss */
.kategory-2 .smsAnzahl {
  background-color: #ff9800;
  color: #ffffff;
}

/* line 365, app/assets/stylesheets/smsmode.scss */
.kategory-3 .smsAnzahl {
  background-color: #f44336;
  color: #ffffff;
}

/* line 372, app/assets/stylesheets/smsmode.scss */
.ui-state-hilight {
  opacity: 0.4 !important;
}

/* line 376, app/assets/stylesheets/smsmode.scss */
.kategorycard .smsAnzahl .top {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
}

/* line 383, app/assets/stylesheets/smsmode.scss */
.kategorycard .smsAnzahl .bottom {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}

/* line 390, app/assets/stylesheets/smsmode.scss */
.smscard {
  max-width: 350px;
}

/* line 394, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane header h2 {
  float: left;
}

/* line 398, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane .btn-group {
  float: right;
  padding-top: 25px;
  padding-right: 12px;
}

/* line 404, app/assets/stylesheets/smsmode.scss */
.ui-draggable-dragging {
  max-width: 218px !important;
}

/* line 408, app/assets/stylesheets/smsmode.scss */
.ui-draggable-dragging .card-body {
  display: none;
}

/* line 414, app/assets/stylesheets/smsmode.scss */
#nachrichtDetail {
  display: none;
}

/* default verstecken*/
/* line 419, app/assets/stylesheets/smsmode.scss */
div#fullscreenblack {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 427, app/assets/stylesheets/smsmode.scss */
#fullscreenblack .card {
  box-shadow: 0px 0px 25px black;
}

/*
#fullscreenblack .col-md-3 {
  width: 50%;
  position: absolute;
  top: 41%;
  left: 25%;
}
*/
/* line 439, app/assets/stylesheets/smsmode.scss */
.smsview .tab-content header {
  position: absolute !important;
  left: -14px !important;
  top: 5px !important;
}

/* line 445, app/assets/stylesheets/smsmode.scss */
.smsview .card-body.style-default-bright {
  min-height: 134px;
}

/* line 449, app/assets/stylesheets/smsmode.scss */
.smsview .read-state {
  filter: blur(3px) !important;
}

/* line 453, app/assets/stylesheets/smsmode.scss */
.tabletview .read-state {
  opacity: 0.80;
}

/* line 457, app/assets/stylesheets/smsmode.scss */
.smsmode .clusterrow {
  display: flex;
  width: 100%;
}

/* line 462, app/assets/stylesheets/smsmode.scss */
.smsmode clusterrow .clusteractions {
  display: flex;
}

/* line 466, app/assets/stylesheets/smsmode.scss */
.smsmode .clusterleft .name {
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  min-width: 150px;
}

/* line 474, app/assets/stylesheets/smsmode.scss */
.smsmode .clusterrow .clusteractions .clusterLosBtn {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 50px !important;
  padding: 5px !important;
}

/* smsmode custom styles */
/* line 483, app/assets/stylesheets/smsmode.scss */
.smsmode .smsaction {
  z-index: 999999;
}

/* line 487, app/assets/stylesheets/smsmode.scss */
.smsmode .darkbg {
  background-color: #30353C !important;
}

/* line 491, app/assets/stylesheets/smsmode.scss */
.smsmode #leftTopPane2,
.smsmode .kategoryPane {
  height: 90%;
  overflow-y: scroll;
}

/*.smsmode { padding-left: 0px !important; } */
/* line 499, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoriePane .card {
  min-height: 120px;
}

/* presenter styling - standardmÃ¤ssig wird keine sms angezeigt - nur wenn sie eine kategorie
zugeordnet wird, fr 3 sekunden eingefadet und dan wieder ausgefadet*/
/* line 506, app/assets/stylesheets/smsmode.scss */
#presenterSMS {
  display: none !important;
  width: 64%;
  float: right;
  margin-right: 25px;
  position: absolute;
  bottom: 46px;
  right: 15px;
}

/* line 516, app/assets/stylesheets/smsmode.scss */
#presenter #smsCounter button {
  width: 200px;
  height: 200px;
  font-size: 131px;
  margin-top: 15px;
  margin-left: 33px;
}

/* .dashboard styles */
/* line 528, app/assets/stylesheets/smsmode.scss */
#dashboard a.btn.ink-reaction.btn-lg {
  height: 250px;
  width: 250px;
  padding: 5px;
  padding-left: 8px;
  border-radius: 10px;
}

/* line 536, app/assets/stylesheets/smsmode.scss */
#dashboard a.btn.ink-reaction.btn-lg span {
  display: block;
  width: 99%;
  height: 99%;
  border: 3px solid #ffffff;
  font-size: 38px !important;
  padding-top: 84px;
  border-radius: 10px;
}

/* tabletview styles*/
/* line 549, app/assets/stylesheets/smsmode.scss */
.tabletview-read-state {
  opacity: 0.5 !important;
}

/* line 555, app/assets/stylesheets/smsmode.scss */
.ipadview #fullscreenblack > div {
  left: 5% !important;
  top: 10% !important;
  width: 90%;
}

/* VHo Styles */
/* line 563, app/assets/stylesheets/smsmode.scss */
#base.smsmode {
  padding-left: 0px !important;
}

/* line 567, app/assets/stylesheets/smsmode.scss */
.smsmode .card-body p {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 572, app/assets/stylesheets/smsmode.scss */
.smsmode .card-head .header {
  margin-left: 25px;
}

/* line 576, app/assets/stylesheets/smsmode.scss */
.smsmode .btn {
  transition: none !important;
}

/* line 580, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoryPane,
.smsmode .kategoriePane {
  height: 100%;
  overflow-y: auto;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 588, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoriePane .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*
.smsmode .kategoriePane .col-md-4 {
  width: 45%;
}
*/
/* line 599, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoryName,
.kategorycard .kategoryName {
  font-weight: bold;
  position: absolute;
  left: 48%;
  top: 39%;
  width: 50%;
  z-index: 1000;
}

/* line 609, app/assets/stylesheets/smsmode.scss */
.smsmode #leftTopPane2 {
  height: 80%;
  overflow-y: scroll;
}

/* line 614, app/assets/stylesheets/smsmode.scss */
.card-head header {
  display: inline-block;
  padding: 11px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 15px;
}

/* line 622, app/assets/stylesheets/smsmode.scss */
.kategorycard .card-head header {
  display: none;
}

/* line 626, app/assets/stylesheets/smsmode.scss */
.kategorycard .card-head {
  float: right;
  height: 50px;
  width: 40px;
}

/* line 632, app/assets/stylesheets/smsmode.scss */
.smsmode .kategorycard .card-head {
  max-width: 27px;
  position: absolute;
  right: 0;
  top: -4px;
}

/* line 643, app/assets/stylesheets/smsmode.scss */
#leftTopPane .smscard {
  max-width: 100%;
}

/* line 647, app/assets/stylesheets/smsmode.scss */
.smscard .card-body {
  padding: 10px 24px;
  font-size: 120%;
}

/* line 653, app/assets/stylesheets/smsmode.scss */
#leftTopPane .card-head {
  position: relative;
  line-height: 52px;
  min-height: 0px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
  background: #607d8b;
  color: white !important;
  height: 31px;
}

/* line 664, app/assets/stylesheets/smsmode.scss */
#leftTopPane .card-head header {
  display: inline-block;
  padding: 2px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 12px;
  margin-top: -18px;
}

/* line 673, app/assets/stylesheets/smsmode.scss */
#leftTopPane .tools {
  margin-top: -11px;
  margin-left: 0px;
}

/* line 678, app/assets/stylesheets/smsmode.scss */
.smsview #second2 .card-body {
  font-size: 170%;
  font-weight: bold;
}

/* line 683, app/assets/stylesheets/smsmode.scss */
.smsview #first2 .card-body {
  font-size: 140%;
}

/* .smsmode .rightPane #clusterArea .row {
  padding: 25px;
}
 */
/* VEIT*/
/* line 692, app/assets/stylesheets/smsmode.scss */
#leftTopPane2 .smscard {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 698, app/assets/stylesheets/smsmode.scss */
.smsmode #leftTopPane2 {
  height: 80%;
  overflow-y: scroll;
  padding-top: 26px;
}

/* line 704, app/assets/stylesheets/smsmode.scss */
input#katselsubmit {
  width: 100%;
  margin-left: 9px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 711, app/assets/stylesheets/smsmode.scss */
input#smssslection {
  background-color: #FFFFFF;
  margin-left: 8px;
  /*width: 96%;*/
  padding: 9px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000000;
}

/* line 721, app/assets/stylesheets/smsmode.scss */
select#katselection {
  background-color: white;
  color: #000000;
  margin-left: 9px;
}

/* line 727, app/assets/stylesheets/smsmode.scss */
button#show {
  width: 85%;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 733, app/assets/stylesheets/smsmode.scss */
button#shownext {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* line 740, app/assets/stylesheets/smsmode.scss */
#selectedDisplay > div > div > div.card-body > p {
  padding-left: 0px !important;
}

/* line 744, app/assets/stylesheets/smsmode.scss */
button#cancel {
  width: 13%;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 750, app/assets/stylesheets/smsmode.scss */
div#selectedDisplay .card {
  background-color: transparent;
  margin-left: 9px;
  width: 96%;
  color: #232323;
}

/* line 757, app/assets/stylesheets/smsmode.scss */
div#selectedDisplay .card .card-body {
  margin-left: 12px;
}

/* line 761, app/assets/stylesheets/smsmode.scss */
div#selectedDisplay .card-head header {
  margin-left: -12px;
}

/* #smsviewTop div#katsms.col-md-3 {
  width: 60% !important;
  height: 60% !important;
  position: absolute;
  top: 20% !important;
  left: 20% !important;
}
 */
/*
#smsviewTop div#katsms.col-md-3 .card-body.style-default-bright {
   padding-top: 75px;
}
*/
/* line 778, app/assets/stylesheets/smsmode.scss */
#smsviewTop div#katsms.col-md-3 .card-body.style-default-bright .card-body {
  padding-top: 10px;
  background-color: white;
}

/* line 783, app/assets/stylesheets/smsmode.scss */
#smsviewTop div#katsms.col-md-3 .card-body.style-default-bright .card-head {
  background-color: #f1f1f1;
  height: 20px !important;
}

/* #smsviewTop #fullscreenblack #katsms .col-md-12 {
  width: 50%;
  height: 150px;
}
 */
/* line 793, app/assets/stylesheets/smsmode.scss */
#smsmode_view #fullscreenblack .tools {
  display: none;
}

/* VHO NEU */
/* line 799, app/assets/stylesheets/smsmode.scss */
#base {
  overflow: hidden;
  padding-left: 0;
}

/* line 804, app/assets/stylesheets/smsmode.scss */
.card {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.33) !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.33) !important;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  transistion: all 0.2s linear;
}

/* .card:hover {
    -webkit-box-shadow: 0 0px 45px 0 rgba(0, 0, 0, 0.33) !important;
    box-shadow:  0 0px 45px 0 rgba(0, 0, 0, 0.33) !important;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
} */
/* line 817, app/assets/stylesheets/smsmode.scss */
#leftTopPane .card-head {
  background: #ffffff;
  color: #28506f !important;
}

/* line 822, app/assets/stylesheets/smsmode.scss */
.smscard .card-body {
  padding: 20px 0px;
  font-size: 120% !important;
}

/* line 827, app/assets/stylesheets/smsmode.scss */
.dragsms .card {
  border-left: 4px solid #d2d2d2 !important;
}

/* line 831, app/assets/stylesheets/smsmode.scss */
.kategoriePane {
  padding-top: 25px;
  height: 74%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 838, app/assets/stylesheets/smsmode.scss */
body.menubar-hoverable.header-fixed {
  height: 100%;
  overflow: hidden;
}

/* line 843, app/assets/stylesheets/smsmode.scss */
#leftTopPane::-webkit-scrollbar,
#leftTopPane2::-webkit-scrollbar,
#leftBottomPane::-webkit-scrollbar,
.kategoriePane::-webkit-scrollbar,
#leftKategoryEditPane::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF;
}

/* line 852, app/assets/stylesheets/smsmode.scss */
#leftTopPane::-webkit-scrollbar-thumb,
#leftTopPane2::-webkit-scrollbar-thumb,
#leftBottomPane::-webkit-scrollbar-thumb,
.kategoriePane::-webkit-scrollbar-thumb,
#leftKategoryEditPane::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
}

/* line 860, app/assets/stylesheets/smsmode.scss */
div#menubar {
  display: none;
}

/* line 864, app/assets/stylesheets/smsmode.scss */
.card-body p {
  font-size: 75% !important;
  margin-left: 25px;
  color: #28506f;
  line-height: 125%;
}

/* line 871, app/assets/stylesheets/smsmode.scss */
header#header {
  margin-top: 32px;
  height: 85px;
}

/* line 876, app/assets/stylesheets/smsmode.scss */
#editorPane #leftTopPane .tools button {
  transform: scale(1);
  border-radius: 100% !important;
  padding: 10px 16px !important;
}

/* line 882, app/assets/stylesheets/smsmode.scss */
#leftBottomPane span.header {
  margin-left: 25px;
}

/* #leftBottomPane .col-lg-6 {
  flex: 0 0 50%;
  max-width: 100%;
}
 */
/* line 891, app/assets/stylesheets/smsmode.scss */
.btn-success {
  transform: scale(1);
  border-radius: 100% !important;
  padding: 10px 14px !important;
}

/* line 897, app/assets/stylesheets/smsmode.scss */
#leftBottomPane .dragsms p,
#leftBottomPane .dragsms .header {
  opacity: 0.7;
}

/* line 902, app/assets/stylesheets/smsmode.scss */
#leftTopPane,
#leftBottomPane {
  height: 46%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 25px;
  margin-bottom: 5%;
}

/* line 911, app/assets/stylesheets/smsmode.scss */
.kategoriePane #katadd {
  width: 98% !important;
  max-width: 98% !important;
  flex: 0 0 98%;
  position: absolute;
  bottom: 110px;
}

/* line 919, app/assets/stylesheets/smsmode.scss */
#katadd .card {
  background: #f6fafd;
}

/* line 923, app/assets/stylesheets/smsmode.scss */
#katadd .tools {
  display: none;
}

/* line 927, app/assets/stylesheets/smsmode.scss */
#katadd .kategoryName {
  width: 50%;
}

/* line 931, app/assets/stylesheets/smsmode.scss */
button.btn.btn-primary {
  width: 100%;
  margin-top: 1px;
  background-color: #285086;
  padding: 15px 45px;
}

/* 

GELB: #F5C415
ROT: #FF0351
GRÜN: #30DB74
BLAU: #28506f

*/
/* line 948, app/assets/stylesheets/smsmode.scss */
.kategory-1 .smsAnzahl {
  background-color: #ffffff;
  color: #28506f;
  border-left: 14px solid #30DB74;
  width: 20%;
  border-right: 1px solid #d2d2d2;
}

/* line 956, app/assets/stylesheets/smsmode.scss */
.kategory-2 .smsAnzahl {
  background-color: #ffffff;
  color: #28506f;
  border-left: 14px solid #F5C415;
  width: 20%;
  border-right: 1px solid #d2d2d2;
}

/* line 964, app/assets/stylesheets/smsmode.scss */
.kategory-3 .smsAnzahl {
  background-color: #ffffff;
  color: #28506f;
  border-left: 14px solid #FF0351;
  width: 20%;
  border-right: 1px solid #d2d2d2;
}

/* line 972, app/assets/stylesheets/smsmode.scss */
.smsmode .kategoryName,
.kategorycard .kategoryName {
  font-weight: bold;
  position: absolute;
  left: 27%;
  top: 28%;
  width: 50%;
  z-index: 9999;
  font-size: 150%;
  color: #28506f;
  font-weight: 100;
}

/* line 985, app/assets/stylesheets/smsmode.scss */
.kategory-0 .smsAnzahl {
  background-color: #ffffff;
  color: #28506f;
  border-left: 14px solid #285086;
  width: 20%;
  border-right: 1px solid #d2d2d2;
}

/* #editorPane .rightPane {
  width: 46% !important;
  flex: 0 0 46%;
  border-left: 1px solid #d2d2d2;
  margin-left: 2%;
  padding-left: 2%;
}
 */
/* line 1001, app/assets/stylesheets/smsmode.scss */
.row.headerrow {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: fixed;
  top: 99px;
  /*z-index: 5000;*/
  width: 50.4%;
  background: #FFFFFF;
}

/* line 1012, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane .card .card-head .header {
  padding-left: 0;
}

/* line 1016, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane .card .card-body p {
  margin: 0px !important;
  margin-left: -20px !important;
}

/* line 1021, app/assets/stylesheets/smsmode.scss */
#accordion1 .dragsms {
  border-bottom: 1px solid #d2d2d2 !important;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-radius: 0;
}

/* line 1029, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane .btn {
  border-radius: 50%;
}

/* line 1033, app/assets/stylesheets/smsmode.scss */
button.btn.ink-reaction.btn-raised.btn-xs.btn-success {
  transform: scale(0.8);
  margin-right: -5px;
}

/* line 1038, app/assets/stylesheets/smsmode.scss */
.card-head .tools {
  padding-right: 0;
  float: right;
  margin-right: -32px;
}

/* line 1044, app/assets/stylesheets/smsmode.scss */
.titel h2 {
  color: #285086 !important;
  font-size: 200%;
}

/* line 1049, app/assets/stylesheets/smsmode.scss */
div#leftKategoryEditPane {
  height: 88%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 100px;
  width: 103%;
}

/* line 1057, app/assets/stylesheets/smsmode.scss */
ul.header-nav.header-nav-options a {
  text-transform: uppercase;
  background: none !important;
  color: #808080 !important;
}

/* line 1063, app/assets/stylesheets/smsmode.scss */
ul.header-nav.header-nav-options a:hover {
  ext-transform: uppercase;
  background: none !important;
  color: #285086 !important;
  border-bottom: 1px solid;
  border-radius: 0;
}

/* line 1071, app/assets/stylesheets/smsmode.scss */
.btn-warning {
  color: #212529;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* line 1077, app/assets/stylesheets/smsmode.scss */
button.btn.ink-reaction.btn-raised.btn-xs.btn-danger.smsaction.katloadbutton {
  border-radius: 50%;
  height: 40px;
}

/* VHO */
/* line 1087, app/assets/stylesheets/smsmode.scss */
#leftKategoryEditPane .row.headerrow {
  z-index: 1000 !important;
}

/* line 1091, app/assets/stylesheets/smsmode.scss */
.smsmode_view {
  /*   #editorPane .leftPane.col-lg-3 {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .col-lg-6 {
    flex: 0 0 38% !important;
    max-width: 38% !important;
  }

  #editorPane .rightPane.col-lg-3 {
    flex: 0 0 18%;
    max-width: 18%;
  }
 */
}

/* line 1108, app/assets/stylesheets/smsmode.scss */
.smsmode_view .darkbg {
  background-color: #ffffff !important;
}

/* line 1112, app/assets/stylesheets/smsmode.scss */
.smsmode_view #leftTopPane2 .smscard {
  max-width: 95%;
  padding: 0px;
  margin: 0px;
}

/* line 1118, app/assets/stylesheets/smsmode.scss */
.smsmode_view .card .btn {
  transition: none !important;
  border-radius: 50%;
}

/* line 1123, app/assets/stylesheets/smsmode.scss */
.smsmode_view .card-body p {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 25px !important;
}

/* line 1129, app/assets/stylesheets/smsmode.scss */
.smsmode_view button#show {
  width: 85%;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px !important;
}

/* line 1136, app/assets/stylesheets/smsmode.scss */
.smsmode_view button#cancel {
  width: 13%;
  padding: 6px;
  margin-bottom: 15px;
  border-radius: 5px !important;
}

/* line 1145, app/assets/stylesheets/smsmode.scss */
form#kategoryAddForm {
  border: 0;
  box-shadow: 0px 0px 65px;
  top: 20% !important;
  position: absolute;
}

/* line 1153, app/assets/stylesheets/smsmode.scss */
.modal-content input#kategoryAddSubmit {
  background: #285086;
  border: 0;
  width: 100%;
  padding: 11px;
  margin-bottom: -24px;
}

/* line 1161, app/assets/stylesheets/smsmode.scss */
.modal-content .modal-header .close {
  background: #FF0351;
  border-radius: 50%;
  height: 44px;
  color: white;
  padding-top: 10px;
  opacity: 1;
  right: 25px;
  float: none;
  position: absolute;
  top: 27px;
}

/* VHO Dahboard */
/* line 1177, app/assets/stylesheets/smsmode.scss */
div#dashboard {
  text-align: center;
  position: absolute;
  top: 36%;
}

/* line 1183, app/assets/stylesheets/smsmode.scss */
#dashboard {
  /*   .col-md-2 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
 */
}

/* line 1191, app/assets/stylesheets/smsmode.scss */
#dashboard a#presenterButton {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

/* line 1196, app/assets/stylesheets/smsmode.scss */
#dashboard a#tableviewButton {
  background-color: #28a745;
  border-color: #28a745;
  padding: 5px !important;
  padding-left: 8px !important;
  border-radius: 0.3em !important;
}

/* VHO FE SMS */
/* line 1206, app/assets/stylesheets/smsmode.scss */
#katselsubmit .btn-primary {
  color: #fff;
  background-color: #285086;
  border-color: #285086;
}

/* line 1212, app/assets/stylesheets/smsmode.scss */
div#selectedDisplay {
  background: #ecf1f9;
}

/* line 1216, app/assets/stylesheets/smsmode.scss */
#selectedDisplay p {
  font-size: 150% !important;
}

/* line 1221, app/assets/stylesheets/smsmode.scss */
#smsview_mode .card-body.tab-content {
  background: #FFFFFF !important;
}

/* line 1225, app/assets/stylesheets/smsmode.scss */
#smsview_mode .smsview .tab-content header {
  color: #6b6a6a !important;
  margin-left: 13px !important;
}

/* line 1232, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card {
  border-left: 11px solid #d2d2d2 !important;
  border-radius: 0;
  font-size: 100% !important;
  margin-bottom: 55px;
  height: 165px;
}

/* line 1240, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card p {
  line-height: 150% !important;
  margin-left: -2px;
  width: 100%;
  padding-right: 0;
}

/* line 1247, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 a.btn.btn-icon-toggle.btn-refresh.btn-setread {
  display: none;
}

/* line 1251, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 section .style-danger,
#smsview_mode #first2 .offcanvas-pane .style-danger,
#smsview_mode #first2 .card .style-danger,
#smsview_mode #first2 section.style-danger,
#smsview_mode #first2 .offcanvas-pane.style-danger,
#smsview_mode #first2 .card.style-danger {
  background-color: #ffffff;
  border-left-color: #FF0351;
  color: #ffffff;
  border-left: 16px Solid #FF0351 !important;
  border-bottom: 0;
}

/* line 1264, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 section .style-success,
#smsview_mode #first2 .offcanvas-pane .style-success,
#smsview_mode #first2 .card .style-success,
#smsview_mode #first2 section.style-success,
#smsview_mode #first2 .offcanvas-pane.style-success,
#smsview_mode #first2 .card.style-success {
  background-color: #ffffff;
  border-left-color: #30DB74;
  color: #ffffff;
  border-left: 16px Solid #30DB74 !important;
  border-bottom: 0;
}

/* line 1277, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 section .style-warning,
#smsview_mode #first2 .offcanvas-pane .style-warning,
#smsview_mode #first2 .card .style-warning,
#smsview_mode #first2 section.style-warning,
#smsview_mode #first2 .offcanvas-pane.style-warning,
#smsview_mode #first2 .card.style-warning {
  background-color: #ffffff;
  border-left-color: #F5C415;
  color: #ffffff;
  border-left: 16px Solid #F5C415 !important;
  border-bottom: 0;
}

/* line 1290, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 section .style-info,
#smsview_mode #first2 .offcanvas-pane .style-info,
#smsview_mode #first2 .card .style-info,
#smsview_mode #first2 section.style-info,
#smsview_mode #first2 .offcanvas-pane.style-info,
#smsview_mode #first2 .card.style-info {
  background-color: #ffffff;
  border-left-color: #28506f;
  color: #ffffff;
  border-left: 16px Solid #28506f !important;
  border-bottom: 0;
}

/* line 1304, app/assets/stylesheets/smsmode.scss */
#smsview_mode div#second2 {
  padding: 10%;
}

/* line 1309, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 a.btn.btn-icon-toggle.btn-refresh {
  display: none;
}

/* line 1313, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 section .style-danger,
#smsview_mode #second2 .offcanvas-pane .style-danger,
#smsview_mode #second2 .card .style-danger,
#smsview_mode #second2 section.style-danger,
#smsview_mode #second2 .offcanvas-pane.style-danger,
#smsview_mode #second2 .card.style-danger {
  background-color: #ffffff;
  border-left-color: #FF0351;
  color: #ffffff;
  border-left: 16px Solid #FF0351 !important;
  border-bottom: 0;
}

/* line 1326, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 section .style-success,
#smsview_mode #second2 .offcanvas-pane .style-success,
#smsview_mode #second2 .card .style-success,
#smsview_mode #second2 section.style-success,
#smsview_mode #second2 .offcanvas-pane.style-success,
#smsview_mode #second2 .card.style-success {
  background-color: #ffffff;
  border-left-color: #30DB74;
  color: #ffffff;
  border-left: 16px Solid #30DB74 !important;
  border-bottom: 0;
}

/* line 1339, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 section .style-warning,
#smsview_mode #second2 .offcanvas-pane .style-warning,
#smsview_mode #second2 .card .style-warning,
#smsview_mode #second2 section.style-warning,
#smsview_mode #second2 .offcanvas-pane.style-warning,
#smsview_mode #second2 .card.style-warning {
  background-color: #ffffff;
  border-left-color: #F5C415;
  color: #ffffff;
  border-left: 16px Solid #F5C415 !important;
  border-bottom: 0;
}

/* line 1352, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 section .style-info,
#smsview_mode #second2 .offcanvas-pane .style-info,
#smsview_mode #second2 .card .style-info,
#smsview_mode #second2 section.style-info,
#smsview_mode #second2 .offcanvas-pane.style-info,
#smsview_mode #second2 .card.style-info {
  background-color: #ffffff;
  border-left-color: #28506f;
  color: #ffffff;
  border-left: 16px Solid #28506f !important;
  border-bottom: 0;
}

/* line 1365, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 button.btn.ink-reaction.btn-flat {
  display: none;
}

/* line 1369, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 header {
  font-size: 170% !important;
}

/* line 1373, app/assets/stylesheets/smsmode.scss */
#smsview_mode #second2 .card {
  border-bottom: 1px solid #d2d2d2 !important;
}

/* line 1379, app/assets/stylesheets/smsmode.scss */
#smsview_mode div#fullscreenblack {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

/* line 1389, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack {
  /* KAT SMS */
  /*   #katsms .col-md-12 {
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
  }
 */
}

/* line 1390, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack .card-body p {
  font-size: 200% !important;
}

/* line 1401, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack section .style-danger,
#smsview_mode #fullscreenblack .offcanvas-pane .style-danger,
#smsview_mode #fullscreenblack .card .style-danger,
#smsview_mode #fullscreenblack section.style-danger,
#smsview_mode #fullscreenblack .offcanvas-pane.style-danger,
#smsview_mode #fullscreenblack .card.style-danger {
  background-color: #ffffff;
  border-left-color: #FF0351;
  color: #ffffff;
  border-left: 16px Solid #FF0351 !important;
  border-bottom: 0;
}

/* line 1414, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack section .style-success,
#smsview_mode #fullscreenblack .offcanvas-pane .style-success,
#smsview_mode #fullscreenblack .card .style-success,
#smsview_mode #fullscreenblack section.style-success,
#smsview_mode #fullscreenblack .offcanvas-pane.style-success,
#smsview_mode #fullscreenblack .card.style-success {
  background-color: #ffffff;
  border-left-color: #30DB74;
  color: #ffffff;
  border-left: 16px Solid #30DB74 !important;
  border-bottom: 0;
}

/* line 1427, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack section .style-warning,
#smsview_mode #fullscreenblack .offcanvas-pane .style-warning,
#smsview_mode #fullscreenblack .card .style-warning,
#smsview_mode #fullscreenblack section.style-warning,
#smsview_mode #fullscreenblack .offcanvas-pane.style-warning,
#smsview_mode #fullscreenblack .card.style-warning {
  background-color: #ffffff;
  border-left-color: #F5C415;
  color: #ffffff;
  border-left: 16px Solid #F5C415 !important;
  border-bottom: 0;
}

/* line 1440, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack section .style-info,
#smsview_mode #fullscreenblack .offcanvas-pane .style-info,
#smsview_mode #fullscreenblack .card .style-info,
#smsview_mode #fullscreenblack section.style-info,
#smsview_mode #fullscreenblack .offcanvas-pane.style-info,
#smsview_mode #fullscreenblack .card.style-info {
  background-color: #ffffff;
  border-left-color: #28506f;
  color: #ffffff;
  border-left: 16px Solid #28506f !important;
  border-bottom: 0;
}

/* line 1453, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack .card {
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.8) !important;
  border-left: 11px solid #d2d2d2 !important;
  border-radius: 0;
}

/* line 1459, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack a.btn.btn-icon-toggle.btn-refresh.btn-setread {
  DISPLAY: none;
}

/* line 1463, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack header {
  color: #6b6a6a !important;
  margin-left: 13px !important;
}

/* line 1468, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack button.btn {
  margin-right: 20px;
}

/* line 1474, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms.col-md-6 {
  flex: 0 0 90%;
  max-width: 90%;
  overflow: hidden !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8) !important;
  /* margin-top: 4%; */
}

/* line 1482, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .card {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8) !important;
  border-left: 11px solid #d2d2d2 !important;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8) !important;
}

/* line 1495, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 .card .tools {
  display: none;
}

/* line 1499, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms button.btn.ink-reaction.btn-flat {
  font-size: 220%;
  color: #285086;
  margin-top: 10px;
  margin-right: 20px;
}

/* line 1506, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 p {
  font-size: 100% !important;
  margin-left: 15px;
  padding: 0;
  margin-right: 0;
}

/* line 1513, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack .col-md-12 .card-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 1519, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack .col-md-12 header {
  font-size: 20px;
  padding-top: 12px;
  padding-left: 0px;
}

/* line 1526, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card {
  transform: scale(0.6);
  transform-origin: top left;
}

/* line 1531, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card {
  border-left: 11px solid #d2d2d2 !important;
  border-radius: 0;
  font-size: 100% !important;
  margin-bottom: -25px;
  height: 161px;
  width: 450px;
}

/*   #smsview_mode #first2 .col-md-3 {
   flex: 0 0 16%;
   max-width: 16%;
   
   height: 110px;
}
*/
/* transform: scale(0.5); */
/* line 1549, app/assets/stylesheets/smsmode.scss */
#editorPane #leftKategoryEditPane .headerrow .buttons {
  position: absolute;
  right: 0px;
  padding-right: 0px;
  padding: 0;
}

/* line 1556, app/assets/stylesheets/smsmode.scss */
#editorPane #leftKategoryEditPane .btn-group {
  float: right;
  padding-top: 14px;
  padding-right: 12px;
}

/* line 1562, app/assets/stylesheets/smsmode.scss */
#editorPane button#closeSmsEdit {
  height: 40px;
  margin-top: 8px;
  width: 40px;
  margin-right: 5px;
}

/* line 1569, app/assets/stylesheets/smsmode.scss */
#editorPane button#editKategory {
  height: 40px;
  margin-top: 8px;
  width: 40px;
}

/* line 1576, app/assets/stylesheets/smsmode.scss */
#smsview_mode .card-head {
  position: relative;
  line-height: 70px;
  min-height: 55px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
  line-height: inherit;
}

/* line 1585, app/assets/stylesheets/smsmode.scss */
#smsview_mode img.presenter_Logo {
  width: 150px;
  height: 45px;
  margin-left: 25px;
  margin-top: 13px;
  margin-right: 105px;
}

/* line 1593, app/assets/stylesheets/smsmode.scss */
.card-head .row {
  position: absolute;
  width: 100%;
  background: #1a2c4a;
  margin: 0;
  height: 70px;
}

/* line 1602, app/assets/stylesheets/smsmode.scss */
.card-head .row div#currentDate {
  color: white;
  position: absolute;
  left: 220px;
  font-size: 220%;
  top: 13px;
  padding-left: 45px;
  border-left: 1px solid #FFFFFF;
}

/* line 1612, app/assets/stylesheets/smsmode.scss */
.card-head .row button.btn.ink-reaction.btn-floating-action.btn-lg.btn-primary {
  font-size: 220%;
  padding: 11px 65px;
  border-radius: 0;
  border: 0 !important;
  height: 70px;
}

/* line 1620, app/assets/stylesheets/smsmode.scss */
.card-head .row button.btn.btn-primary {
  width: 100%;
  margin-top: 1px;
  background-color: #474d56 !important;
  border: 0;
  padding: 15px 45px;
}

/* line 1628, app/assets/stylesheets/smsmode.scss */
.card-head .row div#smsCounter {
  position: absolute;
  top: 0;
  height: 70px;
  overflow: hidden;
  right: 478px;
}

/* line 1636, app/assets/stylesheets/smsmode.scss */
.card-head .row div#sendinfo {
  color: #1a2c4a;
  font-size: 220%;
  width: auto;
  right: 0;
  position: absolute;
  padding: 12px 25px;
  background: #ffffff;
  top: 0;
  height: 70px;
  width: 480px;
}

/* line 1650, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 .card {
  height: 170px;
}

/* line 1654, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack header i.fa.fa-comment {
  line-height: 18px;
}

/* line 1658, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack header {
  font-size: 28px;
  padding-top: 25px;
}

/* line 1663, app/assets/stylesheets/smsmode.scss */
.card-head.toprow {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

/* line 1671, app/assets/stylesheets/smsmode.scss */
#smsview_mode .card-body.tab-content {
  background: #FFFFFF !important;
  padding-top: 90px;
}

/* VHo 22 */
/* line 1678, app/assets/stylesheets/smsmode.scss */
.headerbar-left {
  width: 100%;
}

/* line 1682, app/assets/stylesheets/smsmode.scss */
li.ministat {
  position: absolute;
  right: 160px;
  font-size: 100%;
  color: #808080;
}

/* line 1689, app/assets/stylesheets/smsmode.scss */
li.ministat span {
  margin-left: 25px;
}

/* line 1693, app/assets/stylesheets/smsmode.scss */
li.ministat strong {
  color: #285086;
  font-weight: bold;
}

/* line 1698, app/assets/stylesheets/smsmode.scss */
button#collapseSMS {
  padding: 11px;
  height: 40px;
  margin-top: 8px;
  width: 40px;
  margin-right: 5px;
  background-color: #285086 !important;
  border-color: #285086 !important;
}

/* line 1708, app/assets/stylesheets/smsmode.scss */
button#collapseSMS i {
  margin-top: -5px;
  position: absolute;
  top: 16px;
  left: 13px;
}

/* line 1715, app/assets/stylesheets/smsmode.scss */
button#uncollapseSMS {
  height: 40px;
  margin-top: 8px;
  width: 40px;
  margin-right: 25px;
  background-color: #285086 !important;
  border-color: #285086 !important;
}

/* line 1724, app/assets/stylesheets/smsmode.scss */
button#uncollapseSMS i {
  color: #FFFFFF;
}

/* line 1728, app/assets/stylesheets/smsmode.scss */
#editorPane button#editKategory {
  height: 40px;
  margin-top: 8px;
  width: 40px;
  background-color: #4caa66 !important;
  border-color: #4caa66 !important;
}

/* line 1736, app/assets/stylesheets/smsmode.scss */
.card-head .header {
  width: 100%;
  padding-left: 25px;
}

/* line 1741, app/assets/stylesheets/smsmode.scss */
.card-body p {
  font-size: 120% !important;
  margin-left: 25px;
  color: #28506f;
  line-height: 175%;
}

/* VHo NEU */
/* line 1750, app/assets/stylesheets/smsmode.scss */
.card-head {
  position: relative;
  line-height: 15px;
  min-height: inherit;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}

/* SMS KMW */
/* line 1767, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card {
  border-left: 0px solid #d2d2d2 !important;
  border-radius: 0;
  font-size: 100% !important;
  margin-bottom: -25px;
  height: 190px;
  width: 450px;
  overflow: hidden;
  text-overflow: clip;
  /* white-space: nowrap; */
  background: white;
  box-shadow: 0px 0px 30px #0000000f !important;
}

/* line 1781, app/assets/stylesheets/smsmode.scss */
#smsview_mode .card-body.tab-content {
  background: #FFFFFF !important;
  padding-top: 90px;
  background-image: url(https://www.kmweg.com/typo3conf/ext/ne_distribution/Resources/Public/Images/body-background.jpg) !important;
}

/* #smsview_mode #fullscreenblack .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  / * margin-top: 24% !important; * /
height: 25%;
}
*/
/* line 1795, app/assets/stylesheets/smsmode.scss */
#smsview_mode .card-head .tools {
  padding-right: 25px;
  float: right;
}

/* line 1800, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card .style-info {
  background-color: #ffffff;
  border-left-color: #28506f;
  color: #ffffff;
  border-left: 16px Solid #28506f !important;
  border-bottom: 0;
}

/* line 1808, app/assets/stylesheets/smsmode.scss */
#smsview_mode #first2 .card {
  transform: scale(0.6);
  transform-origin: top left;
}

/* line 1813, app/assets/stylesheets/smsmode.scss */
.editormode #leftTopPane .card {
  border-left: 0 !important;
  border-bottom: 1px solid #d2d2d2 !important;
}

/* line 1818, app/assets/stylesheets/smsmode.scss */
#editorPane #leftTopPane .tools {
  margin-top: 4px !important;
}

/* line 1822, app/assets/stylesheets/smsmode.scss */
.editormode #leftTopPane .card-head {
  background: #d2d2d21f !important;
  border-radius: 15px !important;
  height: 40px !important;
  padding-top: 3px;
}

/* line 1829, app/assets/stylesheets/smsmode.scss */
.smsmode_view #leftTopPane2 .dragsms .card {
  border-left: 0px solid #d2d2d2 !important;
  border-bottom: 1px solid #dedede !important;
}

/* line 1834, app/assets/stylesheets/smsmode.scss */
.smsmode_view #leftTopPane2 .smscard .tools {
  margin-top: -54px;
  margin-bottom: 20px;
  /* margin-left: -105px; */
}

/* line 1840, app/assets/stylesheets/smsmode.scss */
.smsmode_view #leftTopPane2 .smscard .header {
  margin-left: 0;
  background: #d2d2d21f;
  border-radius: 15px;
}

/* line 1846, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .card {
  border-left: 0px solid #d2d2d2 !important;
  border-radius: 0;
  border-radius: 15px;
  overflow: hidden;
}

/* line 1853, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack .col-md-12 .card-body.style-default-bright {
  min-height: 115px;
}

/* line 1857, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 .card {
  height: 170px;
  box-shadow: none;
  border-left: 1px solid #d2d2d2 !important;
  border-radius: 0;
}

/* line 1864, app/assets/stylesheets/smsmode.scss */
#nachrichtDetail .card-body.style-default-bright.container {
  top: 20px;
}

/* line 1868, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms button.btn.ink-reaction.btn-flat {
  font-size: 220%;
  color: #285086;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: -10px;
}

/* line 1876, app/assets/stylesheets/smsmode.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 .card-head {
  background: #28506f14;
  min-height: 35px;
  margin-bottom: 14px;
  /* VHo*/
  background: none;
  min-height: 35px;
  margin-bottom: 14px;
  border-left: 10px solid #285086;
}

/* line 1887, app/assets/stylesheets/smsmode.scss */
div#first2 {
  height: calc(100vh - 90px) !important;
  overflow: scroll;
}

/* line 1892, app/assets/stylesheets/smsmode.scss */
#smsview_mode div#first2 .row {
  -webkit-animation-name: move;
  -webkit-animation-duration: 240s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: up;
  -webkit-animation-timing-function: linear;
  margin-top: 0%;
}

/* line 1901, app/assets/stylesheets/smsmode.scss */
div#first2 .row:hover {
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35%);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 1919, app/assets/stylesheets/smsmode.scss */
div#first2::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1500px) {
  /* line 1924, app/assets/stylesheets/smsmode.scss */
  .home .kategoriePane .kategorycard {
    width: 90%;
    max-width: 90%;
    padding-bottom: 0px !important;
    height: 126px;
    margin-bottom: 5px;
  }
}
/* line 5, app/assets/stylesheets/smsview.scss */
header img {
  width: 45px;
  margin-right: 15px;
}

/* line 10, app/assets/stylesheets/smsview.scss */
header i {
  float: left;
  margin-right: 10px !important;
  margin-top: -2px !important;
}

/* smsview */
/* line 17, app/assets/stylesheets/smsview.scss */
.smsview > div > div > div.card-head > header > img,
#content > div > div > div > div.card-head > header > img {
  width: 45px !important;
  margin-right: 15px !important;
}

/* line 23, app/assets/stylesheets/smsview.scss */
.smsview > div > div > div.card-head > header > i {
  float: left;
  margin-right: 10px !important;
  margin-top: -2px !important;
}

/* line 29, app/assets/stylesheets/smsview.scss */
.smsview .tab-content header {
  position: absolute !important;
  left: -14px !important;
  top: 5px !important;
}

/* line 35, app/assets/stylesheets/smsview.scss */
.smsview .card-body.style-default-bright {
  min-height: 134px;
}

/* line 39, app/assets/stylesheets/smsview.scss */
.smsview .read-state {
  filter: blur(3px) !important;
}

/* line 43, app/assets/stylesheets/smsview.scss */
.tabletview .read-state {
  opacity: 0.80;
}

/* line 47, app/assets/stylesheets/smsview.scss */
#smsview_mode div#second2 {
  padding: 3%;
}

/* line 51, app/assets/stylesheets/smsview.scss */
#smsview_mode div#second2 .col-md-6 {
  flex: 0 0 25%;
  max-width: 50%;
}

/* line 56, app/assets/stylesheets/smsview.scss */
#nachrichtDetail .card-body.style-default-bright.container {
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/smsview.scss */
#nachrichtDetail .card-body.style-default-bright.container {
  top: 20px;
  padding-top: 0;
  height: 60%;
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/smsview.scss */
.eventname {
  font-size: 200%;
  color: #285086;
  margin-top: 8px;
  margin-left: 50px;
}

/* smsview */
/* line 75, app/assets/stylesheets/smsview.scss */
.smsview > div > div > div.card-head > header > img,
#content > div > div > div > div.card-head > header > img {
  width: 45px !important;
  margin-right: 15px !important;
}

/* line 81, app/assets/stylesheets/smsview.scss */
.smsview > div > div > div.card-head > header > i {
  float: left;
  margin-right: 10px !important;
  margin-top: -2px !important;
}

/* line 87, app/assets/stylesheets/smsview.scss */
div#selectmessageandkategory,
div#selectedDisplay {
  height: 19vh;
}

/* 27.11 */
/* line 94, app/assets/stylesheets/smsview.scss */
#editorPane .kategoriePane .card {
  min-height: 90px;
}

/* line 99, app/assets/stylesheets/smsview.scss */
.kategorycard .smsAnzahl {
  min-height: 91px;
}

/* line 103, app/assets/stylesheets/smsview.scss */
#selectmessageandkategory input#katselsubmit {
  background-color: #27a845;
  border-color: #27a845;
}

/* line 108, app/assets/stylesheets/smsview.scss */
.kategorycard .smsAnzahl .bottom {
  bottom: 20%;
}

/* line 112, app/assets/stylesheets/smsview.scss */
div#smsview_mode #fullscreenblack header {
  display: none !important;
}

/* line 116, app/assets/stylesheets/smsview.scss */
#smsview_mode #fullscreenblack #katsms .col-md-12 p {
  line-height: 165%;
}
/* line 1, app/assets/stylesheets/statistics.scss */
.flexcontainer {
  display: flex;
  flex-wrap: wrap;
}

/* line 9, app/assets/stylesheets/statistics.scss */
.flexitem {
  display: inline-flex;
  margin: 35px;
  width: 150px;
}

/* line 15, app/assets/stylesheets/statistics.scss */
.flexitem div {
  padding: 10px;
}
/* card styling */
/* line 8, app/assets/stylesheets/tabletview.scss */
.card {
  position: relative;
  margin-bottom: 24px;
  background-color: #ffffff;
  color: #313335;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* line 18, app/assets/stylesheets/tabletview.scss */
.card:before,
.card:after {
  content: " ";
  display: table;
}

/* line 24, app/assets/stylesheets/tabletview.scss */
.card:after {
  clear: both;
}

/* line 28, app/assets/stylesheets/tabletview.scss */
.card:before,
.card:after {
  content: " ";
  display: table;
}

/* line 34, app/assets/stylesheets/tabletview.scss */
.card:after {
  clear: both;
}

/* line 38, app/assets/stylesheets/tabletview.scss */
.card .btn-icon-toggle:hover,
.card .btn-flat:hover {
  background-color: rgba(12, 12, 12, 0.07);
}

/* line 43, app/assets/stylesheets/tabletview.scss */
.card > .nano:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 47, app/assets/stylesheets/tabletview.scss */
.card.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 52, app/assets/stylesheets/tabletview.scss */
.card-head {
  position: relative;
  line-height: 52px;
  min-height: 56px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}

/* line 60, app/assets/stylesheets/tabletview.scss */
.card-head:before,
.card-head:after {
  content: " ";
  display: table;
}

/* line 66, app/assets/stylesheets/tabletview.scss */
.card-head:after {
  clear: both;
}

/* line 70, app/assets/stylesheets/tabletview.scss */
.card-head:before,
.card-head:after {
  content: " ";
  display: table;
}

/* line 76, app/assets/stylesheets/tabletview.scss */
.card-head:after {
  clear: both;
}

/* line 80, app/assets/stylesheets/tabletview.scss */
.card-head header {
  display: inline-block;
  padding: 11px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 20px;
}

/* line 88, app/assets/stylesheets/tabletview.scss */
.card-head header > h1,
.card-head header > h2,
.card-head header > h3,
.card-head header > h4,
.card-head header > h5,
.card-head header > h6 {
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}

/* line 99, app/assets/stylesheets/tabletview.scss */
.card-head header small {
  color: inherit;
  opacity: 0.6;
  font-size: 75%;
}

/* line 105, app/assets/stylesheets/tabletview.scss */
.card-head > div {
  display: inline-block;
}

/* line 109, app/assets/stylesheets/tabletview.scss */
.card-head .tools {
  padding-right: 16px;
  float: right;
}

/* line 114, app/assets/stylesheets/tabletview.scss */
.card-head .tools form {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 24px;
  line-height: normal;
  vertical-align: middle;
}

/* line 122, app/assets/stylesheets/tabletview.scss */
.card-head .tools .btn-floating-action {
  margin-left: 8px;
}

/* line 126, app/assets/stylesheets/tabletview.scss */
.card-head .tools > .btn-group {
  margin-right: 4px;
}

/* line 130, app/assets/stylesheets/tabletview.scss */
.card-head .tools > .btn-group-xs {
  margin-right: 10px;
}

/* line 134, app/assets/stylesheets/tabletview.scss */
.card-head .tools > .btn-group-sm {
  margin-right: 4px;
}

/* line 138, app/assets/stylesheets/tabletview.scss */
.card-head .tools > .btn-group-lg {
  margin-right: 0;
}

/* line 142, app/assets/stylesheets/tabletview.scss */
.card-head .tools.pull-left > .btn-group {
  margin-left: 4px;
}

/* line 146, app/assets/stylesheets/tabletview.scss */
.card-head .tools.pull-left > .btn-group-xs {
  margin-left: 10px;
}

/* line 150, app/assets/stylesheets/tabletview.scss */
.card-head .tools.pull-left > .btn-group-sm {
  margin-left: 4px;
}

/* line 154, app/assets/stylesheets/tabletview.scss */
.card-head .tools.pull-left > .btn-group-lg {
  margin-left: 0;
}

/* line 158, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-xs {
  line-height: 32px;
  min-height: 36px;
}

/* line 163, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-xs header {
  font-size: 15px;
  padding: 8px 24px;
}

/* line 168, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-sm {
  line-height: 44px;
  min-height: 48px;
}

/* line 173, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-sm header {
  font-size: 15px;
}

/* line 177, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-lg {
  line-height: 76px;
  min-height: 80px;
}

/* line 182, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-lg header {
  font-size: 24px;
}

/* line 186, app/assets/stylesheets/tabletview.scss */
.card-body {
  padding: 24px;
  position: relative;
}

/* line 191, app/assets/stylesheets/tabletview.scss */
.card-body:before,
.card-body:after {
  content: " ";
  display: table;
}

/* line 197, app/assets/stylesheets/tabletview.scss */
.card-body:after {
  clear: both;
}

/* line 201, app/assets/stylesheets/tabletview.scss */
.card-body:before,
.card-body:after {
  content: " ";
  display: table;
}

/* line 207, app/assets/stylesheets/tabletview.scss */
.card-body:after {
  clear: both;
}

/* line 211, app/assets/stylesheets/tabletview.scss */
.card-body:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 215, app/assets/stylesheets/tabletview.scss */
.card-body.table-responsive {
  margin: 0;
}

/* line 219, app/assets/stylesheets/tabletview.scss */
.card-actionbar {
  padding-bottom: 8px;
  position: relative;
}

/* line 224, app/assets/stylesheets/tabletview.scss */
.card-actionbar:before,
.card-actionbar:after {
  content: " ";
  display: table;
}

/* line 230, app/assets/stylesheets/tabletview.scss */
.card-actionbar:after {
  clear: both;
}

/* line 234, app/assets/stylesheets/tabletview.scss */
.card-actionbar:before,
.card-actionbar:after {
  content: " ";
  display: table;
}

/* line 240, app/assets/stylesheets/tabletview.scss */
.card-actionbar:after {
  clear: both;
}

/* line 244, app/assets/stylesheets/tabletview.scss */
.card-actionbar:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 248, app/assets/stylesheets/tabletview.scss */
.card-actionbar-row {
  padding: 6px 16px;
  text-align: right;
}

/* line 253, app/assets/stylesheets/tabletview.scss */
.card-tiles > .row,
.card-type-blog-masonry > .row {
  margin: 0;
}

/* line 258, app/assets/stylesheets/tabletview.scss */
.card-tiles > .row > [class^="col-"],
.card-type-blog-masonry > .row > [class^="col-"] {
  padding: 0;
}

/* line 263, app/assets/stylesheets/tabletview.scss */
.card-underline .card-head {
  border-bottom: 1px solid rgba(150, 153, 156, 0.4);
}

/* line 267, app/assets/stylesheets/tabletview.scss */
.card-underline .card-foot {
  border-top: 1px solid rgba(150, 153, 156, 0.4);
}

/* line 271, app/assets/stylesheets/tabletview.scss */
.card-bordered,
.card-outlined {
  border: 2px solid #96999c;
}

/* fullscreenblack custom styles */
/* smsview */
/* line 279, app/assets/stylesheets/tabletview.scss */
.smsview > div > div > div.card-head > header > img,
#content > div > div > div > div.card-head > header > img {
  width: 45px !important;
  margin-right: 15px !important;
}

/* line 285, app/assets/stylesheets/tabletview.scss */
.smsview > div > div > div.card-head > header > i {
  float: left;
  margin-right: 10px !important;
  margin-top: -2px !important;
}

/* line 291, app/assets/stylesheets/tabletview.scss */
#nachrichtDetail {
  display: none;
}

/* default verstecken*/
/* line 296, app/assets/stylesheets/tabletview.scss */
div#fullscreenblack {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 304, app/assets/stylesheets/tabletview.scss */
#fullscreenblack .card {
  box-shadow: 0px 0px 25px black;
}

/* line 308, app/assets/stylesheets/tabletview.scss */
#fullscreenblack .col-md-3 {
  width: 50%;
  position: absolute;
  top: 41%;
  left: 25%;
}

/* line 315, app/assets/stylesheets/tabletview.scss */
.smsview .tab-content header {
  position: absolute !important;
  left: -14px !important;
  top: 5px !important;
}

/* line 321, app/assets/stylesheets/tabletview.scss */
.smsview .card-body.style-default-bright {
  min-height: 134px;
}

/* line 325, app/assets/stylesheets/tabletview.scss */
.smsview .read-state {
  filter: blur(3px) !important;
}

/* line 329, app/assets/stylesheets/tabletview.scss */
.tabletview .read-state {
  opacity: 0.50;
}

/* custom design styling */
/* line 335, app/assets/stylesheets/tabletview.scss */
img.card-img-left {
  width: 45px !important;
  margin-right: 15px !important;
}

/* line 340, app/assets/stylesheets/tabletview.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.84615385;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: none;
  opacity: 0.55;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 351, app/assets/stylesheets/tabletview.scss */
.nav-tabs > li > a:hover {
  border-color: #e5e6e6 #e5e6e6 #dddddd;
}

/* line 355, app/assets/stylesheets/tabletview.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #2196f3;
  color: #2196f3;
  background-color: transparent;
  cursor: default;
  opacity: 1;
}

/* line 366, app/assets/stylesheets/tabletview.scss */
.card-head.nav-tabs,
.card-head > .nav-tabs {
  padding: 0 24px;
}

/* line 371, app/assets/stylesheets/tabletview.scss */
.card-head.nav-tabs > li > a,
.card-head > .nav-tabs > li > a {
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 378, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-xs.nav-tabs > li > a,
.card-head.card-head-xs > .nav-tabs > li > a {
  line-height: 34px;
}

/* line 383, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-sm.nav-tabs > li > a,
.card-head.card-head-sm > .nav-tabs > li > a {
  line-height: 46px;
}

/* line 388, app/assets/stylesheets/tabletview.scss */
.card-head.card-head-lg.nav-tabs > li > a,
.card-head.card-head-lg > .nav-tabs > li > a {
  line-height: 78px;
}

/* line 393, app/assets/stylesheets/tabletview.scss */
.nav-tabs.nav-justified {
  padding: 0;
}

/* line 397, app/assets/stylesheets/tabletview.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
  border-bottom: 2px solid #2196f3;
}

/* line 404, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-center > li {
  float: none;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-center {
  text-align: center;
}

/* line 413, app/assets/stylesheets/tabletview.scss */
.tabs-text-contrast {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 417, app/assets/stylesheets/tabletview.scss */
.tabs-text-contrast > li > a:hover,
.tabs-text-contrast > li > a:focus {
  background-color: rgba(255, 255, 255, 0.35);
}

/* line 422, app/assets/stylesheets/tabletview.scss */
.tabs-text-contrast > li.active > a,
.tabs-text-contrast > li.active > a:hover,
.tabs-text-contrast > li.active > a:focus {
  color: inherit !important;
}

/* line 428, app/assets/stylesheets/tabletview.scss */
.card-underline .card-head .nav-tabs {
  border-bottom: none;
}

/* line 432, app/assets/stylesheets/tabletview.scss */
.nav-tabs a small {
  color: inherit;
  text-transform: initial;
}

/* line 437, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border: none;
}

/* line 443, app/assets/stylesheets/tabletview.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 448, app/assets/stylesheets/tabletview.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 453, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}

/* line 457, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
}

/* line 461, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs > li > a {
  border-bottom: none;
}

/* line 465, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}

/* line 471, app/assets/stylesheets/tabletview.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-bottom: none;
  line-height: 50px;
  border-top: 2px solid #2196f3;
}

/* line 479, app/assets/stylesheets/tabletview.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  overflow: auto;
}

/* line 484, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-left: 0;
  padding-right: 0;
}

/* line 490, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 495, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

/* line 501, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs {
  float: left;
}

/* line 505, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs > li > a {
  border-bottom: none;
  border-right: 2px solid transparent;
}

/* line 510, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: transparent;
  border-right-color: #dddddd;
}

/* line 516, app/assets/stylesheets/tabletview.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-bottom: none;
  border-right: 2px solid #2196f3;
}

/* line 523, app/assets/stylesheets/tabletview.scss */
.tabs-right > .nav-tabs {
  float: right;
  border-left: 1px solid #ddd;
}

/* line 528, app/assets/stylesheets/tabletview.scss */
.tabs-right > .nav-tabs > li > a {
  border-bottom: none;
  border-left: 2px solid transparent;
}

/* line 533, app/assets/stylesheets/tabletview.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: transparent;
  border-left-color: #dddddd;
}

/* line 539, app/assets/stylesheets/tabletview.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-bottom: none;
  border-left: 2px solid #2196f3;
}

/* line 546, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-default-dark > li.active > a,
.nav-tabs.tabs-default-dark > li.active > a:hover,
.nav-tabs.tabs-default-dark > li.active > a:focus {
  border-color: #20252b;
  color: #20252b;
}

/* line 553, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-default > li.active > a,
.nav-tabs.tabs-default > li.active > a:hover,
.nav-tabs.tabs-default > li.active > a:focus {
  border-color: #e5e6e6;
  color: #e5e6e6;
}

/* line 560, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-default-light > li.active > a,
.nav-tabs.tabs-default-light > li.active > a:hover,
.nav-tabs.tabs-default-light > li.active > a:focus {
  border-color: #f2f2f3;
  color: #f2f2f3;
}

/* line 567, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-default-bright > li.active > a,
.nav-tabs.tabs-default-bright > li.active > a:hover,
.nav-tabs.tabs-default-bright > li.active > a:focus {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 574, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-primary-dark > li.active > a,
.nav-tabs.tabs-primary-dark > li.active > a:hover,
.nav-tabs.tabs-primary-dark > li.active > a:focus {
  border-color: #0070d6;
  color: #0070d6;
}

/* line 581, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-primary > li.active > a,
.nav-tabs.tabs-primary > li.active > a:hover,
.nav-tabs.tabs-primary > li.active > a:focus {
  border-color: #2196f3;
  color: #2196f3;
}

/* line 588, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-primary-light > li.active > a,
.nav-tabs.tabs-primary-light > li.active > a:hover,
.nav-tabs.tabs-primary-light > li.active > a:focus {
  border-color: #90caf9;
  color: #90caf9;
}

/* line 595, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-primary-bright > li.active > a,
.nav-tabs.tabs-primary-bright > li.active > a:hover,
.nav-tabs.tabs-primary-bright > li.active > a:focus {
  border-color: #d4eafd;
  color: #d4eafd;
}

/* line 602, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-accent-dark > li.active > a,
.nav-tabs.tabs-accent-dark > li.active > a:hover,
.nav-tabs.tabs-accent-dark > li.active > a:focus {
  border-color: #48288b;
  color: #48288b;
}

/* line 609, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-accent > li.active > a,
.nav-tabs.tabs-accent > li.active > a:hover,
.nav-tabs.tabs-accent > li.active > a:focus {
  border-color: #673ab7;
  color: #673ab7;
}

/* line 616, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-accent-light > li.active > a,
.nav-tabs.tabs-accent-light > li.active > a:hover,
.nav-tabs.tabs-accent-light > li.active > a:focus {
  border-color: #9b7ad3;
  color: #9b7ad3;
}

/* line 623, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-accent-bright > li.active > a,
.nav-tabs.tabs-accent-bright > li.active > a:hover,
.nav-tabs.tabs-accent-bright > li.active > a:focus {
  border-color: #d6c8ee;
  color: #d6c8ee;
}

/* line 630, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-success > li.active > a,
.nav-tabs.tabs-success > li.active > a:hover,
.nav-tabs.tabs-success > li.active > a:focus {
  border-color: #4caf50;
  color: #4caf50;
}

/* line 637, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-warning > li.active > a,
.nav-tabs.tabs-warning > li.active > a:hover,
.nav-tabs.tabs-warning > li.active > a:focus {
  border-color: #ff9800;
  color: #ff9800;
}

/* line 644, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-danger > li.active > a,
.nav-tabs.tabs-danger > li.active > a:hover,
.nav-tabs.tabs-danger > li.active > a:focus {
  border-color: #f44336;
  color: #f44336;
}

/* line 651, app/assets/stylesheets/tabletview.scss */
.nav-tabs.tabs-info > li.active > a,
.nav-tabs.tabs-info > li.active > a:hover,
.nav-tabs.tabs-info > li.active > a:focus {
  border-color: #2196f3;
  color: #2196f3;
}

/* style-info etc */
/* line 659, app/assets/stylesheets/tabletview.scss */
section .style-default-dark,
.offcanvas-pane .style-default-dark,
.card .style-default-dark,
section.style-default-dark,
.offcanvas-pane.style-default-dark,
.card.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #ffffff;
}

/* line 670, app/assets/stylesheets/tabletview.scss */
section .style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-default-dark .btn-icon-toggle:hover,
.card .style-default-dark .btn-icon-toggle:hover,
section.style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-default-dark .btn-icon-toggle:hover,
.card.style-default-dark .btn-icon-toggle:hover,
section .style-default-dark .btn-flat:hover,
.offcanvas-pane .style-default-dark .btn-flat:hover,
.card .style-default-dark .btn-flat:hover,
section.style-default-dark .btn-flat:hover,
.offcanvas-pane.style-default-dark .btn-flat:hover,
.card.style-default-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 685, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-default-dark,
.card-body-darken.style-default-dark {
  background-color: #1c2025;
  border-color: #1c2025;
  color: #ffffff;
}

/* line 692, app/assets/stylesheets/tabletview.scss */
.badge.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #ffffff;
}

/* line 698, app/assets/stylesheets/tabletview.scss */
section .style-default,
.offcanvas-pane .style-default,
.card .style-default,
section.style-default,
.offcanvas-pane.style-default,
.card.style-default {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  color: #313335;
}

/* line 709, app/assets/stylesheets/tabletview.scss */
section .style-default .btn-icon-toggle:hover,
.offcanvas-pane .style-default .btn-icon-toggle:hover,
.card .style-default .btn-icon-toggle:hover,
section.style-default .btn-icon-toggle:hover,
.offcanvas-pane.style-default .btn-icon-toggle:hover,
.card.style-default .btn-icon-toggle:hover,
section .style-default .btn-flat:hover,
.offcanvas-pane .style-default .btn-flat:hover,
.card .style-default .btn-flat:hover,
section.style-default .btn-flat:hover,
.offcanvas-pane.style-default .btn-flat:hover,
.card.style-default .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}

/* line 724, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-default,
.card-body-darken.style-default {
  background-color: #dfe0e1;
  border-color: #dfe0e1;
  color: #313335;
}

/* line 731, app/assets/stylesheets/tabletview.scss */
.badge.style-default {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  color: #313335;
}

/* line 737, app/assets/stylesheets/tabletview.scss */
section .style-default-light,
.offcanvas-pane .style-default-light,
.card .style-default-light,
section.style-default-light,
.offcanvas-pane.style-default-light,
.card.style-default-light {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  color: #313335;
}

/* line 748, app/assets/stylesheets/tabletview.scss */
section .style-default-light .btn-icon-toggle:hover,
.offcanvas-pane .style-default-light .btn-icon-toggle:hover,
.card .style-default-light .btn-icon-toggle:hover,
section.style-default-light .btn-icon-toggle:hover,
.offcanvas-pane.style-default-light .btn-icon-toggle:hover,
.card.style-default-light .btn-icon-toggle:hover,
section .style-default-light .btn-flat:hover,
.offcanvas-pane .style-default-light .btn-flat:hover,
.card .style-default-light .btn-flat:hover,
section.style-default-light .btn-flat:hover,
.offcanvas-pane.style-default-light .btn-flat:hover,
.card.style-default-light .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}

/* line 763, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-default-light,
.card-body-darken.style-default-light {
  background-color: #ededee;
  border-color: #ededee;
  color: #313335;
}

/* line 770, app/assets/stylesheets/tabletview.scss */
.badge.style-default-light {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  color: #313335;
}

/* line 776, app/assets/stylesheets/tabletview.scss */
section .style-default-bright,
.offcanvas-pane .style-default-bright,
.card .style-default-bright,
section.style-default-bright,
.offcanvas-pane.style-default-bright,
.card.style-default-bright {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #313335;
}

/* line 787, app/assets/stylesheets/tabletview.scss */
section .style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-default-bright .btn-icon-toggle:hover,
.card .style-default-bright .btn-icon-toggle:hover,
section.style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-default-bright .btn-icon-toggle:hover,
.card.style-default-bright .btn-icon-toggle:hover,
section .style-default-bright .btn-flat:hover,
.offcanvas-pane .style-default-bright .btn-flat:hover,
.card .style-default-bright .btn-flat:hover,
section.style-default-bright .btn-flat:hover,
.offcanvas-pane.style-default-bright .btn-flat:hover,
.card.style-default-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}

/* line 802, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-default-bright,
.card-body-darken.style-default-bright {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #313335;
}

/* line 809, app/assets/stylesheets/tabletview.scss */
.badge.style-default-bright {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #313335;
}

/* line 815, app/assets/stylesheets/tabletview.scss */
section .style-gray-dark,
.offcanvas-pane .style-gray-dark,
.card .style-gray-dark,
section.style-gray-dark,
.offcanvas-pane.style-gray-dark,
.card.style-gray-dark {
  background-color: #313335;
  border-color: #313335;
  color: #ffffff;
}

/* line 826, app/assets/stylesheets/tabletview.scss */
section .style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-dark .btn-icon-toggle:hover,
.card .style-gray-dark .btn-icon-toggle:hover,
section.style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-dark .btn-icon-toggle:hover,
.card.style-gray-dark .btn-icon-toggle:hover,
section .style-gray-dark .btn-flat:hover,
.offcanvas-pane .style-gray-dark .btn-flat:hover,
.card .style-gray-dark .btn-flat:hover,
section.style-gray-dark .btn-flat:hover,
.offcanvas-pane.style-gray-dark .btn-flat:hover,
.card.style-gray-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 841, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-gray-dark,
.card-body-darken.style-gray-dark {
  background-color: #2d2e2f;
  border-color: #2d2e2f;
  color: #ffffff;
}

/* line 848, app/assets/stylesheets/tabletview.scss */
.badge.style-gray-dark {
  background-color: #313335;
  border-color: #313335;
  color: #ffffff;
}

/* line 854, app/assets/stylesheets/tabletview.scss */
section .style-gray,
.offcanvas-pane .style-gray,
.card .style-gray,
section.style-gray,
.offcanvas-pane.style-gray,
.card.style-gray {
  background-color: #535658;
  border-color: #535658;
  color: #ffffff;
}

/* line 865, app/assets/stylesheets/tabletview.scss */
section .style-gray .btn-icon-toggle:hover,
.offcanvas-pane .style-gray .btn-icon-toggle:hover,
.card .style-gray .btn-icon-toggle:hover,
section.style-gray .btn-icon-toggle:hover,
.offcanvas-pane.style-gray .btn-icon-toggle:hover,
.card.style-gray .btn-icon-toggle:hover,
section .style-gray .btn-flat:hover,
.offcanvas-pane .style-gray .btn-flat:hover,
.card .style-gray .btn-flat:hover,
section.style-gray .btn-flat:hover,
.offcanvas-pane.style-gray .btn-flat:hover,
.card.style-gray .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 880, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-gray,
.card-body-darken.style-gray {
  background-color: #4e5153;
  border-color: #4e5153;
  color: #ffffff;
}

/* line 887, app/assets/stylesheets/tabletview.scss */
.badge.style-gray {
  background-color: #535658;
  border-color: #535658;
  color: #ffffff;
}

/* line 893, app/assets/stylesheets/tabletview.scss */
section .style-gray-light,
.offcanvas-pane .style-gray-light,
.card .style-gray-light,
section.style-gray-light,
.offcanvas-pane.style-gray-light,
.card.style-gray-light {
  background-color: #96999c;
  border-color: #96999c;
  color: #ffffff;
}

/* line 904, app/assets/stylesheets/tabletview.scss */
section .style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-light .btn-icon-toggle:hover,
.card .style-gray-light .btn-icon-toggle:hover,
section.style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-light .btn-icon-toggle:hover,
.card.style-gray-light .btn-icon-toggle:hover,
section .style-gray-light .btn-flat:hover,
.offcanvas-pane .style-gray-light .btn-flat:hover,
.card .style-gray-light .btn-flat:hover,
section.style-gray-light .btn-flat:hover,
.offcanvas-pane.style-gray-light .btn-flat:hover,
.card.style-gray-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 919, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-gray-light,
.card-body-darken.style-gray-light {
  background-color: #919497;
  border-color: #919497;
  color: #ffffff;
}

/* line 926, app/assets/stylesheets/tabletview.scss */
.badge.style-gray-light {
  background-color: #96999c;
  border-color: #96999c;
  color: #ffffff;
}

/* line 932, app/assets/stylesheets/tabletview.scss */
section .style-gray-bright,
.offcanvas-pane .style-gray-bright,
.card .style-gray-bright,
section.style-gray-bright,
.offcanvas-pane.style-gray-bright,
.card.style-gray-bright {
  background-color: #bdbfc1;
  border-color: #bdbfc1;
  color: #ffffff;
}

/* line 943, app/assets/stylesheets/tabletview.scss */
section .style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-bright .btn-icon-toggle:hover,
.card .style-gray-bright .btn-icon-toggle:hover,
section.style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-bright .btn-icon-toggle:hover,
.card.style-gray-bright .btn-icon-toggle:hover,
section .style-gray-bright .btn-flat:hover,
.offcanvas-pane .style-gray-bright .btn-flat:hover,
.card .style-gray-bright .btn-flat:hover,
section.style-gray-bright .btn-flat:hover,
.offcanvas-pane.style-gray-bright .btn-flat:hover,
.card.style-gray-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 958, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-gray-bright,
.card-body-darken.style-gray-bright {
  background-color: #b8babc;
  border-color: #b8babc;
  color: #ffffff;
}

/* line 965, app/assets/stylesheets/tabletview.scss */
.badge.style-gray-bright {
  background-color: #bdbfc1;
  border-color: #bdbfc1;
  color: #ffffff;
}

/* line 971, app/assets/stylesheets/tabletview.scss */
section .style-primary,
.offcanvas-pane .style-primary,
.card .style-primary,
section.style-primary,
.offcanvas-pane.style-primary,
.card.style-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}

/* line 982, app/assets/stylesheets/tabletview.scss */
section .style-primary .btn-icon-toggle:hover,
.offcanvas-pane .style-primary .btn-icon-toggle:hover,
.card .style-primary .btn-icon-toggle:hover,
section.style-primary .btn-icon-toggle:hover,
.offcanvas-pane.style-primary .btn-icon-toggle:hover,
.card.style-primary .btn-icon-toggle:hover,
section .style-primary .btn-flat:hover,
.offcanvas-pane .style-primary .btn-flat:hover,
.card .style-primary .btn-flat:hover,
section.style-primary .btn-flat:hover,
.offcanvas-pane.style-primary .btn-flat:hover,
.card.style-primary .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 997, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-primary,
.card-body-darken.style-primary {
  background-color: #1791f2;
  border-color: #1791f2;
  color: #ffffff;
}

/* line 1004, app/assets/stylesheets/tabletview.scss */
.badge.style-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}

/* line 1010, app/assets/stylesheets/tabletview.scss */
section .style-primary-light,
.offcanvas-pane .style-primary-light,
.card .style-primary-light,
section.style-primary-light,
.offcanvas-pane.style-primary-light,
.card.style-primary-light {
  background-color: #90caf9;
  border-color: #90caf9;
  color: #ffffff;
}

/* line 1021, app/assets/stylesheets/tabletview.scss */
section .style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-light .btn-icon-toggle:hover,
.card .style-primary-light .btn-icon-toggle:hover,
section.style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-light .btn-icon-toggle:hover,
.card.style-primary-light .btn-icon-toggle:hover,
section .style-primary-light .btn-flat:hover,
.offcanvas-pane .style-primary-light .btn-flat:hover,
.card .style-primary-light .btn-flat:hover,
section.style-primary-light .btn-flat:hover,
.offcanvas-pane.style-primary-light .btn-flat:hover,
.card.style-primary-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1036, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-primary-light,
.card-body-darken.style-primary-light {
  background-color: #87c5f8;
  border-color: #87c5f8;
  color: #ffffff;
}

/* line 1043, app/assets/stylesheets/tabletview.scss */
.badge.style-primary-light {
  background-color: #90caf9;
  border-color: #90caf9;
  color: #ffffff;
}

/* line 1049, app/assets/stylesheets/tabletview.scss */
section .style-primary-dark,
.offcanvas-pane .style-primary-dark,
.card .style-primary-dark,
section.style-primary-dark,
.offcanvas-pane.style-primary-dark,
.card.style-primary-dark {
  background-color: #0070d6;
  border-color: #0070d6;
  color: #ffffff;
}

/* line 1060, app/assets/stylesheets/tabletview.scss */
section .style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-dark .btn-icon-toggle:hover,
.card .style-primary-dark .btn-icon-toggle:hover,
section.style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-dark .btn-icon-toggle:hover,
.card.style-primary-dark .btn-icon-toggle:hover,
section .style-primary-dark .btn-flat:hover,
.offcanvas-pane .style-primary-dark .btn-flat:hover,
.card .style-primary-dark .btn-flat:hover,
section.style-primary-dark .btn-flat:hover,
.offcanvas-pane.style-primary-dark .btn-flat:hover,
.card.style-primary-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1075, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-primary-dark,
.card-body-darken.style-primary-dark {
  background-color: #006acc;
  border-color: #006acc;
  color: #ffffff;
}

/* line 1082, app/assets/stylesheets/tabletview.scss */
.badge.style-primary-dark {
  background-color: #0070d6;
  border-color: #0070d6;
  color: #ffffff;
}

/* line 1088, app/assets/stylesheets/tabletview.scss */
section .style-primary-bright,
.offcanvas-pane .style-primary-bright,
.card .style-primary-bright,
section.style-primary-bright,
.offcanvas-pane.style-primary-bright,
.card.style-primary-bright {
  background-color: #d4eafd;
  border-color: #d4eafd;
  color: #313335;
}

/* line 1099, app/assets/stylesheets/tabletview.scss */
section .style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-bright .btn-icon-toggle:hover,
.card .style-primary-bright .btn-icon-toggle:hover,
section.style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-bright .btn-icon-toggle:hover,
.card.style-primary-bright .btn-icon-toggle:hover,
section .style-primary-bright .btn-flat:hover,
.offcanvas-pane .style-primary-bright .btn-flat:hover,
.card .style-primary-bright .btn-flat:hover,
section.style-primary-bright .btn-flat:hover,
.offcanvas-pane.style-primary-bright .btn-flat:hover,
.card.style-primary-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}

/* line 1114, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-primary-bright,
.card-body-darken.style-primary-bright {
  background-color: #cbe6fc;
  border-color: #cbe6fc;
  color: #313335;
}

/* line 1121, app/assets/stylesheets/tabletview.scss */
.badge.style-primary-bright {
  background-color: #d4eafd;
  border-color: #d4eafd;
  color: #313335;
}

/* line 1127, app/assets/stylesheets/tabletview.scss */
section .style-accent,
.offcanvas-pane .style-accent,
.card .style-accent,
section.style-accent,
.offcanvas-pane.style-accent,
.card.style-accent {
  background-color: #673ab7;
  border-color: #673ab7;
  color: #ffffff;
}

/* line 1138, app/assets/stylesheets/tabletview.scss */
section .style-accent .btn-icon-toggle:hover,
.offcanvas-pane .style-accent .btn-icon-toggle:hover,
.card .style-accent .btn-icon-toggle:hover,
section.style-accent .btn-icon-toggle:hover,
.offcanvas-pane.style-accent .btn-icon-toggle:hover,
.card.style-accent .btn-icon-toggle:hover,
section .style-accent .btn-flat:hover,
.offcanvas-pane .style-accent .btn-flat:hover,
.card .style-accent .btn-flat:hover,
section.style-accent .btn-flat:hover,
.offcanvas-pane.style-accent .btn-flat:hover,
.card.style-accent .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1153, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-accent,
.card-body-darken.style-accent {
  background-color: #6338af;
  border-color: #6338af;
  color: #ffffff;
}

/* line 1160, app/assets/stylesheets/tabletview.scss */
.badge.style-accent {
  background-color: #673ab7;
  border-color: #673ab7;
  color: #ffffff;
}

/* line 1166, app/assets/stylesheets/tabletview.scss */
section .style-accent-light,
.offcanvas-pane .style-accent-light,
.card .style-accent-light,
section.style-accent-light,
.offcanvas-pane.style-accent-light,
.card.style-accent-light {
  background-color: #9b7ad3;
  border-color: #9b7ad3;
  color: #ffffff;
}

/* line 1177, app/assets/stylesheets/tabletview.scss */
section .style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-light .btn-icon-toggle:hover,
.card .style-accent-light .btn-icon-toggle:hover,
section.style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-light .btn-icon-toggle:hover,
.card.style-accent-light .btn-icon-toggle:hover,
section .style-accent-light .btn-flat:hover,
.offcanvas-pane .style-accent-light .btn-flat:hover,
.card .style-accent-light .btn-flat:hover,
section.style-accent-light .btn-flat:hover,
.offcanvas-pane.style-accent-light .btn-flat:hover,
.card.style-accent-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1192, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-accent-light,
.card-body-darken.style-accent-light {
  background-color: #9573d0;
  border-color: #9573d0;
  color: #ffffff;
}

/* line 1199, app/assets/stylesheets/tabletview.scss */
.badge.style-accent-light {
  background-color: #9b7ad3;
  border-color: #9b7ad3;
  color: #ffffff;
}

/* line 1205, app/assets/stylesheets/tabletview.scss */
section .style-accent-dark,
.offcanvas-pane .style-accent-dark,
.card .style-accent-dark,
section.style-accent-dark,
.offcanvas-pane.style-accent-dark,
.card.style-accent-dark {
  background-color: #48288b;
  border-color: #48288b;
  color: #ffffff;
}

/* line 1216, app/assets/stylesheets/tabletview.scss */
section .style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-dark .btn-icon-toggle:hover,
.card .style-accent-dark .btn-icon-toggle:hover,
section.style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-dark .btn-icon-toggle:hover,
.card.style-accent-dark .btn-icon-toggle:hover,
section .style-accent-dark .btn-flat:hover,
.offcanvas-pane .style-accent-dark .btn-flat:hover,
.card .style-accent-dark .btn-flat:hover,
section.style-accent-dark .btn-flat:hover,
.offcanvas-pane.style-accent-dark .btn-flat:hover,
.card.style-accent-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1231, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-accent-dark,
.card-body-darken.style-accent-dark {
  background-color: #442683;
  border-color: #442683;
  color: #ffffff;
}

/* line 1238, app/assets/stylesheets/tabletview.scss */
.badge.style-accent-dark {
  background-color: #48288b;
  border-color: #48288b;
  color: #ffffff;
}

/* line 1244, app/assets/stylesheets/tabletview.scss */
section .style-accent-bright,
.offcanvas-pane .style-accent-bright,
.card .style-accent-bright,
section.style-accent-bright,
.offcanvas-pane.style-accent-bright,
.card.style-accent-bright {
  background-color: #d6c8ee;
  border-color: #d6c8ee;
  color: #ffffff;
}

/* line 1255, app/assets/stylesheets/tabletview.scss */
section .style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-bright .btn-icon-toggle:hover,
.card .style-accent-bright .btn-icon-toggle:hover,
section.style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-bright .btn-icon-toggle:hover,
.card.style-accent-bright .btn-icon-toggle:hover,
section .style-accent-bright .btn-flat:hover,
.offcanvas-pane .style-accent-bright .btn-flat:hover,
.card .style-accent-bright .btn-flat:hover,
section.style-accent-bright .btn-flat:hover,
.offcanvas-pane.style-accent-bright .btn-flat:hover,
.card.style-accent-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1270, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-accent-bright,
.card-body-darken.style-accent-bright {
  background-color: #d0c0ec;
  border-color: #d0c0ec;
  color: #ffffff;
}

/* line 1277, app/assets/stylesheets/tabletview.scss */
.badge.style-accent-bright {
  background-color: #d6c8ee;
  border-color: #d6c8ee;
  color: #ffffff;
}

/* line 1283, app/assets/stylesheets/tabletview.scss */
section .style-success,
.offcanvas-pane .style-success,
.card .style-success,
section.style-success,
.offcanvas-pane.style-success,
.card.style-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}

/* line 1294, app/assets/stylesheets/tabletview.scss */
section .style-success .btn-icon-toggle:hover,
.offcanvas-pane .style-success .btn-icon-toggle:hover,
.card .style-success .btn-icon-toggle:hover,
section.style-success .btn-icon-toggle:hover,
.offcanvas-pane.style-success .btn-icon-toggle:hover,
.card.style-success .btn-icon-toggle:hover,
section .style-success .btn-flat:hover,
.offcanvas-pane .style-success .btn-flat:hover,
.card .style-success .btn-flat:hover,
section.style-success .btn-flat:hover,
.offcanvas-pane.style-success .btn-flat:hover,
.card.style-success .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1309, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-success,
.card-body-darken.style-success {
  background-color: #49a84d;
  border-color: #49a84d;
  color: #ffffff;
}

/* line 1316, app/assets/stylesheets/tabletview.scss */
.badge.style-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}

/* line 1322, app/assets/stylesheets/tabletview.scss */
section .style-warning,
.offcanvas-pane .style-warning,
.card .style-warning,
section.style-warning,
.offcanvas-pane.style-warning,
.card.style-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}

/* line 1333, app/assets/stylesheets/tabletview.scss */
section .style-warning .btn-icon-toggle:hover,
.offcanvas-pane .style-warning .btn-icon-toggle:hover,
.card .style-warning .btn-icon-toggle:hover,
section.style-warning .btn-icon-toggle:hover,
.offcanvas-pane.style-warning .btn-icon-toggle:hover,
.card.style-warning .btn-icon-toggle:hover,
section .style-warning .btn-flat:hover,
.offcanvas-pane .style-warning .btn-flat:hover,
.card .style-warning .btn-flat:hover,
section.style-warning .btn-flat:hover,
.offcanvas-pane.style-warning .btn-flat:hover,
.card.style-warning .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1348, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-warning,
.card-body-darken.style-warning {
  background-color: #f59200;
  border-color: #f59200;
  color: #ffffff;
}

/* line 1355, app/assets/stylesheets/tabletview.scss */
.badge.style-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}

/* line 1361, app/assets/stylesheets/tabletview.scss */
section .style-danger,
.offcanvas-pane .style-danger,
.card .style-danger,
section.style-danger,
.offcanvas-pane.style-danger,
.card.style-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}

/* line 1372, app/assets/stylesheets/tabletview.scss */
section .style-danger .btn-icon-toggle:hover,
.offcanvas-pane .style-danger .btn-icon-toggle:hover,
.card .style-danger .btn-icon-toggle:hover,
section.style-danger .btn-icon-toggle:hover,
.offcanvas-pane.style-danger .btn-icon-toggle:hover,
.card.style-danger .btn-icon-toggle:hover,
section .style-danger .btn-flat:hover,
.offcanvas-pane .style-danger .btn-flat:hover,
.card .style-danger .btn-flat:hover,
section.style-danger .btn-flat:hover,
.offcanvas-pane.style-danger .btn-flat:hover,
.card.style-danger .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1387, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-danger,
.card-body-darken.style-danger {
  background-color: #f33a2c;
  border-color: #f33a2c;
  color: #ffffff;
}

/* line 1394, app/assets/stylesheets/tabletview.scss */
.badge.style-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}

/* line 1400, app/assets/stylesheets/tabletview.scss */
section .style-info,
.offcanvas-pane .style-info,
.card .style-info,
section.style-info,
.offcanvas-pane.style-info,
.card.style-info {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}

/* line 1411, app/assets/stylesheets/tabletview.scss */
section .style-info .btn-icon-toggle:hover,
.offcanvas-pane .style-info .btn-icon-toggle:hover,
.card .style-info .btn-icon-toggle:hover,
section.style-info .btn-icon-toggle:hover,
.offcanvas-pane.style-info .btn-icon-toggle:hover,
.card.style-info .btn-icon-toggle:hover,
section .style-info .btn-flat:hover,
.offcanvas-pane .style-info .btn-flat:hover,
.card .style-info .btn-flat:hover,
section.style-info .btn-flat:hover,
.offcanvas-pane.style-info .btn-flat:hover,
.card.style-info .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1426, app/assets/stylesheets/tabletview.scss */
.card-body-darken .style-info,
.card-body-darken.style-info {
  background-color: #1791f2;
  border-color: #1791f2;
  color: #ffffff;
}

/* line 1433, app/assets/stylesheets/tabletview.scss */
.badge.style-info {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}

/* custom modal view */
/* line 1442, app/assets/stylesheets/tabletview.scss */
#fullscreenblack .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5%; */
}

/* VHO */
/* line 1451, app/assets/stylesheets/tabletview.scss */
.ipadview {
  /* .card.tabletview-unread-state {
    border-left: 5px solid #d2d2d2 !important;
    padding-left: 17px;
    border-radius: 0;
} */
  /* .card-head {
    position: fixed;
    width: 100%;
    z-index: 5000;
    padding-left: 35px;
    background:#FFFFFF;
} */
}

/* line 1452, app/assets/stylesheets/tabletview.scss */
.ipadview .tablet-top a {
  color: #FFFFFF;
  opacity: 1 !important;
}

/* line 1457, app/assets/stylesheets/tabletview.scss */
.ipadview .card-head.tablet-top {
  background-color: #1a2c4a;
}

/* line 1461, app/assets/stylesheets/tabletview.scss */
.ipadview .card-head.tablet-top > .nav-tabs {
  padding: 0 0px;
  margin: 0;
}

/* line 1466, app/assets/stylesheets/tabletview.scss */
.ipadview img.card-img-left {
  width: 120px !important;
  margin-right: 15px !important;
  margin-left: 15px;
  margin-top: 9px;
}

/* line 1473, app/assets/stylesheets/tabletview.scss */
.ipadview .card {
  margin-bottom: 15px;
}

/* line 1477, app/assets/stylesheets/tabletview.scss */
.ipadview .col-md-12.col-xs-12 {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}

/* line 1495, app/assets/stylesheets/tabletview.scss */
.ipadview .fa-comment.md-message {
  margin-right: 15px;
}

/* line 1499, app/assets/stylesheets/tabletview.scss */
.ipadview .card-body.tab-content {
  background: none !important;
}

/* line 1503, app/assets/stylesheets/tabletview.scss */
.ipadview #second2 .col-md-6.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 1508, app/assets/stylesheets/tabletview.scss */
.ipadview div#first2,
.ipadview div#second2 {
  padding-top: 20px;
}

/* line 1513, app/assets/stylesheets/tabletview.scss */
.ipadview #first2 .row {
  height: 84vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 1519, app/assets/stylesheets/tabletview.scss */
.ipadview .card-body p {
  font-size: 120% !important;
  margin-left: -20px;
  color: #28506f;
}

/* line 1525, app/assets/stylesheets/tabletview.scss */
.ipadview a.btn.btn-icon-toggle.btn-collapse {
  display: none;
}

/* line 1529, app/assets/stylesheets/tabletview.scss */
.ipadview .card .style-default-bright {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #313335;
  padding: 0px 20px;
}

/* line 1536, app/assets/stylesheets/tabletview.scss */
.ipadview .tab-pane .card-head {
  border: 0;
}

/* line 1540, app/assets/stylesheets/tabletview.scss */
.ipadview button.btn.ink-reaction.btn-flat.btn-success {
  border-radius: 2px !important;
  padding: 5px 20px !important;
  margin-top: -20px;
  background: none;
  border: none;
  border-left: 10px solid #30DB74 !important;
  color: #28506f;
}

/* line 1550, app/assets/stylesheets/tabletview.scss */
.ipadview button.btn.ink-reaction.btn-flat.btn-danger {
  border-radius: 2px !important;
  padding: 5px 20px !important;
  margin-top: -20px;
  background: none;
  border: none;
  border-left: 10px solid #FF0351 !important;
  color: #28506f;
}

/* line 1560, app/assets/stylesheets/tabletview.scss */
.ipadview button.btn.ink-reaction.btn-flat.btn-warning {
  border-radius: 2px !important;
  padding: 5px 20px !important;
  margin-top: -20px;
  background: none;
  border: none;
  border-left: 10px solid #F5C415 !important;
  color: #28506f;
}

/* line 1570, app/assets/stylesheets/tabletview.scss */
.ipadview button.btn.ink-reaction.btn-flat.btn-info {
  border-radius: 2px !important;
  padding: 5px 20px !important;
  margin-top: -20px;
  background: none;
  border: none;
  border-left: 10px solid #28506f !important;
  color: #28506f;
}

/* line 1580, app/assets/stylesheets/tabletview.scss */
.ipadview .col-md-12.col-xs-12 button {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 245px;
}

/* line 1587, app/assets/stylesheets/tabletview.scss */
.ipadview section .style-danger,
.ipadview .offcanvas-pane .style-danger,
.ipadview .card .style-danger,
.ipadview section.style-danger,
.ipadview .offcanvas-pane.style-danger,
.ipadview .card.style-danger {
  background-color: #ffffff;
  border-left-color: #FF0351;
  color: #ffffff;
  border-left: 16px Solid #FF0351 !important;
  border-bottom: 0;
}

/* line 1600, app/assets/stylesheets/tabletview.scss */
.ipadview section .style-success,
.ipadview .offcanvas-pane .style-success,
.ipadview .card .style-success,
.ipadview section.style-success,
.ipadview .offcanvas-pane.style-success,
.ipadview .card.style-success {
  background-color: #ffffff;
  border-left-color: #30DB74;
  color: #ffffff;
  border-left: 16px Solid #30DB74 !important;
  border-bottom: 0;
}

/* line 1613, app/assets/stylesheets/tabletview.scss */
.ipadview section .style-warning,
.ipadview .offcanvas-pane .style-warning,
.ipadview .card .style-warning,
.ipadview section.style-warning,
.ipadview .offcanvas-pane.style-warning,
.ipadview .card.style-warning {
  background-color: #ffffff;
  border-left-color: #F5C415;
  color: #ffffff;
  border-left: 16px Solid #F5C415 !important;
  border-bottom: 0;
}

/* line 1626, app/assets/stylesheets/tabletview.scss */
.ipadview section .style-info,
.ipadview .offcanvas-pane .style-info,
.ipadview .card .style-info,
.ipadview section.style-info,
.ipadview .offcanvas-pane.style-info,
.ipadview .card.style-info {
  background-color: #ffffff;
  border-left-color: #196DB3;
  color: #ffffff;
  border-left: 16px Solid #28506f !important;
  border-bottom: 0;
}

/* line 1640, app/assets/stylesheets/tabletview.scss */
.ipadview #second2 .header {
  color: #6b6a6a !important;
  margin-left: 13px !important;
  font-size: 150%;
  border-right: 1px solid #d2d2d2;
  padding-right: 24px;
}

/* line 1648, app/assets/stylesheets/tabletview.scss */
.ipadview #second2 .kategoryClass .card-body {
  font-size: 150%;
  margin-left: 130px;
  margin-top: -60px;
  color: #071f33;
}

/* line 1655, app/assets/stylesheets/tabletview.scss */
.ipadview #second2 .card.kategoryClass {
  border-bottom: 1px solid #d2d2d2 !important;
  padding-bottom: 15px;
  margin-bottom: 26px;
}

/* line 1661, app/assets/stylesheets/tabletview.scss */
.ipadview #second2 i.fa.fa-comment.md-message {
  margin-right: 5px;
  margin-left: 30px;
}

/* line 1667, app/assets/stylesheets/tabletview.scss */
.ipadview div#fullscreenblack {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}

/* line 1676, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack #katsms .col-md-12:nth-of-type(1) {
  padding-top: 60px;
}

/* line 1680, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack #katsms .card-head:first-of-type {
  position: fixed;
  width: 86%;
  z-index: 6000;
}

/* line 1686, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack #katsms .col-md-12 .card-head {
  position: relative;
  width: 100%;
  z-index: 5000;
}

/* line 1692, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack a.btn.btn-icon-toggle.btn-refresh {
  display: block;
  background: #FF0351;
  border-radius: 50%;
  margin-right: 25px;
}

/* line 1699, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .col-md-12 .card .tools {
  display: none;
}

/* line 1703, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .col-md-6 {
  flex: 0 0 80%;
  max-width: 80%;
  left: 0% !important;
}

/* line 1709, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack #katsms {
  left: 0% !important;
  top: 10% !important;
  width: 100%;
}

/* line 1715, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack button.btn.ink-reaction.btn-flat {
  width: 250px;
  position: absolute;
  /*right: 473px;*/
  left: -420px;
  top: 0;
}

/* line 1723, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack i.fa.fa-comment.md-message {
  margin-right: 5px;
  margin-left: 0;
}

/* line 1728, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .col-md-12 .card {
  border-bottom: 1px solid #d2d2d2 !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 1734, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .card-head header {
  display: inline-block;
  padding: 11px 0;
  vertical-align: middle;
  line-height: 17px;
  font-size: 15px;
}

/* line 1742, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .card-head {
  height: 50px;
}

/* line 1748, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .col-md-6 {
  flex: 0 0 80%;
  max-width: 100%;
  left: 0% !important;
  top: 5% !important;
  height: 85vh !important;
}

/* line 1756, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack div#katsms {
  height: 85vh !important;
  overflow: hidden;
}

/* line 1761, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack .card:nth-of-type(1) {
  height: 98%;
}

/* line 1765, app/assets/stylesheets/tabletview.scss */
#teaserarea {
  position: fixed;
  width: 100vw;
  height: 15vh;
  bottom: 0px;
  left: 0px;
  display: none;
  background: #28506f;
  box-shadow: 0px 0px 25px black;
}

/* line 1778, app/assets/stylesheets/tabletview.scss */
#teaserarea .col-md-12.col-xs-12 {
  padding-top: 20px !important;
  border: 0;
}

/* line 1783, app/assets/stylesheets/tabletview.scss */
#teaserarea p {
  margin-left: 2px;
  font-size: 140% !important;
}

/* line 1790, app/assets/stylesheets/tabletview.scss */
#teaserarea .header {
  padding-left: 25px;
  padding-top: 0px;
  line-height: 0;
}

/* line 1796, app/assets/stylesheets/tabletview.scss */
#teaserarea .card.tabletview-unread-state {
  height: 155px;
}

/* line 1800, app/assets/stylesheets/tabletview.scss */
#teaserarea button.btn.ink-reaction.btn-flat.btn-warning {
  margin-right: 15px;
  margin-top: -15px;
}

/* VHo */
/* line 1807, app/assets/stylesheets/tabletview.scss */
.card-body.style-default-bright.container {
  top: 50px;
  padding-top: 0;
  height: 60%;
  overflow: scroll;
}

/* line 1814, app/assets/stylesheets/tabletview.scss */
.ipadview #fullscreenblack #katsms .col-md-12:nth-of-type(1) {
  padding-top: 0px;
}

@media screen and (max-width: 660px) {
  /* line 1819, app/assets/stylesheets/tabletview.scss */
  .ipadview .card-head.tablet-top img {
    transform: scale(0.8);
  }
  /* line 1823, app/assets/stylesheets/tabletview.scss */
  .ipadview .card-head .header {
    width: 50%;
    padding-left: 0;
  }
  /* line 1828, app/assets/stylesheets/tabletview.scss */
  .ipadview .col-md-12.col-xs-12 button {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 165px;
  }
  /* line 1835, app/assets/stylesheets/tabletview.scss */
  .ipadview .col-md-12.col-xs-12 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px !important;
    padding-bottom: 0px !important;
  }
  /* line 1841, app/assets/stylesheets/tabletview.scss */
  #teaserarea {
    height: 230px;
  }
  /* line 1845, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack .card:nth-of-type(1) {
    height: 98%;
    overflow: hidden;
    border-radius: 15px;
  }
  /* line 1851, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack .container .card:nth-of-type(1) {
    border-radius: 0px;
  }
  /* line 1855, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack #katsms {
    width: 102%;
  }
  /* line 1859, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack #katsms .card-head:first-of-type {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  /* line 1864, app/assets/stylesheets/tabletview.scss */
  .container .col-md-12:last-of-type {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1873, app/assets/stylesheets/tabletview.scss */
  .card-head {
    width: 100% !important;
  }
  /* line 1877, app/assets/stylesheets/tabletview.scss */
  .topinfo.pull-left {
    width: 100%;
  }
  /* line 1881, app/assets/stylesheets/tabletview.scss */
  .tools.pull-right {
    float: inherit;
    width: 100%;
    position: relative;
  }
  /* line 1887, app/assets/stylesheets/tabletview.scss */
  .ipadview .col-md-12.col-xs-12 button {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 25px !important;
    margin-top: 0 !important;
  }
  /* line 1897, app/assets/stylesheets/tabletview.scss */
  .ipadview .col-md-12.col-xs-12 {
    border-bottom: 2px solid #1a2c4a;
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
  }
  /* line 1903, app/assets/stylesheets/tabletview.scss */
  .tools.pull-right {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 17px;
  }
  /* line 1908, app/assets/stylesheets/tabletview.scss */
  ul#toptabs {
    margin-top: 25px;
    width: 99%;
  }
  /* line 1913, app/assets/stylesheets/tabletview.scss */
  li.nav-item {
    width: 50%;
    display: inline-block;
    text-align: center;
  }
  /* line 1919, app/assets/stylesheets/tabletview.scss */
  .tools.pull-right .btn-group {
    width: 100%;
  }
  /* line 1923, app/assets/stylesheets/tabletview.scss */
  .card-head.card-head-sm {
    line-height: 25px;
    min-height: 25px;
  }
  /* line 1928, app/assets/stylesheets/tabletview.scss */
  .ipadview #second2 .kategoryClass .card-body {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 120%;
    padding: 10px 0;
  }
  /* line 1937, app/assets/stylesheets/tabletview.scss */
  .tools.pull-right {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px;
    top: -15px;
    padding-bottom: 3px;
  }
  /* line 1944, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack .col-md-6 {
    flex: 0 0 90%;
    max-width: 100%;
    left: 0% !important;
    top: 5% !important;
    height: 85vh !important;
    padding: 0;
    box-shadow: 0 0 15px black;
    border-radius: 2px;
  }
  /* line 1955, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack div#katsms {
    height: 85vh !important;
    overflow: hidden;
    border-radius: 4px;
  }
  /* line 1961, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack button.btn.ink-reaction.btn-flat {
    width: 250px;
    position: absolute;
    /* right: 473px; */
    left: -80vw;
    top: 0;
  }
  /* line 1969, app/assets/stylesheets/tabletview.scss */
  .ipadview #fullscreenblack #katsms .card-head.style-info,
.ipadview #fullscreenblack #katsms .card-head.style-danger,
.ipadview #fullscreenblack #katsms .card-head.style-success,
.ipadview #fullscreenblack #katsms .card-head.style-warning {
    position: fixed;
    width: 90% !important;
    z-index: 6000;
    border-bottom: 1px solid #28506f42;
  }
  /* line 1979, app/assets/stylesheets/tabletview.scss */
  i.fa.fa-comment {
    display: none;
  }
  /* line 1983, app/assets/stylesheets/tabletview.scss */
  i.fa.fa-comment.md-message {
    display: inherit;
  }
  /* line 1987, app/assets/stylesheets/tabletview.scss */
  .ipadview img.card-img-left {
    width: 120px !important;
    margin-right: 15px !important;
    margin-left: 15px;
    margin-top: 25px;
  }
  /* line 1994, app/assets/stylesheets/tabletview.scss */
  .ipadview #first2 .row,
.ipadview #second2 .row {
    height: 84vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

/* line 2002, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.smsmode {
  background: #f6fafd;
}

/* line 2005, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.smsmode .smsmode_view #leftTopPane2 .smscard .header {
  margin-left: 0;
  background: transparent;
  border-radius: 15px;
}

/* line 2011, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.smsmode .smsmode_view #editorPane .rightPane.col-lg-3 {
  flex: 0 0 22%;
  max-width: 22%;
}

/* line 2017, app/assets/stylesheets/tabletview.scss */
.smsmode_view #editorPane .rightPane {
  border-left: 0px solid #d2d2d2;
  box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.1);
}

/* line 2023, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.presenter div#sendinfo {
  display: none;
}

/* line 2027, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.presenter div#smsCounter {
  right: 0 !important;
}

/* line 2031, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.presenter button.btn.ink-reaction.btn-floating-action.btn-lg.btn-primary {
  background: #557483 !important;
}

/* line 2038, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.smsview #smsview_mode .card-body.tab-content {
  background: #eef1f2 !important;
  background-image: url(https://www.knds.de/typo3conf/ext/ne_distribution/Resources/Public/Images/knds-logo-bg.svg) !important;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100vh;
}

/* line 2047, app/assets/stylesheets/tabletview.scss */
body.menubar-hoverable.header-fixed.smsview .card-head.toprow {
  height: 71px;
}

/* line 2052, app/assets/stylesheets/tabletview.scss */
body,
p,
ol,
ul,
td {
  font-family: neris, sans-serif !important;
}

/* line 2060, app/assets/stylesheets/tabletview.scss */
.ipadview div#first2,
.ipadview div#second2 {
  padding-top: 20px;
  overflow-y: scroll;
  height: 90vh;
}

/* line 2067, app/assets/stylesheets/tabletview.scss */
.ipadview #nachrichtDetail .card-body.style-default-bright.container {
  top: 40px;
  padding-top: 0;
  height: 100%;
  overflow-y: scroll !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */
