@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  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/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  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 */
.icon-lg {
  font-size: 1.333333332em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

.icon-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);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.icon-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 .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

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

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

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

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

.icon-inverse {
  color: #fff;
}

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

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

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

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

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

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

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

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

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

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

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

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}

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

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

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

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

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

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

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

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

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

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

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

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}

.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery-4:before,
.icon-battery:before,
.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-vcard:before,
.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard-o:before,
.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before,
.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before,
.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer-4:before,
.icon-thermometer:before,
.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before,
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before,
.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before,
.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before,
.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bathtub:before,
.icon-s15:before,
.icon-bath:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before,
.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before,
.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  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;
}

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngdialog,
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: "Helvetica", Arial, sans-serif;
  content: "×";
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}

@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: "Helvetica", sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 65%;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: "×";
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: 0.5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
.col {
  float: left;
  padding-right: 20px;
}

[class*=col-] {
  float: left;
  padding-right: 20px;
}

.grid {
  width: 100%;
  max-width: 1185px;
  min-width: 755px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .grid {
    max-width: 1500px;
  }
}
@media (min-width: 1500px) {
  .grid {
    max-width: 1920px;
  }
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding: 20px 0 0 20px;
}

.grid-max {
  max-width: none;
}

.grid-pad > [class*=col-]:last-of-type {
  padding-right: 20px;
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  [class*=col-] {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 99999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single button {
  min-width: 0;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 99999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 99998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 34px;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.redactor-animate-hide {
  display: none !important;
}

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn 0.2s ease-in-out;
}

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut 0.2s ease-in-out;
}

@font-face {
  font-family: "Redactor";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=re-icon-], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Redactor" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.re-icon-aligncenter:before {
  content: "\e900";
}

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901";
}

.re-icon-alignright:before {
  content: "\e902";
}

.re-icon-bold:before {
  content: "\e903";
}

.re-icon-bookmark:before {
  content: "\e904";
}

.re-icon-clips:before {
  content: "\e905";
}

.re-icon-codesnippets:before {
  content: "\e906";
}

.re-icon-deleted:before {
  content: "\e907";
}

.re-icon-expand:before {
  content: "\e908";
}

.re-icon-file:before {
  content: "\e909";
}

.re-icon-fontcolor:before {
  content: "\e90a";
}

.re-icon-fontfamily:before {
  content: "\e90b";
}

.re-icon-fontsize:before {
  content: "\e90c";
}

.re-icon-format:before {
  content: "\e90d";
}

.re-icon-html:before {
  content: "\e90e";
}

.re-icon-imagecenter:before {
  content: "\e90f";
}

.re-icon-imageleft:before {
  content: "\e910";
}

.re-icon-imageright:before {
  content: "\e911";
}

.re-icon-image:before {
  content: "\e912";
}

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

.re-icon-inline:before {
  content: "\e914";
}

.re-icon-italic:before {
  content: "\e915";
}

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916";
}

.re-icon-link:before {
  content: "\e917";
}

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918";
}

.re-icon-outdent:before {
  content: "\e919";
}

.re-icon-properties:before {
  content: "\e91a";
}

.re-icon-readmore:before {
  content: "\e91b";
}

.re-icon-redo:before {
  content: "\e91c";
}

.re-icon-retract:before {
  content: "\e91d";
}

.re-icon-specialcharacters:before {
  content: "\e91e";
}

.re-icon-sub:before {
  content: "\e91f";
}

.re-icon-sup:before {
  content: "\e920";
}

.re-icon-table:before {
  content: "\e921";
}

.re-icon-textdirection:before {
  content: "\e922";
}

.re-icon-toggle:before {
  content: "\e923";
}

.re-icon-underline:before {
  content: "\e924";
}

.re-icon-undo:before {
  content: "\e925";
}

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926";
}

.re-icon-variable:before {
  content: "\e927";
}

.re-icon-video:before {
  content: "\e928";
}

.re-icon-widget:before {
  content: "\e929";
}

.redactor-box,
.redactor-box textarea {
  z-index: auto;
}

.redactor-box {
  position: relative;
  box-sizing: border-box;
}
.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  box-shadow: none;
}
.redactor-box.redactor-inline {
  position: static;
}

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.redactor-in:focus {
  outline: none;
}

.redactor-inline .redactor-in {
  overflow: hidden;
}

.redactor-in *,
.redactor-read-only * {
  outline: none !important;
}

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty,
.redactor-in div[data-redactor-tag=br]:empty,
.redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em;
}
.redactor-in div[data-redactor-tag=br],
.redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0;
}
.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.redactor-in table {
  empty-cells: show;
}
.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none;
}
.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}
.redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}

.redactor-script-tag {
  display: none !important;
}

.redactor-component {
  position: relative;
}

.redactor-component[data-redactor-type=widget]:before,
.redactor-component[data-redactor-type=video]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both;
}

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}

.redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}

.redactor-component-caret {
  position: absolute;
  left: -9999px;
}

.redactor-textnodes-wrapper {
  display: inline-block;
}

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: 0.5;
}
.redactor-file-remover:hover {
  opacity: 1;
}

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3);
}
#redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}

.redactor-box[dir=rtl] .redactor-source {
  direction: ltr;
}

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  cursor: text;
}

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.redactor-statusbar a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.redactor-statusbar:empty {
  display: none;
}

.redactor-toolbar-wrapper {
  position: relative;
}

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4);
}

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}

.redactor-source-view .redactor-toolbar {
  background: #252525;
}
.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 4px;
  margin-left: -4px;
}

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97);
}

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.redactor-air a:hover {
  background: #3d79f2;
}

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.redactor-air-helper:hover {
  background: #fff;
}

.redactor-voice-label {
  display: none;
}

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}
.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.redactor-context-toolbar a:before {
  content: "";
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.redactor-context-toolbar a:hover {
  color: #fff;
}
.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}

.redactor-context-toolbar[dir=rtl] a {
  padding: 2px 12px 1px 0;
}
.redactor-context-toolbar[dir=rtl] a:first-child {
  padding-right: 0;
}
.redactor-context-toolbar[dir=rtl] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
}
.redactor-context-toolbar[dir=rtl] a:first-child:before {
  padding-right: 0;
  border-right: none;
}

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.redactor-dropdown a {
  color: #000;
}
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
}

.redactor-dropdown-cells {
  margin: 10px auto;
}
.redactor-dropdown-cells a, .redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.redactor-dropdown-selector {
  display: flex;
  text-align: center;
}
.redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.redactor-dropdown-selector span:hover {
  background: #eee;
}
.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee;
}

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}

.redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000;
}
.redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.redactor-modal input, .redactor-modal select, .redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 0.5em;
}
.redactor-modal textarea {
  padding: 0.5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}
.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: 0.5em 0.75em;
}
.redactor-modal input[type=file] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.redactor-modal input[type=radio], .redactor-modal input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}
.redactor-modal .form-item {
  margin-bottom: 20px;
}
.redactor-modal .form-item:last-child {
  margin-bottom: 0;
}
.redactor-modal fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}
.redactor-modal label .desc, .redactor-modal label .success, .redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.redactor-modal input:hover, .redactor-modal textarea:hover, .redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none;
}
.redactor-modal input:focus, .redactor-modal textarea:focus, .redactor-modal select:focus {
  transition: all linear 0.2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0, 125, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 125, 255, 0.5);
}
.redactor-modal input.error, .redactor-modal textarea.error, .redactor-modal select.error {
  background-color: rgba(255, 50, 101, 0.1);
  border: 1px solid #ff7f9e;
}
.redactor-modal input.error:focus, .redactor-modal textarea.error:focus, .redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265;
}
.redactor-modal input.success, .redactor-modal textarea.success, .redactor-modal select.success {
  background-color: rgba(47, 196, 182, 0.1);
  border: 1px solid #65dacf;
}
.redactor-modal input.success:focus, .redactor-modal textarea.success:focus, .redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6;
}
.redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover, .redactor-modal textarea:disabled, .redactor-modal textarea:disabled:hover, .redactor-modal textarea.disabled, .redactor-modal textarea.disabled:hover, .redactor-modal select:disabled, .redactor-modal select:disabled:hover, .redactor-modal select.disabled, .redactor-modal select.disabled:hover {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff;
}
.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}
.redactor-modal .desc {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.redactor-modal span.desc {
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-top: 0.25em;
}
.redactor-modal span.success, .redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: 0.3;
  cursor: pointer;
}
.redactor-modal .redactor-close:hover {
  opacity: 1;
}
.redactor-modal .redactor-close:before {
  content: "×";
}
.redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}
.redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0, 125, 255, 0.6);
  border-color: rgba(0, 125, 255, 0.5);
}
.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42, 46, 52, 0.6);
  border-color: rgba(42, 46, 52, 0.5);
}
.redactor-modal button.redactor-button-danger, .redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42, 46, 52, 0.6);
}
.redactor-modal button.redactor-button-danger:hover, .redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}
.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}

.redactor-modal[dir=rtl] .redactor-close {
  left: 12px;
  right: auto;
}
.redactor-modal[dir=rtl] textarea {
  direction: ltr;
  text-align: left;
}
.redactor-modal[dir=rtl] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.redactor-modal-header:empty {
  display: none;
}

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.redactor-modal-footer button {
  margin-right: 4px;
}
.redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}
.redactor-modal-footer:empty {
  display: none;
}

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}
.redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.redactor-modal-tabs a:hover {
  transition: all linear 0.2s;
}
.redactor-modal-tabs a:hover, .redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}
.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit;
}
.redactor-styles[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
.redactor-styles[dir=rtl] ul li,
.redactor-styles[dir=rtl] ol li {
  text-align: right;
}
.redactor-styles[dir=rtl] ul,
.redactor-styles[dir=rtl] ol,
.redactor-styles[dir=rtl] ul ul,
.redactor-styles[dir=rtl] ol ol,
.redactor-styles[dir=rtl] ul ol,
.redactor-styles[dir=rtl] ol ul {
  margin: 0 1.5em 0 0;
}
.redactor-styles[dir=rtl] figcaption {
  text-align: right;
}
.redactor-styles ul[dir=rtl], .redactor-styles ul[dir=rtl] ul, .redactor-styles ul[dir=rtl] ol,
.redactor-styles ol[dir=rtl],
.redactor-styles ol[dir=rtl] ul,
.redactor-styles ol[dir=rtl] ol {
  margin: 0 1.5em 0 0;
}
.redactor-styles ul[dir=rtl] li,
.redactor-styles ol[dir=rtl] li {
  text-align: right;
}
.redactor-styles a,
.redactor-styles a:hover {
  color: #3397ff;
}
.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
}
.redactor-styles ul, .redactor-styles ul ul, .redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}
.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}
.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}
.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em;
}
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.redactor-styles h1 {
  font-size: 2.0736em;
}
.redactor-styles h2 {
  font-size: 1.728em;
}
.redactor-styles h3 {
  font-size: 1.44em;
}
.redactor-styles h4 {
  font-size: 1.2em;
}
.redactor-styles h5 {
  font-size: 1em;
}
.redactor-styles h6 {
  font-size: 0.8333333333em;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
.redactor-styles table {
  width: 100%;
}
.redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.9);
}
.redactor-styles var, .redactor-styles cite {
  opacity: 0.6;
}
.redactor-styles var {
  font-style: normal;
}
.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}
.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}
.redactor-styles code, .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}
.redactor-styles code {
  background-color: #eff1f2;
}
.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}
.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}
.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.redactor-styles sub {
  bottom: -0.25em;
}
.redactor-styles sup {
  top: -0.5em;
}
.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 0.9em;
}
.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap;
}
.redactor-styles pre {
  padding: 1rem;
}
.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
.redactor-styles table th,
.redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}
.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}
.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.redactor-styles figcaption {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075);
}

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075);
}

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3);
}

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3);
}

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative;
}
.redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.redactor-structure h1:before {
  content: "h1";
}
.redactor-structure h2:before {
  content: "h2";
}
.redactor-structure h3:before {
  content: "h3";
}
.redactor-structure h4:before {
  content: "h4";
}
.redactor-structure h5:before {
  content: "h5";
}
.redactor-structure h6:before {
  content: "h6";
}
.redactor-structure div:before {
  content: "div";
}

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.redactor-box-fullscreen-target {
  position: absolute !important;
}

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}

.redactor-box.redactor-focus.redactor-styles-on {
  border-color: #707580 !important;
}
.redactor-box.redactor-source-view .redactor-toolbar {
  background-color: #101012 !important;
}
.redactor-box.redactor-styles-on {
  border: 1px solid #e5e7e9 !important;
}
.redactor-box.redactor-styles-on .redactor-toolbar {
  border: 0 !important;
}
.redactor-box .redactor-source {
  background-color: #101012 !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1turn);
  }
}
@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(1turn);
  }
}
@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(1turn);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }

  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, .ivaris-responsive-table {
    border-collapse: collapse !important;
  }
  .table td, .ivaris-responsive-table td,
.table th,
.ivaris-responsive-table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

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

.glyphicon-th:before {
  content: "\e011";
}

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

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

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

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

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

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

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

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

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

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056";
}

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

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

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

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

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

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

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

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

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

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

.glyphicon-eject:before {
  content: "\e078";
}

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

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

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

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

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

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

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

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

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

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

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

.glyphicon-retweet:before {
  content: "\e115";
}

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

.glyphicon-folder-close:before {
  content: "\e117";
}

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

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

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

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

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

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

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

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

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

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

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

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

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

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

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

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

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

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

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(0, 152, 170);
  text-decoration: none;
}
a:hover, a:focus {
  color: #00545e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px !important;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted, .displayzusatz:not(:empty) {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .BewertungFageBe .kompetenz-picker .col-id, .BewertungFage .kompetenz-picker .col-id, .BewertungAgsBe .kompetenz-picker .col-id, .BewertungAgs .kompetenz-picker .col-id, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .BewertungFageBe .kompetenz-picker .col-name, .BewertungFage .kompetenz-picker .col-name, .BewertungAgsBe .kompetenz-picker .col-name, .BewertungAgs .kompetenz-picker .col-name, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .BewertungFageBe .kompetenz-picker .col-id, .BewertungFage .kompetenz-picker .col-id, .BewertungAgsBe .kompetenz-picker .col-id, .BewertungAgs .kompetenz-picker .col-id, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .BewertungFageBe .kompetenz-picker .col-name, .BewertungFage .kompetenz-picker .col-name, .BewertungAgsBe .kompetenz-picker .col-name, .BewertungAgs .kompetenz-picker .col-name, .col-md-12 {
    float: left;
  }

  .col-md-1, .BewertungFageBe .kompetenz-picker .col-id, .BewertungFage .kompetenz-picker .col-id, .BewertungAgsBe .kompetenz-picker .col-id, .BewertungAgs .kompetenz-picker .col-id {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11, .BewertungFageBe .kompetenz-picker .col-name, .BewertungFage .kompetenz-picker .col-name, .BewertungAgsBe .kompetenz-picker .col-name, .BewertungAgs .kompetenz-picker .col-name {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, .ivaris-responsive-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .ivaris-responsive-table > thead > tr > th,
.table > thead > tr > td,
.ivaris-responsive-table > thead > tr > td,
.table > tbody > tr > th,
.ivaris-responsive-table > tbody > tr > th,
.table > tbody > tr > td,
.ivaris-responsive-table > tbody > tr > td,
.table > tfoot > tr > th,
.ivaris-responsive-table > tfoot > tr > th,
.table > tfoot > tr > td,
.ivaris-responsive-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .ivaris-responsive-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .ivaris-responsive-table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.ivaris-responsive-table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.ivaris-responsive-table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.ivaris-responsive-table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.ivaris-responsive-table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.ivaris-responsive-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .ivaris-responsive-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .ivaris-responsive-table .table, .table .ivaris-responsive-table, .ivaris-responsive-table .ivaris-responsive-table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active, .ivaris-responsive-table > thead > tr > td.active,
.table > thead > tr > th.active,
.ivaris-responsive-table > thead > tr > th.active, .table > thead > tr.active > td, .ivaris-responsive-table > thead > tr.active > td, .table > thead > tr.active > th, .ivaris-responsive-table > thead > tr.active > th,
.table > tbody > tr > td.active,
.ivaris-responsive-table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.ivaris-responsive-table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.ivaris-responsive-table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.ivaris-responsive-table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.ivaris-responsive-table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.ivaris-responsive-table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.ivaris-responsive-table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.ivaris-responsive-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .ivaris-responsive-table > thead > tr > td.success,
.table > thead > tr > th.success,
.ivaris-responsive-table > thead > tr > th.success, .table > thead > tr.success > td, .ivaris-responsive-table > thead > tr.success > td, .table > thead > tr.success > th, .ivaris-responsive-table > thead > tr.success > th,
.table > tbody > tr > td.success,
.ivaris-responsive-table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.ivaris-responsive-table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.ivaris-responsive-table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.ivaris-responsive-table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.ivaris-responsive-table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.ivaris-responsive-table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.ivaris-responsive-table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.ivaris-responsive-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .ivaris-responsive-table > thead > tr > td.info,
.table > thead > tr > th.info,
.ivaris-responsive-table > thead > tr > th.info, .table > thead > tr.info > td, .ivaris-responsive-table > thead > tr.info > td, .table > thead > tr.info > th, .ivaris-responsive-table > thead > tr.info > th,
.table > tbody > tr > td.info,
.ivaris-responsive-table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.ivaris-responsive-table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.ivaris-responsive-table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.ivaris-responsive-table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.ivaris-responsive-table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.ivaris-responsive-table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.ivaris-responsive-table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.ivaris-responsive-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .ivaris-responsive-table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.ivaris-responsive-table > thead > tr > th.warning, .table > thead > tr.warning > td, .ivaris-responsive-table > thead > tr.warning > td, .table > thead > tr.warning > th, .ivaris-responsive-table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.ivaris-responsive-table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.ivaris-responsive-table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.ivaris-responsive-table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.ivaris-responsive-table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.ivaris-responsive-table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.ivaris-responsive-table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.ivaris-responsive-table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.ivaris-responsive-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .ivaris-responsive-table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.ivaris-responsive-table > thead > tr > th.danger, .table > thead > tr.danger > td, .ivaris-responsive-table > thead > tr.danger > td, .table > thead > tr.danger > th, .ivaris-responsive-table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.ivaris-responsive-table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.ivaris-responsive-table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.ivaris-responsive-table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.ivaris-responsive-table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.ivaris-responsive-table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.ivaris-responsive-table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.ivaris-responsive-table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.ivaris-responsive-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > .ivaris-responsive-table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .ivaris-responsive-table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .ivaris-responsive-table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .ivaris-responsive-table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .ivaris-responsive-table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .ivaris-responsive-table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .ivaris-responsive-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #101010;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .form-horizontal .veranstaltung-control-label,
.form-horizontal .has-success .veranstaltung-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-horizontal .veranstaltung-control-label,
.form-horizontal .has-warning .veranstaltung-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .form-horizontal .veranstaltung-control-label,
.form-horizontal .has-error .veranstaltung-control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .form-inline .form-horizontal .veranstaltung-control-label, .form-horizontal .form-inline .veranstaltung-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal .veranstaltung-control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .veranstaltung-control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .veranstaltung-control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #808080;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #808080;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #808080;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #808080;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #808080;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #808080;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #808080;
}

.btn-primary {
  color: rgb(0, 152, 170);
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: rgb(0, 152, 170);
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: rgb(0, 152, 170);
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: rgb(0, 152, 170);
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: rgb(0, 152, 170);
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: rgb(0, 152, 170);
}

.btn-success {
  color: rgb(46, 204, 113);
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: rgb(46, 204, 113);
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: rgb(46, 204, 113);
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: rgb(46, 204, 113);
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: rgb(46, 204, 113);
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: rgb(46, 204, 113);
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: rgb(231, 76, 60);
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: rgb(231, 76, 60);
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: rgb(231, 76, 60);
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: rgb(231, 76, 60);
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: rgb(231, 76, 60);
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: rgb(231, 76, 60);
}

.btn-link {
  font-weight: 400;
  color: rgb(0, 152, 170);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #00545e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #101010;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgb(0, 152, 170);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label, .navbar-form .form-horizontal .veranstaltung-control-label, .form-horizontal .navbar-form .veranstaltung-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(0, 152, 170);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #00545e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(0, 152, 170);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(0, 152, 170);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: rgb(46, 204, 113);
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: transparent;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: rgb(240, 173, 78);
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #b14fc5;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .ivaris-responsive-table,
.panel > .table-responsive > .table,
.panel > .table-responsive > .ivaris-responsive-table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > .ivaris-responsive-table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .ivaris-responsive-table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child, .panel > .ivaris-responsive-table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .ivaris-responsive-table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .ivaris-responsive-table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .ivaris-responsive-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .ivaris-responsive-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .ivaris-responsive-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .ivaris-responsive-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .ivaris-responsive-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .ivaris-responsive-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .ivaris-responsive-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .ivaris-responsive-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .ivaris-responsive-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .ivaris-responsive-table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .ivaris-responsive-table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .ivaris-responsive-table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .ivaris-responsive-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .ivaris-responsive-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .ivaris-responsive-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .ivaris-responsive-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .ivaris-responsive-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .ivaris-responsive-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .ivaris-responsive-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .ivaris-responsive-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .ivaris-responsive-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .ivaris-responsive-table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .ivaris-responsive-table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .ivaris-responsive-table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .ivaris-responsive-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! =========================================================
 *
 * Light Bootstrap Dashboard PRO - V1.3.0
 *
 * =========================================================
 *
 * Copyright 2016 Creative Tim
 * Available with purchase of license from http://www.creative-tim.com/product/light-bootstrap-dashboard-pro
 *
 *                       _oo0oo_
 *                      o8888888o
 *                      88" . "88
 *                      (| -_- |)
 *                      0\  =  /0
 *                    ___/`---'\___
 *                  .' \\|     |// '.
 *                 / \\|||  :  |||// \
 *                / _||||| -:- |||||- \
 *               |   | \\\  -  /// |   |
 *               | \_|  ''\---/''  |_/ |
 *               \  .-\__  '-'  ___/-. /
 *             ___'. .'  /--.--\  `. .'___
 *          ."" '<  `.___\_<|>_/___.' >' "".
 *         | | :  `- \`.;`\ _ /`;.`/ - ` : | |
 *         \  \ `_.   \_ __\ /__ _/   .-` /  /
 *     =====`-.____`.___ \_____/___.-`___.-'=====
 *                       `=---='
 *
 *     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *               Buddha Bless:  "No Bugs"
 *
 * ========================================================= */
/*      light colors         */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

svg {
  touch-action: none;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 30px;
}

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.8.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
.bootstrap-table .table, .bootstrap-table .ivaris-responsive-table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse !important;
  border-radius: 1px;
}

.bootstrap-table .table, .bootstrap-table .ivaris-responsive-table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .ivaris-responsive-table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .ivaris-responsive-table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .ivaris-responsive-table > thead > tr > td,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .ivaris-responsive-table > tbody > tr > td,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .ivaris-responsive-table > tfoot > tr > td {
  padding: 8px 0 8px 15px !important;
}

.bootstrap-table .table, .bootstrap-table .ivaris-responsive-table,
.bootstrap-table .table > tbody > tr > th:last-child,
.bootstrap-table .ivaris-responsive-table > tbody > tr > th:last-child,
.bootstrap-table .table > tfoot > tr > th:last-child,
.bootstrap-table .ivaris-responsive-table > tfoot > tr > th:last-child,
.bootstrap-table .table > thead > tr > td:last-child,
.bootstrap-table .ivaris-responsive-table > thead > tr > td:last-child,
.bootstrap-table .table > tbody > tr > td:last-child,
.bootstrap-table .ivaris-responsive-table > tbody > tr > td:last-child,
.bootstrap-table .table > tfoot > tr > td:last-child,
.bootstrap-table .ivaris-responsive-table > tfoot > tr > td:last-child {
  padding: 8px 15px !important;
}

.bootstrap-table .table > tbody > .selected, .bootstrap-table .ivaris-responsive-table > tbody > .selected {
  background-color: rgba(68, 125, 247, 0.2);
}

.bootstrap-table .table.table-no-bordered > thead > tr > th, .bootstrap-table .table-no-bordered.ivaris-responsive-table > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td,
.bootstrap-table .table-no-bordered.ivaris-responsive-table > tbody > tr > td {
  border-right: 2px solid transparent;
}

.fixed-table-container {
  position: relative;
  clear: both;
}

.fixed-table-container.table-no-bordered {
  border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
  overflow: hidden;
}

.fixed-table-footer {
  border-top: 1px solid #dddddd;
}

.fixed-table-body {
  height: 100%;
  overflow: auto;
}

.fixed-table-container table {
  width: 100%;
}

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
}

.fixed-table-container thead th:first-child {
  border-left: none;
}

.fixed-table-container thead th .th-inner {
  padding: 0 0 0 15px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-repeat: no-repeat;
}

.fixed-table-container thead th .both:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  background-position: 0px -3px;
  position: relative;
  top: 2px;
}

.fixed-table-container thead th .asc:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACASURBVHja7NKhDcJQFIbRV1MSEqaoYwYMYyARR6HZowzAHqguUolHYEgxD9MmTYPpA1JEb/KZK476Q4wxfKvwc6x/WKJE3v+nYkc8cfgIwxpXRNQokjBkOLdQ1wlZCrbFbYDdsRmFYYVqAHVdsBiD7dHg8aYGu2l2NmMz9s/YawDpU8qkYQTHqgAAAABJRU5ErkJggg==");
}

.fixed-table-container thead th .desc:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACFSURBVHja7NKhDcJQFIbRWwMJCVPgmKGGMZCIo9DsAQOwRxWLIPEIDCnmYR4JaSp4DYKQis/8NznqRkopvlWM2Ij9BYY1Wtx7arEpwaZokHo6Yf4xFhGBGrcOdMUqIqIUq3DoYEdUxVgGFzhn6ILl61aMZXCLB3bv+1Bsgj1mg7CfeNrnAMXSyqQtsCNeAAAAAElFTkSuQmCC");
}

.fixed-table-container th.detail {
  width: 30px;
}

.fixed-table-container tbody tr:first-child td {
  border-top: none;
}

.fixed-table-container tbody td:first-child {
  border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
  background-color: rgba(245, 245, 245, 0.34);
}

.fixed-table-container .bs-checkbox {
  text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0;
}

.fixed-table-container .no-records-found {
  text-align: center;
  background-color: #FFFFFF !important;
  height: 340px;
  border-radius: 10px;
  width: 100%;
  vertical-align: middle;
}

.fixed-table-container .no-records-found td {
  font-weight: 300;
  font-size: 22px;
  color: rgb(223, 227, 225) !important;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.fixed-table-pagination .page-list {
  display: inline-block;
}

.fixed-table-toolbar {
  padding: 5px 15px;
}
.fixed-table-toolbar:after {
  content: "";
  clear: both;
}

@media only screen and (min-width: 768px) {
  .fixed-table-toolbar-bottom {
    height: 0;
  }

  .fixed-table-toolbar-bottom .columns .btn {
    margin-top: -136px !important;
  }
}
.fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.fixed-table-toolbar .columns .btn {
  margin: 0 4px 0 0;
  border-radius: 30px;
}

.fixed-table-toolbar .columns label {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  clear: both;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
}

.fixed-table-toolbar .columns li:last-child label {
  border-bottom: none;
}

.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center;
}

.fixed-table-body .card-view .title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
  box-sizing: border-box;
}

.table th, .ivaris-responsive-table th, .table td, .ivaris-responsive-table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.fixed-table-toolbar .dropdown-menu label {
  cursor: pointer;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th, .bootstrap-table .ivaris-responsive-table thead > tr > th {
  padding: 0;
  margin: 0;
}

.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.bootstrap-table .fixed-table-pagination {
  margin: 0 10px;
}
.bootstrap-table .fixed-table-pagination:after {
  display: table;
  content: "";
  clear: both;
}
.bootstrap-table .fixed-table-pagination .page-list .btn {
  border-radius: 30px;
}
.bootstrap-table .fixed-table-pagination .page-list .btn-group {
  margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination div.pagination,
.bootstrap-table .fixed-table-pagination .pagination-detail {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bootstrap-table .table.table-striped > thead > tr > td, .bootstrap-table .table-striped.ivaris-responsive-table > thead > tr > td, .bootstrap-table .table.table-striped > tbody > tr > td, .bootstrap-table .table-striped.ivaris-responsive-table > tbody > tr > td, .bootstrap-table .table.table-striped > tfoot > tr > td, .bootstrap-table .table-striped.ivaris-responsive-table > tfoot > tr > td {
  border: none;
}

.toolbar-ivaris .columns {
  margin-top: 1px;
  margin-bottom: 0;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable .btn-simple.btn-icon {
  padding: 3px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  display: inline-block;
  bottom: 0px;
  right: -7px;
  font-family: "FontAwesome";
  opacity: 0.8;
}
table.dataTable thead .disabled-sorting.sorting:after,
table.dataTable thead .disabled-sorting.sorting_asc:after,
table.dataTable thead .disabled-sorting.sorting_desc:after,
table.dataTable thead .disabled-sorting.sorting_asc_disabled:after,
table.dataTable thead .disabled-sorting.sorting_desc_disabled:after {
  display: none;
}
table.dataTable thead .sorting:after {
  opacity: 0.4;
  content: "\f0dc";
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  top: 3px;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  top: -3px;
}
table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
table.dataTable > tfoot > tr > th,
table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td {
  padding: 8px !important;
  outline: 0;
}
table.dataTable > thead > tr > th {
  border: none;
}

.fresh-datatables .pagination > li > a,
.fresh-datatables .pagination > li:first-child > a,
.fresh-datatables .pagination > li:first-child > span,
.fresh-datatables .pagination > li:last-child > a,
.fresh-datatables .pagination > li:last-child > span {
  border-radius: 25px;
}

.dataTables_paginate a {
  outline: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 50%;
  margin-top: -9px;
  left: 4px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  color: #518607;
  border: 0px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 18px;
  content: "+";
  background-color: #FFF;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  color: #ED362C;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: rgb(237, 239, 238);
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  border-width: 1px;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 6px 12px;
  border-color: rgb(56, 57, 53);
  color: rgb(56, 57, 53);
}
.fc button:hover, .fc button:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: 0 !important;
}
.fc button:active, .fc button.active, .open > .fc button.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-hover,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc button[disabled],
.fc button[disabled]:focus,
.fc button[disabled]:hover {
  background-color: rgb(190, 198, 195);
  border-color: rgb(190, 198, 195);
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.fc-state-hover {
  background-color: rgb(237, 239, 238);
}

.fc .fc-state-active,
.fc .fc-state-active:focus,
.fc .fc-state-active:hover,
.fc .fc-state-active:active:focus,
.fc .fc-state-active:active:hover,
.fc .fc-state-active:active {
  background-color: rgb(56, 57, 53);
  color: #FFFFFF;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: right;
  border-bottom-width: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(79, 88, 88);
  font-weight: 400;
  padding-bottom: 3px;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

.fc .fc-widget-header {
  border: 0;
}

.fc .fc-head .fc-widget-header {
  margin-top: 15px;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 2px;
  background-color: rgba(68, 125, 247, 0.2);
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
.fc-event.event-azure {
  background-color: rgba(80, 192, 223, 0.2);
}
.fc-event.event-green {
  background-color: rgba(149, 193, 31, 0.2);
}
.fc-event.event-orange {
  background-color: rgba(247, 168, 0, 0.2);
}
.fc-event.event-red {
  background-color: rgba(232, 78, 15, 0.2);
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: rgb(56, 57, 53);
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 2px 5px 0;
  /* spacing between events and edges */
  padding: 1px 2px;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
  min-width: 260px;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding: 8px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

.card-calendar .content {
  padding: 0 !important;
}
.card-calendar .fc-toolbar {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.card-calendar .fc td:first-child {
  border-left: 0;
}
.card-calendar .fc td:last-child {
  border-right: 0;
}
.card-calendar .fc-basic-view td:last-child.fc-week-number span,
.card-calendar .fc-basic-view td:last-child.fc-day-number {
  padding-right: 20px;
}
.card-calendar .fc .fc-day-header:last-child {
  padding-right: 15px;
}
.card-calendar .fc .fc-row:last-child td {
  border-bottom: 0;
}
.card-calendar .fc .fc-body .fc-widget-content {
  border-bottom: 0;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 8px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 3px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.8;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: rgb(80, 192, 223);
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: rgb(80, 192, 223);
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: rgb(232, 78, 15);
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: rgb(232, 78, 15);
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: rgb(247, 168, 0);
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: rgb(247, 168, 0);
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #9368E9;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #9368E9;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: rgb(149, 193, 31);
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: rgb(149, 193, 31);
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #447DF7;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #447DF7;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: rgb(56, 57, 53);
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: rgb(56, 57, 53);
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #dd4b39;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #dd4b39;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #35465c;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #35465c;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #e52d27;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #e52d27;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #55acee;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #55acee;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #cc2127;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #cc2127;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #1769ff;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #1769ff;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-blue {
  stroke: #447DF7 !important;
}

.ct-azure {
  stroke: rgb(80, 192, 223) !important;
}

.ct-green {
  stroke: rgb(149, 193, 31) !important;
}

.ct-orange {
  stroke: rgb(247, 168, 0) !important;
}

.ct-red {
  stroke: rgb(232, 78, 15) !important;
}

/*!
 * Bootstrap-select v1.8.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > select {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.11px;
  height: 100%;
  opacity: 0;
  border: none;
}

.bootstrap-select > select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-overflow-style: scrollbar;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 8px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 50% -40px;
  -moz-transform-origin: 50% -40px;
  -o-transform-origin: 50% -40px;
  -ms-transform-origin: 50% -40px;
  transform-origin: 50% -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  margin-top: -20px;
}
.bootstrap-select.open .dropdown-menu {
  margin-top: -1px;
}
.bootstrap-select.dropup .dropdown-menu {
  border-radius: 10px 10px 0 0;
  margin-bottom: -20px;
}
.bootstrap-select.dropup.open .dropdown-menu {
  margin-bottom: -1px;
}

.btn-group.bootstrap-select .dropdown-menu {
  min-width: 100%;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  border-radius: 0;
  border-bottom: 0 none;
}

/*           Font Smoothing      */
body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgb(56, 57, 53);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 300;
  margin: 30px 0 15px;
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: rgb(79, 88, 88);
  font-weight: 300;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%;
}

h1 .subtitle {
  display: block;
  margin: 0 0 30px;
}

.text-muted, .displayzusatz:not(:empty), .text-muted:hover {
  color: rgb(190, 198, 195);
}

.text-primary, .text-primary:hover {
  color: rgb(56, 57, 53) !important;
}

.text-info, .text-info:hover {
  color: rgb(80, 192, 223) !important;
}

.text-success, .text-success:hover {
  color: rgb(149, 193, 31) !important;
}

.text-warning, .text-warning:hover {
  color: rgb(247, 168, 0) !important;
}

.text-danger, .text-danger:hover {
  color: rgb(232, 78, 15) !important;
}

.text-space {
  padding: 70px 0;
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
}
.sidebar .sidebar-wrapper {
  background-color: rgb(79, 88, 88);
  position: relative;
  z-index: 4;
  width: 260px;
  height: calc(100vh - 166px - 72px);
  overflow: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .sidebar .sidebar-wrapper {
    height: calc(100vh - 142px - 72px - 25px);
  }
}
.sidebar .sidebar-wrapper > .nav {
  margin-top: 0px;
  padding-top: 20px;
}
.sidebar .sidebar-wrapper > .user ~ .nav {
  margin-top: 0;
}
.sidebar .sidebar-wrapper .dropdown .dropdown-backdrop {
  display: none !important;
}
.sidebar .sidebar-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.sidebar .navbar-minimize {
  background-color: rgb(79, 88, 88);
  position: relative;
  z-index: 4;
  text-align: left;
  padding-bottom: 17px;
  padding-top: 10px;
}
.sidebar .navbar-minimize .btn-simple {
  padding: 6px 15px;
}
.sidebar .navbar-minimize .icon {
  font-size: 28px;
  line-height: 30px;
  width: auto;
}
.sidebar .nav li > a,
.sidebar .nav li > .btn {
  margin: 5px 0 0 0;
  border-radius: 0 !important;
  color: rgb(190, 198, 195);
  font-size: 12px;
}
.sidebar .nav li:hover > a, .sidebar .nav li:hover > a p, .sidebar .nav li:hover > .btn, .sidebar .nav li:hover > .btn p {
  opacity: 1;
  color: #FFFFFF;
}
.sidebar .nav li.active > a, .sidebar .nav li.active > a p, .sidebar .nav li.active > .btn, .sidebar .nav li.active > .btn p {
  color: #FFFFFF;
  opacity: 1;
}
.sidebar .nav li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgb(190, 198, 195);
}
.sidebar .nav [data-toggle=collapse] ~ div > ul > li > a,
.sidebar .nav [data-toggle=collapse] ~ div > ul > li > .btn {
  padding-left: 65px;
}
.sidebar .nav [data-toggle=collapse] ~ div > ul > li.active {
  background-color: rgb(237, 239, 238);
  color: red;
  opacity: 1;
  text-decoration: none;
}
.sidebar .nav [data-toggle=collapse] ~ div > ul > li > div > ul > li > a,
.sidebar .nav [data-toggle=collapse] ~ div > ul > li > div > ul > li > .btn {
  padding-left: 85px;
}
.sidebar .nav .caret {
  top: 12px;
  position: absolute;
  right: 15px;
}
.sidebar .nav p {
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
  color: rgb(190, 198, 195);
}
.sidebar .nav p .caret {
  right: 0;
  color: inherit;
}
.sidebar .nav i {
  font-size: 28px;
  float: left;
  margin-right: 20px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.sidebar .nav .notification {
  position: absolute;
  background-color: #4F5858;
  border-radius: 12px;
  min-width: 22px;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  top: 50%;
  left: 38px;
  margin-top: -11px;
}
.sidebar .nav .notification span {
  position: absolute;
  background-color: rgb(232, 78, 15);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 10px;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  color: #FFFFFF;
  left: 2px;
  top: 2px;
}
.sidebar .nav .notification.notification-inline {
  position: static;
  background-color: transparent;
  display: inline-block;
  float: none;
}
.sidebar .nav .notification.notification-inline span {
  border-radius: 4px;
  position: static;
  display: inline-block;
}

.sidebar .logo,
.bootstrap-navbar .logo {
  padding: 15px 20px;
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.sidebar .logo p,
.bootstrap-navbar .logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: rgb(190, 198, 195);
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar .logo a,
.sidebar .logo .btn,
.bootstrap-navbar .logo a,
.bootstrap-navbar .logo .btn {
  display: inline-block;
}
.sidebar .logo .logo-text,
.bootstrap-navbar .logo .logo-text {
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font-size: 18px;
  color: rgb(190, 198, 195);
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .logo .logo-image,
.bootstrap-navbar .logo .logo-image {
  height: 111px;
  width: 80px;
}
.sidebar .logo .logo-round,
.bootstrap-navbar .logo .logo-round {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.sidebar .logo .logo-round img,
.bootstrap-navbar .logo .logo-round img {
  width: 100%;
  height: auto;
}
.sidebar .user,
.bootstrap-navbar .user {
  border-bottom: 1px solid rgba(190, 198, 195, 0.2);
  padding-bottom: 20px;
  margin-top: 20px;
}
.sidebar .user .photo,
.bootstrap-navbar .user .photo {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid rgba(190, 198, 195, 0.3);
  margin: 0 auto;
}
.sidebar .user .photo img,
.bootstrap-navbar .user .photo img {
  width: 100%;
}
.sidebar .user a,
.sidebar .user .btn,
.bootstrap-navbar .user a,
.bootstrap-navbar .user .btn {
  text-align: center;
  color: rgb(190, 198, 195);
  padding: 6px 10px;
  text-align: center;
  display: block;
}
.sidebar:after, .sidebar:before,
.bootstrap-navbar:after,
.bootstrap-navbar:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.sidebar:after,
.bootstrap-navbar:after {
  background-color: rgb(79, 88, 88);
  z-index: 3;
  opacity: 1;
}

.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
  min-height: 100%;
  overflow: auto;
}
.main-panel > .content {
  padding: 30px 20px;
  min-height: calc(100vh - 48px - 77px);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .main-panel > .content {
    min-height: calc(100vh - 48px - 77px - 25px);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .main-panel > .content {
    min-height: calc(100vh - 48px - 77px - 60px);
  }
}
.main-panel > .content-no-padding {
  padding: 0;
}
.main-panel .navbar {
  margin-bottom: 0;
}

.modal-open .main-panel {
  z-index: 1050;
}

.sidebar,
.main-panel,
.sidebar-wrapper,
.navbar-fixed {
  -webkit-transition-property: top, bottom, width;
  transition-property: top, bottom, width;
  -webkit-transition-duration: 0.2s, 0.2s, 0.35s;
  transition-duration: 0.2s, 0.2s, 0.35s;
  -webkit-transition-timing-function: linear, linear, ease;
  transition-timing-function: linear, linear, ease;
  -webkit-overflow-scrolling: touch;
}

.sidebar,
.main-panel {
  max-height: 100%;
  height: 100%;
}

.visible-on-sidebar-regular {
  display: inline-block !important;
}

.visible-on-sidebar-mini {
  display: none !important;
}

@media (min-width: 992px) {
  .hover-collapse, .sidebar-mini .sidebar .user:hover .collapse, .sidebar-mini .sidebar .sidebar-wrapper > .nav li li:hover > .collapse, .sidebar-mini .sidebar .sidebar-wrapper > .nav li li:focus > .collapse, .sidebar-mini .sidebar .sidebar-wrapper > .nav li:hover > .collapse.collapse-bottom, .sidebar-mini .sidebar .sidebar-wrapper > .nav li:focus > .collapse.collapse-bottom, .sidebar-mini .sidebar .sidebar-wrapper > .nav li:hover > .collapse, .sidebar-mini .sidebar .sidebar-wrapper > .nav li:focus > .collapse {
    display: block;
    position: absolute;
    top: 11px;
    left: 130px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0px;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  }

  .sidebar-mini .visible-on-sidebar-regular {
    display: none !important;
  }
  .sidebar-mini .visible-on-sidebar-mini {
    display: inline-block !important;
  }
  .sidebar-mini .sidebar {
    width: 130px;
    display: block;
    position: fixed;
    font-weight: 200;
    z-index: 3;
  }
  .sidebar-mini .sidebar .sidebar-wrapper {
    overflow: inherit;
    width: 130px;
    height: calc(100vh - 142px - 71px);
    min-height: 500px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-width: 992px) and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .sidebar-mini .sidebar .sidebar-wrapper {
    height: calc(100vh - 142px - 71px - 25px);
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li:hover > .collapse.collapse-bottom, .sidebar-mini .sidebar .sidebar-wrapper > .nav li:focus > .collapse.collapse-bottom {
    top: auto;
    bottom: 0;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a,
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > .btn {
    margin: 0;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a:before, .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a:after,
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > .btn:before,
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > .btn:after {
    display: none;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li li:hover > .collapse, .sidebar-mini .sidebar .sidebar-wrapper > .nav li li:focus > .collapse {
    left: 160px;
    top: -7px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav > li > a,
.sidebar-mini .sidebar .sidebar-wrapper > .nav > li > .btn {
    text-align: center;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav p {
    color: transparent;
    line-height: 15px;
    margin: 5px 0 0 0;
    white-space: normal;
    min-height: 30px;
    hyphens: auto;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav p .caret {
    display: none;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li:hover p {
    color: #FFFFFF;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav i {
    float: none;
    margin-right: 0;
    font-size: 40px;
    line-height: 42px;
    width: auto;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav > li > a .notification {
    border-radius: 16px;
    min-width: 32px;
    padding: 0 6px;
    height: 32px;
    line-height: 32px;
    left: 50%;
    top: 28px;
    margin-left: 12px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav > li > a .notification span {
    font-size: 14px;
    line-height: 26px;
    border-radius: 13px;
    min-width: 26px;
    padding: 0 6px;
    height: 26px;
    left: 3px;
    top: 3px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav > li > a .notification.notification-inline {
    position: static;
    background-color: transparent;
    display: inline-block;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav > li > a .notification.notification-inline span {
    border-radius: 4px;
    position: static;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li li .notification {
    position: static;
    background-color: transparent;
    display: inline-block;
    float: none;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    transition: background-color 150ms ease-in;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li li .notification span {
    position: static;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 10px;
    min-width: 14px;
    padding: 0 3px;
    height: 14px;
    color: #FFFFFF;
    left: 2px;
    top: 2px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li li .notification.notification-inline {
    position: static;
    background-color: transparent;
    display: inline-block;
    float: none;
    padding: 0 6px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li li .notification.notification-inline span {
    border-radius: 4px;
    position: static;
    display: inline-block;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav li .caret {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 15px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li > a,
.sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li > .btn {
    color: rgb(56, 57, 53);
    padding: 8px 16px;
    margin: 0;
    border-radius: 0;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li:last-child > a,
.sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li:last-child > .btn {
    margin-bottom: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li:first-child > a,
.sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li:first-child > .btn {
    margin-top: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .info > a,
.sidebar-mini .sidebar .info > .btn {
    height: 0;
    padding: 0;
    opacity: 0;
  }
  .sidebar-mini .sidebar .info .collapse .nav li > a,
.sidebar-mini .sidebar .info .collapse .nav li > .btn {
    margin: 0;
    border-radius: 0;
  }
  .sidebar-mini .sidebar .info [data-toggle=collapse] ~ div > ul > li:last-child > a,
.sidebar-mini .sidebar .info [data-toggle=collapse] ~ div > ul > li:last-child > .btn {
    margin-bottom: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .sidebar-mini .sidebar .info [data-toggle=collapse] ~ div > ul > li:first-child > a,
.sidebar-mini .sidebar .info [data-toggle=collapse] ~ div > ul > li:first-child > .btn {
    margin-top: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .user {
    position: relative;
  }
  .sidebar-mini .sidebar .user .nav a,
.sidebar-mini .sidebar .user .nav .btn {
    color: rgb(56, 57, 53);
  }
  .sidebar-mini .sidebar .user .photo {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .collapse .nav {
    width: 230px;
    height: auto;
    position: relative;
  }
  .sidebar-mini .sidebar .collapse .nav li:hover > a, .sidebar-mini .sidebar .collapse .nav li:hover > .btn,
.sidebar-mini .sidebar .collapse .nav li:focus > a,
.sidebar-mini .sidebar .collapse .nav li:focus > .btn {
    background-color: rgb(237, 239, 238);
    opacity: 1;
    text-decoration: none;
  }
  .sidebar-mini .sidebar .collapse .nav:after {
    border-right: 11px solid #fff;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    display: inline-block;
    left: -10px;
    top: 8px;
  }
  .sidebar-mini .sidebar .collapse .nav li.active > a,
.sidebar-mini .sidebar .collapse .nav li.active > .btn {
    background-color: rgb(237, 239, 238);
    opacity: 1;
    text-decoration: none;
  }
  .sidebar-mini .sidebar .collapse .nav:before {
    border-right: 11px solid #ccc;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    display: inline-block;
    left: -11px;
    top: 4px;
  }
  .sidebar-mini .sidebar .collapse .nav:after {
    border-right: 11px solid #fff;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    display: inline-block;
    left: -10px;
    top: 4px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .collapse.collapse-bottom .nav:before {
    top: auto;
    bottom: 49px;
  }
  .sidebar-mini .sidebar .collapse.collapse-bottom .nav:after {
    top: auto;
    bottom: 49px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar .collapse li .nav:before {
    display: none;
  }
  .sidebar-mini .sidebar .collapse li .nav:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .main-panel {
    width: calc(100% - 130px);
    margin-left: 130px;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .wrapper {
    height: auto;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .sidebar,
.sidebar-mini .main-panel {
    overflow: visible;
    max-height: none;
    height: auto;
  }
}
@media (min-width: 992px) {
  .sidebar-mini .navbar-fixed {
    width: calc(100% - 130px);
  }
}
@media (min-width: 992px) {
  .sidebar-mini .navbar-minimize {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .sidebar-mini .navbar-minimize .icon {
    font-size: 40px;
    line-height: 42px;
    width: auto;
  }
}
@media print {
  .sidebar {
    display: none !important;
  }

  .main-panel {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .wrapper {
    height: auto !important;
  }
}
.btn {
  border-width: 1px;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 6px 12px;
  border-color: rgb(160, 172, 170);
  color: rgb(160, 172, 170);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle {
  background-color: transparent;
  color: rgb(79, 88, 88);
  border-color: rgb(79, 88, 88);
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
  background-color: transparent;
  border-color: rgb(160, 172, 170);
}
.btn.btn-fill {
  color: #FFFFFF;
  background-color: rgb(160, 172, 170);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open > .btn.btn-fill.dropdown-toggle {
  background-color: rgb(79, 88, 88);
  color: #FFFFFF;
}
.btn.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn .caret {
  border-top-color: rgb(160, 172, 170);
}
.btn:hover, .btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: 0 !important;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
.btn.btn-icon {
  padding: 6px;
}
.btn .btn-label .icon {
  width: 13px;
}
.btn .icon {
  width: 20px;
}

.btn-default {
  border-color: rgb(56, 57, 53);
  color: rgb(56, 57, 53);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default.active:hover, .open > .btn-default.dropdown-toggle {
  background-color: transparent;
  color: rgb(79, 88, 88);
  border-color: rgb(79, 88, 88);
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default:disabled, .btn-default:disabled:hover, .btn-default:disabled:focus, .btn-default:disabled.focus, .btn-default:disabled:active, .btn-default:disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: rgb(56, 57, 53);
}
.btn-default.btn-fill {
  color: #FFFFFF;
  background-color: rgb(56, 57, 53);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-default.btn-fill:hover, .btn-default.btn-fill:focus, .btn-default.btn-fill:active, .btn-default.btn-fill.active, .open > .btn-default.btn-fill.dropdown-toggle {
  background-color: rgb(79, 88, 88);
  color: #FFFFFF;
}
.btn-default.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-default .caret {
  border-top-color: rgb(56, 57, 53);
}

.btn-primary {
  border-color: #447DF7;
  color: #447DF7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle {
  background-color: transparent;
  color: #2c6cf6;
  border-color: #2c6cf6;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: transparent;
  border-color: #447DF7;
}
.btn-primary.btn-fill {
  color: #FFFFFF;
  background-color: #447DF7;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
  background-color: #2c6cf6;
  color: #FFFFFF;
}
.btn-primary.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-primary .caret {
  border-top-color: #447DF7;
}

.btn-success {
  border-color: rgb(149, 193, 31);
  color: rgb(149, 193, 31);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover, .open > .btn-success.dropdown-toggle {
  background-color: transparent;
  color: #84ab1b;
  border-color: #84ab1b;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: transparent;
  border-color: rgb(149, 193, 31);
}
.btn-success.btn-fill {
  color: #FFFFFF;
  background-color: rgb(149, 193, 31);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
  background-color: #84ab1b;
  color: #FFFFFF;
}
.btn-success.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-success .caret {
  border-top-color: rgb(149, 193, 31);
}

.btn-info {
  border-color: rgb(80, 192, 223);
  color: rgb(80, 192, 223);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover, .open > .btn-info.dropdown-toggle {
  background-color: transparent;
  color: #36b7da;
  border-color: #36b7da;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: transparent;
  border-color: rgb(80, 192, 223);
}
.btn-info.btn-fill {
  color: #FFFFFF;
  background-color: rgb(80, 192, 223);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
  background-color: #36b7da;
  color: #FFFFFF;
}
.btn-info.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-info .caret {
  border-top-color: rgb(80, 192, 223);
}

.btn-warning {
  border-color: rgb(247, 168, 0);
  color: rgb(247, 168, 0);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:focus, .btn-warning.active:hover, .open > .btn-warning.dropdown-toggle {
  background-color: transparent;
  color: #d39000;
  border-color: #d39000;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: transparent;
  border-color: rgb(247, 168, 0);
}
.btn-warning.btn-fill {
  color: #FFFFFF;
  background-color: rgb(247, 168, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
  background-color: #d39000;
  color: #FFFFFF;
}
.btn-warning.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-warning .caret {
  border-top-color: rgb(247, 168, 0);
}

.btn-danger {
  border-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger.active:hover, .open > .btn-danger.dropdown-toggle {
  background-color: transparent;
  color: #c2410d;
  border-color: #c2410d;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: transparent;
  border-color: rgb(232, 78, 15);
}
.btn-danger.btn-fill {
  color: #FFFFFF;
  background-color: rgb(232, 78, 15);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open > .btn-danger.btn-fill.dropdown-toggle {
  background-color: #c2410d;
  color: #FFFFFF;
}
.btn-danger.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-danger .caret {
  border-top-color: rgb(232, 78, 15);
}

.btn-neutral {
  border-color: rgb(190, 198, 195);
  color: rgb(190, 198, 195);
}
.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover, .open > .btn-neutral.dropdown-toggle {
  background-color: transparent;
  color: rgb(190, 198, 195);
  border-color: rgb(190, 198, 195);
}
.btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral:hover, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral.active {
  background-color: transparent;
  border-color: rgb(190, 198, 195);
}
.btn-neutral.btn-fill {
  color: #FFFFFF;
  background-color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active, .open > .btn-neutral.btn-fill.dropdown-toggle {
  background-color: rgb(190, 198, 195);
  color: #FFFFFF;
}
.btn-neutral.btn-fill .caret {
  border-top-color: #FFFFFF;
}
.btn-neutral .caret {
  border-top-color: rgb(190, 198, 195);
}
.btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
  background-color: rgb(190, 198, 195);
  color: rgb(56, 57, 53);
}
.btn-neutral.btn-fill, .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
  color: rgb(56, 57, 53);
}
.btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
.btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
  background-color: transparent;
}

.btn:disabled, .btn[disabled], .btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  padding: 8px 16px;
}
.btn-round.btn-icon {
  padding: 8px;
}

.btn-simple {
  border: 0;
  font-size: 16px;
  padding: 6px 12px;
}
.btn-simple.btn-icon {
  padding: 6px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 400;
}
.btn-lg.btn-round, .btn-group-lg > .btn-round.btn {
  padding: 11px 16px;
}
.btn-lg.btn-simple, .btn-group-lg > .btn-simple.btn {
  padding: 12px 16px;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 10px;
}
.btn-sm.btn-round, .btn-group-sm > .btn-round.btn {
  padding: 6px 10px;
}
.btn-sm.btn-simple, .btn-group-sm > .btn-simple.btn {
  padding: 7px 10px;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: 12px;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-xs.btn-round, .btn-group-xs > .btn-round.btn {
  padding: 2px 5px;
}
.btn-xs.btn-simple, .btn-group-xs > .btn-simple.btn {
  padding: 3px 5px;
}

.btn-wd {
  min-width: 140px;
}

.btn-group.select {
  width: 100%;
}

.btn-group.select .btn {
  text-align: left;
}

.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px;
}

/*     General overwrite     */
body {
  background: rgb(235, 238, 237);
}

body,
.wrapper {
  min-height: 100vh;
  position: relative;
}

a {
  color: rgb(80, 192, 223);
}
a:hover, a:focus {
  color: #36b7da;
  text-decoration: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: 0;
}

.ui-slider-handle:focus,
.navbar-toggle,
input:focus {
  outline: 0 !important;
}

/*           Animations              */
.animation-transition-general, .login-page .card, .sidebar .nav p, .sidebar .user .photo,
.bootstrap-navbar .user .photo, .sidebar .user a,
.sidebar .user .btn,
.bootstrap-navbar .user a,
.bootstrap-navbar .user .btn {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.animation-transition-fast, .bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}

.animation-transition-ultra-fast, .tagsinput .tagsinput-remove-link, .tagsinput .tag {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  -ms-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
}

.form-control,
.input-group-addon,
.tagsinput,
.navbar .alert,
.panel-collapse.collapse-hover {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.sidebar .nav a,
.table > tbody > tr .td-actions .btn,
.ivaris-responsive-table > tbody > tr .td-actions .btn,
.caret {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.btn {
  -webkit-transition: all 60ms ease-in;
  -moz-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  -ms-transition: all 60ms ease-in;
  transition: all 60ms ease-in;
}

.fa {
  width: 18px;
  text-align: center;
}

.margin-top {
  margin-top: 50px;
}

a[data-toggle=collapse][aria-expanded=true] .caret,
.btn[data-toggle=collapse][aria-expanded=true] .caret,
a.dropdown-toggle[aria-expanded=true] .caret {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

legend {
  font-size: 22px;
  font-weight: 300;
}

.full-screen-map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
}

.pkorg-toggleview {
  min-width: 120px;
  min-height: 36px;
  padding: 0 20px 0 !important;
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: 0;
  display: block;
}
.pkorg-toggleview li {
  float: left;
}
.pkorg-toggleview li .btn {
  border-left: 1px solid rgb(56, 57, 53);
  border-radius: 0;
  float: left;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2px;
  margin-left: 7px;
}
.pkorg-toggleview li .btn .icon {
  font-size: 30px;
  margin-top: -2px;
}
.pkorg-toggleview li:first-child .btn {
  margin-left: 0;
  border: none;
}
.pkorg-toggleview li.active .btn {
  color: rgb(56, 57, 53);
}

dl.tablelist {
  border-top: 1px solid rgb(160, 172, 170);
}
dl.tablelist dt {
  display: none;
}
dl.tablelist dd {
  border-bottom: 1px solid rgb(160, 172, 170);
  line-height: 1.5;
}
dl.tablelist dd a {
  color: inherit;
}

.row.save {
  margin: 4em 0;
}

.form-control::-moz-placeholder {
  color: rgb(154, 157, 156);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
  color: rgb(154, 157, 156);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
  color: rgb(154, 157, 156);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
  color: rgb(154, 157, 156);
  opacity: 1;
  filter: alpha(opacity=100);
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
body .select2-container .select2-choices .select2-search-field input,
body .select2-container .select2-choice,
body .select2-container .select2-choices {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

body .select2-search input {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

body .select2-container .select2-choice {
  padding: 6px 8px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .select2-results {
  margin: 0.5em 0 0 0;
  padding: 0;
}

body .select2-results .select2-result-label {
  padding-top: 6px;
  padding-bottom: 6px;
}

body .select2-container .select2-choice > .select2-chosen {
  line-height: 28px;
  padding: 0;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
body .select2-container-active .select2-choice,
body .select2-container-multi.select2-container-active .select2-choices {
  border-color: rgb(112, 124, 124);
}

body .select2-container-active.open .select2-choice,
body .select2-container-multi.select2-container-active.open .select2-choices {
  border-color: rgb(112, 124, 124) !important;
}

body .select2-drop-active {
  border-color: rgb(112, 124, 124);
}

body .select2-drop-auto-width,
body .select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: rgb(112, 124, 124);
}

/* Mark invalid Select2 */
body .ng-dirty.ng-invalid > a.select2-choice {
  border-color: rgb(232, 78, 15);
}

/* Mark invalid Selectize */
body .ng-dirty.ng-invalid > div.selectize-input {
  border-color: rgb(232, 78, 15);
}

/* Mark invalid Bootstrap */
body .ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: rgb(232, 78, 15);
}

body .select2-container .select2-choice .select2-arrow {
  width: 20px;
  top: 3px;
}

body .select2-container + .select-cleaner {
  position: absolute;
  top: 10px;
  left: calc(100% - 34px);
  color: rgb(190, 198, 195);
  background-color: #FFFFFF;
}

@media (max-width: 992px) {
  body .select2-container + .select-cleaner {
    left: calc(100% - 34px);
  }
}
body .select2-container-active + .select-cleaner,
body .select2-container-multi.select2-container-active + .select-cleaner,
body .select2-drop-active + .select-cleaner,
body .select2-drop-auto-width + .select-cleaner,
body .select2-drop.select2-drop-above.select2-drop-active {
  color: rgb(112, 124, 124);
}

body .select2-drop {
  color: rgb(56, 57, 53);
}

body .select2-results .select2-highlighted,
body .ui-select-choices-row:hover {
  background-color: rgb(237, 239, 238);
  color: rgb(56, 57, 53);
}

.form-control {
  background-color: #FFFFFF;
  border: 1px solid rgb(190, 198, 195);
  border-radius: 4px;
  color: #565656;
  padding: 6px 8px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: #FFFFFF;
  border: 1px solid rgb(112, 124, 124);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}
.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-warning .form-control, .has-success .form-control:focus, .has-warning .form-control:focus {
  border-color: rgb(190, 198, 195);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus, .form-control.valid:focus {
  border-color: rgb(149, 193, 31);
}
.has-error .form-control, .form-control.error, .has-error .form-control:focus {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.form-control + .form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  vertical-align: middle;
}
.open .form-control {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 55px;
  padding: 10px 16px;
}

.has-error .form-control-feedback {
  color: rgb(232, 78, 15);
}

.has-success .form-control-feedback {
  color: rgb(149, 193, 31);
}

.has-success .control-label, .has-success .form-horizontal .veranstaltung-control-label, .form-horizontal .has-success .veranstaltung-control-label {
  color: rgb(149, 193, 31);
}
.has-warning .control-label, .has-warning .form-horizontal .veranstaltung-control-label, .form-horizontal .has-warning .veranstaltung-control-label {
  color: rgb(247, 168, 0);
}
.has-error .control-label, .has-error .form-horizontal .veranstaltung-control-label, .form-horizontal .has-error .veranstaltung-control-label {
  color: rgb(232, 78, 15);
}

.input-group-addon {
  border: 1px solid rgb(190, 198, 195);
  border-radius: 4px;
}
.has-success .input-group-addon, .has-error .input-group-addon {
  background-color: rgb(190, 198, 195);
  border: 1px solid rgb(190, 198, 195);
}
.has-error .input-group-addon, .has-error.input-group-focus .input-group-addon {
  border-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}
.has-success.input-group-focus .input-group-addon {
  border-color: rgb(149, 193, 31);
}
.has-error .form-control:focus + .input-group-addon {
  border-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}
.has-success .form-control:focus + .input-group-addon {
  border-color: rgb(149, 193, 31);
  color: rgb(149, 193, 31);
}
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
  background-color: rgb(190, 198, 195);
  border-color: rgb(79, 88, 88);
}

.input-group-btn .btn {
  height: 40px;
  font-size: 30px;
}

.input-sm + .input-group-btn .btn, .input-group-sm > .form-control + .input-group-btn .btn,
.input-group-sm > .input-group-addon + .input-group-btn .btn,
.input-group-sm > .input-group-btn > .btn + .input-group-btn .btn {
  height: 30px;
  font-size: 20px;
}

.input-lg + .input-group-btn .btn, .input-group-lg > .form-control + .input-group-btn .btn,
.input-group-lg > .input-group-addon + .input-group-btn .btn,
.input-group-lg > .input-group-btn > .btn + .input-group-btn .btn {
  height: 50px;
  font-size: 40px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgb(237, 239, 238);
  color: rgb(56, 57, 53);
  cursor: not-allowed;
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 2px 12px;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: rgb(160, 172, 170);
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

.input-group-focus .input-group-addon {
  border-color: rgb(112, 124, 124);
}

.progress {
  background-color: #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
  height: 4px;
}

.progress-thin {
  height: 2px;
}

.progress-bar,
.progress-bar-primary {
  background-color: #447DF7;
}

.progress-bar-info {
  background-color: rgb(80, 192, 223);
}

.progress-bar-success {
  background-color: rgb(149, 193, 31);
}

.progress-bar-warning {
  background-color: rgb(247, 168, 0);
}

.progress-bar-danger {
  background-color: rgb(232, 78, 15);
}

/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -10px;
  top: -7px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  background-color: #E5E5E5;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  background: #999999;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

.slider-primary .ui-widget-header {
  background-color: #447DF7;
}

.slider-info .ui-widget-header {
  background-color: rgb(80, 192, 223);
}

.slider-success .ui-widget-header {
  background-color: rgb(149, 193, 31);
}

.slider-warning .ui-widget-header {
  background-color: rgb(247, 168, 0);
}

.slider-danger .ui-widget-header {
  background-color: rgb(232, 78, 15);
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(241, 241, 242)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f2",GradientType=0 );
  /* IE6-9 */
  border-radius: 50%;
  box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid rgb(232, 78, 15);
  background-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: rgb(232, 78, 15);
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: rgb(232, 78, 15);
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

form label.radio, form label.checkbox {
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
}
form label.radio span, form label.checkbox span {
  cursor: pointer;
}
form label.radio input, form label.checkbox input {
  cursor: pointer;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-top: 0;
}
.form-horizontal .checkbox:first-child, .form-horizontal .checkbox.checkbox-inline, .form-horizontal .checkbox.radio-inline,
.form-horizontal .radio:first-child,
.form-horizontal .radio.checkbox-inline,
.form-horizontal .radio.radio-inline {
  margin-top: 10px;
}

star {
  color: rgb(232, 78, 15);
  padding-left: 3px;
}

.form-control-static {
  padding-top: 10px;
  padding-left: 6px;
  font-size: 14px;
}

textarea {
  padding-top: 8px !important;
  line-height: 1.6em !important;
  font-size: 14px !important;
}

.redactor-editor {
  min-height: 130px !important;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.428571429 !important;
  color: rgb(56, 57, 53) !important;
  padding: 8px 6px !important;
  background-color: #FFFFFF !important;
  border: 1px solid rgb(190, 198, 195) !important;
  border-radius: 0 0 4px 4px !important;
}

.redactor-editor * {
  font-size: 14px !important;
}

.redactor-placeholder::after {
  top: 8px !important;
  left: 6px !important;
}

.redactor-toolbar {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: rgb(56, 57, 53) !important;
  background-color: #FFFFFF !important;
  border: 1px solid rgb(190, 198, 195) !important;
  border-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .form-horizontal .control-label, .form-horizontal .veranstaltung-control-label {
    padding-top: 12px !important;
  }
  .form-horizontal code {
    margin-top: 8px;
    display: inline-block;
  }
}
.alert {
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 14px;
}
.container .alert {
  border-radius: 4px;
}
.navbar .alert {
  border-radius: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 85px;
  width: 100%;
  z-index: 3;
}
.navbar:not(.navbar-transparent) .alert {
  top: 70px;
}
.alert span[data-notify=icon] {
  font-size: 30px;
  display: block;
  left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.alert button.close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  z-index: 1033;
  background-color: #FFFFFF;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  line-height: 11px;
  width: 25px;
  height: 25px;
  outline: 0 !important;
  text-align: center;
  padding: 3px;
  font-weight: 300;
}
.alert button.close:hover {
  opacity: 0.55;
}
.alert .close ~ span {
  display: block;
  max-width: 89%;
  word-wrap: break-word;
}
.alert[data-notify=container] {
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
}
.alert.alert-with-icon {
  padding-left: 65px;
}
.alert .meta {
  font-size: 85%;
}

.alert-info {
  background-color: #91d7eb;
}

.alert-success {
  background-color: #b0de35;
}

.alert-warning {
  background-color: #ffbb2b;
}

.alert-danger {
  background-color: #f26e38;
}

.table .radio, .ivaris-responsive-table .radio,
.table .checkbox,
.ivaris-responsive-table .checkbox {
  position: relative;
  min-height: 20px;
  display: block;
  width: 20px;
  padding: 0px 0px;
  margin: 0px 5px;
  text-align: center;
}
.table .radio .icons, .ivaris-responsive-table .radio .icons,
.table .checkbox .icons,
.ivaris-responsive-table .checkbox .icons {
  left: 5px;
}
.table > thead > tr > th, .ivaris-responsive-table > thead > tr > th,
.table > tbody > tr > th,
.ivaris-responsive-table > tbody > tr > th,
.table > tfoot > tr > th,
.ivaris-responsive-table > tfoot > tr > th,
.table > thead > tr > td,
.ivaris-responsive-table > thead > tr > td,
.table > tbody > tr > td,
.ivaris-responsive-table > tbody > tr > td,
.table > tfoot > tr > td,
.ivaris-responsive-table > tfoot > tr > td {
  padding: 12px 8px;
  vertical-align: middle;
  border-color: rgb(190, 198, 195);
}
.table > thead > tr > th, .ivaris-responsive-table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 14px;
  color: rgb(79, 88, 88);
  font-weight: 600;
  padding-bottom: 5px;
}
.table .td-actions .btn, .ivaris-responsive-table .td-actions .btn {
  opacity: 0.36;
  filter: alpha(opacity=36);
}
.table .td-actions .btn.btn-xs, .ivaris-responsive-table .td-actions .btn.btn-xs, .table .td-actions .btn-group-xs > .btn, .ivaris-responsive-table .td-actions .btn-group-xs > .btn {
  padding-left: 3px;
  padding-right: 3px;
}
.table .td-actions, .ivaris-responsive-table .td-actions {
  min-width: 90px;
}
.table > tbody > tr, .ivaris-responsive-table > tbody > tr {
  position: relative;
}
.table > tbody > tr:hover .td-actions .btn, .ivaris-responsive-table > tbody > tr:hover .td-actions .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

.table-top > thead > tr > th,
.table-top > tbody > tr > th,
.table-top > tfoot > tr > th,
.table-top > thead > tr > td,
.table-top > tbody > tr > td,
.table-top > tfoot > tr > td {
  vertical-align: top;
}

.table-bigboy > thead > tr > th {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(79, 88, 88);
  font-weight: 400;
}
.table-bigboy > tbody > tr > td {
  font-size: 14px;
}
.table-bigboy > tbody > tr > td b {
  display: block;
  margin-bottom: 5px;
}
.table-bigboy .td-name {
  font-weight: 300;
  font-size: 18px;
}
.table-bigboy .td-name {
  min-width: 240px;
}
.table-bigboy .td-number {
  text-align: right;
  min-width: 110px;
}
.table-bigboy .td-number small {
  margin-right: 3px;
}
.table-bigboy .td-actions {
  width: 60px;
  min-width: auto;
}
.table-bigboy .td-actions .btn {
  float: right;
}
.table-bigboy .img-container {
  width: 180px;
  height: 120px;
  overflow: hidden;
  display: block;
  border-radius: 6px;
}
.table-bigboy .img-container img {
  width: 100%;
}

.table > thead > tr > td.success, .ivaris-responsive-table > thead > tr > td.success,
.table > thead > tr > th.success,
.ivaris-responsive-table > thead > tr > th.success, .table > thead > tr.success > td, .ivaris-responsive-table > thead > tr.success > td, .table > thead > tr.success > th, .ivaris-responsive-table > thead > tr.success > th,
.table > tbody > tr > td.success,
.ivaris-responsive-table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.ivaris-responsive-table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.ivaris-responsive-table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.ivaris-responsive-table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.ivaris-responsive-table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.ivaris-responsive-table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.ivaris-responsive-table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.ivaris-responsive-table > tfoot > tr.success > th {
  background-color: rgba(149, 193, 31, 0.2);
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgba(159, 206, 33, 0.2);
}

.table > thead > tr > td.info, .ivaris-responsive-table > thead > tr > td.info,
.table > thead > tr > th.info,
.ivaris-responsive-table > thead > tr > th.info, .table > thead > tr.info > td, .ivaris-responsive-table > thead > tr.info > td, .table > thead > tr.info > th, .ivaris-responsive-table > thead > tr.info > th,
.table > tbody > tr > td.info,
.ivaris-responsive-table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.ivaris-responsive-table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.ivaris-responsive-table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.ivaris-responsive-table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.ivaris-responsive-table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.ivaris-responsive-table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.ivaris-responsive-table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.ivaris-responsive-table > tfoot > tr.info > th {
  background-color: rgba(80, 192, 223, 0.2);
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgba(93, 197, 225, 0.2);
}

.table > thead > tr > td.warning, .ivaris-responsive-table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.ivaris-responsive-table > thead > tr > th.warning, .table > thead > tr.warning > td, .ivaris-responsive-table > thead > tr.warning > td, .table > thead > tr.warning > th, .ivaris-responsive-table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.ivaris-responsive-table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.ivaris-responsive-table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.ivaris-responsive-table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.ivaris-responsive-table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.ivaris-responsive-table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.ivaris-responsive-table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.ivaris-responsive-table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.ivaris-responsive-table > tfoot > tr.warning > th {
  background-color: rgba(247, 168, 0, 0.2);
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(255, 176, 7, 0.2);
}

.table > thead > tr > td.danger, .ivaris-responsive-table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.ivaris-responsive-table > thead > tr > th.danger, .table > thead > tr.danger > td, .ivaris-responsive-table > thead > tr.danger > td, .table > thead > tr.danger > th, .ivaris-responsive-table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.ivaris-responsive-table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.ivaris-responsive-table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.ivaris-responsive-table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.ivaris-responsive-table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.ivaris-responsive-table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.ivaris-responsive-table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.ivaris-responsive-table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.ivaris-responsive-table > tfoot > tr.danger > th {
  background-color: rgba(232, 78, 15, 0.2);
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(240, 86, 22, 0.2);
}

.tagsinput {
  height: 40px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin: 5px 3px 5px 0;
  padding: 2px 12px;
  border: 1px solid rgb(56, 57, 53);
  border-radius: 3px;
  color: rgb(56, 57, 53);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.tagsinput .tag:hover {
  padding-left: 10px;
  padding-right: 14px;
}
.tagsinput .tagsinput-add {
  color: rgb(56, 57, 53);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 5px 6px;
  margin: 5px 0 0;
  vertical-align: top;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tagsinput .tagsinput-add:hover, .tagsinput .tagsinput-add:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tagsinput .tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}
.tagsinput .tagsinput-remove-link {
  color: rgb(56, 57, 53);
  cursor: pointer;
  font-size: 12px;
  padding: 2px 0;
  position: absolute;
  right: 0;
  opacity: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  opacity: 1;
  padding-right: 6px;
}
.tagsinput .tagsinput-remove-link:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.tagsinput .tagsinput-add-container {
  display: inline-block;
  vertical-align: middle;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: rgb(56, 57, 53);
  margin: 0;
  outline: medium none !important;
  padding: 0 0 0 5px;
  vertical-align: top;
  width: 30px;
  height: 40px;
}
.tagsinput.tag-blue .tag, .tagsinput.tag-blue .tagsinput-remove-link {
  border-color: #447DF7;
  color: #447DF7;
}
.tagsinput.tag-azure .tag, .tagsinput.tag-azure .tagsinput-remove-link {
  border-color: rgb(80, 192, 223);
  color: rgb(80, 192, 223);
}
.tagsinput.tag-green .tag, .tagsinput.tag-green .tagsinput-remove-link {
  border-color: rgb(149, 193, 31);
  color: rgb(149, 193, 31);
}
.tagsinput.tag-orange .tag, .tagsinput.tag-orange .tagsinput-remove-link {
  border-color: rgb(247, 168, 0);
  color: rgb(247, 168, 0);
}
.tagsinput.tag-red .tag, .tagsinput.tag-red .tagsinput-remove-link {
  border-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}
.tagsinput.tag-fill.tag-blue .tag {
  border-color: #447DF7;
  color: #FFFFFF;
  background-color: #447DF7;
}
.tagsinput.tag-fill.tag-azure .tag {
  border-color: rgb(80, 192, 223);
  color: #FFFFFF;
  background-color: rgb(80, 192, 223);
}
.tagsinput.tag-fill.tag-green .tag {
  border-color: rgb(149, 193, 31);
  color: #FFFFFF;
  background-color: rgb(149, 193, 31);
}
.tagsinput.tag-fill.tag-orange .tag {
  border-color: rgb(247, 168, 0);
  color: #FFFFFF;
  background-color: rgb(247, 168, 0);
}
.tagsinput.tag-fill.tag-red .tag {
  border-color: rgb(232, 78, 15);
  color: #FFFFFF;
  background-color: rgb(232, 78, 15);
}
.tagsinput.tag-fill .tagsinput-remove-link {
  color: #FFFFFF;
}

.tooltip {
  font-size: 14px;
  font-weight: 600;
}
.tooltip.top {
  margin-top: -11px;
  padding: 0;
}
.tooltip.top .tooltip-inner:after {
  border-top: 11px solid rgb(190, 198, 195);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
  border-top: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  bottom: -11px;
}
.tooltip.bottom {
  margin-top: 11px;
  padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
  border-bottom: 11px solid rgb(190, 198, 195);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  top: -11px;
}
.tooltip.left {
  margin-left: -11px;
  padding: 0;
}
.tooltip.left .tooltip-inner:after {
  border-left: 11px solid rgb(190, 198, 195);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  right: -10px;
  left: auto;
  margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
  border-left: 11px solid rgba(0, 0, 0, 0.2);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  right: -11px;
  left: auto;
  margin-left: 0;
}
.tooltip.right {
  margin-left: 11px;
  padding: 0;
}
.tooltip.right .tooltip-inner:after {
  border-right: 11px solid rgb(190, 198, 195);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  left: -10px;
  top: 0;
  margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
  border-right: 11px solid rgba(0, 0, 0, 0.2);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  left: -11px;
  top: 0;
  margin-left: 0;
}
.tooltip.top-right .tooltip-inner:after, .tooltip.top-right .tooltip-inner:before {
  margin-left: -12px;
}
.tooltip.bottom-right .tooltip-inner:after, .tooltip.bottom-right .tooltip-inner:before {
  margin-left: -12px;
}

.tooltip-arrow {
  display: none;
  opacity: 0;
}

.tooltip-inner {
  background-color: rgb(190, 198, 195);
  border-radius: 4px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
  color: #FFFFFF;
  width: auto;
  max-width: none !important;
  white-space: nowrap;
  min-width: 90px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}

.tooltip-inner:after {
  content: "";
  display: inline-block;
  left: calc(100% - 11px);
  margin-left: -50%;
  position: absolute;
}

.tooltip-inner:before {
  content: "";
  display: inline-block;
  left: calc(100% - 11px);
  margin-left: -50%;
  position: absolute;
}

.popover {
  padding: 0;
  border-radius: 4px;
  z-index: 1031;
  border: 0;
  min-width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover * {
  color: white;
}

.popover-title {
  font-size: 16px;
  background-color: rgb(190, 198, 195);
  font-weight: 600;
  line-height: 22px;
  padding: 6px 12px;
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border: 0;
}
.popover-title span, .popover-title small {
  font-size: 12px;
}

.popover-content {
  padding: 0 12px 12px;
  background-color: rgb(190, 198, 195);
  border-radius: 0 0 4px 4px;
}
.popover-content a {
  color: inherit;
}
.popover-content a:hover {
  color: inherit;
}
.popover-content p {
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 14px;
}
.popover-content p.danger-bg {
  background-color: rgb(232, 78, 15);
}
.popover-content .person-rolle {
  font-size: 12px;
  margin: -6px 0 6px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.popover-content .contactdata {
  padding: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid white;
}
.popover-content .contactdata .auto-overflow {
  overflow: hidden;
  max-width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popover-content .contactdata:last-child {
  padding-bottom: 6px;
}
.popover-content .colors {
  padding: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid white;
}
.popover-content .colors:last-child {
  padding-bottom: 6px;
}
.popover-content .colors a {
  display: block;
}
.popover-content .person-team.standalone {
  border-top: 1px solid white;
  padding: 6px 0 0;
  font-size: 14px;
}
.popover-content .person-team .person {
  margin-bottom: 12px;
}
.popover-content .person-team .person:before, .popover-content .person-team .person:after {
  display: table;
  content: " ";
}
.popover-content .person-team .person:after {
  clear: both;
}
.popover-content .person-team .person .person-meta {
  float: left;
}
.popover-content .person-team .person .person-contact {
  margin-top: 6px;
}
.popover-content .person-team [iv-person] strong {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.popover-content .person-team [iv-person] .avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.popover-content .person-team .avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 12px;
  text-align: center;
  float: left;
  border-radius: 40px;
  line-height: 40px;
  font-size: 1.2em;
  background-position: center center;
  background-size: cover;
  background-color: rgb(154, 157, 156);
}
.popover-content .person-team .more-members {
  border-top: 1px solid white;
  padding: 6px 0 6px;
  font-size: 14px;
}
.popover-content .person-team .more-members .member {
  line-height: 30px;
  margin-top: 6px;
}
.popover-content .person-team .more-members .member:before, .popover-content .person-team .more-members .member:after {
  display: table;
  content: " ";
}
.popover-content .person-team .more-members .member:after {
  clear: both;
}
.popover-content .person-team .more-members .member .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
}
.popover-content .list-group {
  margin: 0;
  padding-top: 6px;
}
.popover-content .list-group .list-group-item {
  padding: 0;
  margin: 0;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  background-color: transparent;
  display: block;
  color: #FFFFFF;
}
.popover-content .list-group .list-group-item:first-child {
  border-top: 1px solid #FFFFFF;
}

.popover.top .arrow:after {
  border-top-color: rgb(190, 198, 195) !important;
}

.popover.bottom .arrow:after {
  border-bottom-color: rgb(190, 198, 195) !important;
}

.popover.top-left {
  margin-left: 3px;
}

.popover-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.popover-filter.in {
  visibility: visible;
  opacity: 0.2;
  filter: alpha(opacity=20);
  transition-delay: 0s;
}

.primary-bg .popover-title, .primary-bg .popover-content {
  background-color: #447DF7;
}
.primary-bg .popover.top .arrow:after {
  border-top-color: #447DF7 !important;
}
.primary-bg .popover.bottom .arrow:after {
  border-bottom-color: #447DF7 !important;
}

.info-bg .popover-title, .info-bg .popover-content {
  background-color: rgb(80, 192, 223);
}
.info-bg .popover.top .arrow:after {
  border-top-color: rgb(80, 192, 223) !important;
}
.info-bg .popover.bottom .arrow:after {
  border-bottom-color: rgb(80, 192, 223) !important;
}

.success-bg .popover-title, .success-bg .popover-content {
  background-color: rgb(149, 193, 31);
}
.success-bg .popover.top .arrow:after {
  border-top-color: rgb(149, 193, 31) !important;
}
.success-bg .popover.bottom .arrow:after {
  border-bottom-color: rgb(149, 193, 31) !important;
}

.warning-bg .popover-title, .warning-bg .popover-content {
  background-color: rgb(247, 168, 0);
}
.warning-bg .popover.top .arrow:after {
  border-top-color: rgb(247, 168, 0) !important;
}
.warning-bg .popover.bottom .arrow:after {
  border-bottom-color: rgb(247, 168, 0) !important;
}

.danger-bg .popover-title, .danger-bg .popover-content {
  background-color: rgb(232, 78, 15);
}
.danger-bg .popover.top .arrow:after {
  border-top-color: rgb(232, 78, 15) !important;
}
.danger-bg .popover.bottom .arrow:after {
  border-bottom-color: rgb(232, 78, 15) !important;
}

/*      Checkbox and radio         */
.radio {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}

.radio input {
  outline: none !important;
  opacity: 0;
  margin-left: -9999px;
  position: absolute;
}

.radio .icons {
  color: rgb(160, 172, 170);
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.radio .icons .first-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio:hover {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.radio.checked .icons {
  color: rgb(80, 192, 223);
}

.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: rgb(80, 192, 223);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.radio.disabled {
  cursor: default;
  color: rgb(160, 172, 170) !important;
}

.radio.disabled .icons {
  color: rgb(160, 172, 170) !important;
}

.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio.disabled.checked .icons {
  color: rgb(160, 172, 170);
}

.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #D9D9D9;
}

.radio label.error {
  position: absolute;
  top: 15px;
  left: 5px;
}

/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.72222;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*   this code is for fixing safari bug with hidden overflow for border-radius   */
  -webkit-mask: url("../img/mask.png") 0 0 no-repeat;
  -webkit-mask-size: 60px 28px;
  mask: url("../img/mask.png") 0 0 no-repeat;
}

.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}

.has-switch > div {
  position: relative;
  top: 0;
  width: 100px;
}

.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}

.has-switch > div.switch-off {
  left: -32px;
}

.has-switch > div.switch-on {
  left: 0;
}

.has-switch > div label {
  background-color: #FFFFFF;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(241, 241, 242)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 242) 100%);
  background-size: 150% 150%;
  box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.has-switch input[type=checkbox] {
  display: none;
}

.has-switch span {
  /*     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: 400;
  height: 28px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  text-indent: -10px;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.has-switch span.switch-left {
  background-color: rgb(80, 192, 223);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px 0 0 30px;
  color: #FFFFFF;
}

.has-switch .switch-off span.switch-left {
  background-color: rgb(160, 172, 170);
}

.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: rgb(80, 192, 223);
  color: #ffffff;
  text-indent: -3px;
}

.has-switch .switch-off span.switch-right {
  background-color: rgb(160, 172, 170);
}

.has-switch label {
  border-radius: 12px;
  float: left;
  height: 22px;
  margin: 3px -15px;
  padding: 0;
  position: relative;
  transition: all 0.25s ease-out 0s;
  vertical-align: middle;
  width: 22px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.has-switch .switch-on .fa-check:before {
  margin-left: 10px;
}

.has-switch:hover .switch-on label {
  margin: 3px -19px;
  width: 26px;
}

.has-switch:hover .switch-off label {
  margin: 3px -15px;
  width: 26px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > .btn:hover,
.nav > li > .btn:focus {
  background-color: transparent;
}

.navbar {
  border: 0;
  font-size: 16px;
  border-radius: 0;
  min-height: 48px !important;
}
.navbar .navbar-brand {
  font-weight: 400;
  margin: 0px 0px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 33px;
  height: auto;
}
.navbar .logo {
  display: none;
}
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-nav > li.nolink,
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > .btn {
  padding: 0px 15px;
  margin: 8px 0 7px 0;
  position: relative;
  color: rgb(160, 172, 170);
  font-size: 14px;
  height: 33px;
  line-height: 33px;
}
.navbar .navbar-nav > li > a.btn {
  margin: 15px 3px;
  padding: 6px 12px;
}
.navbar .navbar-nav > li > a.btn-round {
  margin: 16px 3px;
}
.navbar .navbar-nav > li > a [class^=icon],
.navbar .navbar-nav > li > [class^=icon] {
  font-size: 30px;
  position: relative;
  line-height: 1em;
  color: rgb(160, 172, 170);
}
.navbar .navbar-nav > li > a [class^=icon]:hover,
.navbar .navbar-nav > li > [class^=icon]:hover {
  color: rgb(56, 57, 53);
}
.navbar .navbar-nav > li.open > a [class^=icon] {
  color: rgb(56, 57, 53);
}
.navbar .navbar-nav p {
  display: inline-block;
  margin-bottom: 0;
}
.navbar .navbar-nav .notification {
  position: absolute;
  background-color: rgb(249, 249, 249);
  border-radius: 12px;
  min-width: 22px;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  top: 50%;
  left: 38px;
  margin-top: -11px;
}
.navbar .navbar-nav .notification span {
  position: absolute;
  background-color: rgb(232, 78, 15);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 10px;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  color: #FFFFFF;
  left: 2px;
  top: 2px;
}
.navbar .navbar-nav .notification.notification-inline {
  position: static;
  background-color: transparent;
  display: inline-block;
}
.navbar .navbar-nav .notification.notification-inline span {
  border-radius: 4px;
  position: static;
}
.navbar .navbar-nav.navbar-lang {
  margin-right: 12px;
}
.navbar .navbar-nav.navbar-lang > li > a,
.navbar .navbar-nav.navbar-lang > li > .btn {
  padding: 0;
  margin: 14px 3px 12px 3px;
  height: 22px;
  width: 22px;
  line-height: 19px;
  border: 2px solid rgb(160, 172, 170);
  border-radius: 3px;
  text-align: center;
}
.navbar .navbar-nav.navbar-lang > li.active > a, .navbar .navbar-nav.navbar-lang > li:hover > a,
.navbar .navbar-nav.navbar-lang > li.active > .btn, .navbar .navbar-nav.navbar-lang > li:hover > .btn {
  background-color: rgb(160, 172, 170) !important;
  color: white !important;
}
.navbar .btn {
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
.navbar .btn-simple {
  font-size: 14px;
}
.navbar.fixed {
  width: calc(100% - (100% - 260px));
  right: 0;
  left: auto;
  border-radius: 0;
}
.navbar.navbar-absolute {
  position: absolute;
  width: 100%;
  z-index: 1030;
}

.navbar-fixed {
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 1031;
}
.navbar-fixed ~ .main-panel > .content {
  padding-top: 85px;
  min-height: calc(100% - 71px);
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 10px;
  margin-top: -5px;
}

.navbar-transparent .navbar-brand, [class*=navbar-ct] .navbar-brand {
  color: rgb(190, 198, 195);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*=navbar-ct] .navbar-brand:focus, [class*=navbar-ct] .navbar-brand:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-transparent .navbar-nav > li > a:not(.btn),
.navbar-transparent .navbar-nav > li > .btn, [class*=navbar-ct] .navbar-nav > li > a:not(.btn),
[class*=navbar-ct] .navbar-nav > li > .btn {
  color: rgb(190, 198, 195);
  border-color: rgb(190, 198, 195);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.navbar-transparent .navbar-nav > .active > a:not(.btn),
.navbar-transparent .navbar-nav > .active:hover > a:not(.btn),
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn),
.navbar-transparent .navbar-nav > li:hover > a:not(.btn),
.navbar-transparent .navbar-nav > li > a:focus:not(.btn),
.navbar-transparent .navbar-nav > .active > .btn,
.navbar-transparent .navbar-nav > .active:hover > .btn,
.navbar-transparent .navbar-nav > .active > .btn:focus,
.navbar-transparent .navbar-nav > li:hover > .btn,
.navbar-transparent .navbar-nav > li > .btn:focus, [class*=navbar-ct] .navbar-nav > .active > a:not(.btn),
[class*=navbar-ct] .navbar-nav > .active:hover > a:not(.btn),
[class*=navbar-ct] .navbar-nav > .active > a:focus:not(.btn),
[class*=navbar-ct] .navbar-nav > li:hover > a:not(.btn),
[class*=navbar-ct] .navbar-nav > li > a:focus:not(.btn),
[class*=navbar-ct] .navbar-nav > .active > .btn,
[class*=navbar-ct] .navbar-nav > .active:hover > .btn,
[class*=navbar-ct] .navbar-nav > .active > .btn:focus,
[class*=navbar-ct] .navbar-nav > li:hover > .btn,
[class*=navbar-ct] .navbar-nav > li > .btn:focus {
  background-color: transparent;
  border-radius: 3px;
  color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-transparent .navbar-nav .nav > li > a.btn:hover, [class*=navbar-ct] .navbar-nav .nav > li > a.btn:hover {
  background-color: transparent;
}
.navbar-transparent .navbar-nav > .dropdown > a .caret,
.navbar-transparent .navbar-nav > .dropdown:hover > a .caret,
.navbar-transparent .navbar-nav > .dropdown > a:focus .caret, [class*=navbar-ct] .navbar-nav > .dropdown > a .caret,
[class*=navbar-ct] .navbar-nav > .dropdown:hover > a .caret,
[class*=navbar-ct] .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: rgb(190, 198, 195);
  border-top-color: rgb(190, 198, 195);
}
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open:hover > a,
.navbar-transparent .navbar-nav > .open > a:focus, [class*=navbar-ct] .navbar-nav > .open > a,
[class*=navbar-ct] .navbar-nav > .open:hover > a,
[class*=navbar-ct] .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-transparent .btn-default, [class*=navbar-ct] .btn-default {
  color: rgb(190, 198, 195);
  border-color: rgb(190, 198, 195);
}
.navbar-transparent .btn-default.btn-fill, [class*=navbar-ct] .btn-default.btn-fill {
  color: rgb(79, 88, 88);
  background-color: rgb(190, 198, 195);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*=navbar-ct] .btn-default.btn-fill:hover,
[class*=navbar-ct] .btn-default.btn-fill:focus,
[class*=navbar-ct] .btn-default.btn-fill:active,
[class*=navbar-ct] .btn-default.btn-fill.active,
[class*=navbar-ct] .open .dropdown-toggle.btn-fill.btn-default {
  border-color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-transparent .dropdown-menu .divider {
  background-color: rgba(190, 198, 195, 0.2);
}

.nav-open .nav .caret {
  border-bottom-color: rgb(190, 198, 195);
  border-top-color: rgb(190, 198, 195);
}

.navbar-default {
  background-color: rgb(249, 249, 249);
}
.navbar-default .navbar-nav > li > a:not(.btn),
.navbar-default .navbar-nav > li > .btn {
  color: rgb(160, 172, 170);
}
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > .btn:hover {
  color: rgb(56, 57, 53);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus,
.navbar-default .navbar-nav > .active > .btn,
.navbar-default .navbar-nav > .active > .btn:hover,
.navbar-default .navbar-nav > .active > .btn:focus,
.navbar-default .navbar-nav > li > .btn:hover,
.navbar-default .navbar-nav > li > .btn:focus {
  background-color: transparent;
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open:hover > a,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color: rgb(80, 192, 223);
  border-color: rgb(80, 192, 223);
}
.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
  color: rgb(79, 88, 88);
}

/*      Navbar with icons            */
.navbar-icons.navbar .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-icons .navbar-nav > li > a,
.navbar-icons .navbar-nav > li > .btn {
  text-align: center;
  padding: 6px 15px;
  margin: 6px 3px;
}
.navbar-icons .navbar-nav [class^=pe] {
  font-size: 30px;
  position: relative;
}
.navbar-icons .navbar-nav p {
  margin: 3px 0 0;
}

.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-form .form-control {
  padding: 6px 2px;
  height: 40px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(190, 198, 195);
}
.navbar-transparent .navbar-form .form-control, [class*=navbar-ct] .navbar-form .form-control, .navbar-transparent .navbar-form .input-group-addon, [class*=navbar-ct] .navbar-form .input-group-addon {
  color: rgb(190, 198, 195);
  border: 0;
  background-color: rgba(255, 255, 255, 0.13);
}
[class*=navbar-ct] .navbar-form .form-control:focus, [class*=navbar-ct] .navbar-form .input-group-focus .input-group-addon {
  background-color: rgba(255, 255, 255, 0.23);
  color: rgb(190, 198, 195);
}
[class*=navbar-ct] .navbar-form .form-control:-moz-placeholder {
  color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
[class*=navbar-ct] .navbar-form .form-control:-webkit-input-placeholder {
  color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
[class*=navbar-ct] .navbar-form .form-control:-ms-input-placeholder {
  color: rgb(190, 198, 195);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-form .input-group-addon {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: rgb(190, 198, 195);
  font-size: 16px;
  padding: 0 7px;
  border-radius: 4px 0 0 4px;
}
.navbar-form .input-group-focus .input-group-addon, .navbar-form .form-control:focus {
  color: rgb(79, 88, 88);
}

.navbar-ct-blue {
  background-color: #759ff9;
}

.navbar-ct-azure {
  background-color: #91d7eb;
}

.navbar-ct-green {
  background-color: #b0de35;
}

.navbar-ct-orange {
  background-color: #ffbb2b;
}

.navbar-ct-red {
  background-color: #f26e38;
}

.navbar-transparent {
  padding-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.navbar-toggle {
  position: absolute;
  top: 11px;
  right: 0;
  margin: 0;
  padding: 15px;
  border: 0;
}
.navbar-toggle .icon-bar {
  background-color: rgb(190, 198, 195) !important;
}
.navbar-toggle .navbar-collapse,
.navbar-toggle .navbar-form {
  border-color: transparent;
}
.navbar-toggle.navbar-default .navbar-toggle:hover, .navbar-toggle.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.footer {
  background-color: rgb(190, 198, 195);
  line-height: 20px;
}
.footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer nav > ul a:not(.btn) {
  color: rgb(79, 88, 88);
  display: block;
  margin-bottom: 3px;
}
.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: rgb(79, 88, 88);
}
.footer .social-area {
  padding: 15px 0;
}
.footer .social-area h5 {
  padding-bottom: 15px;
}
.footer .social-area > a:not(.btn) {
  color: rgb(79, 88, 88);
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.footer .social-area > a:not(.btn):hover, .footer .social-area > a:not(.btn):focus {
  color: rgb(79, 88, 88);
}
.footer .copyright {
  margin: 0 18px 20px 18px;
  padding: 20px 0 0 0;
  line-height: 1.5;
  font-size: 12px;
  border-top: 1px solid rgb(79, 88, 88);
}
.footer hr {
  border-color: rgb(160, 172, 170);
}
.footer .title {
  color: rgb(79, 88, 88);
}

.footer-default {
  background-color: rgb(237, 239, 238);
}

.footer:not(.footer-big) nav > ul {
  font-size: 16px;
}
.footer:not(.footer-big) nav > ul li {
  margin-left: 20px;
  float: left;
}
.footer:not(.footer-big) nav > ul a {
  padding: 10px 0px;
  margin: 15px 10px 15px 0px;
}

.footer-black,
.footer-transparent {
  background-color: rgba(30, 30, 30, 0.97);
  color: rgb(160, 172, 170);
}
.footer-black nav > ul a,
.footer-transparent nav > ul a {
  color: rgb(190, 198, 195);
}
.footer-black nav > ul a:hover, .footer-black nav > ul a:focus,
.footer-transparent nav > ul a:hover,
.footer-transparent nav > ul a:focus {
  color: rgb(79, 88, 88);
}
.footer-black .social-area > a:not(.btn),
.footer-transparent .social-area > a:not(.btn) {
  color: rgb(190, 198, 195);
}
.footer-black .social-area > a:not(.btn):hover, .footer-black .social-area > a:not(.btn):focus,
.footer-transparent .social-area > a:not(.btn):hover,
.footer-transparent .social-area > a:not(.btn):focus {
  color: rgb(79, 88, 88);
}
.footer-black .btn-social,
.footer-transparent .btn-social {
  color: rgb(190, 198, 195);
}
.footer-black hr,
.footer-transparent hr {
  border-color: rgb(62, 69, 67);
}
.footer-black .title,
.footer-transparent .title {
  color: rgb(160, 172, 170);
}

.footer-transparent {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-color: transparent;
}
.footer-transparent .container {
  z-index: 2;
  position: relative;
}

.footer-big {
  padding-top: 30px;
}
.footer-big hr {
  margin-bottom: 0;
  margin-top: 50px;
}
.footer-big .copyright {
  margin: 10px 0px 20px;
}
.footer-big .social-area > * {
  margin: 0 15px;
}
.footer-big nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer-big nav > ul li {
  float: none;
}
.footer-big nav > ul .btn {
  margin-bottom: 5px;
}
.footer-big nav > ul .btn-social.btn-simple {
  padding: 0 0 4px 0;
}
.footer-big .form-group {
  margin-top: 15px;
}
.footer-big .numbers h4 {
  margin: 0 0 10px 0;
}

.ngdialog-content {
  background: transparent;
}

.modal {
  background-color: rgba(112, 124, 124, 0.8);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1100;
}

.modal-dialog {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.modal-content {
  margin-top: 80px;
  background: white;
}

.modal-sm {
  width: auto;
}

.modal-sm .modal-dialog {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.modal-header {
  border: 0 none;
  border-radius: 4px 4px 0 0;
  padding: 0 0 0 20px;
  color: rgb(56, 57, 53);
  background-color: rgb(223, 227, 225);
  font-weight: 300;
  font-size: 22px;
  display: flex;
}
.modal-header .close {
  font-size: 36px;
  color: rgb(112, 124, 124);
  margin: -2px 0 -1px 0;
  flex: 0;
  text-align: center;
  height: 41px;
  width: 48px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-shadow: none;
  filter: none;
  opacity: 1;
}
.modal-header .modal-title .thin {
  font-weight: 100;
}

.modal-content {
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-top: 0 none;
  padding: 10px 20px;
  text-align: left;
}
.modal-footer:empty {
  display: none;
}

.modal-content .status-inactive {
  color: #777777;
}
.modal-content .status-done {
  color: rgb(149, 193, 31);
}
.modal-content .status-overdue {
  background-color: #e84e0f;
  color: white;
  padding: 1px 4px 0;
  margin: -1px -4px 0;
  border-radius: 3px;
  display: inline-block;
}

.modal-footer .modal-footer .btn-default.btn-simple {
  font-weight: 400;
}

.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}

.modal.in .modal-dialog {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}

.modal-small .modal-dialog {
  max-width: 350px;
}

.modal-small .divider {
  margin: 0 auto;
  display: block;
  width: 14px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
}
.modal-small .divider:after {
  position: absolute;
  content: "";
  right: -140px;
  top: 12px;
  height: 1px;
  width: 115px;
  background-color: rgb(190, 198, 195);
}
.modal-small .divider:before {
  position: absolute;
  content: "";
  left: -140px;
  top: 12px;
  height: 1px;
  width: 115px;
  background-color: rgb(190, 198, 195);
}
.modal-small .modal-footer {
  text-align: center;
}

.social-area {
  text-align: center;
}
.social-area .btn-social {
  margin: 0 10px;
}

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

.btn-social {
  opacity: 0.85;
  padding: 8px 9px;
}
.btn-social .fa {
  font-size: 18px;
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}
.btn-social.btn-round {
  padding: 8px;
}
.btn-social.btn-simple {
  padding: 8px 5px;
  font-size: 16px;
}
.btn-social.btn-simple .fa {
  font-size: 20px;
  position: relative;
  top: -2px;
  width: 24px;
}

.btn-facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-color: transparent;
  color: #3b5998;
  border-color: #3b5998;
  opacity: 1;
}
.btn-facebook:disabled, .btn-facebook[disabled], .btn-facebook.disabled {
  background-color: transparent;
  border-color: #3b5998;
}
.btn-facebook.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #3b5998;
  opacity: 0.9;
}
.btn-facebook.btn-fill:hover, .btn-facebook.btn-fill:focus, .btn-facebook.btn-fill:active, .btn-facebook.btn-fill.active, .open > .btn-facebook.btn-fill.dropdown-toggle {
  background-color: #3b5998;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-twitter {
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-color: transparent;
  color: #55acee;
  border-color: #55acee;
  opacity: 1;
}
.btn-twitter:disabled, .btn-twitter[disabled], .btn-twitter.disabled {
  background-color: transparent;
  border-color: #55acee;
}
.btn-twitter.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #55acee;
  opacity: 0.9;
}
.btn-twitter.btn-fill:hover, .btn-twitter.btn-fill:focus, .btn-twitter.btn-fill:active, .btn-twitter.btn-fill.active, .open > .btn-twitter.btn-fill.dropdown-toggle {
  background-color: #55acee;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-pinterest {
  border-color: #cc2127;
  color: #cc2127;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  background-color: transparent;
  color: #cc2127;
  border-color: #cc2127;
  opacity: 1;
}
.btn-pinterest:disabled, .btn-pinterest[disabled], .btn-pinterest.disabled {
  background-color: transparent;
  border-color: #cc2127;
}
.btn-pinterest.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #cc2127;
  opacity: 0.9;
}
.btn-pinterest.btn-fill:hover, .btn-pinterest.btn-fill:focus, .btn-pinterest.btn-fill:active, .btn-pinterest.btn-fill.active, .open > .btn-pinterest.btn-fill.dropdown-toggle {
  background-color: #cc2127;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-google {
  border-color: #dd4b39;
  color: #dd4b39;
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  background-color: transparent;
  color: #dd4b39;
  border-color: #dd4b39;
  opacity: 1;
}
.btn-google:disabled, .btn-google[disabled], .btn-google.disabled {
  background-color: transparent;
  border-color: #dd4b39;
}
.btn-google.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #dd4b39;
  opacity: 0.9;
}
.btn-google.btn-fill:hover, .btn-google.btn-fill:focus, .btn-google.btn-fill:active, .btn-google.btn-fill.active, .open > .btn-google.btn-fill.dropdown-toggle {
  background-color: #dd4b39;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-linkedin {
  border-color: #0976b4;
  color: #0976b4;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-color: transparent;
  color: #0976b4;
  border-color: #0976b4;
  opacity: 1;
}
.btn-linkedin:disabled, .btn-linkedin[disabled], .btn-linkedin.disabled {
  background-color: transparent;
  border-color: #0976b4;
}
.btn-linkedin.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #0976b4;
  opacity: 0.9;
}
.btn-linkedin.btn-fill:hover, .btn-linkedin.btn-fill:focus, .btn-linkedin.btn-fill:active, .btn-linkedin.btn-fill.active, .open > .btn-linkedin.btn-fill.dropdown-toggle {
  background-color: #0976b4;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-dribbble {
  border-color: #ea4c89;
  color: #ea4c89;
}
.btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active, .open > .btn-dribbble.dropdown-toggle {
  background-color: transparent;
  color: #ea4c89;
  border-color: #ea4c89;
  opacity: 1;
}
.btn-dribbble:disabled, .btn-dribbble[disabled], .btn-dribbble.disabled {
  background-color: transparent;
  border-color: #ea4c89;
}
.btn-dribbble.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #ea4c89;
  opacity: 0.9;
}
.btn-dribbble.btn-fill:hover, .btn-dribbble.btn-fill:focus, .btn-dribbble.btn-fill:active, .btn-dribbble.btn-fill.active, .open > .btn-dribbble.btn-fill.dropdown-toggle {
  background-color: #ea4c89;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-github {
  border-color: #333333;
  color: #333333;
}
.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  background-color: transparent;
  color: #333333;
  border-color: #333333;
  opacity: 1;
}
.btn-github:disabled, .btn-github[disabled], .btn-github.disabled {
  background-color: transparent;
  border-color: #333333;
}
.btn-github.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #333333;
  opacity: 0.9;
}
.btn-github.btn-fill:hover, .btn-github.btn-fill:focus, .btn-github.btn-fill:active, .btn-github.btn-fill.active, .open > .btn-github.btn-fill.dropdown-toggle {
  background-color: #333333;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-youtube {
  border-color: #e52d27;
  color: #e52d27;
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
  background-color: transparent;
  color: #e52d27;
  border-color: #e52d27;
  opacity: 1;
}
.btn-youtube:disabled, .btn-youtube[disabled], .btn-youtube.disabled {
  background-color: transparent;
  border-color: #e52d27;
}
.btn-youtube.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #e52d27;
  opacity: 0.9;
}
.btn-youtube.btn-fill:hover, .btn-youtube.btn-fill:focus, .btn-youtube.btn-fill:active, .btn-youtube.btn-fill.active, .open > .btn-youtube.btn-fill.dropdown-toggle {
  background-color: #e52d27;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-stumbleupon {
  border-color: #eb4924;
  color: #eb4924;
}
.btn-stumbleupon:hover, .btn-stumbleupon:focus, .btn-stumbleupon:active, .btn-stumbleupon.active, .open > .btn-stumbleupon.dropdown-toggle {
  background-color: transparent;
  color: #eb4924;
  border-color: #eb4924;
  opacity: 1;
}
.btn-stumbleupon:disabled, .btn-stumbleupon[disabled], .btn-stumbleupon.disabled {
  background-color: transparent;
  border-color: #eb4924;
}
.btn-stumbleupon.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #eb4924;
  opacity: 0.9;
}
.btn-stumbleupon.btn-fill:hover, .btn-stumbleupon.btn-fill:focus, .btn-stumbleupon.btn-fill:active, .btn-stumbleupon.btn-fill.active, .open > .btn-stumbleupon.btn-fill.dropdown-toggle {
  background-color: #eb4924;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-reddit {
  border-color: #ff4500;
  color: #ff4500;
}
.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  background-color: transparent;
  color: #ff4500;
  border-color: #ff4500;
  opacity: 1;
}
.btn-reddit:disabled, .btn-reddit[disabled], .btn-reddit.disabled {
  background-color: transparent;
  border-color: #ff4500;
}
.btn-reddit.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #ff4500;
  opacity: 0.9;
}
.btn-reddit.btn-fill:hover, .btn-reddit.btn-fill:focus, .btn-reddit.btn-fill:active, .btn-reddit.btn-fill.active, .open > .btn-reddit.btn-fill.dropdown-toggle {
  background-color: #ff4500;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-tumblr {
  border-color: #35465c;
  color: #35465c;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  background-color: transparent;
  color: #35465c;
  border-color: #35465c;
  opacity: 1;
}
.btn-tumblr:disabled, .btn-tumblr[disabled], .btn-tumblr.disabled {
  background-color: transparent;
  border-color: #35465c;
}
.btn-tumblr.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #35465c;
  opacity: 0.9;
}
.btn-tumblr.btn-fill:hover, .btn-tumblr.btn-fill:focus, .btn-tumblr.btn-fill:active, .btn-tumblr.btn-fill.active, .open > .btn-tumblr.btn-fill.dropdown-toggle {
  background-color: #35465c;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.btn-behance {
  border-color: #1769ff;
  color: #1769ff;
}
.btn-behance:hover, .btn-behance:focus, .btn-behance:active, .btn-behance.active, .open > .btn-behance.dropdown-toggle {
  background-color: transparent;
  color: #1769ff;
  border-color: #1769ff;
  opacity: 1;
}
.btn-behance:disabled, .btn-behance[disabled], .btn-behance.disabled {
  background-color: transparent;
  border-color: #1769ff;
}
.btn-behance.btn-fill {
  color: rgb(190, 198, 195);
  background-color: #1769ff;
  opacity: 0.9;
}
.btn-behance.btn-fill:hover, .btn-behance.btn-fill:focus, .btn-behance.btn-fill:active, .btn-behance.btn-fill.active, .open > .btn-behance.btn-fill.dropdown-toggle {
  background-color: #1769ff;
  color: rgb(190, 198, 195);
  opacity: 1;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  z-index: 9000;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
}
.dropdown-menu > li > a,
.dropdown-menu > li > .btn {
  padding: 6px 12px;
  color: rgb(56, 57, 53);
}
.dropdown-menu > li > a img,
.dropdown-menu > li > .btn img {
  margin-top: -3px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > .btn:focus {
  outline: 0 !important;
}
.btn-group.select .dropdown-menu {
  min-width: 100%;
}
.dropdown-menu > li:first-child > a,
.dropdown-menu > li:first-child > .btn {
  margin-top: 5px !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dropdown-menu > li:last-child > a,
.dropdown-menu > li:last-child > .btn {
  margin-bottom: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select .dropdown-menu > li:first-child > a, .select .dropdown-menu > li:first-child > .btn {
  border-radius: 0;
  border-bottom: 0 none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.selected > a,
.dropdown-menu > li > .btn:hover,
.dropdown-menu > li > .btn:focus,
.dropdown-menu > li.selected > .btn {
  background-color: rgb(237, 239, 238);
  color: rgb(56, 57, 53);
  opacity: 1;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > .btn,
.dropdown-menu > .active > .btn:focus,
.dropdown-menu > .active > .btn:hover {
  background-color: rgb(237, 239, 238);
  color: rgb(56, 57, 53);
}
.dropdown-menu:before {
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -11px;
}
.dropdown-menu:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -10px;
}
.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.pull-right .dropdown-menu:after {
  left: auto;
  right: 12px;
}
.dropup .dropdown-menu:before {
  border-bottom: none;
  border-top: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: auto;
  bottom: -11px;
}
.dropup .dropdown-menu:after {
  border-bottom: none;
  border-top: 11px solid #FFFFFF;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: auto;
  bottom: -10px;
}
.dropdown-menu.dropdown-blue > li > a:hover, .dropdown-menu.dropdown-blue > li > a:focus, .dropdown-menu.dropdown-blue > li.selected > a, .dropdown-menu.dropdown-blue > li > .btn:hover, .dropdown-menu.dropdown-blue > li > .btn:focus, .dropdown-menu.dropdown-blue > li.selected > .btn {
  background-color: rgba(68, 125, 247, 0.2);
}
.dropdown-menu.dropdown-azure > li > a:hover, .dropdown-menu.dropdown-azure > li > a:focus, .dropdown-menu.dropdown-azure > li.selected > a, .dropdown-menu.dropdown-azure > li > .btn:hover, .dropdown-menu.dropdown-azure > li > .btn:focus, .dropdown-menu.dropdown-azure > li.selected > .btn {
  background-color: rgba(80, 192, 223, 0.2);
}
.dropdown-menu.dropdown-green > li > a:hover, .dropdown-menu.dropdown-green > li > a:focus, .dropdown-menu.dropdown-green > li.selected > a, .dropdown-menu.dropdown-green > li > .btn:hover, .dropdown-menu.dropdown-green > li > .btn:focus, .dropdown-menu.dropdown-green > li.selected > .btn {
  background-color: rgba(149, 193, 31, 0.2);
}
.dropdown-menu.dropdown-orange > li > a:hover, .dropdown-menu.dropdown-orange > li > a:focus, .dropdown-menu.dropdown-orange > li.selected > a, .dropdown-menu.dropdown-orange > li > .btn:hover, .dropdown-menu.dropdown-orange > li > .btn:focus, .dropdown-menu.dropdown-orange > li.selected > .btn {
  background-color: rgba(247, 168, 0, 0.2);
}
.dropdown-menu.dropdown-red > li > a:hover, .dropdown-menu.dropdown-red > li > a:focus, .dropdown-menu.dropdown-red > li.selected > a, .dropdown-menu.dropdown-red > li > .btn:hover, .dropdown-menu.dropdown-red > li > .btn:focus, .dropdown-menu.dropdown-red > li.selected > .btn {
  background-color: rgba(232, 78, 15, 0.2);
}
.dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > .btn {
  background-color: transparent !important;
  opacity: 0.5;
}

.navbar-right .dropdown-menu {
  right: 4px;
}

.navbar-left .dropdown-menu {
  left: 15px;
}

.dropdown-with-icons > li > a,
.dropdown-with-icons > li > .btn {
  padding-left: 0px;
  line-height: 28px;
  padding-right: 50px;
}
.dropdown-with-icons .dropdown-menu {
  min-width: 180px;
}
.dropdown-with-icons .dropdown-menu i {
  text-align: center;
  line-height: 28px;
  float: left;
}
.dropdown-with-icons .dropdown-menu i[class^=pe-] {
  font-size: 24px;
  width: 46px;
}
.dropdown-with-icons .dropdown-menu i[class^=icon] {
  font-size: 14px;
  width: 38px;
}

.btn-group.select {
  overflow: hidden;
}

.btn-group.select.open {
  overflow: visible;
}

.ui-select-container {
  width: 100% !important;
}

.panel {
  border: 0;
  border-bottom: 1px solid rgb(160, 172, 170);
  box-shadow: none;
}

.panel-default > .panel-heading {
  background-color: rgb(190, 198, 195);
  border-color: rgb(190, 198, 195);
}

.panel-group .panel {
  border-radius: 0;
}

.panel-title {
  font-size: 18px;
}

.panel-title a:hover, .panel-title a:focus {
  text-decoration: none;
}

.collapse-hover {
  display: block;
  height: 0px;
  visibility: visible;
  overflow: hidden;
}

.panel-title a:hover, .panel-title a:focus {
  color: rgb(79, 88, 88);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
}

.panel-heading {
  padding: 0;
}
.panel-heading .caret {
  float: right;
  margin-top: 12px;
  margin-right: 20px;
}
.panel-heading a {
  padding: 15px 0;
  display: block;
  width: 100%;
}
.content-full-width .panel-heading a {
  padding: 15px 20px;
}

.carousel-control {
  width: 8%;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .fa {
  font-size: 35px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -11px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -10px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
  margin-bottom: -20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
  margin-bottom: 5px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-top: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  border-bottom: none;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  bottom: -11px;
  top: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top: 11px solid #FFFFFF;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  border-bottom: none;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  bottom: -10px;
  top: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  border-width: 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 56px;
  height: 56px;
  font-weight: 300;
  font-size: 22px;
  margin: 3px;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn .icon {
  width: 56px !important;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 4px;
  margin: 2px 0px !important;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: rgb(160, 172, 170);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  border-radius: 4px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  border-bottom: 1px solid rgb(190, 198, 195);
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(79, 88, 88);
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 15px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: rgb(190, 198, 195);
}
.bootstrap-datetimepicker-widget table td > div {
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
}
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: rgb(160, 172, 170);
}
.bootstrap-datetimepicker-widget table td.day > div {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.minute > div, .bootstrap-datetimepicker-widget table td.hour > div {
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: rgb(190, 198, 195);
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
  color: rgb(160, 172, 170);
}
.bootstrap-datetimepicker-widget table td.today > div {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today > div:before {
  content: "";
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: rgb(80, 192, 223);
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: rgb(80, 192, 223);
  color: rgb(190, 198, 195);
}
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
  background: none;
  color: rgb(160, 172, 170);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin: 3px 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: rgb(190, 198, 195);
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: rgb(80, 192, 223);
  color: rgb(190, 198, 195);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: rgb(160, 172, 170);
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: rgb(160, 172, 170);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 1px;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}
.wrapper:after {
  display: table;
  clear: both;
  content: " ";
}
.wrapper.wrapper-full-page {
  height: auto;
  min-height: 100vh;
}

.full-page:after, .full-page:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.full-page:before {
  opacity: 0.33;
  background: #000000;
}
.full-page:after {
  background: #4F5858;
  background: -moz-linear-gradient(top, #4F5858 0%, rgba(79, 88, 88, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4F5858), color-stop(100%, rgba(79, 88, 88, 0.4)));
  background: -webkit-linear-gradient(top, #4F5858 0%, rgba(79, 88, 88, 0.4) 100%);
  background: -o-linear-gradient(top, #4F5858 0%, rgba(79, 88, 88, 0.4) 100%);
  background: -ms-linear-gradient(top, #4F5858 0%, rgba(79, 88, 88, 0.4) 100%);
  background: linear-gradient(to bottom, #4F5858 0%, rgba(79, 88, 88, 0.4) 100%);
  background-size: 150% 150%;
  z-index: 3;
  opacity: 1;
}
.full-page > .content,
.full-page > .footer {
  position: relative;
  z-index: 4;
}
.full-page > .content {
  min-height: calc(100vh - 70px);
}
.full-page .full-page-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.full-page[data-image]:after, .full-page.has-image:after {
  opacity: 0.9;
}
.full-page[data-color=blue]:after {
  background: #447DF7;
  background: -moz-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447DF7), color-stop(100%, rgba(83, 60, 225, 0.6)));
  background: -webkit-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: -o-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: -ms-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: linear-gradient(to bottom, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page[data-color=azure]:after {
  background: rgb(80, 192, 223);
  background: -moz-linear-gradient(top, rgb(80, 192, 223) 0%, rgba(64, 145, 255, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(80, 192, 223)), color-stop(100%, rgba(64, 145, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgb(80, 192, 223) 0%, rgba(64, 145, 255, 0.6) 100%);
  background: -o-linear-gradient(top, rgb(80, 192, 223) 0%, rgba(64, 145, 255, 0.6) 100%);
  background: -ms-linear-gradient(top, rgb(80, 192, 223) 0%, rgba(64, 145, 255, 0.6) 100%);
  background: linear-gradient(to bottom, rgb(80, 192, 223) 0%, rgba(64, 145, 255, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page[data-color=green]:after {
  background: rgb(149, 193, 31);
  background: -moz-linear-gradient(top, rgb(149, 193, 31) 0%, rgba(109, 192, 48, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(149, 193, 31)), color-stop(100%, rgba(109, 192, 48, 0.6)));
  background: -webkit-linear-gradient(top, rgb(149, 193, 31) 0%, rgba(109, 192, 48, 0.6) 100%);
  background: -o-linear-gradient(top, rgb(149, 193, 31) 0%, rgba(109, 192, 48, 0.6) 100%);
  background: -ms-linear-gradient(top, rgb(149, 193, 31) 0%, rgba(109, 192, 48, 0.6) 100%);
  background: linear-gradient(to bottom, rgb(149, 193, 31) 0%, rgba(109, 192, 48, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page[data-color=orange]:after {
  background: rgb(247, 168, 0);
  background: -moz-linear-gradient(top, rgb(247, 168, 0) 0%, rgba(236, 22, 87, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(247, 168, 0)), color-stop(100%, rgba(236, 22, 87, 0.6)));
  background: -webkit-linear-gradient(top, rgb(247, 168, 0) 0%, rgba(236, 22, 87, 0.6) 100%);
  background: -o-linear-gradient(top, rgb(247, 168, 0) 0%, rgba(236, 22, 87, 0.6) 100%);
  background: -ms-linear-gradient(top, rgb(247, 168, 0) 0%, rgba(236, 22, 87, 0.6) 100%);
  background: linear-gradient(to bottom, rgb(247, 168, 0) 0%, rgba(236, 22, 87, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page[data-color=red]:after {
  background: rgb(232, 78, 15);
  background: -moz-linear-gradient(top, rgb(232, 78, 15) 0%, rgba(187, 5, 2, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(232, 78, 15)), color-stop(100%, rgba(187, 5, 2, 0.6)));
  background: -webkit-linear-gradient(top, rgb(232, 78, 15) 0%, rgba(187, 5, 2, 0.6) 100%);
  background: -o-linear-gradient(top, rgb(232, 78, 15) 0%, rgba(187, 5, 2, 0.6) 100%);
  background: -ms-linear-gradient(top, rgb(232, 78, 15) 0%, rgba(187, 5, 2, 0.6) 100%);
  background: linear-gradient(to bottom, rgb(232, 78, 15) 0%, rgba(187, 5, 2, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page[data-color=purple]:after {
  background: #9368E9;
  background: -moz-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9368E9), color-stop(100%, rgba(148, 59, 234, 0.6)));
  background: -webkit-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: -o-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: -ms-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: linear-gradient(to bottom, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background-size: 150% 150%;
}
.full-page .footer nav > ul a:not(.btn),
.full-page .footer,
.full-page .footer .copyright a {
  color: rgb(190, 198, 195);
  font-size: 14px;
}

.login-page > .content,
.lock-page > .content {
  padding-top: 22vh;
}

.login-page .card {
  box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.login-page .card.card-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}
.login-page .card .header {
  padding-bottom: 40px;
}
.login-page .card .btn-wd {
  min-width: 180px;
}

.lock-page .user-profile {
  text-align: center;
  width: 240px;
  margin: 30px auto 0;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  display: block;
}
.lock-page .user-profile.with-animation {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.lock-page .user-profile .author {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid rgba(190, 198, 195, 0.3);
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lock-page .user-profile .author img {
  width: 100%;
}
.lock-page .user-profile h4 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.register-page .header-text {
  color: #FFFFFF;
  text-align: center;
  padding: 60px 0 40px;
}
.register-page .header-text h4 {
  margin-top: 10px;
}
.register-page .header-text hr {
  opacity: 0.3;
  margin-top: 30px;
}
.register-page .media {
  color: rgb(190, 198, 195);
  margin-bottom: 45px;
}
.register-page .media .icon {
  float: left;
  margin-right: 5px;
}
.register-page .media i {
  font-size: 36px;
}
.register-page .media h4 {
  margin: 0 0 5px 0;
}
.register-page .form-group {
  margin-bottom: 25px;
}
.register-page .card .content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-form {
    margin: 12px 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu, .dropup .dropdown-menu, .dropdown-menu.bootstrap-datetimepicker-widget, .bootstrap-table .dropdown-menu {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: -20px;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu, .dropup.open .dropdown-menu, .bootstrap-table .open .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0px;
  }
  .dropdown-menu.bootstrap-datetimepicker-widget.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 5px;
  }
  .dropup .dropdown-menu {
    margin-top: auto;
    margin-bottom: -20px;
  }
  .dropup.open .dropdown-menu {
    margin-top: auto;
    margin-bottom: 5px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 19px;
    top: -11px;
  }

  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 19px;
    top: -10px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px;
  }

  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px;
  }

  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0;
  }

  body > .navbar-collapse.collapse {
    display: none !important;
  }

  .card form [class*=col-] {
    padding: 0 6px;
  }
  .card form [class*=col-]:first-child {
    padding-left: 15px;
  }
  .card form [class*=col-]:last-child {
    padding-right: 15px;
  }

  .table-full-width {
    margin-left: -15px;
    margin-right: -15px;
  }

  .table-responsive {
    overflow: visible;
  }

  .sidebar .navbar-form {
    display: none !important;
  }
  .sidebar .nav-mobile-menu {
    display: none;
  }

  .navbar-fixed {
    width: calc(100% - 260px);
  }
  .navbar-fixed ~ .main-panel > .content {
    padding-top: 65px;
  }

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

  .pkorg-navbar-mobile {
    display: none;
  }

  .sidebar .main-navigation .caret {
    top: 22px;
  }
}
/* Changes for small display */
@media (max-width: 992px) {
  .main-panel,
.wrapper-full-page {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translateX(0px);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    left: 0;
    width: 100%;
  }
  .main-panel > .content,
.wrapper-full-page > .content {
    padding: 15px 0px;
  }

  .navbar-transparent {
    padding-top: 15px;
  }

  body {
    position: relative;
  }

  .wrapper.wrapper-full-page {
    height: auto;
  }

  .navbar {
    background-color: rgb(79, 88, 88);
  }

  .navbar > div {
    left: 0;
    width: 100%;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    position: relative;
  }

  .navbar .navbar-collapse.collapse,
.navbar .navbar-collapse.collapse.in,
.navbar .navbar-collapse.collapsing {
    display: none !important;
  }

  .navbar-nav > li {
    float: none;
    position: relative;
    display: block;
  }

  .sidebar,
.bootstrap-navbar {
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 260px;
    right: 0;
    left: auto;
    z-index: 1032;
    visibility: visible;
    overflow-y: visible;
    padding: 0;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    -ms-transform: translateX(260px);
    transform: translate3d(260px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .sidebar .user .photo,
.bootstrap-navbar .user .photo {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  .sidebar .logo,
.bootstrap-navbar .logo {
    display: none;
  }
  .sidebar .nav .nav-li-home,
.bootstrap-navbar .nav .nav-li-home {
    text-align: center;
  }
  .sidebar .nav .nav-li-home a,
.bootstrap-navbar .nav .nav-li-home a {
    margin: 0;
    padding: 17px 0;
  }
  .sidebar .nav .nav-li-home i,
.bootstrap-navbar .nav .nav-li-home i {
    float: none;
    margin-right: 0;
  }
  .sidebar .nav .nav-li-mandant,
.bootstrap-navbar .nav .nav-li-mandant {
    clear: both;
    border-bottom: 1px solid rgb(112, 124, 124);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sidebar .nav .nav-li-user .username,
.bootstrap-navbar .nav .nav-li-user .username {
    margin-left: 17px;
  }
  .sidebar .nav .nav-li-user .username .caret,
.bootstrap-navbar .nav .nav-li-user .username .caret {
    top: 18px;
  }
  .sidebar .nav .nav-li-user > ul li i.icon,
.bootstrap-navbar .nav .nav-li-user > ul li i.icon {
    line-height: inherit;
    margin-right: 6px;
    width: 15px;
    float: none;
  }
  .sidebar .nav .nav-li-lang,
.bootstrap-navbar .nav .nav-li-lang {
    display: inline-block;
  }
  .sidebar .nav .nav-li-lang a,
.bootstrap-navbar .nav .nav-li-lang a {
    padding: 0;
    margin: 14px 3px 12px 3px;
    height: 22px;
    width: 22px;
    line-height: 18px;
    border: 2px solid rgb(160, 172, 170);
    border-radius: 3px !important;
    text-align: center;
  }
  .sidebar .nav > .nav-li-lang.active > a, .sidebar .nav > .nav-li-lang > a:hover,
.sidebar .nav > .nav-li-lang.active > .btn, .sidebar .nav > .nav-li-lang > .btn:hover,
.bootstrap-navbar .nav > .nav-li-lang.active > a,
.bootstrap-navbar .nav > .nav-li-lang > a:hover,
.bootstrap-navbar .nav > .nav-li-lang.active > .btn,
.bootstrap-navbar .nav > .nav-li-lang > .btn:hover {
    background-color: rgb(160, 172, 170) !important;
    color: white !important;
  }
  .sidebar .nav i,
.bootstrap-navbar .nav i {
    font-size: 22px;
  }
  .sidebar .nav .notification,
.bootstrap-navbar .nav .notification {
    border-radius: 10px;
    min-width: 18px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    top: 50%;
    left: 36px;
    margin-top: -8px;
    transition: background-color 150ms ease-in;
  }
  .sidebar .nav .notification span,
.bootstrap-navbar .nav .notification span {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 10px;
    min-width: 14px;
    padding: 0 3px;
    height: 14px;
    color: #FFFFFF;
    left: 2px;
    top: 2px;
  }
  .sidebar .nav .notification.notification-inline,
.bootstrap-navbar .nav .notification.notification-inline {
    position: static;
    background-color: transparent;
    display: inline-block;
    float: none;
  }
  .sidebar .nav .notification.notification-inline span,
.bootstrap-navbar .nav .notification.notification-inline span {
    border-radius: 4px;
    position: static;
    display: inline-block;
  }
  .sidebar .nav > li > a,
.sidebar .nav > li > .btn,
.bootstrap-navbar .nav > li > a,
.bootstrap-navbar .nav > li > .btn {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #FFFFFF !important;
  }
  .sidebar .nav > li > a.dropdown-toggle,
.sidebar .nav > li > .btn.dropdown-toggle,
.bootstrap-navbar .nav > li > a.dropdown-toggle,
.bootstrap-navbar .nav > li > .btn.dropdown-toggle {
    background: transparent;
  }
  .sidebar .nav > li li a,
.sidebar .nav > li li .btn,
.bootstrap-navbar .nav > li li a,
.bootstrap-navbar .nav > li li .btn {
    color: #FFFFFF;
    position: relative;
  }
  .sidebar .nav > li > a p,
.bootstrap-navbar .nav > li > a p {
    color: #FFFFFF;
  }
  .sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li.selected > a,
.sidebar .nav > li > .btn:hover,
.sidebar .nav > li > .btn:focus,
.sidebar .nav > li.selected > .btn,
.bootstrap-navbar .nav > li > a:hover,
.bootstrap-navbar .nav > li > a:focus,
.bootstrap-navbar .nav > li.selected > a,
.bootstrap-navbar .nav > li > .btn:hover,
.bootstrap-navbar .nav > li > .btn:focus,
.bootstrap-navbar .nav > li.selected > .btn {
    background-color: rgb(237, 239, 238);
    color: rgb(56, 57, 53);
    opacity: 1;
    text-decoration: none;
  }
  .sidebar .nav > li > a:hover .notification,
.sidebar .nav > li > a:focus .notification,
.sidebar .nav > li.selected > a .notification,
.sidebar .nav > li > .btn:hover .notification,
.sidebar .nav > li > .btn:focus .notification,
.sidebar .nav > li.selected > .btn .notification,
.bootstrap-navbar .nav > li > a:hover .notification,
.bootstrap-navbar .nav > li > a:focus .notification,
.bootstrap-navbar .nav > li.selected > a .notification,
.bootstrap-navbar .nav > li > .btn:hover .notification,
.bootstrap-navbar .nav > li > .btn:focus .notification,
.bootstrap-navbar .nav > li.selected > .btn .notification {
    background-color: transparent;
  }
  .sidebar .nav > .active > a,
.sidebar .nav > .active > a:focus,
.sidebar .nav > .active > a:hover,
.sidebar .nav > .active > .btn,
.sidebar .nav > .active > .btn:focus,
.sidebar .nav > .active > .btn:hover,
.bootstrap-navbar .nav > .active > a,
.bootstrap-navbar .nav > .active > a:focus,
.bootstrap-navbar .nav > .active > a:hover,
.bootstrap-navbar .nav > .active > .btn,
.bootstrap-navbar .nav > .active > .btn:focus,
.bootstrap-navbar .nav > .active > .btn:hover {
    background-color: rgb(237, 239, 238);
    color: rgb(56, 57, 53) !important;
  }
  .sidebar .nav li > a:hover,
.sidebar .nav li > a:focus,
.sidebar .nav li.selected > a,
.sidebar .nav li > .btn:hover,
.sidebar .nav li > .btn:focus,
.sidebar .nav li.selected > .btn,
.bootstrap-navbar .nav li > a:hover,
.bootstrap-navbar .nav li > a:focus,
.bootstrap-navbar .nav li.selected > a,
.bootstrap-navbar .nav li > .btn:hover,
.bootstrap-navbar .nav li > .btn:focus,
.bootstrap-navbar .nav li.selected > .btn {
    color: rgb(56, 57, 53) !important;
    background-color: #FFFFFF !important;
  }
  .sidebar .nav li > a:hover p,
.sidebar .nav li > a:focus p,
.sidebar .nav li.selected > a p,
.sidebar .nav li > .btn:hover p,
.sidebar .nav li > .btn:focus p,
.sidebar .nav li.selected > .btn p,
.bootstrap-navbar .nav li > a:hover p,
.bootstrap-navbar .nav li > a:focus p,
.bootstrap-navbar .nav li.selected > a p,
.bootstrap-navbar .nav li > .btn:hover p,
.bootstrap-navbar .nav li > .btn:focus p,
.bootstrap-navbar .nav li.selected > .btn p {
    color: rgb(56, 57, 53) !important;
  }
  .sidebar .navbar-form,
.bootstrap-navbar .navbar-form {
    float: none !important;
    margin: 15px 0 0 0;
  }
  .sidebar .navbar-form .input-group,
.bootstrap-navbar .navbar-form .input-group {
    width: 100%;
  }
  .sidebar .navbar-form .input-group .form-control,
.bootstrap-navbar .navbar-form .input-group .form-control {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 0 4px 4px 0;
    padding-left: 0;
    padding-right: 0;
    color: rgb(190, 198, 195);
  }
  .sidebar .navbar-form .input-group .form-control:focus,
.bootstrap-navbar .navbar-form .input-group .form-control:focus {
    background: rgba(255, 255, 255, 0.23);
  }
  .sidebar .navbar-form .input-group-addon,
.sidebar .navbar-form .input-group-focus .input-group-addon,
.bootstrap-navbar .navbar-form .input-group-addon,
.bootstrap-navbar .navbar-form .input-group-focus .input-group-addon {
    color: #FFFFFF;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 4px 0 0 4px;
  }
  .sidebar .navbar-form .input-group-focus .input-group-addon,
.bootstrap-navbar .navbar-form .input-group-focus .input-group-addon {
    background: rgba(255, 255, 255, 0.23);
  }
  .sidebar .nav-mobile-menu,
.bootstrap-navbar .nav-mobile-menu {
    border-bottom: 1px solid rgb(112, 124, 124);
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-top: 6px !important;
  }
  .sidebar .nav-mobile-menu i,
.bootstrap-navbar .nav-mobile-menu i {
    font-size: 22px;
  }
  .sidebar .nav-mobile-menu .notification,
.bootstrap-navbar .nav-mobile-menu .notification {
    float: left;
    line-height: 30px;
    margin-right: 8px;
    font-weight: 600;
  }
  .sidebar .nav-mobile-menu .notification.notification-inline,
.bootstrap-navbar .nav-mobile-menu .notification.notification-inline {
    position: static;
    background-color: transparent;
    display: inline-block;
    float: none;
  }
  .sidebar .nav-mobile-menu .notification.notification-inline span,
.bootstrap-navbar .nav-mobile-menu .notification.notification-inline span {
    border-radius: 4px;
    position: static;
    display: inline-block;
  }
  .sidebar .nav-mobile-menu .open .dropdown-menu,
.bootstrap-navbar .nav-mobile-menu .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .nav-mobile-menu .dropdown-menu li a,
.sidebar .nav-mobile-menu .dropdown-menu li .btn,
.bootstrap-navbar .nav-mobile-menu .dropdown-menu li a,
.bootstrap-navbar .nav-mobile-menu .dropdown-menu li .btn {
    padding-left: 60px;
  }
  .sidebar .nav-mobile-menu .dropdown-with-icons li a,
.sidebar .nav-mobile-menu .dropdown-with-icons li .btn,
.bootstrap-navbar .nav-mobile-menu .dropdown-with-icons li a,
.bootstrap-navbar .nav-mobile-menu .dropdown-with-icons li .btn {
    padding-left: 15px;
    opacity: 1;
    text-align: left;
  }
  .sidebar .nav-mobile-menu .dropdown-with-icons li .btn,
.bootstrap-navbar .nav-mobile-menu .dropdown-with-icons li .btn {
    line-height: 30px;
  }
  .sidebar .dropdown-with-icons > li > a,
.sidebar .dropdown-with-icons > li > .btn,
.bootstrap-navbar .dropdown-with-icons > li > a,
.bootstrap-navbar .dropdown-with-icons > li > .btn {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .sidebar .dropdown-with-icons .dropdown-menu i[class^=icon],
.bootstrap-navbar .dropdown-with-icons .dropdown-menu i[class^=icon] {
    width: 30px;
  }
  .sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before,
.bootstrap-navbar .dropdown-menu:after,
.bootstrap-navbar .dropdown-menu:before {
    display: none;
  }

  .bootstrap-navbar .nav {
    position: relative;
    z-index: 4;
    border-top: none;
  }
  .bootstrap-navbar .nav > li > a,
.bootstrap-navbar .nav > li > .btn {
    color: #FFFFFF;
    margin: 5px 15px;
    opacity: 0.86;
    border-radius: 4px;
    line-height: 30px;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
  }
  .bootstrap-navbar .nav > li:hover > a, .bootstrap-navbar .nav > li:hover > .btn {
    background: rgba(255, 255, 255, 0.13);
    opacity: 1;
  }
  .bootstrap-navbar .nav > li.active > a, .bootstrap-navbar .nav > li.active > .btn {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(255, 255, 255, 0.23);
  }
  .bootstrap-navbar .nav p {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
  }
  .bootstrap-navbar .nav i {
    float: left;
    font-size: 28px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    width: 30px;
  }

  .nav-open .main-panel,
.nav-open .wrapper-full-page {
    left: 0;
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    -ms-transform: translateX(-260px);
    transform: translate3d(-260px, 0, 0);
  }
  .nav-open .navbar-fixed > div {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    -ms-transform: translateX(-260px);
    transform: translate3d(-260px, 0, 0);
  }
  .nav-open .sidebar,
.nav-open .bootstrap-navbar {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translateX(0px);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .navbar-default .navbar-toggle .icon-bar {
    background-color: #222222;
  }
  .nav-open .main-navigation .caret {
    top: 18px;
  }

  .navbar-minimize {
    display: none;
  }

  .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
  }

  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }
    45% {
      top: 6px;
      transform: rotate(145deg);
    }
    75% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }
    75% {
      -webkit-transform: rotate(130deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
    }
  }
  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }
    75% {
      -moz-transform: rotate(130deg);
    }
    100% {
      -moz-transform: rotate(135deg);
    }
  }
  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }
    45% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      top: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }
    45% {
      -webkit-transform: rotate(-10deg);
    }
    75% {
      -webkit-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }
    45% {
      -moz-transform: rotate(-10deg);
    }
    75% {
      -moz-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }
    75% {
      transform: rotate(-130deg);
    }
    100% {
      transform: rotate(-135deg);
    }
  }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }
    75% {
      -webkit-transform: rotate(-130deg);
    }
    100% {
      -webkit-transform: rotate(-135deg);
    }
  }
  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }
    75% {
      -moz-transform: rotate(-130deg);
    }
    100% {
      -moz-transform: rotate(-135deg);
    }
  }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }
    45% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }
    45% {
      -webkit-transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }
    45% {
      -moz-transform: rotate(10deg);
    }
    75% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }
  .navbar-header .navbar-toggle {
    margin: 10px 15px 10px 0;
    width: 40px;
    height: 40px;
  }

  .navbar-toggle .icon-bar {
    outline: 1px solid transparent;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 1;
  }

  .navbar-toggle .icon-bar:nth-child(4) {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .toggled .icon-bar:nth-child(2) {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .toggled .icon-bar:nth-child(3) {
    opacity: 0;
  }

  .toggled .icon-bar:nth-child(4) {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .dropdown-menu .divider {
    display: none;
    background-color: rgba(229, 229, 229, 0.15);
  }

  .navbar-nav {
    margin: 1px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .btn {
    padding: 15px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:first-child > a, .navbar-nav .open .dropdown-menu > li:first-child > .btn {
    padding: 5px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu > li:last-child > a, .navbar-nav .open .dropdown-menu > li:last-child > .btn {
    padding: 15px 15px 25px 50px;
  }

  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.sliding {
    max-height: 0;
    overflow-y: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

  .navbar-fixed-top {
    -webkit-backface-visibility: hidden;
  }

  .close-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: auto;
    content: "";
    z-index: 9999;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 370ms ease-in;
    -moz-transition: all 370ms ease-in;
    -o-transition: all 370ms ease-in;
    -ms-transition: all 370ms ease-in;
    transition: all 370ms ease-in;
  }
  .close-layer.visible {
    opacity: 1;
  }

  .social-line .btn {
    margin: 0 0 10px 0;
  }

  .subscribe-line .form-control {
    margin: 0 0 10px 0;
  }

  .social-line.pull-right {
    float: none;
  }

  .footer nav.pull-left {
    float: none !important;
  }

  .footer:not(.footer-big) nav > ul li {
    float: none;
  }

  .social-area.pull-right {
    float: none !important;
  }

  .form-control + .form-control-feedback {
    margin-top: -8px;
  }

  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
  }

  .btn.dropdown-toggle {
    margin-bottom: 0;
  }

  .media-post .author {
    width: 20%;
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }

  .media-post .media-body {
    width: 100%;
  }

  .navbar .logo {
    display: block !important;
    width: 123px;
    height: 50px;
    margin: 7px auto;
  }
  .navbar .logo .logo-image {
    width: 123px;
    height: auto;
  }

  .navbar-collapse.collapse {
    height: 100% !important;
  }

  .navbar-collapse.collapse.in {
    display: block;
  }

  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu.sliding {
    max-height: 500px;
  }

  .navbar-collapse .nav p {
    font-size: 14px;
    margin: 0;
  }
  .navbar-collapse [class^=pe-7s-] {
    float: left;
    font-size: 20px;
    margin-right: 10px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .sidebar .sidebar-wrapper {
    height: 100vh;
    overflow: auto;
  }
  .sidebar .sidebar-wrapper .nav {
    padding-top: 0;
  }

  .navbar-minimize {
    display: none;
  }

  .footer .copyright {
    padding-top: 15px;
  }

  .card-user .row .avatar {
    margin-bottom: 0;
  }

  .pkorg-navbar-mobile {
    border-bottom: 1px solid rgb(112, 124, 124);
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
  .pkorg-navbar-mobile .navbar-lang {
    border-bottom: 1px solid rgb(112, 124, 124);
    margin-bottom: 15px;
    text-align: center;
  }
  .pkorg-navbar-mobile .navbar-pull-right {
    float: none;
  }

  #client-switcher-mobile {
    padding: 0;
  }
  #client-switcher-mobile li {
    list-style-type: none;
  }
  #client-switcher-mobile li a {
    display: block;
    padding: 5px 15px;
  }

  #usermenu .dropdown-menu,
#timemenu .dropdown-menu {
    display: block;
    background: transparent;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    float: none;
  }
  #usermenu .dropdown-menu li a,
#timemenu .dropdown-menu li a {
    padding-left: 15px;
    line-height: 24px;
  }
  #usermenu .dropdown-menu li a i,
#timemenu .dropdown-menu li a i {
    width: 30px;
    margin-right: 17px;
    float: none;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .pkorg-toggleview {
    padding: 0 !important;
  }
}
/*            Navigation menu                */
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  border: 1px solid rgb(80, 192, 223);
  border-radius: 0;
  color: rgb(80, 192, 223);
  margin-left: -1px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #F5F5F5;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: rgb(80, 192, 223);
  color: #FFFFFF;
}
.nav-pills > li:first-child > a {
  border-radius: 4px 0 0 4px;
  margin: 0;
}
.nav-pills > li:last-child > a {
  border-radius: 0 4px 4px 0;
}

.pagination > li.disabled {
  opacity: 0.4;
}

.pagination.pagination-no-border > li > a,
.pagination.pagination-no-border > li > span {
  border: 0;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 17px;
  margin: 0 2px;
  color: rgb(79, 88, 88);
  min-width: 33px;
  text-align: center;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background-color: rgb(80, 192, 223);
  border: 0;
  color: #FFFFFF;
  padding: 7px 13px;
}

.nav-pills-blue > li.active > a,
.nav-pills-blue > li.active > a:hover,
.nav-pills-blue > li.active > a:focus {
  background-color: #447DF7;
}

.pagination-blue > li.active a,
.pagination-blue > li.active a:hover,
.pagination-blue > li.active a:focus,
.pagination-blue > li.active span,
.pagination-blue > li.active span:hover,
.pagination-blue > li.active span:focus {
  background-color: #447DF7;
}

.nav-pills-azure > li.active > a,
.nav-pills-azure > li.active > a:hover,
.nav-pills-azure > li.active > a:focus {
  background-color: rgb(80, 192, 223);
}

.pagination-azure > li.active a,
.pagination-azure > li.active a:hover,
.pagination-azure > li.active a:focus,
.pagination-azure > li.active span,
.pagination-azure > li.active span:hover,
.pagination-azure > li.active span:focus {
  background-color: rgb(80, 192, 223);
}

.nav-pills-green > li.active > a,
.nav-pills-green > li.active > a:hover,
.nav-pills-green > li.active > a:focus {
  background-color: rgb(149, 193, 31);
}

.pagination-green > li.active a,
.pagination-green > li.active a:hover,
.pagination-green > li.active a:focus,
.pagination-green > li.active span,
.pagination-green > li.active span:hover,
.pagination-green > li.active span:focus {
  background-color: rgb(149, 193, 31);
}

.nav-pills-orange > li.active > a,
.nav-pills-orange > li.active > a:hover,
.nav-pills-orange > li.active > a:focus {
  background-color: rgb(247, 168, 0);
}

.pagination-orange > li.active a,
.pagination-orange > li.active a:hover,
.pagination-orange > li.active a:focus,
.pagination-orange > li.active span,
.pagination-orange > li.active span:hover,
.pagination-orange > li.active span:focus {
  background-color: rgb(247, 168, 0);
}

.nav-pills-red > li.active > a,
.nav-pills-red > li.active > a:hover,
.nav-pills-red > li.active > a:focus {
  background-color: rgb(232, 78, 15);
}

.pagination-red > li.active a,
.pagination-red > li.active a:hover,
.pagination-red > li.active a:focus,
.pagination-red > li.active span,
.pagination-red > li.active span:hover,
.pagination-red > li.active span:focus {
  background-color: rgb(232, 78, 15);
}

.nav-pills-blue > li > a {
  border: 1px solid #447DF7;
  color: #447DF7;
}

.nav-pills-azure > li > a {
  border: 1px solid rgb(80, 192, 223);
  color: rgb(80, 192, 223);
}

.nav-pills-green > li > a {
  border: 1px solid rgb(149, 193, 31);
  color: rgb(149, 193, 31);
}

.nav-pills-orange > li > a {
  border: 1px solid rgb(247, 168, 0);
  color: rgb(247, 168, 0);
}

.nav-pills-red > li > a {
  border: 1px solid rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}

.nav-text,
.nav-icons {
  padding: 15px 0 0;
}
.nav-text > li > a,
.nav-icons > li > a {
  display: block;
  padding: 0px 12px;
  color: rgb(79, 88, 88);
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav-text > li > a:hover, .nav-text > li > a:focus,
.nav-icons > li > a:hover,
.nav-icons > li > a:focus {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-text > li:first-child a,
.nav-icons > li:first-child a {
  padding-left: 0;
}
.nav-text > li.active a,
.nav-icons > li.active a {
  color: rgb(80, 192, 223);
}

.nav-icons > li {
  display: inline-block;
}
.nav-icons > li > a {
  padding: 0 10px;
  margin-bottom: 10px;
}
.nav-icons > li > a i {
  font-size: 22px;
  margin-bottom: 10px;
  width: 22px;
}

.nav-icons.nav-stacked > li {
  display: block;
}
.nav-icons.nav-stacked > li > a {
  margin-bottom: 20px;
}

.nav-blue > li.active a {
  color: #447DF7;
}

.nav-azure > li.active a {
  color: rgb(80, 192, 223);
}

.nav-green > li.active a {
  color: rgb(149, 193, 31);
}

.nav-orange > li.active a {
  color: rgb(247, 168, 0);
}

.nav-red > li.active a {
  color: rgb(232, 78, 15);
}

.nav-text {
  margin: 0 0 10px 0;
}
.nav-text > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: left;
  font-weight: 500;
}
.nav-text > li:first-child > a {
  padding-top: 0;
}
.nav-text h4 {
  margin-top: 0;
}

.nav-text:not(.nav-stacked) > li {
  display: inline-block;
}
.nav-text:not(.nav-stacked) > li > a {
  margin-right: 15px;
}

.tab-pane {
  padding: 15px 0;
}

.nav-container {
  display: block;
  width: 100%;
  text-align: center;
}

.content-full-width .nav-tabs li:first-child {
  padding-left: 20px;
}
.content-full-width .tab-pane {
  padding: 20px;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

@media (min-width: 992px) {
  .form-horizontal .control-content-label {
    padding-top: 10px !important;
  }
}
.col-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

#gridview .col-sm-6:nth-child(2n+3) {
  clear: both;
}

body .select2-container + .select-cleaner {
  position: absolute;
  top: 10px;
  left: calc(100% - 25px);
  color: rgb(190, 198, 195);
  background-color: #FFFFFF;
}

.select2-close-mini {
  left: calc(100% - 34px) !important;
}

div.select2-container + a.select2-cleaner {
  display: inline-block;
  width: 20px;
  margin-left: -45px;
  margin-top: 10px;
  position: absolute;
  z-index: 9990;
  cursor: pointer;
}

#inputMCONFIG,
textarea.mstring,
input.mstring {
  font-family: monospace;
}

@media (max-width: 992px) {
  body .select2-container + .select-cleaner {
    left: calc(100% - 34px);
  }
}
.fixed-table-container thead th .th-inner {
  padding: 15px 0 0 15px;
  line-height: 24px;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}

.table-bottom-buttons {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}

/**
 * Mit dieser Klasse wird die Tabelle sehr Kompakt dargestellt, diese wurde nur für
 * "ohne Toolbar" getestet
 */
.table-compact-without-toolbar .fixed-table-container {
  padding-top: 0px;
  clear: none;
}
.table-compact-without-toolbar .fixed-table-container thead th .th-inner {
  padding: 0 0 0 15px;
  height: 20px;
}
.table-compact-without-toolbar .fixed-table-container .no-records-found {
  height: 100px;
}
.table-compact-without-toolbar .fixed-table-toolbar {
  padding: 0px;
}

/**
 * Responsive Table-Class für Ivaris
 */
.ivaris-responsive-table {
  margin: 1em 0;
  min-width: 200px;
}
.ivaris-responsive-table th {
  display: none;
  padding-top: 6px;
  padding-bottom: 3px;
  border-radius: 0;
  background-color: rgb(223, 227, 225);
  border-bottom-width: 0;
  border-bottom-color: transparent;
}
.ivaris-responsive-table tbody tr td {
  padding: 8px 0 8px 15px;
}
.ivaris-responsive-table td {
  display: block;
  padding-bottom: 1em;
}
.ivaris-responsive-table td:first-child {
  padding-top: 0.5em;
}
.ivaris-responsive-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
@media (max-width: 993px) {
  .ivaris-responsive-table tbody tr td {
    border: 0px;
  }
  .ivaris-responsive-table td {
    text-align: left;
  }
  .ivaris-responsive-table td .icon-place {
    display: inline-block !important;
  }
  .ivaris-responsive-table td .icon-place a {
    border: 0px !important;
  }
  .ivaris-responsive-table td.column-empty {
    display: none;
  }
  .ivaris-responsive-table td:first-child {
    background-color: #eeeeee;
    border-top: 1px solid;
  }
  .ivaris-responsive-table tr:last-child {
    border-bottom: 1px solid;
  }
}
@media (min-width: 993px) {
  .ivaris-responsive-table th, .ivaris-responsive-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .ivaris-responsive-table th:first-child, .ivaris-responsive-table td:first-child {
    padding-left: 10px;
  }
  .ivaris-responsive-table th:last-child, .ivaris-responsive-table td:last-child {
    padding-right: 0;
  }
  .ivaris-responsive-table td:before {
    display: none;
  }
}

.ivaris-responsive-table-abrechnung-wrapper {
  overflow-x: scroll;
}

@media screen and (min-width: 993px) {
  .ivaris-responsive-table-abrechnung {
    min-width: 1300px;
  }
}
.ivaris-responsive-table-abrechnung th {
  display: none;
}
.ivaris-responsive-table-abrechnung tbody, .ivaris-responsive-table-abrechnung tr, .ivaris-responsive-table-abrechnung td {
  border: 0;
}
.ivaris-responsive-table-abrechnung tr.firstRow {
  border-top: 1px solid #ddd;
}
.ivaris-responsive-table-abrechnung tr.secondRow, .ivaris-responsive-table-abrechnung td.secondRow {
  border: 0px;
}
.ivaris-responsive-table-abrechnung tr.lastRow {
  border: 0;
}
.ivaris-responsive-table-abrechnung tr.lastRow td {
  border: 0;
}
.ivaris-responsive-table-abrechnung tr.totalRow {
  border-top: 1px solid #ddd;
}
.ivaris-responsive-table-abrechnung tr.emptyRowData {
  border-top: 1px solid #ddd;
  text-align: center;
}
.ivaris-responsive-table-abrechnung input[type=text] {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 993px) {
  .ivaris-responsive-table-abrechnung td.column-empty {
    display: none;
  }
}
.ivaris-responsive-table-abrechnung tr td {
  display: block;
  padding-bottom: 1em;
}
.ivaris-responsive-table-abrechnung tr td:first-child {
  padding-top: 0.5em;
}
.ivaris-responsive-table-abrechnung tr td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
@media (min-width: 993px) {
  .ivaris-responsive-table-abrechnung tr td:before {
    display: none;
  }
}
@media (min-width: 993px) {
  .ivaris-responsive-table-abrechnung tr th, .ivaris-responsive-table-abrechnung tr td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .ivaris-responsive-table-abrechnung tr th:first-child, .ivaris-responsive-table-abrechnung tr td:first-child {
    padding-left: 0;
  }
  .ivaris-responsive-table-abrechnung tr th:last-child, .ivaris-responsive-table-abrechnung tr td:last-child {
    padding-right: 0;
  }
}
.ivaris-responsive-table-abrechnung tr td.emptyRowData {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (max-width: 993px) {
  .ivaris-responsive-table-abrechnung tr.firstRow td {
    text-align: left;
  }
  .ivaris-responsive-table-abrechnung tr.firstRow td:first-child {
    background-color: #eeeeee;
  }
  .ivaris-responsive-table-abrechnung .spaced-out {
    display: flex;
    justify-content: space-between;
  }
}
.icon-small {
  font-size: 0.7em;
  vertical-align: 30%;
}

.icon-very-small {
  font-size: 0.5em;
  vertical-align: 60%;
}

.icon-invisible {
  visibility: hidden;
}

.swal2-container {
  z-index: 10060;
}

.accordion-heading-padding {
  padding-left: 20px;
  padding-right: 20px;
}

/**
 * Diese Klasse wurde extra für das "Hinzufügen" Dokumente erstellt, damit das Panel "feiner" aussieht
 */
.panel-for-add-document .panel-heading a {
  padding: 5px 0;
}
.panel-for-add-document .panel-title {
  font-size: 14px;
  background-color: transparent;
}
.panel-for-add-document .panel-body {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.text-disabled {
  opacity: 0.4;
}

.text-bold {
  font-weight: bold;
}

/**
 * jQuery Editable Select
 * Indri Muska <indrimuska@gmail.com>
 *
 * Source on GitHub @ https://github.com/indrimuska/jquery-editable-select
 */
input.es-input {
  padding-right: 20px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat;
}

input.es-input.open {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.es-list {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #d1d1d1;
  display: none;
  z-index: 1000;
  background: #fff;
  max-height: 160px;
  overflow-y: auto;
  -moz-box-shadow: 0 2px 3px #ccc;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
}

.es-list li {
  display: block;
  padding: 5px 10px;
  margin: 0;
}

.es-list li.selected {
  background: #f3f3f3;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../img/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../img/select2.png") no-repeat 100% -22px;
  background: url("../img/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../img/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

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

/* results */
.select2-results {
  max-height: 350px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../img/select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("../img/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.4 - 2016-10-19T19:45:17.219Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.linethrough {
  text-decoration: line-through;
}

.nl2br {
  white-space: pre-line;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.no-results-inline {
  color: #a9aaa8;
}

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

.align-right {
  text-align: right;
}

.label-outline {
  border: 1px solid #383935;
  border-radius: 3px;
  color: #383935;
  padding: 0 6px;
}

.label-outline-red {
  border-color: rgb(232, 78, 15);
  color: rgb(232, 78, 15);
}

.label-outline-orange {
  border-color: rgb(247, 168, 0);
  color: rgb(247, 168, 0);
}

.label-outline-yellow {
  border-color: rgb(239, 205, 0);
  color: rgb(239, 205, 0);
}

.label-outline-green {
  border-color: rgb(149, 193, 31);
  color: rgb(149, 193, 31);
}

.label-outline-azure {
  border-color: rgb(80, 192, 223);
  color: rgb(80, 192, 223);
}

.label-outline-blue {
  border-color: #447DF7;
  color: #447DF7;
}

.label-outline-purple {
  border-color: #9368E9;
  color: #9368E9;
}

.list-intend {
  display: flex;
  align-items: flex-start;
}
.list-intend :first-child {
  margin-right: 5px;
}
.list-intend .push {
  margin-left: auto;
  padding-right: 3px;
}

.no-break {
  white-space: nowrap;
}

.iv-user-value .icon {
  margin-right: 3px;
}

label + .iv-user-value {
  display: block;
  margin-top: -5px;
}

.iv-user-value-placeholder {
  color: #a9aaa8;
  font-style: italic;
}

.spacing-bottom {
  margin-bottom: 20px;
}

.spacing-bottom-small {
  margin-bottom: 10px;
}

.clickable {
  cursor: pointer;
}

.alert {
  border-radius: 4px;
}
.alert:empty {
  display: none;
}
.alert.alert-info {
  background-color: #27afd5;
}
.alert.alert-success {
  background-color: #8bb41d;
}
.alert.alert-warning {
  background-color: rgb(247, 168, 0);
}
.alert.alert-danger {
  background-color: #da490e;
}
.alert.alert-has-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
.alert.alert-has-icon.alert-info:before {
  content: "\f05a";
}
.alert.alert-has-icon.alert-success:before {
  content: "\f058";
}
.alert.alert-has-icon.alert-warning:before {
  content: "\f071";
}
.alert.alert-has-icon.alert-danger:before {
  content: "\f057";
}
.alert a {
  color: inherit;
  text-decoration: underline;
}

.badge.badge-danger {
  background-color: rgb(232, 78, 15);
}
.badge.badge-success {
  background-color: #739518;
}
.badge.badge-warning {
  background-color: #c48500;
}
.badge.badge-info {
  background-color: #27afd5;
}
.badge.badge-inverted {
  color: #777777;
  background-color: #ffffff;
}

.btn.btn-fullwidth {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

[iv-barcode-reader] {
  margin-bottom: 10px;
}
[iv-barcode-reader] .barcode-input {
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
[iv-barcode-reader] .barcode-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[iv-barcode-reader] .barcode-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[iv-barcode-reader] .barcode-input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[iv-barcode-reader] .barcode-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[iv-barcode-reader] .ready {
  border-color: rgb(149, 193, 31);
  background: rgb(149, 193, 31);
}
[iv-barcode-reader] .idle {
  border-color: rgb(232, 78, 15);
  background: rgb(232, 78, 15);
}
[iv-barcode-reader] .busy {
  border-color: rgb(247, 168, 0);
  background: rgb(247, 168, 0);
}

.barcode h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.barcode .history {
  list-style-type: none;
  padding: 0;
}
.barcode .history li {
  margin-bottom: 3px;
}
.barcode .history li .timestamp {
  color: #a9aaa8;
}
.barcode .history li .entry:before {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
}
.barcode .history-status-0 {
  color: #739518;
}
.barcode .history-status-0:before {
  content: "\f058";
}
.barcode .history-status-1 {
  color: rgb(232, 78, 15);
}
.barcode .history-status-1:before {
  content: "\f057";
}
.barcode .history-status-2 {
  color: rgb(247, 168, 0);
}
.barcode .history-status-2:before {
  content: "\f071";
}

.calendar {
  display: table;
  border: 1px solid #cfcfcf;
  width: 100%;
}
.calendar .header {
  display: table-row;
}
.calendar .header > div {
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  color: #a9aaa8;
  padding: 12px 0;
  text-transform: uppercase;
}
.calendar > div > div {
  display: table-cell;
  width: 16.666666667%;
  padding: 6px;
}
.calendar.has-weekends > div > div {
  width: 12.5%;
}
.calendar .week-header .day.outside,
.calendar .week-am .day.outside,
.calendar .week-pm .day.outside,
.calendar .week-special .day.outside {
  background: whitesmoke;
}
.calendar .week-header {
  display: table-row;
  font-size: 1.2em;
}
.calendar .week-header .week-meta {
  font-weight: bold;
}
.calendar .week-header .day {
  border-left: 1px solid #cfcfcf;
  color: #a9aaa8;
  text-align: right;
  font-weight: bold;
}
.calendar .week-header .day .month {
  font-weight: normal;
}
.calendar .week-header .day.today .day-of-month {
  display: inline-block;
  background: rgb(232, 78, 15);
  color: #ffffff;
  border-radius: 12px;
  font-weight: normal;
  padding: 0 7px;
  margin: 0 -3px;
}
.calendar .week-am,
.calendar .week-pm,
.calendar .week-special {
  display: table-row;
}
.calendar .week-am .day,
.calendar .week-pm .day,
.calendar .week-special .day {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px 1px;
}
.calendar .week-am .day .event,
.calendar .week-pm .day .event,
.calendar .week-special .day .event {
  color: #FFFFFF;
  background: rgba(190, 198, 195, 0.75);
  border-radius: 3px;
  padding: 0 5px;
  cursor: pointer;
}
.calendar .week-am .day .event.readonly,
.calendar .week-pm .day .event.readonly,
.calendar .week-special .day .event.readonly {
  cursor: default;
}
.calendar .week-am .day .event.event-ipa,
.calendar .week-pm .day .event.event-ipa,
.calendar .week-special .day .event.event-ipa {
  background: rgb(80, 192, 223);
}
.calendar .week-am .day .event.event-schule,
.calendar .week-pm .day .event.event-schule,
.calendar .week-special .day .event.event-schule {
  background: #5e5f5b;
}
.calendar .week-am .day .event.event-andere,
.calendar .week-pm .day .event.event-andere,
.calendar .week-special .day .event.event-andere {
  background: rgb(232, 78, 15);
}
.calendar .week-am .day .event.event-locked,
.calendar .week-pm .day .event.event-locked,
.calendar .week-special .day .event.event-locked {
  color: #a9aaa8;
  background: transparent;
  font-style: italic;
  cursor: default;
}
.calendar .week-am .day .event.event-.readonly,
.calendar .week-pm .day .event.event-.readonly,
.calendar .week-special .day .event.event-.readonly {
  display: none;
}
.calendar .week-am .day .event.event-has-tooltip:before, .calendar .week-am .day .event.event-has-tooltip:after,
.calendar .week-pm .day .event.event-has-tooltip:before,
.calendar .week-pm .day .event.event-has-tooltip:after,
.calendar .week-special .day .event.event-has-tooltip:before,
.calendar .week-special .day .event.event-has-tooltip:after {
  display: table;
  content: " ";
}
.calendar .week-am .day .event.event-has-tooltip:after,
.calendar .week-pm .day .event.event-has-tooltip:after,
.calendar .week-special .day .event.event-has-tooltip:after {
  clear: both;
}
.calendar .week-am .day .event.event-has-tooltip:after,
.calendar .week-pm .day .event.event-has-tooltip:after,
.calendar .week-special .day .event.event-has-tooltip:after {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  float: right;
}
.calendar .week-am .day a.event,
.calendar .week-pm .day a.event,
.calendar .week-special .day a.event {
  display: block;
  cursor: pointer;
}
.calendar .week-am .day .tooltip,
.calendar .week-pm .day .tooltip,
.calendar .week-special .day .tooltip {
  max-width: 200px;
}
.calendar .week-am .day .tooltip .tooltip-inner,
.calendar .week-pm .day .tooltip .tooltip-inner,
.calendar .week-special .day .tooltip .tooltip-inner {
  text-align: left;
  white-space: normal;
}
.calendar .week-special .day {
  border-width: 0 0 0 1px;
}
.calendar .week-special .day .event {
  background-color: rgb(247, 168, 0);
  cursor: default;
}
.calendar .week-special .day .event + .event {
  margin-top: 2px;
}
.calendar .week-am > div {
  padding-bottom: 1px;
}
.calendar .week-am .day {
  border-width: 0 0 0 1px;
}
.calendar .week-pm > div {
  padding-top: 1px;
}
.calendar .week-pm .week-meta {
  border-bottom: 1px solid #cfcfcf;
}
.calendar .week-pm .day {
  border-width: 0 0 1px 1px;
  padding-bottom: 20px;
}
.calendar .week-pm:last-of-type .day,
.calendar .week-pm:last-of-type .week-meta {
  border-bottom: 0;
}
.calendar .popover {
  min-width: 100px;
}
.calendar .popover .popover-content {
  padding: 6px 6px;
  border-radius: 4px;
}
.calendar .popover .popover-content .event {
  display: block;
  margin-bottom: 3px;
  width: 100%;
}

.calendar-cex-tools {
  padding: 6px 15px;
  text-align: right;
}

.card {
  border-radius: 4px;
  background-color: white;
  margin-bottom: 36px;
}
.card .header {
  hyphens: auto;
}
.card h3 small {
  font-size: 12px;
  padding-left: 10px;
}
.card h3:first-child {
  margin-top: 0;
}
.card h6 {
  font-size: 12px;
  margin: 0;
}
.card .image {
  width: 100%;
  overflow: hidden;
  height: 260px;
  border-radius: 4px 4px 0 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card .image img {
  width: 100%;
}
.card .filter {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.card .filter .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card .btn-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card:hover .btn-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card .map {
  height: 280px;
  border-radius: 4px;
}
.card .map.map-big {
  height: 420px;
}
.card .content {
  padding: 20px;
}
.card .content hr {
  width: 100%;
  margin: 2em 0;
  border-top: 1px solid #dfe3e1;
  clear: both;
}
.card .content .content-footer {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #848482;
  border-top: 1px solid #e2e2e2;
}
.card .content-no-padding {
  padding: 0;
}
.card .content-no-padding .map {
  margin-top: 20px;
  border-radius: 0;
}
.card .content-full-width {
  padding: 20px 0;
}
.card > .header {
  padding: 22px 20px 4px;
  color: rgb(56, 57, 53);
  background-color: rgb(223, 227, 225);
  font-weight: 400;
  font-size: 22px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.card > .header .hint-info::before {
  content: "\f05a";
  color: #979795;
}
.card .card-icons {
  position: absolute;
  top: -11px;
  right: 15px;
}
.card .card-icons li {
  background-color: rgb(223, 227, 225);
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 18px;
  margin: 0 -6px;
  padding: 0;
  line-height: 36px;
  text-align: center;
}
.card .card-icons li > a {
  color: rgb(112, 124, 124);
}
.card .card-icons li > a i {
  line-height: inherit;
}
.card .card-icons li > a i.icon:before {
  font-size: 0.75em;
  padding-bottom: 0.1em;
  vertical-align: middle;
}
.card .category,
.card .form-group > label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(56, 57, 53);
  margin-bottom: 0px;
}
.card .category.error,
.card .form-group > label.error {
  text-transform: none;
  color: rgb(232, 78, 15);
}
.card .category i,
.card .form-group > label i {
  font-size: 16px;
}
.card .form-group > label {
  font-size: 12px;
  margin-bottom: 5px;
}
.card .title {
  margin: 0;
  color: rgb(56, 57, 53);
  font-weight: 400;
}
.card .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.card .description {
  font-size: 14px;
  color: #333;
}
.card > .footer {
  clear: both;
  padding: 0 20px 15px;
  background-color: #FFFFFF;
  line-height: 30px;
  border-radius: 0 0 4px 4px;
}
.card > .footer p {
  color: rgb(56, 57, 53);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.card > .footer .form-group label {
  margin-bottom: 0;
}
.card > .footer .legend {
  padding: 5px 0;
}
.card > .footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card .stats {
  color: #a9a9a9;
}
.card .author {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .author i {
  font-size: 14px;
}
.card.card-separator:after {
  height: 100%;
  right: -15px;
  top: 0;
  width: 1px;
  background-color: rgb(160, 172, 170);
  content: "";
  position: absolute;
}
.card .ct-chart {
  margin: 30px 0 30px;
  height: 245px;
}
.card .table, .card .ivaris-responsive-table {
  margin-bottom: 0;
}
.card .table thead th:first-child:not([data-field]), .card .ivaris-responsive-table thead th:first-child:not([data-field]),
.card .table tbody th:first-child:not([data-field]),
.card .ivaris-responsive-table tbody th:first-child:not([data-field]),
.card .table tbody td:first-child:not([data-field]),
.card .ivaris-responsive-table tbody td:first-child:not([data-field]) {
  padding-left: 20px;
}
.card .table thead th:last-child:not([data-field]), .card .ivaris-responsive-table thead th:last-child:not([data-field]),
.card .table tbody th:last-child:not([data-field]),
.card .ivaris-responsive-table tbody th:last-child:not([data-field]),
.card .table tbody td:last-child:not([data-field]),
.card .ivaris-responsive-table tbody td:last-child:not([data-field]) {
  padding-right: 20px;
}
.card .table tbody .bs-checkbox input, .card .ivaris-responsive-table tbody .bs-checkbox input,
.card .table thead .bs-checkbox .th-inner,
.card .ivaris-responsive-table thead .bs-checkbox .th-inner {
  padding-left: 22px;
}
.card .table tbody td.bs-checkbox:first-child, .card .ivaris-responsive-table tbody td.bs-checkbox:first-child {
  padding-left: 23px !important;
}
.card .table .refactoring-pagination .meta, .card .ivaris-responsive-table .refactoring-pagination .meta {
  left: 20px;
}
.card .table .refactoring-pagination .dropdown, .card .ivaris-responsive-table .refactoring-pagination .dropdown {
  right: 20px;
}
.card .alert {
  border-radius: 4px;
  position: relative;
}
.card .alert.alert-with-icon {
  padding-left: 65px;
}
.card.card-plain {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.card.card-plain .image {
  border-radius: 4px;
}
.card .list-circle {
  text-align: right;
  width: 100%;
}
.card .list-circle li {
  margin-bottom: 15px;
  position: relative;
}
.card .list-circle li > a {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.card .list-circle .prozessschritte {
  margin-bottom: 11px;
}
.card .list-circle .circle {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  position: relative;
  border: 0px solid rgb(154, 157, 156);
  background-size: cover;
  background-position: center center;
  background-color: rgb(154, 157, 156);
  display: block;
  text-align: center;
}
.card .list-circle .circle.dummy {
  background-color: rgb(223, 227, 225) !important;
}
.card .list-circle .circle i {
  position: relative;
  font-size: 32px;
  line-height: 1.8125em;
  color: #FFFFFF;
}
.card .list-circle .badge {
  position: absolute;
  top: -4px;
  left: 35px;
  font-size: 20px;
  padding: 4px 11px;
  border-radius: 22px;
  background-color: rgb(232, 78, 15);
}
.card .list-circle.arbeitsschritte .circle {
  border-color: transparent;
  background: rgb(223, 227, 225);
  font-family: "ElegantIcons";
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 35px;
}
.card .list-circle.arbeitsschritte .circle a {
  color: inherit;
}
.card .list-circle.arbeitsschritte .loading .circle {
  -webkit-animation: fa-spin 1s infinite steps(15);
  animation: fa-spin 1s infinite steps(15);
}
.card .list-circle .role {
  display: block;
  width: 60px;
  height: 20px;
  background-color: rgb(154, 157, 156);
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
.card .list-circle .status {
  display: block;
  width: 60px;
  height: 20px;
  text-align: center;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.1666em;
  color: rgb(160, 172, 170);
}
.card .list-circle .active .circle {
  background-color: rgb(80, 192, 223);
  border-color: rgb(80, 192, 223);
}
.card .list-circle .active .role {
  background-color: rgb(80, 192, 223);
}
.card .list-circle .completed .circle {
  background-color: rgb(149, 193, 31);
  border-color: rgb(149, 193, 31);
}
.card .list-circle .completed .role {
  background-color: rgb(149, 193, 31);
}
.card .list-circle .overdue .circle {
  background-color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.card .list-circle .overdue .role {
  background-color: rgb(232, 78, 15);
}
.card .list-circle .open .circle {
  background-color: rgb(160, 172, 170);
  border-color: rgb(160, 172, 170);
}
.card .list-circle .open .role {
  background-color: rgb(160, 172, 170);
}
.card .table-responsive th {
  padding-top: 6px;
  padding-bottom: 3px;
  border-radius: 0;
  background-color: rgb(223, 227, 225);
  border-bottom-width: 0;
  border-bottom-color: transparent;
}
.card .table-responsive th:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 0;
}
.card .table-responsive th:last-child {
  border-radius: 0 4px 0 0;
}
.card .table-responsive td {
  padding-bottom: 0;
}
.card .table-responsive td:first-child {
  padding-left: 20px;
}
.card .table-responsive .kandidat {
  cursor: pointer;
}
.card .table-responsive .kandidat .kandidat-avatar {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.card .table-responsive .kandidat .kandidat-avatar .avatar {
  width: 54px;
  height: auto;
  min-width: 44px;
  max-width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
}
.card .table-responsive .kandidat .kandidat-avatar .avatar.border-gray {
  border-color: #EEEEEE;
}
.card .table-responsive .ipa-tag {
  display: inline-block;
  margin-bottom: 0.625em;
}
.card .table-responsive .action {
  font-size: 16px;
}
.card .table-responsive .card-icons {
  position: relative;
  top: 0;
  right: 0;
}
.card .table-responsive .card-icons li {
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 18px;
  margin: 0;
}
.card .table-responsive .list-circle {
  margin-bottom: 0;
}
.card .table-responsive .list-circle > li {
  padding: 0 1px;
  float: left;
  margin-bottom: 10px;
}
.card .table-responsive .list-circle .circle {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}
.card .table-responsive .list-circle .circle i {
  font-size: 20px;
  line-height: 1.4em;
}
.card .table-responsive .list-circle .badge {
  left: 12px;
  font-size: 12px;
  padding: 1px 6px;
  background-color: rgb(232, 78, 15);
}
.card .table-responsive .list-circle.beteiligte-personen .circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.card .table-responsive .list-circle .role {
  width: 48px;
  height: 16px;
  font-size: 14px;
  line-height: 17px;
}
.card .table-responsive .list-circle .status {
  width: 26px;
  font-size: 14px;
}
.card .table-responsive .list-circle .bg .circle {
  border-width: 0px;
}
.card.loader {
  text-align: center;
  padding: 30px 0;
}

.card-user .image {
  height: 110px;
}
.card-user .image-plain {
  height: 0;
  margin-top: 110px;
}
.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: -70px;
}
.card-user .kandidat-avatar {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin: 0 0 30px 0;
  border-radius: 84px;
  color: #FFFFFF;
  text-align: center;
  line-height: 84px;
  font-size: 48px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.card-user .kandidat-avatar .avatar {
  width: 84px;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
}
.card-user .kandidat-avatar .avatar.border-gray {
  border-color: #EEEEEE;
}
.card-user .title {
  line-height: 24px;
}
.card-user .content {
  min-height: 240px;
}
.card-user .tablelist {
  margin-top: 10px;
  margin-bottom: 32px;
}

.card-user .footer,
.card-price .footer {
  color: rgb(56, 57, 53);
  background-color: rgb(223, 227, 225);
  padding: 5px 20px;
}
.card-user hr,
.card-price hr {
  margin: 5px 15px;
}

.card-wizard {
  border-radius: 10px;
}
.card-wizard .nav-pills {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-wizard .nav-pills > li > a {
  text-align: center;
  border: none;
  background-color: rgb(79, 88, 88);
  color: rgb(190, 198, 195);
  text-transform: uppercase;
}
.card-wizard .nav-pills > li > a:hover, .card-wizard .nav-pills > li > a:focus {
  background-color: rgb(79, 88, 88);
  outline: 0 !important;
}
.card-wizard .nav-pills > li:first-child > a, .card-wizard .nav-pills > li:last-child > a {
  border-radius: 0;
}
.card-wizard .btn-finish {
  display: none;
}
.card-wizard .header {
  padding-top: 30px;
  padding-bottom: 15px;
}
.card-wizard .footer {
  padding-bottom: 20px;
}
.card-wizard form [class*=col-]:nth-child(3n+1) {
  padding-left: 15px;
}
.card-wizard form [class*=col-]:nth-child(3n) {
  padding-right: 15px;
}

.card-filter, .card-filter-overview {
  margin-bottom: 16px;
}
.card-filter .header, .card-filter-overview .header {
  padding: 7px 20px 6px;
  border-radius: 4px;
  background-color: rgb(223, 227, 225);
  font-size: 16px;
}
.card-filter .header a.title, .card-filter-overview .header a.title {
  color: inherit !important;
  display: block;
  font-weight: bold;
}
.card-filter .header a.title:before, .card-filter-overview .header a.title:before {
  content: "\f0b0";
  margin-right: 0.5em;
  color: rgb(80, 192, 223);
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  font-family: FontAwesome;
}
.card-filter .header a.title .caret, .card-filter-overview .header a.title .caret {
  margin-top: 9px;
}
.card-filter #filter, .card-filter-overview #filter {
  border-top: 3px solid rgb(223, 227, 225);
  margin-top: -3px;
  background-color: rgb(249, 249, 249);
}

.card-filter-overview {
  border: 1px solid rgb(223, 227, 225);
}
.card-filter-overview .header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mail-card-row {
  margin-bottom: 20px;
}

.datevote {
  text-align: center;
}
.datevote .rating-0, .datevote .rating-5, .datevote .rating-10, .datevote .rating-15, .datevote .rating-20, .datevote .rating-25, .datevote .rating-30, .datevote .rating-35, .datevote .rating-40, .datevote .rating-45, .datevote .rating-50, .datevote .rating-55, .datevote .rating-60, .datevote .rating-65, .datevote .rating-70, .datevote .rating-75, .datevote .rating-80, .datevote .rating-85, .datevote .rating-90, .datevote .rating-95, .datevote .rating-100 {
  padding-left: 0;
  padding-right: 0;
}
.datevote .rating-0::before, .datevote .rating-5::before, .datevote .rating-10::before, .datevote .rating-15::before, .datevote .rating-20::before, .datevote .rating-25::before, .datevote .rating-30::before, .datevote .rating-35::before, .datevote .rating-40::before, .datevote .rating-45::before, .datevote .rating-50::before, .datevote .rating-55::before, .datevote .rating-60::before, .datevote .rating-65::before, .datevote .rating-70::before, .datevote .rating-75::before, .datevote .rating-80::before, .datevote .rating-85::before, .datevote .rating-90::before, .datevote .rating-95::before, .datevote .rating-100::before {
  content: "";
  display: block;
  height: 20px;
}
.datevote th:last-child, .datevote td:last-child {
  text-align: left;
}
.datevote th:first-child, .datevote td:first-child {
  text-align: left;
}
.datevote .yes::before {
  font-family: FontAwesome;
  content: "\f00c";
  background-color: rgb(149, 193, 31);
  color: #739518;
  padding: 4px;
  border: 1px solid #739518;
  border-radius: 100px;
}
.datevote .maybe::before {
  font-family: FontAwesome;
  content: "\f11a";
  background-color: rgb(239, 205, 0);
  color: #bca100;
  padding: 4px;
  border: 1px solid #bca100;
  border-radius: 100px;
}
.datevote .no::before {
  font-family: FontAwesome;
  content: "\f00d";
  background-color: rgb(232, 78, 15);
  color: #b83e0c;
  padding: 4px;
  border: 1px solid #b83e0c;
  border-radius: 100px;
}
.datevote .ballot, .datevote tbody input {
  min-width: 140px;
}
.datevote tbody .btn-success::before {
  font-family: FontAwesome;
  content: "\f00c";
}
.datevote tbody .btn-warning::before {
  font-family: FontAwesome;
  content: "\f11a";
}
.datevote tbody .btn-danger::before {
  font-family: FontAwesome;
  content: "\f00d";
}
.datevote tfoot .btn::before {
  font-family: FontAwesome;
  content: "\f00c";
}
.datevote .rating-100::before {
  background-color: #95c11f;
}
.datevote .rating-95::before {
  background-color: #9ec21c;
}
.datevote .rating-90::before {
  background-color: #a7c319;
}
.datevote .rating-85::before {
  background-color: #b0c516;
}
.datevote .rating-80::before {
  background-color: #b9c613;
}
.datevote .rating-75::before {
  background-color: #c2c710;
}
.datevote .rating-70::before {
  background-color: #cbc80c;
}
.datevote .rating-65::before {
  background-color: #d4c909;
}
.datevote .rating-60::before {
  background-color: #ddcb06;
}
.datevote .rating-55::before {
  background-color: #e6cc03;
}
.datevote .rating-50::before {
  background-color: #efcd00;
}
.datevote .rating-45::before {
  background-color: #eec002;
}
.datevote .rating-40::before {
  background-color: #eeb403;
}
.datevote .rating-35::before {
  background-color: #eda705;
}
.datevote .rating-30::before {
  background-color: #ec9a06;
}
.datevote .rating-25::before {
  background-color: #ec8e08;
}
.datevote .rating-20::before {
  background-color: #eb8109;
}
.datevote .rating-15::before {
  background-color: #ea740b;
}
.datevote .rating-10::before {
  background-color: #e9670c;
}
.datevote .rating-5::before {
  background-color: #e95b0e;
}
.datevote .rating-0::before {
  background-color: #e84e0f;
}

.diff {
  position: relative;
  z-index: 1;
}
.diff span {
  z-index: 1;
  position: relative;
}
.diff del,
.diff ins {
  z-index: 0;
  position: relative;
  margin: 0 -3px;
  padding: 0 3px;
  border-radius: 3px;
}
.diff del + ins {
  margin-left: 0;
}
.diff del {
  background-color: #f7a280;
}
.diff ins {
  background-color: #cae976;
}

.dropdown-menu .dividing-element {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}

.event-list {
  display: table;
  margin: 0 -0.5em;
}
.event-list:not(:last-child) {
  margin-bottom: 1em;
}
.event-list .event {
  display: table-row;
}
.event-list .event > div {
  padding: 0.5em;
}
.event-list .event .event-icon-container {
  display: table-cell;
}
.event-list .event .event-icon {
  width: 50px;
  text-align: center;
  border: 1px solid #a9aaa8;
  border-radius: 3px;
  font-size: 21px;
  font-weight: bold;
}
.event-list .event .event-icon .month {
  margin: -1px;
  background: rgb(232, 78, 15);
  background: linear-gradient(180deg, rgb(232, 78, 15) 0%, #b83e0c 100%);
  color: #ffffff;
  font-size: 10px;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  padding: 3px 0 1px;
  font-weight: normal;
}
.event-list .event .event-icon .no-month {
  height: 14px;
  background: #979795;
  background: linear-gradient(180deg, #cfcfcf 0%, #979795 20%);
}
.event-list .event.unset .event-icon {
  color: #848482;
}
.event-list .event.unset .event-icon .month {
  background: #a9aaa8;
  background: linear-gradient(180deg, #cfcfcf 0%, #a9aaa8 100%);
}
.event-list .event .event-meta .text-warning .icon {
  text-align: center;
  width: 20px;
}
.event-list .event .event-meta {
  display: table-cell;
  vertical-align: middle;
}
.event-list .event .event-meta strong {
  display: inline-block;
  margin-bottom: 1px;
}
.event-list .event .event-meta strong .required {
  color: rgb(232, 78, 15);
  font-size: 0.5em;
  vertical-align: 100%;
}
.event-list .event .event-meta .meta-has-icon {
  color: #a9aaa8;
}
.event-list .event .event-meta .meta-has-icon:before {
  display: inline-block;
  text-align: center;
  margin-right: 0.25em;
  width: 20px;
  font-family: FontAwesome;
}
.event-list .event .event-meta .meta-has-icon.time:before {
  content: "\f017";
}
.event-list .event .event-meta .meta-has-icon.place:before {
  content: "\f041";
}
.event-list .event .event-meta .meta-has-icon.download:before {
  content: "\f271";
}
.event-list .event .event-meta .meta-has-icon.camera:before {
  content: "\f03d";
}
.event-list .event .event-meta .meta-has-icon + .meta-has-icon {
  margin-left: 1em;
}
.event-list .event .event-meta a.meta-has-icon:hover {
  color: rgb(80, 192, 223);
  text-decoration: underline;
}
.event-list .event .event-meta .no-time {
  color: #a9aaa8;
  font-style: italic;
}
.event-list .event .event-delete {
  display: table-cell;
  vertical-align: middle;
}
.event-list .event .event-form .text-warning,
.event-list .event .event-form .hint,
.event-list .event .event-form .warning-container {
  margin-bottom: 0.5em;
}
.event-list .event .event-form .warning-container .warning-message:before,
.event-list .event .event-form .warning-container .error-message-standalone:before {
  padding: 0;
  margin-right: 3px;
  width: 20px;
  text-align: center;
}
.event-list .event .event-form .form-container {
  margin-bottom: 0.5em;
}
.event-list .event .event-form .form-container > div, .event-list .event .event-form .form-container > button {
  float: left;
  margin-right: 0.5em;
}
.event-list .event .event-form .form-container .event-time {
  width: 100px;
}
.event-list .event .event-form .form-container .event-select .ui-select-container {
  width: 400px !important;
}
.event-list .event .event-form .form-container .event-select .ui-select-container .select2-choice {
  height: 34px;
}
.event-list .event .event-form .form-container .event-select .ui-select-container .select2-choice .select2-chosen {
  line-height: 20px;
}
.event-list .event .event-form .form-container .event-textline {
  padding: 5px;
}
.event-list .event + .event {
  border-top: 1px solid whitesmoke;
}
.event-list .event.writable:not(.editing) strong {
  cursor: pointer;
}
.event-list .event.writable:not(.editing) strong:after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: FontAwesome;
  color: #a9aaa8;
}
.event-list .event.writable:not(.editing) strong:hover {
  color: rgb(80, 192, 223);
  text-decoration: underline;
}
.event-list .event.writable:not(.editing) strong:hover:after {
  color: rgb(80, 192, 223);
}
.event-list .event.writable:not(.editing):hover strong:after {
  content: "\f040";
}
.event-list .event .event-actions {
  display: table-cell;
  vertical-align: middle;
}
.event-list .event .termin-ort-border {
  border-radius: 0 4px 4px 0;
}
.event-list .event-warnings {
  margin-left: 64px;
}
.event-list .noevents {
  font-size: 1.12em;
  color: #a9aaa8;
}

.exception-display h2 {
  margin: 0 0 15px;
  color: rgb(232, 78, 15);
  word-wrap: break-word;
  font-size: 28px;
}
@media (max-width: 991px) {
  .exception-display h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.exception-display h3 {
  font-weight: bold;
  font-size: 18px;
  word-wrap: break-word;
}
.exception-display code {
  display: block;
  width: auto;
  max-width: 100%;
  font-size: 0.9em;
  padding: 10px;
  color: inherit;
  background: whitesmoke;
  border: 1px solid #cfcfcf;
  position: relative;
}
.exception-display code .file {
  color: #a9aaa8;
  word-wrap: break-word;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
.exception-display code .file:before {
  content: "\f1c9";
  font-family: FontAwesome;
  padding-right: 3px;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.exception-display code .code {
  display: flex;
  position: relative;
}
.exception-display code .code:before, .exception-display code .code:after {
  position: absolute;
  left: 0;
  height: 20px;
  width: 100%;
  content: "";
  pointer-events: none;
  clear: both;
}
.exception-display code .code:before {
  top: 0;
  background: linear-gradient(to bottom, whitesmoke 0, rgba(245, 245, 245, 0) 100%);
}
.exception-display code .code:after {
  bottom: 0;
  background: linear-gradient(to top, whitesmoke 0, rgba(245, 245, 245, 0) 100%);
}
.exception-display code .lines {
  flex: 0 0;
  border-right: 1px solid #cfcfcf;
  padding-right: 5px;
  margin-right: 5px;
}
.exception-display code .lines strong {
  color: rgb(232, 78, 15);
}
.exception-display code .content {
  flex: 1;
  overflow: auto;
}
.exception-display .exception {
  color: #a9aaa8;
  margin-bottom: -3px;
}
.exception-display .exception strong {
  color: rgb(232, 78, 15);
}
.exception-display .stacktrace {
  font-size: 0.9em;
  position: relative;
}
.exception-display .stacktrace:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  content: "";
  background: linear-gradient(to left, #ebeeed 0, rgba(235, 238, 237, 0) 100%);
  pointer-events: none;
}
.exception-display .stacktrace .scroll {
  overflow: auto;
  padding-right: 10px;
}
.exception-display .stacktrace td {
  vertical-align: top;
  padding-bottom: 6px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  word-wrap: break-word;
}
.exception-display .stacktrace td:first-of-type {
  text-align: right;
}
.exception-display .environment {
  margin-bottom: 1em;
}
.exception-display .environment th,
.exception-display .environment td {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.exception-display .environment th {
  padding-right: 1em;
}
.exception-display .exception-title {
  display: flex;
}
.exception-display .exception-trac-copy {
  margin-left: auto;
  height: 100%;
}

.exception-display-fallback {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[fabe-bewertung] {
  display: table;
  width: 100%;
}
[fabe-bewertung] [class*=c-] {
  display: table-cell;
}
[fabe-bewertung] .c-main {
  width: 75%;
}
[fabe-bewertung] .c-main,
[fabe-bewertung] .c-points {
  padding-right: 20px;
}
[fabe-bewertung] .c-main .warning,
[fabe-bewertung] .c-points .warning {
  cursor: default;
}
[fabe-bewertung] .c-main .small,
[fabe-bewertung] .c-points .small {
  color: #848482;
}
[fabe-bewertung] .c-main select.form-control,
[fabe-bewertung] .c-points select.form-control {
  width: 50px;
}
[fabe-bewertung] textarea {
  margin-bottom: 10px;
}
[fabe-bewertung] + .btn {
  margin-top: 5px;
}

.fabe-leistungsziel-picker-popup .table.leistungsziele td, .fabe-leistungsziel-picker-popup .leistungsziele.ivaris-responsive-table td {
  padding: 6px 8px;
}
.fabe-leistungsziel-picker-popup .table.leistungsziele .leitziel td, .fabe-leistungsziel-picker-popup .leistungsziele.ivaris-responsive-table .leitziel td {
  background: #bce7f3;
  font-weight: bold;
}
.fabe-leistungsziel-picker-popup .table.leistungsziele .richtziel td, .fabe-leistungsziel-picker-popup .leistungsziele.ivaris-responsive-table .richtziel td {
  background: whitesmoke;
}
.fabe-leistungsziel-picker-popup .table.leistungsziele .inactive td, .fabe-leistungsziel-picker-popup .leistungsziele.ivaris-responsive-table .inactive td {
  color: #a9aaa8;
}
.fabe-leistungsziel-picker-popup .table.leistungsziele label, .fabe-leistungsziel-picker-popup .leistungsziele.ivaris-responsive-table label {
  font-weight: normal;
}

.iv-file {
  display: table;
  color: inherit;
}
.iv-file .type {
  font-size: 2em;
  padding-right: 0.25em;
  display: table-cell;
  color: #848482;
}
.iv-file .type-compact {
  font-size: 1em;
}
.iv-file .meta {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  line-height: 1.2;
}
.iv-file .meta strong,
.iv-file .meta span {
  display: block;
}
.iv-file .meta strong:after {
  display: inline-block;
  margin-left: 0.5em;
  content: "\f019";
  font-family: FontAwesome;
  color: transparent;
}
.iv-file .meta span {
  color: #a9aaa8;
  font-size: 0.9em;
}
.iv-file .meta-compact {
  line-height: 0.6;
}
.iv-file .meta-compact span {
  font-size: 0.5em;
}
.iv-file:hover .type,
.iv-file:hover strong {
  color: rgb(80, 192, 223);
}
.iv-file:hover .type:after,
.iv-file:hover strong:after {
  color: #bce7f3;
}
.iv-file:hover span {
  color: #7bd0e7;
}
.iv-file.downloading .type strong:after {
  content: "\f021";
  color: inherit;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.iv-file-container {
  display: table;
  color: inherit;
}
.iv-file-container .file-cell {
  display: table-cell;
  padding-right: 0.25em;
}
.iv-file-container .file-action,
.iv-file-container .icon-place.file-action {
  display: table-cell;
  vertical-align: middle;
}

.iv-file-container-icon {
  display: table;
  color: inherit;
  width: 100%;
  margin-top: 10px;
}
.iv-file-container-icon .file-cell {
  display: table-cell;
  padding-right: 0.25em;
}
.iv-file-container-icon .file-action {
  display: table-cell;
  vertical-align: middle;
}

.label-required::after {
  font-family: FontAwesome;
  font-size: 50%;
  content: "\f069";
  color: rgb(232, 78, 15);
  padding-left: 4px;
  vertical-align: super;
}

.hint {
  color: #848482;
}
.hint::before {
  display: inline-block;
  padding: 5px 5px 0 0;
  content: "\f06a";
  font-family: FontAwesome;
}
.hint:empty {
  display: none;
}

.hint-clock::before {
  content: "\f017";
  color: #5e5f5b;
}

.hint-info::before {
  content: "\f05a";
  color: #bce7f3;
}

.hint-success::before {
  content: "\f00c";
  color: #cae976;
}

.hint-warning::before {
  content: "\f071";
  color: #ffbb2b;
}

.hint-danger::before {
  content: "\f06a";
  color: #f7a280;
}

ul.input-list:not([class*=col-]) {
  padding-left: 0;
}

ul.input-list {
  list-style-type: none;
}
ul.input-list li {
  padding: 0 8px;
}
ul.input-list li.header {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding: initial;
}
ul.input-list li.alert {
  margin-bottom: 0.5em;
  padding: 5px 10px;
}
ul.input-list label {
  display: block;
  position: relative;
  font-weight: normal;
}
ul.input-list label input[type=radio],
ul.input-list label input[type=checkbox], ul.input-list label.checkbox input[type=checkbox] {
  position: absolute;
  left: -24px;
}
ul.input-list label.radio-new,
ul.input-list label.checkbox {
  left: 24px;
}
ul.input-list.list-inline label.radio-new, ul.input-list.list-inline label.checkbox {
  margin-right: 30px;
}

/* Ivaris Checkbox-New */
label.checkbox {
  font-weight: normal;
  line-height: 1.5em;
  user-select: none;
  margin-bottom: 7px;
  display: block;
  cursor: pointer;
}
label.checkbox [type=checkbox]:not(:checked),
label.checkbox [type=checkbox]:checked {
  position: relative;
  margin: 0;
  -webkit-appearance: none;
}
label.checkbox [type=checkbox]:not(:checked):before,
label.checkbox [type=checkbox]:checked:before {
  content: "\f096";
  display: inline-block;
  width: 19px;
  font-family: FontAwesome;
  color: rgb(160, 172, 170);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
label.checkbox [type=checkbox]:checked:before {
  content: "\f046";
  color: rgb(80, 192, 223);
}
label.checkbox:hover [type=checkbox]:before {
  color: rgb(80, 192, 223);
}
label.checkbox [type=checkbox]:disabled:before, label.checkbox:hover [type=checkbox]:disabled:before {
  color: rgba(160, 172, 170, 0.5);
}

input.checkbox-new:not(:checked), input.checkbox-new:checked {
  -webkit-appearance: none;
  display: none;
}
input.checkbox-new + label {
  font-weight: normal;
  line-height: 1.5em;
  user-select: none;
  margin-bottom: 7px;
  display: block;
  cursor: pointer;
}
input.checkbox-new + label:before {
  content: "\f096";
  display: inline-block;
  width: 19px;
  margin-right: 0.25em;
  font-family: FontAwesome;
  color: rgb(160, 172, 170);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
input.checkbox-new + label:hover label:before {
  color: rgb(80, 192, 223);
}
input.checkbox-new:checked + label:before {
  content: "\f046";
  color: rgb(80, 192, 223);
}
input.checkbox-new:disabled + label {
  color: #a9aaa8;
  cursor: not-allowed;
}
input.checkbox-new:disabled + label:before, input.checkbox-new:disabled + label:hover:before {
  color: rgba(160, 172, 170, 0.5);
}
input.checkbox-new.invalid {
  color: rgb(232, 78, 15);
}
input.checkbox-new.invalid + label {
  color: rgb(232, 78, 15);
  font-weight: bold;
}
input.checkbox-new.invalid + label:before {
  color: rgb(232, 78, 15);
}
input.checkbox-new.invalid + label:hover, input.checkbox-new.invalid + label:hover:before {
  color: #b83e0c;
}

label.radio-new {
  font-weight: normal;
  line-height: 1.5em;
  user-select: none;
  margin-bottom: 5px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
label.radio-new [type=radio] {
  position: relative;
  margin: 0;
  -webkit-appearance: none;
}
label.radio-new [type=radio]:before {
  content: "\f10c";
  display: inline-block;
  width: 19px;
  font-family: FontAwesome;
  color: rgb(160, 172, 170);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
label.radio-new [type=radio]:checked:before {
  content: "\f192";
  color: rgb(80, 192, 223);
}
label.radio-new:hover [type=radio]:before {
  color: rgb(80, 192, 223);
}
label.radio-new [type=radio]:disabled:before, label.radio-new:hover [type=radio]:disabled:before {
  color: rgb(160, 172, 170);
}

form[iv-form-v3] .error-message:empty,
form[iv-form-v3] .error-message-standalone:empty,
form[iv-form-v3] .warning-message:empty,
.iv-form-v3 .error-message:empty,
.iv-form-v3 .error-message-standalone:empty,
.iv-form-v3 .warning-message:empty {
  display: none;
}
form[iv-form-v3] .input-group.invalid,
form[iv-form-v3] .input-group.invalid,
.iv-form-v3 .input-group.invalid,
.iv-form-v3 .input-group.invalid {
  border-radius: 4px;
  border: 1px solid rgb(232, 78, 15);
}
form[iv-form-v3] .input-group.invalid input, form[iv-form-v3] .input-group.invalid .input-group-addon,
form[iv-form-v3] .input-group.invalid input,
form[iv-form-v3] .input-group.invalid .input-group-addon,
.iv-form-v3 .input-group.invalid input,
.iv-form-v3 .input-group.invalid .input-group-addon,
.iv-form-v3 .input-group.invalid input,
.iv-form-v3 .input-group.invalid .input-group-addon {
  border-radius: 0px;
  border: 1px solid rgb(232, 78, 15);
}
form[iv-form-v3] .form-control.invalid,
.iv-form-v3 .form-control.invalid {
  border: 2px solid rgb(232, 78, 15);
}
form[iv-form-v3] .form-control[size],
.iv-form-v3 .form-control[size] {
  width: auto;
}
form[iv-form-v3] .input-group.invalid .input-group-addon,
.iv-form-v3 .input-group.invalid .input-group-addon {
  color: rgb(232, 78, 15);
  background: #f9bea6;
}
form[iv-form-v3] .invalid + .error-message,
form[iv-form-v3] .error-message-standalone,
.iv-form-v3 .invalid + .error-message,
.iv-form-v3 .error-message-standalone {
  display: block;
  color: rgb(232, 78, 15);
}
form[iv-form-v3] .invalid + .error-message:before,
form[iv-form-v3] .error-message-standalone:before,
.iv-form-v3 .invalid + .error-message:before,
.iv-form-v3 .error-message-standalone:before {
  display: inline-block;
  padding: 5px 5px 0 0;
  content: "\f06a";
  font-family: FontAwesome;
}
form[iv-form-v3] .warning-message,
.iv-form-v3 .warning-message {
  display: block;
  color: rgb(247, 168, 0);
}
form[iv-form-v3] .warning-message:before,
.iv-form-v3 .warning-message:before {
  display: inline-block;
  padding: 5px 5px 0 0;
  content: "\f071";
  font-family: FontAwesome;
}
form[iv-form-v3] li.error-message,
form[iv-form-v3] li.error-message-standalone,
.iv-form-v3 li.error-message,
.iv-form-v3 li.error-message-standalone {
  padding-bottom: 10px;
}
form[iv-form-v3] li.error-message:before,
form[iv-form-v3] li.error-message-standalone:before,
.iv-form-v3 li.error-message:before,
.iv-form-v3 li.error-message-standalone:before {
  width: 24px;
}
form[iv-form-v3] .text-like-input,
.iv-form-v3 .text-like-input {
  line-height: 40px;
}
form[iv-form-v3] label .meta,
.iv-form-v3 label .meta {
  font-weight: normal;
}
form[iv-form-v3] .form-meta,
.iv-form-v3 .form-meta {
  font-size: 0.8em;
  color: #848482;
}

.no-results {
  padding: 30px 0;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.3em;
}

.iv-form-bewertung {
  hyphens: auto;
}
.iv-form-bewertung .radio-bewertung {
  display: none;
}
.iv-form-bewertung .radio-bewertung + label,
.iv-form-bewertung .radio-bewertung-legend {
  content: attr(data-label);
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid gray;
  border-radius: 30px;
  background: #cfcfcf;
  text-align: center;
  line-height: 26px;
  font-weight: normal;
  cursor: pointer;
}
.iv-form-bewertung .radio-bewertung + label:disabled:before,
.iv-form-bewertung .radio-bewertung-legend:disabled:before {
  cursor: default;
}
.iv-form-bewertung .radio-bewertung:checked + label,
.iv-form-bewertung .radio-bewertung-legend {
  border-color: rgb(80, 192, 223);
  background: #bce7f3;
}
.iv-form-bewertung.vf-value + label {
  border-color: rgb(80, 192, 223);
  background: #bce7f3;
}
.iv-form-bewertung .radio-bewertung:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}
.iv-form-bewertung .radios-container.read-only .radio-bewertung:disabled + label {
  opacity: 1;
  cursor: default;
}
.iv-form-bewertung + .radio-bewertung, .iv-form-bewertung + div.tooltip + .radio-bewertung, .iv-form-bewertung + div.popover + .radio-bewertung {
  margin-left: 6px;
}
.iv-form-bewertung .diff-value + label,
.iv-form-bewertung .bewertung-pex .vf-value[type=radio]:not(:checked) + label,
.iv-form-bewertung .radio-bewertung-legend.vf-value {
  border-color: rgb(239, 205, 0);
  background: #ffeb70;
}
.iv-form-bewertung .vf-value-text {
  color: #c48500;
}
.iv-form-bewertung .diff-value-text {
  color: rgb(247, 168, 0);
  font-weight: bold;
}
.iv-form-bewertung .diff-value-text:empty {
  display: none;
}
.iv-form-bewertung .diff-value-text:before {
  content: "(";
}
.iv-form-bewertung .diff-value-text:after {
  content: ")";
}
.iv-form-bewertung .invalid .radio-bewertung[type=radio]:not(:checked) + label {
  border-color: rgb(232, 78, 15);
  background: #f7a280;
}
.iv-form-bewertung.list-unstyled li {
  margin-bottom: 0.5em;
}

.iv-form-bewertung-legend td {
  padding-bottom: 0.5em;
}
.iv-form-bewertung-legend td + td {
  padding-left: 0.5em;
}
.iv-form-bewertung-legend tr:last-child td {
  padding-bottom: 0;
}

.ui-select-no-choice {
  padding: 7px 6px;
  color: #a9aaa8;
  font-style: italic;
}

/* If one button is shown and another hidden with the same ng-if values, they both are visible for the duration
   of the transition. Hence, disable the transition for form elements with an ng-if attribute. */
.btn[ng-if],
.form-control[ng-if] {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.form-horizontal .only-text {
  padding-top: 10px;
}

textarea:not([rows]) {
  min-height: 130px;
}

#thema-create small, #thema-edit small {
  font-size: 12px;
  padding-left: 10px;
}

.keyboard-shortcut-popup {
  padding-bottom: 160px;
  padding-top: 160px;
}
.keyboard-shortcut-popup h1 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
.keyboard-shortcut-popup h1 .icon {
  color: rgb(80, 192, 223);
}
.keyboard-shortcut-popup .header {
  margin: -1em -1em 1em;
  padding: 1em;
  background-color: rgb(80, 192, 223);
}
.keyboard-shortcut-popup #simulation-query {
  position: relative;
}
.keyboard-shortcut-popup #simulation-query .form-control {
  -webkit-transition: none;
  transition: none;
}
.keyboard-shortcut-popup #simulation-query.loading:after {
  display: block;
  content: "\f021";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #848482;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.keyboard-shortcut-popup .affiliation-switcher #simulation-query {
  margin-bottom: 10px;
}
.keyboard-shortcut-popup #error {
  margin-bottom: -6px;
  padding-top: 10px;
  color: rgb(232, 78, 15);
  font-weight: bold;
}
.keyboard-shortcut-popup #error:empty {
  display: none;
}
.keyboard-shortcut-popup #error:before {
  display: inline-block;
  margin-right: 6px;
  content: "\f071";
  font-family: FontAwesome;
}
.keyboard-shortcut-popup #current-time {
  margin-bottom: -6px;
  padding-top: 10px;
  color: #848482;
}
.keyboard-shortcut-popup #current-time .title {
  font-weight: bold;
}
.keyboard-shortcut-popup .secondary-action {
  margin-top: 10px;
  width: 100%;
}
.keyboard-shortcut-popup .buttons-inline {
  display: flex;
}
.keyboard-shortcut-popup .buttons-inline .btn {
  flex: 1;
}
.keyboard-shortcut-popup .buttons-inline .btn + .btn {
  margin-left: 0.5em;
}
.keyboard-shortcut-popup .ngdialog-content {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
  color: #444;
  background: #f0f0f0;
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  border-radius: 5px;
  line-height: 1.5em;
  overflow: hidden;
}
.keyboard-shortcut-popup .ngdialog-content .form-control {
  -webkit-transition: none;
  transition: none;
}
.keyboard-shortcut-popup .ngdialog-close {
  cursor: pointer;
  position: absolute;
  height: 30px;
  line-height: 26px;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
  background: transparent;
  border: 0;
  border-radius: 3px;
}
.keyboard-shortcut-popup .ngdialog-close:focus {
  outline: none;
}
.keyboard-shortcut-popup .ngdialog-close:before {
  color: #bbb;
  content: "×";
  font-size: 26px;
  font-weight: 400;
}
.keyboard-shortcut-popup .ngdialog-close:hover:before {
  color: #444;
}
.keyboard-shortcut-popup .keyboard-mappings {
  font-size: 12px;
  color: #555;
}
.keyboard-shortcut-popup .keyboard-mappings td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  line-height: 20px;
}
.keyboard-shortcut-popup .keyboard-mappings tr:not(:first-child) th {
  padding-top: 1em;
}
.keyboard-shortcut-popup .keyboard-mappings .shortcut {
  padding-right: 10px;
  color: #999;
  text-align: right;
  white-space: nowrap;
}
.keyboard-shortcut-popup .keyboard-mappings .key {
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 3px 5px;
  background-color: #333;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.keyboard-shortcut-popup .link-picker-list {
  margin: 0;
}
.keyboard-shortcut-popup .link-picker-list li a {
  display: block;
  padding: 10px 8px;
  margin-bottom: 3px;
  border-radius: 3px;
  border: 2px solid transparent;
  line-height: 1;
}
.keyboard-shortcut-popup .link-picker-list li a .email {
  font-size: 0.8em;
  color: #a9aaa8;
}
.keyboard-shortcut-popup .link-picker-list li a:hover {
  border-color: rgba(80, 192, 223, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.keyboard-shortcut-popup .link-picker-list li a:focus {
  outline: none;
  border-color: rgb(80, 192, 223);
  background-color: #ffffff;
}
.keyboard-shortcut-popup .link-picker-list li span.no-results {
  display: block;
  padding: 10px 8px;
  line-height: 1;
  color: #a9aaa8;
}
.keyboard-shortcut-popup .link-picker-list li:last-of-type a {
  margin-bottom: 0;
}
.keyboard-shortcut-popup .help {
  font-size: 0.9em;
  color: #848482;
}
.keyboard-shortcut-popup .help p {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0.3em;
}
.keyboard-shortcut-popup .help .trigger {
  height: 0;
  text-align: right;
}
.keyboard-shortcut-popup .help .content {
  padding-top: 1em;
}
.keyboard-shortcut-popup .help .content p:last-child {
  margin: 0;
}
.keyboard-shortcut-popup.popup-warning p {
  margin: 0;
}
.keyboard-shortcut-popup.popup-warning .ngdialog-close {
  top: 8px;
}
.keyboard-shortcut-popup.popup-warning .ngdialog-close:before {
  color: #c48500;
}
.keyboard-shortcut-popup.popup-warning .ngdialog-close:hover:before {
  color: #ffffff;
}
.keyboard-shortcut-popup.popup-warning .header {
  color: #ffffff;
  background-color: rgb(247, 168, 0);
}
.keyboard-shortcut-popup.popup-warning .countdown-container {
  font-size: 16px;
  text-align: center;
}
.keyboard-shortcut-popup.popup-warning .countdown {
  font-size: 32px;
  padding: 0.5em 0;
}
.keyboard-shortcut-popup.popup-warning .countdown .number {
  display: inline-block;
  background: rgb(247, 168, 0);
  padding: 0.4em 0.1em;
  border-radius: 3px;
}
.keyboard-shortcut-popup.popup-warning .countdown .colon {
  padding: 0.4em 0.1em;
}

.kriterium-picker-popup {
  padding-bottom: 160px;
  padding-top: 160px;
}
.kriterium-picker-popup.modal-person h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 5px;
}
.kriterium-picker-popup.modal-person h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 5px;
}
.kriterium-picker-popup .beurteilungskriterien-picker {
  margin: 0;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche {
  padding: 0;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul {
  list-style-type: none;
  padding: 10px 0;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li {
  border-radius: 2px 0 0 2px;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li:hover {
  background: whitesmoke;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li.current {
  background: #cfcfcf;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li label {
  padding: 3px 5px;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li label:after {
  display: inline-block;
  float: right;
  margin-right: 6px;
  content: "\f105";
  font-family: FontAwesome;
  color: #5e5f5b;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien {
  padding: 0;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul {
  padding: 10px;
  list-style-type: none;
  background: #cfcfcf;
  border-radius: 4px;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul li {
  cursor: pointer;
  padding: 3px 5px;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul li.current {
  font-weight: bold;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul li .label-outline {
  margin-right: 3px;
}
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul li label:hover {
  color: #5e5f5b;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul label,
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul label {
  display: block;
  font-weight: inherit;
  margin: 0;
  cursor: pointer;
}
.kriterium-picker-popup .beurteilungskriterien-picker .themenbereiche ul li input[type=radio],
.kriterium-picker-popup .beurteilungskriterien-picker .kriterien ul li input[type=radio] {
  display: none;
}

.handlungskompetenz-picker-popup {
  padding-bottom: 160px;
  padding-top: 160px;
}
.handlungskompetenz-picker-popup h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 5px;
}
.handlungskompetenz-picker-popup h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 5px;
}
.handlungskompetenz-picker-popup .titel {
  display: flex;
}
.handlungskompetenz-picker-popup .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.handlungskompetenz-picker-popup .kompetenz-picker {
  margin: 0;
}
.handlungskompetenz-picker-popup .kompetenz-picker .kompetenzen {
  padding: 0;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list {
  list-style-type: none;
  padding: 10px 0;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li {
  border-radius: 2px 0 0 2px;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li:hover {
  background: whitesmoke;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li.current {
  background: #cfcfcf;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li.disabled {
  opacity: 0.4;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li:not(.disabled) label {
  cursor: pointer;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li label {
  padding: 3px 5px;
  display: block;
  font-weight: inherit;
  margin: 0;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li label .titel {
  display: flex;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li label .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li label.disabled {
  cursor: default;
}
.handlungskompetenz-picker-popup .kompetenz-picker-list li input[type=radio] {
  display: none;
}
.handlungskompetenz-picker-popup.modal-person h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
.handlungskompetenz-picker-popup .kompetenz-details ul {
  list-style-type: none;
  padding: 0;
}
.handlungskompetenz-picker-popup .kompetenz-details ul li p.description {
  margin: 0 0 0.5em;
  font-size: 0.9em;
  color: #848482;
  padding-left: 16px;
  font-style: italic;
}
.handlungskompetenz-picker-popup .kompetenz-details ul li p.description:empty {
  display: none;
}

.icon.icon-color-info {
  color: rgb(80, 192, 223);
}
.icon.icon-color-warning {
  color: rgb(247, 168, 0);
}
.icon.icon-color-danger {
  color: rgb(232, 78, 15);
}
.icon.icon-color-success {
  color: rgb(149, 193, 31);
}
.icon.icon-color-gray {
  color: #a9aaa8;
}

#import-datrili th small {
  font-weight: normal;
}
#import-datrili .error-col {
  font-weight: bold;
  color: rgb(247, 168, 0);
}
#import-datrili .zero {
  font-weight: normal;
  color: #a9aaa8;
}

[iv-termin-poll] .description  {
  font-size: 16px;
}
[iv-termin-poll] .toggle-options-hint {
  font-size: 12px;
  color: #848482;
}
[iv-termin-poll] .participation-poll {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 1em;
  text-align: left;
  overflow: auto;
}
[iv-termin-poll] .participation-poll aside {
  display: block;
  border-bottom: 1px solid #e2e2e2;
}
[iv-termin-poll] .participation-poll aside header {
  display: none;
}
[iv-termin-poll] .participation-poll aside .participant-count {
  display: none;
}
[iv-termin-poll] .participation-poll aside .editing {
  background-color: #7bd0e7;
}
[iv-termin-poll] .participation-poll ul.participants {
  list-style: none;
  padding: 0;
  margin: 0;
}
[iv-termin-poll] .participation-poll ul.participants li {
  padding: 10px;
  height: 55px;
  display: none;
}
[iv-termin-poll] .participation-poll ul.participants li.own {
  display: flex;
}
[iv-termin-poll] .participation-poll ul.participants [iv-person] {
  flex-grow: 1;
}
[iv-termin-poll] .participation-poll ul.participants .edit-participation {
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
  color: rgb(80, 192, 223);
  border: 0;
  border-radius: 3px;
}
[iv-termin-poll] .participation-poll ul.participants .editing .edit-participation {
  display: none;
}
[iv-termin-poll] .participation-poll ul.options {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
[iv-termin-poll] .participation-poll ul.options > li {
  display: flex;
  flex-direction: row;
  height: 100px;
}
[iv-termin-poll] .participation-poll ul.options > li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
[iv-termin-poll] .participation-poll ul.options > li .option-header {
  display: flex;
  flex-grow: 1;
  cursor: default;
}
[iv-termin-poll] .participation-poll ul.options > li .option-date {
  padding: 10px;
  text-align: center;
}
[iv-termin-poll] .participation-poll ul.options > li .option-date .weekday,
[iv-termin-poll] .participation-poll ul.options > li .option-date .year {
  font-size: 12px;
  color: #848482;
  text-transform: uppercase;
}
[iv-termin-poll] .participation-poll ul.options > li .option-date .date {
  font-size: 21px;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details .time {
  padding: 10px 0;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count {
  cursor: pointer;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count button {
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  color: rgb(80, 192, 223);
  background: transparent;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count button:focus {
  outline: none;
}
[iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count button:active {
  background: #ebf8fb;
}
[iv-termin-poll] .participation-poll ul.preferences {
  list-style: none;
  padding: 0;
  margin: 0;
}
[iv-termin-poll] .participation-poll ul.preferences li {
  height: 99px;
  padding: 35px 10px;
  text-align: center;
}
[iv-termin-poll] .participation-poll ul.preferences li:not(:last-child) {
  border-bottom: 1px solid white;
}
[iv-termin-poll] .participation-poll ul.preferences li:not(.own) {
  display: none;
}
[iv-termin-poll] .participation-poll ul.preferences li.editing {
  cursor: pointer;
}
[iv-termin-poll] .participation-poll ul.preferences li.editing.yes {
  background-color: #ecf7ce;
}
[iv-termin-poll] .participation-poll ul.preferences li.editing.if-necessary {
  background-color: #fff9d6;
}
[iv-termin-poll] .participation-poll ul.preferences li:not(.editing) {
  font-size: 24px;
  min-width: 50px;
}
[iv-termin-poll] .participation-poll ul.preferences li.yes {
  color: rgb(149, 193, 31);
}
[iv-termin-poll] .participation-poll ul.preferences li.yes:not(.editing) > .preference-icon.yes,
[iv-termin-poll] .participation-poll ul.preferences li.yes .checkbox-wrapper .yes {
  display: inline-block;
}
[iv-termin-poll] .participation-poll ul.preferences li.if-necessary {
  color: rgb(239, 205, 0);
  letter-spacing: -3px;
}
[iv-termin-poll] .participation-poll ul.preferences li.if-necessary:not(.editing) > .preference-icon.if-necessary,
[iv-termin-poll] .participation-poll ul.preferences li.if-necessary .checkbox-wrapper .if-necessary {
  display: inline-block;
}
[iv-termin-poll] .participation-poll ul.preferences li.no {
  color: rgb(232, 78, 15);
}
[iv-termin-poll] .participation-poll ul.preferences li.no:not(.editing) > .preference-icon.no {
  display: inline-block;
}
[iv-termin-poll] .participation-poll ul.preferences li.unknown {
  color: #848482;
}
[iv-termin-poll] .participation-poll ul.preferences li.unknown:not(.editing) > .preference-icon.unknown {
  display: inline-block;
}
[iv-termin-poll] .participation-poll ul.preferences .checkbox-wrapper {
  display: none;
  width: 29px;
  height: 29px;
  margin: 3px auto;
  background: white;
  border: 2px solid #27afd5;
  border-radius: 3px;
  line-height: 26px;
}
[iv-termin-poll] .participation-poll ul.preferences .editing .checkbox-wrapper {
  display: block;
}
[iv-termin-poll] .participation-poll .preference-icon {
  display: none;
}
[iv-termin-poll] .participation-poll .yes .option-header {
  background-color: #ecf7ce;
}
[iv-termin-poll] .participation-poll .yes .checkbox-wrapper {
  color: rgb(149, 193, 31);
  font-size: 24px;
}
[iv-termin-poll] .participation-poll .if-necessary .option-header {
  background-color: #fff9d6;
}
[iv-termin-poll] .participation-poll .if-necessary .checkbox-wrapper {
  color: rgb(247, 168, 0);
  font-size: 16px;
  letter-spacing: -2px;
  padding-right: 3px;
}
[iv-termin-poll] .participation-poll .unknown .checkbox-wrapper {
  color: #848482;
  font-size: 24px;
}
[iv-termin-poll] .actions {
  clear: both;
}
[iv-termin-poll] .new-comment button {
  margin-top: 10px;
  width: 100%;
}
[iv-termin-poll] .comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
[iv-termin-poll] .comments .time,
[iv-termin-poll] .comments p {
  padding-left: 45px;
}
[iv-termin-poll] .comments .time {
  font-size: 12px;
  color: #848482;
}
[iv-termin-poll] .comments p {
  margin-top: 6px;
}
[iv-termin-poll] .new-comment + .comments li,
[iv-termin-poll] .comments li:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 480px) {
  [iv-termin-poll] .participation-poll {
    display: inline-flex;
    flex-direction: row;
  }
  [iv-termin-poll] .participation-poll aside {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    background: white;
  }
  [iv-termin-poll] .participation-poll aside header {
    display: block;
    flex-grow: 1;
    border-bottom: 1px solid #e2e2e2;
  }
  [iv-termin-poll] .participation-poll aside .participant-count {
    display: block;
    height: 46px;
    padding: 0 10px;
    line-height: 45px;
    color: #848482;
    border-bottom: 1px solid #e2e2e2;
  }
  [iv-termin-poll] .participation-poll ul.participants li {
    display: flex;
  }
  [iv-termin-poll] .participation-poll ul.participants li:not(:last-child) {
    border-bottom: 1px solid white;
  }
  [iv-termin-poll] .participation-poll ul.participants .edit-participation:hover {
    color: #1b7a94;
    background: #bce7f3;
  }
  [iv-termin-poll] .participation-poll ul.options {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  [iv-termin-poll] .participation-poll ul.options > li {
    flex-direction: column;
    flex-basis: 72px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 72px;
    min-width: 72px;
    height: auto;
  }
  [iv-termin-poll] .participation-poll ul.options > li:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-header {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-date {
    padding: 10px 0 0;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-details {
    display: block;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count {
    border-top: 1px solid #e2e2e2;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count button {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  [iv-termin-poll] .participation-poll ul.options > li .option-details .participant-count button:hover {
    background: #ebf8fb;
  }
  [iv-termin-poll] .participation-poll ul.options .participant-count .long {
    display: none;
  }
  [iv-termin-poll] .participation-poll ul.preferences li {
    height: 55px;
    padding: 10px;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.own) {
    display: block;
  }
  [iv-termin-poll] .participation-poll ul.preferences li.editing.yes, [iv-termin-poll] .participation-poll ul.preferences li.editing.if-necessary {
    background-color: #7bd0e7;
  }
  [iv-termin-poll] .participation-poll ul.preferences li.editing:hover {
    background: #a6dfef;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing) {
    line-height: 35px;
    min-width: 0;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing).yes {
    background-color: #ecf7ce;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing).if-necessary {
    background-color: #fff9d6;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing).no {
    background-color: #fde8e0;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing).no .preference-icon.no {
    display: none;
  }
  [iv-termin-poll] .participation-poll ul.preferences li:not(.editing).unknown {
    background-color: whitesmoke;
  }
  [iv-termin-poll] .participation-poll .editing {
    background-color: #7bd0e7;
  }
  [iv-termin-poll] .participation-poll .final-label,
[iv-termin-poll] .participation-poll .final-option {
    padding: 10px;
    height: 55px;
    line-height: 35px;
    background-color: #7bd0e7;
  }
  [iv-termin-poll] .participation-poll .final-label {
    font-weight: bold;
  }
  [iv-termin-poll] .participation-poll .final-option {
    font-size: 24px;
    text-align: center;
  }
  [iv-termin-poll] .participation-poll .final-option .radio-new input:before {
    width: auto;
    color: #bce7f3;
  }
  [iv-termin-poll] .participation-poll .final-option .radio-new input:checked:before {
    color: #383935;
    text-shadow: 0 0 6px #bce7f3;
  }
  [iv-termin-poll] .new-comment {
    display: flex;
  }
  [iv-termin-poll] .new-comment button {
    margin: 0 0 0 10px;
    height: 38px;
    width: auto;
  }
}

.iv-termin-poll-participant-popover {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
}
.iv-termin-poll-participant-popover li {
  display: flex;
}
.iv-termin-poll-participant-popover li + li {
  margin-top: 1em;
}
.iv-termin-poll-participant-popover [iv-person] {
  flex-grow: 1;
}
.iv-termin-poll-participant-popover .preference-icon {
  width: 35px;
  flex-grow: 0;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.iv-termin-poll-participant-popover .preference-icon i {
  color: inherit;
}
.iv-termin-poll-participant-popover .yes {
  color: rgb(149, 193, 31);
}
.iv-termin-poll-participant-popover .yes .preference-icon.yes {
  display: inline-block;
}
.iv-termin-poll-participant-popover .if-necessary {
  color: rgb(239, 205, 0);
}
.iv-termin-poll-participant-popover .if-necessary .preference-icon.if-necessary {
  display: inline-block;
  letter-spacing: -3px;
}
.iv-termin-poll-participant-popover .no {
  color: rgb(232, 78, 15);
}
.iv-termin-poll-participant-popover .no .preference-icon.no {
  display: inline-block;
}
.iv-termin-poll-participant-popover .unknown {
  color: #848482;
}
.iv-termin-poll-participant-popover .unknown .preference-icon.unknown {
  display: inline-block;
}

.modal-poll .date-time {
  margin-bottom: 0.5em;
}
.modal-poll .date-time > .input-group {
  float: left;
  width: 200px;
  margin-right: 0.5em;
}
.modal-poll .date-time .warning-container {
  clear: both;
}

#jpk-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 6;
}
#jpk-container .jpk-head {
  position: absolute;
  left: 0;
  top: -75px;
  width: 75px;
  height: 75px;
  background: url(/img/jpk.png) center center no-repeat;
  background-size: contain;
  animation-name: jpk-rise, jpk-shake, jpk-wiggle;
  animation-duration: 12s, 3s, 2s;
  animation-timing-function: linear, ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite, infinite;
  animation-play-state: running, running, running;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
}
@keyframes jpk-rise {
  0% {
    top: 100%;
  }
  100% {
    top: -150px;
  }
}
@keyframes jpk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
@keyframes jpk-wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(10deg);
  }
  95% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes jpk-wiggle-2 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes jpk-disappear {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#jpk-container .jpk-head.lce {
  background: url(/img/lce.png) center center no-repeat;
  background-size: contain;
}
#jpk-container .jpk-head.x2 {
  top: -100px;
  width: 100px;
  height: 100px;
  animation-duration: 10s, 3s, 2s;
}
#jpk-container .jpk-head.x3 {
  top: -150px;
  width: 150px;
  height: 150px;
  animation-name: jpk-rise, jpk-shake, jpk-wiggle-2;
  animation-duration: 8s, 3s, 2s;
}
#jpk-container .jpk-head.disappear {
  animation-name: jpk-rise, jpk-shake, jpk-wiggle, jpk-disappear;
  animation-timing-function: linear, ease-in-out, ease-in-out, ease-out;
  animation-iteration-count: infinite, infinite, infinite, 1;
  animation-play-state: running, running, running, running;
  animation-duration: 12s, 3s, 2s, 150ms;
  animation-fill-mode: forwards;
}
#jpk-container .jpk-head.disappear.x2 {
  animation-duration: 10s, 3s, 2s, 150ms;
}
#jpk-container .jpk-head.disappear.x3 {
  animation-name: jpk-rise, jpk-shake, jpk-wiggle-2, jpk-disappear;
  animation-duration: 8s, 3s, 2s, 150ms;
}

ul.info-list {
  padding-left: 0;
  margin-left: 1em;
  list-style-type: none;
}
ul.info-list li {
  position: relative;
}
ul.info-list li:before {
  position: absolute;
  left: -1em;
  width: 1em;
  content: "\f0da";
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
}
ul.info-list li + li {
  margin-top: 3px;
}

.modal-person {
  width: 100%;
}
.modal-person hr {
  border-top: 1px solid #eee;
}
.modal-person p {
  font-size: 14px;
}
.modal-person .well {
  background: transparent;
  border: 1px solid rgb(190, 198, 195);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-person form .row,
.modal-person form .line {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-person h1 {
  font-size: 24px;
  margin-top: 0;
}
.modal-person h2 {
  font-size: 22px;
  margin-top: 0;
}
.modal-person.ipawahl-detail h2 {
  margin: 30px 0 5px;
}
.modal-person h3 {
  font-size: 21px;
  margin-top: 0;
}
.modal-person h4 {
  font-size: 20px;
  margin-top: 0;
}
.modal-person h5 {
  font-size: 18px;
  margin-top: 0;
}
.modal-person h6 {
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgb(223, 227, 225);
  font-size: 1.1em;
}
.modal-person .small {
  color: #a9aaa8;
  font-weight: normal;
}
.modal-person .dokumente-table {
  margin: 15px 15px;
}
.modal-person .dokumente-table td {
  padding: 3px 5px;
}
.modal-person .dokumente-table span.btn {
  cursor: default;
}
.modal-person .modal-header {
  font-size: 16px;
  padding: 2px 0 2px 20px;
  height: 80px;
}
.modal-person .modal-header .modal-title {
  position: absolute;
  top: 40px;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-person .modal-header .kandidat {
  flex: 1 0 auto;
  text-align: right;
  position: relative;
  display: block;
  height: 38px;
  margin: 0 10px 0 20px;
  padding-right: 85px;
  line-height: 40px;
}
.modal-person .modal-header .kandidat .thin {
  position: absolute;
  left: -20px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
.modal-person .modal-header .kandidat .avatar {
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(154, 157, 156);
  background-size: cover;
  background-position: center center;
  margin: 0;
  border: 4px solid rgb(223, 227, 225);
  overflow: hidden;
  text-align: center;
}
.modal-person .modal-header .only-text {
  flex: 1 0 auto;
  text-align: right;
  position: relative;
  display: block;
  height: 38px;
  margin: 0 10px 0 20px;
  padding-right: 10px;
  line-height: 40px;
}
.modal-person .modal-header .only-text .thin {
  left: 0;
  top: 0;
  right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
.modal-person .modal-header .thema {
  flex: 1 auto;
  position: relative;
  display: block;
  height: 38px;
  margin: 0 10px 0 0;
  line-height: 40px;
}
.modal-person .modal-header .thema .thin {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
@media (min-width: 580px) {
  .modal-person .modal-header {
    height: 40px;
  }
  .modal-person .modal-header .modal-title {
    position: relative;
    top: 0;
    width: auto;
    flex: 1 0 auto;
    font-size: 18.5px;
  }
  .modal-person .modal-header .thin {
    right: 60px;
    left: auto;
    font-size: 18.5px;
  }
}
.modal-person .modal-body {
  padding: 15px 20px;
}
.modal-person #no-access-body .panel-body.centered {
  text-align: center;
}
.modal-person #no-access-body .lock-container {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto 20px;
  color: rgb(232, 78, 15);
  border: 6px solid rgb(232, 78, 15);
  font-size: 48px;
  line-height: 88px;
}
.modal-person #no-access-body .error-container {
  text-align: center;
  padding: 60px 15px 50px;
}
.modal-person #no-access-body .error {
  font-size: 24px;
}
.modal-person #no-access-body .message {
  font-size: 16px;
  color: #848482;
}
.modal-person #no-access-body .message:empty {
  display: none;
}
.modal-person .panel-default {
  border: 1px solid rgb(223, 227, 225);
}
.modal-person .panel-default p:last-child {
  margin-bottom: 0;
}
.modal-person .panel-default .panel-heading {
  padding: 10px 15px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: rgb(223, 227, 225);
  font-weight: bold;
}
.modal-person .panel-default .panel-title {
  font-size: 14px;
  margin: 0;
  line-height: normal;
}
.modal-person .panel-default .panel-title a {
  padding: 0;
}
.modal-person .panel-default > .panel-heading + .panel-collapse > .panel-body {
  box-shadow: none;
}
.modal-person .panel-default .panel-body .list-group {
  margin: -16px;
}
.modal-person .panel-default .panel-body .list-group .list-group-item {
  border-radius: 0;
}
.modal-person .panel-default .calendar {
  border-width: 1px 0;
}
.modal-person .panel-default .calendar .week-meta {
  padding-left: 15px;
}
.modal-person .panel-default .calendar .day:last-of-type {
  padding-right: 15px;
}
.modal-person .panel-default [iv-ipa-calendar] {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.modal-person .panel-default [iv-ipa-calendar]:last-child {
  margin-bottom: -15px;
}
.modal-person .panel-default [iv-ipa-calendar]:last-child .calendar {
  border-width: 1px 0 0 0;
}
.modal-person .important {
  font-weight: bold;
  color: rgb(247, 168, 0);
}
.modal-person .important:before {
  display: inline-block;
  margin-right: 6px;
  content: "\f071";
  font-family: FontAwesome;
}
.modal-person .hilfsfragen {
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .modal-person .startbloecke strong {
    display: inline-block;
    min-width: 200px;
  }
}
.modal-person .form-inline .form-control {
  height: auto;
}
.modal-person .signature-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modal-person .signature-list li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e2e2e2;
}
.modal-person .signature-list li .icon {
  margin-right: 3px;
  color: #848482;
}
.modal-person .signature-list li .time {
  display: inline-block;
  margin-right: 6px;
  color: #a9aaa8;
}
.modal-person .signature-list li .signature-comment {
  color: #848482;
}
.modal-person .signature-list li .signature-comment:before {
  content: " – ";
}
.modal-person .signature-list li .signature-comment:empty {
  display: none;
}
@media (min-width: 768px) {
  .modal-person .modal-header {
    padding-left: 20px;
  }
  .modal-person .modal-body {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .modal-person {
    width: 85%;
    max-width: 991px;
  }
  .modal-person .modal-header {
    font-size: 22px;
  }
  .modal-person .modal-header .kandidat .thin {
    right: 80px;
  }
  .modal-person .modal-header .kandidat .avatar {
    width: 70px;
    height: 70px;
    top: -21px;
  }
}

.modal-person-list {
  max-width: 690px;
}
.modal-person-list .person .avatar {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
}
.modal-person-list .person .avatar + .name-centered {
  line-height: 35px;
}
.modal-person-list .refactoring-pagination {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 12px;
}

#dokumentenpool [iv-ipa-dokument] {
  display: inline-block;
}

.modal-abrechnung {
  width: 100%;
}
.modal-abrechnung hr {
  border-top: 1px solid #eee;
}
.modal-abrechnung p {
  font-size: 14px;
}
.modal-abrechnung .well {
  background: transparent;
  border: 1px solid rgb(190, 198, 195);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-abrechnung form .row,
.modal-abrechnung form .line {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-abrechnung h1 {
  font-size: 24px;
  margin-top: 0;
}
.modal-abrechnung h2 {
  font-size: 22px;
  margin-top: 0;
}
.modal-abrechnung h3 {
  font-size: 21px;
  margin-top: 0;
}
.modal-abrechnung h4 {
  font-size: 20px;
  margin-top: 0;
}
.modal-abrechnung h5 {
  font-size: 18px !important;
  margin-top: 0;
}
.modal-abrechnung h6 {
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgb(223, 227, 225);
  font-size: 1.1em;
}
.modal-abrechnung .small {
  color: #a9aaa8;
  font-weight: normal;
}
.modal-abrechnung .dokumente-table {
  margin: 0 -5px;
}
.modal-abrechnung .dokumente-table td {
  padding: 3px 5px;
}
.modal-abrechnung .dokumente-table span.btn {
  cursor: default;
}
.modal-abrechnung .panel-default {
  border: 1px solid rgb(223, 227, 225);
}
.modal-abrechnung .panel-default .panel-heading {
  padding: 10px 15px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: rgb(223, 227, 225);
  font-weight: bold;
}
.modal-abrechnung .panel-default .panel-title {
  font-size: 14px;
  margin: 0;
  line-height: normal;
}
.modal-abrechnung .panel-default .panel-title a {
  padding: 0;
}
.modal-abrechnung .panel-default > .panel-heading + .panel-collapse > .panel-body {
  box-shadow: none;
}
.modal-abrechnung .panel-default .panel-body .list-group {
  margin: -16px;
}
.modal-abrechnung .panel-default .panel-body .list-group .list-group-item {
  border-radius: 0;
}
.modal-abrechnung .panel-default .calendar {
  border-width: 1px 0 0 0;
  margin: -15px;
  margin-top: 15px;
  width: calc(100% + 30px);
}
.modal-abrechnung .panel-default .calendar .week-meta {
  padding-left: 15px;
}
.modal-abrechnung .panel-default .calendar .day:last-of-type {
  padding-right: 15px;
}
.modal-abrechnung .important {
  font-weight: bold;
  color: rgb(247, 168, 0);
}
.modal-abrechnung .important:before {
  display: inline-block;
  margin-right: 6px;
  content: "\f071";
  font-family: FontAwesome;
}
.modal-abrechnung .hilfsfragen {
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .modal-abrechnung .startbloecke strong {
    display: inline-block;
    min-width: 200px;
  }
}
.modal-abrechnung .form-inline .form-control {
  height: auto;
}
@media (min-width: 768px) {
  .modal-abrechnung .modal-header {
    padding-left: 20px;
  }
  .modal-abrechnung .modal-body {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .modal-abrechnung {
    max-width: 1500px;
  }
}
.modal-abrechnung .modal-templatetexts .modal-body {
  text-align: center;
}
.modal-abrechnung .modal-templatetexts .modal-body a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes party-icon-rise {
  0% {
    top: 100%;
  }
  100% {
    top: -10%;
  }
}
@keyframes party-icon-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
.modal-birthday .birthday-container {
  text-align: center;
  padding: 2em 0;
  overflow: hidden;
  position: relative;
}
.modal-birthday .cake {
  z-index: 0;
}
.modal-birthday .party-icon {
  position: absolute;
  left: 0;
  top: -10%;
  font-size: 30px;
  animation-name: party-icon-rise, party-icon-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  user-select: none;
  z-index: 1;
}
.modal-birthday .party-icon.i1 {
  left: 1%;
  animation-delay: 0s, 0s;
  color: rgb(80, 192, 223);
}
.modal-birthday .party-icon.i2 {
  left: 14%;
  animation-delay: 4s, 4s;
  color: rgb(232, 78, 15);
}
.modal-birthday .party-icon.i3 {
  left: 28%;
  animation-delay: 0.5s, 0.5s;
  color: #9368E9;
}
.modal-birthday .party-icon.i4 {
  left: 42%;
  animation-delay: 1s, 1s;
  color: rgb(247, 168, 0);
}
.modal-birthday .party-icon.i5 {
  left: 56%;
  animation-delay: 3s, 1s;
  color: rgb(232, 78, 15);
}
.modal-birthday .party-icon.i6 {
  left: 70%;
  animation-delay: 5s, 1s;
  color: rgb(80, 192, 223);
}
.modal-birthday .party-icon.i7 {
  left: 84%;
  animation-delay: 2s, 1s;
  color: #9368E9;
}
.modal-birthday .party-icon.i8 {
  left: auto;
  right: 1%;
  animation-delay: 3s, 0s;
  color: rgb(247, 168, 0);
}
.modal-birthday .party-icon.big {
  font-size: 42px;
}
.modal-birthday .party-icon.small {
  font-size: 28px;
}
.modal-birthday .party-icon.fast {
  animation-duration: 7s, 4s;
}
.modal-birthday .party-icon.faster {
  animation-duration: 6s, 4s;
}
.modal-birthday .party-icon.slow {
  animation-duration: 12s, 2s;
}
.modal-birthday .party-icon.slower {
  animation-duration: 15s, 2s;
}
.modal-birthday p {
  position: relative;
  max-width: 450px;
  margin: 2em auto 0;
  z-index: 3;
  font-size: 18px;
  font-weight: 100;
  text-shadow: 0 0 5px #ffffff;
}
.modal-birthday p strong {
  font-weight: bold;
}
@media screen and (min-width: 580px) {
  .modal-birthday .birthday-container {
    padding: 2em 0;
  }
  .modal-birthday p {
    font-size: 30px;
  }
}
@media (max-height: 768px) {
  .modal-birthday .cake {
    max-height: 300px;
  }
}
@media (min-height: 768px) {
  .modal-birthday .cake {
    width: 75%;
    max-width: 450px;
  }
}

.modal-doccode .table > tbody, .modal-doccode .ivaris-responsive-table > tbody {
  border-top-width: 1px;
}
.modal-doccode .table > tbody > tr > td, .modal-doccode .ivaris-responsive-table > tbody > tr > td {
  padding: 6px 8px;
}
.modal-doccode .table > tbody > tr > td code, .modal-doccode .ivaris-responsive-table > tbody > tr > td code {
  color: #1b7a94;
  background-color: #e7f6fb;
}
.modal-doccode .table > tbody > tr.loop > td, .modal-doccode .ivaris-responsive-table > tbody > tr.loop > td, .modal-doccode .table > tbody > tr.loop2 > td, .modal-doccode .ivaris-responsive-table > tbody > tr.loop2 > td {
  font-size: 0.9em;
  padding: 4px 8px;
  border-color: #d9dedc;
}
.modal-doccode .table > tbody > tr.loop2 > td:first-child, .modal-doccode .ivaris-responsive-table > tbody > tr.loop2 > td:first-child {
  padding-left: 28px;
}
.modal-doccode .table > tbody > tr td.refactoring-pagination, .modal-doccode .ivaris-responsive-table > tbody > tr td.refactoring-pagination {
  padding: 12px 8px;
}
.modal-doccode .table > tbody > tr.loop2 pre, .modal-doccode .ivaris-responsive-table > tbody > tr.loop2 pre {
  max-height: 150px;
  overflow: auto;
  white-space: pre-wrap;
}

.modal-onboarding {
  width: 100%;
  max-width: 800px;
}
.modal-onboarding h2 {
  font-size: inherit;
  font-weight: bold;
  margin: 25px 0 1em;
}
.modal-onboarding p {
  font-size: inherit;
  font-weight: 200;
}
.modal-onboarding .modal-content {
  position: relative;
}
.modal-onboarding .modal-body {
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-onboarding .modal-body .loader {
  height: 100%;
  line-height: 560px;
}
.modal-onboarding .modal-content {
  min-height: 700px;
}
.modal-onboarding .step {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 53px;
  left: 20px;
  margin: 0 auto;
  overflow-x: auto;
}
.modal-onboarding .step .logo {
  height: 180px;
  width: auto;
  margin: 0 auto;
}
.modal-onboarding .step p:last-child {
  margin-bottom: 0;
}
.modal-onboarding .image {
  display: table;
  width: 100%;
  height: 320px;
}
.modal-onboarding .image-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.modal-onboarding .onboarding-highlight {
  position: relative;
}
.modal-onboarding .onboarding-highlight img {
  max-width: 100%;
  height: auto;
}
.modal-onboarding .onboarding-highlight .logo {
  width: auto;
  max-height: 250px;
}
.modal-onboarding .onboarding-highlight .img-dossier {
  width: auto;
  max-height: 320px;
}
.modal-onboarding .onboarding-highlight .highlight {
  opacity: 1;
  position: absolute;
  border: 2px solid rgb(232, 78, 15);
  border-radius: 4px;
  -webkit-transition: top 200ms, right 200ms, bottom 200ms, left 200ms;
  transition: top 200ms, right 200ms, bottom 200ms, left 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.modal-onboarding .dots {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.modal-onboarding .dots li {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #cfcfcf;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.modal-onboarding .dots li:hover {
  border-color: rgb(80, 192, 223);
}
.modal-onboarding .dots li.current {
  border-color: rgb(80, 192, 223);
  background: rgb(80, 192, 223);
}
.modal-onboarding #buttons {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.modal-onboarding #buttons .skip {
  margin-right: 10px;
}
.modal-onboarding #buttons .btn {
  transition: none;
}

.modal-autozuteilung {
  width: 100%;
  max-width: 1000px;
}
.modal-autozuteilung #buttons {
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.modal-autozuteilung #buttons .skip {
  margin-right: 10px;
}
.modal-autozuteilung #buttons .btn {
  transition: none;
}

#nav-third-level {
  list-style: none;
  border-bottom: 2px solid #cfcfcf;
  padding: 0;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
}
#nav-third-level li {
  display: inline-block;
  margin-bottom: -2px;
}
#nav-third-level li a {
  display: inline-block;
  padding: 8px 15px;
  border-bottom: 2px solid transparent;
  color: #a9aaa8;
  font-weight: bold;
}
#nav-third-level li a i {
  color: #cfcfcf;
}
#nav-third-level li a:hover {
  color: #383935;
  border-color: #a9aaa8;
}
#nav-third-level li a:hover i {
  color: #848482;
}
#nav-third-level li:first-child a {
  border-radius: 4px 0 0 4px;
}
#nav-third-level li.current a {
  color: #383935;
  border-color: rgb(80, 192, 223);
}
#nav-third-level li.current a i {
  color: #848482;
}
#nav-third-level .notification {
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 10px;
  background-color: rgb(232, 78, 15);
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

#nprogress {
  position: absolute;
  z-index: 11000;
}
#nprogress .bar {
  background: rgb(149, 193, 31);
}
#nprogress .peg {
  box-shadow: 0 0 10px rgb(149, 193, 31), 0 0 5px rgb(149, 193, 31);
}
#nprogress .spinner {
  display: none;
}

.refactoring-pagination {
  position: relative;
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.refactoring-pagination .meta {
  position: absolute;
  color: #848482;
  line-height: 34px;
  left: 8px;
}
.refactoring-pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.refactoring-pagination li {
  display: inline-block;
  vertical-align: bottom;
  min-width: 34px;
  height: 34px;
  margin-left: 3px;
  margin-right: 3px;
}
.refactoring-pagination li button {
  display: inline-block;
  padding: 0;
  min-width: 34px;
  height: 34px;
  line-height: 30px;
  color: rgb(80, 192, 223);
  background: transparent;
  border-radius: 17px;
  border: 2px solid transparent;
}
.refactoring-pagination li button:hover {
  border: 2px solid rgba(80, 192, 223, 0.3);
}
.refactoring-pagination li button:focus {
  outline: none;
}
.refactoring-pagination li.active button {
  color: white;
  background: rgb(80, 192, 223);
}
.refactoring-pagination li.deactivated button {
  display: none;
}
.refactoring-pagination li.arrow {
  min-width: 110px;
  text-align: right;
}
.refactoring-pagination li.arrow:last-of-type {
  text-align: left;
}
.refactoring-pagination li.arrow button {
  padding-left: 15px;
  padding-right: 15px;
}
.refactoring-pagination .dropdown {
  position: absolute;
  right: 8px;
  bottom: 15px;
  color: #848482;
}
.refactoring-pagination .dropdown .select {
  width: 70px;
  border-radius: 20px;
  padding: 5px;
  outline: none;
  background-color: white;
}
@media (max-width: 992px) {
  .refactoring-pagination .meta {
    position: relative;
    left: 0 !important;
  }
  .refactoring-pagination ul {
    margin: 10px 0 10px 0;
  }
  .refactoring-pagination li {
    display: inline;
  }
  .refactoring-pagination .dropdown {
    position: relative;
    top: 5px;
    right: 0 !important;
  }
}

.panel-default {
  border: 1px solid #cfcfcf;
}
.panel-default .panel-heading {
  padding: 10px 15px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: rgb(223, 227, 225);
  font-weight: bold;
}
.panel-default .panel-heading.collapse-toggle {
  cursor: pointer;
  position: relative;
}
.panel-default .panel-heading.collapse-toggle:after {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #848482;
}
.panel-default .panel-heading.collapse-toggle.collapsed:after {
  content: "\f0d7";
}
.panel-default .panel-heading.collapse-toggle:hover:after {
  color: #383935;
}
.panel-default .panel-heading.collapse-toggle .subtotal {
  white-space: nowrap;
  padding-right: 15px;
  position: relative;
}
.panel-default .panel-heading.collapse-toggle .subtotal.ok:before {
  content: "\f058";
  font-family: FontAwesome;
  color: rgb(149, 193, 31);
  display: inline-block;
  margin-right: 6px;
}
.panel-default .panel-title {
  font-size: 14px !important;
  margin: 0;
  line-height: normal;
}
.panel-default .panel-title a {
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  box-shadow: none;
}
.panel-default .panel-body .list-group {
  margin: -16px;
}
.panel-default .panel-body .list-group .list-group-item {
  border-radius: 0;
}
.panel-default .table > thead > tr > td:first-child, .panel-default .ivaris-responsive-table > thead > tr > td:first-child, .panel-default .table > thead > tr > th:first-child, .panel-default .ivaris-responsive-table > thead > tr > th:first-child,
.panel-default .table > tbody > tr > td:first-child,
.panel-default .ivaris-responsive-table > tbody > tr > td:first-child,
.panel-default .table > tbody > tr > th:first-child,
.panel-default .ivaris-responsive-table > tbody > tr > th:first-child {
  padding-left: 15px;
}
.panel-default .table > thead > tr > td:last-child, .panel-default .ivaris-responsive-table > thead > tr > td:last-child, .panel-default .table > thead > tr > th:last-child, .panel-default .ivaris-responsive-table > thead > tr > th:last-child,
.panel-default .table > tbody > tr > td:last-child,
.panel-default .ivaris-responsive-table > tbody > tr > td:last-child,
.panel-default .table > tbody > tr > th:last-child,
.panel-default .ivaris-responsive-table > tbody > tr > th:last-child {
  padding-right: 15px;
}
.panel-default .table th, .panel-default .ivaris-responsive-table th {
  border-color: #cfcfcf;
}
.panel-default .table tbody:first-of-type tr:first-of-type td, .panel-default .ivaris-responsive-table tbody:first-of-type tr:first-of-type td, .panel-default .table tbody:first-of-type tr:first-of-type th, .panel-default .ivaris-responsive-table tbody:first-of-type tr:first-of-type th {
  border-top-width: 0;
}
.panel-default:not(.force-last-margin):last-child {
  margin-bottom: 0;
}
.panel-default.panel-placeholder .panel-heading::after {
  content: "";
  display: inline-block;
  background: #686868;
  width: 116px;
  height: 7px;
  max-width: 100%;
}
.panel-default.panel-placeholder .panel-body div {
  background: #bdc1c0;
  height: 6px;
  margin-bottom: 7px;
  max-width: 100%;
}
.panel-default.panel-placeholder .panel-body .placeholder-title {
  background: #686868;
  width: 108px;
  margin-bottom: 20px;
}
.panel-default.panel-placeholder .panel-body .placeholder-line {
  width: 474px;
}
.panel-default.panel-placeholder .panel-body .placeholder-line-short {
  width: 310px;
}

.panel-wrapper {
  margin-bottom: 20px;
}

.person {
  display: flex;
}
.person .avatar {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 60px;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.person .avatar + .name-centered {
  line-height: 60px;
}
.person .meta {
  color: rgb(154, 157, 156);
}
.person .meta strong {
  color: rgb(56, 57, 53);
}
.person .meta .actions,
.person .meta :not(.actions) .btn:first-of-type {
  margin-top: 5px;
}

.small-person .avatar {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
}
.small-person .avatar + .name-centered {
  line-height: 35px;
}

.multi-person {
  line-height: 25px;
  cursor: pointer;
}
.multi-person .icon.icon-info-circle {
  color: #cfcfcf;
}
.multi-person:hover {
  color: rgb(80, 192, 223);
}
.multi-person .multi-avatar {
  float: left;
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  margin: 0 -12px 0 0;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.multi-person .multi-avatar:last-of-type {
  margin-right: 3px;
}
.multi-person .multi-avatar:after {
  clear: left;
}

pkorg-bewertung .multilevel .level-0 td,
.pkorg-bewertung .multilevel .level-0 td {
  font-weight: bold;
  background-color: whitesmoke;
}
pkorg-bewertung tr.total th,
.pkorg-bewertung tr.total th {
  background-color: whitesmoke;
  border-top: 2px solid #cfcfcf;
}
pkorg-bewertung .level-1 td,
.pkorg-bewertung .level-1 td {
  background-color: #fafafa;
}
pkorg-bewertung .iv-form-bewertung .radio-bewertung:not(.radio-bewertung-large) + label,
pkorg-bewertung .iv-form-bewertung .radio-bewertung-legend:not(.radio-bewertung-large),
.pkorg-bewertung .iv-form-bewertung .radio-bewertung:not(.radio-bewertung-large) + label,
.pkorg-bewertung .iv-form-bewertung .radio-bewertung-legend:not(.radio-bewertung-large) {
  width: 25px;
  height: 25px;
  line-height: 21px;
}
pkorg-bewertung .radios-container,
.pkorg-bewertung .radios-container {
  white-space: nowrap;
}
pkorg-bewertung p:last-child,
.pkorg-bewertung p:last-child {
  margin-bottom: 0;
}

pkorg-bewertung,
pkorg-bewertung-position,
pkorg-bewertung-position-2,
.pkorg-bewertung {
  display: block;
}
pkorg-bewertung:not(:last-child),
pkorg-bewertung-position:not(:last-child),
pkorg-bewertung-position-2:not(:last-child),
.pkorg-bewertung:not(:last-child) {
  margin-bottom: 20px;
}
pkorg-bewertung .form-control.value-form-control,
pkorg-bewertung-position .form-control.value-form-control,
pkorg-bewertung-position-2 .form-control.value-form-control,
.pkorg-bewertung .form-control.value-form-control {
  display: inline-block;
  width: auto;
  margin-right: 3px;
}
pkorg-bewertung .ungenuegend,
pkorg-bewertung-position .ungenuegend,
pkorg-bewertung-position-2 .ungenuegend,
.pkorg-bewertung .ungenuegend {
  color: rgb(232, 78, 15);
}
pkorg-bewertung .max-points,
pkorg-bewertung-position .max-points,
pkorg-bewertung-position-2 .max-points,
.pkorg-bewertung .max-points {
  color: #a9aaa8;
}
pkorg-bewertung .description,
pkorg-bewertung-position .description,
pkorg-bewertung-position-2 .description,
.pkorg-bewertung .description {
  font-size: 0.8em;
  color: #848482;
  margin-bottom: 0.5em;
  white-space: pre-line;
}
pkorg-bewertung .description:empty,
pkorg-bewertung-position .description:empty,
pkorg-bewertung-position-2 .description:empty,
.pkorg-bewertung .description:empty {
  display: none;
}
pkorg-bewertung .comment,
pkorg-bewertung .comment-large,
pkorg-bewertung-position .comment,
pkorg-bewertung-position .comment-large,
pkorg-bewertung-position-2 .comment,
pkorg-bewertung-position-2 .comment-large,
.pkorg-bewertung .comment,
.pkorg-bewertung .comment-large {
  color: #848482;
  margin-bottom: 0.5em;
}
pkorg-bewertung .comment .comment-body,
pkorg-bewertung .comment-large .comment-body,
pkorg-bewertung-position .comment .comment-body,
pkorg-bewertung-position .comment-large .comment-body,
pkorg-bewertung-position-2 .comment .comment-body,
pkorg-bewertung-position-2 .comment-large .comment-body,
.pkorg-bewertung .comment .comment-body,
.pkorg-bewertung .comment-large .comment-body {
  white-space: pre-line;
}
pkorg-bewertung .comment,
pkorg-bewertung-position .comment,
pkorg-bewertung-position-2 .comment,
.pkorg-bewertung .comment {
  font-size: 0.8em;
}
pkorg-bewertung .comment-input,
pkorg-bewertung-position .comment-input,
pkorg-bewertung-position-2 .comment-input,
.pkorg-bewertung .comment-input {
  margin-bottom: 0.5em;
}
pkorg-bewertung .comment .image-previews iv-upload,
pkorg-bewertung-position .comment .image-previews iv-upload,
pkorg-bewertung-position-2 .comment .image-previews iv-upload,
.pkorg-bewertung .comment .image-previews iv-upload {
  display: inline-block;
  vertical-align: bottom;
}
pkorg-bewertung .comment .image-preview,
pkorg-bewertung-position .comment .image-preview,
pkorg-bewertung-position-2 .comment .image-preview,
.pkorg-bewertung .comment .image-preview {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background: #a0acaa;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 3px;
}
pkorg-bewertung .comment .image-preview:hover:before,
pkorg-bewertung-position .comment .image-preview:hover:before,
pkorg-bewertung-position-2 .comment .image-preview:hover:before,
.pkorg-bewertung .comment .image-preview:hover:before {
  content: "\f141";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(80, 192, 223, 0.7);
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-family: FontAwesome;
}
pkorg-bewertung .comment .image-preview.view:hover:before,
pkorg-bewertung-position .comment .image-preview.view:hover:before,
pkorg-bewertung-position-2 .comment .image-preview.view:hover:before,
.pkorg-bewertung .comment .image-preview.view:hover:before {
  content: "\f06e";
}
pkorg-bewertung .comment .button-container,
pkorg-bewertung-position .comment .button-container,
pkorg-bewertung-position-2 .comment .button-container,
.pkorg-bewertung .comment .button-container {
  margin: 0 -3px -3px 0;
}
pkorg-bewertung .comment .button-container .btn,
pkorg-bewertung-position .comment .button-container .btn,
pkorg-bewertung-position-2 .comment .button-container .btn,
.pkorg-bewertung .comment .button-container .btn {
  margin: 0 3px 3px 0;
}
pkorg-bewertung .item-hint,
pkorg-bewertung-position .item-hint,
pkorg-bewertung-position-2 .item-hint,
.pkorg-bewertung .item-hint {
  color: #cfcfcf;
}
pkorg-bewertung .vf-grade-diff,
pkorg-bewertung-position .vf-grade-diff,
pkorg-bewertung-position-2 .vf-grade-diff,
.pkorg-bewertung .vf-grade-diff {
  font-weight: bold;
  color: #c48500;
}
pkorg-bewertung input.checkbox-new + label,
pkorg-bewertung-position input.checkbox-new + label,
pkorg-bewertung-position-2 input.checkbox-new + label,
.pkorg-bewertung input.checkbox-new + label {
  margin-bottom: 0;
}
pkorg-bewertung input.changed,
pkorg-bewertung-position input.changed,
pkorg-bewertung-position-2 input.changed,
.pkorg-bewertung input.changed {
  border: 2px solid rgb(247, 168, 0);
  background: #fffcf7;
}

.modal-content pkorg-bewertung + .panel {
  margin-top: 20px;
}

pkorg-bewertung-position-2 + pkorg-bewertung-position-2 {
  margin-top: 20px;
}

pkorg-ipaattribut {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
pkorg-ipaattribut:before, pkorg-ipaattribut:after {
  display: table;
  content: " ";
}
pkorg-ipaattribut:after {
  clear: both;
}
pkorg-ipaattribut .input-list .header {
  margin-top: 0;
}
pkorg-ipaattribut .col-sm-4:nth-child(3n+4) {
  clear: left;
}

pkorg-startblock .alert {
  margin: 0;
}
@media (min-width: 768px) {
  pkorg-startblock .startblock strong {
    display: inline-block;
    min-width: 200px;
  }
}
pkorg-startblock .picker-multiple {
  margin-bottom: 10px;
}
pkorg-startblock .meta {
  color: rgb(154, 157, 156);
}
pkorg-startblock .input-list {
  margin-bottom: 0;
}

.pooldocument .title {
  font-size: 1.1em;
  font-weight: bold;
}
.pooldocument .avatar {
  float: left;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.pooldocument .avatar + .name-centered {
  line-height: 35px;
}

.popover .popover-title,
.popover .popover-content {
  background-color: rgb(154, 157, 156);
}
.popover.top .arrow:after {
  border-top-color: rgb(154, 157, 156) !important;
}
.popover.bottom .arrow:after {
  border-bottom-color: rgb(154, 157, 156) !important;
}

.progress-bar,
[iv-progress] {
  display: block;
  background: #e2e2e2;
  height: 6px;
  border-radius: 6px;
}
.progress-bar .bar,
[iv-progress] .bar {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: rgb(149, 193, 31);
  transition: width 200ms ease-out;
}

.progress-steps {
  display: table;
  table-layout: fixed;
  list-style-type: none;
  width: 100%;
  padding: 0;
}
.progress-steps li {
  display: table-cell;
  position: relative;
  text-align: center;
  color: #a9aaa8;
  font-size: 12px;
}
.progress-steps li:before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background: #cfcfcf;
  position: absolute;
  top: 9px;
  left: calc(-50% + 20px);
}
.progress-steps li a {
  display: block;
  color: inherit;
  font-weight: bold;
  cursor: default;
}
.progress-steps li a:before {
  display: block;
  content: "";
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  border: 2px solid #cfcfcf;
  border-radius: 20px;
  color: white;
}
.progress-steps li.done {
  color: rgb(149, 193, 31);
}
.progress-steps li.done a {
  cursor: pointer;
}
.progress-steps li.done a:before {
  border-color: rgb(149, 193, 31);
}
.progress-steps li.done a:hover {
  color: #739518;
}
.progress-steps li.done a:hover:before {
  border-color: #739518;
}
.progress-steps li.incomplete {
  color: rgb(80, 192, 223);
}
.progress-steps li.incomplete a {
  cursor: pointer;
}
.progress-steps li.incomplete a:before {
  border-color: rgb(80, 192, 223);
}
.progress-steps li.incomplete a:hover {
  color: #27afd5;
}
.progress-steps li.incomplete a:hover:before {
  border-color: #27afd5;
}
.progress-steps li.done:before {
  background: rgb(149, 193, 31);
}
.progress-steps li.selected a {
  text-decoration: underline;
}
.progress-steps li.selected.done a:before {
  background: rgb(149, 193, 31);
}
.progress-steps li.selected.done:hover a:before {
  background: #739518;
}
.progress-steps li.selected.incomplete a:before {
  background: rgb(80, 192, 223);
}
.progress-steps li.selected.incomplete:hover a:before {
  background: #27afd5;
}
.progress-steps li.done + .incomplete:before {
  background: linear-gradient(to right, rgb(149, 193, 31) 0%, rgb(80, 192, 223) 100%);
}
.progress-steps li:first-child:before {
  display: none;
}

[read-more] .toggle {
  color: #a9aaa8;
  cursor: pointer;
}
[read-more] .toggle:hover {
  color: #383935;
}

.table .icon-place, .ivaris-responsive-table .icon-place {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin: -3px 0;
}
.table .icon-place button, .ivaris-responsive-table .icon-place button,
.table .icon-place a,
.ivaris-responsive-table .icon-place a {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  border: none;
  border-radius: 25px;
  text-align: center;
  color: rgb(80, 192, 223);
  background: transparent;
}
.table .icon-place button:hover, .ivaris-responsive-table .icon-place button:hover,
.table .icon-place a:hover,
.ivaris-responsive-table .icon-place a:hover {
  color: #ffffff;
  background-color: rgb(80, 192, 223);
}
.table .icon-place button.outline, .ivaris-responsive-table .icon-place button.outline,
.table .icon-place a.outline,
.ivaris-responsive-table .icon-place a.outline {
  border: 1px solid rgb(80, 192, 223);
}
.table .icon-place button.red, .ivaris-responsive-table .icon-place button.red,
.table .icon-place a.red,
.ivaris-responsive-table .icon-place a.red {
  color: rgb(232, 78, 15);
}
.table .icon-place button.red.outline, .ivaris-responsive-table .icon-place button.red.outline,
.table .icon-place a.red.outline,
.ivaris-responsive-table .icon-place a.red.outline {
  border-color: rgb(232, 78, 15);
}
.table .icon-place button.red:hover, .ivaris-responsive-table .icon-place button.red:hover,
.table .icon-place a.red:hover,
.ivaris-responsive-table .icon-place a.red:hover {
  color: #ffffff;
  background-color: rgb(232, 78, 15);
}
.table .icon-place button.orange, .ivaris-responsive-table .icon-place button.orange,
.table .icon-place a.orange,
.ivaris-responsive-table .icon-place a.orange {
  color: rgb(247, 168, 0);
}
.table .icon-place button.orange.outline, .ivaris-responsive-table .icon-place button.orange.outline,
.table .icon-place a.orange.outline,
.ivaris-responsive-table .icon-place a.orange.outline {
  border-color: rgb(247, 168, 0);
}
.table .icon-place button.orange:hover, .ivaris-responsive-table .icon-place button.orange:hover,
.table .icon-place a.orange:hover,
.ivaris-responsive-table .icon-place a.orange:hover {
  color: #ffffff;
  background-color: rgb(247, 168, 0);
}
.table .icon-place button.green, .ivaris-responsive-table .icon-place button.green,
.table .icon-place a.green,
.ivaris-responsive-table .icon-place a.green {
  color: rgb(149, 193, 31);
}
.table .icon-place button.green.outline, .ivaris-responsive-table .icon-place button.green.outline,
.table .icon-place a.green.outline,
.ivaris-responsive-table .icon-place a.green.outline {
  border-color: rgb(149, 193, 31);
}
.table .icon-place button.green:hover, .ivaris-responsive-table .icon-place button.green:hover,
.table .icon-place a.green:hover,
.ivaris-responsive-table .icon-place a.green:hover {
  color: #ffffff;
  background-color: rgb(149, 193, 31);
}
.table .icon-place button.gray, .ivaris-responsive-table .icon-place button.gray,
.table .icon-place a.gray,
.ivaris-responsive-table .icon-place a.gray {
  color: #cfcfcf;
}
.table .icon-place button.gray.outline, .ivaris-responsive-table .icon-place button.gray.outline,
.table .icon-place a.gray.outline,
.ivaris-responsive-table .icon-place a.gray.outline {
  border-color: #cfcfcf;
}
.table .icon-place button.gray:hover, .ivaris-responsive-table .icon-place button.gray:hover,
.table .icon-place a.gray:hover,
.ivaris-responsive-table .icon-place a.gray:hover {
  color: #ffffff;
  background-color: #cfcfcf;
}
.table .icon-place button.blue, .ivaris-responsive-table .icon-place button.blue,
.table .icon-place a.blue,
.ivaris-responsive-table .icon-place a.blue {
  color: rgb(80, 192, 223);
}
.table .icon-place button.blue.outline, .ivaris-responsive-table .icon-place button.blue.outline,
.table .icon-place a.blue.outline,
.ivaris-responsive-table .icon-place a.blue.outline {
  border-color: rgb(80, 192, 223);
}
.table .icon-place button.blue:hover, .ivaris-responsive-table .icon-place button.blue:hover,
.table .icon-place a.blue:hover,
.ivaris-responsive-table .icon-place a.blue:hover {
  color: #ffffff;
  background-color: rgb(80, 192, 223);
}
.table .icon-place button:disabled, .ivaris-responsive-table .icon-place button:disabled,
.table .icon-place a:disabled,
.ivaris-responsive-table .icon-place a:disabled {
  opacity: 0.65;
}
@media (max-width: 991px) {
  .table .icon-place, .ivaris-responsive-table .icon-place {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 3px;
  }
  .table .icon-place a, .ivaris-responsive-table .icon-place a {
    border: 1px solid rgb(80, 192, 223);
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 29px;
    border-radius: 30px;
  }
  .table .icon-place a.red, .ivaris-responsive-table .icon-place a.red {
    border-color: rgb(232, 78, 15);
  }
  .table .icon-place a.green, .ivaris-responsive-table .icon-place a.green {
    border-color: rgb(149, 193, 31);
  }
}
.table td .avatar, .ivaris-responsive-table td .avatar {
  flex: 0 0 35px;
  float: left;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-color: rgb(154, 157, 156);
}
.table td .avatar + .name-centered, .ivaris-responsive-table td .avatar + .name-centered {
  line-height: 35px;
}
.table td .placeholder, .ivaris-responsive-table td .placeholder {
  color: #a9aaa8;
  font-style: italic;
}
.table td.no-results-narrow, .ivaris-responsive-table td.no-results-narrow {
  padding: 10px 0;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.1em;
}
.table td.no-results, .ivaris-responsive-table td.no-results,
.table tr.no-results td,
.ivaris-responsive-table tr.no-results td {
  padding: 30px 0;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.1em;
}
.table tr + .no-results, .ivaris-responsive-table tr + .no-results {
  display: none;
}
.table tr.gray > td, .ivaris-responsive-table tr.gray > td, .table tr.gray th, .ivaris-responsive-table tr.gray th {
  background: whitesmoke;
}
.table tr.highlight td, .ivaris-responsive-table tr.highlight td, .table tr.highlight th, .ivaris-responsive-table tr.highlight th {
  background-color: #fffdef;
}
.table.table-no-body-border tbody:not(:first-of-type), .table-no-body-border.ivaris-responsive-table tbody:not(:first-of-type) {
  border: 0;
}

@media print {
  iv-history .table-actions .icon-place {
    display: none;
  }
  iv-history tbody tr td.table-actions {
    padding: 0;
  }
}

.tooltip.top .tooltip-inner:after {
  border-top-color: rgb(154, 157, 156);
}
.tooltip.bottom .tooltip-inner:after {
  border-bottom-color: rgb(154, 157, 156);
}
.tooltip.left .tooltip-inner:after {
  border-left-color: rgb(154, 157, 156);
}
.tooltip.right .tooltip-inner:after {
  border-right-color: rgb(154, 157, 156);
}
.tooltip .tooltip-inner {
  background-color: rgb(154, 157, 156);
}

.ui-select-container .ui-select-match .gray {
  color: #a9aaa8;
}
.ui-select-container .ui-select-choices-row .small {
  color: #848482;
}

iv-upload .progress {
  display: inline-block;
  width: 100px;
  margin: 3px 0 3px 10px;
}
iv-upload .actions {
  display: inline-block;
  margin-left: 10px;
}
iv-upload .actions a.cancel-upload {
  color: #b83e0c;
}
iv-upload .actions a.cancel-upload:hover {
  color: rgb(232, 78, 15);
}
iv-upload .files:empty {
  display: none;
}
iv-upload button:not(.ng-hide) + .files {
  margin-top: 10px;
}
iv-upload .file + .file {
  margin-top: 10px;
}

[user-attribute] h2 {
  font-size: 22px;
  margin: 10px 0 5px;
}
[user-attribute] .col-md-6:nth-of-type(2n+1) {
  clear: both;
}

.veranstaltung-file {
  margin-right: 3px;
}

.veranstaltung-radio {
  padding: 0px;
}

.form-horizontal .veranstaltung-control-label {
  padding-top: 0px !important;
}

.veranstaltung-auswertung-mail .loading-container {
  position: relative;
  z-index: 1;
}
.veranstaltung-auswertung-mail .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.veranstaltung-auswertung-mail .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.veranstaltung-auswertung-mail #mailContent {
  min-height: 300px;
}

hr {
  border-top: 2px solid #cfcfcf;
}

.content {
  position: relative;
}

@keyframes page-disabler-delay {
  0% {
    background-color: transparent;
  }
  80% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(245, 245, 245, 0.5);
  }
}
.wrapper .page-disabler {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  animation: page-disabler-delay 800ms ease-in forwards;
}

#mobile-navbar-toggle .notification {
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #e84e0f;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 10px;
  min-width: 14px;
  padding: 0 3px;
  height: 14px;
  color: #FFFFFF;
}

.pkorg-navbar .navbar-nav li .icon-navbar-large {
  vertical-align: top;
  top: -1px;
}
.pkorg-navbar .navbar-nav li .label-icon-text {
  position: relative;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: middle;
  top: -1px;
}
.pkorg-navbar .navbar-nav li .logout-link:hover {
  color: rgb(232, 78, 15);
}
.pkorg-navbar .navbar-nav li .logout-link:hover i {
  color: rgb(232, 78, 15);
}
.pkorg-navbar li.end-impersonation a {
  color: rgb(232, 78, 15);
}
.pkorg-navbar .mandantSwitch.active {
  position: relative;
}
.pkorg-navbar .mandantSwitch.active:after {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 6px;
  content: "\f0d9";
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
}

.pkorg-navbar .usermenu-toggle .avatar,
.pkorg-navbar-mobile .usermenu-toggle .avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: cover;
  background-color: rgb(160, 172, 170);
  border-radius: 30px;
  vertical-align: top;
}
.pkorg-navbar .usermenu-toggle .username,
.pkorg-navbar-mobile .usermenu-toggle .username {
  display: inline-block;
  line-height: 30px;
  margin-left: 5px;
  vertical-align: top;
}
.pkorg-navbar .usermenu-toggle.impersonating .avatar,
.pkorg-navbar-mobile .usermenu-toggle.impersonating .avatar {
  border: 3px solid rgb(232, 78, 15);
  background-color: rgb(232, 78, 15);
}
.pkorg-navbar .usermenu-toggle.impersonating .username,
.pkorg-navbar-mobile .usermenu-toggle.impersonating .username {
  font-weight: bold;
  color: rgb(232, 78, 15);
}
.pkorg-navbar .navbar-time li .label-icon-text,
.pkorg-navbar .navbar-time li a .icon-navbar-large,
.pkorg-navbar .navbar-time li.open a .icon-navbar-large,
.pkorg-navbar-mobile .navbar-time li .label-icon-text,
.pkorg-navbar-mobile .navbar-time li a .icon-navbar-large,
.pkorg-navbar-mobile .navbar-time li.open a .icon-navbar-large {
  color: rgb(232, 78, 15);
}
.pkorg-navbar .navbar-time li .label-icon-text:hover,
.pkorg-navbar .navbar-time li a .icon-navbar-large:hover,
.pkorg-navbar .navbar-time li.open a .icon-navbar-large:hover,
.pkorg-navbar-mobile .navbar-time li .label-icon-text:hover,
.pkorg-navbar-mobile .navbar-time li a .icon-navbar-large:hover,
.pkorg-navbar-mobile .navbar-time li.open a .icon-navbar-large:hover {
  color: rgb(232, 78, 15);
}
.pkorg-navbar .navbar-time li .label-icon-text,
.pkorg-navbar-mobile .navbar-time li .label-icon-text {
  font-weight: bold;
}

.tc-hide-mobile,
.td-hide-mobile {
  display: none;
}

@media (min-width: 767px) {
  .hide-mobile {
    display: inherit;
  }

  .tc-hide-mobile {
    display: table-column;
  }

  .td-hide-mobile {
    display: table-cell;
  }

  .bold-mobile {
    font-weight: normal;
  }

  .hide-wide,
.tc-hide-wide,
.td-hide-wide {
    display: none;
  }
}
.sidebar .logo {
  font-size: 14px;
  color: #929a97;
  font-weight: 300;
  letter-spacing: 1px;
}
.sidebar .logo span {
  display: inline-block;
  margin-top: 10px;
  hyphens: auto;
  max-width: 100%;
}

.sidebar .logo .logo-image,
.navbar .logo .logo-image {
  height: auto;
  overflow: visible;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-15px);
  }
  45% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar .logo-image.animated .el,
.navbar .logo-image.animated .el {
  animation: move 2s ease-in-out infinite;
}
.sidebar .logo-image.animated #e2,
.navbar .logo-image.animated #e2 {
  animation-delay: 0.1s;
}
.sidebar .logo-image.animated #e3,
.navbar .logo-image.animated #e3 {
  animation-delay: 0.2s;
}
.sidebar .logo-image.animated #e4,
.navbar .logo-image.animated #e4 {
  animation-delay: 0.3s;
}
.sidebar .logo-image.animated #e5,
.navbar .logo-image.animated #e5 {
  animation-delay: 0.4s;
}
.sidebar .logo-image.animated #e6,
.navbar .logo-image.animated #e6 {
  animation-delay: 0.5s;
}

.sidebar-mini .sidebar .sidebar-wrapper > .nav.main-navigation-show-titles p {
  color: inherit;
}

@media (min-width: 992px) {
  .sidebar-mini .main-navigation .caret {
    display: none;
  }

  .sidebar-mini .sidebar .sidebar-wrapper .nav .children i.icon {
    font-size: inherit;
    line-height: inherit;
  }
  .sidebar-mini .sidebar .sidebar-wrapper .nav .children i.icon.icon-azure {
    color: rgb(80, 192, 223);
  }
  .sidebar-mini .sidebar .sidebar-wrapper .nav .children i.icon.icon-green {
    color: rgb(149, 193, 31);
  }
  .sidebar-mini .sidebar .sidebar-wrapper .nav .children i.icon.icon-orange {
    color: rgb(247, 168, 0);
  }
  .sidebar-mini .sidebar .sidebar-wrapper .nav .children i.icon.icon-red {
    color: rgb(232, 78, 15);
  }
}
.affiliation-list .role-group {
  font-weight: bold;
  border-bottom: 1px solid rgb(190, 198, 195);
  padding-bottom: 3px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .affiliation-list .info-list {
    columns: 2;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .affiliation-list .info-list {
    columns: 3;
  }
}

#api-debug-container .monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#api-debug-result .error-display {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  color: white;
  border-radius: 3px;
  background: rgb(232, 78, 15);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
#api-debug-result .error-display .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#api-debug-result .error-display pre {
  background: transparent;
  border: 0;
  color: white;
  padding: 0;
  margin: 0;
}
#api-debug-result [class*=error-display-2] {
  background: rgb(149, 193, 31);
  font-size: 1.2em;
}
#api-debug-result .error-display-422 {
  background: rgb(247, 168, 0);
}

#api-log-list .monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
#api-log-list .status:before {
  font-family: FontAwesome;
  padding-right: 3px;
}
#api-log-list .status[class*=status-2] {
  color: rgb(149, 193, 31);
}
#api-log-list .status[class*=status-2]:before {
  content: "\f058";
}
#api-log-list .status[class*=status-4], #api-log-list .status[class*=status-5] {
  color: rgb(232, 78, 15);
}
#api-log-list .status[class*=status-4]:before, #api-log-list .status[class*=status-5]:before {
  content: "\f057";
}
#api-log-list .status.status-422 {
  color: rgb(247, 168, 0);
}
#api-log-list .status.status-422:before {
  content: "\f071";
}
#api-log-list ul.count {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#api-log-list ul.count li {
  display: inline-block;
}
#api-log-list ul.count li:before {
  font-family: FontAwesome;
  padding-right: 3px;
}
#api-log-list ul.count li:not(:last-child):after {
  content: "·";
  padding: 0 6px;
  color: #a9aaa8;
}
#api-log-list ul.count .count-insert {
  color: rgb(149, 193, 31);
}
#api-log-list ul.count .count-insert:before {
  content: "\f055";
}
#api-log-list ul.count .count-update {
  color: #447DF7;
}
#api-log-list ul.count .count-update:before {
  content: "\f040";
}
#api-log-list ul.count .count-unchanged {
  color: #a9aaa8;
}
#api-log-list ul.count .count-unchanged:before {
  content: "\f064";
}
#api-log-list ul.count .count-ignore {
  color: #a9aaa8;
}
#api-log-list ul.count .count-ignore:before {
  content: "\f01e";
}
#api-log-list ul.count .count-invalid {
  color: rgb(247, 168, 0);
}
#api-log-list ul.count .count-invalid:before {
  content: "\f071";
}
#api-log-list ul.count .count-error {
  color: rgb(232, 78, 15);
}
#api-log-list ul.count .count-error:before {
  content: "\f057";
}

.api-log-detail .table tr td:not(.actions), .api-log-detail .ivaris-responsive-table tr td:not(.actions) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre;
  word-break: break-all;
  word-wrap: break-word;
}

.nutzungsanmeldung-form {
  max-width: 640px;
}
.nutzungsanmeldung-form#survey-form .card .content hr {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin: 20px 0;
}

.auswertung-mail .loading-container {
  position: relative;
  z-index: 1;
}
.auswertung-mail .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.auswertung-mail .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.auswertung-mail #mailContent {
  min-height: 300px;
}

.platzhalter-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  line-height: 1.5;
}

.platzhalter {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.auswertung-detail th, .auswertung-detail td {
  white-space: pre-line;
}
.auswertung-detail .refactoring-pagination .meta {
  text-align: left;
  position: relative;
}

.auswertung-mail-preview {
  text-align: left;
}
.auswertung-mail-preview .mail-content {
  overflow-y: scroll;
  max-height: 500px;
  white-space: pre-line;
}

#billing-overview h3 {
  font-weight: bold;
  font-size: 16px;
}
#billing-overview .table > thead > tr > td,
#billing-overview .table > thead > tr > th,
#billing-overview .table > tbody > tr > td,
#billing-overview .table > tbody > tr > th,
#billing-overview .table > tfoot > tr > td,
#billing-overview .table > tfoot > tr > th,
#billing-overview .ivaris-responsive-table > thead > tr > td,
#billing-overview .ivaris-responsive-table > thead > tr > th,
#billing-overview .ivaris-responsive-table > tbody > tr > td,
#billing-overview .ivaris-responsive-table > tbody > tr > th,
#billing-overview .ivaris-responsive-table > tfoot > tr > td,
#billing-overview .ivaris-responsive-table > tfoot > tr > th {
  border-top: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
#billing-overview #buttons-header {
  margin-bottom: 25px;
}
#billing-overview #new-customernumber {
  margin-bottom: 5px;
}
#billing-overview #second-table-margin {
  margin-top: 20px;
}
#billing-overview .row-table-total {
  background-color: #dfe3e1;
  font-size: 16px;
  height: 45px;
}
#billing-overview .row-table-total td {
  font-weight: bold;
}
#billing-overview .table-titel-rows {
  font-weight: bold;
}
#billing-overview .nosignature {
  color: red;
  font-weight: bold;
}
#billing-overview .billedseparately {
  color: rgb(80, 192, 223);
  white-space: pre-line;
}
#billing-overview .last-rows-table {
  border-bottom: 1px solid #a9aaa8;
  font-size: 0.8em;
}
#billing-overview .info-margin-bottom {
  margin-bottom: 40px;
}
#billing-overview .alert-customernumber {
  margin: 30px 20px;
}

#notenerfassung input.value-form-control {
  width: 4em;
  height: 2em;
}
#notenerfassung .table > tbody > tr.row-narrow td, #notenerfassung .ivaris-responsive-table > tbody > tr.row-narrow td, #notenerfassung .table > tbody > tr.row-narrow th, #notenerfassung .ivaris-responsive-table > tbody > tr.row-narrow th {
  padding-top: 6px;
  padding-bottom: 6px;
}
#notenerfassung .ungenuegend {
  color: rgb(232, 78, 15);
}
#notenerfassung .missing:not(:disabled) {
  background: #bce7f3;
}

.card .header .card-icons li a:focus {
  outline: none;
  text-shadow: -2px 0 rgba(54, 183, 218, 0.3), 0 2px rgba(54, 183, 218, 0.3), 2px 0 rgba(54, 183, 218, 0.3), 0 -2px rgba(54, 183, 218, 0.3);
}

.card-pick-ipa {
  text-align: center;
}
.card-pick-ipa .header {
  padding: 80px 0 50px;
  color: rgb(154, 157, 156);
}
.card-pick-ipa .header,
.card-pick-ipa .header .card-icons li {
  transition: background-color 100ms, color 100ms;
}
.card-pick-ipa:hover .header, .card-pick-ipa:hover .header .card-icons li {
  background-color: white;
  color: #383935;
}
.card-pick-ipa .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-pick-ipa {
    display: block;
    width: 50%;
    padding-right: 15px;
  }
}
.btn-pick-ipa {
  display: block;
  margin: 0 auto 21px;
}
@media (min-width: 768px) {
  .btn-pick-ipa {
    max-width: 200px;
  }
}

.pkorg-toggleview .btn {
  color: #a9aaa8;
}
.pkorg-toggleview .btn li.active .btn {
  color: #383935;
}
.pkorg-toggleview .btn a {
  color: inherit;
}

#dashboard .danger-bg .circle,
#dashboard .danger-bg .role {
  background: rgb(232, 78, 15);
}

#listview .list-pool {
  cursor: pointer;
}
#listview .list-pool .meta {
  font-size: 10px;
}
#listview .list-pool .meta > strong {
  font-size: 16px;
  font-weight: normal;
}
#listview .wellenreiter-green {
  background-color: rgb(149, 193, 31);
}
#listview .wellenreiter-green a {
  color: white;
}
#listview .wellenreiter-blue {
  background-color: rgb(80, 192, 223);
}
#listview .wellenreiter-blue a {
  color: white;
}
#listview .wellenreiter-red {
  background-color: rgb(232, 78, 15);
}
#listview .wellenreiter-red a {
  color: white;
}
#listview tr.keep {
  background-color: #bce7f3;
}
#listview tr.keep .meta,
#listview tr.keep .list-circle .status {
  color: #27afd5;
}
#listview tr.keep .card-icons li {
  background-color: #7bd0e7;
}
#listview tr.keep .card-icons li a {
  color: #1b7a94;
}
#listview tr.bvaufl {
  background-color: #f7a280;
}
#listview tr.bvaufl .meta,
#listview tr.bvaufl .list-circle .status {
  color: #b83e0c;
}
#listview tr.bvaufl .card-icons li {
  background-color: #f26e38;
}
#listview tr.bvaufl .card-icons li a {
  color: #702607;
}
#listview .list-dossier-tags li {
  padding: 0 3px 0 0;
}

#gridview .card-user .header .affiliation {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 10px;
  color: #a9aaa8;
}
#gridview .card-user .grid-personen [iv-person] + [iv-person] {
  margin-top: 0.5em;
}
#gridview .card-user .grid-personen [iv-person] .avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
#gridview .card-user .footer {
  position: relative;
}
#gridview .card-user .list-dossier-tags {
  position: absolute;
  top: 1px;
  right: 20px;
  margin: 0;
}
#gridview .card-user .list-dossier-tags li {
  padding: 0 3px 0 0;
}
#gridview span[ps-popup] {
  cursor: pointer;
}
#gridview .wellenreiter-green a {
  color: rgb(149, 193, 31);
}
#gridview .wellenreiter-blue a {
  color: rgb(80, 192, 223);
}
#gridview .wellenreiter-red a {
  color: rgb(232, 78, 15);
}
#gridview div.keep .header,
#gridview div.keep .header .card-icons li,
#gridview div.keep .footer {
  background-color: #bce7f3;
}
#gridview div.keep .header .card-icons li a {
  color: #1b7a94;
}
#gridview div.keep .header .affiliation,
#gridview div.keep .footer p {
  color: #1b7a94;
}
#gridview div.bvaufl .header,
#gridview div.bvaufl .header .card-icons li,
#gridview div.bvaufl .footer {
  background-color: #f7a280;
}
#gridview div.bvaufl .header .card-icons li a {
  color: #702607;
}
#gridview div.bvaufl .header .affiliation,
#gridview div.bvaufl .footer p {
  color: #702607;
}

#listview tr .list-pool strong .icon,
#gridview .card-user .title .icon {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  margin-left: 0.3em;
}
#listview tr .list-pool strong .icon.icon-mars,
#gridview .card-user .title .icon.icon-mars {
  color: rgb(80, 192, 223);
}
#listview tr .list-pool strong .icon.icon-venus,
#gridview .card-user .title .icon.icon-venus {
  color: #ff00ff;
}

#listview tr:hover .list-pool strong .icon,
#gridview .card-user:hover .title .icon {
  opacity: 1;
}

.displayzusatz:empty {
  display: none;
}
.displayzusatz:before {
  content: "/ ";
}

.editor .sorted-desc:after, .editor .sorted-asc:after, .editor .sortable:after {
  font-family: FontAwesome;
  margin-left: 10px;
}
.editor .input-short {
  width: 48px;
}
.editor .pull-right {
  margin-left: 10px;
}
.editor label.checkbox {
  display: inline-block;
  margin-left: 10px;
}
.editor .table th, .editor .ivaris-responsive-table th {
  cursor: pointer;
}
.editor .sortable,
.editor .sorted-asc,
.editor .sorted-desc {
  user-select: none;
}
.editor .sortable:after {
  content: "\f0dc";
  color: #cfcfcf;
}
.editor .sorted-asc:after {
  content: "\f0de";
  color: rgb(80, 192, 223);
}
.editor .sorted-desc:after {
  content: "\f0dd";
  color: rgb(80, 192, 223);
}

.AnmeldungUni .alert {
  margin-bottom: 0;
}
.AnmeldungUni .branche {
  margin: 20px 0 5px;
}
.AnmeldungUni .branche label {
  margin-right: 20px;
}
.AnmeldungUni .branche .radio-new {
  display: inline-block;
}

.AnmeldungDrogist .help {
  color: #a9aaa8;
  cursor: help;
}
.AnmeldungDrogist .icon-check {
  color: rgb(149, 193, 31);
}
.AnmeldungDrogist .school .icon-check {
  color: rgb(80, 192, 223);
}
.AnmeldungDrogist .icon-times {
  color: rgb(232, 78, 15);
}
.AnmeldungDrogist .row + .row {
  margin-top: 0.5em;
}
.AnmeldungDrogist .oeffnungszeiten-table {
  max-width: 950px;
}
@media screen and (max-width: 580px) {
  .AnmeldungDrogist .oeffnungszeiten-table th.rotate {
    vertical-align: bottom;
    text-align: center;
  }
  .AnmeldungDrogist .oeffnungszeiten-table th.rotate div {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }
}
.AnmeldungDrogist .oeffnungszeiten-table.writable .icon:before {
  margin-right: 8px;
}
.AnmeldungDrogist input.checkbox-new + label:before {
  text-align: left;
}

.AnmeldungFabe2021 .content .input-list .header {
  margin-top: 0;
}
.AnmeldungFabe2021 .form-row {
  padding-left: 0;
  padding-bottom: 10px;
}
.AnmeldungFabe2021 .event-list {
  margin-bottom: 0 !important;
}

.AnmeldungFage2017 .form-row {
  margin-bottom: 15px;
}
.AnmeldungFage2017 .duration-container {
  height: 40px;
  line-height: 40px;
}
.AnmeldungFage2017 .time-warning {
  color: #ffbb2b;
}
.AnmeldungFage2017 .time-ok {
  color: rgb(149, 193, 31);
}

.AnmeldungPhysiklaborant .content .input-list .header {
  margin-top: 0;
}
.AnmeldungPhysiklaborant .form-row {
  padding-left: 0;
  padding-bottom: 10px;
}
.AnmeldungPhysiklaborant .event-list {
  margin-bottom: 0 !important;
}

.BewertungFabe label {
  margin: 0;
}
.BewertungFabe .table td, .BewertungFabe .ivaris-responsive-table td {
  padding: 6px 8px;
}
.BewertungFabe .aufgabe td {
  font-weight: bold;
  background-color: whitesmoke;
}
.BewertungFabe .icons {
  text-align: right;
  cursor: default;
}
.BewertungFabe td .check {
  font-family: FontAwesome;
  color: rgb(149, 193, 31);
}
.BewertungFabe td .check:empty {
  display: none;
}
.BewertungFabe td .warning {
  font-family: FontAwesome;
  color: rgb(247, 168, 0);
}
.BewertungFabe td .warning:empty {
  display: none;
}
.BewertungFabe td .warning + .check {
  margin-left: 3px;
}
.BewertungFabe tr.note td {
  background-color: whitesmoke;
  font-weight: bold;
}

.BewertungFaBe2021Pa .table, .BewertungFaBe2021Pa .ivaris-responsive-table {
  border: 1px solid #cfcfcf;
}
.BewertungFaBe2021Pa .table:not(.bewertung-summary) > tbody > tr > td, .BewertungFaBe2021Pa .ivaris-responsive-table:not(.bewertung-summary) > tbody > tr > td {
  vertical-align: top;
}
.BewertungFaBe2021Pa .table > tbody > tr > td.kriterium-first-col, .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > td.kriterium-first-col {
  padding-left: 30px;
}
.BewertungFaBe2021Pa .table > tbody > tr > td.kriterium-first-col .description, .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > td.kriterium-first-col .description {
  color: #848482;
  font-style: italic;
}
.BewertungFaBe2021Pa .bereich-header {
  background-color: whitesmoke;
  cursor: pointer;
}
.BewertungFaBe2021Pa .bereich-header.invalid {
  color: rgb(232, 78, 15);
}
.BewertungFaBe2021Pa .bereich-header.invalid .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungFaBe2021Pa .bereich-header.invalid p {
  color: rgb(232, 78, 15);
}
.BewertungFaBe2021Pa .bereich-header.invalid .subtotal:before {
  content: "\f06a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner {
  display: flex;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner > div {
  flex: 0;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner > div + div {
  margin-left: 10px;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner > div.subtotal {
  position: relative;
  white-space: nowrap;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner > .hk-name {
  flex: 1;
}
.BewertungFaBe2021Pa .bereich-header > .header-inner > .hk-name p {
  font-weight: bold;
  margin-bottom: 0;
}
.BewertungFaBe2021Pa .lz-header {
  font-weight: bold;
}
.BewertungFaBe2021Pa .table > tbody > tr > th.diff:not(.invalid), .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) {
  color: rgb(247, 168, 0);
}
.BewertungFaBe2021Pa .table > tbody > tr > th.diff:not(.invalid) .label-outline, .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) .label-outline {
  color: rgb(247, 168, 0);
  border-color: rgb(247, 168, 0);
}
.BewertungFaBe2021Pa .table > tbody > tr > th.diff:not(.invalid) p, .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) p {
  color: rgb(247, 168, 0);
}
.BewertungFaBe2021Pa .table > tbody > tr > th.diff .subtotal:after, .BewertungFaBe2021Pa .ivaris-responsive-table > tbody > tr > th.diff .subtotal:after {
  position: absolute;
  top: 0;
  left: -22px;
  content: "\f071";
  font-family: FontAwesome;
  color: rgb(247, 168, 0);
  display: inline-block;
  margin-right: 6px;
}
.BewertungFaBe2021Pa .vf-comment,
.BewertungFaBe2021Pa .comment {
  margin-top: 5px;
  font-size: 85%;
  color: #848482;
}
.BewertungFaBe2021Pa .not-applicable-readonly {
  font-style: italic;
  color: #a9aaa8;
}
.BewertungFaBe2021Pa .not-applicable-readonly.nar-pex {
  color: rgb(80, 192, 223);
}
.BewertungFaBe2021Pa .not-applicable-readonly.nar-vf {
  color: rgb(247, 168, 0);
}
.BewertungFaBe2021Pa .not-applicable-readonly.nar-vf.nar-pex {
  color: #a9aaa8;
}
.BewertungFaBe2021Pa .bewertung-summary .max-points {
  color: #a9aaa8;
}
.BewertungFaBe2021Pa input.changed {
  border: 2px solid rgb(247, 168, 0);
  background: #fffcf7;
}
.BewertungFaBe2021Pa .select2-results .select2-disabled {
  background: none;
  color: #a9aaa8;
}
.BewertungFaBe2021Pa .select2-results .select2-disabled .select2-result-label {
  cursor: default;
}
.BewertungFaBe2021Pa .select2-results .select2-disabled span.label-outline {
  color: #a9aaa8;
  border-color: #a9aaa8;
}

.BewertungFage2017Zus .red {
  color: rgb(232, 78, 15);
  font-weight: bold;
}

.BewertungFabeBb {
  margin-bottom: 20px;
}
.BewertungFabeBb td:last-child,
.BewertungFabeBb th.right {
  text-align: right;
}
.BewertungFabeBb .teilnote td {
  background: whitesmoke;
  font-weight: bold;
}
.BewertungFabeBb .vpa-note th {
  background: whitesmoke;
  border-top: 0;
}
.BewertungFabeBb .vpa-note th:last-child {
  text-align: right;
}
.BewertungFabeBb tr.total td {
  background: #f5f5f5;
  font-weight: bold;
}
.BewertungFabeBb tr.total td.light {
  font-weight: normal;
}

.BewertungFage2017Hk .table:not(.bewertung-summary) > tbody > tr > td, .BewertungFage2017Hk .ivaris-responsive-table:not(.bewertung-summary) > tbody > tr > td,
.BewertungFage2017Fg .table:not(.bewertung-summary) > tbody > tr > td,
.BewertungFage2017Fg .ivaris-responsive-table:not(.bewertung-summary) > tbody > tr > td,
.BewertungFage2017Zus .table:not(.bewertung-summary) > tbody > tr > td,
.BewertungFage2017Zus .ivaris-responsive-table:not(.bewertung-summary) > tbody > tr > td {
  vertical-align: top;
}
.BewertungFage2017Hk .table > tbody > tr > td.kriterium-first-col, .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > td.kriterium-first-col,
.BewertungFage2017Fg .table > tbody > tr > td.kriterium-first-col,
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > td.kriterium-first-col,
.BewertungFage2017Zus .table > tbody > tr > td.kriterium-first-col,
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > td.kriterium-first-col {
  padding-left: 30px;
}
.BewertungFage2017Hk .table > tbody > tr > td.kriterium-first-col .description, .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > td.kriterium-first-col .description,
.BewertungFage2017Fg .table > tbody > tr > td.kriterium-first-col .description,
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > td.kriterium-first-col .description,
.BewertungFage2017Zus .table > tbody > tr > td.kriterium-first-col .description,
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > td.kriterium-first-col .description {
  color: #848482;
  font-style: italic;
}
.BewertungFage2017Hk .kompetenz-header,
.BewertungFage2017Fg .kompetenz-header,
.BewertungFage2017Zus .kompetenz-header {
  background-color: whitesmoke;
  cursor: pointer;
}
.BewertungFage2017Hk .kompetenz-header.invalid,
.BewertungFage2017Fg .kompetenz-header.invalid,
.BewertungFage2017Zus .kompetenz-header.invalid {
  color: rgb(232, 78, 15);
}
.BewertungFage2017Hk .kompetenz-header.invalid .label-outline,
.BewertungFage2017Fg .kompetenz-header.invalid .label-outline,
.BewertungFage2017Zus .kompetenz-header.invalid .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungFage2017Hk .kompetenz-header.invalid p,
.BewertungFage2017Fg .kompetenz-header.invalid p,
.BewertungFage2017Zus .kompetenz-header.invalid p {
  color: rgb(232, 78, 15);
}
.BewertungFage2017Hk .kompetenz-header.invalid .subtotal:before,
.BewertungFage2017Fg .kompetenz-header.invalid .subtotal:before,
.BewertungFage2017Zus .kompetenz-header.invalid .subtotal:before {
  content: "\f06a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner,
.BewertungFage2017Fg .kompetenz-header > .header-inner,
.BewertungFage2017Zus .kompetenz-header > .header-inner {
  display: flex;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner > div,
.BewertungFage2017Fg .kompetenz-header > .header-inner > div,
.BewertungFage2017Zus .kompetenz-header > .header-inner > div {
  flex: 0;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner > div + div,
.BewertungFage2017Fg .kompetenz-header > .header-inner > div + div,
.BewertungFage2017Zus .kompetenz-header > .header-inner > div + div {
  margin-left: 10px;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner > div.subtotal,
.BewertungFage2017Fg .kompetenz-header > .header-inner > div.subtotal,
.BewertungFage2017Zus .kompetenz-header > .header-inner > div.subtotal {
  position: relative;
  white-space: nowrap;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner > .hk-name,
.BewertungFage2017Fg .kompetenz-header > .header-inner > .hk-name,
.BewertungFage2017Zus .kompetenz-header > .header-inner > .hk-name {
  flex: 1;
}
.BewertungFage2017Hk .kompetenz-header > .header-inner > .hk-name p,
.BewertungFage2017Fg .kompetenz-header > .header-inner > .hk-name p,
.BewertungFage2017Zus .kompetenz-header > .header-inner > .hk-name p {
  font-weight: bold;
  margin-bottom: 0;
}
.BewertungFage2017Hk .bereich-header,
.BewertungFage2017Fg .bereich-header,
.BewertungFage2017Zus .bereich-header {
  font-weight: bold;
}
.BewertungFage2017Hk .table > tbody > tr > th.diff:not(.invalid), .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid),
.BewertungFage2017Fg .table > tbody > tr > th.diff:not(.invalid),
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid),
.BewertungFage2017Zus .table > tbody > tr > th.diff:not(.invalid),
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) {
  color: rgb(247, 168, 0);
}
.BewertungFage2017Hk .table > tbody > tr > th.diff:not(.invalid) .label-outline, .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) .label-outline,
.BewertungFage2017Fg .table > tbody > tr > th.diff:not(.invalid) .label-outline,
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) .label-outline,
.BewertungFage2017Zus .table > tbody > tr > th.diff:not(.invalid) .label-outline,
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) .label-outline {
  color: rgb(247, 168, 0);
  border-color: rgb(247, 168, 0);
}
.BewertungFage2017Hk .table > tbody > tr > th.diff:not(.invalid) p, .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) p,
.BewertungFage2017Fg .table > tbody > tr > th.diff:not(.invalid) p,
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) p,
.BewertungFage2017Zus .table > tbody > tr > th.diff:not(.invalid) p,
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > th.diff:not(.invalid) p {
  color: rgb(247, 168, 0);
}
.BewertungFage2017Hk .table > tbody > tr > th.diff .subtotal:after, .BewertungFage2017Hk .ivaris-responsive-table > tbody > tr > th.diff .subtotal:after,
.BewertungFage2017Fg .table > tbody > tr > th.diff .subtotal:after,
.BewertungFage2017Fg .ivaris-responsive-table > tbody > tr > th.diff .subtotal:after,
.BewertungFage2017Zus .table > tbody > tr > th.diff .subtotal:after,
.BewertungFage2017Zus .ivaris-responsive-table > tbody > tr > th.diff .subtotal:after {
  position: absolute;
  top: 0;
  left: -22px;
  content: "\f071";
  font-family: FontAwesome;
  color: rgb(247, 168, 0);
  display: inline-block;
  margin-right: 6px;
}
.BewertungFage2017Hk .vf-comment,
.BewertungFage2017Hk .comment,
.BewertungFage2017Fg .vf-comment,
.BewertungFage2017Fg .comment,
.BewertungFage2017Zus .vf-comment,
.BewertungFage2017Zus .comment {
  margin-top: 5px;
  font-size: 85%;
  color: #848482;
}
.BewertungFage2017Hk .not-applicable-readonly,
.BewertungFage2017Fg .not-applicable-readonly,
.BewertungFage2017Zus .not-applicable-readonly {
  font-style: italic;
  color: #a9aaa8;
}
.BewertungFage2017Hk .not-applicable-readonly.nar-pex,
.BewertungFage2017Fg .not-applicable-readonly.nar-pex,
.BewertungFage2017Zus .not-applicable-readonly.nar-pex {
  color: rgb(80, 192, 223);
}
.BewertungFage2017Hk .not-applicable-readonly.nar-vf,
.BewertungFage2017Fg .not-applicable-readonly.nar-vf,
.BewertungFage2017Zus .not-applicable-readonly.nar-vf {
  color: rgb(247, 168, 0);
}
.BewertungFage2017Hk .not-applicable-readonly.nar-vf.nar-pex,
.BewertungFage2017Fg .not-applicable-readonly.nar-vf.nar-pex,
.BewertungFage2017Zus .not-applicable-readonly.nar-vf.nar-pex {
  color: #a9aaa8;
}
.BewertungFage2017Hk .bewertung-summary .max-points,
.BewertungFage2017Fg .bewertung-summary .max-points,
.BewertungFage2017Zus .bewertung-summary .max-points {
  color: #a9aaa8;
}
.BewertungFage2017Hk input.changed,
.BewertungFage2017Fg input.changed,
.BewertungFage2017Zus input.changed {
  border: 2px solid rgb(247, 168, 0);
  background: #fffcf7;
}
.BewertungFage2017Hk .select2-results .select2-disabled,
.BewertungFage2017Fg .select2-results .select2-disabled,
.BewertungFage2017Zus .select2-results .select2-disabled {
  background: none;
  color: #a9aaa8;
}
.BewertungFage2017Hk .select2-results .select2-disabled .select2-result-label,
.BewertungFage2017Fg .select2-results .select2-disabled .select2-result-label,
.BewertungFage2017Zus .select2-results .select2-disabled .select2-result-label {
  cursor: default;
}
.BewertungFage2017Hk .select2-results .select2-disabled span.label-outline,
.BewertungFage2017Fg .select2-results .select2-disabled span.label-outline,
.BewertungFage2017Zus .select2-results .select2-disabled span.label-outline {
  color: #a9aaa8;
  border-color: #a9aaa8;
}

.BewertungFage2017Zus .red {
  color: rgb(232, 78, 15);
  font-weight: bold;
}

.BewertungInformatiker p.bewertungskriterium-beschreibung,
.BewertungMem p.bewertungskriterium-beschreibung,
.BewertungHk p.bewertungskriterium-beschreibung {
  color: #848482;
  white-space: pre-line;
}
.BewertungInformatiker p.begruendung,
.BewertungMem p.begruendung,
.BewertungHk p.begruendung {
  font-size: 0.8em;
  white-space: pre-line;
}
.BewertungInformatiker .abzug,
.BewertungMem .abzug,
.BewertungHk .abzug {
  color: rgb(232, 78, 15);
}
.BewertungInformatiker th .meta,
.BewertungMem th .meta,
.BewertungHk th .meta {
  font-weight: normal;
  font-size: 12px;
}
.BewertungInformatiker table.bewertung td,
.BewertungMem table.bewertung td,
.BewertungHk table.bewertung td {
  vertical-align: top;
}
.BewertungInformatiker .panel-default.uneinig,
.BewertungMem .panel-default.uneinig,
.BewertungHk .panel-default.uneinig {
  border: 2px solid rgb(247, 168, 0);
  margin: -1px -1px 19px;
}
.BewertungInformatiker .uneinigkeit-warning,
.BewertungMem .uneinigkeit-warning,
.BewertungHk .uneinigkeit-warning {
  color: rgb(247, 168, 0);
}
.BewertungInformatiker textarea,
.BewertungMem textarea,
.BewertungHk textarea {
  min-height: 0;
}

.BewertungP3d label {
  margin: 0;
}
.BewertungP3d .bold {
  font-weight: bold;
}
.BewertungP3d .table td, .BewertungP3d .ivaris-responsive-table td {
  padding: 6px 8px;
}
.BewertungP3d .aufgabe td {
  font-weight: bold;
  background-color: whitesmoke;
}
.BewertungP3d .kriterium td {
  vertical-align: top;
}
.BewertungP3d .icons {
  text-align: right;
  cursor: default;
}
.BewertungP3d td .check {
  font-family: FontAwesome;
  color: rgb(149, 193, 31);
}
.BewertungP3d td .check:empty {
  display: none;
}
.BewertungP3d td .warning {
  font-family: FontAwesome;
  color: rgb(247, 168, 0);
}
.BewertungP3d td .warning:empty {
  display: none;
}
.BewertungP3d td .warning + .check {
  margin-left: 3px;
}
.BewertungP3d tr.note td {
  background-color: whitesmoke;
  font-weight: bold;
}

.BewertungPhysiklaborant .custom-panel-margin-bottom {
  margin-bottom: 20px !important;
}
.BewertungPhysiklaborant .spacing-bottom {
  margin-bottom: 20px !important;
}
.BewertungPhysiklaborant .icon-place-custom {
  vertical-align: middle;
  display: inline;
  width: 30px;
  height: 30px;
}
.BewertungPhysiklaborant .icon-place-custom a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}

.DetailbeschreibungAgs .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungAgs .beurteilungskriterien-form .titel {
  display: flex;
}
.DetailbeschreibungAgs .beurteilungskriterien-form .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.DetailbeschreibungAgs .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungAgs .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungAgs p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungAgs uib-accordion .panel-group,
.DetailbeschreibungAgs .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungAgs .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungAgsBe .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungAgsBe .beurteilungskriterien-form .titel {
  display: flex;
}
.DetailbeschreibungAgsBe .beurteilungskriterien-form .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.DetailbeschreibungAgsBe .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungAgsBe .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungAgsBe p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungAgsBe uib-accordion .panel-group,
.DetailbeschreibungAgsBe .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungAgsBe .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungBuG .bereich-footer.empty {
  padding-top: 0;
}
.DetailbeschreibungBuG .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungBuG .table tr td, .DetailbeschreibungBuG .ivaris-responsive-table tr td {
  vertical-align: top;
}
.DetailbeschreibungBuG .time + label,
.DetailbeschreibungBuG .error-message-standalone + label,
.DetailbeschreibungBuG .ui-select-container + label,
.DetailbeschreibungBuG .editor-close {
  margin-top: 1em;
}
.DetailbeschreibungBuG .time-warning {
  color: #ffbb2b;
}
.DetailbeschreibungBuG .no-description:not(.error-message-standalone) {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungBuG .error-message-standalone::before {
  padding-top: 0;
}
.DetailbeschreibungBuG .warning-message:before {
  padding-top: 0;
}
.DetailbeschreibungBuG .col-sm-6 {
  margin-bottom: 20px;
}
.DetailbeschreibungBuG .kompetenz-details {
  list-style-type: none;
  padding: 0 14px;
}
.DetailbeschreibungBuG .kompetenz-details p.description {
  margin: 0 0 0.5em;
  font-size: 0.9em;
  color: #848482;
  font-style: italic;
}
.DetailbeschreibungBuG .kompetenz-details p.description:empty {
  display: none;
}
.DetailbeschreibungBuG .kriterien {
  border-top: none;
}
.DetailbeschreibungBuG uib-accordion .panel-group,
.DetailbeschreibungBuG .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungBuG .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}

.DetailbeschreibungFabe .aufgabenstellung-header {
  margin: 0 0 10px;
}
.DetailbeschreibungFabe .aufgabenstellung-header:before, .DetailbeschreibungFabe .aufgabenstellung-header:after {
  display: table;
  content: " ";
}
.DetailbeschreibungFabe .aufgabenstellung-header:after {
  clear: both;
}
.DetailbeschreibungFabe .progress-steps {
  float: left;
  width: 75%;
  padding: 10px 10px 0 0;
}
.DetailbeschreibungFabe .summary {
  float: left;
  background: whitesmoke;
  border-radius: 4px;
  list-style-type: none;
  width: 25%;
  padding: 10px;
  font-size: 13px;
}
.DetailbeschreibungFabe .summary li {
  color: rgb(232, 78, 15);
  position: relative;
  padding-left: 20px;
}
.DetailbeschreibungFabe .summary li:before {
  display: inline-block;
  content: "\f00d";
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(232, 78, 15);
  margin-right: 5px;
}
.DetailbeschreibungFabe .summary li.done {
  color: #739518;
}
.DetailbeschreibungFabe .summary li.done:before {
  content: "\f00c";
  color: #739518;
}
.DetailbeschreibungFabe .table td .checkbox, .DetailbeschreibungFabe .ivaris-responsive-table td .checkbox {
  width: auto;
  text-align: left;
}
.DetailbeschreibungFabe .Aufgabendefinition .table td, .DetailbeschreibungFabe .Aufgabendefinition .ivaris-responsive-table td {
  vertical-align: top;
}
.DetailbeschreibungFabe .Aufgabendefinition .table td p, .DetailbeschreibungFabe .Aufgabendefinition .ivaris-responsive-table td p {
  font-size: 13px;
}
.DetailbeschreibungFabe .Aufgabendefinition .aufgabezeit .icon {
  color: #a9aaa8;
}
.DetailbeschreibungFabe .Aufgabendefinition .label-time,
.DetailbeschreibungFabe .Aufgabendefinition .ipa-range {
  margin-top: 10px;
}
.DetailbeschreibungFabe .Leistungsziele .aufgabe td {
  background: whitesmoke;
}
.DetailbeschreibungFabe .Leistungsziele .label-default {
  font-weight: normal;
  color: #383935;
  background: whitesmoke;
}
.DetailbeschreibungFabe .Beurteilungskriterien td {
  padding: 8px 8px;
}
.DetailbeschreibungFabe .Beurteilungskriterien .aufgabe td {
  background: #e2e2e2;
}
.DetailbeschreibungFabe .Beurteilungskriterien .leistungsziel td {
  background: whitesmoke;
}
.DetailbeschreibungFabe .Beurteilungskriterien .vorschlaege .btn-xs, .DetailbeschreibungFabe .Beurteilungskriterien .vorschlaege .btn-group-xs > .btn {
  margin-right: 3px;
  margin-bottom: 3px;
}
.DetailbeschreibungFabe .Beurteilungskriterien .vorschlaege .tooltip {
  max-width: 300px;
}
.DetailbeschreibungFabe .Beurteilungskriterien .vorschlaege .tooltip .tooltip-inner {
  text-align: left;
  white-space: normal;
}
.DetailbeschreibungFabe .Beurteilungskriterien textarea {
  margin-bottom: 10px;
}
.DetailbeschreibungFabe .Planung td {
  vertical-align: top;
}
.DetailbeschreibungFabe .Planung td p {
  font-size: 13px;
}
.DetailbeschreibungFabe .Planung .aufgabezeit .icon {
  color: #a9aaa8;
}
.DetailbeschreibungFabe .Planung .highlight td {
  background: whitesmoke;
}
.DetailbeschreibungFabe .Planung .label-time {
  margin-top: 10px;
}
.DetailbeschreibungFabe .Planung .button-planung {
  margin-top: 10px;
}
.DetailbeschreibungFabe .Signatur tbody {
  border-top: 0;
}
.DetailbeschreibungFabe .Signatur td {
  vertical-align: top;
  padding: 6px 8px;
}
.DetailbeschreibungFabe .Signatur td p {
  font-size: 13px;
}
.DetailbeschreibungFabe .Signatur .aufgabe td {
  background: #e2e2e2;
  padding: 12px 8px;
}
.DetailbeschreibungFabe .Signatur .leistungsziel td,
.DetailbeschreibungFabe .Signatur .rest td {
  background: whitesmoke;
}
.DetailbeschreibungFabe .Signatur .aufgabezeit .icon {
  color: #a9aaa8;
}

.pkorg-overview p {
  font-size: inherit;
}

.overview-fabe-signatur .signatur-table {
  border: 1px solid rgb(190, 198, 195);
  border-radius: 4px;
  overflow: auto;
}
.overview-fabe-signatur .signatur-table th {
  border-top: 0;
}
.overview-fabe-signatur tbody {
  border-top: 0;
}
.overview-fabe-signatur tbody tr > td {
  vertical-align: top;
  padding: 6px 8px;
}
.overview-fabe-signatur tbody tr > td p {
  font-size: 13px;
  margin: 0;
}
.overview-fabe-signatur .aufgabe td {
  background: #e2e2e2;
  padding: 8px 8px;
}
.overview-fabe-signatur .aufgabe td .small {
  color: #848482;
}
.overview-fabe-signatur .leistungsziel td,
.overview-fabe-signatur .rest td {
  background: whitesmoke;
}
.overview-fabe-signatur .leistungsziel td,
.overview-fabe-signatur .aufgabe td {
  cursor: pointer;
}
.overview-fabe-signatur .aufgabezeit .icon {
  color: #a9aaa8;
}

.DetailbeschreibungFabeBb td {
  vertical-align: middle;
}
.DetailbeschreibungFabeBb td label {
  font-weight: normal;
  margin: 0;
}
.DetailbeschreibungFabeBb .col-sm-8 {
  padding-left: 0;
}
.DetailbeschreibungFabeBb .col-sm-4 {
  padding-right: 0;
}
.DetailbeschreibungFabeBb .error-message-standalone {
  clear: both;
}
.DetailbeschreibungFabeBb .input-list {
  padding-left: 0;
}
.DetailbeschreibungFabeBb .input-list .hint {
  display: block;
}

.DetailbeschreibungFage .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungFage .beurteilungskriterien-form .titel {
  display: flex;
}
.DetailbeschreibungFage .beurteilungskriterien-form .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.DetailbeschreibungFage .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungFage .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungFage p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungFage uib-accordion .panel-group,
.DetailbeschreibungFage .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungFage .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungFage .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungFage .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungFage .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungFage .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungFage .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungFage .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungFage .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungFage2017 .bereich-header {
  padding: 15px 15px 5px;
  font-weight: bold;
}
.DetailbeschreibungFage2017 .bereich-footer.empty {
  padding-top: 0;
}
.DetailbeschreibungFage2017 .bereich-footer + .bereich-header {
  border-top: 1px solid #e2e2e2;
}
.DetailbeschreibungFage2017 .kompetenz-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.DetailbeschreibungFage2017 .kompetenz-details > li:not(.no-children) {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.DetailbeschreibungFage2017 .kompetenz-details > li ul {
  list-style-type: none;
  padding: 0;
}
.DetailbeschreibungFage2017 .kompetenz-details > li ul li {
  font-weight: normal;
}
.DetailbeschreibungFage2017 .kompetenz-details > li ul li p.description {
  margin: 0 0 0.5em;
  font-size: 0.9em;
  color: #848482;
  padding-left: 16px;
  font-style: italic;
}
.DetailbeschreibungFage2017 .kompetenz-details > li ul li p.description:empty {
  display: none;
}
.DetailbeschreibungFage2017 .kompetenz-details + .btn-danger {
  margin-top: 10px;
}
.DetailbeschreibungFage2017 uib-accordion .panel-group,
.DetailbeschreibungFage2017 .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungFage2017 .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}

.DetailbeschreibungFageBe .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungFageBe .beurteilungskriterien-form .titel {
  display: flex;
}
.DetailbeschreibungFageBe .beurteilungskriterien-form .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.DetailbeschreibungFageBe .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungFageBe .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungFageBe p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungFageBe uib-accordion .panel-group,
.DetailbeschreibungFageBe .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungFageBe .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungInformatiker .beurteilungskriterien-form textarea.form-control,
.ValidierungInformatiker .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungInformatiker .beurteilungskriterien-form.is-individual .panel-heading,
.ValidierungInformatiker .beurteilungskriterien-form.is-individual .panel-heading {
  background-color: #bce7f3;
  border-color: #7bd0e7;
}
.DetailbeschreibungInformatiker .beurteilungskriterien-form.is-individual .panel-heading .accordion-toggle i,
.ValidierungInformatiker .beurteilungskriterien-form.is-individual .panel-heading .accordion-toggle i {
  color: #27afd5;
  float: right;
  margin-top: 2px;
}
.DetailbeschreibungInformatiker .beurteilungskriterien-note,
.ValidierungInformatiker .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungInformatiker .beurteilungskriterien-note:before,
.ValidierungInformatiker .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungInformatiker .beurteilungskriterien-note.beurteilungskriterien-note-blue,
.ValidierungInformatiker .beurteilungskriterien-note.beurteilungskriterien-note-blue {
  color: rgb(80, 192, 223);
}
.DetailbeschreibungInformatiker p.novalue,
.ValidierungInformatiker p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungInformatiker uib-accordion .panel-group,
.DetailbeschreibungInformatiker .panel-body .alert:last-child,
.ValidierungInformatiker uib-accordion .panel-group,
.ValidierungInformatiker .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group],
.ValidierungInformatiker .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group] span[uib-accordion-header],
.ValidierungInformatiker .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group] span[uib-accordion-header]:before,
.ValidierungInformatiker .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before,
.ValidierungInformatiker .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span,
.ValidierungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span:after,
.ValidierungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline,
.ValidierungInformatiker .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungInformatiker .panel-default[uib-accordion-group]:last-child,
.ValidierungInformatiker .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungMem .ergaenzende-informationen .row:not(:last-child) {
  margin-bottom: 10px;
}
.DetailbeschreibungMem .input-list {
  padding-left: 0;
}
.DetailbeschreibungMem label.has-input input[type=text] {
  display: inline-block;
  width: calc(100% - 25px);
  height: auto;
}
.DetailbeschreibungMem .mem-kriterien .countcheck {
  display: inline-block;
  padding: 3px 5px 3px 25px;
  position: relative;
  font-size: 13px;
  list-style-type: none;
  border-radius: 3px;
  color: white;
  background-color: rgb(232, 78, 15);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.DetailbeschreibungMem .mem-kriterien .countcheck:before {
  content: "\f00d";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 3px;
  text-align: center;
  font-family: FontAwesome;
}
.DetailbeschreibungMem .mem-kriterien .countcheck.ok {
  background-color: rgb(149, 193, 31);
}
.DetailbeschreibungMem .mem-kriterien .countcheck.ok:before {
  content: "\f00c";
}
.DetailbeschreibungMem .mem-kriterien .icon-check-circle {
  color: rgb(149, 193, 31);
}
.DetailbeschreibungMem .additional-files .file:not(:last-of-type) {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid whitesmoke;
}
.DetailbeschreibungMem .additional-files .input-list {
  margin-top: 3px;
}
.DetailbeschreibungMem .additional-files .input-list li:first-of-type {
  padding-left: 5px;
}

.mem-individuelles-kriterium {
  color: rgb(80, 192, 223);
  cursor: default;
}
.mem-individuelles-kriterium:after {
  font-family: FontAwesome;
  content: " \f05a";
  color: #cfcfcf;
}

.DetailbeschreibungP3d .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.DetailbeschreibungP3d .beurteilungskriterien-form .titel {
  display: flex;
}
.DetailbeschreibungP3d .beurteilungskriterien-form .titel span:nth-child(2) {
  margin-left: 0.5em;
}
.DetailbeschreibungP3d .beurteilungskriterien-form .titel span:nth-child(3) {
  position: absolute;
  right: 0.5em;
}
.DetailbeschreibungP3d .beurteilungskriterien-note {
  color: #848482;
}
.DetailbeschreibungP3d .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.DetailbeschreibungP3d p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.DetailbeschreibungP3d uib-accordion .panel-group,
.DetailbeschreibungP3d .panel-body .alert:last-child {
  margin-bottom: 0;
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group].invalid .panel-title a > span {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group].invalid .panel-title a > span:after {
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group].invalid .panel-title a > span .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.DetailbeschreibungP3d .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}

.DetailbeschreibungPhysiklaborant .ergaenzende-informationen .row:not(:last-child) {
  margin-bottom: 10px;
}
.DetailbeschreibungPhysiklaborant .input-list {
  padding-left: 0;
}
.DetailbeschreibungPhysiklaborant label.has-input input[type=text] {
  display: inline-block;
  width: calc(100% - 25px);
  height: auto;
}
.DetailbeschreibungPhysiklaborant .physiklaborant-kriterien .countcheck {
  display: inline-block;
  padding: 3px 5px 3px 25px;
  position: relative;
  font-size: 13px;
  list-style-type: none;
  border-radius: 3px;
  color: white;
  background-color: rgb(232, 78, 15);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.DetailbeschreibungPhysiklaborant .physiklaborant-kriterien .countcheck:before {
  content: "\f00d";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 3px;
  text-align: center;
  font-family: FontAwesome;
}
.DetailbeschreibungPhysiklaborant .physiklaborant-kriterien .countcheck.ok {
  background-color: rgb(149, 193, 31);
}
.DetailbeschreibungPhysiklaborant .physiklaborant-kriterien .countcheck.ok:before {
  content: "\f00c";
}
.DetailbeschreibungPhysiklaborant .physiklaborant-kriterien .icon-check-circle {
  color: rgb(149, 193, 31);
}
.DetailbeschreibungPhysiklaborant .additional-files .file:not(:last-of-type) {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid whitesmoke;
}
.DetailbeschreibungPhysiklaborant .additional-files .input-list {
  margin-top: 3px;
}
.DetailbeschreibungPhysiklaborant .additional-files .input-list li:first-of-type {
  padding-left: 5px;
}
.DetailbeschreibungPhysiklaborant .customDatepicker {
  display: inline-table !important;
  width: 200px !important;
}

.physiklaborant-individuelles-kriterium {
  color: rgb(80, 192, 223);
  cursor: default;
}
.physiklaborant-individuelles-kriterium:after {
  font-family: FontAwesome;
  content: " \f05a";
  color: #cfcfcf;
}

.DetailbeschreibungTierpfleger .input-list label {
  left: 0;
}
.DetailbeschreibungTierpfleger table.custom {
  width: 100%;
}
.DetailbeschreibungTierpfleger table.custom td {
  padding-right: 10px;
  vertical-align: top;
}
.DetailbeschreibungTierpfleger table.custom td:first-of-type {
  padding-left: 28px;
}
.DetailbeschreibungTierpfleger table.custom .plus,
.DetailbeschreibungTierpfleger table.custom .max {
  color: #848482;
}
.DetailbeschreibungTierpfleger table.custom .writable .plus,
.DetailbeschreibungTierpfleger table.custom .writable .max {
  padding: 30px 0 0;
}
.DetailbeschreibungTierpfleger table.custom .max.invalid {
  color: rgb(232, 78, 15);
}
.DetailbeschreibungTierpfleger table.custom .plus {
  display: inline-block;
}

.DetailbeschreibungVeranstaltungstechniker .table td, .DetailbeschreibungVeranstaltungstechniker .ivaris-responsive-table td {
  padding: 10px 15px;
}
.DetailbeschreibungVeranstaltungstechniker .table .table-label, .DetailbeschreibungVeranstaltungstechniker .ivaris-responsive-table .table-label {
  padding-bottom: 0;
}
.DetailbeschreibungVeranstaltungstechniker .table .table-edit, .DetailbeschreibungVeranstaltungstechniker .ivaris-responsive-table .table-edit {
  padding-top: 0;
  border: none;
}
.DetailbeschreibungVeranstaltungstechniker .summary {
  display: block;
  background: whitesmoke;
  border-radius: 4px;
  list-style-type: none;
  padding: 10px;
}
.DetailbeschreibungVeranstaltungstechniker .summary li {
  color: rgb(232, 78, 15);
  position: relative;
  padding-left: 20px;
}
.DetailbeschreibungVeranstaltungstechniker .summary li:before {
  display: inline-block;
  content: "\f00d";
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(232, 78, 15);
  margin-right: 5px;
}
.DetailbeschreibungVeranstaltungstechniker .summary li.done {
  color: #739518;
}
.DetailbeschreibungVeranstaltungstechniker .summary li.done:before {
  content: "\f00c";
  color: #739518;
}

.DurchfuehrungBuG .alert:last-child {
  margin-bottom: 0;
}
.DurchfuehrungBuG .table tr td, .DurchfuehrungBuG .ivaris-responsive-table tr td {
  vertical-align: top;
}
.DurchfuehrungBuG .time + label,
.DurchfuehrungBuG .error-message-standalone + label,
.DurchfuehrungBuG .ui-select-container + label,
.DurchfuehrungBuG .editor-close {
  margin-top: 1em;
}
.DurchfuehrungBuG .time-warning {
  color: #ffbb2b;
}
.DurchfuehrungBuG .no-description:not(.error-message-standalone) {
  color: #a9aaa8;
  font-style: italic;
}
.DurchfuehrungBuG .error-message-standalone::before {
  padding-top: 0;
}
.DurchfuehrungBuG .warning-message:before {
  padding-top: 0;
}
.DurchfuehrungBuG .col-sm-6 {
  margin-bottom: 20px;
}

.DurchfuehrungBuG .feedback-container {
  margin-top: 15px;
}

.DurchfuehrungFabe .termin-form {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .DurchfuehrungFabe .termin-readonly strong {
    display: inline-block;
    min-width: 80px;
  }
}

.DurchfuehrungFage2017 .alert:last-child {
  margin-bottom: 0;
}
.DurchfuehrungFage2017 .table tr td, .DurchfuehrungFage2017 .ivaris-responsive-table tr td {
  vertical-align: top;
}
.DurchfuehrungFage2017 .time + label,
.DurchfuehrungFage2017 .error-message-standalone + label,
.DurchfuehrungFage2017 .ui-select-container + label,
.DurchfuehrungFage2017 .editor-close {
  margin-top: 1em;
}
.DurchfuehrungFage2017 .time-warning {
  color: #ffbb2b;
}
.DurchfuehrungFage2017 .no-description:not(.error-message-standalone) {
  color: #a9aaa8;
  font-style: italic;
}
.DurchfuehrungFage2017 .error-message-standalone::before {
  padding-top: 0;
}
.DurchfuehrungFage2017 .warning-message:before {
  padding-top: 0;
}
.DurchfuehrungFage2017 .col-sm-6 {
  margin-bottom: 20px;
}

.DurchfuehrungFage2017 .feedback-container,
.pkorg-overview-fage2017 .feedback-container {
  margin-top: 15px;
}

.DurchfuehrungInformatiker .datevote {
  margin-top: 2em;
  margin-bottom: 2em;
}
.DurchfuehrungInformatiker .dates p {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.DurchfuehrungInformatiker .dates p:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .DurchfuehrungInformatiker .dates p br {
    display: none;
  }
  .DurchfuehrungInformatiker .dates p .name {
    display: inline-block;
    width: 200px;
  }
  .DurchfuehrungInformatiker .dates p .date {
    display: inline-block;
    width: 200px;
  }
  .DurchfuehrungInformatiker .dates p .time {
    display: inline-block;
    width: 100px;
  }
}
.DurchfuehrungInformatiker .dates p .text-warning {
  display: block;
}
.DurchfuehrungInformatiker .documents p {
  margin-top: 1em;
}

.DurchfuehrungP3d .datevote {
  margin-top: 2em;
  margin-bottom: 2em;
}
.DurchfuehrungP3d .dates p {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.DurchfuehrungP3d .dates p:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .DurchfuehrungP3d .dates p br {
    display: none;
  }
  .DurchfuehrungP3d .dates p .name {
    display: inline-block;
    width: 200px;
  }
  .DurchfuehrungP3d .dates p .date {
    display: inline-block;
    width: 300px;
  }
  .DurchfuehrungP3d .dates p .time {
    display: inline-block;
    width: 100px;
  }
}
.DurchfuehrungP3d .dates .edit {
  border-bottom: 1px solid #ddd;
}
.DurchfuehrungP3d .documents p {
  margin-top: 1em;
}

.DurchfuehrungPhysiklaborant .custom-panel-margin-bottom {
  margin-bottom: 20px !important;
}
.DurchfuehrungPhysiklaborant .custom-ivdatepicker {
  display: inline-table;
  width: 200px;
}

.DurchfuehrungPhysiklaborantDashboard .uploader {
  float: left;
  padding-top: 3px;
}
.DurchfuehrungPhysiklaborantDashboard .datefields {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungPhysiklaborantDashboard .date-list {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungPhysiklaborantDashboard .clearboth {
  clear: both;
}
.DurchfuehrungPhysiklaborantDashboard .customDatepicker {
  display: inline-table;
  width: 200px;
}

.DurchfuehrungSchreiner .custom-panel-margin-bottom {
  margin-bottom: 20px !important;
}
.DurchfuehrungSchreiner .custom-ivdatepicker {
  display: inline-table;
  width: 200px;
}

.DurchfuehrungSchreinerDashboard .uploader {
  float: left;
  padding-top: 3px;
}
.DurchfuehrungSchreinerDashboard .datefields {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungSchreinerDashboard .date-list {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungSchreinerDashboard .clearboth {
  clear: both;
}
.DurchfuehrungSchreinerDashboard .customDatepicker {
  display: inline-table;
  width: 200px;
}

.text-bold {
  font-weight: bold;
}

.DurchfuehrungPlagscan .plag-level,
.NachbesserungIpso .plag-level {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  color: #ffffff;
  background: #a9aaa8;
  font-size: 1.2em;
  font-weight: bold;
}
.DurchfuehrungPlagscan .plag-level-low,
.NachbesserungIpso .plag-level-low {
  background: rgb(149, 193, 31);
}
.DurchfuehrungPlagscan .plag-level-moderate,
.NachbesserungIpso .plag-level-moderate {
  background: rgb(247, 168, 0);
}
.DurchfuehrungPlagscan .plag-level-high,
.NachbesserungIpso .plag-level-high {
  background: rgb(232, 78, 15);
}
.DurchfuehrungPlagscan .word-count,
.NachbesserungIpso .word-count {
  display: inline-block;
  padding: 3px 0;
  font-size: 1.2em;
}
.DurchfuehrungPlagscan .plag-stats,
.NachbesserungIpso .plag-stats {
  margin-bottom: 20px;
}

.DurchfuehrungUni .datevote {
  margin-top: 2em;
  margin-bottom: 2em;
}
.DurchfuehrungUni .dates p {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.DurchfuehrungUni .dates p:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .DurchfuehrungUni .dates p br {
    display: none;
  }
  .DurchfuehrungUni .dates p .name {
    display: inline-block;
    width: 200px;
  }
  .DurchfuehrungUni .dates p .date {
    display: inline-block;
    width: 300px;
  }
  .DurchfuehrungUni .dates p .time {
    display: inline-block;
    width: 100px;
  }
}
.DurchfuehrungUni .dates .edit {
  border-bottom: 1px solid #ddd;
}
.DurchfuehrungUni .documents p {
  margin-top: 1em;
}

.DurchfuehrungUniIpa .custom-panel-margin-bottom {
  margin-bottom: 20px !important;
}
.DurchfuehrungUniIpa .custom-ivdatepicker {
  display: inline-table;
  width: 200px;
}
.DurchfuehrungUniIpa .file-direction {
  display: flex;
}
.DurchfuehrungUniIpa .file-distance {
  margin-right: 100px;
}

.DurchfuehrungUniIpaDashboard .uploader {
  float: left;
  padding-top: 3px;
}
.DurchfuehrungUniIpaDashboard .datefields {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungUniIpaDashboard .date-list {
  float: left;
  margin-right: 10px;
}
.DurchfuehrungUniIpaDashboard .clearboth {
  clear: both;
}
.DurchfuehrungUniIpaDashboard .customDatepicker {
  display: inline-table;
  width: 200px;
}

.NoopComponent small {
  color: #cfcfcf;
}
.NoopComponent small a {
  color: inherit;
}
.NoopComponent small a:hover {
  color: #a9aaa8;
  text-decoration: underline;
}

.PortfolioGrafiker .datevote {
  margin-top: 2em;
  margin-bottom: 2em;
}
.PortfolioGrafiker p {
  margin: 10px 0 10px;
}
.PortfolioGrafiker .dates p {
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.PortfolioGrafiker .dates p:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .PortfolioGrafiker .dates p br {
    display: none;
  }
  .PortfolioGrafiker .dates p .name {
    display: inline-block;
    width: 300px;
  }
  .PortfolioGrafiker .dates p .date {
    display: inline-block;
    width: 300px;
  }
  .PortfolioGrafiker .dates p .time {
    display: inline-block;
    width: 100px;
  }
}
.PortfolioGrafiker .dates p .text-warning {
  display: block;
}
.PortfolioGrafiker .dates .edit {
  border-bottom: 1px solid #ddd;
}
.PortfolioGrafiker .documents p {
  margin-top: 1em;
}

.ValidierungBuG ul {
  list-style-type: none;
  padding: 0;
}
.ValidierungBuG #aufgabenstellung > li {
  font-weight: bold;
}
.ValidierungBuG #aufgabenstellung > li + li {
  margin-top: 2em;
}
.ValidierungBuG #aufgabenstellung > li > ul {
  margin-top: 0.5em;
}
.ValidierungBuG #aufgabenstellung > li > ul > li {
  font-weight: normal;
  display: flex;
  margin-bottom: 1em;
}
.ValidierungBuG #aufgabenstellung > li > ul > li .id {
  margin-right: 10px;
}
.ValidierungBuG div.kompetenz-details {
  font-weight: bold;
  margin-top: 0.5em;
}
.ValidierungBuG div.kompetenz-details p.description {
  margin: 0 0 0.5em;
  font-size: 0.9em;
  color: inherit;
  padding-left: 16px;
  font-style: italic;
}
.ValidierungBuG div.kompetenz-details p.description:empty {
  display: none;
}
.ValidierungBuG .kompetenz-meta {
  font-size: 0.9em;
  color: #848482;
}
.ValidierungBuG .faehigkeiten-haltungen-toggle {
  display: block;
  cursor: pointer;
  color: #7bd0e7;
}
.ValidierungBuG .faehigkeiten-haltungen-toggle:hover {
  color: rgb(80, 192, 223);
}

.ValidierungFabe table tbody {
  border-top: 0;
}
.ValidierungFabe table tbody td {
  vertical-align: top;
  padding: 6px 8px;
}
.ValidierungFabe table tbody td p {
  font-size: 13px;
}
.ValidierungFabe .aufgabe td {
  background: #e2e2e2;
  padding: 12px 8px;
}
.ValidierungFabe .aufgabe td .small {
  color: #848482;
}
.ValidierungFabe .leistungsziel td,
.ValidierungFabe .rest td {
  background: whitesmoke;
}
.ValidierungFabe .aufgabezeit .icon {
  color: #a9aaa8;
}

.ValidierungFage2017 ul,
.ValidierungFage2017Be ul,
.pkorg-overview-fage2017 ul {
  list-style-type: none;
  padding: 0;
}
.ValidierungFage2017 #aufgabenstellung > li,
.ValidierungFage2017Be #aufgabenstellung > li,
.pkorg-overview-fage2017 #aufgabenstellung > li {
  font-weight: bold;
}
.ValidierungFage2017 #aufgabenstellung > li + li,
.ValidierungFage2017Be #aufgabenstellung > li + li,
.pkorg-overview-fage2017 #aufgabenstellung > li + li {
  margin-top: 2em;
}
.ValidierungFage2017 #aufgabenstellung > li > ul,
.ValidierungFage2017Be #aufgabenstellung > li > ul,
.pkorg-overview-fage2017 #aufgabenstellung > li > ul {
  margin-top: 0.5em;
}
.ValidierungFage2017 #aufgabenstellung > li > ul > li,
.ValidierungFage2017Be #aufgabenstellung > li > ul > li,
.pkorg-overview-fage2017 #aufgabenstellung > li > ul > li {
  font-weight: normal;
  display: flex;
  margin-bottom: 1em;
}
.ValidierungFage2017 #aufgabenstellung > li > ul > li .id,
.ValidierungFage2017Be #aufgabenstellung > li > ul > li .id,
.pkorg-overview-fage2017 #aufgabenstellung > li > ul > li .id {
  margin-right: 10px;
}
.ValidierungFage2017 ul.kompetenz-details > li:not(.no-children),
.ValidierungFage2017Be ul.kompetenz-details > li:not(.no-children),
.pkorg-overview-fage2017 ul.kompetenz-details > li:not(.no-children) {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ValidierungFage2017 ul.kompetenz-details > li ul li,
.ValidierungFage2017Be ul.kompetenz-details > li ul li,
.pkorg-overview-fage2017 ul.kompetenz-details > li ul li {
  font-weight: normal;
}
.ValidierungFage2017 ul.kompetenz-details > li ul li p.description,
.ValidierungFage2017Be ul.kompetenz-details > li ul li p.description,
.pkorg-overview-fage2017 ul.kompetenz-details > li ul li p.description {
  margin: 0 0 0.5em;
  font-size: 0.9em;
  color: inherit;
  padding-left: 16px;
  font-style: italic;
}
.ValidierungFage2017 ul.kompetenz-details > li ul li p.description:empty,
.ValidierungFage2017Be ul.kompetenz-details > li ul li p.description:empty,
.pkorg-overview-fage2017 ul.kompetenz-details > li ul li p.description:empty {
  display: none;
}
.ValidierungFage2017 .kompetenz-meta,
.ValidierungFage2017Be .kompetenz-meta,
.pkorg-overview-fage2017 .kompetenz-meta {
  font-size: 0.9em;
  color: #848482;
}
.ValidierungFage2017 .faehigkeiten-haltungen-toggle,
.ValidierungFage2017Be .faehigkeiten-haltungen-toggle,
.pkorg-overview-fage2017 .faehigkeiten-haltungen-toggle {
  display: block;
  cursor: pointer;
  color: #7bd0e7;
}
.ValidierungFage2017 .faehigkeiten-haltungen-toggle:hover,
.ValidierungFage2017Be .faehigkeiten-haltungen-toggle:hover,
.pkorg-overview-fage2017 .faehigkeiten-haltungen-toggle:hover {
  color: rgb(80, 192, 223);
}

#ValidierungFage2017 {
  margin-bottom: 20px;
}

.ValidierungInformatiker .non-original {
  background-color: #ffeb70;
  position: relative;
  margin: -4px -3px 0;
  padding: 4px 3px 0;
  border-radius: 3px;
}
.ValidierungInformatiker .non-original .row:last-child p:last-child {
  margin-bottom: 0;
}
.ValidierungInformatiker [processing-diff] {
  white-space: pre-wrap;
}

.ValidierungVeranstaltungstechniker .table td, .ValidierungVeranstaltungstechniker .ivaris-responsive-table td {
  padding: 5px 15px;
}
.ValidierungVeranstaltungstechniker .table .table-label, .ValidierungVeranstaltungstechniker .ivaris-responsive-table .table-label {
  padding-bottom: 0;
}
.ValidierungVeranstaltungstechniker .table .table-edit, .ValidierungVeranstaltungstechniker .ivaris-responsive-table .table-edit {
  padding-top: 0;
  border: none;
}

.WarenkorbgerichteKoch .koch-recipe {
  text-align: center;
}
.WarenkorbgerichteKoch .koch-recipe span {
  white-space: pre-line;
}
.WarenkorbgerichteKoch .koch-recipe + .koch-recipe:before {
  content: "* * *";
  font-weight: bold;
  display: block;
  margin: 15px 0;
  color: #a9aaa8;
}
.WarenkorbgerichteKoch .panel.picked {
  border-color: rgb(149, 193, 31);
}
.WarenkorbgerichteKoch .panel.picked .panel-heading {
  color: #ffffff;
  background-color: rgb(149, 193, 31);
  border-color: rgb(149, 193, 31);
}
.WarenkorbgerichteKoch .collapsible .panel-heading {
  cursor: pointer;
}
.WarenkorbgerichteKoch .collapsible .panel-heading:after {
  display: inline-block;
  float: right;
  content: "\f0d8";
  font-family: FontAwesome;
}
.WarenkorbgerichteKoch .collapsible.collapsed .panel-heading:after {
  content: "\f0d7";
}

.BewertungAgs .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.BewertungAgs .beurteilungskriterien-form .titel {
  display: flex;
}
.BewertungAgs .beurteilungskriterien-form .titel span:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
}
.BewertungAgs .beurteilungskriterien-form .titel span:nth-child(2) {
  flex: auto;
}
.BewertungAgs .beurteilungskriterien-form .titel span:nth-child(3) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungAgs .beurteilungskriterien-form .titelpf {
  display: flex;
}
.BewertungAgs .beurteilungskriterien-form .titelpf span:nth-child(1) {
  flex: auto;
}
.BewertungAgs .beurteilungskriterien-form .titelpf span:nth-child(2) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungAgs .beurteilungskriterien-form .warning-bg {
  background-color: rgb(247, 168, 0);
}
.BewertungAgs .beurteilungskriterien-form .warning {
  color: rgb(247, 168, 0);
}
.BewertungAgs .beurteilungskriterien-form .warning .label-outline {
  color: rgb(247, 168, 0);
}
.BewertungAgs .beurteilungskriterien-form .text-like-input {
  line-height: 40px;
}
.BewertungAgs .beurteilungskriterien-note {
  color: #848482;
}
.BewertungAgs .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.BewertungAgs p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.BewertungAgs uib-accordion .panel-group,
.BewertungAgs .panel-body .alert:last-child {
  margin-bottom: 0;
}
.BewertungAgs .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.BewertungAgs .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.BewertungAgs .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.BewertungAgs .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.BewertungAgs .panel-default[uib-accordion-group].invalid .panel-title a div {
  color: rgb(232, 78, 15);
}
.BewertungAgs .panel-default[uib-accordion-group].invalid .panel-title a div:before {
  color: rgb(232, 78, 15);
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
  padding-right: 5px;
}
.BewertungAgs .panel-default[uib-accordion-group].invalid .panel-title a div .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungAgs .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}
.BewertungAgs .kompetenz-picker {
  marigin-left: 15px;
  margin-right: 15px;
}
.BewertungAgs .kompetenz-picker label {
  display: inherit;
}
.BewertungAgs .kompetenz-picker .col-id {
  width: 10%;
  text-align: right;
  text-align: right;
}
.BewertungAgs .kompetenz-picker .col-id span {
  display: block;
  width: 40px;
  float: right;
  text-align: right;
  margin-left: 3px;
}
.BewertungAgs .kompetenz-picker .col-name {
  width: 90%;
}
.BewertungAgs .kompetenz-picker span {
  cursor: pointer;
}

.BewertungAgsBe .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.BewertungAgsBe .beurteilungskriterien-form .titel {
  display: flex;
}
.BewertungAgsBe .beurteilungskriterien-form .titel span:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
}
.BewertungAgsBe .beurteilungskriterien-form .titel span:nth-child(2) {
  flex: auto;
}
.BewertungAgsBe .beurteilungskriterien-form .titel span:nth-child(3) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungAgsBe .beurteilungskriterien-form .titelpf {
  display: flex;
}
.BewertungAgsBe .beurteilungskriterien-form .titelpf span:nth-child(1) {
  flex: auto;
}
.BewertungAgsBe .beurteilungskriterien-form .titelpf span:nth-child(2) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungAgsBe .beurteilungskriterien-form .warning-bg {
  background-color: rgb(247, 168, 0);
}
.BewertungAgsBe .beurteilungskriterien-form .warning {
  color: rgb(247, 168, 0);
}
.BewertungAgsBe .beurteilungskriterien-form .warning .label-outline {
  color: rgb(247, 168, 0);
}
.BewertungAgsBe .beurteilungskriterien-form .text-like-input {
  line-height: 40px;
}
.BewertungAgsBe .beurteilungskriterien-note {
  color: #848482;
}
.BewertungAgsBe .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.BewertungAgsBe p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.BewertungAgsBe uib-accordion .panel-group,
.BewertungAgsBe .panel-body .alert:last-child {
  margin-bottom: 0;
}
.BewertungAgsBe .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.BewertungAgsBe .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.BewertungAgsBe .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.BewertungAgsBe .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.BewertungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a div {
  color: rgb(232, 78, 15);
}
.BewertungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a div:before {
  color: rgb(232, 78, 15);
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
  padding-right: 5px;
}
.BewertungAgsBe .panel-default[uib-accordion-group].invalid .panel-title a div .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungAgsBe .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}
.BewertungAgsBe .kompetenz-picker label {
  display: inherit;
}
.BewertungAgsBe .kompetenz-picker .col-id {
  width: 10%;
  text-align: right;
}
.BewertungAgsBe .kompetenz-picker .col-id span {
  display: block;
  width: 40px;
  float: right;
  text-align: right;
  margin-left: 3px;
}
.BewertungAgsBe .kompetenz-picker .col-name {
  width: 90%;
}
.BewertungAgsBe .kompetenz-picker span {
  cursor: pointer;
}

.BewertungCovid .author-row + .author-row {
  margin-top: 1em;
}
.BewertungCovid ul.input-list {
  margin: 0;
}
.BewertungCovid ul.input-list li {
  padding: 0;
}

.BewertungFage .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.BewertungFage .beurteilungskriterien-form .titel {
  display: flex;
}
.BewertungFage .beurteilungskriterien-form .titel span:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
}
.BewertungFage .beurteilungskriterien-form .titel span:nth-child(2) {
  flex: auto;
}
.BewertungFage .beurteilungskriterien-form .titel span:nth-child(3) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungFage .beurteilungskriterien-form .titelpf {
  display: flex;
}
.BewertungFage .beurteilungskriterien-form .titelpf span:nth-child(1) {
  flex: auto;
}
.BewertungFage .beurteilungskriterien-form .titelpf span:nth-child(2) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungFage .beurteilungskriterien-form .warning-bg {
  background-color: rgb(247, 168, 0);
}
.BewertungFage .beurteilungskriterien-form .warning {
  color: rgb(247, 168, 0);
}
.BewertungFage .beurteilungskriterien-form .warning .label-outline {
  color: rgb(247, 168, 0);
}
.BewertungFage .beurteilungskriterien-form .text-like-input {
  line-height: 40px;
}
.BewertungFage .beurteilungskriterien-note {
  color: #848482;
}
.BewertungFage .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.BewertungFage p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.BewertungFage uib-accordion .panel-group,
.BewertungFage .panel-body .alert:last-child {
  margin-bottom: 0;
}
.BewertungFage .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.BewertungFage .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.BewertungFage .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.BewertungFage .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.BewertungFage .panel-default[uib-accordion-group].invalid .panel-title a div {
  color: rgb(232, 78, 15);
}
.BewertungFage .panel-default[uib-accordion-group].invalid .panel-title a div:before {
  color: rgb(232, 78, 15);
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
  padding-right: 5px;
}
.BewertungFage .panel-default[uib-accordion-group].invalid .panel-title a div .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungFage .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}
.BewertungFage .kompetenz-picker {
  marigin-left: 15px;
  margin-right: 15px;
}
.BewertungFage .kompetenz-picker label {
  display: inherit;
}
.BewertungFage .kompetenz-picker .col-id {
  width: 10%;
  text-align: right;
}
.BewertungFage .kompetenz-picker .col-id span {
  display: block;
  width: 40px;
  float: right;
  text-align: right;
  margin-left: 3px;
}
.BewertungFage .kompetenz-picker .col-name {
  width: 90%;
}
.BewertungFage .kompetenz-picker span {
  cursor: pointer;
}

.BewertungFageBe .beurteilungskriterien-form textarea.form-control {
  min-height: 0 !important;
}
.BewertungFageBe .beurteilungskriterien-form .titel {
  display: flex;
}
.BewertungFageBe .beurteilungskriterien-form .titel span:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
}
.BewertungFageBe .beurteilungskriterien-form .titel span:nth-child(2) {
  flex: auto;
}
.BewertungFageBe .beurteilungskriterien-form .titel span:nth-child(3) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungFageBe .beurteilungskriterien-form .titelpf {
  display: flex;
}
.BewertungFageBe .beurteilungskriterien-form .titelpf span:nth-child(1) {
  flex: auto;
}
.BewertungFageBe .beurteilungskriterien-form .titelpf span:nth-child(2) {
  min-width: 70px;
  max-width: 70px;
  text-align: right;
}
.BewertungFageBe .beurteilungskriterien-form .warning-bg {
  background-color: rgb(247, 168, 0);
}
.BewertungFageBe .beurteilungskriterien-form .warning {
  color: rgb(247, 168, 0);
}
.BewertungFageBe .beurteilungskriterien-form .warning .label-outline {
  color: rgb(247, 168, 0);
}
.BewertungFageBe .beurteilungskriterien-form .text-like-input {
  line-height: 40px;
}
.BewertungFageBe .beurteilungskriterien-note {
  color: #848482;
}
.BewertungFageBe .beurteilungskriterien-note:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.1em;
  color: rgb(80, 192, 223);
}
.BewertungFageBe p.novalue {
  color: #a9aaa8;
  font-style: italic;
}
.BewertungFageBe uib-accordion .panel-group,
.BewertungFageBe .panel-body .alert:last-child {
  margin-bottom: 0;
}
.BewertungFageBe .panel-default[uib-accordion-group] {
  border-width: 1px 0;
}
.BewertungFageBe .panel-default[uib-accordion-group] span[uib-accordion-header] {
  position: relative;
  margin-left: 1em;
  display: block;
}
.BewertungFageBe .panel-default[uib-accordion-group] span[uib-accordion-header]:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
  transition: 100ms linear transform;
}
.BewertungFageBe .panel-default[uib-accordion-group].panel-open span[uib-accordion-header]:before {
  transform: rotate(90deg);
}
.BewertungFageBe .panel-default[uib-accordion-group].invalid .panel-title a div {
  color: rgb(232, 78, 15);
}
.BewertungFageBe .panel-default[uib-accordion-group].invalid .panel-title a div:before {
  color: rgb(232, 78, 15);
  display: inline-block;
  content: "\f06a";
  font-family: FontAwesome;
  padding-right: 5px;
}
.BewertungFageBe .panel-default[uib-accordion-group].invalid .panel-title a div .label-outline {
  color: rgb(232, 78, 15);
  border-color: rgb(232, 78, 15);
}
.BewertungFageBe .panel-default[uib-accordion-group]:last-child {
  border-width: 1px 0 0;
}
.BewertungFageBe .kompetenz-picker label {
  display: inherit;
}
.BewertungFageBe .kompetenz-picker .col-id {
  width: 10%;
  text-align: right;
}
.BewertungFageBe .kompetenz-picker .col-id span {
  display: block;
  width: 40px;
  float: right;
  text-align: right;
  margin-left: 3px;
}
.BewertungFageBe .kompetenz-picker .col-name {
  width: 90%;
}
.BewertungFageBe .kompetenz-picker span {
  cursor: pointer;
}

.BewertungSummary tr.total td {
  background-color: whitesmoke;
  font-weight: bold;
}
.BewertungSummary td input.changed {
  border: 2px solid rgb(247, 168, 0);
  background: #fffcf7;
}

.DetailbeschreibungSchreiner .ergaenzende-informationen .row:not(:last-child) {
  margin-bottom: 10px;
}
.DetailbeschreibungSchreiner .input-list {
  padding-left: 0;
}
.DetailbeschreibungSchreiner label.has-input input[type=text] {
  display: inline-block;
  width: calc(100% - 25px);
  height: auto;
}
.DetailbeschreibungSchreiner .schreiner-kriterien .countcheck {
  display: inline-block;
  padding: 3px 5px 3px 25px;
  position: relative;
  font-size: 13px;
  list-style-type: none;
  border-radius: 3px;
  color: white;
  background-color: rgb(232, 78, 15);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.DetailbeschreibungSchreiner .schreiner-kriterien .countcheck:before {
  content: "\f00d";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 3px;
  text-align: center;
  font-family: FontAwesome;
}
.DetailbeschreibungSchreiner .schreiner-kriterien .countcheck.ok {
  background-color: rgb(149, 193, 31);
}
.DetailbeschreibungSchreiner .schreiner-kriterien .countcheck.ok:before {
  content: "\f00c";
}
.DetailbeschreibungSchreiner .schreiner-kriterien .icon-check-circle {
  color: rgb(149, 193, 31);
}
.DetailbeschreibungSchreiner .additional-files .file:not(:last-of-type) {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid whitesmoke;
}
.DetailbeschreibungSchreiner .additional-files .input-list {
  margin-top: 3px;
}
.DetailbeschreibungSchreiner .additional-files .input-list li:first-of-type {
  padding-left: 5px;
}
.DetailbeschreibungSchreiner .customDatepicker {
  display: inline-table !important;
  width: 200px !important;
}
.DetailbeschreibungSchreiner .required {
  color: rgb(232, 78, 15);
  font-size: 0.5em;
  vertical-align: 100%;
}

.schreiner-individuelles-kriterium {
  color: rgb(80, 192, 223);
  cursor: default;
}
.schreiner-individuelles-kriterium:after {
  font-family: FontAwesome;
  content: " \f05a";
  color: #cfcfcf;
}

.border-top {
  border-top: 0px !important;
}

.text-bold {
  font-weight: bold;
}

.schreiner-total {
  background-color: #e8e8e8 !important;
}

.schreiner-total-hours {
  background: #dbe5ff !important;
}

iv-history .history-form .row {
  margin-top: 0;
  margin-bottom: 10px;
}
iv-history .history-form textarea {
  resize: vertical;
}
iv-history .history-form .max-length {
  float: right;
  color: #848482;
}
iv-history .history-form .max-length strong {
  color: #383935;
}
iv-history .history-form .max-length.overflow {
  color: rgb(232, 78, 15);
}
iv-history .history-form .max-length.overflow:before {
  content: "\f071";
  font-family: FontAwesome;
}
iv-history .history-form .max-length.overflow strong {
  color: rgb(232, 78, 15);
}
iv-history .add-history-type li {
  padding: 0;
}
iv-history .history-btn-div {
  display: flex;
  justify-content: space-between;
}
iv-history .history-btn-div .history-textbaustein-btn {
  margin-top: 10px;
}
iv-history .uploader button {
  margin-top: 10px;
}
iv-history .files .pull-right {
  float: none !important;
  margin-left: 5px !important;
}
iv-history .history-list thead tr {
  display: none;
}
iv-history .history-list tbody tr:first-child td {
  border-top: 1px solid rgb(190, 198, 195);
}
iv-history .history-list tbody tr td {
  vertical-align: top;
}
iv-history .history-list tbody tr td:last-child {
  white-space: nowrap;
}
iv-history .history-list tbody tr td.history-type {
  position: relative;
}
iv-history .history-list tbody tr td.history-type .history-entry-title {
  display: inline-block;
  padding-left: 23px;
}
iv-history .history-list tbody tr td.history-type .history-entry-title .icon {
  margin-left: -23px;
}
iv-history .history-list tbody tr td.history-type .history-entry-time {
  display: inline-block;
  padding-left: 23px;
}
iv-history .history-list tbody tr td.author {
  vertical-align: middle;
}
iv-history .history-list tbody tr td.no-results {
  border-top: 0;
}
iv-history .history-list tbody tr td .small {
  font-size: 85%;
  color: #848482;
}
iv-history .history-list tbody tr td .simulatedby {
  display: block;
  font-size: 85%;
  color: #848482;
}
iv-history .history-list .person .meta {
  color: inherit;
}
iv-history .history-list .person .all {
  margin-bottom: 6px;
}
iv-history .history-list .expand {
  margin-bottom: 3px;
  white-space: pre-line;
}
iv-history .history-list .longName {
  white-space: nowrap;
}
iv-history .history-list .total {
  color: #848482;
  line-height: 33px;
}
iv-history .history-list .pagination {
  margin: 0;
}
iv-history .history-list .pagination > li > a {
  min-width: 33px;
}
iv-history .history-list .answer .entry {
  padding-left: 80px;
}
iv-history .history-list .answer .entry-delete {
  margin-left: 85px;
}
iv-history .history-list .answer .entry-form {
  width: 90%;
}
iv-history .history-list .answer .entry-type-form {
  padding: 10px 0;
}
iv-history .panel-default:last-child {
  margin-bottom: 0;
}
iv-history .history-list-panel .panel-heading a {
  display: inline;
  padding: 0;
  width: auto;
}
iv-history .history-list-panel .panel-heading a.print-link {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  iv-history .history-list {
    display: block;
  }
  iv-history .history-list colgroup col {
    width: auto;
  }
  iv-history .history-list thead, iv-history .history-list tbody, iv-history .history-list tr, iv-history .history-list td {
    display: block;
  }
  iv-history .history-list tbody tr:first-child td {
    border-top: 0;
  }
  iv-history .history-list tbody tr td {
    border-bottom: 0;
    padding: 12px 15px;
  }
  iv-history .history-list tbody tr td:not(:first-child) {
    border-top: 0;
    padding-top: 0;
  }
  iv-history .history-list tbody tr td.history-type {
    position: relative;
  }
  iv-history .history-list tbody tr td.history-type .history-entry-title {
    padding: 0;
  }
  iv-history .history-list tbody tr td.history-type .history-entry-title .icon {
    margin: 0;
  }
  iv-history .history-list tbody tr td.history-type .history-entry-time {
    padding: 0;
  }
  iv-history .history-list .answer .entry-delete {
    margin-left: 0;
  }
}
@media print {
  iv-history .history-form,
iv-history .history-filter {
    display: none;
  }
  iv-history .history-list colgroup col:last-child {
    width: 0 !important;
  }
}

.modal-textbausteine .modal-body {
  text-align: center;
}
.modal-textbausteine .modal-body a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uebersicht-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -15px;
}
.uebersicht-boxes .card {
  flex: 0 1 100%;
  justify-content: space-between;
  margin: 15px;
}
@media screen and (min-width: 768px) {
  .uebersicht-boxes .card {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 1440px) {
  .uebersicht-boxes .card {
    flex-basis: calc(33.3333% - 30px);
  }
}

.uebersicht-boxes .card .header,
.login-boxes .card .header {
  display: flex;
}
.uebersicht-boxes .card .header-content,
.login-boxes .card .header-content {
  flex: 1;
}
.uebersicht-boxes .card p:not(.large),
.login-boxes .card p:not(.large) {
  font-size: inherit;
}
.uebersicht-boxes .card p:not(:last-child),
.login-boxes .card p:not(:last-child) {
  margin-bottom: 1em;
}
.uebersicht-boxes .card .video-container,
.login-boxes .card .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.uebersicht-boxes .card .video-container iframe,
.uebersicht-boxes .card .video-container object,
.uebersicht-boxes .card .video-container embed,
.login-boxes .card .video-container iframe,
.login-boxes .card .video-container object,
.login-boxes .card .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uebersicht-boxes ul,
.login-boxes ul {
  padding-left: 0;
  margin-left: 22px;
  list-style-type: none;
  position: relative;
}
.uebersicht-boxes ul > li:before,
.login-boxes ul > li:before {
  display: inline-block;
  content: "\f05a";
  text-align: center;
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
}
.uebersicht-boxes .card.ok .header:after,
.uebersicht-boxes .card.info .header:after,
.uebersicht-boxes .card.phone .header:after,
.uebersicht-boxes .card.lock .header:after,
.uebersicht-boxes .card.question .header:after,
.uebersicht-boxes .card.warning .header:after,
.uebersicht-boxes .card.tools .header:after,
.uebersicht-boxes .card.error .header:after,
.uebersicht-boxes .card.danger .header:after,
.login-boxes .card.ok .header:after,
.login-boxes .card.info .header:after,
.login-boxes .card.phone .header:after,
.login-boxes .card.lock .header:after,
.login-boxes .card.question .header:after,
.login-boxes .card.warning .header:after,
.login-boxes .card.tools .header:after,
.login-boxes .card.error .header:after,
.login-boxes .card.danger .header:after {
  display: block;
  float: right;
  margin-top: -18px;
  font-size: 36px;
  font-family: ElegantIcons;
  flex: 0;
}
.uebersicht-boxes .card.ok .header:after,
.login-boxes .card.ok .header:after {
  content: "\e052";
  color: rgb(149, 193, 31);
}
.uebersicht-boxes .card.info .header:after,
.login-boxes .card.info .header:after {
  content: "\e060";
  color: rgb(80, 192, 223);
}
.uebersicht-boxes .card.phone .header:after,
.login-boxes .card.phone .header:after {
  content: "\e00b";
  color: rgb(80, 192, 223);
}
.uebersicht-boxes .card.question .header:after,
.login-boxes .card.question .header:after {
  content: "\e064";
  color: rgb(80, 192, 223);
}
.uebersicht-boxes .card.tools .header:after,
.login-boxes .card.tools .header:after {
  content: "\e035";
  color: rgb(80, 192, 223);
}
.uebersicht-boxes .card.warning .header:after,
.login-boxes .card.warning .header:after {
  content: "\e063";
  color: rgb(247, 168, 0);
}
.uebersicht-boxes .card.error .header:after,
.login-boxes .card.error .header:after {
  content: "\e062";
  color: rgb(232, 78, 15);
}
.uebersicht-boxes .card.lock .header:after,
.login-boxes .card.lock .header:after {
  content: "\e06c";
  color: rgb(232, 78, 15);
}
.uebersicht-boxes .card.danger,
.login-boxes .card.danger {
  border: 2px solid #b83e0c;
}
.uebersicht-boxes .card.danger .header,
.login-boxes .card.danger .header {
  background: #b83e0c;
  color: white;
  border-radius: 0;
}
.uebersicht-boxes .card.danger .header:after,
.login-boxes .card.danger .header:after {
  content: "\e063";
  color: white;
}

#import-diff h2 {
  float: left;
  margin: 0;
  font-size: 28px;
}
#import-diff .filters .form-control {
  display: inline-block;
  width: auto;
}
#import-diff .warning-message {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  #impressum-logos {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e2e2e2;
    text-align: center;
  }
  #impressum-logos img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #impressum-main {
    float: left;
  }

  #impressum-logos {
    float: right;
    text-align: right;
  }
}
.notenexport #searchfield {
  height: 40px;
}
.notenexport .pull-right {
  margin-left: 10px;
}
.notenexport .form-control {
  height: 2em;
}
.notenexport labels.terms.checkbox {
  display: initial;
}
.notenexport td > textarea {
  width: 100%;
}
.notenexport td > * {
  width: auto;
  display: inline;
}
.notenexport td > *.lvkt {
  width: 3em;
}
.notenexport td > *.lvnr {
  width: 10em;
}
.notenexport td > *.rep {
  width: 3em;
}
.notenexport td > *.berufnr {
  width: 6em;
}
.notenexport td > *.value-calculated {
  width: 3em;
}
.notenexport td > *.value-final {
  width: 6em;
}
.notenexport .form-control.ng-invalid,
.notenexport .form-control.required.ng-empty {
  background: #f26e38;
}
@media print {
  .notenexport .form-control.ng-invalid,
.notenexport .form-control.required.ng-empty {
    background: white;
    color: #f26e38;
    border: 2px solid #f26e38;
  }
}
.notenexport .sameval {
  color: #7bd0e7;
}
.notenexport .diffval {
  background: #ffeb70;
}
@media print {
  .notenexport .diffval {
    background: white;
    color: #ffeb70;
    border: 2px solid #ffeb70;
  }
}
.notenexport .badval.sameval,
.notenexport .badval.diffval {
  color: rgb(232, 78, 15);
}

.notification-list td:first-child {
  color: #a9aaa8;
}
.notification-list .notification-icon {
  cursor: pointer;
}
.notification-list a {
  color: inherit;
}
.notification-list a:hover {
  color: rgb(80, 192, 223);
}
.notification-list tr.unread td a {
  font-weight: bold;
}
.notification-list tr.unread td:first-child {
  color: rgb(232, 78, 15);
  text-shadow: 0 0 6px rgba(232, 78, 15, 0.6);
}
.notification-list .timestamp {
  color: #a9aaa8;
}

.pkorg-overview .card > .content h3 {
  margin: 0 0 20px;
}
.pkorg-overview .card > .content h4 {
  margin: 25px 0 6px;
}
.pkorg-overview .card > .content h5 {
  margin: 15px 0 3px;
  font-size: 18px !important;
}
.pkorg-overview .card .startblock strong {
  display: inline-block;
  min-width: 170px;
}
.pkorg-overview .step-footer {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e2e2e2;
  color: #848482;
  font-size: 1em;
}
.pkorg-overview .upload-meta {
  margin: 0.5em 0 0 0;
  color: #848482;
  font-size: 0.9em;
}
.pkorg-overview .sign-step {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  color: #848482;
  font-size: 16px;
  line-height: 45px;
  border-top: 1px solid #e2e2e2;
}
.pkorg-overview .sign-step label {
  font-size: inherit;
  margin: 0;
  display: block;
}
.pkorg-overview .sign-step button {
  margin-top: 10px;
  display: block;
}
.pkorg-overview .orangeBorder {
  border: 2px solid #f7a800;
}

@media (max-width: 768px) {
  .overview-dokumente .col-md-6:last-child {
    margin-top: 20px;
  }
  .overview-dokumente .col-md-6:last-child:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #e2e2e2;
  }
}
.pkorg-overview-people .well .alert:last-child {
  margin-bottom: 0;
}

.overview-fabe-bb .aufgabe strong {
  display: inline-block;
  min-width: 95px;
}

.overview-koch .koch-recipe {
  white-space: pre-line;
}

.overview-status-h3 {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.overview-prozessschritte-ul {
  text-align: left;
  width: auto !important;
  display: inline-block;
}
.overview-prozessschritte-ul .overview-iconcircle {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px !important;
}
.overview-prozessschritte-ul .overview-iconstatus {
  width: 30px !important;
  font-size: 14px;
}

.defaultcursor {
  cursor: default !important;
}

.mapboxgl-popup-content h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.card .content .mapboxgl-popup-content hr {
  margin: 0.75em 0;
}

#map.loading {
  position: relative;
}
#map.loading:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
#map.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  width: 75px;
  height: 75px;
  background: url(/themes/pkorg/img/loader.svg);
  background-size: 75px 75px;
  z-index: 2;
}

.pool-map-new-team ul#team {
  padding: 0;
  list-style-type: none;
}
.pool-map-new-team ul#team li {
  display: block;
  color: #a9aaa8;
  margin-bottom: 0.5em;
}
.pool-map-new-team ul#team li strong {
  color: #383935;
}
.pool-map-new-team ul#team .icon-trash {
  color: rgb(232, 78, 15);
}
.pool-map-new-team ul#failed {
  padding-left: 1.5em;
  font-size: 1.2em;
}

.pool-map-days-table {
  width: 100%;
}
.pool-map-days-table td:not(:first-child),
.pool-map-days-table th:not(:first-child) {
  text-align: center;
}
.pool-map-days-table i.icon-check {
  color: rgb(149, 193, 31);
}
.pool-map-days-table i.icon-times {
  color: rgb(232, 78, 15);
}
.pool-map-days-table i.icon-graduation-cap {
  color: rgb(80, 192, 223);
}

.mapboxgl-popup .warning {
  font-weight: bold;
  color: rgb(247, 168, 0);
}
.mapboxgl-popup .warning:before {
  content: "\f071";
  display: inline-block;
  margin-right: 0.5em;
  font-family: FontAwesome;
}

.mapboxgl-popup {
  min-width: 200px;
}

.terms-client .content,
.terms-container .content {
  font-size: 14px;
}
.terms-client .content p,
.terms-container .content p {
  font-size: inherit;
}
.terms-client .content ul,
.terms-container .content ul {
  padding-left: 1.3em;
}
.terms-client .terms-col,
.terms-container .terms-col {
  margin: 0 0 36px;
}
.terms-client input:disabled + label,
.terms-container input:disabled + label {
  color: #a9aaa8;
  cursor: default;
}
.terms-client [iv-ipa-dokument] .btn,
.terms-container [iv-ipa-dokument] .btn {
  white-space: normal;
}
.terms-client .alert-clickable,
.terms-container .alert-clickable {
  cursor: pointer;
}
.terms-client .accept,
.terms-container .accept {
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #e2e2e2;
}
.terms-client .accept label,
.terms-container .accept label {
  margin: 0;
  color: rgb(56, 57, 53);
  font-weight: bold;
}
.terms-client .accepted,
.terms-container .accepted {
  display: block;
  margin-top: 0.5em;
  font-size: 0.8em;
}

.terms-admin .form-horizontal .control-label, .terms-admin .form-horizontal .veranstaltung-control-label {
  font-weight: bold;
  font-size: 14px;
  padding-top: 7px !important;
}

.client-terms-col:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (min-width: 1200px) {
  .terms-container {
    display: flex;
    margin: 0 -15px;
  }
  .terms-container .terms-col {
    flex: 1 0 auto;
    margin: 0 15px 36px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: stretch;
  }
  .terms-container .terms-col .header,
.terms-container .terms-col .accept {
    flex: 0 0 auto;
  }
  .terms-container .terms-col .content {
    flex: 1 0 auto;
  }
}
#trac-ticket-list #ticket-list-tabs .content {
  padding: 2px 20px 2px 20px;
}
#trac-ticket-list .nav-tabs > li a {
  font-weight: bold;
  color: #a9aaa8;
  border: none;
}
#trac-ticket-list .nav-tabs > li a:hover {
  color: #5e5f5b;
}
#trac-ticket-list .nav-tabs > li.active a {
  color: rgb(80, 192, 223);
}
#trac-ticket-list .table-ticket {
  width: 100%;
}
#trac-ticket-list .table-ticket td, #trac-ticket-list .table-ticket th {
  padding: 12px;
}
#trac-ticket-list .table-ticket .columnDescription a {
  color: inherit;
}
#trac-ticket-list .table-ticket .columnDescription a:hover {
  text-decoration: underline;
}
#trac-ticket-list .table-ticket .btn {
  cursor: default;
}
#trac-ticket-list .table-ticket .columnId {
  width: 70px;
}
#trac-ticket-list .table-ticket .columnTime {
  width: 200px;
}
#trac-ticket-list .table-ticket .columnStatus {
  width: 200px;
}
#trac-ticket-list .table-ticket .columnAktion {
  width: 120px;
}

.modal-ticket .ticket-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.modal-ticket .ticket-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
}
.modal-ticket .ticket-wrapper .small-person strong {
  font-weight: normal;
}
.modal-ticket .ticket-wrapper .main-content .loader {
  text-align: center;
  padding: 30px 0;
}
.modal-ticket .ticket-wrapper .meta-content label {
  display: block;
  margin: 0;
}
.modal-ticket .ticket-wrapper .meta-content label + .btn,
.modal-ticket .ticket-wrapper .meta-content label + [iv-person] {
  margin-top: 5px;
}
.modal-ticket .ticket-wrapper .meta-content .btn {
  cursor: default;
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes {
  list-style: none;
  padding: 0;
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li {
  margin-bottom: 0.5em;
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li.header {
  font-weight: bold;
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  background: #848482;
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li .icon.attr-danger {
  background: rgb(232, 78, 15);
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li .icon.attr-warning {
  background: rgb(247, 168, 0);
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li .icon.attr-info {
  background: rgb(80, 192, 223);
}
.modal-ticket .ticket-wrapper .meta-content .ticket-attributes li .icon.attr-success {
  background: rgb(149, 193, 31);
}
.modal-ticket .ticket-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  background: url(/img/image-placeholder.svg) whitesmoke;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #e2e2e2;
  max-width: 100%;
  min-width: 100px;
  min-height: 50px;
}
.modal-ticket .ticket-image img {
  max-width: 100%;
}
.modal-ticket .image-placeholder {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-radius: 4px;
  background: whitesmoke;
  border: 1px solid #e2e2e2;
  color: #848482;
  text-align: center;
}
.modal-ticket .image-placeholder:before {
  display: block;
  content: "\f03e";
  font-family: FontAwesome;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.modal-ticket .image-placeholder span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.7em;
  color: #a9aaa8;
}
@media (min-width: 768px) {
  .modal-ticket .ticket-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .modal-ticket .main-content {
    width: 70%;
    margin-bottom: 0;
  }
  .modal-ticket .meta-content {
    width: 30%;
    margin-left: 20px;
  }
}
.modal-ticket .ticket-comment {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e2e2e2;
}
.modal-ticket .ticket-add-comment .form-group:last-of-type {
  margin-bottom: 0;
}

.ticketsystem-add {
  width: 40%;
  margin: 0 auto;
}
.ticketsystem-add .heading {
  flex: 1;
}
.ticketsystem-add #success-body .panel-body.centered {
  text-align: center;
}
.ticketsystem-add #success-body .panel-default {
  border: 1px solid #cfcfcf;
}
.ticketsystem-add #success-body .lock-container {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto 20px;
  color: rgb(149, 193, 31);
  border: 6px solid rgb(149, 193, 31);
  font-size: 48px;
  line-height: 88px;
}
.ticketsystem-add #success-body .success-container {
  text-align: center;
  padding: 60px 15px 50px;
}
.ticketsystem-add #success-body .success {
  font-size: 24px;
}
.ticketsystem-add #success-body .message {
  font-size: 16px;
  color: #848482;
}
.ticketsystem-add #success-body .message:empty {
  display: none;
}
.ticketsystem-add .modal-body .panel {
  border: none;
}
.ticketsystem-add .modal-body .panel .success-container.loading {
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 40px;
}
.ticketsystem-add .form-group:last-of-type {
  margin-bottom: 0;
}

.trac-ticket-meta {
  margin-left: -20px;
  margin-top: 10px;
}

#qv-admin h2 {
  float: left;
  margin: 0;
  font-size: 28px;
}
#qv-admin h2 span {
  display: block;
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: bold;
}
#qv-admin p {
  font-size: inherit;
}
#qv-admin #qv-status {
  float: right;
  margin: 0;
  list-style-type: none;
}
#qv-admin #qv-status li {
  display: inline-block;
  color: #a9aaa8;
  cursor: pointer;
}
#qv-admin #qv-status li span {
  display: inline-block;
  padding: 0 3px;
  border-radius: 3px;
}
#qv-admin #qv-status li:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  font-size: 20px;
  text-align: center;
  font-family: FontAwesome;
}
#qv-admin #qv-status li:hover {
  color: #848482;
}
#qv-admin #qv-status li + li {
  margin-left: 10px;
}
#qv-admin #qv-status li.qv-status-current {
  color: white;
  cursor: default;
}
#qv-admin #qv-status li.qv-status-current span {
  background: rgb(80, 192, 223);
}
#qv-admin #qv-status li.qv-status-current:before {
  color: rgb(80, 192, 223);
}
#qv-admin #qv-status li.qv-status-current:hover:before {
  color: #27afd5;
}
#qv-admin #qv-status li.qv-status-current:hover span {
  background-color: #27afd5;
}
#qv-admin #qv-status li.qv-status-preparation:before {
  content: "\f040";
}
#qv-admin #qv-status li.qv-status-availability:before {
  content: "\f274";
}
#qv-admin #qv-status li.qv-status-plan:before {
  content: "\f0e8";
}
#qv-admin #qv-status li.qv-status-review:before {
  content: "\f06e";
}
#qv-admin #qv-status li.qv-status-final:before {
  content: "\f00c";
}
#qv-admin .fixed-table-toolbar {
  padding: 0;
}
#qv-admin .td-actions {
  position: relative;
  text-align: right;
}
#qv-admin .card .table-responsive td:not(.no-results) {
  padding-top: 8px;
  padding-bottom: 8px;
}
#qv-admin td.no-results .btn {
  margin-top: 12px;
}
#qv-admin .arbeitsschritte li {
  margin: 0;
  cursor: default;
}
#qv-admin .arbeitsschritte li .circle {
  transition: background 0.2s ease;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#qv-admin .beteiligte-personen li {
  margin: 0;
}
#qv-admin ul.qv-attribute {
  font-size: 12px;
  padding-left: 16px;
  margin: 0;
}
#qv-admin .label-outline {
  border-color: #cfcfcf;
}
#qv-admin .label-outline button {
  background: none !important;
  color: rgb(80, 192, 223);
  border: none;
  padding: 0 2px !important;
  font: inherit;
  cursor: pointer;
  margin-left: 3px;
}
#qv-admin .label-outline button.action-red {
  color: rgb(232, 78, 15);
}
#qv-admin .list-dossier-tags {
  margin: -6px 0;
}

.qv-admin-popup .loading-container {
  position: relative;
  z-index: 1;
}
.qv-admin-popup .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.qv-admin-popup .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.qv-admin-popup .input-list {
  padding: 0;
}
.qv-admin-popup .table-slots {
  width: auto;
}
.qv-admin-popup .table-slots input[type=text].form-control {
  width: 100px;
  padding: 3px 8px;
  height: auto;
}
.qv-admin-popup #slotvorlage,
.qv-admin-popup #slotlength {
  width: auto;
}
.qv-admin-popup .table-datum {
  table-layout: fixed;
}
.qv-admin-popup .table-datum td,
.qv-admin-popup .table-slots td {
  border: 0;
  padding: 3px;
}
.qv-admin-popup .table-datum td:first-of-type,
.qv-admin-popup .table-slots td:first-of-type {
  padding-left: 0;
}
.qv-admin-popup .select2-results .select2-result-label .meta {
  color: #a9aaa8;
}

.qv-modal-durchfuehrungen .add-button {
  margin-bottom: 15px;
}
.qv-modal-durchfuehrungen .stats {
  float: right;
  background: whitesmoke;
  border-radius: 4px;
  list-style-type: none;
  padding: 5px 10px;
  font-size: 13px;
  display: table;
  border-spacing: 6px;
}
.qv-modal-durchfuehrungen .stats li {
  position: relative;
  display: table-row;
}
.qv-modal-durchfuehrungen .stats li span {
  display: table-cell;
}
.qv-modal-durchfuehrungen .stats li .number {
  text-align: right;
  font-weight: bold;
}
.qv-modal-durchfuehrungen .stats li .number.ok {
  color: rgb(149, 193, 31);
}
.qv-modal-durchfuehrungen .stats li .number.warning {
  font-weight: bold;
  color: rgb(247, 168, 0);
}
.qv-modal-durchfuehrungen .stats li.title span {
  padding-top: 10px;
  font-weight: bold;
}
.qv-modal-durchfuehrungen .stats li + li {
  margin-top: 3px;
}
.qv-modal-durchfuehrungen .loading-overlay {
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.qv-modal-durchfuehrungen .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.qv-modal-durchfuehrungen .no-results {
  padding: 30px 0;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.3em;
}
.qv-modal-durchfuehrungen .no-results .btn {
  margin-top: 12px;
}
.qv-modal-durchfuehrungen .no-results-inline {
  color: #a9aaa8;
}
.qv-modal-durchfuehrungen .table .slot .icon, .qv-modal-durchfuehrungen .ivaris-responsive-table .slot .icon {
  color: whitesmoke;
  cursor: default;
}
.qv-modal-durchfuehrungen .exclude-from-wizard {
  color: #848482;
}
.qv-modal-durchfuehrungen .exclude-from-wizard::before {
  content: "\f05e";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 0.5em;
  color: rgb(232, 78, 15);
}
.qv-modal-durchfuehrungen .ui-select-container + .ui-select-container {
  margin-top: 3px;
}
.qv-modal-durchfuehrungen .badge {
  background-color: #a9aaa8;
}
.qv-modal-durchfuehrungen .badge-success {
  background-color: rgb(149, 193, 31);
  color: #fff;
}
.qv-modal-durchfuehrungen .badge-success #personal {
  color: #fff;
}
.qv-modal-durchfuehrungen .person {
  position: relative;
  display: flex;
}
.qv-modal-durchfuehrungen .person .person-assignments {
  display: block;
  color: #a9aaa8;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
}
.qv-modal-durchfuehrungen .person .green {
  color: rgb(149, 193, 31);
  line-height: 25px;
  text-align: center;
  margin-left: 5px;
}
.qv-modal-durchfuehrungen .person .blue {
  color: rgb(80, 192, 223);
  line-height: 25px;
  text-align: center;
}
.qv-modal-durchfuehrungen .person .orange {
  color: rgb(247, 168, 0);
  line-height: 25px;
  text-align: center;
}
.qv-modal-durchfuehrungen .person .warning {
  color: rgb(247, 168, 0);
}
.qv-modal-durchfuehrungen .person .warning::before {
  display: inline-block;
  content: "\f071";
  font-family: FontAwesome;
  width: 1.28571em;
  text-align: center;
  margin-right: 4px;
}
.qv-modal-durchfuehrungen .person-warning,
.qv-modal-durchfuehrungen .person-warning-standalone {
  display: block;
  color: rgb(247, 168, 0);
}
.qv-modal-durchfuehrungen .person-warning:empty,
.qv-modal-durchfuehrungen .person-warning-standalone:empty {
  display: none;
}
.qv-modal-durchfuehrungen .person-warning::before,
.qv-modal-durchfuehrungen .person-warning-standalone::before {
  display: inline-block;
  content: "\f071";
  font-family: FontAwesome;
  text-align: center;
}
.qv-modal-durchfuehrungen .person-warning {
  margin: 3px 0 0 45px;
}
.qv-modal-durchfuehrungen .person-warning::before {
  width: 1.28571em;
  margin-right: 4px;
}
.qv-modal-durchfuehrungen .halfday .slot {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 40px 5px 40px 40px 40px 35px;
  max-height: 20px;
  align-items: baseline;
  justify-items: center;
}
.qv-modal-durchfuehrungen .tooltip-title {
  font-size: 1.5em;
  font-weight: bold;
}
.qv-modal-durchfuehrungen .tooltip-body {
  padding: 0 10px 20px;
  font-weight: normal;
}
.qv-modal-durchfuehrungen .tooltip-body .tooltip-row {
  display: grid;
  text-align: left;
  grid-template-columns: auto 30px;
}
.qv-modal-durchfuehrungen .tooltip-body .tooltip-row .attribute {
  padding-right: 5px;
}
.qv-modal-durchfuehrungen .qvpex-comment {
  background-color: #9a9d9c;
  border-radius: 4px;
  color: white;
  padding: 5px;
  box-shadow: 0px 0px 1px 1px;
}

#qv-overview .table, #qv-overview .ivaris-responsive-table {
  border: 0;
}
#qv-overview .table:last-child, #qv-overview .ivaris-responsive-table:last-child {
  border-radius: 0 0 4px 4px;
}
#qv-overview .table tr td:first-child, #qv-overview .ivaris-responsive-table tr td:first-child,
#qv-overview .table tr th:first-child,
#qv-overview .ivaris-responsive-table tr th:first-child {
  padding-left: 20px;
}
#qv-overview .table tr td:last-child, #qv-overview .ivaris-responsive-table tr td:last-child,
#qv-overview .table tr th:last-child,
#qv-overview .ivaris-responsive-table tr th:last-child {
  padding-right: 20px;
}
#qv-overview .table tr th, #qv-overview .ivaris-responsive-table tr th {
  background-color: whitesmoke;
}
#qv-overview .table tr.ort, #qv-overview .ivaris-responsive-table tr.ort {
  background-color: whitesmoke;
}
#qv-overview .table .rsvp-readonly a, #qv-overview .ivaris-responsive-table .rsvp-readonly a {
  cursor: default;
  color: #cfcfcf;
}
#qv-overview .table .rsvp-readonly a:hover, #qv-overview .ivaris-responsive-table .rsvp-readonly a:hover, #qv-overview .table .rsvp-readonly a:focus, #qv-overview .ivaris-responsive-table .rsvp-readonly a:focus {
  background: inherit;
}
#qv-overview .table .rsvp-available td, #qv-overview .ivaris-responsive-table .rsvp-available td {
  background-color: #f5fbe4;
}
#qv-overview .table .rsvp-available .icon-place button.green, #qv-overview .ivaris-responsive-table .rsvp-available .icon-place button.green,
#qv-overview .table .rsvp-available .icon-place a.green,
#qv-overview .ivaris-responsive-table .rsvp-available .icon-place a.green {
  color: #ffffff;
  background-color: #b0de35;
}
#qv-overview .table .rsvp-available.rsvp-readonly .icon-place button.green, #qv-overview .ivaris-responsive-table .rsvp-available.rsvp-readonly .icon-place button.green,
#qv-overview .table .rsvp-available.rsvp-readonly .icon-place a.green,
#qv-overview .ivaris-responsive-table .rsvp-available.rsvp-readonly .icon-place a.green {
  color: rgb(149, 193, 31);
  background-color: transparent;
  border: 2px solid rgb(149, 193, 31);
  line-height: 21px;
}
#qv-overview .table .rsvp-available.rsvp-readonly .icon-place button.red, #qv-overview .ivaris-responsive-table .rsvp-available.rsvp-readonly .icon-place button.red,
#qv-overview .table .rsvp-available.rsvp-readonly .icon-place a.red,
#qv-overview .ivaris-responsive-table .rsvp-available.rsvp-readonly .icon-place a.red {
  color: #cfcfcf;
}
#qv-overview .table .rsvp-unavailable td, #qv-overview .ivaris-responsive-table .rsvp-unavailable td {
  background-color: #fffaf7;
}
#qv-overview .table .rsvp-unavailable .icon-place button.red, #qv-overview .ivaris-responsive-table .rsvp-unavailable .icon-place button.red,
#qv-overview .table .rsvp-unavailable .icon-place a.red,
#qv-overview .ivaris-responsive-table .rsvp-unavailable .icon-place a.red {
  color: #ffffff;
  background-color: #f26e38;
}
#qv-overview .table .rsvp-unavailable.rsvp-readonly .icon-place button.red, #qv-overview .ivaris-responsive-table .rsvp-unavailable.rsvp-readonly .icon-place button.red,
#qv-overview .table .rsvp-unavailable.rsvp-readonly .icon-place a.red,
#qv-overview .ivaris-responsive-table .rsvp-unavailable.rsvp-readonly .icon-place a.red {
  color: rgb(232, 78, 15);
  background-color: transparent;
  border: 2px solid rgb(232, 78, 15);
  line-height: 21px;
}
#qv-overview .table .rsvp-unavailable.rsvp-readonly .icon-place button.green, #qv-overview .ivaris-responsive-table .rsvp-unavailable.rsvp-readonly .icon-place button.green,
#qv-overview .table .rsvp-unavailable.rsvp-readonly .icon-place a.green,
#qv-overview .ivaris-responsive-table .rsvp-unavailable.rsvp-readonly .icon-place a.green {
  color: #cfcfcf;
}
#qv-overview .maxdays [type=text] {
  display: inline-block;
  width: auto;
  margin-left: 6px;
}
#qv-overview .card .content p:last-child {
  margin-bottom: 0;
}
#qv-overview .qv-einteilung .sign-step,
#qv-overview .qv-einteilung .step-footer {
  margin: 0;
  padding: 0;
  border: 0;
}
#qv-overview .qv-einteilung [iv-person] + [iv-person] {
  margin-top: 6px;
}
#qv-overview .qv-einteilung [iv-ipa-dokument] + [iv-ipa-dokument] {
  margin-left: 3px;
}
#qv-overview .qv-einteilung .no-results {
  padding: 30px 0;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.3em;
}
#qv-overview .qv-einteilung-table td {
  vertical-align: top;
}
#qv-overview .qv-einteilung-table td small {
  color: #848482;
}

#reminders-edit .ui-select-container + .ui-select-container {
  margin-top: 1em;
}
#reminders-edit .conditions-list {
  display: flex;
}
#reminders-edit .conditions-list > :first-child {
  flex: 1;
}
#reminders-edit .conditions-list > :last-child {
  flex: 0;
  margin-left: 3px;
}
#reminders-edit .conditions-list > :last-child button {
  height: 40px;
}
#reminders-edit .conditions-list > :last-child button + button {
  margin-top: 1em;
}
#reminders-edit .delta-container {
  display: flex;
}
#reminders-edit .delta-container > :first-child {
  flex: 0;
  width: auto;
}
#reminders-edit .delta-container > :last-child {
  flex: 1;
  margin-left: 3px;
}
#reminders-edit .placeholder-container {
  margin: 0 -2px;
}
#reminders-edit .btn-placeholder {
  margin: 0 2px 4px;
}

.stammdaten .search {
  display: flex;
}
.stammdaten .search input {
  flex: 1;
  margin-right: 3px;
}
.stammdaten .search button {
  flex: 0;
}

#survey-list .status-gray,
#survey-form .status-gray {
  color: #a9aaa8;
}
#survey-list .status-green,
#survey-form .status-green {
  color: rgb(149, 193, 31);
}
#survey-list .status-red,
#survey-form .status-red {
  color: rgb(232, 78, 15);
}
#survey-list .status-orange,
#survey-form .status-orange {
  color: rgb(247, 168, 0);
}
#survey-list .status-blue,
#survey-form .status-blue {
  color: rgb(80, 192, 223);
}
#survey-list .bold-mobile,
#survey-form .bold-mobile {
  font-weight: bold;
}
#survey-list .content h3,
#survey-form .content h3 {
  margin-top: 1em;
}

#survey-form h2,
#survey-participation h2 {
  margin: 0 0 10px;
  font-size: 1.4em;
  font-weight: bold;
}
#survey-form .loader,
#survey-participation .loader {
  text-align: center;
  padding: 30px 0;
}

#survey-form .card hr {
  margin: 0;
}
#survey-form .card span[ng-click] {
  cursor: pointer;
}
#survey-form .card .no-results {
  text-align: center;
}
#survey-form .card .no-results p {
  color: #a9aaa8;
  font-size: 1.3em;
}
#survey-form .card .untitled {
  color: #848482;
}
#survey-form .card .question-content .form-control:not(:last-child) {
  margin-bottom: 14px;
}
#survey-form .card .content-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
}
#survey-form .card[dnd-draggable] .header {
  position: relative;
}
#survey-form .card[dnd-draggable] .header:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 60px;
  height: 37px;
  line-height: 37px;
  color: #a9aaa8;
  border-left: 1px solid #a9aaa8;
  content: "\f0dc";
  text-align: center;
  font-family: FontAwesome;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#survey-form .card[dnd-draggable] .header:active:after {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#survey-form ul.sections {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}
#survey-form ul.sections li {
  display: block;
  padding: 8px 10px 6px;
  margin: 5px -10px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
#survey-form ul.sections li.current {
  background: whitesmoke;
  border: 2px solid #cfcfcf;
  padding: 6px 8px 4px;
}
#survey-form ul.sections li:hover {
  background: whitesmoke;
}
#survey-form ul.sections li .meta {
  color: #848482;
  font-style: italic;
}
#survey-form ul.sections li .edit {
  border: 0;
  background: transparent;
  position: absolute;
  top: 11px;
  right: 10px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
}
#survey-form ul.sections li .edit:hover {
  background: rgb(80, 192, 223);
  color: #ffffff;
}
#survey-form .dndPlaceholder {
  display: block;
  border: 4px dashed #a9aaa8;
  border-radius: 4px;
  min-height: 57px;
  list-style-type: none;
  margin-bottom: 36px;
}
#survey-form .dndDragover .dndDraggingSource {
  display: none;
}

#survey-participation input[type=text].form-control,
#survey-participation textarea.form-control {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#survey-participation .progress-box-wide {
  display: none;
}
@media (min-width: 767px) {
  #survey-participation .progress-box-mobile {
    display: none;
  }
  #survey-participation .progress-box-wide {
    display: block;
  }
}
#survey-participation .alert {
  margin: 0 0 10px;
}
#survey-participation .content p:last-child {
  margin-bottom: 0;
}
#survey-participation .progress-text {
  font-weight: bold;
  color: rgb(149, 193, 31);
}
#survey-participation .content-footer .status {
  padding: 6px 12px;
}
#survey-participation .content-footer .status .icon-check {
  color: rgb(149, 193, 31);
}
#survey-participation .content-footer .status .icon-refresh {
  color: rgb(80, 192, 223);
}
#survey-participation ul.question-list-single, #survey-participation ul.question-list-multiple {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1em;
}
#survey-participation ul.question-list-single li, #survey-participation ul.question-list-multiple li {
  font-size: 1.3em;
}
#survey-participation ul.question-list-single li input[type=radio],
#survey-participation ul.question-list-single li input[type=checkbox], #survey-participation ul.question-list-multiple li input[type=radio],
#survey-participation ul.question-list-multiple li input[type=checkbox] {
  display: none;
}
#survey-participation ul.question-list-single li input[type=radio] + label, #survey-participation ul.question-list-multiple li input[type=radio] + label {
  font-weight: normal;
  cursor: pointer;
}
#survey-participation ul.question-list-single li input[type=radio] + label:before, #survey-participation ul.question-list-multiple li input[type=radio] + label:before {
  content: "\f1db";
  font-family: FontAwesome;
  color: #a9aaa8;
  margin-right: 10px;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -8%;
}
#survey-participation ul.question-list-single li input[type=checkbox] + label, #survey-participation ul.question-list-multiple li input[type=checkbox] + label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 30px;
}
#survey-participation ul.question-list-single li input[type=checkbox] + label:before, #survey-participation ul.question-list-multiple li input[type=checkbox] + label:before {
  content: "\f096";
  font-family: FontAwesome;
  color: #a9aaa8;
  margin-left: -30px;
  margin-top: 3px;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -8%;
  position: absolute;
}
#survey-participation ul.question-list-single li input[type=checkbox] + label.no-answer, #survey-participation ul.question-list-multiple li input[type=checkbox] + label.no-answer {
  margin-top: 20px;
}
#survey-participation ul.question-list-single li input[type=checkbox] + label.no-answer:before, #survey-participation ul.question-list-multiple li input[type=checkbox] + label.no-answer:before {
  margin-left: -29px;
}
#survey-participation ul.question-list-single li input[type=radio]:checked + label:before, #survey-participation ul.question-list-multiple li input[type=radio]:checked + label:before {
  content: "\f192";
  color: rgb(80, 192, 223);
}
#survey-participation ul.question-list-single li input[type=checkbox]:checked + label:before, #survey-participation ul.question-list-multiple li input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: rgb(80, 192, 223);
}
#survey-participation ul.question-list-single.readonly li label, #survey-participation ul.question-list-multiple.readonly li label {
  cursor: default;
}
#survey-participation ul.survey-icon-list {
  padding: 0;
  list-style-type: none;
}
#survey-participation ul.survey-icon-list li {
  display: block;
}
#survey-participation ul.survey-icon-list li input[type=checkbox],
#survey-participation ul.survey-icon-list li input[type=radio] {
  display: none;
}
#survey-participation ul.survey-icon-list li .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 12px 0 0;
}
#survey-participation ul.survey-icon-list li label {
  display: block;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  padding: 6px;
  background-color: whitesmoke;
  border: 1px solid transparent;
  border-radius: 3px;
}
#survey-participation ul.survey-icon-list li.active label {
  border: 1px solid #cfcfcf;
}
#survey-participation ul.survey-icon-list li + li {
  margin: 10px 0 0 0;
}
@media (min-width: 560px) {
  #survey-participation ul.survey-icon-list {
    display: flex;
  }
  #survey-participation ul.survey-icon-list li {
    flex: 1;
    width: 0;
  }
  #survey-participation ul.survey-icon-list li .icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
    float: none;
  }
  #survey-participation ul.survey-icon-list li label {
    text-align: center;
    line-height: inherit;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  #survey-participation ul.survey-icon-list li label span {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid transparent;
    border-radius: 3px;
  }
  #survey-participation ul.survey-icon-list li.active label {
    border: 0;
  }
  #survey-participation ul.survey-icon-list li.active label span {
    border: 1px solid #cfcfcf;
  }
  #survey-participation ul.survey-icon-list li + li {
    margin: 0 0 0 10px;
  }
}
#survey-participation ul.survey-icon-list.selected li:not(.active) {
  color: #a9aaa8;
}
#survey-participation ul.survey-icon-list.readonly li label {
  cursor: default;
}
#survey-participation ul.happiness-list li .icon {
  display: block;
  background: url(/themes/pkorg/img/survey-smiley-map.png) no-repeat;
  background-size: 192px 64px;
  background-position: 0 0;
}
#survey-participation ul.happiness-list.selected li.very-unhappy .icon {
  background-position: 0 -32px;
}
#survey-participation ul.happiness-list li.very-unhappy .icon,
#survey-participation ul.happiness-list li.very-unhappy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.very-unhappy:hover .icon {
  background-position: 0 0;
}
#survey-participation ul.happiness-list.selected li.unhappy .icon {
  background-position: -32px -32px;
}
#survey-participation ul.happiness-list li.unhappy .icon,
#survey-participation ul.happiness-list li.unhappy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.unhappy:hover .icon {
  background-position: -32px 0;
}
#survey-participation ul.happiness-list.selected li.neutral .icon {
  background-position: -64px -32px;
}
#survey-participation ul.happiness-list li.neutral .icon,
#survey-participation ul.happiness-list li.neutral.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.neutral:hover .icon {
  background-position: -64px 0;
}
#survey-participation ul.happiness-list.selected li.happy .icon {
  background-position: -96px -32px;
}
#survey-participation ul.happiness-list li.happy .icon,
#survey-participation ul.happiness-list li.happy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.happy:hover .icon {
  background-position: -96px 0;
}
#survey-participation ul.happiness-list.selected li.very-happy .icon {
  background-position: -128px -32px;
}
#survey-participation ul.happiness-list li.very-happy .icon,
#survey-participation ul.happiness-list li.very-happy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.very-happy:hover .icon {
  background-position: -128px 0;
}
#survey-participation ul.happiness-list.selected li.noanswer .icon {
  background-position: -160px -32px;
}
#survey-participation ul.happiness-list li.noanswer .icon,
#survey-participation ul.happiness-list li.noanswer.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.noanswer:hover .icon {
  background-position: -160px 0;
}
@media (min-width: 560px) {
  #survey-participation ul.happiness-list li .icon {
    background-size: 384px 128px;
  }
  #survey-participation ul.happiness-list.selected li.very-unhappy .icon {
    background-position: 0 -64px;
  }
  #survey-participation ul.happiness-list li.very-unhappy .icon,
#survey-participation ul.happiness-list li.very-unhappy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.very-unhappy:hover .icon {
    background-position: 0 0;
  }
  #survey-participation ul.happiness-list.selected li.unhappy .icon {
    background-position: -64px -64px;
  }
  #survey-participation ul.happiness-list li.unhappy .icon,
#survey-participation ul.happiness-list li.unhappy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.unhappy:hover .icon {
    background-position: -64px 0;
  }
  #survey-participation ul.happiness-list.selected li.neutral .icon {
    background-position: -128px -64px;
  }
  #survey-participation ul.happiness-list li.neutral .icon,
#survey-participation ul.happiness-list li.neutral.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.neutral:hover .icon {
    background-position: -128px 0;
  }
  #survey-participation ul.happiness-list.selected li.happy .icon {
    background-position: -192px -64px;
  }
  #survey-participation ul.happiness-list li.happy .icon,
#survey-participation ul.happiness-list li.happy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.happy:hover .icon {
    background-position: -192px 0;
  }
  #survey-participation ul.happiness-list.selected li.very-happy .icon {
    background-position: -256px -64px;
  }
  #survey-participation ul.happiness-list li.very-happy .icon,
#survey-participation ul.happiness-list li.very-happy.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.very-happy:hover .icon {
    background-position: -256px 0;
  }
  #survey-participation ul.happiness-list.selected li.noanswer .icon {
    background-position: -320px -64px;
  }
  #survey-participation ul.happiness-list li.noanswer .icon,
#survey-participation ul.happiness-list li.noanswer.active .icon, #survey-participation ul.happiness-list.selected:not(.readonly) li.noanswer:hover .icon {
    background-position: -320px 0;
  }
}
#survey-participation ul.section-progress {
  list-style-type: none;
  padding: 0;
  margin-top: 12px;
  font-size: 1.1em;
}
#survey-participation ul.section-progress > li {
  margin-bottom: 6px;
}
#survey-participation ul.section-progress > li > span {
  cursor: pointer;
}
#survey-participation ul.section-progress > li > span:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #e2e2e2;
  padding-right: 6px;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -8%;
}
#survey-participation ul.section-progress > li > span:hover {
  color: rgb(80, 192, 223);
}
#survey-participation ul.section-progress > li.current {
  font-weight: bold;
}
#survey-participation ul.section-progress > li.complete > span {
  color: rgb(149, 193, 31);
}
#survey-participation ul.section-progress > li.complete > span:before {
  color: rgb(149, 193, 31);
  content: "\f058";
}
#survey-participation ul.question-progress {
  list-style-type: none;
  padding: 0 0 0 29px;
  margin: 0 0 6px;
  font-weight: normal;
}
#survey-participation ul.question-progress li {
  display: inline-block;
  margin: 0 3px 0 0;
  cursor: pointer;
  font-size: 16px;
}
#survey-participation ul.question-progress li:before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #e2e2e2;
}
#survey-participation ul.question-progress li.complete:before {
  content: "\f058";
  color: #b0de35;
}

.survey-report h2 .download-link {
  display: block;
  margin-top: 6px;
}
@media (min-width: 767px) {
  .survey-report h2 .download-link {
    margin: 0;
    float: right;
  }
}
.survey-report h3,
.survey-report .card h3:first-child {
  margin: 24px 0 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.survey-report .result .amount {
  color: #a9aaa8;
}
.survey-report .result + .result {
  margin-top: 16px;
}
.survey-report blockquote {
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1.1em;
  word-wrap: break-word;
}
.survey-report blockquote div {
  min-width: 0;
}
.survey-report blockquote:before {
  content: "\f10e";
  font-family: FontAwesome;
  border-right: 3px solid #e2e2e2;
  color: #a9aaa8;
  padding-right: 6px;
  margin-right: 6px;
}
.survey-report blockquote + blockquote,
.survey-report blockquote + button {
  margin-top: 12px;
}
.survey-report .showall {
  margin-top: 12px;
}
.survey-report .noanswer {
  margin-top: 12px;
  color: #848482;
}
.survey-report .btn-autowidth {
  width: 100%;
}
.survey-report .btn-autowidth + .btn-autowidth {
  margin-top: 6px;
}
.survey-report .navigation button {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.survey-report .navigation button.previous {
  padding-left: 34px;
}
.survey-report .navigation button.previous:after {
  content: "\f053";
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 7px;
}
.survey-report .navigation button.next {
  padding-right: 34px;
}
.survey-report .navigation button.next:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 7px;
}
.survey-report .ui-select-container + .ui-select-container {
  margin-top: 0.5em;
}
@media (min-width: 767px) {
  .survey-report .btn-autowidth {
    width: auto;
  }
  .survey-report .btn-autowidth + .btn-autowidth {
    margin-top: 0;
  }
}

.survey-report blockquote .author,
.modal-survey-comments .author {
  font-size: 0.8em;
  font-weight: normal;
  text-transform: none;
  color: #a9aaa8;
  white-space: pre;
  display: block;
}
.survey-report blockquote .author:before,
.modal-survey-comments .author:before {
  content: "— ";
}
.survey-report blockquote .author:empty,
.modal-survey-comments .author:empty {
  display: none;
}

.modal-survey-comments mark {
  display: inline-block;
  padding: 0 1px;
  margin: 0 -1px;
  border-radius: 2px;
  background-color: #ffeb70;
}

.survey-auswertung-mail .loading-container {
  position: relative;
  z-index: 1;
}
.survey-auswertung-mail .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.survey-auswertung-mail .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.survey-auswertung-mail #mailContent {
  min-height: 300px;
}

.tree-tools .checks-result {
  padding: 0;
  list-style-type: none;
}
.tree-tools .checks-result li {
  margin-bottom: 0.5em;
}
.tree-tools .checks-result li:before {
  content: "\f071";
  font-family: FontAwesome;
  color: rgb(247, 168, 0);
  margin-right: 0.5em;
}
.tree-tools .checks-result li.valid:before {
  content: "\f058";
  color: rgb(149, 193, 31);
}
.tree-tools .tree {
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e2e2e2;
}
.tree-tools .tree ul {
  position: relative;
  list-style: none;
  padding-left: 16px;
}
.tree-tools .tree ul li {
  position: relative;
}
.tree-tools .tree ul li .no-name {
  color: #848482;
}
.tree-tools .tree ul li .key,
.tree-tools .tree ul li .config {
  color: #848482;
  font-size: 12px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.tree-tools .tree ul li:before, .tree-tools .tree ul li:after {
  content: "";
  position: absolute;
  left: -12px;
}
.tree-tools .tree ul li:before {
  border-top: 1px solid #a9aaa8;
  top: 9px;
  width: 8px;
  height: 0;
}
.tree-tools .tree ul li:after {
  border-left: 1px solid #a9aaa8;
  height: 100%;
  width: 0;
  top: 2px;
}
.tree-tools .tree ul > li:last-child:after {
  height: 8px;
}

#homepage-container {
  /*.card-beruf {
  	display: block;

  	.content {
  		min-height: 70px;
  	}

  	.card-icons {
  		right: 30px;

  		li {
  			font-size: 10px;
  			background-color: white;
  			color: rgb(190, 198, 195);
  			width: 28px;
  			height: 28px;
  			line-height: 28px;
  			border-radius: 14px;
  			margin: 0 -3px 0 -2px
  		}
  	}

  	.card-icon {
  		font-size: 40px;
  	}
  }*/
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Owl Carousel */
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Berufsfeld-Uebersicht*/
  /*Beruf Link*/
  /*Beruf Div*/
  /*Searchbar*/
  /*
  Kantonsuebersicht
   */
  /* ----------------------------------------------------------------------------------------------------------------------------- */
}
#homepage-container #left-child-beruf {
  width: 66.66666%;
  padding-right: 15px;
}
#homepage-container #right-child-beruf {
  width: 33.33333%;
  padding-left: 15px;
}
#homepage-container .test-icon {
  margin-right: 10px;
}
#homepage-container .header-img-div {
  padding: 0;
}
#homepage-container .header-img {
  width: 100%;
}
#homepage-container .boxen {
  margin-bottom: 15px !important;
}
#homepage-container #footer-text {
  display: flex;
  margin-top: 15px;
}
#homepage-container #left-footer {
  width: 50%;
  margin-right: 15px;
}
#homepage-container #right-footer {
  width: 50%;
}
#homepage-container .card .title.category {
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}
#homepage-container .card .wp-post-image {
  border-radius: 0 0 4px 4px;
  width: 100%;
  max-width: none;
}
#homepage-container .card .card-icon {
  position: absolute;
  top: 56%;
  right: 20px;
  margin-top: -20px;
  font-size: 1.5em;
}
#homepage-container .card .card-icon + .title {
  width: calc(100% - 50px);
}
#homepage-container .card .card-icon button {
  padding: 0;
}
#homepage-container .card .card-icon button i {
  font-size: 2em !important;
}
#homepage-container .slider {
  display: none;
}
#homepage-container .slideshow-container {
  position: relative;
  margin: auto;
}
#homepage-container aside.card .row {
  margin-bottom: 10px;
}
#homepage-container aside.card p {
  font-size: 1.4rem;
  line-height: 1.2em;
}
#homepage-container .login-container {
  max-width: none;
  margin-bottom: 15px;
}
#homepage-container .card-kontakt {
  margin-bottom: 0;
}
#homepage-container .card-kontakt img {
  width: 50px;
  margin-right: 10px;
}
#homepage-container .card-kontakt .header {
  background-color: rgb(80, 192, 223);
  padding: 20px;
  border-radius: 4px;
  color: #ffffff;
}
#homepage-container .card-kontakt .header h2.title {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#homepage-container .card-kontakt .header .card-icon {
  position: absolute;
  top: 56%;
  right: 20px;
  margin-top: -20px;
  font-size: 1.5em;
}
#homepage-container .card-kontakt .header .card-icon + .title {
  width: calc(100% - 50px);
}
#homepage-container .card-kontakt .header .card-icon button {
  padding: 0;
}
#homepage-container .card-kontakt .header .card-icon button i {
  font-size: 2em !important;
}
#homepage-container .card-kontakt .content {
  padding: 0 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
#homepage-container .card-kontakt h2 {
  cursor: pointer;
  padding-top: 2px;
}
#homepage-container .card-kontakt button.header {
  border: none;
  text-align: left;
  -webkit-appearance: none;
  width: 100%;
  transition: all 500ms ease;
}
#homepage-container .card-kontakt button.header .card-icon {
  transition: all 500ms ease;
  height: 33px;
  line-height: 33px;
  width: 33px;
  margin-top: -17px;
}
#homepage-container .card-kontakt button.header.open .card-icon {
  transform: rotate(-45deg);
  border-radius: 4px 4px 0 0;
}
#homepage-container .card-kontakt .panel-group {
  padding-top: 20px;
}
#homepage-container .card-kontakt .panel {
  border-color: rgb(80, 192, 223);
  border: 0;
  width: 100%;
}
#homepage-container .card-kontakt .panel-heading {
  background-color: transparent;
}
#homepage-container .card-kontakt .panel-title {
  position: relative;
}
#homepage-container .card-kontakt .panel-title a {
  padding: 5px 10px 6px;
  line-height: 50px;
}
#homepage-container .card-kontakt .panel-title a:hover {
  background-color: rgb(235, 238, 237);
}
#homepage-container .card-kontakt .panel-title a .wp-post-image {
  width: 50px;
  border-radius: 0;
  margin-right: 15px;
}
#homepage-container .card-kontakt .panel-title a .icon {
  display: inline-block;
  transition: all 500ms ease;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 6px;
}
#homepage-container .card-kontakt .panel-title a .icon i {
  line-height: 50px;
}
#homepage-container .card-kontakt .panel-title a .icon i::before {
  display: block;
  transition: transform 0.3s ease-in-out;
}
#homepage-container .card-kontakt .panel-title a.open .icon i::before {
  transform: rotate(-45deg);
}
#homepage-container .card-kontakt .panel-body {
  box-shadow: none !important;
  padding: 15px 10px;
  border: 0 !important;
}
#homepage-container .card-kontakt #acordeon .panel-collapse.collapse.collapse-hover[style*="height: 30px"] {
  height: 0 !important;
}
#homepage-container .card-kontakt #acordeon-mobile .panel-collapse.collapse.collapse-hover[style*="height: 30px"] {
  height: 0 !important;
}
#homepage-container .collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
#homepage-container .collapse.show {
  max-height: 100%;
  transition: max-height 0.5s ease-in-out;
}
#homepage-container .card-hilfevideos h3 {
  font-size: 1.6rem;
}
#homepage-container .card-hilfevideos .videos {
  padding-left: 0;
  list-style: none;
  content: " ";
  display: table;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1em;
  width: calc(100% + 30px);
}
#homepage-container .card-hilfevideos .videos:after {
  clear: both;
}
#homepage-container .card-hilfevideos .videos .video {
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.2858em;
  color: rgb(80, 192, 223) !important;
}
#homepage-container .card-hilfevideos .videos .video p {
  font-size: 1.4rem;
  line-height: 1.2858em;
  color: rgb(80, 192, 223) !important;
}
#homepage-container .card-hilfevideos .collapse > :first-child {
  padding-top: 10px;
}
@media screen and (min-width: 520px) {
  #homepage-container .card-hilfevideos .videos .video {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #homepage-container .card-hilfevideos .videos .video {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (min-width: 992px) {
  #homepage-container .card-hilfevideos .videos .video {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #homepage-container .card-hilfevideos .videos .video {
    float: left;
    width: 33.33333%;
  }
}
#homepage-container .beruf-kontakt-po-header {
  padding: 0;
  background-color: rgb(80, 192, 223);
  display: flex;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  max-height: 75px;
  align-items: center;
  overflow: hidden;
}
#homepage-container #img-kontakt-po-header {
  width: 70px;
  margin-right: 15px;
}
#homepage-container #titel-kontakt-po-header {
  font-size: 20px;
  margin: 0 15px 0 0;
  padding: 0;
  color: white;
  hyphens: auto;
}
#homepage-container .startsite-box-berufe {
  margin-top: 20px;
  background: none;
}
#homepage-container .first-login-header {
  background-color: rgb(80, 192, 223);
  color: white;
}
#homepage-container .first-login-content {
  border: 1px solid rgb(80, 192, 223);
  border-top: none;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (min-width: 768px) {
  #homepage-container .card-beruf .card-icon {
    margin-top: -40px;
  }
}
#homepage-container .kontakt-kanton-margin {
  margin-bottom: 15px;
}
#homepage-container .kantonswappen {
  max-width: calc(100% - 40px);
  margin: 0 20px 2em 20px;
}
#homepage-container .kantonswappen td {
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
}
#homepage-container .kantonswappen td img {
  width: 100%;
  max-width: 40px;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  -webkit-filter: grayscale(40%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-filter: grayscale(40%);
  -moz-transition: 0.2s ease-in-out;
  -o-filter: grayscale(40%);
  -o-transition: 0.2s ease-in-out;
}
#homepage-container .kantonswappen td img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.2s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.2s ease-in-out;
}
#homepage-container .homepage-po-title {
  padding: 10px 15px;
}
#homepage-container .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #4f5858;
  font-size: 3rem;
}
#homepage-container .owl-nav .owl-prev {
  left: 20px;
}
#homepage-container .owl-nav .owl-next {
  right: 20px;
}
#homepage-container .link-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
#homepage-container .link-wrapper li {
  flex-basis: calc(100% - 20px);
  max-width: calc(100% - 20px);
  display: block;
  height: 80px;
  margin: 10px;
  border-radius: 4px;
  background: white;
  color: rgb(56, 57, 53);
  list-style: none;
}
#homepage-container .link-wrapper li:hover {
  background-color: rgb(223, 227, 225);
  color: rgb(80, 192, 223);
}
@media screen and (max-width: 430px) {
  #homepage-container .berufe-searchbar {
    display: block !important;
  }
  #homepage-container .searchbar-wrapper input {
    margin-bottom: 10px;
    border-radius: 4px;
  }
  #homepage-container .searchbar-wrapper button {
    width: 100%;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1150px) {
  #homepage-container .first-login-wrapper a {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #homepage-container .link-wrapper li {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1240px) {
  #homepage-container .login-wrapper a, #homepage-container .login-wrapper button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1470px) {
  #homepage-container .kanton li {
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media screen and (min-width: 1620px) {
  #homepage-container .beruf li {
    flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media screen and (min-width: 1700px) {
  #homepage-container .kanton li {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media screen and (min-width: 2100px) {
  #homepage-container .beruf li {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
#homepage-container .card-link {
  color: rgb(56, 57, 53);
}
#homepage-container .card-link:hover {
  color: rgb(80, 192, 223);
}
#homepage-container .card-content {
  display: flex;
  position: relative;
  padding: 0;
  align-items: center;
  flex-shrink: 0;
}
#homepage-container .card-content:after {
  position: absolute;
  right: 25px;
  content: "\f105";
  display: block;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
#homepage-container .card-square, #homepage-container .card-square-img {
  height: 80px;
  width: 80px;
  border-radius: 4px 0 0 4px;
}
#homepage-container .card-square {
  background-color: rgb(80, 192, 223);
  flex-shrink: 0;
}
#homepage-container .card-square-img {
  background-color: white;
  background-size: contain;
}
#homepage-container .card-text {
  margin-left: 13px;
  padding-right: 65px;
  hyphens: auto;
}
#homepage-container .btn-berufsfelder, #homepage-container .btn-berufsfelder-blue {
  padding: 7px 12px;
  background-color: white;
  border: white;
  color: #333333;
  margin: 0 0.75em 0.75em 0;
}
#homepage-container .btn-berufsfelder:hover, #homepage-container .btn-berufsfelder.active, #homepage-container .btn-berufsfelder-blue:hover, #homepage-container .btn-berufsfelder-blue.active {
  background-color: rgb(80, 192, 223);
  border: rgb(80, 192, 223);
  color: white;
}
#homepage-container .berufe-searchbar {
  display: flex;
  margin-bottom: 10px;
}
#homepage-container .berufe-searchfield {
  border-radius: 4px 0 0 4px;
}
#homepage-container .berufe-bf-button {
  border-radius: 0 4px 4px 0;
}
#homepage-container .berufe-berufsfelder, #homepage-container .showberufsfelder {
  display: none;
}
#homepage-container .seperation-berufe {
  margin-bottom: 30px;
}
#homepage-container .filter {
  margin-bottom: 20px;
}
#homepage-container .filter h3 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}
#homepage-container .img-kanton {
  width: 80px;
  border-radius: 4px 0 0 4px;
}
#homepage-container .img-uni-editor {
  max-width: 100%;
}
#homepage-container .header-warning-boxen {
  hyphens: auto;
}
#homepage-container .beruf-info-text {
  width: 100%;
}
#homepage-container .beruf-info-link {
  margin-top: 15px;
}
#homepage-container .beruf-info-link:after {
  content: "\f105";
  margin-left: 25px;
  font-family: FontAwesome;
}
#homepage-container .no-login {
  margin-top: 20px;
  color: rgb(232, 78, 15);
  font-weight: bold;
}
#homepage-container .no-login-symbol {
  color: rgb(232, 78, 15);
}
#homepage-container .first-login-btn {
  margin-bottom: 5px;
}

#pooleditor textarea {
  min-height: 90px;
  max-height: 200px;
  height: 90px;
}

.user-profile .contact-card,
.user-profile .profile-container .page {
  border-radius: 4px;
  background-color: white;
  padding: 20px;
}
.user-profile .contact-card.placeholder,
.user-profile .profile-container .page.placeholder {
  padding: 10vh 0;
  text-align: center;
}
.user-profile .contact-card {
  margin: 0 0 15px;
}
.user-profile .contact-card h1 {
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: bold;
  display: block;
}
.user-profile .contact-card h1 span {
  font-weight: normal;
  color: #a9aaa8;
}
.user-profile .contact-card h1.two-line {
  margin-top: 0;
}
.user-profile .contact-card h2 {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.user-profile .contact-card hr {
  border-top: 1px solid #e2e2e2;
  margin: 20px 0;
}
.user-profile .contact-card a:not(.btn) {
  color: inherit;
}
.user-profile .contact-card a:not(.btn).has-icon .icon {
  color: #7bd0e7;
}
.user-profile .contact-card p {
  margin-bottom: 15px;
}
.user-profile .contact-card small,
.user-profile .contact-card .small,
.user-profile .contact-card a.small {
  color: #848482;
}
.user-profile .contact-card .user {
  display: flex;
}
.user-profile .contact-card .user a {
  color: #7bd0e7;
}
.user-profile .contact-card .avatar {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-color: #9a9d9c;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.user-profile .contact-card .avatar .overlay {
  display: table;
  width: 100%;
  height: 100%;
  color: transparent;
  text-align: center;
  transition: background 100ms ease-in, color 100ms ease-in;
}
.user-profile .contact-card .avatar .overlay.zoom {
  cursor: zoom-in;
}
.user-profile .contact-card .avatar .overlay span {
  display: table-cell;
  vertical-align: middle;
}
.user-profile .contact-card .user-meta {
  flex: 1;
}
.user-profile .contact-card .upload-avatar {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.user-profile .contact-card .upload-avatar iv-upload {
  flex: 1;
  margin-bottom: 10px;
}
.user-profile .contact-card .upload-avatar .error-message-standalone {
  flex: 0;
}
.user-profile .contact-card .upload-avatar .btn-container {
  flex: 0;
  display: flex;
  margin: 0 -5px;
}
.user-profile .contact-card .upload-avatar .btn-container .btn {
  flex: 1;
  margin: 0 5px;
}
.user-profile .contact-card .zoom-button {
  color: #a9aaa8;
  float: right;
}
.user-profile .contact-card .avatar-button {
  width: 100%;
  margin-top: 10px;
}
.user-profile .contact-card .company {
  color: #a9aaa8;
  font-size: 14px;
}
.user-profile .contact-card .name-placeholder {
  height: 18px;
  width: 80%;
  margin: 10px 0 5px;
  background: #a9aaa8;
}
.user-profile .contact-card .company-placeholder {
  height: 14px;
  width: 60%;
  background: #cfcfcf;
}
.user-profile .contact-card .email-link {
  word-wrap: break-word;
  hyphens: auto;
}
.user-profile .contact-card label {
  color: #848482;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.user-profile .contact-card ul {
  list-style-type: none;
  padding: 0;
}
.user-profile .contact-card ul li {
  color: #848482;
}
.user-profile .contact-card ul li:before {
  display: inline-block;
  content: "—";
  margin-right: 3px;
  color: #a9aaa8;
}
.user-profile .contact-card ul li span {
  color: #383935;
  font-weight: 400;
}
.user-profile .contact-card ul li.placeholder span {
  height: 12px;
  display: inline-block;
  margin-bottom: -1px;
}
.user-profile .contact-card ul li.placeholder span:first-child {
  width: 50px;
  background: #a9aaa8;
}
.user-profile .contact-card ul li.placeholder span:last-child {
  width: 60px;
  background: #cfcfcf;
}
.user-profile .contact-card .is-birthday {
  color: rgb(232, 78, 15);
}
.user-profile .profile-container .block-container {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.user-profile .profile-container .block-container h3 {
  display: block;
  width: 100%;
  margin: 0 10px 0.6em;
  font-size: 16px;
  font-weight: bold;
}
.user-profile .profile-container .block-container h3:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.user-profile .profile-container .block-container .full-width,
.user-profile .profile-container .block-container .profile-block.full-width {
  display: block;
  width: 100%;
  margin: 0 10px 20px;
  flex-basis: 100%;
}
.user-profile .profile-container .block-container *:not(.checkbox-new) + label:not(.radio-new),
.user-profile .profile-container .block-container label:not(.radio-new):first-child {
  color: #848482;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.user-profile .profile-container .block-container .checkbox-new + label {
  font-size: 14px;
}
.user-profile .profile-container .block-container .block-intro {
  color: #848482;
  font-weight: normal;
}
.user-profile .profile-container .block-container .profile-block {
  margin: 0 10px 20px;
  flex: 0 1 100%;
  font-size: 16px;
}
.user-profile .profile-container .block-container .profile-block .ui-select-container,
.user-profile .profile-container .block-container .profile-block iv-upload,
.user-profile .profile-container .block-container .profile-block .input-list {
  font-size: 14px;
}
.user-profile .profile-container .block-container .profile-block .form-control {
  position: relative;
  z-index: 1;
}
.user-profile .profile-container .block-container .profile-block .form-options-list {
  margin: -14px 0 0;
  border: 1px solid #bec6c3;
  background: whitesmoke;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 10px 8px 6px;
  font-size: 12px;
  list-style-type: none;
  position: relative;
  z-index: 0;
}
.user-profile .profile-container .block-container .profile-block .form-options-list li {
  cursor: pointer;
  color: rgb(80, 192, 223);
}
.user-profile .profile-container .block-container .profile-block .form-options-list li:hover {
  text-decoration: underline;
}
.user-profile .profile-container .block-container .profile-block .form-options-list li:before {
  content: "\f0da";
  display: inline-block;
  margin-right: 0.5em;
  color: #27afd5;
  font-family: FontAwesome;
}
.user-profile .profile-container .block-container .monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.user-profile .profile-container .block-container .hint {
  font-size: 12px;
}
.user-profile .profile-container .block-container .error-message-standalone {
  font-size: 14px;
}
.user-profile .profile-container .icon-mars {
  color: rgb(80, 192, 223);
}
.user-profile .profile-container .icon-venus {
  color: #ff00ff;
}
.user-profile .profile-container [iv-date-picker] + [iv-time-picker] {
  margin-top: 6px;
}
.user-profile #table-last-logins small,
.user-profile #table-last-logins .small,
.user-profile #table-last-logins .ll-icon {
  color: #848482;
}
.user-profile #table-last-logins .icon-mobile {
  width: 18px;
  text-align: center;
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.user-profile #table-last-logins .icon-info-circle {
  color: #cfcfcf;
}
.user-profile #table-last-logins .icon-info-circle:hover {
  color: rgb(80, 192, 223);
}
.user-profile .device-list {
  list-style: none;
  padding: 0;
}
.user-profile .device-list li:not(.no-devices):before {
  content: "\f10b";
  font-family: FontAwesome;
  color: #848482;
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.user-profile .device-list li.no-devices {
  color: #a9aaa8;
}
.user-profile .device-list li .actions {
  display: inline-block;
  margin-left: 1em;
}
.user-profile .device-list li .actions .icon-place {
  vertical-align: inherit;
}
.user-profile .device-list.is-editing li {
  height: 40px;
  line-height: 40px;
}
.user-profile #role-add-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0px;
}
.user-profile #role-add-container .panel-heading {
  text-align: center;
}
.user-profile #role-add-container .panel {
  flex: 1;
  margin: 0 15px 15px;
}
.user-profile #role-add-container .actions {
  width: 100%;
  flex-basis: 100%;
  margin: 0 15px;
}
.user-profile #role-add-container small {
  color: #a9aaa8;
}
.user-profile #person-profile-knowhow .checkbox {
  color: #383935;
  font-size: 14px;
}
.user-profile #person-profile-knowhow .btn {
  margin-top: 15px;
}
.user-profile #person-profile-knowhow .iv-form-bewertung .radio-bewertung + label, .user-profile #person-profile-knowhow .iv-form-bewertung .radio-bewertung-legend {
  width: 25px;
  height: 25px;
  line-height: 21px;
}
@media (min-width: 640px) {
  .user-profile .profile-container .block-container .profile-block {
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .user-profile .profile-container .block-container .profile-block {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .user-profile .profile-container .block-container .profile-block {
    flex-basis: calc(33.3333% - 20px);
  }
}
@media (min-width: 1800px) {
  .user-profile .profile-container .block-container .profile-block {
    flex-basis: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .user-profile {
    display: flex;
    margin: 0 -15px;
  }
  .user-profile .contact-card {
    flex: 1;
    margin: 0 15px;
    min-width: 250px;
    max-width: 350px;
  }
  .user-profile .contact-card h1 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
  .user-profile .contact-card h1.two-line {
    margin-top: 20px;
  }
  .user-profile .contact-card h1 .zoom-button {
    display: none;
  }
  .user-profile .contact-card a:not(.btn).has-icon .icon {
    color: transparent;
    transition: color 100ms ease-in;
  }
  .user-profile .contact-card a:not(.btn).has-icon:hover .icon {
    color: #7bd0e7;
  }
  .user-profile .contact-card .avatar-button {
    display: none;
  }
  .user-profile .contact-card .user {
    display: block;
  }
  .user-profile .contact-card .company {
    font-size: 18px;
  }
  .user-profile .contact-card .name-placeholder {
    height: 24px;
    margin: 20px auto 10px;
  }
  .user-profile .contact-card .company-placeholder {
    height: 18px;
    margin: 0 auto;
  }
  .user-profile .contact-card .avatar {
    margin: 0 auto;
    width: 125px;
    height: 125px;
  }
  .user-profile .contact-card .avatar.writable {
    cursor: pointer;
  }
  .user-profile .contact-card .avatar.writable:hover .overlay:not(.zoom) {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
  }
  .user-profile .contact-card .upload-avatar {
    min-height: 125px;
  }
  .user-profile .contact-card .avatar-editing {
    display: none;
  }
  .user-profile .contact-card .user-meta {
    text-align: center;
  }
  .user-profile .profile-container {
    flex: 3;
    margin: 0 15px;
  }
  .user-profile #table-last-logins .only-mobile {
    display: none;
  }
  .user-profile #table-user-roles .table tr td, .user-profile #table-user-roles .ivaris-responsive-table tr td {
    padding: 5px 0;
    font-size: 14px;
  }
  .user-profile #table-user-roles .table tr td.paused, .user-profile #table-user-roles .ivaris-responsive-table tr td.paused {
    color: #a9aaa8;
  }
  .user-profile #table-user-roles .table tr td:last-child, .user-profile #table-user-roles .ivaris-responsive-table tr td:last-child {
    text-align: right;
  }
  .user-profile #table-user-roles .po {
    font-size: 0.9em;
    color: #a9aaa8;
  }
  .user-profile #table-user-roles .po:before {
    content: "(";
  }
  .user-profile #table-user-roles .po:after {
    content: ")";
  }
  .user-profile #table-user-roles .po:empty {
    display: none;
  }
  .user-profile #table-user-roles a.disabled,
.user-profile #table-user-roles a.disabled:hover {
    cursor: not-allowed;
    color: #a9aaa8;
    background: transparent;
  }
}
#person-list .person {
  font-size: 12px;
}
#person-list .person .ctitel {
  font-size: 14px;
  color: #848482;
}
#person-list .person strong {
  font-size: 14px;
}
#person-list .person a {
  color: inherit;
}
#person-list .person a:hover {
  text-decoration: underline;
}
#person-list .person + .hide-desktop {
  margin-top: 0.5em;
}
#person-list ul.role-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#person-list ul.role-list li {
  color: #848482;
}
#person-list ul.role-list li:before {
  display: inline-block;
  content: "—";
  margin-right: 3px;
  color: #a9aaa8;
}
#person-list ul.role-list li span {
  color: #383935;
  font-weight: 400;
}
#person-list .hide-desktop ul.role-list {
  font-size: 12px;
}
#person-list tr.inactive .person {
  opacity: 0.5;
}
#person-list tr.inactive .person i.icon-user-times {
  color: rgb(232, 78, 15);
  font-size: 1.3333333333em;
}
#person-list tr.testuser .person i.icon-flask {
  color: rgb(80, 192, 223);
  font-size: 1.3333333333em;
}
#person-list small {
  color: #848482;
}
@media (max-width: 767px) {
  #person-list {
    word-break: break-all;
  }
  #person-list .hide-mobile {
    display: none;
  }
  #person-list ul.role-list {
    margin-top: 0.5em;
  }
  #person-list .col-icon {
    width: 40px;
  }
  #person-list .bars.pull-left,
#person-list .bars.pull-right {
    width: 100%;
    float: none !important;
  }
}
@media (min-width: 768px) {
  #person-list .hide-desktop {
    display: none;
  }
  #person-list .col-person {
    width: 50%;
  }
  #person-list .col-icon {
    width: 120px;
  }
}

.table td .icon-place button.ipawahl-btn-dismiss, .ivaris-responsive-table td .icon-place button.ipawahl-btn-dismiss {
  line-height: 1em;
  margin-top: 8px;
  margin-left: 10px;
}

.login-container {
  max-width: 400px;
  margin: auto;
}
.login-container .btn-row {
  display: flex;
  flex-direction: row;
}
.login-container .btn-row .btn {
  flex: 1;
}
.login-container .btn-row .btn + .btn {
  margin-left: 3px;
}

.tfa-outer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.tfa-container {
  margin: 15px;
  float: left;
}

.tfa-inputs,
[iv-pin-input] {
  display: flex;
  flex-direction: row;
}
.tfa-inputs input,
[iv-pin-input] input {
  flex: 1;
  display: inline-block;
  height: auto;
  text-align: center;
  font-size: 2em;
  font-weight: 100;
  min-width: 1px;
}
.tfa-inputs input::-webkit-outer-spin-button, .tfa-inputs input::-webkit-inner-spin-button,
[iv-pin-input] input::-webkit-outer-spin-button,
[iv-pin-input] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tfa-inputs input[type=number],
[iv-pin-input] input[type=number] {
  -moz-appearance: textfield;
}
.tfa-inputs input + input,
[iv-pin-input] input + input {
  margin-left: 3px;
}

.mailversand {
  scroll-behavior: smooth;
}
.mailversand .loading-container {
  position: relative;
  z-index: 1;
}
.mailversand .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  text-align: center;
  color: #a9aaa8;
  font-size: 1.2em;
}
.mailversand .loading-overlay img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: auto;
}
.mailversand .mailversand-page-display {
  overflow: hidden;
  width: 100%;
}
.mailversand .mailversand-slider {
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
}
.mailversand .mailversand-recipient {
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: default;
}
.mailversand .mailversand-subject {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mailversand .mailversand-subject .mailversand-subject-input {
  border-radius: 0 4px 4px 0;
}
.mailversand #mailversand-textblocks,
.mailversand #mailversand-placeholders,
.mailversand #mailversand-recipients {
  margin-top: 20px;
}
.mailversand #mailversand-textblocks.panel-default .panel-heading:after,
.mailversand #mailversand-placeholders.panel-default .panel-heading:after,
.mailversand #mailversand-recipients.panel-default .panel-heading:after {
  content: "\f0d7";
  float: right;
  font-family: FontAwesome;
}
.mailversand #mailversand-textblocks.panel-default .panel-heading.collapsed:after,
.mailversand #mailversand-placeholders.panel-default .panel-heading.collapsed:after,
.mailversand #mailversand-recipients.panel-default .panel-heading.collapsed:after {
  content: "\f0d8";
  float: right;
  font-family: FontAwesome;
}
.mailversand #mailversand-textblocks.panel-default .btn,
.mailversand #mailversand-placeholders.panel-default .btn,
.mailversand #mailversand-recipients.panel-default .btn {
  margin: 0 5px 5px 0;
}
.mailversand .panel-heading {
  cursor: pointer;
}
.mailversand .mailversand-content {
  min-height: 300px;
}
.mailversand .mailversand-preview-container textarea {
  resize: none;
}
.mailversand .mailversand-preview-container .mailversand-preview-subject {
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #dfe3e1;
  border-top: 1px solid;
  border-radius: 0;
  padding-top: 30px;
  height: auto;
  margin-top: 40px;
  background: #fff;
  cursor: default;
}
.mailversand .mailversand-preview-container .mailversand-preview-subject:focus {
  border-bottom: 1px solid #dfe3e1;
}
.mailversand .mailversand-preview-container .mailversand-preview-subject:read-only {
  background-color: #fff;
  cursor: text;
}
.mailversand .mailversand-preview-container .mailversand-preview-content {
  background: #fff;
  cursor: default;
  min-height: 300px;
  overflow: hidden;
  border: none;
}
.mailversand .mailversand-preview-container .mailversand-preview-content:read-only {
  background-color: #fff;
  cursor: text;
}
.mailversand .mailversand-preview-container #mailversand-recipients .search {
  margin: 20px 0;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select {
  display: flex;
  flex-flow: row wrap;
  overflow-y: scroll;
  max-height: 300px;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select .recipientgroup {
  margin-bottom: 40px;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select .recipientgroup .recipientgroup-title {
  width: 100%;
  top: 0;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  line-height: 50px;
  position: sticky;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select .recipientgroup .recipient {
  height: 40px;
  padding: 5px;
  border-bottom: 1px solid #dfe3e1;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select .recipientgroup .recipient .cursor-default {
  cursor: default;
}
.mailversand .mailversand-preview-container #mailversand-recipients .select .recipientgroup .recipient .lackofmail {
  margin-left: 23px;
}
.mailversand-popup-content#confirm-replace {
  width: 280px;
  margin-top: 200px;
}
@media (min-width: 425px) {
  .mailversand-popup-content#confirm-send {
    width: 380px;
  }
}
.mailversand-popup-content .modal-header {
  font-size: 22px;
}
.mailversand-popup-content .mailversand-popup-row {
  width: 45%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.mailversand-popup-content .mailversand-textbaustein {
  margin: 30px 0 30px;
  width: 70%;
  display: flex;
}
.mailversand-popup-content .mailversand-textbaustein i {
  margin: 4px 10px 0 0;
}
.mailversand-popup-content #success-body .panel-body.centered {
  text-align: center;
}
.mailversand-popup-content #success-body .panel-default {
  border: 1px solid #cfcfcf;
}
.mailversand-popup-content #success-body .lock-container {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto 20px;
  color: rgb(149, 193, 31);
  border: 6px solid rgb(149, 193, 31);
  font-size: 48px;
  line-height: 88px;
}
.mailversand-popup-content #success-body .success-container {
  text-align: center;
  padding: 60px 15px 50px;
}
.mailversand-popup-content #success-body .success-container .alert {
  text-align: left;
  margin: 15px 0 -30px;
}
.mailversand-popup-content #success-body .success {
  font-size: 24px;
}
.mailversand-popup-content #success-body .message {
  font-size: 16px;
  color: #848482;
}
.mailversand-popup-content #success-body .message:empty {
  display: none;
}
.mailversand-popup-content .modal-body .panel {
  border: none;
}
.mailversand-popup-content .modal-body .panel .success-container.loading {
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 40px;
}

#treeeditor .chosenClass {
  font-weight: bold;
}
#treeeditor ul li {
  list-style: none;
}
#treeeditor .treeList {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#treeeditor .pathsearchcontent {
  display: flex;
  padding: 0 20px 20px 20px;
}
#treeeditor .italictext {
  font-style: italic;
}
#treeeditor .icon-place a.blue:hover {
  background-color: #50c0df;
  color: #ffffff;
}
#treeeditor .configStyle {
  background-color: #daf8da;
}
#treeeditor .configCheckbox input.checkbox-new + label:before {
  color: #daf8da;
}
#treeeditor .keyStyle {
  background-color: #f8dada;
}
#treeeditor .keyCheckbox input.checkbox-new + label:before {
  color: #f8dada;
}
#treeeditor .datenBeschreibungStyle {
  background-color: #dadaf8;
}
#treeeditor .datenBeschreibungCheckbox input.checkbox-new + label:before {
  color: #dadaf8;
}

.treeeditor-popup div.row {
  padding-bottom: 10px;
}
.treeeditor-popup .italictext {
  font-style: italic;
}
.treeeditor-popup .jsonError {
  border-color: rgb(232, 78, 15);
}
.treeeditor-popup .languageSelector {
  border-color: rgb(232, 78, 15);
}
.treeeditor-popup .languageSelector label {
  display: inline;
}
.treeeditor-popup .red {
  color: rgb(232, 78, 15);
}
.treeeditor-popup .elementDiv {
  padding: 15px 0px 15px 0px;
}

#totp-container .bold-title {
  font-weight: bold;
}
#totp-container .setup-container {
  max-width: 1000px;
}
#totp-container .setup {
  padding: 20px 20px 0 20px;
}
#totp-container .reset-input, #totp-container .reset {
  padding: 0 20px 0 20px;
}
#totp-container #hint-margin {
  margin-top: 12px;
  max-width: 300px;
}
#totp-container #hint {
  margin-bottom: 20px;
}
#totp-container #qrcode {
  margin-bottom: 18px;
}
#totp-container #qrcode-box {
  text-align: center;
  min-width: 250px;
  padding: 0 20px 20px 20px;
}
#totp-container #flex {
  display: block;
}
#totp-container #codes {
  margin-top: 40px;
}
#totp-container #codes-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#totp-container #pin-form {
  margin-bottom: 0;
}
#totp-container #pin-input {
  margin-bottom: 15px;
}
#totp-container #video {
  max-width: 100%;
}
#totp-container .recommendation {
  display: flex;
  font-size: 16px;
}
#totp-container .apple {
  padding-right: 10px;
}
#totp-container .max-width {
  width: 100%;
}
#totp-container ul {
  padding-left: 0;
  margin-left: 22px;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
}
#totp-container ul > li:before {
  display: inline-block;
  content: "\f054";
  text-align: center;
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  font-family: FontAwesome;
  color: rgb(80, 192, 223);
}

.totp-button {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #totp-container #flex {
    display: flex;
  }
  #totp-container #codes-list {
    height: 170px;
  }
  #totp-container .setup {
    padding: 0 20px 0 5px;
  }
  #totp-container .reset {
    width: 265px;
    margin: auto;
  }
}
#push-container {
  max-width: 550px;
  margin: auto;
}
#push-container #push-content .btn-group {
  width: 100%;
}
#push-container #push-content .btn-group a {
  width: 100%;
  margin-bottom: 7px;
}
#push-container .qr-code {
  max-width: 200px;
}
#push-container .qr-code + .qr-code {
  margin-bottom: 20px;
}
#push-container .qr-code .app-store-img {
  margin-bottom: 15px;
}
#push-container .qr-code .app-store-img .url-img {
  height: 40px;
  padding-left: 22px;
}

.error-push-container {
  width: 450px;
}

@media screen and (max-width: 992px) {
  #push-container #qr-row {
    margin-bottom: 30px;
  }
}
.text-muted td, .displayzusatz:not(:empty) td,
.text-primary td,
.text-success td,
.text-info td,
.text-warning td,
.text-danger td {
  color: inherit;
}

.text-gray {
  color: #979795;
}

.text-align-top {
  vertical-align: top !important;
}

.text-align-bottom {
  vertical-align: bottom !important;
}

.alert p {
  color: inherit;
  font-size: inherit;
}
.alert p:last-child {
  margin-bottom: 0;
}

.ngdialog {
  background: rgba(0, 0, 0, 0.4);
  animation: ngdialog-fadein 0.5s;
}

.ngdialog-overlay {
  display: none;
}

.popover {
  font-family: Montserrat;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs li a {
  border: none;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border: none;
}
.nav-tabs > li a {
  font-weight: bold;
  color: #a9aaa8;
}
.nav-tabs > li a:hover {
  color: #5e5f5b;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: rgb(80, 192, 223);
}
.nav-tabs.overflow {
  margin-bottom: 15px;
  position: relative;
}
.nav-tabs.overflow li {
  float: none;
}
.nav-tabs.overflow li a {
  border-radius: 4px;
}
.nav-tabs.overflow li:not(.active) {
  display: none;
}
.nav-tabs.overflow:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #a9aaa8;
}
.nav-tabs.overflow.open li:not(.active) {
  display: block;
}
.nav-tabs.overflow.open:after {
  content: "\f00d";
}

.ui-select-dropdown.select2-drop-active {
  opacity: 1 !important;
}

.ui-select-toggle {
  display: flex;
  justify-content: space-between;
}

.ui-select-match-text {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.position-fix.form-control-feedback {
  right: 0 !important;
  top: 25% !important;
  pointer-events: auto;
  cursor: pointer;
}

.break-all-words {
  word-break: break-all;
}

.footer .copyright {
  border-top-color: #cfcfcf;
  color: #a9aaa8;
  padding: 1em 0 0 0;
}
.footer .copyright a {
  color: inherit;
  text-decoration: underline;
}
.footer .copyright a:hover {
  color: rgb(80, 192, 223);
}

.keyboard-shortcut-mobile {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 5px;
  background: transparent;
  color: transparent;
  border: 0;
  border-top: 1px solid rgb(112, 124, 124);
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.keyboard-shortcut-mobile::placeholder, .keyboard-shortcut-mobile:-ms-input-placeholder, .keyboard-shortcut-mobile::-ms-input-placeholder {
  color: rgb(112, 124, 124);
}

.mailversand-select .select2-container-multi .select2-choices {
  display: flex;
  width: 100%;
}
.mailversand-select .select2-container-multi .select2-choices .ui-select-match {
  display: flex;
  flex-flow: row wrap;
  max-width: 60%;
}
.mailversand-select .select2-container-multi .select2-choices .select2-search-field {
  flex: 1;
}
.mailversand-select .select2-container-multi .select2-choices .select2-search-field .select2-input {
  width: 100% !important;
  height: 37px;
  line-height: 37px;
}
.mailversand-select .select2-container-multi .select2-choices .select2-search-choice {
  background: #fff;
  color: rgb(80, 192, 223);
  border: 1px solid rgb(80, 192, 223);
  padding: 6px 23px 6px 12px;
  margin: 5px 0 5px 5px;
}
.mailversand-select .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background: url("../img/select2_workaround.png") right top;
  left: inherit;
  outline: none;
  top: 13px;
}
.mailversand-select .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background: url("../img/select2_workaround.png") right 40%;
}
.mailversand-select .single-option .select2-choices {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.mailversand-select .single-option .select2-choices .select2-search-field {
  flex: 0;
}
.mailversand-select .single-option .select2-choices .select2-search-field * {
  cursor: default;
}
.mailversand-select .single-option .select2-choices .select2-search-choice {
  padding: 6px 23px 6px 12px !important;
  margin: 0;
  height: 27px;
}

.box-spacing-bottom {
  margin-bottom: 20px;
}

.checkbox-group-horizontal {
  display: flex;
  flex-flow: row wrap;
}
.checkbox-group-horizontal label {
  padding-right: 15px;
}

.icon-place a {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  border: none;
  border-radius: 25px;
  text-align: center;
  color: rgb(80, 192, 223);
  background: transparent;
}
.icon-place a.red {
  color: rgb(232, 78, 15);
}
.icon-place a.red.outline {
  border-color: rgb(232, 78, 15);
}
.icon-place a.red:hover {
  color: #ffffff;
  background-color: rgb(232, 78, 15);
}
.icon-place a.orange {
  color: rgb(247, 168, 0);
}
.icon-place a.orange.outline {
  border-color: rgb(247, 168, 0);
}
.icon-place a.orange:hover {
  color: #ffffff;
  background-color: rgb(247, 168, 0);
}
.icon-place a.green {
  color: rgb(149, 193, 31);
}
.icon-place a.green.outline {
  border-color: rgb(149, 193, 31);
}
.icon-place a.green:hover {
  color: #ffffff;
  background-color: rgb(149, 193, 31);
}
.icon-place a.gray {
  color: #a9aaa8;
}
.icon-place a.gray.outline {
  border-color: #a9aaa8;
}
.icon-place a.gray:hover {
  color: #ffffff;
  background-color: #a9aaa8;
}

.dashboard-filter-item {
  padding-bottom: 15px !important;
}

.button-spacing {
  margin-left: 5px;
  margin-bottom: 5px;
}

.pswp {
  z-index: 11000;
}

.popover-content .list-group .list-group-item.list-group-item-large {
  padding: 0.5em 0;
}

/*# sourceMappingURL=theme.css.map */
