@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Regular.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Bold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Italic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-BoldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Light.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-LightItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Semibold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Emoji';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansEmoji/OpenSansEmoji.ttf') format('truetype'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansEmoji/OpenSansEmoji.otf') format('otf');
  font-style: normal;
}
@font-face {
  font-family: 'il-icons';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/Iconfont/il-icons.woff') format('woff'), url('/Customizing/global/skin/zinal2022/assets/fonts/Iconfont/il-icons.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* rtl-review is this font safe for RTL languages? */
/* rtl-review */
[dir="ltr"] * {
  direction: ltr;
  unicode-bidi: embed;
}
[dir="rtl"] * {
  text-align: right;
  direction: rtl;
  unicode-bidi: embed;
}
bdo[dir="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
bdo[dir="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/*
/* rtl-review */
/* with specifics imports
add [dir="rtl"] SELECTOR ([dir="ltr"] is default)
to elements with different left/right margin, padding, border, position, float, clear, text-align and, when needed, Background-position.
In theory, you should also invert shadow... but i think we could postpone this to another release...
All parts that aren't checked yet are actually marked with "rtl-review"
*/
/*! 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;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/libs/bower/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("/libs/bower/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/libs/bower/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/libs/bower/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/libs/bower/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/libs/bower/bower_components/bootstrap/fonts/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.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: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.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: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.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,
.il-tree li.il-tree-node.expandable > .node-line:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before,
.il-tree li.il-tree-node.expandable[aria-expanded="true"] > .node-line: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: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #161616;
  background-color: #f0f0f0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #FF0000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cc0000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  outline-offset: 0px;
}
a:focus:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
a:focus:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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 {
  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: 500;
  line-height: 1.1;
  color: inherit;
}
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 {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #737373;
}
.text-primary {
  color: #FF0000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc0000;
}
.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;
  background-color: #FF0000;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc0000;
}
.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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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;
}
@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;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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,
.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,
.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-sm-1,
.col-md-1,
.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,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .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,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: #737373;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f0f0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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: white;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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;
  outline: none;
  outline-offset: 0px;
}
input[type="file"]:focus:focus-visible,
input[type="radio"]:focus:focus-visible,
input[type="checkbox"]:focus:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
input[type="file"]:focus:focus-visible::after,
input[type="radio"]:focus:focus-visible::after,
input[type="checkbox"]:focus:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ff6666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 102, 102, 0.6);
}
.form-control::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6f6f6f;
}
.form-control::-webkit-input-placeholder {
  color: #6f6f6f;
}
.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: 25px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 38px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 32px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 38px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 38px;
  line-height: 38px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 38px;
  line-height: 38px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 38px;
  min-height: 38px;
  padding: 7px 12px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 31.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .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 .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 .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 {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #565656;
}
@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 {
    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: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 4px;
    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 {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    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: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  outline-offset: 0px;
}
.btn:focus:focus-visible,
.btn:active:focus:focus-visible,
.btn.active:focus:focus-visible,
.btn.focus:focus-visible,
.btn:active.focus:focus-visible,
.btn.active.focus:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
.btn:focus:focus-visible::after,
.btn:active:focus:focus-visible::after,
.btn.active:focus:focus-visible::after,
.btn.focus:focus-visible::after,
.btn:active.focus:focus-visible::after,
.btn.active.focus:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FF0000;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FF0000;
  background-color: #fefefe;
  border-color: #d0d0d0;
}
.btn-default:focus,
.btn-default.focus {
  color: #FF0000;
  background-color: #e5e5e5;
  border-color: #909090;
}
.btn-default:hover {
  color: #FF0000;
  background-color: #e5e5e5;
  border-color: #b1b1b1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FF0000;
  background-color: #e5e5e5;
  background-image: none;
  border-color: #b1b1b1;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FF0000;
  background-color: #d3d3d3;
  border-color: #909090;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fefefe;
  border-color: #d0d0d0;
}
.btn-default .badge {
  color: #fefefe;
  background-color: #FF0000;
}
.btn-primary {
  color: #fff;
  background-color: #FF0000;
  border-color: #e60000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #660000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #cc0000;
  background-image: none;
  border-color: #a80000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #660000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FF0000;
  border-color: #e60000;
}
.btn-primary .badge {
  color: #FF0000;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #6ea03c;
  border-color: #618d35;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #557b2e;
  border-color: #223112;
}
.btn-success:hover {
  color: #fff;
  background-color: #557b2e;
  border-color: #436124;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #557b2e;
  background-image: none;
  border-color: #436124;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #436124;
  border-color: #223112;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6ea03c;
  border-color: #618d35;
}
.btn-success .badge {
  color: #6ea03c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #dcb496;
  border-color: #d6a683;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #cf9970;
  border-color: #a36536;
}
.btn-info:hover {
  color: #fff;
  background-color: #cf9970;
  border-color: #c68655;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #cf9970;
  background-image: none;
  border-color: #c68655;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #c68655;
  border-color: #a36536;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #dcb496;
  border-color: #d6a683;
}
.btn-info .badge {
  color: #dcb496;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #B54F00;
  border-color: #9c4400;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #823900;
  border-color: #1c0c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #823900;
  border-color: #5e2900;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #823900;
  background-image: none;
  border-color: #5e2900;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #5e2900;
  border-color: #1c0c00;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #B54F00;
  border-color: #9c4400;
}
.btn-warning .badge {
  color: #B54F00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d00;
  border-color: #c40000;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #aa0000;
  border-color: #440000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #aa0000;
  border-color: #860000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #aa0000;
  background-image: none;
  border-color: #860000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #860000;
  border-color: #440000;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d00;
  border-color: #c40000;
}
.btn-danger .badge {
  color: #d00;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #FF0000;
  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: #cc0000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.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;
  -o-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: white;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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.42857143;
  color: #161616;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #FF0000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #FF0000;
  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.42857143;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 0px;
  border-top-right-radius: 0px;
  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: 0px;
  border-bottom-left-radius: 0px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  line-height: 38px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 0px;
}
.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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.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: #FF0000;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #FF0000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-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 {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
.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: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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: 768px) {
  .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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 40px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: 7.5px;
  margin-bottom: 7.5px;
}
@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 {
    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: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.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: #080808;
}
.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: #080808;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #FF0000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #cc0000;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #FF0000;
  border-color: #FF0000;
}
.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: 6px 12px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #FF0000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc0000;
}
.label-success {
  background-color: #6ea03c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #557b2e;
}
.label-info {
  background-color: #dcb496;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #cf9970;
}
.label-warning {
  background-color: #B54F00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #823900;
}
.label-danger {
  background-color: #d00;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #aa0000;
}
.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: #B54F00;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #FF0000;
  background-color: #B54F00;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.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: 0px;
}
.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.42857143;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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 {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #FF0000;
}
.thumbnail .caption {
  padding: 9px;
  color: #161616;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  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: #bbb;
  border-radius: 0px;
  -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: #fff;
  text-align: center;
  background-color: #FF0000;
  -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: #6ea03c;
}
.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: #e60000;
}
.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: #B54F00;
}
.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: #d00;
}
.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: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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: #FF0000;
  border-color: #FF0000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #ffcccc;
}
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,
button.list-group-item:hover,
a.list-group-item:focus,
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: white;
  border: 1px solid transparent;
  border-radius: 0px;
  -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-heading {
  padding: 9px 12px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.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: 9px 12px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.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 > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 0px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: none;
}
.panel-default > .panel-heading {
  color: #161616;
  background-color: #f9f9f9;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-default > .panel-heading .badge {
  color: #f9f9f9;
  background-color: #161616;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}
.panel-primary {
  border-color: none;
}
.panel-primary > .panel-heading {
  color: #161616;
  background-color: #f9f9f9;
  border-color: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-primary > .panel-heading .badge {
  color: #f9f9f9;
  background-color: #161616;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}
.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: 0px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close,
.baustein_bildungskatalog .modal-register .modal-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #FF0000;
  content: " \e606\00a0";
}
.breadcrumb > .active {
  color: #cc0000;
}
.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: 0px;
  -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 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 0px;
}
.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: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: #f9f9f9;
  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: #f9f9f9;
  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: #f9f9f9;
}
.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: #f9f9f9;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  border-radius: -1px -1px 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 {
  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);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.il-table-presentation-row .il-table-presentation-row-expanded:before,
.il-table-presentation-row .il-table-presentation-row-expanded:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.il-table-presentation-row .il-table-presentation-row-expanded: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,
.visible-sm,
.visible-md,
.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;
  }
}
.badge {
  font-size: 9px;
  margin-left: -4px;
  position: absolute;
}
.il-counter-novelty {
  padding: 2px 4px;
  margin-top: -5px;
  background-color: #B54F00;
}
.il-counter-status {
  padding: 2px 4px;
  margin-top: 10px;
  background-color: #737373;
}
.panel {
  border: none;
}
.panel .panel-heading.ilHeader,
.panel .panel-heading.ilBlockHeader {
  background-color: #f9f9f9;
  margin: 0;
  padding: 9px 12px;
  padding-bottom: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading.ilHeader h2,
.panel .panel-heading.ilBlockHeader h2,
.panel .panel-heading.ilHeader h2.ilHeader,
.panel .panel-heading.ilBlockHeader h2.ilHeader {
  margin: 0;
  color: #161616;
  font-size: 19px;
  line-height: 1.33;
  font-weight: 600;
}
.panel .panel-heading.ilHeader h3,
.panel .panel-heading.ilBlockHeader h3,
.panel .panel-heading.ilHeader h3.ilHeader,
.panel .panel-heading.ilBlockHeader h3.ilHeader {
  margin: 0;
  color: #161616;
  font-size: 17px;
}
.panel .panel-heading.ilHeader h4,
.panel .panel-heading.ilBlockHeader h4,
.panel .panel-heading.ilHeader h4.ilBlockHeader,
.panel .panel-heading.ilBlockHeader h4.ilBlockHeader {
  margin: 0;
  color: #161616;
  font-size: 16px;
}
.panel .panel-heading.ilHeader .dropdown > button.dropdown-toggle,
.panel .panel-heading.ilBlockHeader .dropdown > button.dropdown-toggle {
  color: white;
}
.panel .panel-body {
  padding: 6px 12px;
  background-color: white;
}
.panel-flex .panel-heading {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.panel-flex .ilHeader {
  display: flex;
}
.panel-flex h3.ilHeader {
  flex-grow: 99;
  flex-shrink: 1;
  line-height: 21px;
  order: 1;
}
.panel-flex .ilBlockHeader h4,
.panel-flex .ilHeader h4 {
  flex-grow: 99;
  flex-shrink: 1;
  order: 1;
}
.panel-flex .il-viewcontrol-sortation {
  flex-shrink: 1;
  order: 2;
  margin-right: 8px;
  margin-left: auto;
}
.panel-flex .panel-heading .dropdown {
  flex-shrink: 1;
  order: 3;
}
.panel-flex .il-viewcontrol-pagination,
.panel-flex .il-viewcontrol-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  order: 4;
  background-color: #f9f9f9;
  text-align: center;
  padding-top: 8px;
}
.panel-primary h3.ilHeader {
  font-weight: 600;
}
.panel-secondary .panel-heading.ilHeader {
  padding: 6px 12px;
}
.panel-secondary .panel-heading.ilHeader h4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.panel-secondary .panel-heading.ilHeader h2.ilHeader {
  font-size: 17px;
}
.panel-secondary .panel-heading.ilHeader h3.ilHeader {
  font-size: 17px;
}
.panel-secondary .panel-body .il-item-group {
  margin: 0 -12px;
}
.panel-secondary .panel-body .il-item-group h3 {
  padding: 6px 12px;
}
.panel-secondary .panel-body .il-item-group h4 {
  padding: 6px 12px;
}
.panel-secondary .panel-body .il-item-group:first-child {
  margin: -6px -12px 0 -12px;
}
.panel-secondary .panel-body .il-item-group .il-item {
  padding-left: 12px;
}
.panel-secondary .panel-body .il-item-group .il-item .media-right {
  vertical-align: middle;
}
.panel-secondary .il-panel-listing-std-container > h2,
.panel-secondary .panel-body h4 {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #161616;
  margin: 0;
}
.panel-secondary .il-std-item-container:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.panel-sub {
  margin: -6px -12px;
}
.panel-sub .panel-body {
  margin: 0;
}
.panel-sub:first-child .panel-heading {
  padding: 9px 12px;
}
.il-panel-report .thumbnail {
  margin-bottom: 0;
}
.il-panel-report > .panel-body > .panel {
  margin-bottom: 6px;
}
.il-panel-report .panel-heading {
  min-height: 34px;
}
.il-panel-listing-std-container {
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.il-panel-listing-std-container > h2 {
  color: #161616;
  font-size: 19px;
  font-weight: 600;
  float: left;
  padding: 9px 12px;
  padding-bottom: 4px;
  margin: 0;
  line-height: 1.33;
}
.il-panel-listing-std-container .dropdown {
  float: right;
}
.il-panel-listing-std-container > .dropdown {
  padding: 9px 12px;
}
.il-panel-listing-std-container > .dropdown:not(:last-child) {
  padding-bottom: 4px;
}
.il-card {
  padding: 0 0 6px 0;
  width: 100%;
  position: relative;
  background-color: white;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0, 0.15);
  /* see bug #24947 */
}
.il-card .il-card-image-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.il-card .il-card-image-container a:focus-visible {
  position: static;
}
.il-card img.img-responsive,
.il-card img.img-standard {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  margin: auto;
  z-index: 100;
}
.il-card a {
  overflow: hidden;
}
.il-card .card-title .btn,
.il-card .card-title a {
  font-size: 14px;
}
.il-card.thumbnail {
  margin-bottom: 0px;
  font-size: 12px;
}
.il-card.thumbnail:focus-within .il-card-repository-head {
  z-index: 400;
}
.il-card.thumbnail a:focus-visible {
  overflow: visible;
}
.il-card .card-highlight {
  background: #B54F00;
  height: 6px;
  width: 100%;
}
.il-card .card-no-highlight {
  background-color: transparent;
  height: 6px;
  width: 100%;
}
.il-card .caption {
  padding-top: 6px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.il-card .caption h5 {
  margin: 6px 0 0 0;
}
.il-card .caption dl dt {
  font-weight: normal;
  color: #6f6f6f;
  padding-top: 6px;
}
.il-card .il-card-repository-head {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 47px;
  padding: 0 6px;
  z-index: 300;
}
.il-card .il-card-repository-head .icon.outlined {
  filter: invert(1);
}
.il-card .il-card-repository-head .icon.outlined.disabled {
  filter: invert(1);
}
.il-card .il-card-repository-head > div {
  padding: 6px 6px;
  float: left;
}
.il-card .il-card-repository-head .il-chart-progressmeter-box {
  width: 41px;
  height: 39px;
}
.il-card .il-card-repository-head .il-chart-progressmeter-box > .il-chart-progressmeter-container .il-chart-progressmeter-viewbox {
  max-width: 100%;
  filter: brightness(1.2);
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown {
  float: right;
  padding: 9px 6px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button {
  background-color: inherit;
  border: #dddddd 1px solid;
  width: 29px;
  height: 29px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button span.caret {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button:focus-visible {
  overflow: visible;
  outline-offset: 4px;
}
.il-panel-report .il-card {
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .row-eq-height .il-card {
    display: flex;
    flex-direction: column;
  }
  .row-eq-height .il-card .card-title {
    flex-grow: 2;
  }
}
/* see bug #25920, limit size of cards for small screens */
@media (max-width: 768px) {
  .il-card {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.il-deck .row {
  margin-left: -5px;
  margin-right: 0;
}
.il-deck .row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 6px;
}
.il-deck .row.row-eq-height:before {
  content: none !important;
}
.il-deck .row.row-eq-height:after {
  content: none !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > div {
  display: flex;
}
.il-upload-file-item.row [class*="col-"].col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.il-upload-file-item.standard {
  background: white;
  border: 1px solid #757575;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
}
.il-upload-file-item.standard .file-info {
  padding: 3px 8px;
  line-height: 1.42857143;
  border-radius: 0;
  font-size: 12px;
  border: 1px solid transparent;
  color: #161616;
  display: inline-block;
}
.il-upload-file-item.standard .remove button {
  margin: 2px 7px 0 0;
}
.il-dropzone.row [class*="col-"].col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.il-dropzone.standard {
  background: white;
  border: 1px dashed #757575;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
}
.il-dropzone.standard .dz-message {
  padding: 3px 8px;
  line-height: 1.42857143;
  border-radius: 0;
  font-size: 12px;
  border: 1px solid transparent;
  color: #757575;
  display: inline-block;
}
.il-dropzone.wrapper {
  padding: 1px;
}
.il-dropzone.darkened-highlight {
  z-index: 1100;
  position: relative;
  border: 1px dashed #757575;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFD6;
}
.il-dropzone.default-highlight {
  border: 1px dashed #757575;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFD6;
}
.il-dropzone.drag-hover {
  border: 1px dashed #5b5b5b;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #FFF9BC;
}
.btn {
  font-size: 12px;
}
.btn:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.btn:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.btn:active,
.btn.engaged {
  outline: none;
}
input.btn {
  display: inline-block;
  min-width: 60px;
  vertical-align: top;
}
@media (max-width: 768px) {
  input.btn {
    min-width: 0;
  }
}
.btn-default {
  color: white;
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-default:focus,
.btn-default.focus {
  color: white;
  background-color: #cc0000;
  border-color: #800000;
}
.btn-default:hover {
  color: white;
  background-color: #cc0000;
  border-color: #c20000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #cc0000;
  background-image: none;
  border-color: #c20000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: white;
  background-color: #a80000;
  border-color: #800000;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-default .badge {
  color: #FF0000;
  background-color: white;
}
.btn-default:focus-visible {
  position: relative;
}
.btn-primary {
  color: white;
  background-color: #557b2e;
  border-color: #557b2e;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #3b5620;
  border-color: #151e0b;
}
.btn-primary:hover {
  color: white;
  background-color: #3b5620;
  border-color: #364e1d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #3b5620;
  background-image: none;
  border-color: #364e1d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #293c16;
  border-color: #151e0b;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #557b2e;
  border-color: #557b2e;
}
.btn-primary .badge {
  color: #557b2e;
  background-color: white;
}
.btn[disabled],
.btn.btn-tag[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn.btn-tag,
.btn[disabled]:hover,
.btn.btn-tag[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn.btn-tag:hover,
.btn[disabled]:focus,
.btn.btn-tag[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.btn-tag:focus,
.btn[disabled]:active,
.btn.btn-tag[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.btn-tag:active,
.btn[disabled].active,
.btn.btn-tag[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.btn-tag.active {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  color: #000000;
  cursor: default;
}
.btn.engaged,
.btn.btn-tag.engaged,
.btn.engaged:hover,
.btn.btn-tag.engaged:hover,
.btn.engaged:active,
.btn.btn-tag.engaged:active,
.btn.engaged.active,
.btn.btn-tag.engaged.active {
  background-color: white;
  color: #161616;
}
button > .glyphicon {
  pointer-events: none;
}
a[disabled],
a fieldset[disabled] ,
a[disabled]:hover,
a fieldset[disabled] :hover,
a[disabled]:focus,
a fieldset[disabled] :focus,
a[disabled]:active,
a fieldset[disabled] :active,
a[disabled].active,
a fieldset[disabled] .active {
  background-color: #b0b0b0;
  color: #000000;
  border-color: #b0b0b0;
  padding: 0;
  cursor: default;
}
.il-btn-month .dropdown-menu {
  min-width: 250px;
}
.btn-tag {
  display: inline-block;
  white-space: nowrap;
  padding: 1px 5px;
  margin: 2px 4px 2px 0;
  border-radius: 3px;
}
.btn-tag.btn-tag-relevance-verylow {
  border-color: #b0b0b0;
  background-color: #b0b0b0;
  color: #000000;
}
.btn-tag.btn-tag-relevance-low {
  border-color: #a5b8ba;
  background-color: #a5b8ba;
  color: #000000;
}
.btn-tag.btn-tag-relevance-middle {
  border-color: #95c5ca;
  background-color: #95c5ca;
  color: #000000;
}
.btn-tag.btn-tag-relevance-high {
  border-color: #85d1da;
  background-color: #85d1da;
  color: #000000;
}
.btn-tag.btn-tag-relevance-veryhigh {
  border-color: #75deea;
  background-color: #75deea;
  color: #000000;
}
.btn.btn-link {
  padding: 0;
  text-align: left;
  white-space: normal;
  vertical-align: baseline;
  font-size: inherit;
}
.btn-bulky {
  width: 100%;
}
.il-btn-with-loading-animation {
  background-image: url("../../../../../../../templates/default/images/loader.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}
.close,
.baustein_bildungskatalog .modal-register .modal-close {
  color: #737373;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #2c2c2c;
  opacity: 1;
}
.btn-tag {
  display: inline-block;
  white-space: nowrap;
  padding: 1px 5px;
  margin: 2px 4px 2px 0;
  border-radius: 3px;
}
.btn-tag.btn-tag-inactive {
  cursor: default !important;
}
.btn-tag.btn-tag-relevance-verylow {
  background-color: #b0b0b0;
  color: #000000;
}
.btn-tag.btn-tag-relevance-low {
  background-color: #a5b8ba;
  color: #000000;
}
.btn-tag.btn-tag-relevance-middle {
  background-color: #95c5ca;
  color: #000000;
}
.btn-tag.btn-tag-relevance-high {
  background-color: #85d1da;
  color: #000000;
}
.btn-tag.btn-tag-relevance-veryhigh {
  background-color: #75deea;
  color: #000000;
}
.il-toggle-button {
  position: relative;
  display: inline-block;
  height: 19px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 40px;
  cursor: pointer;
}
.il-toggle-button .il-toggle-switch {
  position: absolute;
  top: -4px;
  left: -6%;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  /* Safari */
  transition: all 0.25s ease-in-out;
}
.il-toggle-button.on {
  background: #6ea03c;
  border: 1px solid #bfbfbf;
}
.il-toggle-button.on .il-toggle-label-on {
  position: absolute;
  top: 0;
  left: 5px;
  font-weight: 600;
  font-size: 0.9em;
  color: white;
}
.il-toggle-button.on .il-toggle-switch {
  left: 53%;
  background: #f9f9f9;
  border: 1px solid #bfbfbf;
}
.il-toggle-button.off {
  background: #f9f9f9;
  border: 1px solid #bfbfbf;
}
.il-toggle-button.off .il-toggle-label-off {
  position: absolute;
  top: 0;
  left: 23px;
  font-weight: 600;
  font-size: 0.9em;
}
.il-toggle-button.off .il-toggle-switch {
  background: #f9f9f9;
  border: 1px solid #bfbfbf;
}
.il-toggle-button.unavailable {
  background: #cdcdcd;
  border: 1px solid #bfbfbf;
}
.il-toggle-button.unavailable .il-toggle-switch {
  background: #797979;
  border: 1px solid #bfbfbf;
}
.ilToolbar .il-toggle-button {
  bottom: 3px;
}
.ilToolbar label {
  font-size: 12px;
}
h4.il-divider {
  padding: 4px 6px;
  margin-bottom: 0px;
  background-color: white;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #161616;
}
hr.il-divider-with-label {
  display: none;
}
.il-divider-vertical:before {
  content: "\2022";
  padding-left: 6px;
  padding-right: 6px;
}
.dropdown .btn {
  text-align: left;
}
.dropdown hr {
  margin: 6px 0;
}
.dropdown h4 {
  margin: 3px 0;
}
ul.dropdown-menu {
  background-color: white;
  font-weight: normal;
  border: 0 none;
  -webkit-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
}
ul.dropdown-menu > li {
  padding: 0;
}
ul.dropdown-menu > li > .btn {
  display: block;
  width: 100%;
  clear: both;
  padding: 3px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  color: #161616;
  white-space: nowrap;
}
ul.dropdown-menu > li > .btn:hover,
ul.dropdown-menu > li > .btn:focus {
  text-decoration: none;
  color: #000000;
  background-color: #FF0000;
}
.il-maincontrols-slate-content .dropdown-menu {
  right: 0;
  left: inherit;
}
.il-std-item-container:not(:last-child) {
  border-bottom: 2px solid #f0f0f0;
}
.il-item {
  background-color: white;
  position: relative;
  padding: 12px;
}
.il-item:before,
.il-item:after {
  display: table;
  content: " ";
}
.il-item:after {
  clear: both;
}
.il-item:before,
.il-item:after {
  display: table;
  content: " ";
}
.il-item:after {
  clear: both;
}
.il-item .il-item-title {
  font-size: 14px;
  display: inline-block;
}
.il-item .il-item-title .btn-link,
.il-item .il-item-title a {
  font-size: inherit;
  line-height: 1.42857143;
}
.il-item .il-item-title .btn-link:focus-visible,
.il-item .il-item-title a:focus-visible {
  display: block;
}
.il-item .il-item-divider {
  clear: both;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  border: 0 none;
  background: none;
  border-bottom: dashed 0.5px #dddddd;
}
.il-item .dropdown {
  display: inline-block;
  float: right;
}
.il-item .il-item-description {
  padding: 10px 0 0 0;
  font-size: 12px;
  clear: both;
}
.il-item .il-item-property-name {
  font-size: 12px;
  color: #6f6f6f;
  overflow: hidden;
}
.il-item .il-item-property-name:not(:empty):after {
  content: ": ";
}
.il-item .il-item-property-value {
  font-size: 12px;
  overflow: hidden;
}
.il-item .col-sm-9 > .row {
  clear: both;
}
.il-item .row .row > .col-md-6 {
  margin-bottom: 6px;
}
.il-item .btn-link {
  vertical-align: baseline;
  font-size: inherit;
}
.il-item-marker {
  border-left: 5px solid;
}
.il-item-group {
  clear: both;
  background-color: #f9f9f9;
}
.il-item-group > h3 {
  float: left;
  color: #161616;
  font-size: 17px;
  font-weight: normal;
  padding: 9px 12px;
  margin: 0;
}
.il-item-group .dropdown {
  float: right;
}
.il-item-group-items {
  clear: both;
}
.il-item-notification-replacement-container:not(:first-child) .il-notification-item {
  margin-top: 6px;
}
.il-notification-item {
  padding-right: 15px;
}
.il-notification-item .il-item-notification-title {
  display: inline-block;
  margin: 0;
}
.il-notification-item .il-item-additional-content {
  clear: both;
}
.il-notification-item .row {
  margin-right: 0px;
}
.il-notification-item .dropdown {
  margin-top: -20px;
}
@media only screen and (min-width: 769px) {
  .panel-secondary .il-item {
    padding: 6px 6px;
    width: 100%;
  }
  .panel-secondary .il-item .il-item-title {
    word-break: break-word;
  }
  .panel-secondary .il-item .il-item-description {
    padding-top: 0;
    font-size: 11px;
    word-break: break-word;
  }
  .panel-secondary .il-item .col-sm-3 {
    margin-top: 3px;
    margin-left: 0;
    width: 45px;
  }
  .panel-secondary .il-item .col-sm-3 img {
    width: 40px;
  }
  .panel-secondary .il-item .col-sm-9 {
    width: calc(100% - 45px);
  }
  .panel-secondary .il-item .col-md-6 {
    width: 100%;
  }
}
/* otherwise dropdowns in items with icon do not work */
.il-std-item .media .media-body,
.il-std-item .media,
.il-notification-item .media,
.il-notification-item .media .media-body {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .il-item .il-item-divider {
    padding: 10px 0 0 0;
    margin: 0;
    border-bottom: 0;
  }
  .il-panel-listing-std-container .il-item .media-left {
    min-width: 44px;
  }
  .panel-secondary .il-item .media-body {
    width: auto;
  }
}
.il-viewcontrol-sortation .dropdown-toggle .caret {
  border: none;
  vertical-align: initial;
  width: 8px;
  height: 8px;
}
.il-viewcontrol-sortation .dropdown-toggle .caret:before {
  content: "\21f5";
}
.il-viewcontrol-pagination .dropdown {
  display: inline;
}
.il-viewcontrol-pagination .btn {
  vertical-align: top;
}
.il-viewcontrol-pagination .btn.engaged {
  background-color: white;
  padding: 0px 6px 0px 6px;
  border: 1px solid #FF0000;
  font-weight: normal;
}
.il-viewcontrol-pagination .dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}
.ilBlockContent .il-viewcontrol-section .btn.btn-default {
  background-color: transparent;
  border: 0;
  color: #FF0000;
  padding: 3px 3px;
}
.il-viewcontrol-pagination .engaged,
.il-viewcontrol-mode .engaged {
  pointer-events: none;
  cursor: default;
}
.il-viewcontrol-mode .btn + .btn {
  border-left-color: #dddddd;
}
.il-viewcontrol-mode .btn:not(:last-child):hover {
  border-right-color: #dddddd;
}
.panel-secondary .il-viewcontrol-section .btn-default,
.panel-secondary .il-viewcontrol-section .btn-default:active {
  background-color: transparent;
  border-color: transparent;
  color: #FF0000;
  box-shadow: none;
}
.breadcrumb_wrapper {
  width: 100%;
  display: inline-grid;
  background: white;
}
.breadcrumb_wrapper .breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: left;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  padding: 4px;
  padding-left: 100px;
}
.breadcrumb_wrapper .breadcrumb span.crumb a {
  color: #FF0000;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:hover {
  color: #cc0000;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus {
  border: 3px solid #0078D7;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus::after {
  content: none;
}
.breadcrumb_wrapper .breadcrumb > span + span:before {
  content: " \e606";
  color: #737373;
  padding: 8px 10px;
  font-family: "il-icons";
}
/* Breadcrumb */
.breadcrumb {
  margin: 0.8em 0 20px 0;
  font-size: 90%;
}
.breadcrumb > li + li:before {
  font-family: 'il-icons';
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0 0 0 0;
    padding: 0 5px;
  }
}
/************/
/* ScaleBar */
/************/
.il-chart-scale-bar {
  min-width: 100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.il-chart-scale-bar > li {
  float: left;
  padding: 0 2px;
}
.il-chart-scale-bar > li:last-child {
  padding-right: 0;
}
.il-chart-scale-bar > li:first-child {
  padding-left: 0;
}
.il-chart-scale-bar-item {
  font-size: 11px;
  padding: 1px 5px;
  color: #161616;
  text-align: center;
  background-color: #e0e0e0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.il-chart-scale-bar-active {
  color: white;
  background-color: #FF0000;
}
/*****************/
/* ProgressMeter */
/*****************/
.il-chart-progressmeter-box {
  overflow: hidden;
  position: relative;
}
.il-chart-progressmeter-box.fixed-size {
  width: 350px;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container {
  position: relative;
  min-width: 80px;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox {
  display: block;
  max-width: 80%;
  min-width: 80px;
  max-height: 800px;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle-bg {
  stroke: #dddddd;
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle {
  fill: none;
  stroke-linecap: round;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-multicircle .il-chart-progressmeter-circle {
  stroke-width: 1.66666667;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-monocircle .il-chart-progressmeter-circle {
  stroke-width: 4;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.no-success {
  stroke: #d9534f;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.success {
  stroke: #6ea03c;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.not-active {
  stroke: #f0ad4e;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.active {
  stroke: #aaaaaa;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-text text {
  text-anchor: middle;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-text .text-score {
  font-size: 7.5px;
  font-weight: bold;
  fill: #000000;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-text .text-comparision {
  font-size: 2.5px;
  fill: #000000;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-text .text-score-info,
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-text .text-comparision-info {
  font-size: 2.5px;
  fill: #bcbcbc;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle {
  transform-origin: 24.6066px 22.8934px;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle .il-chart-progressmeter-needle-border {
  stroke: #bcbcbc;
  stroke-width: 0.1;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle .il-chart-progressmeter-needle-fill {
  fill: #efefef;
  stroke-width: 0;
}
.il-chart-progressmeter-box .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle.no-needle {
  display: none;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container {
  min-width: 20px;
  max-width: 250px;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox {
  min-width: 20px;
  max-height: 250px;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle-bg {
  stroke: #dddddd;
  stroke-width: 5;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle {
  stroke-width: 5;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.no-success {
  stroke: #d9534f;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-circle.success {
  stroke: #6ea03c;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle {
  stroke: #bcbcbc;
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  transform-origin: 25px 23.25px;
}
.il-chart-progressmeter-box.il-chart-progressmeter-mini .il-chart-progressmeter-container .il-chart-progressmeter-viewbox .il-chart-progressmeter-needle.no-needle {
  stroke: transparent;
}
.il-standard-form {
  background-color: white;
  margin-top: 6px;
}
.il-standard-form .il-standard-form-cmd {
  float: right;
}
.il-standard-form .il-standard-form-cmd .btn {
  display: inline-block;
  min-width: 60px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .il-standard-form .il-standard-form-cmd .btn {
    min-width: 0;
  }
}
.il-standard-form .il-standard-form-header,
.il-standard-form .il-standard-form-footer,
.il-standard-form .il-section-input-header {
  background-color: #f0f0f0;
  color: #161616;
}
.il-standard-form .il-standard-form-header h2,
.il-standard-form .il-section-input-header h2 {
  font-size: 19px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.il-standard-form .il-standar-form-header-byline,
.il-standard-form .il-section-input-header-byline {
  font-size: 12px;
}
.il-standard-form .il-standard-form-header + .il-section-input {
  margin-top: -22.14285715px;
  padding: 0;
}
.il-standard-form .il-standard-form-header + .il-section-input .il-section-input-header h2 {
  margin-top: 0;
  padding-top: 0;
}
.il-standard-form .il-dependant-group {
  background-color: #f9f9f9;
  padding: 4px 0;
}
.il-standard-form .il-dependant-group .form-group {
  margin: 0;
}
.il-standard-form input[type="radio"],
.il-standard-form input[type="checkbox"] {
  height: unset;
  width: unset;
}
.input-group-addon {
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #161616;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #a6a6a6;
  border-radius: 0;
}
.form-horizontal .help-block {
  color: #161616;
  font-size: 85%;
  margin: 2px 0 4px;
  padding: 0;
  clear: both;
}
.form-horizontal .help-block:last-child {
  margin: 2px 0 10px;
}
.form-horizontal .help-block.alert-danger {
  margin: 4px 0 0;
  padding: 0 4px 0 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.il-input-tag {
  --tags-focus-border-color: #FF0000;
  --tag-bg: #FF0000;
  --tag-hover: #FF0000;
  --tag-text-color: white;
  --tag-invalid-color: #FF0000;
  --tag-invalid-bg: #FF0000;
  --tag-remove-bg: #FF0000;
  --tag-remove-btn-color: white;
  --tag-remove-btn-bg--hover: #FF0000;
  --tag-hide-transition: 0s;
  line-height: 1.42857143;
}
.il-input-tag-container {
  height: auto;
  min-height: 1.42857143;
}
.il-input-tag-container .il-input-tag {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 0px 4px;
  line-height: 1.42857143;
  font-weight: 700 !important;
  margin-bottom: 6.6px;
}
.il-input-tag-container .il-input-tag .tagify__tag {
  margin-top: 0;
}
.il-input-tag-container.disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
}
.il-input-tag-container.disabled .tagify__tag {
  cursor: not-allowed;
}
.il-input-tag-container.disabled .form-control {
  background-color: #EEEEEE;
}
.il-input-password .revelation-glyph {
  float: right;
  margin-top: -21px;
  margin-right: 5px;
}
.il-input-password .revelation-reveal {
  display: block;
}
.il-input-password .revelation-mask {
  display: none;
}
.revealed.il-input-password .revelation-reveal {
  display: none;
}
.revealed.il-input-password .revelation-mask {
  display: block;
}
.il-input-radio .form-control.il-input-radiooption {
  height: unset;
  border: unset;
  background-color: unset;
}
.il-input-multiselect {
  list-style: none;
  padding-left: 0px;
}
.il-standard-form textarea {
  height: 76px;
}
.il-filter .col-md-4,
.il-filter .col-md-6 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0px;
}
.il-filter .glyphicon-ok {
  font-size: unset;
  text-align: unset;
}
.il-filter input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.il-filter .input-group {
  width: 100%;
  height: 25px;
  table-layout: fixed;
}
.il-filter .input-group select {
  width: 100%;
  height: 25px;
  border: 1px solid #757575;
  background-color: white;
}
.il-filter .leftaddon {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 30%;
}
.il-filter .rightaddon {
  overflow: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10%;
}
.il-filter .rightaddon .glyphicon {
  top: 0;
}
.il-filter-bar {
  display: flex;
  padding: 4px 12px;
}
.il-filter-bar .il-filter-bar-opener {
  flex: 1;
}
.il-filter-bar .il-filter-bar-opener .btn-bulky {
  display: inline-flex;
  width: 100%;
  background-color: initial;
  font-size: 1.2em;
}
.il-filter-bar .il-filter-bar-opener .btn-bulky .glyph {
  padding-right: 0.3em;
}
.il-filter-bar .il-filter-bar-toggle {
  float: right;
  padding-left: 10px;
}
.il-filter-controls {
  position: absolute;
  bottom: 0px;
  padding-left: 15px;
  padding-bottom: 6px;
}
.il-filter-controls .btn-bulky {
  width: auto;
  background-color: initial;
  font-size: 14px;
}
.il-filter-inputs-active {
  background-color: #f9f9f9;
  padding: 4px 8px;
}
.il-filter-inputs-active span {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 0 8px;
  float: left;
  background-color: white;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90vw;
}
.il-filter-input-section {
  border-top: 1px solid #dddddd;
  position: relative;
  padding-bottom: 40px;
  padding-right: 12px;
  margin: 0;
}
.il-filter-input-section .il-input-multiselect {
  margin: 0.8em;
}
.il-filter-field {
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .il-filter .webui-popover {
    position: static;
    max-width: none;
  }
  .il-filter .webui-popover.bottom > .webui-arrow,
  .il-filter .webui-popover.bottom-right > .webui-arrow,
  .il-filter .webui-popover.bottom-left > .webui-arrow {
    display: none;
  }
  .il-filter .webui-popover.bottom,
  .il-filter .webui-popover.bottom-left,
  .il-filter .webui-popover.bottom-right {
    padding: 4px;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background-color: #f9f9f9;
  }
}
.il-filter.disabled .il-filter-inputs-active span {
  color: #b0b0b0;
}
.il-filter-add-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.il-filter-add-list ul li > button {
  padding: 6px 12px;
  display: block;
  width: 100%;
}
.il-input-duration .form-group.row {
  width: 50%;
  float: left;
}
.il-input-file .il-input-file-dropzone {
  background: white;
  border: 1px dashed #757575;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 6px;
  padding: 6px 12px;
}
.il-input-file .il-input-file-dropzone.dz-max-files-reached {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.il-input-file .il-input-file-dropzone.dz-max-files-reached button.btn {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #757575;
}
.il-input-file .il-input-file-dropzone.dz-drag-hover {
  border: 1px dashed #5b5b5b;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #FFF9BC;
}
.il-input-file .il-input-file-fileinfo,
.il-input-file .il-input-file-error {
  padding: 6px 12px;
}
.il-input-file .il-input-file-fileinfo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.il-input-file .il-input-file-fileinfo .il-input-file-fileinfo-title {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 3 0 auto;
  -ms-flex: 3 0 auto;
  flex: 3 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.il-input-file .il-input-file-fileinfo .il-input-file-fileinfo-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.il-input-file .il-input-file-fileinfo .il-input-file-fileinfo-size {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.il-input-file .il-input-file-fileinfo .il-input-file-fileinfo-close {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex: 0 1 20px;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.il-table-presentation-viewcontrols {
  background-color: #FF0000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.il-table-presentation-viewcontrols > div {
  padding: 6px;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged) {
  color: #FF0000;
  background-color: white;
  border-color: #FF0000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).focus {
  color: #FF0000;
  background-color: #e6e6e6;
  border-color: #800000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):hover {
  color: #FF0000;
  background-color: #e6e6e6;
  border-color: #c20000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):active,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).active,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged) {
  color: #FF0000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #c20000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):active:hover,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).active:hover,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):hover,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):active:focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).active:focus,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):active.focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).active.focus,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).focus {
  color: #FF0000;
  background-color: #d4d4d4;
  border-color: #800000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).disabled:hover,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged)[disabled]:hover,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):hover,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).disabled:focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged)[disabled]:focus,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).disabled.focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged)[disabled].focus,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).focus {
  background-color: white;
  border-color: #FF0000;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged) .badge {
  color: white;
  background-color: #FF0000;
}
.il-table-presentation-viewcontrols .btn-default.engaged {
  color: white;
  background-color: #FF0000;
  border-color: #FF0000;
}
.il-table-presentation-viewcontrols .btn-default.engaged:focus,
.il-table-presentation-viewcontrols .btn-default.engaged.focus {
  color: white;
  background-color: #cc0000;
  border-color: #800000;
}
.il-table-presentation-viewcontrols .btn-default.engaged:hover {
  color: white;
  background-color: #cc0000;
  border-color: #c20000;
}
.il-table-presentation-viewcontrols .btn-default.engaged:active,
.il-table-presentation-viewcontrols .btn-default.engaged.active,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default.engaged {
  color: white;
  background-color: #cc0000;
  background-image: none;
  border-color: #c20000;
}
.il-table-presentation-viewcontrols .btn-default.engaged:active:hover,
.il-table-presentation-viewcontrols .btn-default.engaged.active:hover,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default.engaged:hover,
.il-table-presentation-viewcontrols .btn-default.engaged:active:focus,
.il-table-presentation-viewcontrols .btn-default.engaged.active:focus,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default.engaged:focus,
.il-table-presentation-viewcontrols .btn-default.engaged:active.focus,
.il-table-presentation-viewcontrols .btn-default.engaged.active.focus,
.open > .dropdown-toggle.il-table-presentation-viewcontrols .btn-default.engaged.focus {
  color: white;
  background-color: #a80000;
  border-color: #800000;
}
.il-table-presentation-viewcontrols .btn-default.engaged.disabled:hover,
.il-table-presentation-viewcontrols .btn-default.engaged[disabled]:hover,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default.engaged:hover,
.il-table-presentation-viewcontrols .btn-default.engaged.disabled:focus,
.il-table-presentation-viewcontrols .btn-default.engaged[disabled]:focus,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default.engaged:focus,
.il-table-presentation-viewcontrols .btn-default.engaged.disabled.focus,
.il-table-presentation-viewcontrols .btn-default.engaged[disabled].focus,
fieldset[disabled] .il-table-presentation-viewcontrols .btn-default.engaged.focus {
  background-color: #FF0000;
  border-color: #FF0000;
}
.il-table-presentation-viewcontrols .btn-default.engaged .badge {
  color: #FF0000;
  background-color: white;
}
.il-table-presentation-viewcontrols .il-viewcontrol-pagination {
  order: 1;
}
.il-table-presentation-viewcontrols .il-viewcontrol-mode {
  order: 2;
}
.il-table-presentation-viewcontrols .il-viewcontrol-sortatio {
  order: 3;
}
.il-table-presentation-row {
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  white-space: nowrap;
}
.il-table-presentation-row .il-table-presentation-actions {
  right: 10px;
  position: absolute;
}
.il-table-presentation-row .il-table-presentation-row-controls,
.il-table-presentation-row .il-table-presentation-row-contents {
  display: inline-block;
  vertical-align: top;
}
.il-table-presentation-row .il-table-presentation-row-controls {
  width: 5%;
  padding-left: 6px;
}
.il-table-presentation-row .il-table-presentation-row-controls .il-table-presentation-row-controls-collapser {
  display: none;
  /*initially hidden*/
}
.il-table-presentation-row .il-table-presentation-row-controls .il-table-presentation-row-controls-expander {
  display: block;
  /*initially visible*/
}
.il-table-presentation-row .il-table-presentation-row-contents {
  white-space: normal;
  width: 95%;
}
.il-table-presentation-row .il-table-presentation-actions {
  margin: 5px 0;
}
.il-table-presentation-row .il-table-presentation-actions:not(:empty) + .il-table-presentation-row-header {
  max-width: calc(100% - 11rem);
}
.il-table-presentation-row .il-table-presentation-row-header {
  min-height: 34px;
}
.il-table-presentation-row .il-table-presentation-row-header h4 {
  font-size: 17px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.il-table-presentation-row .il-table-presentation-row-header .il-table-presentation-row-header-fields {
  display: block;
  /*initially visible*/
}
.il-table-presentation-row .il-table-presentation-row-expanded {
  margin-right: -15px;
  margin-left: -15px;
  display: none;
  /*initially hidden*/
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-desclist {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-desclist {
    float: left;
    width: 58.33333333%;
  }
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details {
    float: left;
    width: 41.66666667%;
  }
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-actions {
  margin-bottom: 6px;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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);
  font-size: 12px;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields .il-item-property-name {
  color: #6f6f6f;
}
.il-table-data {
  display: table;
}
.il-table-data .row {
  display: table-row;
}
.il-table-data .row .cell {
  display: table-cell;
  border: thin solid black;
  padding: 5px;
}
.il-table-data .header.cell {
  font-weight: bold;
}
.il-workflow {
  word-break: break-word;
}
.il-workflow-header .il-workflow-title {
  background-color: #f0f0f0;
  color: #FF0000;
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0;
}
.il-workflow-container {
  list-style: none;
  padding: 0;
}
.il-workflow-container .il-workflow-step:before {
  background-color: white;
  border: 1.05px solid #FF0000;
  border-radius: 50%;
  color: white;
  content: "";
  font-family: Glyphicons Halflings;
  font-size: 11px;
  height: 21px;
  line-height: 19px;
  margin-left: 5px;
  padding-left: 1px;
  position: absolute;
  text-align: center;
  width: 21px;
}
.il-workflow-container .il-workflow-step:last-child .text {
  border-left: none;
}
.il-workflow-container .not-available:before,
.il-workflow-container .no-longer-available:before {
  content: "\e033";
  color: #dddddd;
  background-color: #f9f9f9;
  border: none;
}
.il-workflow-container .not-available.in-progress:before,
.il-workflow-container .no-longer-available.in-progress:before {
  background-color: #ff9999;
  color: white;
}
.il-workflow-container .not-available.in-progress .text span,
.il-workflow-container .no-longer-available.in-progress .text span {
  color: #2c2c2c;
  opacity: 0.5;
}
.il-workflow-container .not-available .text,
.il-workflow-container .no-longer-available .text {
  color: #dddddd;
}
.il-workflow-container .no-longer-available:before {
  content: "\e023";
}
.il-workflow-container .completed-successfully:before,
.il-workflow-container .completed-unsuccessfully:before {
  background-color: #dddddd;
  color: white;
}
.il-workflow-container .completed-successfully:before {
  content: "\e013";
}
.il-workflow-container .completed-unsuccessfully:before {
  content: "\e014";
}
.il-workflow-container .available.completed-successfully:before,
.il-workflow-container .available.completed-unsuccessfully:before,
.il-workflow-container .in-progress:before {
  background-color: #FF0000;
}
.il-workflow-container .active:before {
  margin: 0;
  width: 31.5px;
  height: 31.5px;
  font-size: 15.75px;
}
.il-workflow-container .active.completed-successfully:before,
.il-workflow-container .active.completed-unsuccessfully:before {
  line-height: 31.5px;
  background-color: #FF0000;
}
.il-workflow-container .active .text .il-workflow-step-label,
.il-workflow-container .active .text .il-workflow-step-label .btn.btn-link {
  color: #FF0000;
  font-size: 18.9px;
  font-weight: 400;
}
.il-workflow-container .text {
  border-left: 1px dashed #2c2c2c;
  font-size: 14.7px;
  margin-left: 15px;
  padding: 0 0 31.5px 21px;
}
.il-workflow-container .text .il-workflow-step-label {
  display: block;
}
.il-workflow-container .available .il-workflow-step-label,
.il-workflow-container .available .il-workflow-step-label .btn.btn-link {
  color: #161616;
  font-size: 14.7px;
  font-weight: 300;
  margin-top: -5px;
}
/* common css for characteristic value listing */
.il-listing-characteristic-value-row {
  /* i tried .ilClearFloat, did not work as expected */
  border-top: solid #dddddd 1px;
  padding: 12px 0;
}
.il-listing-characteristic-value-row:before,
.il-listing-characteristic-value-row:after {
  display: table;
  content: " ";
}
.il-listing-characteristic-value-row:after {
  clear: both;
}
.il-listing-characteristic-value-row:before,
.il-listing-characteristic-value-row:after {
  display: table;
  content: " ";
}
.il-listing-characteristic-value-row:after {
  clear: both;
}
.il-listing-characteristic-value-row:first-child {
  border-top: none;
}
.il-listing-characteristic-value-label {
  float: left;
  width: 50%;
  right: 50%;
}
@media (max-width: 768px) {
  .il-listing-characteristic-value-label {
    width: 75%;
    right: 75%;
  }
}
.il-listing-characteristic-value-item {
  float: right;
  padding-left: 12px;
  width: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .il-listing-characteristic-value-item {
    width: 25%;
    left: 25%;
  }
}
/* when characteristic value listing is used in the card */
.il-card .il-listing-characteristic-value-row {
  border-top: none;
  padding: 6px 4px;
}
.il-card .il-listing-characteristic-value-label {
  padding-left: 6px;
  width: 75%;
  right: 75%;
}
.il-card .il-listing-characteristic-value-item {
  text-align: right;
  width: 25%;
  left: 25%;
}
div.alert div {
  margin-top: 10px;
}
div.alert ul {
  margin-top: 15px;
  background-color: #f9f9f9;
  padding: 6px 12px;
  font-size: 12px;
  color: #6f6f6f;
  list-style-type: none;
}
div.alert ul > li:before {
  content: "\00BB \0020";
  /* margin-left: -10px; */
}
.modal.fade {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.modal.fade .modal-title {
  font-size: 18px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -moz-transition: -moz-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.carousel.slide.text-only .carousel-inner {
  min-height: 400px;
}
.carousel.slide.text-only .carousel-indicators li {
  border-color: black;
}
.carousel.slide.text-only .carousel-indicators li.active {
  background-color: black;
}
.carousel.slide.text-only .carousel-control {
  background: none !important;
}
.il-tree {
  list-style-type: none;
  padding: 0 4px 0 calc(4px + 4px);
  margin-left: 0;
}
.il-tree ul {
  padding-left: 14px;
  list-style-type: none;
}
.il-tree li.il-tree-node {
  padding: 0;
}
.il-tree li.il-tree-node .node-line {
  padding: 3px 0 3px 14px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.il-tree li.il-tree-node .node-line > .node-label {
  padding-left: 4px;
}
.il-tree li.il-tree-node .node-line > .node-label .icon {
  vertical-align: text-bottom;
}
.il-tree li.il-tree-node .node-line > .node-byline {
  padding-left: 4px;
  width: 100%;
}
.il-tree li.il-tree-node.highlighted > .node-line {
  background-color: #FF0000;
}
.il-tree li.il-tree-node.expandable > .node-line:before {
  color: #737373;
  position: absolute;
  margin-left: -14px;
}
.il-tree li.il-tree-node[aria-expanded="false"] > ul {
  display: none;
}
.shadow-right {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
}
.shadow-bottom {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shadow-top {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
}
menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}
.il-layout-page {
  background: #f0f0f0;
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 70px auto 33px 1fr;
  grid-template-rows: 70px auto 33px 1fr;
  height: 100%;
  overflow: hidden;
  width: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.il-layout-page .il-maincontrols-mainbar .il-mainbar-close-slates {
  display: none;
}
.il-layout-page.with-mainbar-slates-engaged {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar {
  width: 409px;
}
.il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 995;
}
.il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-slates .il-maincontrols-slate {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.il-layout-page.with-mainbar-slates-engaged .il-maincontrols-mainbar .il-mainbar-close-slates {
  display: -ms-flexbox;
  display: flex;
}
header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
  z-index: 999;
}
.breadcrumbs {
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-top: 1px solid #dddddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 3;
  z-index: 998;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
div.il-system-infos {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
  z-index: 998;
}
.header-inner {
  -ms-flex-align: center;
  align-items: center;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 70px;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.il-logo {
  width: 50%;
  height: 45px;
  justify-self: start;
  display: flex;
  align-items: center;
}
.il-pagetitle {
  font-weight: 600;
  display: flex;
  font-size: 15.988px;
  align-items: flex-end;
  padding-left: 35px;
  color: #161616;
}
.il-header-locator {
  display: none;
}
nav.il-maincontrols {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  grid-column: 1;
  grid-row: 4;
  z-index: 997;
}
.il-maincontrols-mainbar {
  background-color: white;
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-colums: 80px 329px;
  grid-template-columns: 80px 329px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 80px;
}
.il-mainbar {
  background-color: #2c2c2c;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  grid-row: 1;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  z-index: 996;
}
.il-mainbar-tools-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.il-mainbar-tools-button button {
  height: 80px;
  width: 80px;
}
.il-mainbar-tools-entries button {
  height: 80px;
  width: 80px;
}
.il-mainbar-tools-entries.engaged {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.il-mainbar-slates {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  grid-column: 2;
  grid-row: 1;
}
main {
  display: block;
}
.il-layout-page-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
  grid-column: 2;
  grid-row: 4;
  overflow: auto;
}
/* Footer */
footer {
  background-color: #FF0000;
  min-height: auto;
  padding: 20px 0 15px 5px;
  text-align: center;
}
/*
**************************************************************
       mobile Layout
**************************************************************
*/
@media (min-width: 768px) {
  #il_right_col {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .il-layout-page.with-mainbar-slates-engaged #il_right_col {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .il-layout-page.with-mainbar-slates-engaged #il_center_col.col-sm-9 {
    padding-right: 15px;
  }
  .il-layout-page.with-mainbar-slates-engaged #il_center_col.col-sm-9,
  .il-layout-page.with-mainbar-slates-engaged #il_right_col.col-sm-3 {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .il-layout-page {
    background: #f0f0f0;
    display: block;
    overflow: initial;
    width: 100%;
  }
  .il-layout-page .nav.il-maincontrols {
    position: fixed;
    bottom: 0;
    z-index: 997;
    width: 100%;
  }
  .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0 50px;
    grid-template-rows: 0 50px;
    grid-template-rows: 0 calc(50px + 1.2 * env(safe-area-inset-bottom));
  }
  .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-close-slates {
    display: none;
  }
  .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-slates {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .il-layout-page.with-mainbar-slates-engaged {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3;
    height: calc(100% - 45px);
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 50px;
    grid-template-rows: 1fr 50px;
    grid-template-rows: 1fr calc(50px + 1.2 * env(safe-area-inset-bottom));
    width: 100%;
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-slates {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 995;
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-slates .il-maincontrols-slate {
    overflow-y: auto;
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-close-slates {
    display: none;
  }
  header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
  }
  .header-inner {
    position: relative;
    height: 45px;
    padding: 0;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .il-logo {
    width: 40px;
  }
  .il-pagetitle {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .il-header-locator {
    display: block;
  }
  .il-header-locator .dropdown {
    position: static;
  }
  .il-header-locator .open > .dropdown-menu {
    top: 44px;
    width: 100%;
  }
  .il-header-locator .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #2c2c2c;
    font-size: 1.5rem;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .il-header-locator .dropdown-toggle:before {
    content: " \e606";
    font-family: "il-icons";
    font-size: 1.8rem;
    margin-right: 10px;
  }
  .il-header-locator .open .dropdown-toggle:before {
    content: " \e604";
  }
  .il-header-locator .btn-default:active:hover,
  .il-header-locator .btn-default:active:focus,
  .il-header-locator .open > .dropdown-toggle.btn-default,
  .il-header-locator .open > .dropdown-toggle.btn-default:hover .open > .dropdown-toggle.btn-default:active,
  .il-header-locator .open > .dropdown-toggle.btn-default:active:hover,
  .il-header-locator .open > .dropdown-toggle.btn-default:active:focus {
    background: white;
    border-color: white;
    color: #2c2c2c;
    outline: none;
  }
  .il-header-locator span.caret {
    display: none;
  }
  .il-maincontrols-mainbar {
    display: block;
    width: 100%;
  }
  .il-mainbar {
    background-color: #2c2c2c;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    max-height: 50px;
    max-height: calc(50px + 1.2 * env(safe-area-inset-bottom));
    overflow: hidden;
    z-index: 996;
  }
  .il-mainbar-tools-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .il-mainbar-tools-button button {
    height: 50px;
    width: 75px;
  }
  .il-mainbar-tools-entries button {
    height: 50px;
    width: 75px;
  }
  .il-mainbar-tools-entries.engaged {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .il-mainbar-tools-entries .il-mainbar-tools-entries-bg {
    height: 50px;
  }
  .il-mainbar-slates {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
  }
  .il-mainbar-remove-tool {
    display: none;
  }
  .il-mainbar-tools-entries.engaged .il-mainbar-remove-tool {
    display: block;
  }
  main {
    display: block;
  }
  .il-layout-page-content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 45px);
    padding-bottom: 50px;
  }
  .il-layout-page-content > div {
    flex-grow: 1;
  }
}
/*
**************************************************************
       print styles
**************************************************************
*/
@media print {
  html body {
    overflow: visible;
    background: none;
  }
  html body .il-layout-page {
    display: block;
    overflow: visible;
    background: none;
  }
  html body .il-layout-page header,
  html body .il-layout-page .il-maincontrols,
  html body .il-layout-page .breadcrumbs,
  html body .il-layout-page footer,
  html body .il-layout-page .ilFileDropTargetOverlay {
    display: none !important;
  }
  html body .il-layout-page-content,
  html body .il-layout-page-content div {
    display: block;
  }
}
.il-maincontrols-slate.disengaged {
  display: none;
}
.il-maincontrols-slate .btn-bulky {
  padding: 10px 40px 15px 10px;
}
.il-maincontrols-slate .link-bulky {
  padding: 10px 10px 15px 10px;
}
.il-maincontrols-slate .btn-bulky,
.il-maincontrols-slate .link-bulky {
  align-items: flex-start;
  background-color: #f2f2f2;
  border: none;
  display: flex;
  margin-bottom: 2px;
  position: relative;
}
.il-maincontrols-slate .btn-bulky.engaged::before,
.il-maincontrols-slate .link-bulky.engaged::before,
.il-maincontrols-slate .btn-bulky.disengaged::before,
.il-maincontrols-slate .link-bulky.disengaged::before {
  font-family: "il-icons";
  font-size: 1.7rem;
  position: absolute;
  right: 10px;
  top: 20px;
}
.il-maincontrols-slate .btn-bulky.engaged::before,
.il-maincontrols-slate .link-bulky.engaged::before {
  content: " \e604";
}
.il-maincontrols-slate .btn-bulky.disengaged::before,
.il-maincontrols-slate .link-bulky.disengaged::before {
  content: " \e606";
}
.il-maincontrols-slate .btn-bulky:focus,
.il-maincontrols-slate .link-bulky:focus {
  color: inherit;
}
.il-maincontrols-slate .btn-bulky:hover,
.il-maincontrols-slate .link-bulky:hover,
.il-maincontrols-slate .btn-bulky.engaged,
.il-maincontrols-slate .link-bulky.engaged {
  background-color: rgba(255, 0, 0, 0.3);
  color: inherit;
}
.il-maincontrols-slate .btn-bulky .icon,
.il-maincontrols-slate .link-bulky .icon {
  margin-top: 4px;
  margin-right: 5px;
  filter: invert(50%);
}
.il-maincontrols-slate .btn-bulky .icon.small,
.il-maincontrols-slate .link-bulky .icon.small {
  min-width: 20px;
}
.il-maincontrols-slate .btn-bulky .icon.medium,
.il-maincontrols-slate .link-bulky .icon.medium {
  min-width: 35px;
}
.il-maincontrols-slate .btn-bulky .bulky-label,
.il-maincontrols-slate .link-bulky .bulky-label {
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  word-break: normal;
}
.il-maincontrols-slate .il-maincontrols-slate .btn-bulky {
  background-color: #f9f9f9;
}
.il-maincontrols-slate.il-maincontrols-slate-notification .il-maincontrols-slate-notification-title {
  text-transform: uppercase;
  padding: 12px;
}
.il-maincontrols-slate.il-maincontrols-slate-notification .il-maincontrols-slate-notification-title .btn-bulky {
  margin: -12px;
  border: none;
  border-right: solid 3px;
  border-right-color: #f9f9f9;
  padding: 12px;
  background-color: transparent;
  text-transform: uppercase;
  width: 50%;
}
.il-maincontrols-slate.il-maincontrols-slate-notification .il-maincontrols-slate-notification-title .btn-bulky .glyph :before {
  content: " \e605";
  font-family: "il-icons";
  font-size: 1.7rem;
  margin-right: 10px;
}
.il-maincontrols-slate #il-tag-slate-container .btn-bulky,
.il-maincontrols-slate #ilHelpPanel .btn-bulky {
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}
.il-maincontrols-slate #il-tag-slate-container .btn-bulky .glyph :before,
.il-maincontrols-slate #ilHelpPanel .btn-bulky .glyph :before {
  content: " \e605";
  font-family: "il-icons";
  font-size: 1.7rem;
  margin-right: 10px;
}
.il-maincontrols-slate #il-tag-slate-container .btn-bulky .bulky-label,
.il-maincontrols-slate #ilHelpPanel .btn-bulky .bulky-label {
  margin-top: 3px;
}
.il-maincontrols-slate .panel-body::after {
  content: "";
  display: inline;
  height: 0;
  clear: both;
  visibility: hidden;
}
.il-maincontrols-slate.engaged[data-depth-level="2"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="2"] .link-bulky:not(:hover) {
  background-color: #f9f9f9;
}
.il-maincontrols-slate.engaged[data-depth-level="3"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="3"] .link-bulky:not(:hover) {
  background-color: rgba(249, 249, 249, 0.15);
}
.il-maincontrols-slate.engaged[data-depth-level="4"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="4"] .link-bulky:not(:hover) {
  background-color: rgba(249, 249, 249, 0.1);
}
.il-maincontrols-slate-content p,
.il-maincontrols-slate-content h1,
.il-maincontrols-slate-content h2,
.il-maincontrols-slate-content h3,
.il-maincontrols-slate-content li {
  padding: 10px 20px;
}
.il-maincontrols-slate-content > hr {
  margin: 10px 0;
}
.il-maincontrols-slate-content li.jstree-node {
  padding: 4px 0;
}
.il-maincontrols-slate-content li.il-workflow-step {
  padding: 0 20px;
}
.il-maincontrols-slate-close button,
.il-maincontrols-slate-back button {
  background-color: transparent;
}
.il-maincontrols-slate-back {
  display: none;
}
.il-maincontrols-slate-back.active {
  display: block;
}
.il-maincontrols-slate-back button {
  width: 100%;
  text-align: left;
  padding: 30px 0 10px 20px;
}
.il-maincontrols-slate-close {
  width: 100%;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 50px;
  margin-top: auto;
  bottom: 0;
  position: sticky;
}
.il-maincontrols-slate-close .bulky-label {
  display: none;
}
.il-maincontrols-slate-close .btn-bulky {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
}
.il-maincontrols-slate-close .btn-bulky .glyph {
  padding-right: 20px;
}
.il-maincontrols-slate-close .btn-bulky.engaged {
  background-color: #fff;
  border: 0;
}
.il-maincontrols-slate-close .btn-bulky:active {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .il-maincontrols-slate span.glyph {
    width: 45px;
    text-align: left;
  }
  .il-maincontrols-slate .il-avatar {
    margin-right: 22.5px;
  }
  .il-maincontrols-slate .link-bulky .icon.small,
  .il-maincontrols-slate .btn-bulky .icon.small {
    margin-right: 25px;
  }
}
.il-maincontrols-metabar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  /* Remove bullets */
}
.il-maincontrols-metabar > li > .btn-bulky > .bulky-label,
.il-maincontrols-metabar > li > .link-bulky > .bulky-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.il-maincontrols-metabar .glyphicon {
  filter: invert(50%);
  font-family: 'il-icons';
  font-size: 2rem;
  margin-right: 5px;
  position: relative;
}
.il-maincontrols-metabar .input-group {
  display: block;
}
.il-maincontrols-metabar p {
  padding: 0;
}
.il-maincontrols-metabar form#mm_search_form {
  padding: 20px;
}
.il-maincontrols-metabar .badge {
  position: absolute;
}
.il-maincontrols-metabar .btn,
.il-maincontrols-metabar .il-link {
  position: relative;
}
.il-maincontrols-metabar .il-counter-novelty {
  margin-top: 0;
  top: 17px;
}
.il-maincontrols-metabar .il-counter-status {
  margin-top: 0;
  top: 32px;
}
.il-maincontrols-metabar > li > .il-link.link-bulky {
  display: block;
  text-align: center;
  padding: 3px 8px;
  line-height: 60px;
  border: 1px solid transparent;
}
.il-maincontrols-metabar > li > .btn-bulky,
.il-maincontrols-metabar > li > .link-bulky {
  background-color: transparent;
  height: 60px;
  min-width: 60px;
}
@media only screen and (max-width: 768px) {
  .il-maincontrols-metabar > li > .btn-bulky,
  .il-maincontrols-metabar > li > .link-bulky {
    height: 45px;
    min-width: 45px;
  }
}
.il-maincontrols-metabar > li > .btn-bulky:focus,
.il-maincontrols-metabar > li > .link-bulky:focus,
.il-maincontrols-metabar > li > .btn-bulky:active,
.il-maincontrols-metabar > li > .link-bulky:active {
  box-shadow: none;
}
.il-maincontrols-metabar > li > .btn-bulky.engaged,
.il-maincontrols-metabar > li > .link-bulky.engaged {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  border: none;
  color: initial;
  outline-color: transparent;
}
.il-maincontrols-metabar > li > .btn-bulky .glyphicon,
.il-maincontrols-metabar > li > .link-bulky .glyphicon {
  color: #737373;
  font-size: 2.3rem;
}
.il-maincontrols-metabar .bulky-label {
  white-space: normal;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .il-maincontrols-metabar .il-counter-novelty {
    top: 7px;
  }
  .il-maincontrols-metabar .il-counter-status {
    top: 22px;
  }
  .il-maincontrols-metabar .il-metabar-more-button {
    padding-right: 20px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom {
    position: relative;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom img {
    margin-right: 5px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom .badge {
    position: absolute;
    margin-right: 3px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom .badge.il-counter-novelty {
    margin-top: -5px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom .badge.il-counter-status {
    margin-top: 10px;
  }
}
.il-metabar-slates {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  position: absolute;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  right: 0;
  top: 60px;
}
.il-metabar-slates .il-maincontrols-slate {
  min-width: 500px;
}
@media only screen and (max-width: 768px) {
  .il-metabar-slates {
    width: 100%;
    top: 45px;
    right: 0;
  }
  .il-metabar-slates .glyphicon {
    color: #737373;
    font-size: 2rem;
  }
  .il-metabar-slates .il-counter-status,
  .il-metabar-slates .il-counter-novelty {
    margin-top: 0;
    top: 5px;
  }
  .il-metabar-slates .bulky-label {
    margin-left: 10px;
  }
  .il-metabar-slates .il-counter-spacer {
    margin-left: -18px;
  }
  .il-metabar-slates .il-metabar-more-slate .btn-bulky:after {
    content: "\e606";
    font-family: "il-icons";
    font-size: 1.7rem;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .il-metabar-slates .il-maincontrols-slate {
    min-width: 260px;
  }
}
.focus_hovered_engaged_slate_trigger_mixin {
  background-color: white;
  color: #2c2c2c;
}
.focus_hovered_engaged_slate_trigger_mixin .glyph {
  color: #2c2c2c;
}
.focus_hovered_engaged_slate_trigger_mixin .icon {
  filter: invert(50%);
}
.focus_hovered_engaged_slate_trigger_mixin .bulky-label {
  color: #2c2c2c;
}
.il-maincontrols-mainbar .btn-bulky,
.il-maincontrols-metabar .btn-bulky,
.il-maincontrols-mainbar .il-link.link-bulky,
.il-maincontrols-metabar .il-link.link-bulky {
  font-size: 0.9rem;
  line-height: 1.197rem;
}
.il-maincontrols-mainbar .btn-bulky:focus,
.il-maincontrols-metabar .btn-bulky:focus,
.il-maincontrols-mainbar .il-link.link-bulky:focus,
.il-maincontrols-metabar .il-link.link-bulky:focus,
.il-maincontrols-mainbar .btn-bulky:active,
.il-maincontrols-metabar .btn-bulky:active,
.il-maincontrols-mainbar .il-link.link-bulky:active,
.il-maincontrols-metabar .il-link.link-bulky:active {
  box-shadow: none;
}
.il-maincontrols-mainbar .btn-bulky:focus-visible,
.il-maincontrols-metabar .btn-bulky:focus-visible,
.il-maincontrols-mainbar .il-link.link-bulky:focus-visible,
.il-maincontrols-metabar .il-link.link-bulky:focus-visible,
.il-maincontrols-mainbar .btn-bulky:active:focus-visible,
.il-maincontrols-metabar .btn-bulky:active:focus-visible,
.il-maincontrols-mainbar .il-link.link-bulky:active:focus-visible,
.il-maincontrols-metabar .il-link.link-bulky:active:focus-visible {
  border: 3px solid #0078D7;
  outline: none;
}
.il-maincontrols-mainbar .btn-bulky:focus-visible::after,
.il-maincontrols-metabar .btn-bulky:focus-visible::after,
.il-maincontrols-mainbar .il-link.link-bulky:focus-visible::after,
.il-maincontrols-metabar .il-link.link-bulky:focus-visible::after,
.il-maincontrols-mainbar .btn-bulky:active:focus-visible::after,
.il-maincontrols-metabar .btn-bulky:active:focus-visible::after,
.il-maincontrols-mainbar .il-link.link-bulky:active:focus-visible::after,
.il-maincontrols-metabar .il-link.link-bulky:active:focus-visible::after {
  content: none;
}
.il-maincontrols-mainbar .bulky-label,
.il-maincontrols-metabar .bulky-label {
  white-space: normal;
  margin-top: 5px;
  display: block;
}
.il-maincontrols-mainbar .btn:active,
.il-maincontrols-metabar .btn:active,
.il-maincontrols-mainbar a:active,
.il-maincontrols-metabar a:active {
  outline: 0;
  outline-offset: 0;
}
.il-maincontrols-mainbar > .il-metabar-slate-auxillary,
.il-maincontrols-metabar > .il-metabar-slate-auxillary {
  display: none;
}
.il-mainbar-triggers {
  background: #2c2c2c;
  display: flex;
  position: relative;
  width: 80px;
  z-index: 1;
}
.il-mainbar-triggers .btn-bulky,
.il-mainbar-triggers .il-link.link-bulky {
  align-items: center;
  background: #2c2c2c;
  border: 0;
  border-bottom: 1px solid #dddddd;
  color: white;
  display: inline-flex;
  flex-flow: column wrap;
  height: 80px;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  width: 80px;
  width: 100%;
}
.il-mainbar-triggers .btn-bulky .icon,
.il-mainbar-triggers .il-link.link-bulky .icon {
  filter: invert(100%);
}
.il-mainbar-triggers .btn-bulky.engaged,
.il-mainbar-triggers .il-link.link-bulky.engaged {
  background-color: white;
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky.engaged .glyph,
.il-mainbar-triggers .il-link.link-bulky.engaged .glyph {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky.engaged .icon,
.il-mainbar-triggers .il-link.link-bulky.engaged .icon {
  filter: invert(50%);
}
.il-mainbar-triggers .btn-bulky.engaged .bulky-label,
.il-mainbar-triggers .il-link.link-bulky.engaged .bulky-label {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:focus-visible,
.il-mainbar-triggers .il-link.link-bulky:focus-visible {
  background-color: white;
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:focus-visible .glyph,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .glyph {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:focus-visible .icon,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .icon {
  filter: invert(50%);
}
.il-mainbar-triggers .btn-bulky:focus-visible .bulky-label,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .bulky-label {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:hover,
.il-mainbar-triggers .il-link.link-bulky:hover {
  transition: all 0.15s ease-in;
  background-color: white;
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:hover .glyph,
.il-mainbar-triggers .il-link.link-bulky:hover .glyph {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky:hover .icon,
.il-mainbar-triggers .il-link.link-bulky:hover .icon {
  filter: invert(50%);
}
.il-mainbar-triggers .btn-bulky:hover .bulky-label,
.il-mainbar-triggers .il-link.link-bulky:hover .bulky-label {
  color: #2c2c2c;
}
.il-mainbar-triggers .btn-bulky .glyph,
.il-mainbar-triggers .il-link.link-bulky .glyph {
  color: white;
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label {
  color: white;
  display: -webkit-box;
  margin-top: 5px;
  white-space: normal;
  word-break: break-word;
  padding: 0 2px;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.il-mainbar-triggers.engaged {
  background: white;
}
@media (hover: none) {
  .il-mainbar-triggers .btn-bulky:hover,
  .il-mainbar-triggers .il-link.link-bulky:hover {
    background-color: #2c2c2c;
    color: white;
  }
  .il-mainbar-triggers .btn-bulky:hover .icon,
  .il-mainbar-triggers .il-link.link-bulky:hover .icon {
    filter: invert(100%);
  }
  .il-mainbar-triggers .btn-bulky:hover .bulky-label,
  .il-mainbar-triggers .il-link.link-bulky:hover .bulky-label {
    color: white;
  }
  .il-mainbar-triggers .btn-bulky.engaged,
  .il-mainbar-triggers .il-link.link-bulky.engaged {
    background-color: white;
    color: #2c2c2c;
  }
  .il-mainbar-triggers .btn-bulky.engaged .icon,
  .il-mainbar-triggers .il-link.link-bulky.engaged .icon {
    filter: invert(50%);
  }
  .il-mainbar-triggers .btn-bulky.engaged .bulky-label,
  .il-mainbar-triggers .il-link.link-bulky.engaged .bulky-label {
    color: #2c2c2c;
  }
}
.il-mainbar-entries {
  min-width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.il-mainbar-slates {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  background: white;
  display: none;
  position: relative;
  width: 329px;
}
.il-mainbar-tools-button .btn-bulky,
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: #B54F00;
  border: 0;
  color: white;
  padding: 0;
}
.il-mainbar-tools-button .btn-bulky .icon,
.il-mainbar-tools-button .btn-bulky.engaged .icon {
  filter: invert(100%);
}
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: white;
  color: #2c2c2c;
}
.il-mainbar-tools-button .btn-bulky.engaged .icon {
  filter: invert(30%);
}
.il-mainbar-tools-entries {
  display: none;
}
.il-mainbar-tools-entries.engaged {
  display: flex;
  height: 80px;
  flex-shrink: 0;
}
.il-mainbar-tools-entries .btn-bulky,
.il-mainbar-tools-entries .btn-bulky,
.il-mainbar-tools-entries .il-link.link-bulky {
  background-color: #ff8080;
  color: white;
  padding: 0;
}
.il-mainbar-tools-entries .btn-bulky .icon,
.il-mainbar-tools-entries .btn-bulky .icon,
.il-mainbar-tools-entries .il-link.link-bulky .icon {
  filter: invert(100%);
}
.il-mainbar-tools-entries .btn-bulky .bulky-label,
.il-mainbar-tools-entries .btn-bulky .bulky-label,
.il-mainbar-tools-entries .il-link.link-bulky .bulky-label {
  text-overflow: ellipsis;
  overflow: hidden;
}
.il-mainbar-tools-entries .btn-bulky.engaged,
.il-mainbar-tools-entries .btn-bulky.engaged,
.il-mainbar-tools-entries .il-link.link-bulky.engaged {
  background-color: white;
  border: 0;
  color: #2c2c2c;
}
.il-mainbar-tools-entries .btn-bulky.engaged .icon,
.il-mainbar-tools-entries .btn-bulky.engaged .icon,
.il-mainbar-tools-entries .il-link.link-bulky.engaged .icon {
  filter: invert(60%);
}
.il-mainbar-tools-entries .il-mainbar-tool-trigger-item {
  display: inline;
  margin-right: 3px;
}
.il-mainbar-tools-entries .il-mainbar-tool-trigger-item .hidden {
  display: none;
}
.il-mainbar-tools-entries-bg {
  background: #f0f0f0;
  display: flex;
  height: 80px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.il-mainbar-remove-tool {
  display: none;
}
.il-mainbar-tools-entries.engaged .il-mainbar-remove-tool {
  /*display: block;*/
  position: absolute;
  top: 0;
  right: 0;
}
.il-mainbar-remove-tool .close {
  color: #FF0000;
  font-size: 4.5rem;
  font-weight: 300;
  height: 80px;
  padding: 0 20px;
  width: auto;
}
.il-mainbar-close-slates {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  height: 45px;
  margin-top: auto;
}
.il-mainbar-close-slates .btn-bulky {
  background-color: transparent;
  border-top: 1px solid #dddddd;
  display: flex;
  flex-direction: row;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.il-mainbar-close-slates .btn-bulky .bulky-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.il-mainbar-close-slates .btn-bulky .glyph:before {
  content: " \e605";
  display: block;
  font-family: "il-icons";
  font-size: 2.1rem;
}
.il-mainbar-close-slates .btn-bulky .glyph .glyphicon {
  display: none;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content {
  height: 0px;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content > :first-child {
  z-index: 1;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content .panel-secondary {
  margin-bottom: 0;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content .panel-secondary .panel-body {
  padding-bottom: 0;
}
/*
**************************************************************
       mobile Layout
**************************************************************
*/
@media only screen and (max-width: 768px) {
  .il-mainbar-entries {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-flow: row wrap;
  }
  .il-mainbar-triggers {
    background: #2c2c2c;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .il-mainbar-triggers .btn-bulky,
  .il-mainbar-triggers .il-link.link-bulky {
    flex-shrink: 0;
    border: 0;
    height: 50px;
    width: 75px;
  }
  .il-mainbar-triggers .btn-bulky .icon.small,
  .il-mainbar-triggers .il-link.link-bulky .icon.small {
    height: 15px;
    width: 15px;
  }
  .il-mainbar-tools-entries.engaged {
    height: 50px;
  }
  .il-mainbar-tools-entries.engaged .il-mainbar-remove-tool {
    top: 0;
  }
  .il-mainbar-tools-entries.engaged .il-mainbar-remove-tool .close {
    font-size: 4rem;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .il-mainbar-tool-trigger-item:nth-of-type(1):nth-last-of-type(5) .btn-bulky,
  .il-mainbar-tool-trigger-item:nth-of-type(2):nth-last-of-type(4) .btn-bulky,
  .il-mainbar-tool-trigger-item:nth-of-type(3):nth-last-of-type(3) .btn-bulky,
  .il-mainbar-tool-trigger-item:nth-of-type(4):nth-last-of-type(2) .btn-bulky,
  .il-mainbar-tool-trigger-item:nth-of-type(5):nth-last-of-type(1) .btn-bulky {
    width: 63px;
  }
}
.il-maincontrols-footer {
  color: white;
  font-size: 0.9em;
  padding: 2px 10px;
}
.il-maincontrols-footer .il-footer-content div {
  display: inline-block;
}
.il-maincontrols-footer .il-footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.il-maincontrols-footer .il-footer-links li {
  display: inline-block;
  margin-right: 5px;
}
.il-maincontrols-footer .il-footer-links li a,
.il-maincontrols-footer .il-footer-links li button {
  color: white;
}
.il-maincontrols-footer .il-footer-links li button {
  vertical-align: baseline;
}
.il-maincontrols-footer .il-footer-links li:first-child:before {
  content: "\00b7";
  margin-right: 10px;
}
.il-maincontrols-footer .il-footer-links li:after {
  content: "\00b7";
  margin-left: 10px;
}
.il-maincontrols-footer .il-footer-links li:last-child:after {
  content: " ";
}
.il-maincontrols-footer .il-footer-permanent-url {
  margin-right: 5px;
}
.il-maincontrols-footer .il-footer-text {
  margin-right: 5px;
}
.il-mode-info {
  border-top: 3px solid #B54F00;
  border-left: 3px solid #B54F00;
  border-right: 3px solid #B54F00;
  text-align: center;
  height: 30px;
  margin-bottom: -30px;
  z-index: 2;
  position: static;
}
.il-mode-info + div {
  border: 3px solid #B54F00;
  border-top: 0 none;
}
.il-layout-page-content > div {
  display: grid;
  grid-template-rows: auto 1fr;
}
.il-mode-info span.il-mode-info-content {
  margin: auto;
  background-color: #B54F00;
  padding: 3px 8px 3px 8px;
  -webkit-box-shadow: 0px 2px 2px 0px #808080;
  -moz-box-shadow: 0px 2px 2px 0px #808080;
  box-shadow: 0px 2px 2px 0px #808080;
}
.il-mode-info span {
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .il-mode-info {
    margin-bottom: 0;
  }
  span.il-mode-info-content {
    display: block;
    width: 100%;
  }
}
/*
**************************************************************
	System Infos
	change the rule for &.full to

		height: 100%;
		position: fixed;
		padding: 100px;
		top: 0;
		left: 0;
		font-size: 2em;
		line-height: 1.2em;

	to show a fullscreen info
**************************************************************
*/
.il-system-info {
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: calc(6px + 6px + 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.il-system-info.il-system-info-neutral {
  -webkit-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: #666666;
}
.il-system-info.il-system-info-neutral a.glyph {
  color: #666666;
}
.il-system-info.il-system-info-important {
  -webkit-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  background-color: #ffaaaa;
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: #770000;
}
.il-system-info.il-system-info-important a.glyph {
  color: #770000;
}
.il-system-info.il-system-info-breaking {
  -webkit-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  background-color: #aa0000;
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: #ffdddd;
}
.il-system-info.il-system-info-breaking a.glyph {
  color: #ffdddd;
}
.il-system-info.full {
  height: auto;
  overflow: visible;
}
.il-system-info div.il-system-info-content-wrapper {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: hidden;
}
.il-system-info div.il-system-info-content-wrapper span.il-system-info-headline {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 8px;
}
.il-system-info div.il-system-info-actions {
  font-size: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  flex-basis: 60px;
}
.il-system-info div.il-system-info-actions :not(:last-child) {
  padding-right: 12px;
}
.il-system-info div.il-system-info-actions span.il-system-info-more {
  display: none;
}
.il-system-info:not(:first-child) {
  border-top: none;
}
/*
**************************************************************
	Mobile Layout for System Info
**************************************************************
*/
@media only screen and (max-width: 768px) {
  .il-system_info {
    border-top: none;
  }
}
/*
**************************************************************
	Print View
**************************************************************
*/
@media print {
  .il-system-infos {
    display: none;
  }
}
.il-drilldown ul {
  list-style: none;
  padding: 0;
}
.il-drilldown .btn-bulky,
.il-drilldown .link-bulky {
  align-items: center;
  display: flex;
}
.il-drilldown .il-drilldown-current .btn-bulky,
.il-drilldown .il-drilldown-current .link-bulky {
  cursor: auto;
}
.il-drilldown .il-drilldown-structure,
.il-drilldown .il-drilldown-current ul,
.il-drilldown .il-drilldown-backlink ul,
.il-drilldown .il-drilldown-visible ul {
  display: none;
}
.icon {
  display: inline-block;
  text-align: center;
}
.icon .abbreviation {
  font-weight: bold;
  position: absolute;
}
.icon img {
  float: left;
}
.icon.small {
  height: 20px;
  line-height: 20px;
}
.icon.small .abbreviation {
  font-size: 8px;
  width: 20px;
}
.icon.small img {
  width: 20px;
  height: 20px;
}
.icon.medium {
  height: 35px;
  line-height: 35px;
}
.icon.medium .abbreviation {
  font-size: 14px;
  width: 35px;
}
.icon.medium img {
  height: 35px;
}
.icon.large {
  height: 45px;
  line-height: 45px;
}
.icon.large .abbreviation {
  font-size: 18px;
}
.icon.large img {
  height: 45px;
}
.icon.responsive {
  width: 100%;
  line-height: 35px;
}
.icon.responsive .abbreviation {
  font-size: 14px;
}
.icon.responsive img {
  width: 100%;
  height: auto;
}
.icon.disabled {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.icon.outlined {
  filter: brightness(0);
}
.icon.outlined.disabled {
  filter: contrast(0%);
}
.glyph {
  color: #FF0000;
}
.glyph.highlighted {
  color: #B54F00;
}
.glyph.highlighted:hover {
  color: #B54F00;
}
.glyph.disabled {
  color: #737373;
  pointer-events: none;
}
.glyph:hover,
.glyph:focus {
  color: #cc0000;
  text-decoration: none;
}
.glyph .il-counter-spacer {
  margin-left: -4px;
  font-size: 9px;
  padding: 2px 4px;
  visibility: hidden;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right {
  font-weight: 100;
}
.il-glyphicon-like,
.il-glyphicon-love,
.il-glyphicon-dislike:before,
.il-glyphicon-laugh:before,
.il-glyphicon-astounded:before,
.il-glyphicon-sad:before,
.il-glyphicon-angry:before {
  font-family: "Open Sans Emoji";
}
.il-glyphicon-like:before {
  content: "\1f44d";
}
.il-glyphicon-love:before {
  content: "\2764";
}
.il-glyphicon-dislike:before {
  content: "\1f44e";
}
.il-glyphicon-laugh:before {
  content: "\1f604";
}
.il-glyphicon-astounded:before {
  content: "\1f62e";
}
.il-glyphicon-sad:before {
  content: "\1f625";
}
.il-glyphicon-angry:before {
  content: "\1f620";
}
.glyphicon-option-horizontal:before {
  font-family: il-icons;
  content: "\e602";
}
.glyphicon-remove:before {
  font-family: il-icons;
  content: "\e082";
}
.glyphicon-briefcase:before {
  font-family: il-icons;
  content: "\e04b";
}
.glyphicon-bell:before {
  font-family: il-icons;
  content: "\e027";
}
.glyphicon-comment:before {
  font-family: il-icons;
  content: "\e04a";
}
.glyphicon-envelope:before {
  font-family: il-icons;
  content: "\e086";
}
.glyphicon-question-sign:before {
  font-family: il-icons;
  content: "\e05d";
}
.glyphicon-search:before {
  font-family: il-icons;
  content: "\e090";
}
.glyphicon-user:before {
  font-family: il-icons;
  content: "\e005";
}
.glyphicon-minus-sign:before {
  font-family: il-icons;
  content: "\e065";
}
.glyphicon-cog:before {
  font-family: il-icons;
  content: "\e09a";
}
.glyphicon-login:before {
  font-family: il-icons;
  content: "\e066";
}
.glyphicon-logout:before {
  font-family: il-icons;
  content: "\e065";
}
.glyphicon-lang:before {
  font-family: il-icons;
  content: "\e618";
}
.glyphicon-option-horizontal:before {
  font-family: il-icons;
  content: "\e603";
}
.glyphicon-option-vertical:before {
  font-family: il-icons;
  content: "\e602";
}
.glyphicon-minus-sign:before {
  font-family: il-icons;
  content: "\e615";
}
.glyphicon-plus-sign:before {
  font-family: il-icons;
  content: "\e095";
}
.glyphicon-triangle-bottom:before,
.il-tree li.il-tree-node.expandable[aria-expanded="true"] > .node-line:before {
  font-family: il-icons;
  content: "\e604";
}
.glyphicon-triangle-right:before,
.il-tree li.il-tree-node.expandable > .node-line:before {
  font-family: il-icons;
  content: "\e606";
}
.glyphicon-bulletlist:before {
  font-family: il-icons;
  content: "\e900";
}
.glyphicon-numberedlist:before {
  font-family: il-icons;
  content: "\e901";
}
.glyphicon-listindent:before {
  font-family: il-icons;
  content: "\e902";
}
.glyphicon-listoutdent:before {
  font-family: il-icons;
  content: "\e903";
}
.glyphicon-filter:before {
  font-family: il-icons;
  content: "\e904";
}
.glyphicon-user:before {
  font-family: il-icons;
  content: "\e001";
}
.il-avatar {
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.il-avatar.il-avatar-picture {
  border-color: #dddddd;
}
.il-avatar.il-avatar-picture img {
  height: 45px;
  width: 45px;
  vertical-align: top;
  border: 50%;
  overflow: hidden;
  object-fit: cover;
}
.il-avatar.il-avatar-letter span.abbreviation {
  font-weight: lighter;
  text-transform: inherit;
  font-size: calc(41px / 2);
  line-height: 1;
  position: relative;
  top: calc(41px / 4);
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-1 {
  background-color: #0e6252;
  border-color: #55e7cb;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-2 {
  background-color: #107360;
  border-color: #65ead0;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-3 {
  background-color: #aa890a;
  border-color: #f8e188;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-4 {
  background-color: #c87e0a;
  border-color: #fad9a4;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-5 {
  background-color: #176437;
  border-color: #6add9a;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-6 {
  background-color: #196f3d;
  border-color: #74e0a1;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-7 {
  background-color: #bf6516;
  border-color: #f5ceac;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-8 {
  background-color: #a04000;
  border-color: #ffa76d;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-9 {
  background-color: #1d6fa5;
  border-color: #a0cfee;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-10 {
  background-color: #1b557a;
  border-color: #7ebce3;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-11 {
  background-color: #bf2718;
  border-color: #f5b5ae;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-12 {
  background-color: #81261d;
  border-color: #e48f86;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-13 {
  background-color: #713b87;
  border-color: #d0b1dd;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-14 {
  background-color: #522764;
  border-color: #bb87d0;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-15 {
  background-color: #78848c;
  border-color: #e6e8ea;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-16 {
  background-color: #34495e;
  border-color: #98afc6;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-17 {
  background-color: #2c3e50;
  border-color: #8aa4be;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-18 {
  background-color: #566566;
  border-color: #bfc8c9;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-19 {
  background-color: #90175a;
  border-color: #ec87bf;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-20 {
  background-color: #9e2b6e;
  border-color: #e9accf;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-21 {
  background-color: #d22f10;
  border-color: #f9c0b5;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-22 {
  background-color: #666d4e;
  border-color: #c9cdba;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-23 {
  background-color: #715a32;
  border-color: #d3bf9c;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-24 {
  background-color: #83693a;
  border-color: #dbcbae;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-25 {
  background-color: #963a30;
  border-color: #e5b3ad;
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-26 {
  background-color: #e74c3c;
  border-color: #fdf3f2;
  color: white;
}
@media only screen and (max-width: 768px) {
  .il-avatar {
    height: 22.5px;
    width: 22.5px;
    margin-top: auto;
    border-width: 0px;
  }
  .il-avatar.il-avatar-picture img {
    height: 22.5px;
    width: 22.5px;
  }
  .il-avatar.il-avatar-letter span.abbreviation {
    font-size: calc(22.5px / 2);
    top: calc(22.5px / 4);
  }
}
.il-link:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.il-link:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.il-link:active,
.il-link.engaged {
  outline: none;
}
.il-link.link-bulky {
  text-decoration: none;
}
.il-link.link-bulky .icon,
.il-link.link-bulky .bulky-label {
  display: inline-block;
}
.il-link.link-bulky .icon {
  text-decoration: none;
}
.il-link.link-bulky .bulky-label {
  color: #161616;
}
/**
This file contains all less Variables set by ILIAS. Please do not overwrite bootstrap standard variables here.
Set an ILIAS variable here with an il- prefix and overwrite the bootstrap variable in the bootstrap variables file
with the il- variable set here.
 */
/** headline text transform **/
/** inline shadow of a message container **/
/** border configuration, the color is automatically computed from the three color variants **/
/** nagtive or positive contrast color for text and glyph **/
/** contrast threshold for contrast color **/
/** three color variants for neutral, important, breaking Head Infos **/
/**
Some bootstrap variables are not left by the default of bootstrap, but are overwritten by ILIAS less variales.
Those are set here. If you need to overwrite a less variable of bootstrap, set a variable in the the variables.less
file of ILIAS with the il- prefix and use this variable to overwrite the boostrap variable here. If possible, do use
the il- variable in your less code and not the boostrap variable in your less code.
 */
/* @nav-tabs-link-hover-border-color: @brand-primary; */
.webui-popover-content {
  display: none;
}
.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  border-radius: -1px -1px 0 0;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333;
  color: #eee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .webui-arrow {
  border-width: 11px;
}
.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-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;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #f9f9f9;
  border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f9f9f9;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #f9f9f9;
  border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-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);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f9f9f9;
  bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}
.il-popover {
  max-width: 400px;
}
.il-popover .webui-popover-content > div:first-child {
  width: 100%;
}
.il-popover .il-popover-inner {
  max-height: 500px;
  overflow: auto;
}
.il-popover .il-popover-inner .close {
  margin: 0;
}
.il-popover .il-popover-inner .close::after {
  content: "";
  width: 0em;
  height: 0em;
  padding: 0;
}
.il-popover i.icon-refresh {
  background: url("../../../../../../../templates/default/images/loading.gif") no-repeat;
  height: 30px;
}
.il-popover .il-popover-title-container {
  background-color: #F0F0F0;
}
.il-popover .il-popover-title-container h4.il-popover-title {
  font-size: 17px;
  font-weight: normal;
  padding: 8px 14px;
  background-color: transparent;
  text-transform: none;
  color: #161616;
}
.il-popover.webui-popover-fixed {
  position: fixed;
}
@media (max-width: 768px) {
  .il-popover.webui-popover-fixed {
    position: absolute;
    left: 0 !important;
    width: 100%;
  }
}
.extended-color-variant-1.il-extended-color-variant-standard {
  color: #7f7207;
  background-color: #f3de2c;
}
.extended-color-variant-1.il-extended-color-variant-light {
  color: #beab0b;
  background-color: #f7e970;
}
.extended-color-variant-1.il-extended-color-variant-lighter {
  color: #c7b30b;
  background-color: #faf0a0;
}
.extended-color-variant-1.il-extended-color-variant-dark {
  color: #fefced;
  background-color: #ccb80c;
}
.extended-color-variant-1.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #a59509;
}
.extended-color-variant-2.il-extended-color-variant-standard {
  color: #3a2300;
  background-color: #d38000;
}
.extended-color-variant-2.il-extended-color-variant-light {
  color: #7c4b00;
  background-color: #ffa51b;
}
.extended-color-variant-2.il-extended-color-variant-lighter {
  color: #865200;
  background-color: #ffba4e;
}
.extended-color-variant-2.il-extended-color-variant-dark {
  color: #ffdaa0;
  background-color: #8c5500;
}
.extended-color-variant-2.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #633c00;
}
.extended-color-variant-3.il-extended-color-variant-standard {
  color: #081517;
  background-color: #307c88;
}
.extended-color-variant-3.il-extended-color-variant-light {
  color: #194248;
  background-color: #43acbd;
}
.extended-color-variant-3.il-extended-color-variant-lighter {
  color: #1c484f;
  background-color: #69bdca;
}
.extended-color-variant-3.il-extended-color-variant-dark {
  color: #a5d7df;
  background-color: #1d4c53;
}
.extended-color-variant-3.il-extended-color-variant-darker {
  color: #f0f8fa;
  background-color: #133035;
}
.extended-color-variant-4.il-extended-color-variant-standard {
  color: #378144;
  background-color: #86cb92;
}
.extended-color-variant-4.il-extended-color-variant-light {
  color: #4baf5d;
  background-color: #b8e0bf;
}
.extended-color-variant-4.il-extended-color-variant-lighter {
  color: #50b462;
  background-color: #dcf0df;
}
.extended-color-variant-4.il-extended-color-variant-dark {
  color: #ffffff;
  background-color: #54b665;
}
.extended-color-variant-4.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #449d53;
}
.extended-color-variant-5.il-extended-color-variant-standard {
  color: #7c2c5b;
  background-color: #ce73a8;
}
.extended-color-variant-5.il-extended-color-variant-light {
  color: #ae3d7e;
  background-color: #e1a8c9;
}
.extended-color-variant-5.il-extended-color-variant-lighter {
  color: #b53f84;
  background-color: #eecee0;
}
.extended-color-variant-5.il-extended-color-variant-dark {
  color: #ffffff;
  background-color: #b94187;
}
.extended-color-variant-5.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #9b3671;
}
.extended-color-variant-6.il-extended-color-variant-standard {
  color: #352840;
  background-color: #82639e;
}
.extended-color-variant-6.il-extended-color-variant-light {
  color: #564169;
  background-color: #a58fb9;
}
.extended-color-variant-6.il-extended-color-variant-lighter {
  color: #5b456f;
  background-color: #beaecd;
}
.extended-color-variant-6.il-extended-color-variant-dark {
  color: #e7e1ec;
  background-color: #5e4772;
}
.extended-color-variant-6.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #493859;
}
.extended-color-variant-7.il-extended-color-variant-standard {
  color: #4a3737;
  background-color: #9e7c7d;
}
.extended-color-variant-7.il-extended-color-variant-light {
  color: #705354;
  background-color: #bca5a6;
}
.extended-color-variant-7.il-extended-color-variant-lighter {
  color: #765758;
  background-color: #d2c2c3;
}
.extended-color-variant-7.il-extended-color-variant-dark {
  color: #f5f1f1;
  background-color: #795a5b;
}
.extended-color-variant-7.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #624849;
}
.extended-color-variant-8.il-extended-color-variant-standard {
  color: #b30931;
  background-color: #f75e82;
}
.extended-color-variant-8.il-extended-color-variant-light {
  color: #f20c42;
  background-color: #faa2b7;
}
.extended-color-variant-8.il-extended-color-variant-lighter {
  color: #f31549;
  background-color: #fdd3dd;
}
.extended-color-variant-8.il-extended-color-variant-dark {
  color: #ffffff;
  background-color: #f41a4d;
}
.extended-color-variant-8.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #da0b3c;
}
.extended-color-variant-9.il-extended-color-variant-standard {
  color: #8d1116;
  background-color: #ea4d54;
}
.extended-color-variant-9.il-extended-color-variant-light {
  color: #c91820;
  background-color: #f28d91;
}
.extended-color-variant-9.il-extended-color-variant-lighter {
  color: #d21921;
  background-color: #f7babd;
}
.extended-color-variant-9.il-extended-color-variant-dark {
  color: #ffffff;
  background-color: #d61922;
}
.extended-color-variant-9.il-extended-color-variant-darker {
  color: #ffffff;
  background-color: #b2151c;
}
.bg-primary {
  color: white;
}
/*
	These classes are used to limit the number of rows when displaying larger chunks of text.
	The mixin receives @height-in-rows as an integer. The classes il-multi-line-cap-2,3,5,10
	can be used to limit the number of rows for text to 2,3,5 or 10 lines in any template,
	e.g. the Standard Listing Panels limit the property values to 3 lines using il-multi-line-cap-3

	Technical discussion can be found in https://mantis.ilias.de/view.php?id=21583
	The background/gradient fallback can be removed as soon as all browsers support line-clamp.
 */
.il-multi-line-cap-2 {
  position: relative;
  max-height: 3em;
  overflow: hidden;
  line-height: 1.5;
  /* edge, chrome, safari go here... */
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
.il-multi-line-cap-2:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
}
@supports (-webkit-line-clamp: 2) {
  .il-multi-line-cap-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .il-multi-line-cap-2:after {
    display: none;
  }
}
@supports (-moz-line-clamp: 2) {
  .il-multi-line-cap-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
  }
  .il-multi-line-cap-2:after {
    display: none;
  }
}
.il-multi-line-cap-3 {
  position: relative;
  max-height: 4.5em;
  overflow: hidden;
  line-height: 1.5;
  /* edge, chrome, safari go here... */
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
.il-multi-line-cap-3:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
}
@supports (-webkit-line-clamp: 2) {
  .il-multi-line-cap-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .il-multi-line-cap-3:after {
    display: none;
  }
}
@supports (-moz-line-clamp: 2) {
  .il-multi-line-cap-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
  }
  .il-multi-line-cap-3:after {
    display: none;
  }
}
.il-multi-line-cap-5 {
  position: relative;
  max-height: 7.5em;
  overflow: hidden;
  line-height: 1.5;
  /* edge, chrome, safari go here... */
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
.il-multi-line-cap-5:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
}
@supports (-webkit-line-clamp: 2) {
  .il-multi-line-cap-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .il-multi-line-cap-5:after {
    display: none;
  }
}
@supports (-moz-line-clamp: 2) {
  .il-multi-line-cap-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
  }
  .il-multi-line-cap-5:after {
    display: none;
  }
}
.il-multi-line-cap-10 {
  position: relative;
  max-height: 15em;
  overflow: hidden;
  line-height: 1.5;
  /* edge, chrome, safari go here... */
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
.il-multi-line-cap-10:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
}
@supports (-webkit-line-clamp: 2) {
  .il-multi-line-cap-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .il-multi-line-cap-10:after {
    display: none;
  }
}
@supports (-moz-line-clamp: 2) {
  .il-multi-line-cap-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 10;
    -moz-box-orient: vertical;
  }
  .il-multi-line-cap-10:after {
    display: none;
  }
}
/* flex grid support start */
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
  height: 100%;
}
/* flex grid support end */
/* RTL review overwrite some specifics [bootstrap] styles
 *
 * use class "noMirror" to avoid image flip
*/
[dir="rtl"] img:not(.noMirror) {
  transform: scaleX(-1);
}
[dir="rtl"] *[align="left"] {
  text-align: right !important;
}
[dir="rtl"] *[align="right"] {
  text-align: left !important;
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-header {
    float: right;
  }
}
[dir="rtl"] .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container [dir="rtl"] .navbar-brand,
  .navbar > .container-fluid [dir="rtl"] .navbar-brand {
    margin-left: 0;
    margin-right: -15px;
  }
}
[dir="rtl"] .navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 768px) {
  [dir="rtl"] .navbar-nav .open .dropdown-menu > li > a,
  [dir="rtl"] .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }
  [dir="rtl"] .navbar-nav > li {
    float: right;
  }
  [dir="rtl"] .navbar-nav.navbar-right:last-child {
    margin-right: 0;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-left {
    float: right !important;
  }
  [dir="rtl"] .navbar-right {
    float: left !important;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-form.navbar-right:last-child {
    margin-right: 0;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-text {
    float: right;
  }
  [dir="rtl"] .navbar-text.navbar-right:last-child {
    margin-right: 15px;
    margin-left: 0;
  }
}
[dir="rtl"] form .col-sm-1,
[dir="rtl"] form .col-sm-2,
[dir="rtl"] form .col-sm-3,
[dir="rtl"] form .col-sm-4,
[dir="rtl"] form .col-sm-5,
[dir="rtl"] form .col-sm-6,
[dir="rtl"] form .col-sm-7,
[dir="rtl"] form .col-sm-8,
[dir="rtl"] form .col-sm-9,
[dir="rtl"] form .col-sm-10,
[dir="rtl"] form .col-sm-11,
[dir="rtl"] form .col-sm-12 {
  float: right;
}
[dir="rtl"] .nav-pills > li {
  float: right;
}
span.ilAlert {
  color: #B54F00;
}
/* Drop Downs */
.dropdown-header {
  padding: 3px 10px;
  color: #161616;
  background-color: white;
  margin-bottom: 4px;
  border-bottom: 1px solid #dddddd;
}
.dropdown-header > h2 {
  margin-bottom: 2px;
}
.dropdown-menu {
  background-color: white;
  font-weight: normal;
  border: 0 none;
  -webkit-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-menu li > a {
  display: block;
  clear: both;
  padding: 3px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  color: #161616;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #FF0000;
}
.dropdown-menu img {
  border: 0;
  width: 22px;
  height: 22px;
  margin: 0 3px 0 0;
  display: inline;
}
[dir="rtl"] .dropdown-menu {
  padding: 5px 0;
}
.ilAdvNoImg {
  display: inline-block;
  width: 22px;
}
.yamm .dropdown-menu li > a {
  white-space: normal;
}
.btn-group.open .dropdown-toggle {
  -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);
}
/* BS tables */
.table {
  margin-bottom: 0;
}
/* ILIAS part candidates */
html,
body {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 768px) {
  html,
  body {
    overflow: initial;
    height: auto;
    min-height: 100vh;
  }
}
/* see bug ILIAS bug #17589 and http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that */
body {
  -ms-overflow-style: scrollbar;
}
#ilAll {
  position: relative;
  height: auto !important;
  min-height: calc(100% - 1px);
  margin: 0 auto;
}
div#minheight {
  height: 180px;
  clear: both;
}
div.ilFrame {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  -webkit-box-shadow: 0 0 40px #808080;
  box-shadow: 0 0 40px #808080;
  padding-top: 129px;
  background-color: #f9f9f9;
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  div.ilFrame {
    margin: 0;
    width: 100%;
  }
}
.ilContainerWidth {
  max-width: 1400px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .ilContainerWidth {
    padding: 0 15px;
  }
}
/*
	it would be good to limit the content width in some cases
	- for many forms 1400px is too wide
	- but not for all (e.g. question editing if tiny is used)
	- screens that use tables often need the full width
	- screens with (container) item lists often look ugly on 1400px (title <-> action arrow distance)
	1028px is the current max. width of the center column if at least one other column
	is displayed. This or any higher value could be set for the center column as a max-width,
	but not for all screens, options:
	- introduce a limiting class for center col and set this as "default", add another class that deactivates the
	  limit (-> screens that have wide content need to activate this class)
	- keep the current wide center col, introduce only a limiting class (-> screens that want a narrow view need
	  to activate the class)
	- use a limiting class only on some UI elements, e.g. forms and container item lists
*/
#il_center_col {
  /* max-width: 1028px; */
}
/* left navigation area (used, e.g. for explorer trees) */
.ilLeftNav {
  top: 0;
  bottom: 0;
  width: 300px;
  float: left;
  position: absolute;
  padding: 5px;
  margin-left: 15px;
  overflow: auto;
  background-color: white;
  border-right: 3px solid #808080;
  z-index: 100;
  position: fixed;
  top: 117px;
}
@media only screen and (max-width: 1200px) {
  .ilLeftNav {
    /* at last temporary, since it overlaps content */
    display: none;
  }
}
[dir="rtl"] .ilLeftNav {
  float: right;
  margin-left: 0;
  margin-right: 15px;
  border-right: none;
  border-left: 3px solid #808080;
}
/* --------------------------------------------------------------
	"Classic" delos part
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   GLOBAL STYLES
-------------------------------------------------------------- */
ul,
ol,
p {
  margin: 0.8em 0;
}
ol,
ul {
  padding-left: 40px;
  list-style-image: none;
}
[dir="rtl"] ol,
[dir="rtl"] ul {
  padding-right: 40px;
  padding-left: 0;
}
ol ul,
ul ol,
ul ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
small,
sub,
sup {
  font-size: 0.8em;
}
em,
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
/* see bug #15971 */
sub,
sup {
  position: static;
}
strong,
b {
  font-weight: bold;
}
a {
  text-decoration: none;
  cursor: pointer;
  /* BEGIN WebDAV: Enable links with AnchorClick behavior for Internet Explorer.
	 * All skins which want to support mounting of Webfolders using Internet Explorer
	 * must explicitly enable AnchorClick behavior.
	 */
  behavior: url(#default#AnchorClick);
  /* END WebDAV: Enable links with AnchorClick behavior for Internet Explorer. */
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
a:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
a:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
a:active,
a.engaged {
  outline: none;
}
hr {
  margin-bottom: 0.8em;
  border: none;
  border-top: 1px solid #dddddd;
}
table {
  font-size: 100%;
}
img {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  img {
    /* height: auto; messes e.g. survey progress bar */
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  img.olTileImage {
    max-width: none;
  }
}
tr,
td {
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}
code {
  font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
  font-size: 90%;
  color: #6f6f6f;
}
::selection {
  background: #ffffff;
}
::-moz-selection {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  textarea {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  input,
  select {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  div.ilc_Mob img {
    height: auto !important;
  }
}
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}
/* --------------------------------------------------------------
   SPECIAL STYLES
-------------------------------------------------------------- */
body#tinymce,
body.mceContentBody {
  height: auto;
}
body#tinymce {
  background-color: white;
  overflow: initial;
}
html.il-no-tiny-bg body#tinymce {
  background-color: transparent;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ilHidden {
  visibility: hidden;
}
.ilNoDisplay {
  display: none !important;
}
.ilDisplayBlock {
  display: block;
}
.ilClearFloat {
  clear: both;
}
.ilFloatRight {
  float: right;
}
[dir="rtl"] .ilFloatRight {
  float: left;
}
.ilFloatLeft {
  float: left;
}
[dir="rtl"] .ilFloatLeft {
  float: right;
}
.ilWhiteSpaceNowrap {
  white-space: nowrap;
}
.ilWhiteSpaceNowrap.ilRight a,
.ilWhiteSpaceNowrap.ilRight .btn-group {
  padding-left: 6px;
  border: 1px solid transparent;
}
.ilPositionRelative {
  position: relative;
}
.ilPrintContent {
  padding: 0 15px;
}
.ilCenter {
  text-align: center;
}
.ilRight {
  text-align: right;
}
[dir="rtl"] .ilRight {
  text-align: left;
}
.ilLeft {
  text-align: left;
}
[dir="rtl"] .ilLeft {
  text-align: right;
}
.ilValignMiddle {
  vertical-align: middle;
}
.registration {
  margin: 5px auto 0;
  width: 700px;
}
.fullwidth {
  width: 100%;
}
div.input {
  border: 1px solid #757575;
  padding: 3px;
  text-decoration: none;
  font-size: 90%;
  background-color: white;
  overflow: auto;
}
div.input:focus {
  border-color: #0078D7;
}
input[type=text].numeric {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  div.ilTableOuter {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  .table-responsive .dropdown-menu {
    position: relative;
  }
}
/* -------------------- table formatting ------------------ */
div.ilCommandRow {
  text-align: right;
  padding-right: 1%;
  margin-bottom: 15px;
}
[dir="rtl"] div.ilCommandRow {
  text-align: left;
  padding-right: 0;
  padding-left: 1%;
}
div.ilCommandRow.one_side_col {
  padding-right: 22%;
}
[dir="rtl"] div.ilCommandRow.one_side_col {
  padding-right: 0;
  padding-left: 22%;
}
div.ilAdminRow {
  margin: 10px 15px 20px 15px;
}
table.std {
  color: #161616;
  background-color: #bbb;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #9eadba;
}
.fullwidth_invisible {
  color: #161616;
  background-color: #f9f9f9;
  width: 100%;
  border-spacing: 0;
}
table.nobackground {
  color: #161616;
  background-color: inherit;
  border-spacing: 0;
  padding: 3px;
}
.subitem {
  clear: both;
  margin: 0 -10px 0 0;
  padding-top: 5px;
  /* border-top: 1px dotted #c0c0c0; */
}
[dir="rtl"] .subitem {
  clear: both;
  margin: 0 0 0 -10px;
}
td.nobackground {
  color: black;
  background-color: inherit;
  border-spacing: 0;
  border: none;
  padding: 3px;
  vertical-align: top;
}
tr.tbltitle {
  border-bottom: 1px solid #9eadba;
}
tr.std {
  background-color: white;
  color: #161616;
  padding: 3px;
}
th {
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
}
td.std,
th.std {
  padding: 4px 6px;
  text-align: left;
}
[dir="rtl"] th,
[dir="rtl"] td.std,
[dir="rtl"] th.std {
  text-align: right;
}
.calstd .btn {
  white-space: normal;
}
th.option,
td.option {
  background-color: white;
  color: #161616;
  padding: 3px;
  font-weight: bold;
  vertical-align: top;
  text-align: right;
  border-top: 1px solid #9eadba;
}
[dir="rtl"] th.option,
[dir="rtl"] td.option {
  text-align: left;
}
td.sub_option {
  background-color: white;
  color: #161616;
  padding: 3px;
  font-weight: bold;
  vertical-align: top;
  border-top: 1px solid #9eadba;
}
td.option_value {
  background: none white;
  color: #161616;
  padding: 3px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #9eadba;
}
[dir="rtl"] td.option_value {
  text-align: right;
}
td.option_value_center {
  background: none white;
  color: #161616;
  padding: 3px;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #9eadba;
}
td.option_desc,
p.option_desc {
  background: none white;
  color: #161616;
  padding: 3px;
  font-style: italic;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
[dir="rtl"] td.option_desc,
[dir="rtl"] p.option_desc {
  text-align: right;
}
td.boxed {
  border: 1px solid black;
}
/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemCommand2:link,
a.il_ContainerItemCommand2:visited,
a.il_ContainerItemCommand:link,
a.il_ContainerItemCommand:visited {
  font-size: 80%;
  text-decoration: none;
  margin: 0 3px 0 0;
  white-space: nowrap;
  font-weight: normal;
}
[dir="rtl"] a.il_ContainerItemCommand2:link,
[dir="rtl"] a.il_ContainerItemCommand2:visited,
[dir="rtl"] a.il_ContainerItemCommand:link,
[dir="rtl"] a.il_ContainerItemCommand2:visited {
  margin: 0 0 0 3px;
}
a.il_ContainerItemCommand2:hover,
a.il_ContainerItemCommand:hover {
  text-decoration: underline;
}
div.il_ContainerItemCommands2 {
  text-align: right;
  margin: 0 3px 3px;
}
[dir="rtl"] div.il_ContainerItemCommands2 {
  text-align: left;
}
div.il_ContainerItemCommands {
  padding: 2px 0;
}
h3.il_ContainerItemTitle {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  display: inline;
}
div.il_ContainerItemTitle {
  float: left;
  max-width: calc(100% - 40px);
  padding-bottom: 5px;
}
[dir="rtl"] div.il_ContainerItemTitle {
  float: right;
}
div.il_ItemProperties {
  margin: 2px 0 5px;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
}
[dir="rtl"] div.il_ItemProperties {
  text-align: right;
}
div.il_ItemNotice {
  margin: 2px 0 5px;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  color: green;
}
[dir="rtl"] div.il_ItemNotice {
  text-align: right;
}
a.il_ItemProperty:link,
a.il_ItemProperty:visited {
  text-decoration: none;
  font-weight: normal;
}
a.il_ItemProperty:hover {
  color: black;
}
span.il_ItemAlertProperty {
  color: #B54F00;
}
/* Table Links */
/* --- description text ---*/
div.il_Description,
td.il_Description {
  margin: 2px 0 5px;
  font-size: 90%;
  font-weight: normal;
  text-align: left;
}
[dir="rtl"] div.il_Description,
[dir="rtl"] td.il_Description {
  text-align: right;
}
div.il_Description_no_margin,
td.il_Description_no_margin {
  font-size: 90%;
  font-style: italic;
  text-align: left;
}
[dir="rtl"] div.il_Description_no_margin,
[dir="rtl"] td.il_Description_no_margin {
  text-align: right;
}
div.il_info {
  font-size: 90%;
  text-align: left;
}
[dir="rtl"] div.il_info {
  text-align: right;
}
/* ---------------- headlines ------------------ */
a#il_mhead_t_focus {
  color: #3b5620;
  vertical-align: middle;
  font-size: 26px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  a#il_mhead_t_focus {
    font-size: 20px;
  }
}
a#il_mhead_t_focus[href] {
  cursor: pointer;
}
h1.ilHeader {
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  h1.ilHeader {
    padding-top: 5px;
  }
}
h2.ilHeader {
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 19px;
  color: #2c2c2c;
}
#headerimage {
  width: 45px;
  height: 45px;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #headerimage {
    width: 35px;
    height: 35px;
    margin-top: 2px;
    margin-right: 7px;
  }
}
[dir="rtl"] #headerimage {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
div.ilHeadAction {
  float: right;
  margin: 8px 0 5px;
  /* bottom 5px blog fullscreen */
}
[dir="rtl"] div.ilHeadAction {
  float: left;
}
div.ilHeadAction .prop {
  padding-right: 10px;
}
[dir="rtl"] div.ilHeadAction .prop {
  padding-right: 0;
  padding-left: 10px;
}
div.ilHeadAction a:hover {
  text-decoration: none;
}
div.ilHeaderDesc {
  font-size: 90%;
  padding: 0;
  color: #161616;
  font-weight: 300;
}
div.ilHeaderAlert {
  font-size: 90%;
  padding: 0;
  font-weight: 300;
  color: #B54F00;
}
div.il_HeaderInner {
  padding: 15px;
  margin-bottom: 5px;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  div.il_HeaderInner {
    color: #161616;
  }
}
div.il_HeaderInner.media {
  margin-top: 0;
}
div.il_TreeIcons {
  padding: 15px 15px 0 0;
  margin: 0;
  float: right;
}
[dir="rtl"] div.il_TreeIcons {
  padding: 15px 0 0 15px;
  float: left;
}
/* ----------------- permanent link  ------------- */
#current_perma_link {
  color: #161616;
  font-size: 90%;
}
#current_perma_link:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
}
a.permalink_label > span.glyphicon {
  display: none;
}
.ilPermalinkContainer {
  width: 100%;
}
div.ilPermanentLinkWrapper {
  clear: both;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  div.ilPermanentLinkWrapper a.permalink_label > span.glyphicon {
    display: inline;
  }
}
div.ilPermanentLinkWrapper .ilPermalinkContainer {
  table-layout: fixed;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  div.ilPermanentLinkWrapper .ilPermalinkContainer {
    padding-right: 0;
  }
}
div.ilPermanentLinkWrapper .ilPermalinkContainer > label {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  div.ilPermanentLinkWrapper .ilPermalinkContainer > label {
    padding-right: 0;
    width: 24px;
  }
}
div.ilPermanentLinkWrapper .ilPermalinkContainer > input,
div.ilPermanentLinkWrapper .ilPermalinkContainer .btn-group {
  z-index: 0;
  /* see bug #24567 */
}
div.ilPermanentLinkWrapper .ilPermalinkContainer .input-group-btn {
  width: 28px;
}
div.il_Footer {
  padding: 10px 0;
  font-size: 90%;
  text-align: center;
}
footer.ilFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px !important;
  font-size: 0.9em;
  height: 70px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
  background-color: #FF0000;
  color: white;
}
@media only screen and (max-width: 768px) {
  footer.ilFooter {
    height: auto;
  }
}
footer.ilFooter div.ilFooterContainer {
  color: white;
  line-height: 1.75;
  padding: 0 15px;
}
footer.ilFooter a.permalink_label,
footer.ilFooter div.ilFooterContainer > a {
  color: white;
  white-space: nowrap;
}
footer.ilFooter a.permalink_label:hover,
footer.ilFooter div.ilFooterContainer > a:hover {
  color: white;
}
@media only screen and (max-width: 768px) {
  footer.ilFooter a.permalink_label > span.glyphicon {
    display: inline;
  }
}
footer.ilFooter .ilPermalinkContainer {
  width: auto;
  padding-right: 5px;
  line-height: 22px;
}
footer.ilFooter .ilPermalinkContainer > label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  footer.ilFooter .ilPermalinkContainer > label {
    padding-right: 0;
    width: 24px;
  }
}
@media only screen and (max-width: 768px) {
  footer.ilFooter .ilPermalinkContainer {
    padding-right: 0;
  }
}
[dir="rtl"] footer.ilFooter {
  text-align: right;
}
/* ----------------- invisible border ------------- */
div.invisible_border {
  margin: 15px;
}
.ilInvisibleBorder {
  padding: 15px;
}
/* ------- Helptext --------- */
span.il_Helptext {
  font-size: 90%;
  font-weight: normal;
}
/* ----------------- alternative text styles ------------- */
.small {
  text-decoration: none;
  font-size: 90%;
}
.xsmall {
  text-decoration: none;
  font-size: 80%;
}
.smallgreen {
  text-decoration: none;
  font-size: 90%;
  color: green;
}
.smallred {
  text-decoration: none;
  font-size: 90%;
  color: #d00;
}
.obligatory {
  font-weight: normal;
  color: #800000;
  font-variant: normal;
}
.warning {
  text-decoration: none;
  font-weight: bold;
  color: #d00;
}
div.Access {
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
  color: #d00;
}
.asterisk {
  color: #d00;
  font-size: 90%;
}
.default {
  text-decoration: none;
  font-weight: normal;
}
.quote {
  font-style: italic;
  font-weight: normal;
}
.subtitle {
  font-style: italic;
  font-weight: normal;
  font-size: 90%;
}
.questiontext {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.light {
  color: #6f6f6f;
}
/* ----------------- normal links ------------- */
a.light:link,
a.light:visited {
  text-decoration: none;
  color: #35b;
}
a.light:hover {
  color: black;
}
/* Messages */
/* ------------------ blind image - spacer gif --------------
   please use this style class always when using this blind image */
img.spacer {
  display: block;
}
div#agreement {
  width: 100%;
  height: 375px;
  overflow: auto;
  overflow-x: hidden;
}
/* bottom center area (optional bottom area, used e.g. in learning modules) */
div#bot_center_area {
  bottom: 0;
  height: 300px;
  position: fixed;
  padding: 5px;
  background-color: #f0f0f0;
  border-top: 3px solid #dddddd;
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: auto;
  /* Bug 11209 */
}
div#bot_center_area iframe {
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: auto;
  /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}
div#bot_center_area_drag {
  left: 0;
  right: 0;
  height: 4px;
  cursor: row-resize;
  margin-top: -8px;
  position: absolute;
}
#drag_zmove {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: none;
}
div#bot_center_area_drag:hover {
  background: none #fa9;
}
.ilLeftNavSpace {
  /* padding: 0 20px 0 310px; */
  margin-left: 315px !important;
}
@media (max-width: 1200px) {
  .ilLeftNavSpace {
    margin-left: 0 !important;
  }
}
[dir="rtl"] .ilLeftNavSpace {
  margin-left: 0 !important;
  margin-right: 315px !important;
}
@media (max-width: 1200px) {
  [dir="rtl"] .ilLeftNavSpace {
    margin-right: 0 !important;
  }
}
/* see #27399 (should be finally tackled in PLR2) */
div.ilContentFixed {
  padding-bottom: 20px;
}
/* right panel (e.g. notes, comments) */
div.ilRightPanel {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  left: auto !important;
}
[dir="rtl"] div.ilRightPanel {
  right: auto !important;
  width: 500px;
  left: 0 !important;
}
#ilRightPanelClose {
  display: block;
  float: right;
}
[dir="rtl"] #ilRightPanelClose {
  float: left;
}
/* Overlays, Blocks */
.ilOverlay {
  background-color: white;
  border: 1px solid #dddddd;
  text-align: left;
  position: absolute;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}
[dir="rtl"] .ilOverlay {
  text-align: right;
}
.ilAccHeadingHidden,
.ilAccHidden,
.ui-helper-hidden-accessible {
  position: absolute;
  left: -2000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[dir="rtl"] .ilAccHeadingHidden,
[dir="rtl"] .ilAccHidden,
[dir="rtl"] .ui-helper-hidden-accessible {
  left: auto;
  /* may causes a scrollbar when omitted */
  right: -2000px;
}
a.ilAccAnchor,
a.ilAccAnchor:hover {
  text-decoration: none;
  color: inherit;
}
/* revised 4.1 */
/* Fixed Frame Width */
div.ilFrameFixedWidth,
.ilFrameFixedWidth #mainscrolldiv {
  /* max-width: 1370px; */
  margin: 0 auto;
}
.ilFrameFixedWidth #mainscrolldiv {
  margin: 0 auto;
}
div.ilFrameFixedWidthHeader {
  margin: 0 auto;
  padding: 0;
}
.ilFrameFixedWidthHeader div.ilHeaderBanner {
  overflow: hidden;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .ilFrameFixedWidthHeader div.ilHeaderBanner {
    max-width: 100%;
    height: 40px !important;
    padding: 0;
  }
}
div.ilHeaderBanner img.ilHeaderImg {
  width: 100%;
}
.ilFrameFixedWidth div.ilHeaderDesc {
  padding-left: 0;
}
[dir="rtl"] .ilFrameFixedWidth div.ilHeaderDesc {
  padding-left: inherit;
  padding-right: 0;
}
div.ilBox {
  background: url("../../../../../../../templates/default/images/FramedBack.png") repeat-x;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 20px;
}
/* Top-Bar */
div.ilTopBar {
  background-color: #2c2c2c;
  color: white;
  padding: 5px 10px;
}
div.ilTopBar a {
  color: #dfdfdf;
}
div.ilTopBar a:hover,
div.ilTopBar a:active,
div.ilTopBar a:focus {
  color: white;
}
div.ilTopBarLeft {
  float: left;
}
[dir="rtl"] div.ilTopBarLeft {
  float: right;
}
div.ilTopBarRight {
  float: right;
}
[dir="rtl"] div.ilTopBarRight {
  float: left;
}
div.ilTopBarRight span#ilAdvSelListAnchorElement_asl {
  margin-right: 25px;
  color: black;
}
[dir="rtl"] div.ilTopBarRight span#ilAdvSelListAnchorElement_asl {
  margin-right: 0;
  margin-left: 25px;
}
div.ilSideBarHead {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
}
div.ilSideBarHead h3,
div.ilSideBarHead h1 {
  font-size: 110%;
  color: #161616;
  display: inline;
  padding: 0;
}
div.ilSideBarContent {
  padding: 5px;
}
/* jquery ui autocomplete */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  background-color: white;
  border: 1px solid #dddddd;
  font-size: 90%;
  z-index: 5;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item > * {
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  line-height: 1.5;
  color: #161616;
  background-color: transparent;
}
.ui-menu .ui-menu-item > *:hover,
.ui-menu .ui-menu-item > *.ui-state-hover,
.ui-menu .ui-menu-item > *.ui-state-active {
  background-color: #FF0000;
  color: #161616;
}
.ui-menu .ui-menu-item a {
  color: #161616;
}
.ui-menu .ui-menu-item a:hover {
  color: #000000;
}
.ui-menu .ui-menu-category {
  margin: 0;
  padding: 2px;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
  font-weight: bold;
}
.ui-menu .ui-menu-more {
  display: block;
  zoom: 1;
  color: #03a;
  cursor: pointer;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-more span {
  padding: 2px;
}
.ui-menu .ui-menu-more:hover {
  background-color: white;
}
[dir="rtl"] .ui-menu {
  float: right;
}
[dir="rtl"] .ui-menu .ui-menu-item {
  float: right;
  clear: right;
}
[dir="rtl"] .ui-menu .ui-menu-category {
  float: right;
  clear: right;
}
[dir="rtl"] .ui-menu .ui-menu-more {
  float: right;
  clear: right;
}
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.ui-autocomplete li.ui-menu-item {
  cursor: pointer;
}
/* Icon Default */
img.ilIcon {
  width: 32px;
  height: 32px;
}
/* Icon small */
img.ilSmallIcon {
  width: 22px;
  height: 22px;
}
/* PreventBreakOut, see https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
.ilPreventBreakOut {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* Component Imports */
/* Services/Accordion */
.il_VAccordionHead,
.il_HAccordionHead {
  padding: 8px 8px 8px 38px;
  text-align: left;
  cursor: pointer;
  color: #FF0000;
  font-size: 110%;
  background-image: url("../../../../../../../templates/default/images/tree_col.svg");
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: 15px 8px;
  background-size: 20px 20px;
  border: 0;
}
.il_VAccordionHead {
  display: block;
  width: 100%;
}
.il_VAccordionInnerContainer {
  margin-bottom: 10px;
}
.il_HAccordionHead:hover,
.il_VAccordionHead:hover {
  background-color: #FF0000;
}
.il_HAccordionHeadActive,
.il_VAccordionHeadActive {
  background-image: url("../../../../../../../templates/default/images/tree_exp.svg");
  background-color: #FF0000;
}
.ilAccHideContent {
  width: 0px;
  height: 0px;
  display: none;
}
div.ilc_va_icont_VAccordICont {
  overflow: visible !important;
}
/* Modules/ScormAicc */
table.il_ScormTable {
  color: #161616;
  background-color: #f9f9f9;
  border-spacing: 1px;
  border: none;
}
td.il_ScormTableKey {
  background-color: #f9f9f9;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: right;
}
td.il_ScormTableValue {
  background: none #f9f9f9;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: left;
}
/* Services/Form */
/* forms */
label,
input[type=checkbox],
input[type=radio],
select {
  cursor: pointer;
}
.form-control {
  font-size: 12px;
  color: #161616;
  border: 1px solid #757575;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9f9;
}
.form-horizontal {
  margin-bottom: 20px;
  background: white;
}
form.form-inline {
  margin-bottom: 20px;
}
.form-horizontal .form-group {
  margin: 10px 0;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 3px solid #0078D7;
}
input[type="file"]:focus:focus-visible::after,
input[type="radio"]:focus:focus-visible::after,
input[type="checkbox"]:focus:focus-visible::after {
  content: none;
}
input.btn.btn-default:focus-visible {
  outline: 3px solid #0078D7;
  outline-offset: 3px;
}
.btn-file:focus-within,
.btn-file:hover:focus-within {
  z-index: 3;
  outline: 3px solid #0078D7;
  outline-offset: 3px;
}
textarea.form-control {
  max-width: 100%;
}
select.form-control {
  width: auto;
  max-width: 100%;
}
.form-horizontal label {
  color: #161616;
  font-size: 100%;
}
.form-control-static {
  display: block;
}
.form-horizontal .control-label {
  padding-bottom: 4px;
  min-height: 34px;
}
@media only screen and (max-width: 768px) {
  .form-horizontal .control-label {
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.form-horizontal .control-label.col-sm-3.il_textarea {
  text-align: left;
  width: 100%;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
  line-height: normal;
}
.form-horizontal div.radio label.radio-inline {
  line-height: 25px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
  display: inline-block;
  margin-left: -20px;
  margin-top: 7px;
  min-width: 13px;
}
@media only screen and (max-width: 768px) {
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    min-width: 16px;
  }
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  vertical-align: top;
}
[dir="rtl"] .form-horizontal .control-label {
  text-align: left;
}
label {
  font-weight: normal;
}
td.form-inline > div.form-group {
  display: block;
  padding: 4px 0;
}
input[type="radio"]:focus:focus-visible,
input[type="checkbox"]:focus:focus-visible {
  outline: 3px solid #0078D7;
  outline-offset: 2px;
}
input[type="file"].form-control {
  border: none;
  height: auto;
}
.ilFormHeader {
  padding: 15px 0 5px;
}
.ilFormHeader .ilFormCmds {
  margin: 0;
  float: right;
}
.ilFormHeader h3 {
  margin: 0;
}
[dir="rtl"] .ilFormHeader .ilFormCmds {
  float: left;
}
.ilFormHeader,
.ilFormFooter {
  color: #161616;
  background-color: #f0f0f0;
}
.ilSubForm {
  background-color: #f9f9f9;
  padding: 3px 0;
  margin-bottom: 10px;
}
.ilSubForm .form-group {
  margin: 0;
}
@media (max-width: 768px) {
  .ilSubForm .form-group {
    margin: 6px 0;
  }
}
.ilSubForm .col-sm-9.il_textarea {
  width: 100%;
}
.ilFormFooter {
  padding: 3px 0;
}
.ilFormFooter .ilFormCmds {
  text-align: right;
  padding: 0;
}
[dir="rtl"] .ilFormFooter .ilFormCmds {
  text-align: left;
}
/* jQuery ui autocomplete menu */
input.ilHFormHighlighted,
.ui-state-focus {
  background-color: #ff9;
}
div.ilFormExternalSetting {
  margin-bottom: 10px;
}
div.ilFormExternalSetting ul {
  margin: 2px 0;
  padding-left: 25px;
}
[dir="rtl"] div.ilFormExternalSetting ul {
  padding-left: 0;
  padding-right: 25px;
}
div.ilFormExternalSetting span {
  color: #B54F00;
  /* font-style: italic; */
}
div[id^="ilFormField"] {
  margin-bottom: 10px;
}
/* Hierarchy Form */
div.ilHFormHeader,
div.ilHFormFooter {
  color: #161616;
  background-color: #f0f0f0;
  padding: 4px 0 4px 22px;
}
[dir="rtl"] div.ilHFormHeader,
[dir="rtl"] div.ilHFormFooter {
  padding: 4px 22px 4px 0;
}
div.ilHFormContent {
  padding: 20px 10px 20px 0px;
}
div.ilHFormContent table {
  width: 100%;
}
div.ilHFormItem {
  margin-bottom: 5px;
  display: table-row;
}
div.ilHFormHeader .ilFormCmds,
div.ilHFormFooter .ilFormCmds {
  float: right;
}
[dir="rtl"] div.ilHFormHeader .ilFormCmds,
[dir="rtl"] div.ilHFormFooter .ilFormCmds {
  float: left;
}
.ilHFormExpIcon,
.ilHFormCheckbox,
.ilHFormIcon {
  min-width: 20px;
  padding: 0;
}
.ilHFormItemCmd {
  padding: 0 10px;
}
.ilHFormExpIcon img,
.ilHFormIcon img {
  width: 19px;
  height: 19px;
}
.ilHFormInput,
.ilHFormInput input.form-control {
  width: 100%;
}
.ilHFormDropArea {
  margin: 6px 0;
  width: auto;
}
/* deprecated */
/* experimental: bootstrap'ed file upload */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.ilFormInnerCol {
  padding: 0;
}
.ilFormInnerCol .form-group {
  margin: 0;
}
input:invalid {
  background-color: #ffebeb;
  border-color: #d00;
}
.bootstrap-datetimepicker-widget {
  z-index: 2000;
}
/* provisory fix for #0021322  */
div[id$="color-picker-menu"] {
  z-index: 3;
}
/* This is a memento that we should get rid of the legacy UI */
.wzdrow input[type=file]:focus-visible {
  outline: 3px solid #0078D7;
  outline-offset: 0;
}
/* Services/UI/Explorer2 */
table.ilExplorer {
  width: 100%;
  background-color: #f9f9f9;
}
body.il_Explorer {
  background: none #f9f9f9;
}
div.il_Explorer {
  margin: 0;
  min-height: 468px;
  padding: 10px 5px 15px;
}
div.ilExpH {
  padding-top: 48px;
  min-height: 35px;
}
td.ilExpBody {
  border-top: 1px solid #dddddd;
  background-color: #f9f9f9;
}
h1.ilExplorerHead {
  color: #161616;
  margin: 0;
  padding: 10px 5px 10px 28px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 90%;
}
div.il_ExplorerTree {
  font-size: 90%;
}
ul.il_Explorer {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
ul.il_ExplorerNoIndent {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.il_Explorer {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
a.il_HighlightedNode,
.ilHighlighted {
  background-color: #FF0000;
  padding: 0 5px;
}
li.ilExplSecHighlight {
  background-color: #f9f9f9 !important;
  border-top: solid 2px #190000;
  border-bottom: solid 2px #190000;
}
div.il_ExplorerItemDescription {
  margin-left: 40px;
}
a.ilTreeView {
  position: fixed;
  top: 117px;
  z-index: 1020;
  bottom: 160px;
  background-color: white;
  border: 1px solid #dddddd;
  border-left: none;
  -webkit-box-shadow: 1px 1px 2px #b9b9b9;
  box-shadow: 1px 1px 2px #b9b9b9;
  width: 6px;
}
@media only screen and (max-width: 1200px) {
  a.ilTreeView {
    /* at last temporary, since it overlaps content */
    display: none;
  }
}
a.ilTreeView > img {
  display: inline-block;
  margin-left: -2px;
  max-width: inherit;
  background-color: white;
  border-right: 2px solid #dddddd;
  width: 28px;
  height: 28px;
}
a.ilTreeView:hover > img,
a.ilTreeView:active > img,
a.ilTreeView:focus > img {
  margin-left: 0;
}
a.ilTreeView:hover,
a.ilTreeView:active,
a.ilTreeView:focus {
  outline: 0;
}
[dir="rtl"] a.ilTreeView {
  border: 1px solid #dddddd;
  border-right: none;
}
[dir="rtl"] a.ilTreeView > img {
  margin-left: 0;
  margin-right: -5px;
}
[dir="rtl"] a.ilTreeView:hover > img,
[dir="rtl"] a.ilTreeView:active > img,
[dir="rtl"] a.ilTreeView:focus > img {
  margin-right: 0;
}
/* Explorer2, jsTree */
.jstree.jstree-default a {
  color: #FF0000 !important;
}
.jstree.jstree-default a.disabled {
  color: #161616 !important;
  cursor: default !important;
}
.jstree.jstree-default a {
  font-size: 100%;
  min-height: 22px;
}
.jstree li,
.jstree.jstree-default li i {
  background: url("../../../../../../../templates/default/images/jstree.svg") no-repeat;
  vertical-align: top;
}
.jstree.jstree-default .jstree-open > i {
  background-position: -15px 0 !important;
}
.jstree.jstree-default .jstree-closed > i {
  background-position: 3px 0 !important;
}
#vakata-contextmenu.jstree-context,
#vakata-contextmenu.jstree-context li ul {
  background: none #f0f0f0;
  border: 1px solid #979797;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}
#vakata-contextmenu.jstree-context a {
  color: black;
}
#vakata-contextmenu.jstree-context a:hover,
#vakata-contextmenu.jstree-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: #000000;
  border-radius: 2px;
}
#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: none;
  border: 0;
  padding: 1px 4px;
}
#vakata-contextmenu.jstree-context li.vakata-separator {
  background: white;
  border-top: 1px solid #dddddd;
  margin: 0;
}
#vakata-contextmenu.jstree-context li ul {
  margin-left: -4px;
}
.jstree img {
  border: 0;
  width: 20px;
  height: 20px;
}
img.il_ExplorerIcon {
  height: 20px;
  width: 20px;
}
.ilExplorerContainer {
  padding: 2px 0 6px 0;
}
.ilExplorerContainer .jstree-default .jstree-anchor {
  height: auto;
}
.jstree-default .jstree-node,
.jstree-default .jstree-anchor {
  line-height: inherit;
}
.il-maincontrols-slate-content .jstree-default > ul > li.jstree-node {
  margin-left: 0;
}
.il-maincontrols-slate-content .jstree-default li.jstree-node {
  margin-left: 14px;
  padding: 0 3px;
}
/* Modules/Forum */
a.postread,
a.postread:visited {
  font-weight: normal;
}
a.postunread,
a.postunread:visited {
  font-weight: bold;
}
a.postnew,
a.postnew:visited {
  font-style: italic;
  font-weight: bold;
}
blockquote.ilForumQuote {
  margin: 0 20px 10px;
  padding: 5px;
  border: 1px solid #b6b6b6;
  font-size: 90%;
}
div.ilForumQuoteHead {
  font-weight: bold;
  font-size: 90%;
  margin: 0 0 10px;
}
/* Modules/Forum */
#ilFrmPostList {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}
.ilFrmPostImage {
  float: left;
  width: 100px;
  overflow: hidden;
}
.ilFrmPostImage img {
  vertical-align: top;
  margin: 5px 20px 5px 5px;
  border: none;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ilFrmPostImage img {
    margin: 0 !important;
    padding: 5px 8px 5px 5px;
  }
}
.ilFrmPostClear {
  clear: both;
  width: 1px;
  height: 1px;
  line-height: 1px;
}
.ilFrmPostTitle {
  margin-top: 15px;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  .ilFrmPostTitle {
    margin-top: 5px;
    font-size: 100%;
  }
}
div.ilFrmPostHeader span.small {
  color: #6f6f6f;
}
.ilFrmPostContentContainer {
  margin: 0 0 10px;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .ilFrmPostContentContainer {
    width: 100%;
  }
}
@media only screen {
  .ilFrmPostContentContainer img {
    width: 100%;
    height: auto !important;
  }
}
.ilFrmPostContent {
  margin-top: 20px;
}
.ilFrmPostRow {
  padding: 3px;
  border-top: 1px solid #f0f0f0;
}
.ilFrmPostRow div.ilForm {
  width: 100%;
  max-width: 1000px;
}
.ilFrmPostRow div.ilForm div.ilFormValue {
  width: auto;
}
.ilFrmPostRow div.ilForm div.ilFormOption {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .ilFrmPostRow div.ilForm,
  .ilFrmPostRow div.ilForm input[type=text],
  .ilFrmPostRow div.ilForm textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ilFrmPostRow img.ilUserIcon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-2 {
    padding-left: 50px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-3 {
    padding-left: 100px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-4 {
    padding-left: 150px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-5 {
    padding-left: 190px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-6 {
    padding-left: 220px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-7 {
    padding-left: 240px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-8 {
    padding-left: 260px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-9 {
    padding-left: 280px;
  }
  .sort_by_posts .ilFrmPostRow.ilFrmPost-level-10 {
    padding-left: 300px;
  }
}
.ilFrmPostCensorshipAdvice {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.ilFrmPostAttachmentsContainer {
  margin: 20px 0 0;
  font-weight: bold;
}
.ilFrmPostAttachmentsContainer a {
  font-weight: normal;
}
.ilFrmPostAttachmentsContainer img {
  vertical-align: middle;
}
.ilFrmPostCommands {
  float: right;
  margin: 0 0 3px;
}
.ilModeratorPosting {
  background-color: #ff9;
  padding: 0 5px;
}
.ilPostingNeedsActivation {
  background-color: #ffe4e4;
  padding: 0 5px;
}
.ilFrmBottomToolbar {
  margin-top: 20px;
}
.ilForumTreeTitle {
  display: inline-block;
}
.ilForumTreeTitleUnread {
  font-weight: bold;
}
.ilForumTreeUnlinkedContent {
  display: block;
  line-height: 0.9em;
  margin-bottom: 10px;
  text-decoration: none;
  cursor: text;
  font-size: smaller;
  color: #161616;
  padding-left: 23px;
}
.frm-thread-scrollable-print {
  overflow: auto;
}
/* Services/Mail */
a.mailread,
a.mailread:visited {
  font-weight: normal;
}
a.mailunread,
a.mailunread:visited {
  font-weight: bold;
}
.iosMailFilter .checkbox {
  display: inline-block !important;
  margin: 0 10px !important;
}
.iosMailFilter .checkbox:first-child {
  margin: 0 15px !important;
}
.iosMailFilter .checkbox input[type="checkbox"] {
  margin-left: -15px !important;
}
.ilMailAvatar {
  min-width: 45px !important;
  max-width: 45px !important;
  height: auto;
}
/* --- Services/COPage ---*/
a.ilEditSubmit {
  background: url("../../../../../../../templates/default/images/ButtonsBack.png") repeat-x bottom white;
  padding: 2px;
  margin: 0;
  border: 1px solid #bababa;
  border-bottom-color: #737373;
  border-right-color: #737373;
  text-decoration: none;
  font-size: 80%;
  line-height: 14px;
  cursor: pointer;
}
input.ilEditSubmit {
  color: #2255a0;
  padding: 1px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  background: url("../../../../../../../templates/default/images/ButtonsBack.png") repeat-x bottom white;
  border: 1px solid #bababa;
  border-bottom-color: #737373;
  border-right-color: #737373;
}
input.ilEditSubmit:hover {
  color: #000000;
}
div.ilEditHelpline {
  margin: 3px 0;
  padding: 0;
  font-size: 80%;
  background-color: white;
  color: black;
}
select.ilEditSelect {
  background: none white;
  border: 1px solid #bbb;
  padding: 1px;
  text-decoration: none;
  font-size: 12px;
}
[data-copg-ed-type='add-area'] {
  height: 30px;
}
button.copg-add.dropdown-toggle.btn,
button.copg-add.dropdown-toggle.btn:focus,
button.copg-add.dropdown-toggle.btn:hover {
  padding: 1px 5px;
  text-align: center;
  font-size: 12px;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 30px;
  border: 0;
}
button.copg-add.dropdown-toggle.btn .glyphicon-plus-sign,
button.copg-add.dropdown-toggle.btn:focus .glyphicon-plus-sign,
button.copg-add.dropdown-toggle.btn:hover .glyphicon-plus-sign,
#copg-editor-help .glyphicon-plus-sign,
button.copg-add.dropdown-toggle.btn .il-copg-add-text,
button.copg-add.dropdown-toggle.btn:focus .il-copg-add-text,
button.copg-add.dropdown-toggle.btn:hover .il-copg-add-text,
#copg-editor-help .il-copg-add-text {
  color: #FF0000;
  font-size: 18px;
}
button.copg-add.dropdown-toggle.btn:hover {
  background-color: #ffffff;
  color: #6f6f6f;
}
[data-copg-ed-type='add-area'] ul.dropdown-menu {
  left: 45%;
}
button.copg-add:hover {
  color: #88be51;
  background-color: #f3f8ed;
}
div.il_droparea {
  padding: 1px 5px;
  border: 1px dashed #d0d0d0;
  color: #d0d0d0;
  text-align: center;
  font-size: 12px;
  background-color: #fffed1;
  cursor: pointer;
  height: 30px;
}
div.il_droparea:hover,
div.ilCOPGDropActice,
.il_droparea_valid_target {
  border-color: #88be51;
  color: #88be51;
  background-color: #f3f8ed;
}
div.ilCOPGNoPageContent {
  padding: 20px 5px;
  color: #a0a0a0;
}
div.il_editarea_nojs {
  border-width: 1px dotted #999;
}
div.il_editarea,
div.il_editarea_disabled {
  border: 2px solid transparent;
  min-height: 20px;
  user-select: none;
}
.copg-state-page div.il_editarea:hover,
.copg-state-multi div.il_editarea:hover,
.copg-state-page div.il_editarea_disabled:hover,
.copg-state-multi div.il_editarea_disabled:hover {
  border: 2px solid #FF0000;
}
div.ilEditLabel {
  position: absolute;
  background-color: #FF0000;
  color: #f0f0f0;
  font-size: 70%;
  padding: 1px 3px;
  margin-top: -15px;
  margin-left: -2px;
  border: 0;
  height: 15px;
  display: none;
  z-index: 1;
}
.copg-state-page div.il_editarea:hover > div.ilEditLabel,
.copg-state-multi div.il_editarea:hover > div.ilEditLabel,
.copg-state-page div.il_editarea_disabled:hover > div.ilEditLabel,
.copg-state-multi div.il_editarea_disabled:hover > div.ilEditLabel,
.copg-state-page .copg-ghost-wrapper div.ilEditLabel,
.copg-state-multi .copg-ghost-wrapper div.ilEditLabel {
  display: block;
}
div.il_editarea_selected:hover > div.ilEditLabel {
  background-color: #6ea03c;
}
div.ilc_page_Page > div.il_editarea_disabled {
  padding: 10px;
}
div.il_editarea_disabled,
div.copg-disabled-page {
  border: 2px dotted #B54F00;
  min-height: 20px;
}
.ilCopgDisabledText {
  color: #B54F00;
  position: absolute;
  font-size: 12px;
  margin-top: -13px;
  padding: 2px 5px;
  background-color: #f9f9f9;
}
div.il_editarea_selected,
div.copg-current-edit,
#tinytarget_ifr {
  border-style: solid;
  border-width: 2px;
  border-color: #bbda9b;
}
div.il_editarea_selected:hover {
  border-color: #6ea03c;
}
div.il_editarea_disabled_selected {
  border: 2px solid #B54F00;
  min-height: 20px;
}
div.il_editarea_active_selected {
  border: 2px solid black;
  min-height: 20px;
}
.il_editmenu {
  background-color: white;
  color: black;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  text-indent: 0;
  font-size: 14px;
  z-index: 5000;
}
table.il_editmenu td {
  padding: 3px;
}
div.ilEditVAccordCntr {
  margin-top: 15px;
  padding: 5px;
}
div.ilEditVAccordICntr {
  background-color: white;
  margin-bottom: 15px;
  border: 1px solid #9eadba;
}
div.ilEditVAccordIHead {
  padding: 3px;
  background-color: #e2eaf4;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 3px 4px;
}
div.ilEditVAccordICont {
  padding: 10px;
  background-color: white;
}
.ilTinyMenuSection .dropdown,
.il-copg-button-group .dropdown {
  display: inline-block;
}
.ilTinyMenuSection .dropdown-menu .btn,
.il-copg-button-group .dropdown-menu .btn {
  border: 0;
}
.ilTinyMenuSection .btn svg {
  fill: black;
  margin: -8px;
}
.ilTinyMenuSection .btn[disabled] svg {
  fill: #D0D0D0;
}
div.ilTinyMenuSection,
.il-copg-button-group {
  white-space: nowrap;
  /* border-right: 1px solid #e0e0e0; */
  /* padding: 0 10px 4px 0; */
  margin-right: 10px;
  margin: 10px 10px 10px 0;
}
div.ilTinyMenuSection p,
.il-copg-button-group p {
  margin-bottom: 5px;
  padding: 2px 5px;
  background-color: #efefef;
}
@media only screen and (max-width: 768px) {
  div.ilTinyMenuSection,
  .il-copg-button-group {
    height: 28px;
    margin: 3px 3px 3px 0px;
    padding: 0 10px 0 0;
    border-right: 0 none;
  }
}
div.ilTinyMenuSection button.btn {
  background: white;
  border: 0;
  color: black;
}
div.il-copg-button-group ul.dropdown-menu {
  right: auto;
}
div.il-copg-button-group-wide {
  width: 100%;
  float: none;
}
[dir="rtl"] div.ilTinyMenuSection {
  float: right;
  border-right: none;
  border-left: 1px solid #dddddd;
  padding: 0 0 4px 10px;
  margin-right: 0;
  margin-left: 10px;
}
#ilTinyMenuButtons {
  padding-bottom: 15px;
  zoom: 1;
}
@media only screen and (max-width: 768px) {
  #ilTinyMenuButtons {
    height: 28px;
    margin: 3px 3px 3px 0;
    padding: 0 10px 0 0;
    border-right: 0 none;
  }
}
#iltinymenu .bd div.last {
  float: left;
  white-space: nowrap;
  padding: 0 10px 2px 0;
  border-right: 0;
  margin: 0;
}
#iltinymenu {
  padding: 0 15px;
}
#iltinymenu .bd div.last {
  float: left;
  white-space: nowrap;
  padding: 0 10px 2px 0;
  border-right: 0;
  margin: 0;
}
#iltinymenu .bd div .small {
  color: #6f6f6f;
  font-style: italic;
}
#iltinymenu .btn-default .mce-ico {
  color: inherit !important;
}
#iltinymenu a.btn {
  min-width: 30px;
}
#ilsaving {
  position: fixed;
  top: 0;
  left: 0;
  text-decoration: blink;
  z-index: 3;
}
.ilTinyMenuDropDown span {
  padding: 2px 0 0 5px;
  width: 75px;
  overflow: hidden;
  display: inline-block;
  line-height: 1em;
}
a.ilTinyMenuDropDown {
  display: inline-block;
  padding: 0 2px 1px 0;
}
/* if the ilc_page_cont_PageContainer is declared as being relative in the content.css drop downs will be truncated */
#ilEditorTD {
  position: static;
}
#ilEditorTD p {
  margin: 0;
  padding: 0;
}
/* Page TOC */
div.ilc_page_toc_PageTOC {
  font-size: 90%;
  padding: 5px 5px 10px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  float: left;
}
h1.ilc_page_toc_PageTOCHead {
  margin: 0;
  font-size: 100%;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
ul.ilc_page_toc_PageTOCList {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
li.ilc_page_toc_PageTOCItem {
  margin: 5px 0 0;
  padding: 0;
  white-space: nowrap;
}
a.ilc_page_toc_PageTOCLink {
  color: #03a;
  font-weight: normal;
  text-decoration: none;
}
a.ilc_page_toc_PageTOCLink:hover {
  color: black;
}
a.ilc_page_toc_PageTOCLink:visited {
  color: blue;
}
/* --- content styles (will move to content.css) --- */
td.ilc_PageDisabled {
  padding: 20px;
  border: 1px solid #9eadba;
  margin-bottom: 0;
  border-left: 3px dotted #d00;
}
div.ilc_DefinitionHeader {
  margin: 20px 0 10px 0;
  padding: 5px 0;
  border: 1px solid black;
  border-width: 1px 0;
}
table.ilc_Fullscreen {
  background-color: white;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html.ilc_Fullscreen,
body.ilc_Fullscreen {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}
html.ilc_Fullscreen td > div,
body.ilc_Fullscreen td > div,
html.ilc_Fullscreen td > div > figure > div > iframe,
body.ilc_Fullscreen td > div > figure > div > iframe {
  width: 100%;
}
div.ilLMMenu {
  margin: 0 0 5px 10px;
}
div.ilc_LMMenu {
  line-height: 22px;
}
a.ilc_LMMenu {
  padding: 1px 5px;
  margin: 2px 0;
  border: 1px solid #b0b0b0;
  background-color: #e6ecf8;
  white-space: nowrap;
}
div.ilc_TableOfContents {
  background-color: white;
  padding: 20px;
  border-spacing: 1px;
  border: 1px solid #eee;
  margin-bottom: 0;
}
table.ilc_media {
  background-color: white;
}
h1.il_LMHead {
  margin: 12px 15px 6px;
  font-size: 120%;
  font-weight: normal;
}
table.ilc_Table {
  border-collapse: collapse;
  background-color: white;
  margin: 10px 0;
  border-color: #9eadba;
}
/* COPage Comparison */
div.ilEditModified,
div.ilEditDeleted,
div.ilEditNew {
  border: 3px solid;
  margin-bottom: 2px;
}
div.ilEditModified {
  border-color: #FF0000;
}
div.ilEditDeleted {
  border-color: #B54F00;
}
div.ilEditNew {
  border-color: #6ea03c;
}
.ilCOPGCompareLegend {
  display: inline-block;
  margin-top: 5px;
  padding: 2px;
}
span.ilDiffDel {
  background-color: #ff9c4f;
}
span.ilDiffIns {
  background-color: #bbda9b;
}
a.nostyle:link,
a.nostyle:visited {
  text-decoration: none;
  color: #000000;
}
a.nostyle:hover {
  color: #000000;
}
#ilEditorPanel_c {
  z-index: 3000 !important;
}
#error_panel_c {
  z-index: 2000 !important;
}
#ilPageEditLegend {
  margin: 10px 0;
}
#ilPageEditLegend > div {
  margin: 5px 0;
}
#ilPageEditLegend .il_droparea,
#ilPageEditLegend .il_droparea:hover {
  display: inline-block;
  width: 40px;
  cursor: default;
  height: 21px;
}
#ilPageEditLegend tr > td {
  padding: 3px 15px;
}
#ilPageEditLegend tr > td:first-child {
  white-space: nowrap;
  text-align: right;
}
.ilPageEditLegendElement {
  width: 40px;
  border: 1px solid #d0d0d0;
  height: 21px;
  display: inline-block;
  font-size: 12px;
  padding: 1px 5px;
  text-align: center;
}
.ilCOPGMediaDisabled {
  padding: 5px;
  font-size: 0px;
  line-height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #3b5620;
  color: white;
}
.ilCOPgEditStyleSelectionItem {
  padding: 10px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.ilCOPgEditStyleSelectionItem:hover {
  background-color: #FF0000;
}
ul#ilAdvSelListTable_style_selection {
  overflow: auto;
  max-height: 400px;
}
a.ilCOPageSection {
  color: inherit;
  text-decoration: inherit;
}
#ilAdvSelListAnchorText_char_style_selection > span {
  min-width: auto;
}
div.ilc_answers.answer-table div.ilc_qanswer_Answer {
  display: table-row;
}
div.ilc_answers.answer-table div.ilc_qanswer_Answer > div {
  display: table-cell;
}
div.ilc_question_SingleChoice .answertext > p,
div.ilc_question_MultipleChoice .answertext > p {
  margin: 0 !important;
}
div.ilc_question_SingleChoice .ilc_qanswer_Answer > div:first-child,
div.ilc_question_MultipleChoice .ilc_qanswer_Answer > div:first-child {
  padding-right: 10px;
}
div.ilCOPGMediaPrint {
  background-color: #f9f9f9 !important;
  position: relative !important;
  background-image: url("../../../../../../../templates/default/images/play.svg") !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: auto 90% !important;
  padding: 1px !important;
}
/* fullscreen iframe */
.il-copg-mob-fullscreen {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.il-copg-mob-fullscreen-modal .modal-dialog {
  width: 95%;
}
.ilTinyParagraphClassSelector ul.dropdown-menu,
.ilTinyMenuSection > div.dropdown:nth-child(2) > ul.dropdown-menu,
.ilSectionClassSelector ul.dropdown-menu {
  right: auto;
}
#il_prop_cont_characteristic ul.dropdown-menu {
  right: auto;
}
#iltinymenu .dropdown-menu li {
  padding: 0;
}
#tinytarget_ifr > body#tinymce {
  background-color: inherit;
}
#tinytarget_ifr {
  background-color: transparent;
}
#tinytarget_div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#tinytarget_div div.tox-edit-area {
  background-color: transparent;
}
#tinytarget_div .tox-tinymce {
  border: 0;
  background-color: transparent;
}
.copg-ghost-wrapper {
  min-height: 20px;
  position: relative;
  /* important for the absolute positioned tinytarget_div */
}
.copg-input-ghost {
  visibility: hidden;
  min-width: 100px;
}
#copg-editor-slate-content {
  padding: 9px 0px;
}
#copg-editor-slate-content p {
  padding: 0;
  margin: 5px 0;
}
#copg-editor-slate-content p.ilTinyInfo {
  padding: 4px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #copg-editor-slate-content p.ilTinyInfo {
    display: none;
  }
}
#copg-editor-slate-content div.alert {
  margin: 10px 0;
}
#copg-editor-slate-content form.form-horizontal {
  margin-bottom: 9px;
}
#copg-editor-slate-content form.form-horizontal .ilFormHeader {
  padding: 9px 15px;
}
#copg-editor-slate-content form.form-horizontal .ilFormHeader h3.ilHeader {
  font-size: 14px;
}
#copg-editor-slate-content form.form-horizontal .col-sm-3,
#copg-editor-slate-content form.form-horizontal .col-sm-9 {
  width: 100%;
}
#copg-editor-slate-content form.form-horizontal .control-label {
  text-align: left;
  font-weight: bold;
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
#copg-editor-slate-content form.form-horizontal .ilFormFooter {
  padding: 3px 15px;
  background-color: white;
}
#copg-editor-slate-content > .btn-link {
  padding: 0px 15px;
}
#copg-top-actions {
  padding: 0 15px;
}
.copg-edit-button-group {
  padding: 3px 15px;
}
p#copg-auto-save {
  padding: 0;
  margin: -5px 0 0 0;
}
.copg-edit-container {
  border: 1px dashed #d0d0d0;
}
/* very important: add areas around floating images https://stackoverflow.com/questions/1260122/expand-a-div-to-fill-the-remaining-width  and https://css-tricks.com/popping-hidden-overflow/ */
#il_EditPage [data-copg-ed-type="add-area"] {
  position: relative;
}
#il_EditPage [data-copg-ed-type="add-area"] > .dropdown {
  overflow: hidden;
  position: static;
}
#il_EditPage [data-copg-ed-type="add-area"] > .dropdown > ul {
  position: absolute;
  z-index: 10;
}
/*
 this fixes the add drop down click behaviour for touch devices
 see: https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
 and: https://mantis.ilias.de/view.php?id=29785
 */
#il_EditPage .dropdown-backdrop {
  position: static;
}
#ed_datatable {
  background-color: white;
}
#ed_datatable th {
  background-color: #f9f9f9;
}
#ed_datatable th .dropdown button {
  background-color: #f9f9f9;
  text-align: center;
  color: #161616;
  width: 100%;
  border: 0;
}
#ed_datatable th,
#ed_datatable td {
  border: 1px solid #CCCCCC;
}
#ed_datatable th {
  vertical-align: middle;
}
.copg-new-content-placeholder {
  text-align: center;
  color: #6f6f6f;
  padding: 20px;
}
.il-copg-drag {
  width: 40px;
  border: 1px solid #FF0000;
  height: 30px;
  z-index: 100000;
}
.il-copg-media-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}
.il-copg-edit-list-button {
  padding: 0;
}
.il-copg-edit-list-button img {
  filter: invert(100%);
  width: 26px;
  height: 25px;
}
#il-copg-ed-modal .modal-content .Whoops.container .left-panel {
  position: static;
  float: left;
}
#il-copg-ed-modal .modal-content .Whoops.container .details-container {
  position: static;
}
/* Services/Calendar */
td.even {
  color: #161616;
  background-color: #f9f9f9;
  padding: 3px;
}
td.uneven {
  color: #161616;
  background-color: #f0f0f0;
  padding: 3px;
}
td.today {
  background-color: #f0f0f0;
}
td.date {
  background-color: #f9f9f9;
}
td.prevMonth {
  background-color: #f9f9f9;
}
div#block_cal_sel_0 div.ilBlockContent {
  padding: 0;
}
div.ilCalSelAct {
  font-size: 90%;
  padding: 2px 2px 3px 0;
}
div.ilCalSelSelAll {
  font-size: 80%;
  padding: 3px 2px 2px 0;
}
div.ilCalSelList {
  max-height: 300px;
  overflow: auto;
}
.ilCalSelList img {
  width: 20px;
  height: 20px;
}
ul.ilCalSel {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ilCalSel li {
  /* padding: 0 0 0 48px; */
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  /* min-height: 25px; */
}
ul.ilCalSel li > div {
  display: table-row;
}
ul.ilCalSel li > div > div {
  display: table-cell;
  padding: 2px;
}
ul.ilCalSel li > div > div.ilCalColSpan {
  border-left: 5px solid;
  padding: 2px 5px;
}
div.ilCalSelList h6 {
  padding-left: 5px;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}
div.ilCalSelTitle {
  padding: 5px 3px 3px;
  font-size: 90%;
}
table.calmini {
  width: 100%;
  font-size: 90%;
  border-collapse: collapse;
  background-color: #f9f9f9;
  border: none;
}
table.calmini tr,
table.calmini td,
table.calmini th {
  border: none;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
  color: #161616;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  table.calmini tr,
  table.calmini td,
  table.calmini th {
    padding: 5px 1px;
  }
}
table.calmini tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.calmini tr:nth-child(even) {
  background-color: white;
}
table.calmini th.calmini,
table.calmini th.calminiweek {
  font-weight: 600;
  font-size: 90%;
}
table.calmini td.calminitoday {
  background-color: #B54F00;
}
table.calmini td.calminitoday > .il_calmini_monthday > a {
  color: white;
}
table.calmini td.calminiprev > .il_calmini_monthday > a,
table.calmini td.calmininext > .il_calmini_monthday > a {
  color: #161616;
  display: none;
}
table.calmini a {
  display: block;
  width: 100%;
}
a.callink:link,
a.callink:visited {
  color: inherit;
  cursor: pointer;
}
.il_calevent > .btn.btn-link {
  color: inherit;
  vertical-align: inherit;
}
.cal_modal_infoscreen .il_InfoScreenPropertyValue .btn-link {
  text-align: left;
  vertical-align: top;
  font-size: 90%;
}
table.calstd {
  margin-top: 6px;
  color: #161616;
  width: 100%;
  border: none;
  font-size: 100%;
}
.calheader {
  color: #161616;
  font-weight: normal;
  background-color: #f9f9f9;
}
th.calstd {
  text-align: center;
  background-color: #f9f9f9;
  font-weight: normal;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.calheadertime {
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  line-break: auto;
  vertical-align: top;
}
td.calheadertime {
  width: 6em;
  text-align: center;
  background-color: #f0f0f0;
  font-size: 90%;
  padding: 3px;
}
tr.calstdtime:first-of-type td {
  background-color: black;
}
.calstdtime td {
  border-spacing: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ddd;
}
td.calempty,
th.calempty {
  background-color: white;
}
td.calempty_border {
  background-color: white;
  border-spacing: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}
tr.calstd {
  /*background-color: inherit;*/
  background-color: white;
  height: 6em;
}
table.il-cal-day tr.calstd + tr.calstdtime td.calempty,
table.il-cal-week tr.calstd + tr.calstdtime td.calempty {
  background-color: white;
}
table.il-cal-day tr.calstd,
table.il-cal-week tr.calstd {
  border-collapse: collapse;
  border-color: #ddd;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-top-width: 2px;
  border-top-style: solid;
}
table.il-cal-week {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
table.il-cal-week td.calevent {
  overflow: hidden;
}
tr.calstdtime {
  height: 1.2em;
  background-color: inherit;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ddd;
}
td.calstd {
  vertical-align: top;
  background-color: white;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 2px 0px;
}
td.caltoday {
  vertical-align: top;
  background-color: #FFE79C;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
td.calnow {
  vertical-align: top;
  background-color: #FFF0C4;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
td.calnext {
  vertical-align: top;
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
td.calprev {
  vertical-align: top;
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
p.il_calevent {
  color: white;
  margin: 2px 0 0 0;
  padding: 2px;
  border-spacing: 0px;
  font-size: 90%;
}
p.il_calevent .btn-link {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
td.calevent {
  vertical-align: top;
  /*padding: 3px;*/
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  /*background-color:white;*/
}
div.calevent {
  font-size: 90%;
  padding: 3px;
  margin: 3px;
}
div.calfullcontent {
  padding: 4px;
  height: 100%;
}
p.il_cal_monthday {
  padding: 2px;
  margin: 0px;
  font-weight: normal;
}
p.il_cal_navigation {
  padding: 0px 3px 0px 0px;
  margin: 0px;
}
table.calmini {
  width: 100%;
}
.calminiheader {
  color: #161616;
  background-color: #f9f9f9;
}
th.calmini {
  text-align: center;
  font-size: 90%;
  font-weight: normal;
  background-color: white;
}
a.calminiapp {
  font-weight: bold;
}
p.il_calmini_monthday,
div.il_calmini_monthday {
  margin: 1px;
  text-align: center;
}
td.calministd {
  vertical-align: top;
  border-collapse: collapse;
  background-color: white;
  border-spacing: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
td.calminitoday {
  vertical-align: top;
  background-color: #FFE79C;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
td.calmininow {
  vertical-align: top;
  background-color: #FFF0C4;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
td.calmininext {
  vertical-align: top;
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
td.calminiprev {
  vertical-align: top;
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
td.calminiweek,
th.calminiweek {
  vertical-align: top;
  background-color: white;
  font-size: 60%;
  text-align: center;
  vertical-align: middle;
}
span.calminiinactive {
  color: #CCCCCC;
}
.calnewapplink {
  float: right;
  visibility: hidden;
}
span.ilIcalIcon .btn {
  text-align: initial;
  margin-top: 6px;
}
/* Modules/Wiki */
a.ilWikiPageMissing:link,
a.ilWikiPageMissing:visited {
  color: #d00;
}
a.ilWikiPageMissing:hover {
  color: #000000;
}
ul.ilWikiBlockList {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc outside;
}
ul.ilWikiBlockListNoIndent {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.ilWikiBlockItem {
  margin: 0;
  padding: 0;
}
/* see mantis #0027530 */
#block_wikiside_0 .panel-body {
  overflow: visible;
}
#ilTopNav {
  margin: -38px 0 0 65px;
}
@media only screen and (max-width: 768px) {
  #ilTopNav {
    min-height: 0;
    display: block;
    padding: 0;
    margin: 0;
  }
}
#ilTopNav.navbar {
  padding-top: 1px;
  padding-bottom: 1px;
  min-height: 33px;
}
@media only screen and (max-width: 768px) {
  #ilTopNav.navbar {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#ilTopNav.navbar > .navbar-collapse {
  margin: 0;
  padding: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
  #ilTopNav.navbar > .navbar-collapse:empty + div.navbar-header button.navbar-toggle {
    display: none;
  }
}
#ilTopNav.navbar-default {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0 none;
}
@media only screen and (max-width: 768px) {
  #ilTopNav.navbar-default {
    background-color: #f9f9f9;
  }
}
#ilTopNav .dropdown-menu {
  float: left;
  right: auto;
  left: 0;
  min-width: 100%;
  background-color: white;
}
#ilTopNav .dropdown-menu li a {
  background-color: transparent;
  color: #464646;
}
#ilTopNav .dropdown-menu li a:hover {
  background-color: #FF0000;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  #ilTopNav .dropdown-menu {
    float: none;
    left: auto;
    right: auto;
  }
}
#ilTopNav .navbar-nav {
  float: left;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #ilTopNav .navbar-nav {
    float: none;
    margin-left: 0;
  }
}
#ilTopNav .navbar-nav > li {
  margin: 0 0 0 10px;
}
#ilTopNav .navbar-nav > li > a {
  margin: 0;
  padding: 5px 10px 6px;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 4px solid white;
  background-color: transparent;
  color: #808080;
}
@media only screen and (max-width: 768px) {
  #ilTopNav .navbar-nav > li > a {
    margin: 0 10px 0 0;
    padding: 5px 10px 6px;
    border-top: 0;
    color: #808080;
  }
}
#ilTopNav .navbar-nav > li > a:hover,
#ilTopNav .navbar-nav > li > a:active,
#ilTopNav .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #808080;
}
#ilTopNav .navbar-nav > .active > a,
#ilTopNav .navbar-nav > .open > a,
#ilTopNav .navbar-nav > .active > a:hover,
#ilTopNav .navbar-nav > .open > a:hover,
#ilTopNav .navbar-nav > .active > a:active,
#ilTopNav .navbar-nav > .open > a:active,
#ilTopNav .navbar-nav > .active > a:focus,
#ilTopNav .navbar-nav > .open > a:focus {
  outline: 0 none;
  border-top: 4px solid #FF0000;
  background-color: #fafafa;
  color: #808080;
  -webkit-box-shadow: 3px 9px 9px 0px rgba(0, 0, 0, 0.176);
  box-shadow: 3px 9px 9px 0px rgba(0, 0, 0, 0.176);
}
@media only screen and (max-width: 768px) {
  #ilTopNav .navbar-nav > .active > a,
  #ilTopNav .navbar-nav > .open > a,
  #ilTopNav .navbar-nav > .active > a:hover,
  #ilTopNav .navbar-nav > .open > a:hover,
  #ilTopNav .navbar-nav > .active > a:active,
  #ilTopNav .navbar-nav > .open > a:active,
  #ilTopNav .navbar-nav > .active > a:focus,
  #ilTopNav .navbar-nav > .open > a:focus {
    border-top: 0 none;
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  #ilTopNav button.navbar-toggle {
    position: fixed;
    top: 0;
    left: 40px;
    height: 40px;
    border-radius: 0;
    border-width: 0;
    background-color: #5f5f5f;
    color: #dfdfdf;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #ilTopNav button.navbar-toggle .icon-bar {
    background-color: #dfdfdf;
  }
}
@media only screen and (max-width: 768px) {
  #ilTopNav button.navbar-toggle:hover {
    background-color: #979797;
  }
}
@media only screen and (max-width: 768px) {
  #ilTopNav button.navbar-toggle:hover .icon-bar {
    background-color: white;
  }
}
[dir="rtl"] #ilTopNav .dropdown-menu {
  float: right;
  left: auto;
  right: 0;
  padding: 5px 0;
  text-align: right;
}
[dir="rtl"] #ilTopNav .navbar-nav {
  float: right;
  margin-left: 0;
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  [dir="rtl"] #ilTopNav .navbar-nav {
    margin-right: 0;
    padding-right: 0;
  }
}
[dir="rtl"] #ilTopNav .navbar-nav > li {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  [dir="rtl"] #ilTopNav .navbar-nav > li > a {
    float: right;
    width: 100%;
    margin: 0;
  }
}
[dir="rtl"] #ilTopNav.navbar > .navbar-collapse {
  padding: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  [dir="rtl"] #ilTopNav button.navbar-toggle {
    left: auto;
    right: 40px;
  }
}
/* Main Menu Top Title */
.ilTopTitle {
  float: left;
  font-weight: 600;
  padding: 0 0 0 15px;
  white-space: nowrap;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .ilTopTitle {
    display: none;
  }
}
[dir="rtl"] .ilTopTitle {
  float: right;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .ilTopTitleVisible {
    display: block;
  }
}
input.ilOpenIDBox {
  background: url("../../../../../../../templates/default/images/openid.png") no-repeat 1px 2px white;
  padding-left: 20px;
}
[dir="rtl"] input.ilOpenIDBox {
  background-position: 2px 1px;
  padding-left: 0;
  padding-right: 20px;
}
#ilTopBar.ilTopBar {
  padding: 0;
  height: 40px;
  top: 0;
  z-index: 1040;
}
@media only screen and (max-width: 768px) {
  #ilTopBar.ilTopBar {
    z-index: 1030;
  }
}
.ilTopFixed {
  z-index: 1030;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#ilTopBarNav {
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 14px;
  list-style: none outside none;
}
@media only screen and (max-width: 768px) {
  #ilTopBarNav {
    margin-right: 0;
  }
}
#ilTopBarNav .dropdown-menu {
  background-color: #979797;
  border-radius: 0;
  margin: 0;
  color: #dfdfdf;
}
#ilTopBarNav .dropdown-menu a {
  background-color: transparent;
  color: #dfdfdf;
}
#ilTopBarNav .dropdown-menu a:hover,
#ilTopBarNav .dropdown-menu a:active,
#ilTopBarNav .dropdown-menu a:focus {
  background-color: #FF0000;
  color: #979797;
}
#ilTopBarNav > li {
  float: left;
  display: block;
  position: relative;
}
#ilTopBarNav > li > a {
  margin-right: 1px;
  display: block;
  padding: 10px;
  position: relative;
  min-width: 40px;
  height: 40px;
  text-align: center;
  background-color: #5f5f5f;
  color: #dfdfdf;
}
#ilTopBarNav > li > a:hover,
#ilTopBarNav > li > a:active,
#ilTopBarNav > li > a:focus {
  outline: 0 none;
  color: white;
  text-decoration: none;
  background-color: #979797;
}
#ilTopBarNav > .active > a,
#ilTopBarNav > .open > a,
#ilTopBarNav > .active > a:hover,
#ilTopBarNav > .open > a:hover,
#ilTopBarNav > .active > a:active,
#ilTopBarNav > .open > a:active,
#ilTopBarNav > .active > a:focus,
#ilTopBarNav > .open > a:focus {
  outline: 0 none;
  color: white;
  text-decoration: none;
  background-color: #979797;
}
#ilTopBarNav #userlog > a {
  padding: 0 10px 0 0;
}
#ilTopBarNav #userlog > a img {
  height: 40px;
  width: 40px;
  margin-right: 0px;
  padding: 5px;
}
#ilTopBarNav #userlog .dropdown-menu {
  min-width: 100%;
}
#ilTopBarNav #userlog .dropdown-menu > li > a {
  padding-left: 50px;
}
[dir="rtl"] #ilTopBarNav {
  float: left;
  margin: 0;
  margin-left: 14px;
  text-align: right;
}
[dir="rtl"] #ilTopBarNav .badge {
  margin-left: 0;
  margin-right: -5px;
}
[dir="rtl"] #ilTopBarNav .dropdown-menu a {
  text-align: right;
}
[dir="rtl"] #ilTopBarNav > li {
  float: right;
}
[dir="rtl"] #ilTopBarNav > li > a {
  margin-right: 1px;
}
[dir="rtl"] #ilTopBarNav #userlog > a {
  padding: 0 0 0 10px;
}
[dir="rtl"] #ilTopBarNav #userlog > a img {
  margin-left: 0;
}
.ilMainHeader {
  background-color: white;
  height: 80px;
  border-bottom: 3px solid #737373;
}
@media only screen and (max-width: 768px) {
  .ilMainHeader {
    height: auto;
    border-bottom: 0 none;
  }
}
.ilMainHeader.ilTopFixed {
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .ilMainHeader.ilTopFixed {
    height: 0;
  }
}
.ilMainHeader > header > .row > a.navbar-brand {
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .ilMainHeader > header > .row > a.navbar-brand {
    height: 0;
    padding: 0;
    margin: 0;
  }
}
.ilMainHeader > header > .row > a.navbar-brand > img {
  display: inline-block;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .ilMainHeader > header > .row > a.navbar-brand > img {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [dir="rtl"] .ilMainHeader > header > .row > a.navbar-brand > img {
    left: auto;
    right: 0;
  }
}
.ilMainMenu {
  background-color: white;
}
.ilMainMenu.ilTopFixed {
  top: 110px;
}
@media only screen and (max-width: 768px) {
  .ilMainMenu.ilTopFixed {
    position: fixed;
    top: 40px;
    border-bottom: 0 none;
  }
}
.ilMainMenuEntries {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
div.ilMemberViewMainHeader {
  background-color: #981a0a;
}
div.ilTopMemberView {
  text-align: center;
}
div.ilTopMemberView h3 {
  padding: 0;
  margin: 0;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  div.ilTopMemberView {
    display: none;
  }
}
.ilFixedTopSpacer {
  padding-top: 117px;
}
@media only screen and (max-width: 768px) {
  .ilFixedTopSpacer {
    margin-top: 40px;
    padding-top: 0;
  }
}
.ilFixedTopSpacerBarOnly {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .ilFixedTopSpacerBarOnly {
    margin-top: 40px;
    padding-top: 0;
  }
}
ul.il-mm-selfloading {
  width: 768px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* Services/UIComponent/Tabs */
.nav-tabs > li {
  margin: 0 4px 0 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: 0 none;
  padding: 6px 12px 3px;
  font-size: 13px;
  margin: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #2c2c2c;
  color: white;
  border: 0 none;
}
[dir="rtl"] .nav-tabs > li {
  margin: 0 0 0 4px;
  float: right;
}
#ilTab {
  padding: 0;
  margin: 7px 15px 23px;
  border: 0 none;
  border-bottom: 2px solid #2c2c2c;
}
#ilTab a:focus-visible {
  z-index: 3;
}
.ilSetupContent #ilTab {
  margin: 7px 0 23px;
}
.ilTabsContentOuter {
  padding: 0;
}
/* Sub Tabs */
#ilSubTab {
  padding: 5px 20px;
  margin: -23px 0 10px;
}
#ilSubTab > li > a {
  border-radius: 0;
  padding: 3px 7px;
  font-size: 11.64px;
  /* font-weight: 600; */
}
#ilSubTab > li > a:hover {
  color: #cc0000;
}
#ilSubTab > li.active > a,
#ilSubTab > li.active > a:hover,
#ilSubTab > li.active > a:focus {
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}
/* Services/UIComponent/GroupedLists */
div.ilGroupedListH {
  padding: 6px 0 4px 0;
  color: #161616;
}
div.ilGroupedListSep {
  padding-bottom: 3px;
  border-bottom: 1px solid #dddddd;
  margin: 0 10px 3px;
}
a.ilGroupedListLE {
  display: block;
  padding: 5px 10px;
  font-size: 90%;
}
a.ilGroupedListLE:hover {
  background-color: #ffffd9;
  text-decoration: none;
}
td.ilGroupedListNewCol {
  border-left: 1px solid #dddddd;
}
/* Services/Table */
div.tblfooter {
  font-weight: normal;
  background-color: #f9f9f9;
  padding: 3px;
  font-size: 80%;
  text-align: right;
}
div.ilTableNav {
  font-weight: normal;
  padding: 0 3px;
  font-size: 80%;
  text-align: right;
}
div.ilTableNav table {
  width: 100%;
}
div.ilTableNav select {
  display: inline-block;
}
div.ilTableNav .ilFloatRight .ilOverlay {
  display: none;
}
tr.tblfooter {
  color: #161616;
  font-weight: normal;
  background-color: #f9f9f9;
  border-top: 1px solid #f0f0f0;
}
td.submit {
  padding: 3px;
  vertical-align: top;
  background-color: #f9f9f9;
}
div.ilTableHeaderTitleBlock {
  font-weight: bold;
  padding: 3px;
  font-size: 90%;
  color: #161616;
  border-bottom: 1px solid #dddddd;
}
div.ilTableHeaderTitle {
  margin: 15px 0 0;
  padding: 0;
}
div.ilTableHeaderTitle + .ilHeaderDesc {
  margin: 0 0 5px;
}
h3.ilTableHeaderTitleBlock {
  font-weight: bold;
  font-size: 100%;
  display: inline;
  padding: 0;
  margin: 0;
}
h3.ilTableHeaderTitle {
  display: inline;
}
div.ilTableOuter {
  padding: 0;
  background-color: white;
}
div.ilTableSelectAll {
  background-color: white;
  padding: 6px 8px;
  font-size: 90%;
  border-top: 1px solid #dddddd;
}
div.ilTableSelectAll label {
  padding-left: 13px;
}
div.ilTableCommandRow,
div.ilTableCommandRowTop {
  background-color: #f9f9f9;
  padding: 5px 8px;
  font-size: 90%;
}
span.ilTableFootLight {
  color: #161616;
}
div.ilTableFilterActivator {
  margin: 0 0 5px 3px;
}
.ilTableMenuItem {
  margin: 0 10px 0 0;
}
div.ilTableFilter {
  padding: 0 0 5px 0;
  margin: 0;
}
legend.ilTableFilter {
  font-size: 80%;
  border: none;
  padding: 2px 5px;
  margin: -12px 0 0;
  font-weight: normal;
  text-align: right;
}
legend.ilTableFilter > a {
  margin-right: -20px;
  margin-top: -15px;
}
fieldset.ilTableFilter {
  background-color: #f9f9f9;
  padding: 10px 15px;
  margin: 5px 0 15px 0;
}
div.ilTableFilterLabel {
  font-style: italic;
  background-color: #f9f9f9;
  padding: 3px 0px;
}
div.ilTableFilterLabel label {
  margin: 0;
}
div.ilTableFilterInput {
  min-width: 150px;
  padding: 0 0 5px 0;
}
div.ilTableFilterInput select {
  width: 100%;
  max-width: 150px;
}
div.ilTableFilterInput .radio,
div.ilTableFilterInput .checkbox {
  margin: 0;
}
td.ilFilterOption {
  text-align: left;
  vertical-align: top;
  font-size: 80%;
  white-space: nowrap;
  padding: 0 10px 10px 0;
  min-width: 150px;
}
td.ilFilterType {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  padding: 3px;
}
div.ilTableContainer {
  overflow: auto;
}
.tblheader {
  font-weight: normal;
}
tr.tblheader {
  font-weight: normal;
  background-color: #f9f9f9;
  font-size: 90%;
  border-bottom: 1px solid #d6d6d6;
}
/* ---------------- alternating tablerowcolors ----------------- */
.tblrow2_mo {
  background-color: #f0f0f0;
  color: #161616;
  padding: 3px;
}
.tblrow1_mo {
  background-color: white;
  color: #161616;
  padding: 3px;
}
.tblrow1_mo:hover,
.tblrow2_mo:hover {
  background-color: #d0d0ff;
}
.tblrowmarked {
  background-color: #ffe4e4 !important;
  color: #161616;
  padding: 3px;
}
.tblrow2top {
  background-color: #f0f0f0;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}
.tblrow1top {
  background-color: white;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}
.tblrowmarkedtop {
  background-color: #ffe4e4;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  background-color: white;
}
.ilTableOuter .table {
  background-color: white;
}
td > img[src$="icon_custom.svg"] {
  max-width: 32px;
}
.ilTableCommandRowTop .ilFloatLeft img,
.ilTableCommandRow .ilFloatLeft img,
.ilTableCommandRowTop .ilFloatLeft select,
.ilTableCommandRow .ilFloatLeft select {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    max-width: 94vw;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow: visible;
  }
}
/* Services/Notes */
#notes_embedded_outer {
  background-color: white;
}
#notes_embedded_outer .il_ContainerItemCommands {
  padding-top: 15px;
}
div.ilNotes {
  background-color: white;
  padding: 15px;
}
#ilRightPanel div.ilNotes {
  background-color: white;
}
div.ilNotes .fullwidth_invisible {
  background-color: transparent;
  padding: 10px;
}
div.ilComment {
  padding-left: 50px;
}
div.ilNotesUImage {
  float: left;
  margin-left: -50px;
}
div.ilNotesUImage img {
  width: 40px;
  height: 40px;
}
div.ilNoteText {
  font-size: 95%;
  margin-top: 5px;
}
div.ilNotesHeader {
  background-color: #f9f9f9;
  margin-bottom: 5px;
  padding: 3px 8px;
}
div.ilNotesHeader h3 img {
  width: 40px;
  height: 40px;
}
#il_center_col div.ilNotesHeader {
  display: none;
}
#ilRightPanel div.ilNotesHeader {
  padding: 5px;
}
h3.ilNotesHeader {
  font-size: 110%;
  color: #161616;
  display: inline;
}
h4.ilNoteTitle {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
td.ilNoteList {
  padding: 10px 5px;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}
textarea#note {
  height: 6em;
}
div.ilNoteInput {
  padding-bottom: 10px;
}
.ilNotesCheckboxes .ilComment {
  padding-left: 80px;
}
.ilNotesCheckboxes .ilNoteList input[type="checkbox"] {
  position: absolute;
}
/* Modules/Blog */
div.ilBlogList {
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
}
div.ilBlogListItem {
  padding: 1px 1px 5px;
  margin-bottom: 35px;
}
div.ilBlogListItem.ilBlogListItemDraft {
  padding: 8px;
}
div.ilBlogListItemTitle {
  border-bottom: 1px solid #dddddd;
}
div.ilBlogListItemTitle h3 {
  margin-bottom: 5px;
}
div.ilBlogListItemSubTitle {
  margin-top: 5px;
  color: #6f6f6f;
  font-size: 80%;
  text-align: right;
}
div.ilBlogListItemSnippet {
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 10px;
}
img.ilBlogListItemSnippetPreviewImage {
  margin-right: 10px;
  margin-bottom: 5px;
}
div.ilBlogListItemMore {
  float: left;
}
div.ilBlogListItemCommtensPerma {
  text-align: right;
  font-size: 90%;
  margin-top: 15px;
  min-height: 15px;
}
td.ilBlogSideBlockContent {
  padding: 10px;
}
td.ilBlogSideBlockCommand {
  font-size: 75%;
  color: #6f6f6f;
  border-bottom: 1px solid #dddddd;
  padding: 1px 3px;
  background-color: #f9f9f9;
  text-align: right;
}
div.ilBlogSideBlockAuthor {
  margin-top: 3px;
}
ul.ilBlogSideBlockNavigation {
  margin-top: 3px;
  padding-left: 15px;
}
div.ilBlogSideBlockNavigationSelection {
  margin-bottom: 5px;
}
.ilBlogListItemDraft {
  border: 2px dotted #B54F00;
}
.ilBlogDraftText {
  color: #B54F00;
  position: absolute;
  font-size: 12px;
  margin-top: -19px;
  padding: 2px 5px;
  background-color: white;
}
.ilBlogNavigationItemDraft {
  margin-right: 50px;
}
.ilBlogListPermalink {
  margin: 5px;
}
.ilBlogRating {
  margin-bottom: 5px;
}
.ilTopGap {
  margin-top: 15px;
}
.ilExportPage {
  min-height: 468px;
  padding-bottom: 20px;
}
/* Services/Skill */
div.ilSkill {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
div.ilSkill > h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  float: left;
}
div.ilSkill > h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 1em;
  color: #6f6f6f;
  float: left;
  clear: left;
}
table.ilSkill,
td.ilSkill,
th.ilSkill {
  border: 1px solid #dddddd;
}
div.ilSkillActions {
  margin-top: -5px;
  margin-right: 15px;
  float: right;
}
div.ilSkill .ilSkillActions {
  margin-right: 0px;
}
table.ilSkill {
  margin-bottom: 5px;
  margin-left: 50px;
  background-color: white;
  border-collapse: collapse;
  clear: both;
}
td.ilSkill,
th.ilSkill {
  font-size: 0.8em;
  padding: 4px;
  min-width: 50px;
}
td.ilSkill {
  text-align: center;
  vertical-align: middle;
}
td.ilSkillLevel {
  cursor: pointer;
}
th.ilSkill,
td.ilSkillLevel {
  background-color: #f9f9f9;
}
td.ilSkillSelf {
  background-color: #fff0e0;
}
td.ilSkillMat {
  background-color: #f0f0ff;
}
div.ilSkillSuggRes {
  margin-left: 50px;
}
th.ilSkillEntryHead {
  width: 250px;
}
.ilSkillEvalItem {
  border-left: 5px solid;
  margin: 2px 0;
  padding: 10px;
}
.ilSkillEvalItem > .row > div {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ilSkillEvalItem.ilSkillEvalType1 {
  border-color: #307C88;
}
.ilSkillEvalItem.ilSkillEvalType2 {
  border-color: #d38000;
}
.ilSkillLevelDescription,
.ilSkillMaterial,
.ilSkillSuggResources {
  padding: 5px 10px 5px 15px;
}
.ilSkillLevelDescription > .row > div,
.ilSkillMaterial > .row > div,
.ilSkillSuggResources > .row > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ilSkillResourceList > h5 {
  margin-top: 25px;
}
.ilSkillResourceList > div {
  padding: 5px 10px 5px 15px;
}
.ilSkillResourceList > div > .row > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ilSkillEvalItem.ilSkillEvalType3 {
  border-color: #557b2e;
}
.ilSkillEvalItem > .row > .ilSkillEvalType1 {
  color: #307C88;
}
.ilSkillEvalItem > .row > .ilSkillEvalType2 {
  color: #d38000;
}
.ilSkillEvalItem > .row > .ilSkillEvalType3 {
  color: #557b2e;
}
.ilSkillFilter .ilToolbar select.form-control {
  display: block;
}
.ilSkillCategoryDescription {
  margin: 0px 5px;
  padding-bottom: 15px;
}
/* Modules/Poll */
.ilPollDescription {
  margin: 5px;
  font-size: 80%;
  color: #6f6f6f;
}
.ilPollQuestion {
  display: inline-block;
  width: 97%;
  margin: 1.5%;
  font-size: 90%;
  font-style: italic;
}
img.ilPollQuestionImage {
  margin: 1.5% 0%;
  max-width: 100%;
}
.ilPollQuestionAnswers {
  margin: 5px;
  font-size: 80%;
}
.ilPollQuestionAnswer {
  margin-bottom: 5px;
}
.ilPollQuestionResults {
  margin: 10px;
  font-size: 80%;
}
.ilPollQuestionResult {
  margin-bottom: 5px;
}
.ilPollQuestionResultBar {
  width: 100%;
  border: 1px solid #757575;
  float: left;
  height: 18px;
}
.ilPollQuestionResultBarInner {
  background-color: #c2e1ff;
  height: 18px;
}
.ilPollQuestionResultPerc {
  float: right;
  position: relative;
  margin-top: -17px;
  margin-right: 3px;
}
.ilPollLegend {
  margin-bottom: 5px;
}
.ilPollLegend td.legendLabel {
  font-size: 120%;
}
#ilMMSearch ul li {
  padding: 5px;
}
#ilMMSearch ul li label {
  font-weight: normal;
}
#ilMMSearchMenu legend {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 16px;
  border-bottom: 0;
}
#ilMMSearchMenu p {
  white-space: nowrap;
}
#main_menu_search {
  width: 80%;
}
#ilTopBarNav .dropdown-menu #ilMMSearchMenu a,
#ilTopBarNav .dropdown-menu #ilMMSearchMenu a:hover,
#ilTopBarNav .dropdown-menu #ilMMSearchMenu a:active,
#ilTopBarNav .dropdown-menu #ilMMSearchMenu a:focus {
  background-color: transparent;
  color: #dfdfdf;
}
div.ilMainMenuSearch {
  padding: 0 10px 3px;
  margin: 1px 0 2px -1px;
  line-height: 26px;
}
input.ilMainMenuSearch {
  cursor: pointer;
  border: none;
  color: #161616;
  width: 150px;
  padding: 2px 4px 1px;
  margin: 0;
  background-color: white;
  min-height: 16px;
  -webkit-box-shadow: inset 1px 1px 2px #a0a0a0;
  box-shadow: inset 1px 1px 2px #a0a0a0;
  line-height: 1;
}
#mm_search_menu_head {
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 85%;
}
#mm_search_menu_head p {
  margin: 0;
}
#mm_search_menu_head input {
  margin: 0;
  padding: 0;
}
#il_search_toolbar > div {
  padding-top: 6px;
}
#il_search_toolbar div.ilFormOption {
  width: auto;
}
#il_search_toolbar div.ilFormFooter {
  display: none;
}
#mm_search_menu_ac .ui-menu {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #161616;
}
span.ilSearchHighlight {
  font-weight: bold;
}
div.il_SearchFragment {
  margin: 2px 0 5px;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
}
#ilSearchResultsTable.table-striped > tbody > tr > td {
  background-color: transparent;
}
#search_area_form {
  min-width: 350px;
}
#search_area_form .form-horizontal .control-label {
  padding-top: 0;
}
/* Services/Help */
#ilHelpText .ilc_text_inline_Strong {
  font-weight: bold;
}
#ilHelpBack {
  padding-bottom: 20px;
}
#ilHelpText {
  clear: both;
  font-size: 90%;
}
#ilHelpText .ilc_list_o_NumberedList,
#ilHelpText .ilc_list_u_BulletedList {
  margin: 10px 0;
  padding: 0 0 0 25px;
}
#ilHelpText .ilc_list_o_NumberedList .ilc_list_o_NumberedList,
#ilHelpText .ilc_list_o_NumberedList .ilc_list_u_BulletedList,
#ilHelpText .ilc_list_u_BulletedList .ilc_list_u_BulletedList,
#ilHelpText .ilc_list_u_BulletedList .ilc_list_o_NumberedList {
  padding-left: 15px;
}
a#ilHelpClose {
  display: block;
  float: right;
  padding: 5px;
}
#ilHelpPanel .il_VAccordionHead {
  background-position: 3px 3px;
  padding: 5px 5px 5px 30px;
  font-size: 90%;
  font-weight: bold;
  border: none;
}
#ilHelpPanel li {
  padding: 0;
}
#ilHelpPanel .ilGroupedListLE {
  padding: 5px 10px 5px 20px;
}
#il_screen_id {
  position: fixed;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #il_screen_id {
    display: none;
  }
}
#mm_help li a span:first-child {
  width: 20px;
  display: inline-block;
}
/* Modules/DataCollection */
td.dcl_actions {
  text-align: right;
  padding-right: 5px;
}
.dcl_record_list td,
.dcl_field_list td {
  padding: 10px 7px;
  font-size: 90%;
}
.ilDclTableDescription {
  padding: 15px 0;
  font-size: 90%;
}
.ilDclRecordViewNavWrapper {
  margin-bottom: 40px;
}
.ilDclRecordViewNav {
  font-weight: normal;
  padding: 3px;
  font-size: 80%;
  width: 80%;
  float: left;
}
.ilDclEditRecordButtonWrapper {
  float: right;
}
.ilDclRecordViewRecordOfTotal {
  margin-right: 10px;
}
.ilDclSelectRecord {
  margin-left: 10px;
}
.ilDclChangeRecord {
  display: inline;
}
.ilDclPermanentLinkWrapper {
  margin: 20px 0;
}
tr.dcl_comments_active > td {
  background-color: #ffffd9;
}
/* Modules/Bibliographic */
span.bibl_text_inline_Emph {
  font-style: italic;
}
/* Services/MediaObjects */
.ilPlayerPreviewOverlayOuter {
  position: relative;
}
.ilPlayerPreviewOverlay {
  position: relative;
  width: 320px;
  height: 240px;
  cursor: pointer;
}
.ilPlayerPreviewDescription {
  padding: 7px;
  font-size: 85%;
  position: absolute;
  width: 100%;
  color: #f0f0f0;
  margin-top: -240px;
  background: url("../../../../../../../templates/default/images/black60.png");
}
.ilPlayerPreviewOverlay img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.ilPlayerPreviewDescriptionDownload {
  float: right;
}
.ilPlayerPreviewDescriptionDownload a {
  color: white;
}
.mejs-overlay-button {
  background-image: url("../../../../../../../templates/default/images/bigplay.svg");
}
.ilPlayerPreviewPlayButton {
  background: url("../../../../../../../templates/default/images/bigplay.svg") no-repeat scroll 0 0 transparent;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
  cursor: pointer;
}
.ilPlayerPreviewOverlay:hover .ilPlayerPreviewPlayButton {
  background-position: 0 -100px;
}
/* Services/Chart */
td.legendColorBox,
td.legendLabel {
  padding: 3px;
}
div.ilChartWrapper {
  max-width: 100%;
}
/* Services/Captcha */
div.iosCaptchaInfoContainer {
  margin: 10px 0 0 0;
}
div.iosCaptchaInputCommandContainer {
  margin: 10px 0 0 0;
}
div.iosCaptchaInputCommandContainer .reload {
  width: 19px;
  height: 19px !important;
  font-size: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
div.iosCaptchaInputCommandContainer .reload img {
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 3;
}
div.iosCaptchaInputCommandContainer .audio {
  width: 19px;
  height: 19px;
  margin: 0 10px 0 12px;
  vertical-align: middle;
}
/* Services/User */
div.ilProfile {
  max-width: 450px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 15px;
}
div.ilProfile + div.ilPermalinkContainer {
  margin-top: 20px;
}
div.ilProfile + div.ilPermalinkContainer .input-group-btn {
  vertical-align: bottom;
}
img.ilProfileImage {
  width: 100%;
}
h3.ilProfileName {
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
  font-size: 130%;
}
div.ilProfileSection {
  margin-top: 20px;
  font-size: 90%;
  color: #606060;
}
h3.ilProfileSectionHead {
  margin: 0 0 3px;
  padding: 0;
  font-weight: normal;
  font-size: 110%;
  color: #202020;
}
table.il_user_quota_disk_usage_overview {
  background-color: white;
}
img.ilUserXXSmall {
  max-width: 30px;
}
/* -- User Gallery Styles -- */
.ilUsersGalleryContainer div.ilUser {
  margin: 0 0 20px;
  background-color: white;
  padding: 20px 0;
  font-size: 100%;
  width: 100%;
  height: auto;
  text-align: center;
}
.ilUsersGalleryContainer div.ilUser img {
  min-height: 80px;
  max-height: 80px;
}
.ilUsersGalleryContainer div.ilUser h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  margin: 20px 0;
  font-size: 1.6rem !important;
}
.ilUsersGalleryContainer div.ilUser .action {
  width: 100%;
  height: 40px;
}
.ilUsersGalleryContainer div.ilUser .action div {
  display: inline-block;
}
.ilUsersGalleryContainer div.ilUser .action .btn {
  float: left;
}
.ilUsersGalleryContainer div.ilUser .action .btn-default:hover {
  color: white !important;
}
.ilUsersGalleryContainer div.ilUser .action .mailBtn {
  height: 37px;
  font-size: 16px;
  padding: 0 15px;
  line-height: 30px;
  margin: 2px 0 0 0;
}
.ilUsersGalleryContainer div.ilUser .action .open .btn {
  -webkit-box-shadow: 0 0 0 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 3px 5px rgba(0, 0, 0, 0.5);
}
.ilUsersGalleryContainer div.ilUser .action .open .btn-success:hover,
.ilUsersGalleryContainer div.ilUser .action .open .btn-success:focus,
.ilUsersGalleryContainer div.ilUser .action .open .btn-success:active {
  color: white;
  background: #626f78;
  -webkit-box-shadow: 0 0 0 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #5b6770;
}
.ilUsersGalleryContainer div.ilUser .action ul.dropdown-menu {
  min-width: 170px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ilUsersGalleryContainer div.ilUser .action ul.dropdown-menu li > a {
  padding: 8px 10px;
}
/* Services/Style */
.ilPositionStatic {
  position: static;
}
/* PageLayout Previews */
div.ilc_QuestionPlaceHolderThumb,
div.ilc_MediaPlaceHolderThumb,
div.ilc_TextPlaceHolderThumb,
div.ilc_PredTextPlaceHolderThumb {
  margin: 1px;
  padding: 5px 2px 5px 0;
  border: 1px solid #2c2c2c;
  font-size: 10px;
  background: url("../../../../../../../templates/default/images/question_placeholder_thumb.png") no-repeat center;
  font-weight: bold;
}
div.ilc_MediaPlaceHolderThumb {
  background-image: url("../../../../../../../templates/default/images/media_placeholder_thumb.png");
}
div.ilc_TextPlaceHolderThumb {
  background-image: url("../../../../../../../templates/default/images/text_placeholder_thumb.png");
}
div.ilc_PredTextPlaceHolderThumb {
  background-image: url("../../../../../../../templates/default/images/pred_text_placeholder_thumb.png");
}
div.ilc_HeadlineThumb {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #2c2c2c;
  color: #161616;
  margin: 2px 0 4px;
}
/* Modules/Course */
.ilValignTop {
  vertical-align: top;
}
.halfWidth {
  width: 50%;
}
.ilInheritBGColor {
  background-color: inherit;
}
td.option_value_details {
  background: none white;
  color: #161616;
  padding: 3px;
  vertical-align: top;
  text-align: left;
}
td.option_value_center_details {
  background: none #ffe4e4;
  color: #161616;
  padding: 3px;
  vertical-align: top;
  text-align: center;
}
ul.noStyle {
  list-style: none;
}
li.smallPad {
  padding: 1px;
}
.listIndent {
  padding: 0 0 20px;
}
.ilCrsObjAcc {
  margin-bottom: 10px;
}
.ilCourseObjectiveAccResults {
  padding-top: 10px;
}
.ilCourseObjectiveAccResult {
  font-size: 80%;
}
.ilCourseObjectiveAccSummary {
  font-size: 120%;
  padding-top: 15px;
}
.ilCourseObjectiveProgressBarContainer .text-comparision {
  display: none;
}
.ilCourseObjectiveProgressBarContainer {
  float: right;
  max-width: 200px;
  padding: 20px;
}
/* LOK progress bars */
.ilCourseObjectiveProgressBar {
  padding-right: 5px;
  float: right;
}
.ilCourseObjectiveProgressBarContainer > .progress {
  margin: 5px 0 0;
  border: 1px solid #bbb;
  background-color: white;
}
.ilCourseObjectiveProgressBarContainer > .progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ilCourseObjectiveProgressBarLimit {
  float: right;
  position: relative;
  border-right: 2px dotted #888;
  height: 20px;
  margin-top: -17px;
}
.ilCourseObjectiveProgressBarNeutral {
  background-color: #888;
}
.ilCourseObjectiveProgressBarCompleted {
  background-color: #60b060;
}
.ilCourseObjectiveProgressBarFailed {
  background-color: #b06060;
}
/* Modules/Chatroom */
.ilValignBottom {
  vertical-align: bottom;
}
#chat_actions {
  white-space: nowrap;
  margin-left: 10px;
}
#chat_messages {
  height: 300px;
  padding: 2px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  width: 100%;
  min-height: 200px;
  background-color: #f9f9f9;
}
#chat_users {
  overflow: auto;
  height: 100%;
  min-height: 300px;
}
#private_rooms {
  z-index: 200;
  display: none;
}
td.chatroom {
  width: 200px;
  height: auto;
}
.ilChatroomUser {
  border-bottom: 1px solid #e9e9e9;
}
.ilChatroomUser .media-body {
  white-space: nowrap;
}
.ilChatroomUser .media-body {
  padding-top: 8px;
}
.ilChatroomUser .media-body h4,
.ilChatroomUser .media-body p {
  color: #a0a0a0;
  font-size: 12px;
  padding: 5px 3px 0 3px;
  line-height: 1em;
  margin: 0;
}
.ilChatroomUser .media-body h4 {
  padding-top: 0;
  color: #606060;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilChatroomUser .dropdown-menu {
  background-color: #f0f0f0;
  padding: 10px 0;
  font-size: 12px;
}
.ilChatroomUser .dropdown-menu a {
  color: #606060;
}
.ilChatroomUser .dropdown-menu a:hover {
  color: #202020;
}
.ilChatroomUser .arrow-down {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid white;
  margin-top: -10px;
  margin-left: 100px;
}
.ilChatroomUser .media:hover {
  background-color: #fea;
}
.ilChatroomUser .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ilChatroomUser .dropdown-backdrop {
  position: static;
}
.ilChatroomUser .media {
  padding: 0;
}
.ilChatroomUser .media-left img {
  width: 30px;
  height: 30px;
}
.ilChatroomUser .media-body,
.ilChatroomUser .media-left,
.ilChatroomUser .media-right {
  display: table-cell;
  vertical-align: top;
}
.ilChatroomUser .media-left {
  padding-right: 10px;
}
.ilChatroomUser .media {
  padding: 10px;
}
/* Services/Container */
div.il_Preconditions {
  padding: 10px 0 0;
}
div.il_PreconditionsTitel {
  margin-top: 3px;
  text-align: left;
  font-size: 90%;
}
[dir="rtl"] div.il_PreconditionsTitel {
  text-align: right;
}
div.ilPreconditionItem {
  margin: 0 -10px;
}
/* Repository */
div.ilContainerListItemOuter {
  padding: 15px 12px;
  zoom: 1;
}
[dir="rtl"] div.ilContainerListItemOuter {
  display: table;
}
div.tblfooter.ilContainerListFooter {
  font-size: 100%;
  padding: 3px 0 0 10px;
  text-align: left;
}
div.tblfooter.ilContainerListFooter > input {
  padding: 0;
  margin: 0;
}
div.tblfooter.ilContainerListFooter > label {
  margin: 0;
  padding: 0 0 0 8px;
  vertical-align: top;
}
input[name^="position[blocks]"] {
  margin: 0 0 0 -2px;
}
[dir="rtl"] .ilContainerListFooter {
  padding-left: 0;
  padding-right: 15px;
}
div.ilListItemSection {
  clear: both;
  max-width: calc(100% - 40px);
}
div.ilContainerListItemOuterHighlight {
  background-color: #FF0000;
  zoom: 1;
}
.ilCLI {
  padding: 0;
}
div.ilContainerListItemCB {
  /*float: left;
	width: 25px;*/
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
div.ilContainerListItemCB img {
  width: 20px;
}
[dir="rtl"] div.ilContainerListItemCB {
  /* float: right; */
}
div.ilContainerListItemIcon {
  /* margin-top: -3px;
	   float: left;
	position: absolute; */
  display: table-cell;
  vertical-align: top;
}
div.ilContainerListItemIcon a {
  display: block;
  margin-top: -3px;
}
[dir="rtl"] div.ilContainerListItemIcon {
  float: right;
}
div.ilContainerListItemIconCB {
  margin-left: 25px;
}
[dir="rtl"] div.ilContainerListItemIconCB {
  margin-left: 0;
  margin-right: 25px;
}
div[class^="il_editarea"] .ilContainerListItemOuter img,
img.ilListItemIcon {
  width: 35px;
  height: 35px;
  max-width: none;
}
div.ilContainerListItemContent {
  /* margin-left: 35px; */
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
[dir="rtl"] div.ilContainerListItemContent {
  /* margin-left: 0;
	margin-right: 35px; */
}
/* If checkbox is activated, add spacing */
div.ilContainerListItemContentCB {
  /* margin-left: 60px; */
}
[dir="rtl"] div.ilContainerListItemContentCB {
  /* margin-left: 0;
	margin-right: 60px; */
}
div.il_ContainerListItem {
  margin: 2px 0;
  padding-left: 8px;
  width: 100%;
}
[dir="rtl"] div.il_ContainerListItem {
  padding-left: 0;
  padding-right: 8px;
}
.ilContainerBlockHeader {
  background-color: #f9f9f9;
  padding: 9px 12px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.ilContainerBlockHeader h3 {
  margin: 0;
  color: #161616;
}
.ilContainerBlockHeader .form-control {
  width: auto;
  display: inline-block;
}
.ilContainerBlockHeaderExpanded,
.ilContainerBlockHeaderCollapsed {
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 20px 20px;
  padding-left: 45px;
  /* padding-top: 6px; */
  background-color: #f9f9f9;
  cursor: pointer;
}
.ilContainerBlockHeaderExpanded {
  background-image: url("../../../../../../../templates/default/images/tree_exp.svg");
}
.ilContainerBlockHeaderCollapsed {
  background-image: url("../../../../../../../templates/default/images/tree_col.svg");
}
[dir="rtl"] .ilContainerBlockHeader {
  text-align: right;
}
.ilContainerBlock {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
div#cont_paste_explorer_tree ul.il_Explorer {
  margin: 0 0 0 24px;
}
[dir="rtl"] div#cont_paste_explorer_tree ul.il_Explorer {
  margin: 0 24px 0 0;
}
#ilContRepIntro {
  margin: 20px 0 50px 0;
  clear: both;
}
div#ilContRepIntro img {
  float: right;
  width: 150px;
  height: 150px;
}
[dir="rtl"] div#ilContRepIntro img {
  float: left;
}
.ilContObjectiveObjectListItem {
  background-color: #f9f9f9;
}
.ilContObjectiveIntro {
  background-color: #f9f9f9;
  padding: 1px 15px;
}
.ilContObjectivesViewTestItem {
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.ilContainerTileRows {
  margin: 0px -15px 0 -15px;
  padding: 6px 12px;
  background-color: white;
}
.ilContainerTileRows > .il-deck {
  margin: 0 5px;
}
.ilContainerTileRows .card-no-highlight {
  height: 0px;
}
.ilContainerTileRows .il-chart-progressmeter-container {
  height: 100%;
}
.ilContainerTileRows .il-card h5 button.btn {
  font-size: inherit;
}
.ilContainerShowMore {
  padding: 15px 10px;
  background-color: #f9f9f9;
  text-align: center;
  margin: 0 -15px;
}
/* Modules/LearningModule */
.ilLMMenu {
  clear: both;
}
body.ilLMNoMenu .ilFixedTopSpacer {
  padding-top: 0px;
}
body.ilLMNoMenu .ilLeftNav {
  top: 0px;
}
button.ilAreaClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
div.ilRightAreaSpace {
  width: 50%;
}
/* right area (used in learning modules) */
div#right_area {
  bottom: 0;
  width: 50%;
  right: 0px;
  top: 117px;
  position: fixed;
  /* padding: 5px; */
  background-color: #f5f5f5;
  border-left: 3px solid #e9e9e9;
  /* box-shadow: inset 0px 2px 2px #d0d0d0; */
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: hidden;
  /* Bug 11209 */
}
div#right_area iframe {
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: auto;
  /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}
div#right_cont_area {
  bottom: 0;
  width: 50%;
  right: 0px;
  top: 117px;
  position: fixed;
  background-color: transparent;
  border-left: 3px solid #dddddd;
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: hidden;
}
div#right_top_area {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 3px solid #e9e9e9;
  border-right: 3px solid #e9e9e9;
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: hidden;
  display: none;
}
div.ilRightContAreaSplit div#right_top_area {
  height: 50%;
}
div#right_top_area iframe {
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: auto;
  /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}
div#right_bottom_area {
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: hidden;
  display: none;
  border-right: 3px solid #e9e9e9;
}
div.ilRightContAreaSplit div#right_bottom_area {
  top: 50%;
  height: 50%;
}
div#right_bottom_area iframe {
  -webkit-overflow-scrolling: touch;
  /* Bug 11209 */
  overflow: auto;
  /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}
#il_expl2_jstree_cont_out_ilLMProgressTree img {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}
/* Services/UIComponent/AdvancedSelectionList */
div.il_adv_sel {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}
table.il_adv_sel {
  color: black;
  background-color: white;
  border-spacing: 0;
  cursor: pointer;
}
tr.il_adv_sel {
  cursor: pointer;
}
tr.il_adv_sel_act {
  background-color: #fff9bc;
  cursor: pointer;
}
td.il_adv_sel {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 10px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal;
}
#ilAdvSelListTable_item_creation td.il_adv_sel {
  min-width: 150px;
}
td.il_adv_sel_ic {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0 3px 10px;
  text-align: left;
  cursor: pointer;
}
td.ilAsyncImgLoader {
  padding: 0 40px;
}
span[id^="ilAdvSelListAnchorElement_"] + div {
  position: absolute;
  z-index: 5000;
  left: 0;
  right: 0;
}
div[id^="ilAdvSelListTable_"] {
  overflow: auto;
  background-color: white;
  clear: both;
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row .row,
  #ilAdvSelListAnchorText_asl + .dropdown-backdrop + ul.dropdown-menu > li > div.row .row,
  #mm_adm_tr + span + ul.dropdown-menu > li > div.row .row,
  #mm_adm_tr + ul.dropdown-menu > li > div.row .row {
    width: auto;
  }
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row ul,
  #ilAdvSelListAnchorText_asl + .dropdown-backdrop + ul.dropdown-menu > li > div.row ul,
  #mm_adm_tr + span + ul.dropdown-menu > li > div.row ul,
  #mm_adm_tr + ul.dropdown-menu > li > div.row ul {
    min-width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row,
  #ilAdvSelListAnchorText_asl + .dropdown-backdrop + ul.dropdown-menu > li > div.row,
  #mm_adm_tr + span + ul.dropdown-menu > li > div.row,
  #mm_adm_tr + ul.dropdown-menu > li > div.row {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 520px;
  }
}
@media only screen and (min-width: 1200px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu > li > div.row {
    min-width: 780px;
  }
}
@media only screen and (max-width: 768px) {
  #ilAdvSelListAnchorText_asl + ul.dropdown-menu {
    position: absolute;
    background-color: white;
  }
}
div.ilNewObjectSelector {
  display: block;
  text-align: right;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
}
div.ilNewObjectSelector > .btn-group.open {
  display: inline-block;
  width: 100%;
}
div.ilNewObjectSelector > .btn-group.open #ilAdvSelListAnchorText_asl {
  float: right;
}
div.ilNewObjectSelector > .btn-group.open #ilAdvSelListAnchorText_asl + .dropdown-menu {
  top: 30px;
  right: 0;
  left: auto;
}
div.ilNewObjectSelector > .btn-group.open #ilAdvSelListAnchorText_asl + .dropdown-menu .dropdown-header {
  margin-right: 1px;
}
[dir="rtl"] div.ilNewObjectSelector > .btn-group #ilAdvSelListAnchorText_asl {
  float: left;
}
#il-add-new-item-gl h2,
#il-add-new-item-gl a {
  white-space: break-spaces;
}
/* Services/Object */
.ilHeadAction img {
  width: 18px;
  height: 18px;
}
.il_ItemProperty .badge {
  font-size: 8px;
  padding: 2px 4px;
  margin-top: -1px;
  margin-left: -5px;
  position: absolute;
}
div.ilCreationFormSection .form-horizontal {
  margin-top: -1px;
  padding-top: 1px;
}
.ilObjListRow {
  border-bottom: 2px solid #f0f0f0;
  background-color: white;
}
.table-striped {
  border-collapse: separate;
}
.table-striped > tbody > tr.ilObjListRow > td {
  background-color: white;
}
.table-striped > tbody > tr.ilObjListRow:hover > td {
  background-color: #ff1a1a;
}
.table-striped > tbody > tr.ilObjListRow:hover:nth-child(2n+1) > td {
  background-color: #ff1a1a;
}
/* Services/Navigation */
form.ilNavHistoryForm {
  padding: 0;
  margin: 0 5px 0 0;
  padding: 5px 5px 2px;
  border: 0 none;
  display: inline;
  font-size: 80%;
}
input.ilNavHistorySubmit {
  color: #2255a0;
  padding: 0;
  margin: 0;
  border: 0 none;
  cursor: pointer;
  background-color: #f0f0f0;
}
select.ilNavHistorySelect {
  border: 0 none;
  padding: 0;
  background-image: none;
  text-decoration: none;
}
/* Services/Block */
.iosPdBlockDragAndDropPlaceholder {
  border: 3px dashed #c0c0c0;
  border-radius: 8px;
  margin-bottom: 15px;
}
/* Blocks */
div.il_Block,
table.il_Block {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 20px;
  clear: both;
  table-layout: fixed;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: none;
  text-align: left;
  padding: 5px;
}
#il_center_col div.il_Block {
  background-color: #f9f9f9;
}
div.ilBlockHeader,
div.ilBlockHeaderBig,
td.ilBlockHeader,
td.ilBlockHeaderBig {
  /* font-family: 'Open Sans Semibold';  deactivated, since it affects drop downs in the header */
  font-weight: normal;
  padding: 3px 0;
  margin: 0 5px;
  text-align: left;
  color: #2c2c2c;
  border-bottom: 1px solid #dddddd;
  /* box-shadow: 0 -2px 1px -1px white inset; no white lines */
}
div.ilBlockHeaderBig,
td.ilBlockHeaderBig {
  font-size: 100%;
}
h2.ilBlockHeader {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 100%;
  display: inline;
}
h3.ilBlockHeader {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 100%;
  display: inline;
}
/* possibly deprecated */
.il_BlockInfo {
  font-size: 80%;
  color: #6f6f6f;
}
/* new class */
div.ilBlockInfo {
  font-size: 75%;
  color: #6f6f6f;
  padding: 1px 3px;
  background-color: #f9f9f9;
  text-align: right;
}
div.ilBlockContent {
  padding: 5px;
}
.ilBlockRow1,
.ilBlockRow2 {
  padding: 3px;
  border-bottom: 1px solid #f0f0f0;
}
div.ilBlockPropertyCaption {
  color: #6f6f6f;
}
/* Services/UIComponent/Lightbox */
.ilLightbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #303030;
  overflow: auto;
  z-index: 1000;
}
a.ilMediaLightboxClose {
  display: block;
  float: right;
  margin: 5px 0 10px 10px;
  cursor: pointer;
  color: #161616;
  font-size: 140%;
}
a.ilMediaLightboxClose:hover {
  color: #000000;
  text-decoration: none;
}
.ilLightboxContent {
  margin: 50px auto 0;
  width: 640px;
  max-width: 100%;
}
.ilLightboxContent iframe {
  width: 100%;
  min-height: 400px;
}
/* Services/Membership */
div.ilAttendanceListPrint td,
div.ilAttendanceListPrint th {
  border: 1px solid #dddddd;
  padding: 2px;
}
th.ilMembershipRowActionsHeader {
  text-align: right;
}
th.ilMembershipRowActionsHeader span {
  padding-right: 6px;
}
body.ilBodyPrint {
  height: auto;
  background-color: white;
  margin: 10px;
  padding: 0;
}
/* Modules/BookingManager */
.ilTextinfo {
  margin-bottom: 10px;
}
/* Services/InfoScreen */
div.ilInfoScreenSec {
  padding: 0;
  margin-bottom: 20px;
}
div.ilInfoScreenSec h2.ilHeader {
  margin-bottom: 5px;
  display: block;
}
.il_InfoScreenProperty {
  padding: 15px;
  vertical-align: top;
  color: #6f6f6f;
  font-style: italic;
}
.il_InfoScreenPropertyValue {
  padding: 15px;
  vertical-align: top;
  background-color: white;
}
.ilInfoScreenSec.form-horizontal .form-group {
  margin: 0;
  background-color: white;
}
.ilInfoScreenSec.form-horizontal {
  background-color: transparent;
}
.ilInfoScreenSec.form-horizontal .control-label {
  padding: 15px;
  line-height: normal;
}
/* Services/Init */
@media only screen and (max-width: 768px) {
  div.ilStartupFrame {
    width: 100%;
  }
}
.ilStartupSection {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .ilStartupSection {
    padding-top: 15px;
  }
}
div.ilStartupSection form.form-horizontal {
  text-align: left;
  width: 40em;
}
@media only screen and (max-width: 768px) {
  div.ilStartupSection form.form-horizontal {
    width: auto;
  }
}
div#il_startup_logo img {
  height: 50px;
  width: 50px;
  margin: 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  div#il_startup_logo img {
    margin: 10px;
    max-width: 100%;
    height: 40px;
    width: 40px;
  }
}
/* Services/Bookmarks */
#block_pdbookm_0 #tree_div {
  overflow: auto;
  width: 100%;
}
#block_pdbookm_0 .il_Block #tree_div img {
  height: 20px;
  width: 20px;
}
.iosPdBmListImg {
  height: 20px;
  width: 20px;
}
.iosPdBmListImg[src$="spacer.png"] {
  height: 0;
  width: 0;
}
/* Services/UIComponent/Toolbar */
.ilToolbar .container-fluid {
  padding-left: 0;
}
.ilToolbar.navbar {
  border: 0 none;
  background-color: white;
}
.ilToolbar .navbar-toggle:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.ilToolbar .navbar-toggle:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.ilToolbar .navbar-toggle:active,
.ilToolbar .navbar-toggle.engaged {
  outline: none;
}
.ilToolbar .ilToolbarItems {
  padding: 0;
}
.ilToolbar .form-control {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.ilToolbar .input-group {
  vertical-align: top;
}
.ilToolbar input[type="file"] {
  display: inline-block;
}
.ilToolbar li {
  border: 0 none;
  margin-right: 15px;
}
.ilToolbar li .dropdown-header {
  border-bottom: 1px solid #dddddd;
}
.ilToolbar li .navbar-form,
.ilToolbar li .navbar-text {
  padding: 0;
  border: 0 none;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  color: #161616;
}
.ilToolbar li.navbar-text {
  margin-left: 0;
}
.ilToolbar li.ilToolbarSeparator {
  border-left: 1px solid #dddddd;
  height: 40px;
}
.ilToolbar li.ilToolbarGroup .navbar-form,
.ilToolbar li.ilToolbarGroup .navbar-text {
  margin-left: 7.5px;
}
.ilToolbar li.ilToolbarGroup .navbar-form:first-child,
.ilToolbar li.ilToolbarGroup .navbar-text:first-child {
  margin-left: 0;
}
.ilToolbar li.ilToolbarGroup .navbar-text {
  margin-right: 0;
}
.ilToolbar .btn[disabled] {
  padding: 4px 6px;
}
.ilToolbar .ilToolbarStickyItems {
  float: left;
  margin-left: 15px;
}
.ilToolbar .ilToolbarStickyItems.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.ilToolbar .ilToolbarStickyItems.navbar-nav .open .dropdown-menu > li > a {
  padding-left: 10px;
}
.ilToolbar .ilToolbarStickyItems > li {
  float: left;
  margin-right: 15px;
}
.ilToolbar .ilToolbarStickyItems > li .navbar-form {
  border: 0 none;
}
.ilToolbar .ilToolbarStickyItems > li.ilToolbarStickyItem {
  border: 0 none;
}
.ilToolbar ul.dropdown-menu > li {
  border: 0 none;
  margin-right: 0;
}
.ilToolbarContainer + .ilFilterContainer {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .ilToolbar .container-fluid {
    padding-left: 15px;
  }
  .ilToolbar li {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
  }
  .ilToolbar .ilToolbarStickyItems.navbar-nav .open .dropdown-menu > li > a {
    padding-left: 0;
  }
}
/* Services/UIComponent/Tooltip */
.qtip-default {
  font-size: 12px;
  line-height: 1.5;
  background-color: #FF0000;
  border-color: #FF0000;
  color: white;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Services/Rating */
img.ilRatingIcon {
  width: 16px;
  height: 16px;
}
img.ilRatingMarker {
  width: 7px;
  height: 7px;
}
a.ilRating {
  text-decoration: none;
}
div.ilRatingOverlay {
  z-index: 1000 !important;
  padding: 0 5px;
  display: none;
}
/* Modules/Excercise */
.ilExcAssignmentBody {
  padding: 20px;
  background-color: #f9f9f9;
}
.ilExcAssignmentHead img {
  display: block;
  float: left;
  margin-top: 4px;
}
.ilExcAssignmentHead .ilAssignmentHeader {
  padding: 0;
  margin: 1px 0 0 25px;
  font-size: 16px;
}
.ilExcAssignmentHead,
.ilAssignmentHeader {
  display: block;
}
.ilExAssignmentHeadProperty {
  margin: 4px 0 0 25px;
  font-size: 12px;
}
.ilExcOverview .ilExcAssImageContainer {
  max-width: 300px;
  display: inline-block;
  cursor: pointer;
}
.ilExcReportFeedback {
  background-color: #f9f9f9;
  padding: 9px;
}
.ilExcAssignmentInfoTool {
  padding: 10px;
}
.ilExcAssignmentInfoTool h4 {
  padding-left: 0px;
  padding-right: 0px;
}
.ilExcAssignmentInfoTool p {
  padding: 0px;
}
.ilExcAssignmentInfoTool ul {
  padding-left: 30px;
  margin: 0;
}
.progress {
  height: 15px;
  min-width: 100px;
}
.progress-bar {
  font-size: 11px;
  line-height: 15px;
  min-width: 30px;
}
/* Services/News */
td.il-news {
  white-space: normal;
}
td.il-news .il-news-locator {
  margin: 2px 0px 4px 0px;
}
td.il-news .ilIcon {
  vertical-align: middle;
}
td.il-news .il-news-content {
  clear: both;
}
td.il-news .il-news-player {
  margin-top: 15px;
  max-width: 600px;
}
td.il-news .il_BlockInfo {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  td.il-news {
    white-space: normal !important;
  }
}
span.ilNewsRssIcon {
  background-color: #B54F00;
  color: white;
  min-width: 36px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
span.ilNewsRssIcon:hover {
  text-decoration: none;
  background-color: #823900;
}
/* timeline, see http://codepen.io/jasondavis/pen/fDGdK */
.ilTimeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}
.ilTimeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #757575;
  left: 50%;
  margin-left: -1.5px;
}
@media only screen and (max-width: 768px) {
  .ilTimeline:before {
    left: 90%;
  }
}
.ilTimeline > li {
  margin-bottom: 20px;
  position: relative;
  margin-right: 50%;
}
.ilTimeline > li:nth-child(even) {
  margin-left: 50%;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li:nth-child(even) {
    margin-left: 0;
  }
}
.ilTimeline > li:nth-child(even) > .ilTimelineBadge {
  left: 0;
  margin-left: -25px;
  right: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li:nth-child(even) > .ilTimelineBadge {
    right: auto;
    left: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li {
    margin-right: 0;
  }
}
.ilTimeline > li:before,
.ilTimeline > li:after {
  content: " ";
  display: table;
}
.ilTimeline > li:after {
  clear: both;
}
.ilTimeline > li > .ilTimelinePanel {
  width: 88%;
  float: left;
  padding: 20px;
  position: relative;
  background: white;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li > .ilTimelinePanel {
    width: 80%;
  }
}
.ilTimeline > li > .ilTimelinePanel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid white;
  border-right: 0 solid white;
  border-bottom: 14px solid transparent;
  content: " ";
}
.ilTimeline > li > .ilTimelineBadge {
  color: white;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  line-height: 1.2em;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 16px;
  background-color: #737373;
  z-index: 100;
  border-radius: 50%;
  right: 0;
  margin-right: -25px;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li > .ilTimelineBadge {
    left: 90%;
    right: auto;
    margin-left: -25px;
  }
}
.ilTimeline > li > .ilTimelineBadge > .ilTimelineDay {
  font-size: 1.3em;
}
.ilTimeline > li > .ilTimelineBadge > .ilTimelineMonth {
  font-size: 0.8em;
}
.ilTimeline > li > .ilTimelineBadge > p {
  padding: 0;
  margin: 0;
}
.ilTimeline > li:nth-child(even) > .ilTimelinePanel {
  float: right;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li:nth-child(even) > .ilTimelinePanel {
    float: left;
  }
}
.ilTimeline > li:nth-child(even) > .ilTimelinePanel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li:nth-child(even) > .ilTimelinePanel:before {
    border-left-width: 15px;
    border-right-width: 0;
    right: auto;
    right: -15px;
  }
}
.ilTimeline > li:nth-child(even) > .ilTimelinePanel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .ilTimeline > li:nth-child(even) > .ilTimelinePanel:after {
    border-left-width: 14px;
    border-right-width: 0;
    left: auto;
    right: -14px;
  }
}
.ilTimeline .media-heading {
  clear: right;
  margin-top: 8px;
}
.ilTimeline div.ilNotesHeader {
  background-color: #f9f9f9;
}
.ilNewsTimelineTruncatedText {
  /*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.ilNewsTimelineObjHead img {
  width: 22px;
  height: 22px;
}
.ilNewsTimelinePlayer {
  position: relative;
  z-index: 500;
}
.ilNewsTimelineUserImage {
  float: left;
  overflow: hidden;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .ilNewsTimelineUserImage {
    width: 50px;
  }
}
.ilNewsTimelineUserImage img {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 768px) {
  .ilNewsTimelineUserImage img {
    width: 40px;
    height: 40px;
  }
}
.ilNewsTimelineContentSection {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .ilNewsTimelineContentSection {
    padding-left: 50px;
  }
}
.ilNewsTimelineEditInfo {
  width: 90%;
}
.ilNewsTimelineMoreLoader {
  text-align: center;
}
.ilNewsTimelineMoreLoader img {
  width: 30px;
  height: 30px;
}
/* https://github.com/JoanClaret/jquery-dynamic-max-height */
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}
/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, white 100%);
  bottom: 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}
.dynamic-show-more {
  display: none;
}
.ilTimeline .ilNotes {
  margin: 0 -20px -20px -20px;
  padding: 10px 20px;
}
div.ilSurveyPageEditDropArea {
  border-color: #88be51;
  color: #88be51;
  background-color: #aed389;
}
div.ilSurveyPageEditDropAreaSelected {
  border-color: #88be51;
  color: #88be51;
  background-color: #94c564;
}
div.ilSurveyPageEditAreaDragging {
  border: 2px dashed #2c2c2c;
  background-color: #f9f9f9;
  padding: 5px;
}
div.ilSurveyPageEditActionMenu {
  float: right;
  margin: 3px;
}
.il-svy-qst-compressed .questionTitle {
  display: none;
}
.il-svy-qst-compressed tr:first-child td {
  visibility: hidden;
  height: 1px;
  line-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
#il-svy-output-form table td p {
  hyphens: auto;
}
/* Modules/MediaPool */
#ilMepPreviewContent {
  margin: 0;
  width: 100%;
  padding: 0;
  border: 0;
}
.ilMediaPoolPagePreviewBody {
  background-color: #f9f9f9;
  height: auto;
}
/* Services/Tags */
.ilTagCloud {
  font-size: 12px;
  padding: 6px 12px;
}
.ilTag {
  background-color: #75deea;
  /* background-color: lighten(@brand-primary, 10%); */
  color: #000000;
  display: inline-block;
  white-space: nowrap;
  padding: 1px 5px;
  margin: 2px 4px 2px 0;
  border-radius: 3px;
}
a.ilTag:hover,
a.ilTag:active {
  text-decoration: none;
  color: #000000;
  background-color: #5fd9e7;
}
.ilTagRelHigh {
  background-color: #85d1da;
  color: #000000;
}
.ilTagRelMiddle {
  background-color: #95c5ca;
  color: #000000;
}
.ilTagRelLow {
  background-color: #a5b8ba;
  color: #000000;
}
.ilTagRelVeryLow {
  background-color: #b0b0b0;
  color: #000000;
}
.ilTag.ilHighlighted {
  background-color: #B54F00;
}
#il_tags_modal textarea {
  resize: vertical;
}
/* Services/UIComponent/Checklist */
div.ilChecklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.ilChecklist ul li {
  padding: 0;
  font-size: 90%;
}
div.ilChecklist ul li a,
div.ilChecklist ul li span {
  padding: 5px 5px;
  margin: 0 -5px;
  display: block;
}
div.ilChecklist ul a:hover {
  text-decoration: none;
  color: #FF0000;
}
div.ilChecklist ul li a:hover {
  background-color: #FF0000;
}
div.ilChecklist ul li p,
div.ilChecklist ul li p:hover {
  color: #6f6f6f;
  font-size: 85%;
  text-decoration: none;
  padding: 0;
  margin-top: 0;
}
div.ilChecklist ul li img {
  width: 18px;
  height: 18px;
  float: right;
}
.ilSetupContent div.ilChecklist {
  min-width: 200px;
}
/* Modules/WorkspaceFolder */
#tbl_wfld.table-striped > tbody > tr > td {
  background-color: transparent;
}
.ilWspContainerListFooter {
  background-color: #f9f9f9;
  margin: 0px -15px -15px -15px;
  padding: 5px 25px;
}
/* Services/FileUpload */
.ilFileUploadEntryProgressPercent {
  font-size: 75%;
}
.ilFileUploadEntryOptions {
  font-size: 90%;
}
.ilFileUploadEntryOptions label.control-label {
  padding-top: 3px;
}
/* Modules/Portfolio */
ul.ilPCMyCoursesCourseList > li {
  margin-bottom: 10px;
}
ul.ilPCMyCoursesCourseList > li .course-list-tree-icon {
  width: 20px;
  height: 20px;
}
ul.ilPCMyCoursesObjectiveList > li {
  margin-top: 5px;
  margin-left: 40px;
}
a.ilPCMyCoursesToggle {
  outline: 0;
}
div.ilPCMyCoursesPath {
  margin-bottom: 10px;
  font-size: 90%;
  /* font-style: italic; */
}
div.ilPrtfSignature {
  margin-top: 60px;
  border-top: 1px solid black;
}
.ilPrtfMetaInfo {
  margin-top: 20px;
}
.ilPrtfMetaInfo td {
  padding-left: 20px;
}
.ilPrtfMetaInfo td,
.ilPrtfMetaInfo th {
  padding-top: 5px;
  vertical-align: top;
}
div.ilPrtfToc {
  margin-top: 40px;
}
body.ilPrtfPdfBody {
  margin: 0;
}
body.ilPrtfPdfBody > div.ilInvisibleBorder {
  padding: 0;
  padding-left: 40px;
}
body.ilPrtfPdfBody h1.ilc_PrintPageTitle {
  border-bottom: 1px solid #000000;
}
body.ilPrtfPdfBody .ilPCMyCoursesToggle img {
  visibility: hidden;
}
/* Services/Awareness */
.ilAwarenessDropDown .popover {
  max-width: 300px;
  color: #161616;
  min-width: 250px;
}
#awareness-list {
  overflow: auto;
}
#awareness-list .dropdown-header {
  background-color: #f9f9f9;
  margin-bottom: 0px;
}
.ilAwarenessDropDown .popover-content {
  padding: 0;
}
.ilAwarenessDropDown .media-body,
.ilAwarenessDropDown .media-left,
.ilAwarenessDropDown .media-right {
  display: table-cell;
  vertical-align: top;
}
.ilAwarenessDropDown .media-left {
  padding-right: 10px;
}
.ilAwarenessDropDown .media {
  padding: 10px;
}
#awareness-content .input-group {
  display: table;
}
#awareness-content .media:hover {
  background-color: #FF0000;
}
#awareness-content .glyphicon {
  font-size: inherit;
}
#awareness-content .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#awareness-content .media {
  padding: 0;
}
#awareness-content .media-left img {
  width: 45px;
  height: 45px;
}
.ilAwarenessItem {
  border-bottom: 1px solid #dddddd;
  background-color: white;
}
.ilAwarenessItem > div[role='button']:focus-visible:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.ilAwarenessItem > div[role='button']:focus-visible:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.ilAwarenessItem > div[role='button']:focus-visible:active,
.ilAwarenessItem > div[role='button']:focus-visible.engaged {
  outline: none;
}
.ilAwarenessItem ul {
  margin: 0;
  padding: 0;
}
.ilAwarenessItem ul li {
  margin: 0;
  padding: 0;
}
#awareness-content .media-body {
  white-space: nowrap;
  width: auto;
}
#awareness-content .media-body {
  padding-top: 8px;
}
#awareness-content .media-body h4,
#awareness-content .media-body p {
  color: #161616;
  font-size: 12px;
  padding: 5px 3px 0 3px;
  line-height: 1em;
  margin: 0;
}
#awareness-content .media-body h4 {
  padding-top: 0px;
  font-size: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#awareness-content .dropdown-menu {
  background-color: #f9f9f9;
  padding: 10px 0;
  font-size: 12px;
}
#awareness-content .dropdown-menu a {
  color: #161616;
}
#awareness-content .dropdown-menu a:hover {
  color: #000000;
}
#awareness-content .arrow-down {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid white;
  margin-top: -10px;
  margin-left: 100px;
}
#awareness_trigger {
  display: block;
}
#awareness_trigger > span {
  display: table-cell;
}
.ilAwarenessItem h3.popover-title {
  display: none;
}
.ilAwarenessItem .media {
  display: table;
  width: 100%;
}
.ilAwarenessItemRow {
  display: table-row;
  width: 100%;
}
.ilAwarenessItem .media-left {
  width: 55px;
}
.ilAwarenessItemRow .media-body {
  /* background-image: url('./templates/default/images/scorm/not_attempted.svg'); */
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 10px top 50%;
  /* see http://stackoverflow.com/questions/9789723/css-text-overflow-in-a-table-cell */
  /* and bug #18937 */
  /* max-width: 0; */
  width: 100%;
}
.ilAwarenessItemRow .media-body.ilAwarenessOnline {
  background-image: url('../../../../../../../templates/default/images/scorm/completed.svg');
}
.ilAwarenessLoader {
  display: block;
  margin: 15px auto;
  width: 30px;
  height: 30px;
}
#il_awrn_filer_btn .glyphicon {
  filter: invert(0);
  margin-right: 0;
  font-family: 'Glyphicons Halflings';
}
#il_awrn_filer_btn img {
  width: 10px;
  height: 10px;
}
#awareness-content .ilHighlighted {
  background-color: #FF0000;
  color: #6f6f6f;
}
.ilAwrnBadgeHidden {
  visibility: hidden;
}
/* due to bug #17839 */
#awareness-content .dropdown-backdrop {
  display: none;
  right: auto;
  width: 0px;
}
.ilAwarenessItem > div {
  cursor: pointer;
}
[data-onscreenchat-inact-userid] {
  opacity: 0.3 !important;
}
.ilOnScreenChatWindowHeaderTooltip ul {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#onscreenchat-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*height: 100px;*/
  overflow: visible;
  pointer-events: none;
  z-index: 1039;
}
#onscreenchat-container .iosOnScreenChat {
  margin-right: -3px;
}
#onscreenchat-container .popover {
  max-width: 200px;
  min-height: 100px;
  word-break: break-word;
}
#onscreenchat-container .popover a {
  border: 1px solid white;
  padding: 1px 0 1px 2px;
}
#onscreenchat-container .popover a:hover {
  border: 1px solid silver;
}
#onscreenchat-container .popover a img {
  max-width: 19px;
  max-height: 19px;
}
#onscreenchat-container .row {
  position: relative;
}
#onscreenchat-container .chat-window-wrapper {
  bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 278px;
  height: 377px;
  background-color: #f0f0f0;
}
#onscreenchat-container .chat-window-wrapper:last-child {
  padding-left: 0;
}
#onscreenchat-container .chat-window-wrapper .chat-img img {
  height: 30px;
  width: 30px;
}
#onscreenchat-container .chat-window-wrapper li.left .chat-img {
  margin-right: 5px;
}
#onscreenchat-container .chat-window-wrapper li.right .chat-img {
  margin-left: 5px;
}
#onscreenchat-container .chat-window-wrapper .iosOnScreenChatBodyMsg {
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#onscreenchat-container .chat-window-wrapper .panel-footer-for-shadow {
  height: 0;
  width: 0;
}
#onscreenchat-container .chat-window-wrapper .iosOnScreenChatMessageContainer {
  resize: none;
  width: 100%;
  border: 1px solid;
  background: white;
  height: 25px;
}
#onscreenchat-container .chat-window-wrapper .osc_truncate_username {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#onscreenchat-container .chat-window-wrapper .text-muted-left {
  width: 160px;
  margin-top: -4px;
  text-align: right;
}
#onscreenchat-container .chat-window-wrapper .text-muted-right {
  width: 160px;
  margin-top: -4px;
  text-align: left;
}
#onscreenchat-container .chat-window-wrapper .osc_truncate_username_left {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -5px;
  text-align: right;
}
#onscreenchat-container .chat-window-wrapper .osc_truncate_username_right {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#onscreenchat-container .chat-window-wrapper .chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator:not(:first-child) {
  margin-top: 10px;
}
#onscreenchat-container .chat-window-wrapper .chat li.header:not(:first-child) {
  margin-top: 15px;
}
#onscreenchat-container .chat-window-wrapper .chat li {
  padding-bottom: 5px;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator {
  text-align: center;
  background-color: #f9f9f9;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator p {
  font-size: 0.9em;
}
#onscreenchat-container .chat-window-wrapper .chat li.header,
#onscreenchat-container .chat-window-wrapper .chat li.message {
  padding-left: 15px;
  padding-right: 15px;
}
#onscreenchat-container .chat-window-wrapper .chat li.message.right .chat-body {
  text-align: justify;
  float: right;
  max-width: 85%;
}
#onscreenchat-container .chat-window-wrapper .chat li.message.left .chat-body {
  text-align: justify;
  width: 85%;
}
#onscreenchat-container .chat-window-wrapper .chat li .chat-body .header strong {
  font-size: 0.8em;
}
#onscreenchat-container .chat-window-wrapper .chat li .chat-body p {
  margin: 0;
  color: #777;
  font-size: 0.9em;
}
#onscreenchat-container .chat-window-wrapper .panel {
  pointer-events: auto;
  margin: 0;
  border: 1px solid #dcdcdc;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading {
  font-size: 80%;
  display: block;
  padding: 5px 5px 5px 15px;
  pointer-events: auto;
  margin: 0;
  vertical-align: middle;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading .btn {
  padding: 0 4px;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading .close {
  margin-top: -2px;
  margin-left: 5px;
}
#onscreenchat-container .chat-window-wrapper .panel .panel .slidedown .glyphicon,
#onscreenchat-container .chat-window-wrapper .panel .chat .glyphicon {
  margin-right: 5px;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-body {
  height: auto;
  overflow-y: scroll;
  position: relative;
  height: 250px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-body .fader {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
#onscreenchat-container .chat-window-wrapper .panel .panel-footer {
  position: relative;
  border-top: none;
  padding-top: 15px ;
  padding-bottom: 15px;
}
#onscreenchat-container .chat-window-wrapper .iosOnScreenChatEmoticonsPanel {
  position: absolute;
  float: right;
  bottom: 21px;
  z-index: 3;
  right: 28px;
}
#onscreenchat-container .chat-window-wrapper .iosOnScreenChatEmoticonsPanel > a {
  display: block;
  height: 14px;
  width: 14px;
  background: url("../../../../../../../templates/default/images/emoticons_trigger.png") no-repeat;
  background-size: cover;
  z-index: 1000;
}
.iosOnScreenChatModalBody .ui-menu-item {
  padding: 5px;
}
.iosOnScreenChatModalBody .ui-menu-item-wrapper {
  cursor: pointer !important;
}
.ilOnScreenChatSearchLoader {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
}
.il-deck .il-card .caption div.icon.small {
  vertical-align: middle;
}
#tos_documents td.std .dropdown {
  display: inline-block;
}
/* Services/UIComponent/Modal */
.modal-body .jstree li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-body .jstree a {
  display: inline;
}
.modal-content {
  color: #161616;
}
/* Services/Badge */
img.ilBadgeImage {
  max-width: 150px;
  max-height: 150px;
}
.ilBadgeImageThumbnail a .img-responsive {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}
.ilBadgeImageThumbnail .modal .img-responsive {
  margin: auto;
  width: 50%;
  height: auto;
}
div.ilBadgeBackpackPanelContent {
  min-height: 200px;
}
div.ilBadgeBackpackPanelContent img {
  margin: auto;
}
span.ilProfileBadge {
  display: inline-block;
  padding: 5px;
}
span.ilProfileBadge > a {
  width: 50px;
  height: 50px;
  display: inline-block;
}
span.ilProfileBadge > a img {
  margin: auto;
  max-width: 50px;
  max-height: 50px;
}
span.ilProfileBadge .modal .img-responsive {
  margin: auto;
  width: 50%;
  height: auto;
}
.ilBadgeDeck .modal .img-responsive {
  margin: auto;
  width: 50%;
  height: auto;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* see variables.less
@bs-datetimepicker-timepicker-font-size: 1.2em;
@bs-datetimepicker-active-bg: @btn-primary-bg;
@bs-datetimepicker-active-color: @btn-primary-color;
@bs-datetimepicker-border-radius: @border-radius-base;
@bs-datetimepicker-btn-hover-bg: @gray-lighter;
@bs-datetimepicker-disabled-color: @gray-light;
@bs-datetimepicker-alternate-color: @gray-light;
@bs-datetimepicker-secondary-border-color: #ccc;
@bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2);
@bs-datetimepicker-primary-border-color: white;
@bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
*/
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  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:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.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;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.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;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0px;
}
.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: #737373;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #FF0000;
  color: #000000;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #737373;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #FF0000;
  color: #000000;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #737373;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #557b2e;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #557b2e;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: white;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #737373;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #FF0000;
  color: #000000;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #557b2e;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #737373;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #737373;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
  border: 1px solid #757575;
}
.input-group.date .input-group-addon:last-child {
  border-left: 0;
}
.il-orgunit .multi_icons_wrapper {
  display: inline-block;
  vertical-align: bottom;
  float: right;
}
.il-orgunit .multi_icon {
  display: inline-block;
}
.il-orgunit .multi_input_line {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}
.il-orgunit .multi_input_line:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.il-orgunit .multi_input_line .input {
  display: inline-block;
  border: none;
  vertical-align: top;
}
#il_expl2_jstree_cont_orgu_explorer img {
  width: 16px;
  height: 16px;
}
.multi_icons_wrapper {
  display: inline-block;
  vertical-align: bottom;
  float: right;
}
.multi_icon {
  display: inline-block;
}
.multi_input_line {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}
.multi_input_line:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.multi_input_line .input {
  display: inline-block;
  border: none;
  vertical-align: top;
}
/* BEGIN LTIConsumer */
#ltiLoadingAnimation {
  padding-top: 50px;
  text-align: center;
}
#ltiIframe {
  border: solid #7c7c7c 2px !important;
  padding: 3px;
  width: 100%;
  height: 500px;
}
/* END LTIConsumer */
.ilLike {
  padding: 5px 0px;
  text-align: right;
}
.ilLike .modal {
  text-align: left;
}
.ilLike .modal .glyphicon {
  font-size: 160%;
}
.ilLike .badge {
  margin-left: -7px;
  top: 7px;
}
.ilLike .glyphicon {
  font-size: 130%;
}
.ilLike .il-counter-spacer {
  margin-left: 0px;
  font-size: 9px;
  padding: 0;
  visibility: hidden;
}
.ilLike a {
  display: inline-block;
  /* padding: 2px 4px; */
}
.ilLike a:hover {
  text-decoration: none;
}
.ilLikeEmoticons {
  padding: 0;
}
.ilLikeEmoticons a {
  display: inline-block;
  font-size: 140%;
  padding: 4px;
}
.ilLikeEmoticons a:hover {
  text-decoration: none;
  /*background-color: @il-highlight-bg;*/
  background-color: #F0F0F0;
}
.ilLike .il-item img {
  max-width: 50%;
  float: right;
}
.ilLSOLearnerView {
  /*ILIAS-GUI, "startpage" of LSO*/
}
.ilLSOLearnerView .il-workflow-step-label,
.ilLSOLearnerView .il-workflow-step-label .btn {
  color: #161616 !important;
  cursor: default !important;
  text-decoration: none !important;
}
.ilLSOKioskModeObjectHeader .il_HeaderInner {
  padding-bottom: 5px;
}
.ilLSOKioskModeNavigation {
  margin-bottom: 10px;
  background-color: #f9f9f9;
}
.ilLSOKioskModeNavigation .navbar-form {
  line-height: 25px;
}
.ilLSOKioskModeContent .panel-primary .panel-heading {
  display: none;
}
.ilLearningHistoryShowMore {
  text-align: center;
}
.ilPCLearnHist {
  background-color: #f0f0f0;
  padding: 3px 8px;
}
/* ilPreview classes */
.il_ContainerItemPreview {
  font-size: 11px;
  margin-left: 10px;
}
.ilPreviewList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ilPreviewItem {
  display: block;
  margin: 0;
  padding: 0;
}
.ilPreviewItem img {
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: 0 0 5px #D2D5D8;
  box-shadow: 0 0 5px #D2D5D8;
}
.ilPreviewText {
  font-size: 90%;
  margin-top: -20px;
  color: #2c2c2c;
}
.ilPreviewTextLoading {
  width: 14px;
  height: 14px;
  background: transparent url("../../../../../../../templates/default/images/loader.svg") no-repeat 0 0;
  display: none;
}
.ilPreviewActions a.submit,
.ilPreviewActions a.submit:hover {
  margin-top: 5px;
}
.ilPreviewActions a.ilPreviewActionHidden {
  display: none;
}
.ilPreviewStatusNone {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* tooltip */
#qtip-preview {
  max-width: none;
  min-width: 50px;
  line-height: normal;
  -webkit-box-shadow: rgba(0, 0, 0, 0.47) 0 0 7px 0;
  box-shadow: rgba(0, 0, 0, 0.47) 0 0 7px 0;
  background-color: white;
  border-collapse: separate;
  font-size: 14px;
  padding: 0;
  border: 1px solid #D1D1D1;
}
#qtip-preview .qtip-titlebar {
  background: white;
  padding: 14px 20px 10px 20px;
}
#qtip-preview .qtip-content {
  background: white;
  padding: 0 20px 20px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#qtip-preview .qtip-title {
  background: transparent;
  font-weight: normal;
}
#qtip-preview .qtip-close {
  right: 20px;
  top: 14px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent url("../../../../../../../templates/default/images/preview_close.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
}
#qtip-preview .qtip-close:hover {
  background-position-x: -16px;
}
#qtip-preview .ui-icon-close {
  display: none;
}
.ilPreviewTooltipContent {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #E9E9E9;
  padding: 0;
}
.ilPreviewTooltipContent .ilPreviewList {
  display: block;
  padding: 10px;
  text-align: center;
  margin: 0 20px;
  box-sizing: content-box;
}
.ilPreviewTooltipPrev {
  position: absolute;
  background: transparent url("../../../../../../../templates/default/images/preview_arrows.png") no-repeat 0 0;
  width: 30px;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.ilPreviewTooltipPrev:hover {
  background-position-x: -30px;
}
.ilPreviewTooltipPrev.ilPreviewDisabled {
  opacity: 0.4;
  cursor: default;
  background-position-x: -60px;
}
.ilPreviewTooltipNext {
  position: absolute;
  background: transparent url("../../../../../../../templates/default/images/preview_arrows.png") no-repeat 0 -40px;
  width: 30px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.ilPreviewTooltipNext:hover {
  background-position-x: -30px;
}
.ilPreviewTooltipNext.ilPreviewDisabled {
  opacity: 0.4;
  cursor: default;
  background-position-x: -60px;
}
/* inline */
.ilPreviewInline {
  overflow: hidden;
  width: 100%;
}
.ilPreviewInlineTable {
  /* width: 100%; //provisory fix for #12096 */
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.ilPreviewInlineRow {
  display: table-row;
  margin: 0;
  padding: 0;
}
.ilPreviewInlineCell {
  display: table-cell;
  margin: 0;
  padding: 0;
}
.ilPreviewInlineContent {
  overflow: auto;
}
.ilPreviewInlineContent .ilPreviewList {
  padding: 0 0 5px 0;
  white-space: nowrap;
  display: inline-block;
}
.ilPreviewInlineContent .ilPreviewItem {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ilPreviewInlineContent .ilPreviewItem img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ilPreviewInlineContent .ilPreviewText {
  font-size: 100%;
  margin-top: 0;
}
.webdav-view-control {
  text-align: center;
  padding: 5px;
}
/* not yet refactored code from former ta.css */
.kiosk {
  padding: 2em;
  background-color: #fafafa;
}
.fullwidth_invisible {
  background-color: transparent !important;
}
.feedback {
  /*	border:  1px solid gray;*/
  padding: 4px;
  display: block;
  background: #EEEEEE;
}
.centermessage {
  width: 25em;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 150%;
}
.col2 {
  width: 100%;
  float: left;
}
.rcol {
  width: 50%;
  float: right;
}
.lcol {
  width: 50%;
  float: left;
}
.participant.solution {
  padding: 5px;
  width: 50%;
  overflow-x: auto;
}
.lcol.participant {
  width: 49%;
  overflow-x: auto;
}
.rcol.solution {
  width: 49%;
  overflow-x: auto;
  padding: 5px;
  background: #E2FFC7;
  /* Fallback IE 6-8 */
  background: rgba(226, 255, 199, 0.4);
}
#kioskOptions {
  clear: both;
  overflow: hidden;
  width: 100%;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  margin-bottom: 1em;
  padding: 1em 0;
}
#kioskTestTitle {
  float: left;
  width: 50%;
}
#kioskParticipant {
  float: right;
  text-align: right;
  width: 50%;
}
.print {
  visibility: hidden;
}
.ilTstQuestionSummaryBlock_WorkingTime {
  clear: both;
}
div.ilc_Question {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ilc_qinput_TextInput {
  max-width: 65vw;
}
@media only screen and (max-width: 768px) {
  .ilc_qinput_TextInput {
    max-width: 100%;
  }
}
.testSheet {
  background: #EEEEEE;
  border-spacing: 1px;
  border: 1px outset #BBBBBB;
  margin: 5px;
  padding: 2em;
}
.questionTitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 140%;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000000;
}
.ilTestQuestionRelatedObjectivesInfo {
  font-size: 0.7em;
  font-style: italic;
  margin: 5px 0;
}
.questionPrintview {
  border: 1px solid #C0C0C0;
  padding: 0.25em;
  margin-top: 1em;
  padding: 15px;
}
.questionPrintview .row.ilc_qanswer_Answer {
  padding-left: 15px;
  padding-right: 15px;
}
.solutionbox {
  color: black;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-style: inset;
  border-width: 1px;
}
td.middle {
  color: #000000;
  background-color: inherit;
  border-spacing: 0px;
  border: none;
  padding: 3px;
  vertical-align: middle;
}
td.top {
  color: #000000;
  background-color: inherit;
  border-spacing: 0px;
  border: none;
  padding: 3px;
  vertical-align: top;
}
/* --- Test tool javascript styles --- */
span.nowrap {
  white-space: nowrap;
}
div.termtext {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
}
div.dropzone {
  width: 220px;
  height: 120px;
  border: 1px solid #000000;
  background-color: #FFE4E4;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: dotted;
  text-align: center;
}
div.textboximage {
  width: 200px;
  height: 80px;
  border: 1px solid #000000;
  background: #DDDDDD;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
}
div.imagebox {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
  z-index: 200;
}
div.textbox {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
  z-index: 200;
}
#filterpanel {
  text-align: right;
}
.filteractive {
  background-color: #f7face;
  border: 1px #d48110 solid;
}
.filterinactive {
  background-color: #fff;
}
.manfeedback .toggle-button {
  padding-left: 20px;
  background: transparent url(images/del_sprite_arrows.gif) 3px -318px no-repeat;
  cursor: pointer;
}
.manfeedback .yes {
  padding-left: 20px;
  background: transparent url(images/del_sprite_arrows.gif) 3px -359px no-repeat;
  cursor: pointer;
}
.manfeedback .off {
  padding-left: 20px;
  background: none;
  cursor: default;
}
div.odd {
  padding: 0.5em 0;
}
div.even {
  padding: 0.5em 0;
}
div.last {
  border-bottom: none;
}
table.imagemapareas tr,
table.kvpwizard tr,
table.matchingwizard tr,
table.matchingpairwizard tr,
table.errortextwizard tr,
table.singlechoicewizard tr,
table.multiplechoicewizard tr {
  vertical-align: top;
}
table.imagemapareas th,
table.kvpwizard th,
table.matchingwizard th,
table.matchingpairwizard th,
table.errortextwizard th,
table.singlechoicewizard th,
table.multiplechoicewizard th,
table.kprimchoicewizard th {
  vertical-align: top;
}
table.kprimchoicewizard th.true,
table.kprimchoicewizard th.false {
  padding: 5px 5px;
}
table.kprimchoicewizard td.correctness {
  vertical-align: top;
  text-align: center;
}
table.kprimchoicewizard th {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}
table.kprimchoicewizard {
  margin-bottom: 15px;
}
table.kprimchoicewizard td {
  padding-top: 15px;
}
div.ilAssKprimChoiceTable div.optionLabel,
table.kprimchoicewizard th.optionLabel {
  background-color: lightgrey;
}
table.ilAssKprimChoiceTable tr.aggregaterow td {
  border-bottom: solid lightgrey 1px;
}
table.ilAssKprimChoiceTable tr.aggregaterow td.answer_frequency {
  text-align: right;
}
table.il_tst_answer_aggregation {
  border-collapse: collapse;
}
table.il_tst_answer_aggregation td,
table.il_tst_answer_aggregation th {
  padding: 5px 15px;
}
table.il_tst_answer_aggregation th {
  background-color: lightgrey;
}
table.il_tst_answer_aggregation td {
  border-bottom: solid lightgrey 1px;
}
table.il_tst_answer_aggregation td.answer_option {
  font-style: italic;
}
table.il_tst_answer_aggregation td.answer_frequency {
  text-align: right;
}
.question_description {
  font-style: italic;
  font-size: 90%;
}
.number {
  text-align: right;
}
.errortext a:link,
.errortext a:visited {
  text-decoration: none;
  color: #000;
  padding: 0 2px;
  line-height: 1.5em;
}
.errortext a:hover {
  background-color: #ddd;
}
.ilc_qetitem_ErrorTextSelected {
  background-color: #9bd9fe;
  border: 1px #666 solid;
}
.selGroup {
  border: 2px #9bd9fe solid;
  padding: 3px 2px;
  margin-right: 2px;
}
.questionpool_info {
  padding: 0.4em;
  margin-top: 0.4em;
}
.questionpool_title {
  font-weight: bold;
}
td.matching {
  vertical-align: middle;
}
div.term {
  display: inline;
  padding: 0.5em 1em;
  float: left;
}
.solutiontable td {
  padding: 0 1em;
}
span.result {
  font-style: italic;
}
div.ilc_Page.readonly div.ilc_question_Standard {
  background-color: #f3f3f3;
  background-image: url(../../../../templates/default/images/qmark-ro.svg);
}
ul.ilAssQuestionRelatedNavigationContainer,
div.ilAssQuestionRelatedNavigationContainer {
  margin: 15px 0;
  float: none;
}
ul.ilAssQuestionRelatedNavigationContainer div.navbar {
  padding-right: 12px;
  min-height: unset;
  margin-bottom: 10px;
}
div.tstModalConfirmationText {
  margin-bottom: 20px;
}
div.tstModalConfirmationButtons a,
div.tstModalConfirmationButtons input {
  margin-right: 20px;
}
div.ilTestOutputBlock_DynTestFinished {
  background-color: #FAFAFA;
  padding: 100px;
}
a.il_question_answer_list_back_anchor {
  float: right;
  font-size: 0.7em;
  margin-right: 3px;
}
.ilCenterForced {
  text-align: center !important;
}
tr.ilBorderlessRow {
  margin-right: 20px;
}
td.ilAssQuestSkillAssignQuestTitle div {
  margin-right: 20px;
}
.ilAssQuestionLacExprWizard td,
.ilAssQuestionLacExprWizard th {
  padding-right: 10px;
}
a.il_participant_block_back_anchor,
a.il_question_answer_list_back_anchor {
  float: right;
  margin-right: 3px;
}
a.il_question_answer_list_back_anchor {
  font-size: 0.7em;
}
.test_specific_feedback td:first-child {
  padding-right: 1em;
  font-style: italic;
  font-weight: bold;
}
.test_specific_feedback td:last-child p:first-child {
  margin-top: 0;
}
p.ilAssKprimInstruction,
p.ilAdditionalAssQuestionInstruction {
  font-style: italic;
  font-size: 0.9em;
  margin: 5px 0 15px 0 !important;
}
table.kprimchoicewizard th.optionLabel {
  font-size: 1.1em;
}
table.imagemapareas tr.active-area,
table.imagemapareas tr.active-area td {
  background-color: #fdfabb !important;
}
/* fau: testNav - added and changed styles */
td.ilc_Page {
  padding: 15px;
}
.ilTestMarkQuestionIcon {
  width: 12px;
  height: 12px;
}
.ilTestAnswerStatusIcon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
}
.ilTestQuestionAction.disabled a {
  color: #b0b0b0 !important;
}
/* fau. */
div.ilAssClozeTest {
  line-height: 2.5em;
}
div.ilAssClozeTest input {
  line-height: 1.25em;
}
div.ilc_Page.readonly img.imagemap,
div.ilc_Page.readonly div.filesContainer,
div.ilc_Page.readonly div.filesContainer a,
div.ilc_Page.readonly div.uploadContainer input,
div.ilc_Page.readonly div.ilAssErrorText span,
div.ilc_Page.readonly input[disabled],
div.ilc_Page.readonly select[disabled],
div.ilc_Page.readonly textarea[disabled] {
  pointer-events: all !important;
  cursor: not-allowed !important;
}
.tstAutosaveMsg {
  font-style: italic;
  border: 1px #666 solid;
  background-color: #ffffe0;
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
}
.textarea {
  cursor: not-allowed !important;
  border: 1px solid #a9a9a9;
  padding: 2px;
  background-color: #ebebe4;
  min-height: 200px;
}
.ilSpecificAnswerFeedback td:first-child {
  padding-right: 30px;
}
.ilc_question_MultipleChoice .ilc_qanswer_Answer > div {
  vertical-align: top;
}
.ilc_question_SingleChoice .ilc_qanswer_Answer > div {
  vertical-align: top;
}
.ilc_question_MatchingQuestion #sourceArea {
  height: fit-content;
  position: sticky;
  top: 40px;
}
#tst_output {
  display: flex;
}
#tst_output #taForm {
  background: transparent;
}
#tst_output #tst_left {
  width: 20%;
  min-width: 200px;
  margin-right: 12px;
}
#tst_output #tst_left:empty {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #tst_output #tst_left {
    margin-right: 0;
    width: 100%;
  }
}
#tst_output #tst_right {
  flex-grow: 1;
}
#tst_output #tst_right .ilc_Page {
  background-color: white;
  padding: 6px 12px;
}
@media screen and (max-width: 768px) {
  #tst_output {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1199px) {
  .il-layout-page.with-mainbar-slates-engaged #tst_output {
    flex-direction: column-reverse;
  }
  .il-layout-page.with-mainbar-slates-engaged #tst_output #tst_left {
    margin-right: 0;
    width: 100%;
  }
}
#tst_output .ilTstNavigation {
  display: flex;
  padding: 6px 12px;
  justify-content: space-between;
  background-color: #f9f9f9;
}
#tst_output #tst_left ul.shortlist {
  list-style-type: none;
  padding: 0;
}
#tst_output #tst_left ul.shortlist li {
  padding: 0 0 6px 18px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0px 5px;
}
#tst_output #tst_left ul.shortlist li.unanswered {
  background-image: url('images/answered_not.svg');
}
#tst_output #tst_left ul.shortlist li.answered {
  background-image: url('images/answered.svg');
}
#tst_output #tst_left ul.shortlist li.active {
  font-weight: bold;
}
#tst_output #tst_right .ilTstWorkingFormBlock_WorkingTime {
  text-align: center;
  clear: both;
}
#tst_output #tst_right .ilTstWorkingFormBlock_WorkingTime .ilTstWorkingFormInfo_UserWorkingTime {
  visibility: hidden;
  display: none;
}
#tst_output #tst_right .ilTstWorkingFormBlock_WorkingTime .ilTstWorkingFormInfo_ProcessTimeLeft {
  font-size: 18px;
  font-weight: bold;
}
#tst_output #tst_right h1.ilc_page_title_PageTitle {
  margin-bottom: 6px;
}
.dd-item {
  font-size: 14px;
}
li.dd-item.ilc_qordli_OrderListItem > ul li.dd-item.ilc_qordli_OrderListItem {
  border: 1px #4c6586 solid;
  border-left: 9px #4c6586 solid;
}
.noMargin {
  margin: 0;
}
div.editLink {
  padding-right: 1em;
}
[dir="rtl"] div.editLink {
  padding-right: 0;
  padding-left: 1em;
}
img[src$="icon_checked.svg"] {
  height: 11px;
  margin: 0 6px 0 5px;
  opacity: 0.5;
  width: 11px;
}
[dir="rtl"] img[src$="icon_checked.svg"] {
  margin: 0 5px 0 6px;
}
.glyphicon-ok {
  font-size: 11px;
  text-align: center;
}
.pdMailRow .imageSpace {
  margin-left: 40px;
}
.pdMailRow > img {
  margin: 2px 0;
  max-width: 30px;
}
[dir="rtl"] .pdMailRow .imageSpace {
  margin-left: 0;
  margin-right: 40px;
}
[dir="rtl"] .radio label,
[dir="rtl"] .checkbox label {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .radio input[type="radio"],
[dir="rtl"] .radio-inline input[type="radio"],
[dir="rtl"] .checkbox input[type="checkbox"],
[dir="rtl"] .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-right: -20px;
}
.il_InfoScreenSection {
  padding: 10px 10px 0;
}
.il_InfoScreenSection > .ilFloatRight {
  padding-bottom: 4px;
  padding-right: 4px;
}
[dir="rtl"] .il_InfoScreenSection > .ilFloatRight {
  padding-right: 0;
  padding-left: 4px;
}
.yui-panel-container {
  color: #161616;
}
.mceEditor,
.mceLayout {
  width: 100% !important;
}
table.mceLayout {
  table-layout: fixed;
}
.mceIframeContainer iframe {
  max-width: 100%;
}
table.mceToolbar {
  table-layout: fixed;
  display: inline-block;
  float: left;
  height: auto !important;
  max-width: 100%;
}
table.mceToolbar tbody,
table.mceToolbar tr,
table.mceToolbar td {
  display: inline-block;
  white-space: normal !important;
}
.alert > a {
  text-decoration: underline;
}
.alert > a.btn {
  text-decoration: none;
}
.code-container {
  display: grid;
}
@media only screen and (max-width: 768px) {
  div.ilGoogleMap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px 0px;
  }
}
.yui-skin-sam.form-inline .form-control {
  vertical-align: top;
}
.yui-skin-sam .yui-button button {
  line-height: 23px;
  min-height: 23px;
}
/* basic responsiveness (beta)
	no more specific section. no more delos_sm.less data (treated as bug)
	"Responsive" code has to be inserted like:
	.myClass {
		...
		@media only screen and (max-width: @grid-float-breakpoint-max) {
			...
		}
	}
*/
/* print css */
@media print {
  * {
    /* see bug 0022342 */
    /* text-shadow: none !important;
        color: black !important; // Black prints faster: h5bp.com/s
        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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #757575;
    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;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
  #ilTopBar,
  .osdNotificationContainer,
  .ilMainHeader,
  .ilMainMenu,
  .ilTreeView,
  .btn,
  #ilTab,
  #ilSubTab,
  #minheight,
  #ilFooter {
    display: none;
  }
  #mainspacekeeper {
    padding: 0;
  }
  .ilLeftNavSpace {
    margin-left: 0 !important;
  }
  div.ilTabContentOuter {
    border: none;
  }
  div.ilFileDropTargetOverlay {
    display: none;
  }
  a[href]:after {
    content: "";
  }
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #737373;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #dddddd;
  border-radius: 0.25em;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Regular.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Bold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Italic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-BoldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Light.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-LightItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Semibold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBold.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Emoji';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansEmoji/OpenSansEmoji.ttf') format('truetype'), url('/Customizing/global/skin/zinal2022/assets/fonts/OpenSansEmoji/OpenSansEmoji.otf') format('otf');
  font-style: normal;
}
@font-face {
  font-family: 'il-icons';
  src: url('/Customizing/global/skin/zinal2022/assets/fonts/Iconfont/il-icons.woff') format('woff'), url('/Customizing/global/skin/zinal2022/assets/fonts/Iconfont/il-icons.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.glyphicon::before {
  font-family: "Glyphicons Halflings";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-user::before {
  content: "\e008";
}
.glyphicon-question-sign::before {
  content: "\e085";
}
.glyphicon-do-not-enter-solid::before {
  content: "\e090";
}
div.ilTopBar,
#ilTopNav,
.ilMainHeader,
.ilMainMenu,
#ilTopBarNav > li > a,
#ilTopNav .navbar-nav > li > a {
  color: #FF0000;
}
#ilTopNav .navbar-nav > li > a {
  color: #FF0000;
  margin-top: 4px;
}
#srag-usrto-search {
  display: none !important;
}
div.ilFrameFixedWidthHeader {
  max-width: 100vw;
  max-width: initial;
  margin: 0 -30px;
  padding: 0;
}
.ilFrameFixedWidthHeader div.ilHeaderBanner {
  max-width: initial;
  padding: 0;
}
#zcLogo {
  width: 300px;
  height: 130px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}
#zcLogo img {
  height: 100%;
}
/*Logo Thumbnail -> default.less*/
@media screen and (max-width: 768px) {
  #zcLogo {
    width: 40px;
    height: 40px !important;
    display: block;
  }
}
#ilTopBarNav {
  position: relative;
  z-index: 10000;
}
#ilTopNav {
  z-index: 1050;
}
#ilTopNav button.navbar-toggle {
  left: 80px;
}
#ilTopNav button.navbar-toggle#zcNavToggle {
  display: none;
  left: 40px;
  width: 39px;
}
#ilTopNav .navbar-nav > .open > a {
  background: #fafafa !important;
}
#ilTopNav .navbar-nav > li > a {
  text-transform: none;
}
body {
  overflow: initial;
}
body,
html {
  min-height: 100%;
  min-height: 100vh;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.modal-open {
  padding-right: 17px !important;
}
.ilContainerWidth {
  margin-left: 0;
}
.ilContainerListItemOuter button,
.ilContainerBlockHeader button {
  font-weight: 400;
  color: #FF0000;
  border-radius: 0;
  margin-top: -3px;
}
.ilContainerListItemOuter button,
.ilContainerBlockHeader button,
.ilContainerListItemOuter button:active,
.ilContainerBlockHeader button:active,
.ilContainerListItemOuter button.active,
.ilContainerBlockHeader button.active,
.ilContainerListItemOuter button[disabled],
.ilContainerBlockHeader button[disabled],
fieldset[disabled] .ilContainerListItemOuter button,
fieldset[disabled] .ilContainerBlockHeader button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ilContainerListItemOuter button,
.ilContainerBlockHeader button,
.ilContainerListItemOuter button:hover,
.ilContainerBlockHeader button:hover,
.ilContainerListItemOuter button:focus,
.ilContainerBlockHeader button:focus,
.ilContainerListItemOuter button:active,
.ilContainerBlockHeader button:active {
  border-color: transparent;
}
.ilContainerListItemOuter button:hover,
.ilContainerBlockHeader button:hover,
.ilContainerListItemOuter button:focus,
.ilContainerBlockHeader button:focus {
  color: #cc0000;
  text-decoration: underline;
  background-color: transparent;
}
.ilContainerListItemOuter button[disabled]:hover,
.ilContainerBlockHeader button[disabled]:hover,
fieldset[disabled] .ilContainerListItemOuter button:hover,
fieldset[disabled] .ilContainerBlockHeader button:hover,
.ilContainerListItemOuter button[disabled]:focus,
.ilContainerBlockHeader button[disabled]:focus,
fieldset[disabled] .ilContainerListItemOuter button:focus,
fieldset[disabled] .ilContainerBlockHeader button:focus {
  color: #777777;
  text-decoration: none;
}
.ilContainerListItemOuter button .caret,
.ilContainerBlockHeader button .caret {
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: baseline;
  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;
}
.ilContainerListItemOuter button .caret.glyphicon-chevron-left,
.ilContainerBlockHeader button .caret.glyphicon-chevron-left,
.ilContainerListItemOuter button .caret.glyphicon-chevron-right,
.ilContainerBlockHeader button .caret.glyphicon-chevron-right {
  font-weight: 100;
}
.ilContainerListItemOuter button .caret:before,
.ilContainerBlockHeader button .caret:before {
  content: "\e236";
}
.ilStartupSection > .form-horizontal {
  margin-left: auto;
  margin-right: auto;
}
.color_primary {
  color: #FF0000;
}
.bg_color_primary {
  background-color: #FF0000;
}
.color_secondary {
  color: #FF0000;
}
.bg_color_secondary {
  background-color: #FF0000;
}
.color_3rd {
  color: #FF0000;
}
.bg_color_3rd {
  background-color: #FF0000;
}
.ilContainerBlock {
  margin: 0 !important;
}
a.ilTreeView {
  top: 123px;
  bottom: 123px;
}
.startup_page #ilTopNav {
  margin: 0 0 0 65px !important;
}
#ilTopBarNav > li > a {
  margin-right: 0;
  background-color: transparent;
}
#ilTopNav .dropdown-menu img {
  /*width: 31px;
	height: 30px;*/
}
.btn-default .badge {
  color: #FF0000;
}
.ilMainHeader > header > .row > a.navbar-brand > img {
  display: none;
}
.ilHeadAction a#headp_cert_icon img {
  height: 44px;
  width: 44px;
}
div#il_startup_logo img {
  width: auto;
  height: 90px;
  display: block;
  margin: 0;
}
div#il_startup_logo {
  margin: 0;
  position: relative;
  top: -40px;
  height: 50px;
}
.ilStartupSection p {
  text-align: center;
}
.ilStartupSection form {
  margin-left: auto;
  margin-right: auto;
}
.glyphicon-home {
  z-index: 1000;
}
.ilObjListRow {
  margin-bottom: 15px;
  box-shadow: -2px 2px 2px #ddd;
  border: 1px solid #f0f0f0;
}
.ilObjListRow:hover {
  box-shadow: -8px 8px 8px #ddd;
  background: #fff;
  z-index: 999;
}
.dropdown-menu ul.col-sm-4 li > a {
  white-space: normal;
}
.dropdown-menu ul.col-sm-4 li > a img {
  float: left;
}
input.testfrage {
  margin: 10px;
}
.tool_tt td.submit {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .TopBarUsername {
    display: none;
  }
  div.ilc_page_cont_PageContainer {
    width: 875px;
    max-width: 875px;
    min-width: 875px;
  }
  img {
    max-width: none;
  }
}
/* Inhaltverzeichnis ILIAS-Lernmodul */
@media (max-width: 1264px) and (min-width: 768px) {
  .lernmodul .ilLeftNavSpace {
    margin-left: 45px !important;
  }
  .lernmodul .ilLeftNav {
    width: 30px;
    overflow-y: hidden;
  }
  .lernmodul .ilLeftNav:hover {
    width: 300px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .ilFixedTopSpacer {
    padding-top: 0;
  }
  .ilTopFixed {
    position: static;
  }
  .ilTopFixed.ilMemberViewMainHeader {
    position: fixed;
  }
  #ilTopNav {
    margin-left: 0;
  }
  #ilTopBar.ilTopBar {
    height: 60px;
    z-index: 1030;
  }
  #ilTopBarNav {
    font-size: 16px;
    margin: 10px;
  }
  #ilTopBarNav > li.ilOnScreenChatMenuDropDown > a {
    min-width: 50px;
  }
  .ilMainHeader > header > .row > a.navbar-brand > img {
    width: auto;
    height: 90px;
    display: block;
  }
  .ilMainHeader > header > .row > a.navbar-brand {
    margin: 0;
    position: relative;
    top: -40px;
  }
}
div.ilMemberViewMainHeader {
  background-color: #981A0A !important;
}
@media (min-width: 980px) {
  #main.centermain {
    margin-right: 0;
  }
}
#left_nav .jstree-0 {
  margin-left: -20px;
}
.ilExp2NodeContent_hover {
  position: fixed;
  border: 1px solid #646464;
  margin-left: -2px;
  margin-top: -2px;
  padding: 2px 3px 2px 2px;
  background: lightyellow;
  box-shadow: 7px 5px 7px #d3d3d3;
}
div.ilLeftNav {
  opacity: 0.4;
  transition: opacity 230ms ease-in-out 0s;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
div.ilLeftNav:hover {
  opacity: 1;
}
div.ilLeftNav a {
  white-space: nowrap;
}
#ilTopNav .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #ilTopNav .dropdown-menu.il-mm-selfloading {
    overflow: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 60px);
  }
}
.ilMainHeader {
  border-bottom: 0 solid #FF0000;
  height: auto;
}
div.ilTopBar,
.ilMainHeader,
.ilMainMenu {
  background: #fff;
}
#ilTopNav .navbar-nav > li > a {
  border-top: 0 solid transparent;
  color: #FF0000;
}
.MMInactive {
  border-right: none;
}
.ilTopTitle {
  display: none;
}
.ilTopTitle.ilTopTitleVisible {
  display: block;
}
#ilTopNav .navbar-nav > .active > a,
#ilTopNav .navbar-nav > .open > a,
#ilTopNav .navbar-nav > .active > a:hover,
#ilTopNav .navbar-nav > .open > a:hover,
#ilTopNav .navbar-nav > .active > a:active,
#ilTopNav .navbar-nav > .open > a:active,
#ilTopNav .navbar-nav > .active > a:focus,
#ilTopNav .navbar-nav > .open > a:focus {
  border-top: 0 solid transparent;
  background: #FF0000;
  min-height: 33px;
}
#ilTopNav a.dropdown-toggle {
  text-transform: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f0f0f0;
  background-color: #FF0000;
}
#ilTab {
  border-color: #FF0000;
}
/*LÖSCHEN--ANFANG*/
/* wbtStart	 */
/* wbtStart	 */
.ilc_section_wbtStart img.ilListItemIcon {
  width: 94px;
  height: auto;
}
.ilc_section_wbtStart div.ilContainerListItemIcon a {
  margin-top: 2px;
}
/* centerleiste	 */
/* centerleiste	 */
/* centerleiste	 */
/* centerleiste	 */
.ilc_section_centerleiste .ilContainerBlock {
  margin: 0 0 0 -15px;
}
.ilc_section_centerleiste .ilObjListRow {
  margin-bottom: 15px;
  margin-right: 30px;
}
.ilc_section_centerleiste div.il_ContainerListItem {
  padding-top: 8px;
  padding-left: 0;
}
.ilc_section_centerleiste div.ilListItemSection {
  max-width: none;
}
.ilc_section_centerleiste div.ilContainerListItemOuter,
.ilc_section_centerleiste div.ilContainerListItemOuterHighlight {
  min-height: 400px;
  padding: 10px;
}
.il_editarea .ilc_section_centerleiste div.ilContainerListItemOuter {
  height: auto;
}
.ilc_section_centerleiste div.ilContainerListItemOuter img,
.ilc_section_centerleiste div.ilContainerListItemOuterHighlight img {
  width: auto;
  height: auto;
}
.ilc_section_centerleiste .ilContainerListItemIcon img.ilListItemIcon {
  height: 175px;
}
.ilc_section_centerleiste .il_ContainerItemTitle {
  width: 205px;
}
.ilc_section_centerleiste .ilCLIRow1,
.ilc_section_centerleiste .ilCLIRow2,
.ilc_section_centerleiste .ilObjListRow {
  float: left;
  max-width: 255px;
  width: 255px;
}
.ilc_section_centerleiste .ilContainerListItemIcon {
  display: block;
  text-align: center;
}
.ilc_section_centerleiste .ilContainerListItemContent {
  display: block;
}
#ilTopBarNav #userlog > a {
  height: 39px;
}
/*Desktop-Items in der Mitte*/
#il_center_col #block_pditems_0 div.il_Block {
  padding: 0;
  background-color: transparent;
}
#il_center_col #block_pditems_0 div.ilBlockHeader {
  margin: 0;
  border: 0 solid transparent;
}
#il_center_col #block_pditems_0 h3.ilBlockHeader {
  font-weight: normal;
  font-size: 19px;
  color: #555555;
  text-transform: uppercase;
}
#il_center_col .ilPDBlockSubHeader {
  padding-left: 0;
  margin-bottom: 3px;
}
#il_center_col .ilBlockContent {
  padding: 0;
}
/*Desktop-Items an der Seite*/
#il_left_col #block_pditems_0 img.ilListItemIcon,
#il_right_col #block_pditems_0 img.ilListItemIcon {
  width: 35px;
}
#il_left_col #block_pditems_0 .ilObjListRow,
#il_right_col #block_pditems_0 .ilObjListRow {
  box-shadow: none;
  margin-bottom: 0;
  border: 0 solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#il_left_col #block_pditems_0 div.il_Block,
#il_right_col #block_pditems_0 div.il_Block,
#il_left_col #block_pditems_0 .ilObjListRow,
#il_right_col #block_pditems_0 .ilObjListRow {
  background-color: #f9f9f9;
}
#il_left_col #block_pditems_0 .ilObjListRow:hover,
#il_right_col #block_pditems_0 .ilObjListRow:hover {
  box-shadow: none;
}
#il_left_col #block_pditems_0 div.ilContainerListItemOuter,
#il_right_col #block_pditems_0 div.ilContainerListItemOuter {
  padding: 6px;
}
/*LÖSCHEN--ENDE*/
/*--- Content Styles---*/
.ilc_text_block_HeadlineBlock,
.ilc_ha_ihead_HAccordIHead,
.ilc_va_ihead_VAccordIHead {
  background-color: #FF0000;
}
.ilc_heading1_Headline1,
.ilc_text_inline_Accent,
.ilc_text_inline_Comment,
.ilc_text_block_Remark,
.ilc_section_Remark,
.ilc_text_block_Example {
  color: #FF0000;
}
.ilc_table_cell_Cell1 {
  background: #990000;
}
.ilc_table_cell_Cell2 {
  background: #FF0000;
}
.ilc_table_cell_Cell3 {
  background: #ff9999;
}
.ilc_table_cell_Cell4 {
  background: #ffffff;
}
.ilc_page_rnavlink_RightNavigationLink,
.ilc_page_lnavlink_LeftNavigationLink {
  color: #FF0000;
}
.answertext {
  max-width: 360px;
  display: block;
  padding: 0 0 0 8px;
}
/*Design Revision_1.0*/
/*Typo*/
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*Header*/
.ilMainMenu a,
#ilTopBarNav {
  font-size: 13px;
}
#ilTopBarNav li {
  line-height: 24px;
}
.TopBarUsername {
  line-height: 38px;
}
#ilTopBarNav #userlog > a img {
  margin-top: -5px;
}
#headlines {
  padding-top: 34px;
}
a#il_mhead_t_focus {
  color: #666;
  vertical-align: middle;
  font-size: 34px;
  font-weight: 300;
}
.ActiveHeaderBanner a#il_mhead_t_focus {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px;
  transition: all 300ms ease-in-out;
  line-height: 160%;
}
#headerimage {
  width: 54px;
  height: 54px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
a#il_mhead_t_focus.affix {
  position: static !important;
}
.ActiveHeaderBanner a#il_mhead_t_focus.affix {
  background-color: rgba(255, 255, 255, 0);
  position: static !important;
}
.ActiveHeaderBanner a#il_mhead_t_focus:empty {
  display: none;
}
.ActiveHeaderBanner .main_cont {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 24px;
}
/*LÖSCHEN--ANFANG*/
/*Randlose Boxen*/
.massnahme_box_img img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.massnahme_box_img {
  text-align: center;
  overflow: hidden;
  margin: -15px;
  max-height: 101px;
}
/*LÖSCHEN--ENDE*/
/*Maßnahme Checkbox*/
div.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  opacity: 0.8;
  border-radius: 50px;
  box-shadow: -5px 5px 5px #333;
  margin: 4px 4px -4px -4px;
}
div.check {
  position: absolute;
  top: 9px;
  right: 10px;
}
/*Card Layout*/
.zcBox {
  border: 1px solid #E7E7E7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 4px;
}
.infoBox {
  padding: 8px 24px;
  color: #666666;
  margin-top: 1.5em;
}
.zcBoxContentS {
  padding: 10px;
  color: #555;
}
.zcBoxContentL {
  padding: 24px;
}
.zcBoxContentL h1 {
  font-size: 22px;
}
.zcBoxContentL h2,
.zcBoxContentL .h2 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.metaBox {
  font-size: 0.9em;
  box-shadow: none !important;
  background: #fbfbfb !important;
  border: none !important;
  padding: 8px 24px;
  color: #666666;
}
.zcBox th {
  font-weight: bold;
}
.zcBox th > * {
  font-weight: inherit;
  margin-bottom: 0;
}
.massnahme_box .il_ContainerItemTitle,
.boxContainer h3 {
  text-transform: uppercase;
  font-size: 1em;
}
.massnahme_box .il_ContainerItemTitle a {
  color: #7f8a94;
}
.metaBox h4 {
  font-size: 0.9em;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
/*searchbar / filter*/
#startsearch.k-textbox {
  width: 90%;
  height: 2.6rem;
  margin-right: -6px;
  border-radius: 4px 0 0 4px;
}
.zcBox.zcBoxContentS.filterbar {
  min-height: 6em;
  display: flex;
  align-items: center;
}
.cockpit_filter_select {
  margin-top: 5px;
  width: auto;
  max-width: 100%;
  margin-right: 16px;
}
.zcBox .row + .row,
.modal-dialog .row + .row,
.zcBox .row ~ [class*="col"],
.modal-dialog .row ~ [class*="col"],
.zcBox .panel > [class*="col"] + .row > [class*="col"],
.modal-dialog .panel > [class*="col"] + .row > [class*="col"] {
  margin-top: 1rem;
}
.zcBox .row + [class*="col"],
.modal-dialog .row + [class*="col"],
.zcBox .panel > br + [class*="col"],
.modal-dialog .panel > br + [class*="col"] {
  padding-left: 0;
}
.btn {
  border-radius: 4px;
}
.zcButtonSet {
  padding: 12px 0;
}
.zcBox .btn,
.zcButtonSet .btn,
.modal-content .btn {
  font-size: 13px;
  border: none;
  padding: 5px 10px;
  transition: all 120ms ease-in-out;
}
.k-grid .btn {
  padding: 3px 8px;
}
.zcButtonSet .btn-danger,
.zcBox .btn-danger,
.modal-content .btn-danger {
  background-color: #ed5e68;
}
.zcButtonSet .btn-danger:hover,
.zcBox .btn-danger:hover,
.modal-content .btn-danger:hover {
  background-color: #ce1724;
}
.zcButtonSet .btn-danger[disabled],
.zcBox .btn-danger[disabled],
.modal-content .btn-danger[disabled] {
  background-color: #b79496;
}
.zcButtonSet .btn-default,
.zcBox .btn-default,
.modal-content .btn-default {
  background-color: #8388a4;
}
.zcButtonSet .btn-default.active,
.zcBox .btn-default.active,
.modal-content .btn-default.active,
.zcButtonSet .btn-default:hover,
.zcBox .btn-default:hover,
.modal-content .btn-default:hover {
  background-color: #52566f;
}
.zcButtonSet .btn-default[disabled],
.zcBox .btn-default[disabled],
.modal-content .btn-default[disabled] {
  background-color: #939393;
}
.zcButtonSet .btn-success,
.zcBox .btn-success,
.modal-content .btn-success {
  background-color: #18cc95;
}
.zcButtonSet .btn-success:hover,
.zcBox .btn-success:hover,
.modal-content .btn-success:hover {
  background-color: #0d7152;
}
.zcButtonSet .btn-success[disabled],
.zcBox .btn-success[disabled],
.modal-content .btn-success[disabled] {
  background-color: #5c887a;
}
.open > .dropdown-toggle.btn-default {
  background-color: #8388a4;
}
.zcFilterWrap .btn-primary {
  background-color: #FF0000;
}
.zcFilterWrap .btn-primary:hover {
  background-color: #990000;
}
.zcFilterWrap .btn-primary[disabled] {
  background-color: #b34d4d;
}
.k-primary {
  background-color: #FF0000;
  border-color: #FF0000;
}
.k-primary:hover {
  background-color: #e60000;
  border-color: #e60000;
}
.breadcrumb {
  display: none;
}
footer.ilFooter {
  height: 40px !important;
  padding: 0 !important;
}
/*Modals*/
.modal-content {
  border-radius: 4px;
  padding: 1rem;
}
.modal-xl {
  min-width: 65vw;
}
.modal-xxl {
  min-width: 95vw;
}
/*UserKontakt*/
.kontakt-header {
  background: #FF0000;
  height: 10rem;
  margin: 0 0 0.75rem 0;
}
.kontakt-header,
.kontakt-header h1 {
  color: #ffffff;
}
/*Sidebar*/
.zcListChild[class*="level"] {
  border-left: 1px solid #FF0000;
}
@media screen and (max-width: 768px) {
  .ActiveHeaderBanner .ilHeadAction {
    float: none;
    position: relative;
    top: 116px;
    display: flex;
    flex-direction: row-reverse;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
  }
  .modal-backdrop {
    z-index: 1020;
  }
}
.menuheader,
.menucont:hover {
  background-color: #FF0000;
  color: #ffffff;
  padding: 15px;
}
.menucont {
  background-color: rgba(139, 145, 150, 0.8);
  border-top: 2px solid #fff;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
}
.sidebarheader {
  background-color: #FF0000;
  color: #ffffff;
  padding: 15px;
}
.sidebarcont {
  background-color: #ececec;
  border-top: 2px solid #fff;
  padding: 15px;
}
.header,
.footer_inner {
  max-width: 1200px;
  margin: auto !important;
}
.main_cont {
  padding-top: 30px;
}
.zc_tile_wrapper {
  height: 280px;
}
.zc_tile_wrapper.kompetenzteam {
  height: 300px;
}
.zc_tile {
  background: #ffffff no-repeat;
  height: 180px;
  /*margin-bottom:30px;*/
  background-size: cover !important;
  cursor: pointer;
}
.zc_tile.kompetenzteam {
  background: #ffffff;
  height: 280px;
  /*margin-bottom:30px;*/
  background-size: cover	!important;
  cursor: pointer;
}
.zc_tile.koop {
  background: #ffffff;
  height: 280px;
  /*margin-bottom:30px;*/
  background-size: 100% !important;
  cursor: hand;
}
.zc_tile_overlay {
  background: #FF0000;
  opacity: 0;
  height: 180px;
  padding: 20px;
  transition: opacity 0.45s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10pt;
  line-height: 115%;
  cursor: hand;
}
.zc_tile_overlay:hover {
  opacity: 0.85;
  transition: opacity 0.45s ease-in-out;
}
.zc_tile_overlay:hover p {
  color: #fff !important;
}
.zc_tile_overlay.kompetenzteam {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  height: 280px;
  padding: 20px;
  transition: opacity 0.45s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10pt;
  line-height: 115%;
  cursor: hand;
}
.zc_tile_overlay.kompetenzteam:hover {
  opacity: 1;
  transition: opacity 0.45s ease-in-out;
}
.zc_tile_overlay.kompetenzteam:hover p {
  color: #565657 !important;
}
.ui-tooltip {
  z-index: 12000;
}
div[id*='gridbox_'] {
  width: 100% !important;
  min-height: 100px;
}
div[id*='gridbox_'] table {
  width: 99.9% !important;
}
.objbox {
  min-height: 100px;
}
div#iltinymenu {
  z-index: 99999 !important;
}
.infolabel {
  background: #FF0000;
}
.zcBox .table:not(:last-child) {
  margin-bottom: 1rem;
}
.k-grid-filter.k-state-active {
  background: #FF0000;
  color: #ffffff;
}
.status_green {
  background: #00854E;
}
.status_yellow {
  background: #F0DC46;
}
.status_orange {
  background: #FFB428;
}
.status_red {
  background: #CD282D;
}
.modul_meinemassnahmen .ilAccAnchor {
  display: none;
}
/* Custom Icons */
[class*="glyphicon-custom"] {
  display: inline-block;
  height: 21px;
  width: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.glyphicon-custom-car {
  background-image: url('/zc/data/allgemein/style/icon-car.svg');
}
.glyphicon-custom-hotel {
  background-image: url('/zc/data/allgemein/style/icon_hotel.svg');
}
.glyphicon-custom-hotel-vortag {
  background-image: url('/zc/data/allgemein/style/icon_hotel_vortag.svg');
}
.glyphicon-custom-hotel-folgetag {
  background-image: url('/zc/data/allgemein/style/icon_hotel_folgetag.svg');
}
.glyphicon-custom-hotel-vortag-folgetag {
  background-image: url('/zc/data/allgemein/style/icon_hotel_vortag_folgetag.svg');
}
.glyphicon-custom-vkb-pushpin {
  background-image: url('/zc/data/allgemein/style/icon-vkb-pushpin.svg') !important;
}
.glyphicon-custom-vkb-list-alt {
  background-image: url('/zc/data/allgemein/style/icon-vkb-list-alt.svg') !important;
}
.glyphicon-star.half,
.glyphicon-star-empty.half {
  position: relative;
}
.glyphicon-star.half::after,
.glyphicon-star-empty.half::after {
  content: "\e006";
  position: absolute;
  z-index: 8;
  color: #ccc;
  top: 0;
  left: 0;
}
.glyphicon-star.half::before,
.glyphicon-star-empty.half::before {
  position: relative;
  z-index: 9;
  width: 47%;
  display: block;
  overflow: hidden;
}
.k-grid {
  border: none;
}
.k-grid table {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.k-list > .k-item.k-first {
  padding-top: 1.6em;
}
.panel {
  position: relative;
  padding: 50px 12px 12px 12px;
}
.panel .panel {
  padding: 50px 0 12px 0;
}
.panel .panel-heading,
.zcBox .panel.panel-info > .panel-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #789;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.panel-group [data-toggle="collapse"] {
  color: inherit;
  display: block;
}
.panel-group .list-group {
  margin: 0;
}
[data-confirm] > .glyphicon {
  pointer-events: none;
}
[class*="col"] > .k-dropdown,
[class*="col"] > .k-textbox {
  width: 100%;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #FF0000;
  --swiper-pagination-color: #FF0000;
  --swiper-navigation-size: 22px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: 'swiper-icons';
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.zc-media-body {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.d-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.grid-full {
	flex: 0 0 100%;
	max-width: 100%;
}
@supports (display: grid) {
	.d-grid {
		display: grid;
		column-gap: 30px;
		row-gap: 30px; /* 15px|30px */
		grid-auto-rows: 1fr;
		grid-auto-flow: dense;
	}
	.grid-full {
		grid-column: 1 / -1;
	}
}
.d-inline-grid {
	display: -ms-inline-grid;
}
@supports (display: grid) {
	.d-inline-grid {
		display: inline-grid;
	}
}
.d-grid > .boxContainer >.zcBox,
.d-inline-grid > .boxContainer > .zcBox {
	height: 100%;
	margin-bottom: 0 !important;
}
.grid-1 {
	grid-template-columns: repeat(2, 1fr);
}
.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
	grid-template-columns: repeat(5, 1fr);
}
.float-none {
	float: none !important;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
.order-first {
	order: -1 !important;
}
.order-0 {
	order: 0 !important;
}
.order-1 {
	order: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.order-3 {
	order: 3 !important;
}
.order-4 {
	order: 4 !important;
}
.order-5 {
	order: 5 !important;
}
.order-last {
	order: 6 !important;
}
.grid-xs-1 > .boxContainer {
	flex-basis: 100%;
}
.grid-xs-2 > .boxContainer {
	flex-basis: 50%;
}
.grid-xs-3 > .boxContainer {
	flex-basis: 33.3333%;
}
.grid-xs-4 > .boxContainer {
	flex-basis: 25%;
}
.grid-xs-5 > .boxContainer {
	flex-basis: 20%;
}
@supports (display: grid) {
	.grid-xs-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.grid-xs-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.grid-xs-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.grid-xs-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.grid-xs-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
@media (min-width: 768px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.grid-sm-1 > .boxContainer {
		flex-basis: 100%;
	}
	.grid-sm-2 > .boxContainer {
		flex-basis: 50%;
	}
	.grid-sm-3 > .boxContainer {
		flex-basis: 33.3333%;
	}
	.grid-sm-4 > .boxContainer {
		flex-basis: 25%;
	}
	.grid-sm-5 > .boxContainer {
		flex-basis: 20%;
	}
	@supports (display: grid) {
		.grid-sm-1 {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		.grid-sm-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		.grid-sm-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
		.grid-sm-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
		.grid-sm-5 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
		}
	}
}
@media (min-width: 992px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.float-md-none {
		float: none !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.grid-md-1 > .boxContainer {
		flex-basis: 100%;
	}
	.grid-md-2 > .boxContainer {
		flex-basis: 50%;
	}
	.grid-md-3 > .boxContainer {
		flex-basis: 33.3333%;
	}
	.grid-md-4 > .boxContainer {
		flex-basis: 25%;
	}
	.grid-md-4 > .boxContainer {
		flex-basis: 20%;
	}
	@supports (display: grid) {
		.grid-md-1 {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		.grid-md-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		.grid-md-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
		.grid-md-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
		.grid-md-5 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
		}
	}
}
@media (min-width: 1200px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.grid-lg-1 > .boxContainer {
		flex-basis: 100%;
	}
	.grid-lg-2 > .boxContainer {
		flex-basis: 50%;
	}
	.grid-lg-3 > .boxContainer {
		flex-basis: 33.3333%;
	}
	.grid-lg-4 > .boxContainer {
		flex-basis: 25%;
	}
	.grid-lg-5 > .boxContainer {
		flex-basis: 20%;
	}
	@supports (display: grid) {
		.grid-lg-1 {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		.grid-lg-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		.grid-lg-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
		.grid-lg-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
		.grid-lg-5 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
		}
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.grid-xl-1 > .boxContainer {
		flex-basis: 100%;
	}
	.grid-xl-2 > .boxContainer {
		flex-basis: 50%;
	}
	.grid-xl-3 > .boxContainer {
		flex-basis: 33.3333%;
	}
	.grid-xl-4 > .boxContainer {
		flex-basis: 25%;
	}
	.grid-xl-5 > .boxContainer {
		flex-basis: 20%;
	}
	@supports (display: grid) {
		.grid-xl-1 {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		.grid-xl-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		.grid-xl-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
		.grid-xl-4 {
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
		.grid-xl-5 {
			grid-template-columns: repeat(5, minmax(0, 1fr));
		}
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.d-flex .row {
	display: flex;
	flex-wrap: wrap;
}
/*.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto,
.col-sm, .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, .col-sm-auto,
.col-md, .col-md-1, .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, .col-md-12, .col-md-auto,
.col-lg, .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, .col-lg-auto,
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {*/
.d-flex .col, .d-flex [class^="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.d-flex .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.d-flex .row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}
.d-flex .row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.d-flex .row-cols-3 > * {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.d-flex .row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.d-flex .row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}
.d-flex .row-cols-6 > * {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.d-flex .col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.d-flex .col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.d-flex .col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.d-flex .col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.d-flex .col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.d-flex .col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.d-flex .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.d-flex .col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.d-flex .col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.d-flex .col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.d-flex .col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.d-flex .col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.d-flex .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.d-flex .col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.d-flex .row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .row-cols-sm-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.d-flex .row-cols-sm-6 > * {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.d-flex .col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.d-flex .col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.d-flex .col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.d-flex .col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.d-flex .col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-flex .col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.d-flex .col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.d-flex .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .offset-sm-0 {
		margin-left: 0;
	}
	.d-flex .offset-sm-1 {
		margin-left: 8.333333%;
	}
	.d-flex .offset-sm-2 {
		margin-left: 16.666667%;
	}
	.d-flex .offset-sm-3 {
		margin-left: 25%;
	}
	.d-flex .offset-sm-4 {
		margin-left: 33.333333%;
	}
	.d-flex .offset-sm-5 {
		margin-left: 41.666667%;
	}
	.d-flex .offset-sm-6 {
		margin-left: 50%;
	}
	.d-flex .offset-sm-7 {
		margin-left: 58.333333%;
	}
	.d-flex .offset-sm-8 {
		margin-left: 66.666667%;
	}
	.d-flex .offset-sm-9 {
		margin-left: 75%;
	}
	.d-flex .offset-sm-10 {
		margin-left: 83.333333%;
	}
	.d-flex .offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.d-flex .col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.d-flex .row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .row-cols-md-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.d-flex .row-cols-md-6 > * {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.d-flex .col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.d-flex .col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.d-flex .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.d-flex .col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.d-flex .col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-flex .col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.d-flex .col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.d-flex .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .offset-md-0 {
		margin-left: 0;
	}
	.d-flex .offset-md-1 {
		margin-left: 8.333333%;
	}
	.d-flex .offset-md-2 {
		margin-left: 16.666667%;
	}
	.d-flex .offset-md-3 {
		margin-left: 25%;
	}
	.d-flex .offset-md-4 {
		margin-left: 33.333333%;
	}
	.d-flex .offset-md-5 {
		margin-left: 41.666667%;
	}
	.d-flex .offset-md-6 {
		margin-left: 50%;
	}
	.d-flex .offset-md-7 {
		margin-left: 58.333333%;
	}
	.d-flex .offset-md-8 {
		margin-left: 66.666667%;
	}
	.d-flex .offset-md-9 {
		margin-left: 75%;
	}
	.d-flex .offset-md-10 {
		margin-left: 83.333333%;
	}
	.d-flex .offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.d-flex .col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.d-flex .row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .row-cols-lg-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.d-flex .row-cols-lg-6 > * {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.d-flex .col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.d-flex .col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.d-flex .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.d-flex .col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.d-flex .col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-flex .col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.d-flex .col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.d-flex .col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .offset-lg-0 {
		margin-left: 0;
	}
	.d-flex .offset-lg-1 {
		margin-left: 8.333333%;
	}
	.d-flex .offset-lg-2 {
		margin-left: 16.666667%;
	}
	.d-flex .offset-lg-3 {
		margin-left: 25%;
	}
	.d-flex .offset-lg-4 {
		margin-left: 33.333333%;
	}
	.d-flex .offset-lg-5 {
		margin-left: 41.666667%;
	}
	.d-flex .offset-lg-6 {
		margin-left: 50%;
	}
	.d-flex .offset-lg-7 {
		margin-left: 58.333333%;
	}
	.d-flex .offset-lg-8 {
		margin-left: 66.666667%;
	}
	.d-flex .offset-lg-9 {
		margin-left: 75%;
	}
	.d-flex .offset-lg-10 {
		margin-left: 83.333333%;
	}
	.d-flex .offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.d-flex .col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.d-flex .row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .row-cols-xl-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.d-flex .row-cols-xl-6 > * {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.d-flex .col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.d-flex .col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.d-flex .col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.d-flex .col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.d-flex .col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.d-flex .col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.d-flex .col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.d-flex .col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.d-flex .col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-flex .col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.d-flex .col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.d-flex .col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-flex .offset-xl-0 {
		margin-left: 0;
	}
	.d-flex .offset-xl-1 {
		margin-left: 8.333333%;
	}
	.d-flex .offset-xl-2 {
		margin-left: 16.666667%;
	}
	.d-flex .offset-xl-3 {
		margin-left: 25%;
	}
	.d-flex .offset-xl-4 {
		margin-left: 33.333333%;
	}
	.d-flex .offset-xl-5 {
		margin-left: 41.666667%;
	}
	.d-flex .offset-xl-6 {
		margin-left: 50%;
	}
	.d-flex .offset-xl-7 {
		margin-left: 58.333333%;
	}
	.d-flex .offset-xl-8 {
		margin-left: 66.666667%;
	}
	.d-flex .offset-xl-9 {
		margin-left: 75%;
	}
	.d-flex .offset-xl-10 {
		margin-left: 83.333333%;
	}
	.d-flex .offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 768px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

#zcNav {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 20px;
  bottom: 0;
  overflow: auto;
  z-index: 999;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  letter-spacing: -0.015em;
}
#zcNav::-webkit-scrollbar {
  width: 0;
}
#zcNav img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 8px 0 0;
}
#zcNav ul {
  list-style: none;
  padding: 0;
}
#zcNav li {
  padding-top: 5px;
  padding-bottom: 8px;
}
#zcNav img[src=false] {
  visibility: hidden;
  display: none;
}
@media (min-width: 991px) {
  #zcNav {
    width: 300px;
    top: 130px;
  }
}
#zcNavigation .glyphicon.glyphicon-chevron-down,
#zcNavigation .glyphicon.glyphicon-chevron-right {
  font-size: 10px;
  float: right;
  padding: 0 24px;
  cursor: pointer;
}
#zcNavigation a {
  color: #555;
  padding: 0.125rem 0;
  display: inline-block;
}
#zcNavigation a:hover,
#zcNavigation a:focus {
  text-decoration: none;
}
#zcNavigation ul {
  margin: 8px 0;
}
#zcNavigation li {
  margin: 0;
  transition: all 0.3s ease-out;
  padding: 6px 0 6px 10px;
}
#zcNavigation li:hover {
  background: #f9f9f9;
}
.zcNavigationMenuTitle {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #eee;
}
a.ilTreeView {
  visibility: hidden;
}
.zcListChild {
  padding-left: 0;
}
.zcListChild[class*="level"] {
  display: block;
}
.zcListChild[class*="level"] {
  border-left: 1px solid lightgray;
}
.zcListChild[class*="level"] img {
  display: none;
}
.zcListChild[class*="level"].level0,
.zcListChild[class*="level"].level1 {
  border: none;
}
.zcListChild.level1 > a {
  font-weight: 400;
}
.zcListChild.level1 > a > img {
  display: inline-block;
}
/*Responsive*/
@media (max-width: 768px) {
  #zcNavigation a {
    font-size: 1.2rem;
  }
  #zcNavigation .glyphicon.glyphicon-chevron-down,
  #zcNavigation .glyphicon.glyphicon-chevron-right {
    font-size: 14px;
  }
  #zcNav img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  #zcNav img {
    width: 26px;
    height: 26px;
    margin-left: -5px;
  }
}
a.il_HighlightedNode,
.ilHighlighted {
  background: #eee !important;
  border: none !important;
  margin: 5px 10px 5px 5px !important;
  padding: 5px 10px 5px 10px !important;
}
.ilHighlighted.level0 {
  padding: 6px !important;
  margin-left: -6px !important;
  display: inline-block !important;
}
.ilHighlighted.level1 {
  margin-left: -45px !important;
  padding-left: 45px !important;
}
.ilHighlighted.level2,
.ilHighlighted.level3,
.ilHighlighted.level4 {
  margin-left: -20px !important;
}
#toplink {
  float: right;
  margin: 80px 40px 0;
  transition: all 200ms ease-in-out;
}
#toplink.affix-top {
  opacity: 0;
}
#toplink.affix {
  position: static;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #toplink {
    margin: 20px 40px 0;
  }
}
.zc-media.zcBoxContentS {
  padding: 0;
}
.zc-media.element-compact {
  border: none;
}
.zc-media .element-image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 0 40% 0;
}
.zc-media .element-image > .icon[style*="background-image"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zc-media .element-image > .zc-media-object,
.zc-media .element-image > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.zc-media .element-heading,
.zc-media .element-info,
.zc-media .element-text {
  padding: 0.714rem;
}
.zc-media .element-info:empty,
.zc-media .element-status:empty {
  display: none !important;
}
.zc-media .element-status {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 0;
  vertical-align: middle;
}
.zc-media a {
  color: inherit;
  text-decoration: none !important;
}
.zc-media a:not([href]) {
  cursor: default !important;
}
.zc-media.element-compact .zc-media-left {
  min-width: 3.825rem;
  position: relative;
}
.zc-media.element-compact .element-status {
  position: absolute;
  bottom: 0;
  right: 0.625rem;
  direction: rtl;
  vertical-align: middle;
  height: 3.825rem;
}
.zc-media.element-compact .element-image {
  width: 10rem;
  padding: 0 0 100% 0;
}
.zc-media.element-compact .media-display-small.element-image {
  width: 5rem !important;
  padding: 0 0 100% 0;
}
.zc-media.element-compact.profile .zc-media-left {
  padding: 0.625rem;
}
.zc-media.element-compact.profile .element-status {
  bottom: 0.625rem;
}
.zc-media.element-compact .element-text h3 {
  padding-top: 0;
}
[data-ng-controller="PersonChooserCtrl"] .zc-media.element-compact .element-image {
  width: 5.357rem;
}
.zc-media.element-box {
  position: relative;
}
.zc-media.element-box .zc-media-body {
  width: 100%;
}
.zc-media.element-box .zc-media-body,
.zc-media.element-box .zc-media-left,
.zc-media.element-box .zc-media-right {
  display: block;
}
.zc-media.element-box .element-image {
  padding: 0 0 40% 0;
}
.zc-media.element-box.profile .element-image {
  padding: 0 0 100% 0;
}
.zc-media.element-box .element-image > .icon[style*="background-image"] {
  transition: transform 0.5s;
  transform: scale(1, 1);
}
.zc-media.element-box:hover .element-image > .icon[style*="background-image"] {
  transform: scale(1.2, 1.2);
}
.zc-media.element-box .zc-media-object:not([style]) {
  max-width: 100%;
  width: auto;
  height: 9.5rem;
}
.zc-media.element-box > .element-status {
  position: absolute;
  top: 0;
  right: 0;
}
/* debug */
/*.element-info {
	background: rgba(255,0,255,.2);
}*/
/*.element-status {
	background: rgba(255,0,0,.2);
}*/
/*.element-status .glyphicon,
.element-status .bildungspunkteDisplay {
	background-color: rgba(0,255,0,.3) !important;
}*/
/*.element-text {
	background: rgba(0,0,0,.2);
}*/
/**
	Aspect-Ratio: $A:$B
	$ratio = ($B / ($A / 100))%
 */
.zc-media.element-row {
  display: block;
}
.files .zc-media.element-row {
  margin-bottom: 0.5rem;
}
.file .zc-media.element-row > .element-status:empty {
  display: none;
}
input[name="removeFiles[]"]:checked ~ span:not(.glyphicon) {
  color: red;
  text-decoration: line-through;
}
.file label {
  font-weight: normal !important;
}
.file .element-compact .info {
  display: none;
}
.containerElement.zc-media-list > .zc-media {
  margin-top: 0;
  text-decoration: none;
}
.containerElement.zc-media-list > hr {
  margin: 0.5rem 0;
}
.zc-media-list .element-image,
.zc-media.element-row .element-image {
  display: table-cell;
  padding: 0 0.625rem 0 0;
}
.zc-media.element-row .element-image > .icon[style*="background-image"],
.zc-media.element-row .element-image > img {
  position: static;
  display: block;
  width: 12.5rem;
  height: 5rem;
  transition: transform 0.5s;
  transform: scale(1, 1);
}
.zc-media.element-row .element-info {
  vertical-align: middle;
}
.zc-media.element-row .element-info > .info {
  hyphens: none;
  white-space: nowrap;
}
.zc-media.element-row > .element-status {
  min-width: 3.825rem;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  white-space: nowrap;
  direction: rtl;
}
.zc-media.element-row .element-text {
  vertical-align: middle;
}
.zc-media.element-row .element-text h3 {
  margin: 0;
}
.zc-media.element-row .element-text .info.date,
.zc-media.element-row .element-text .info.location {
  white-space: nowrap;
}
.containerElement.zc-media-list > .zc-media .element-image > img {
  position: static;
  max-width: 12.5rem;
  width: auto;
  height: auto;
}
.boxContainer .element-text h3 {
  text-align: left;
}
.horizontalSpacer + .horizontalSpacer {
  margin-top: 30px;
}
.element-status {
  font-size: 40px;
  line-height: 1em;
  text-align: right;
}
.element-status::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.element-status > * {
  vertical-align: middle;
}
.element-status .no-icon {
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: 100%;
  vertical-align: middle;
}
.mezzaDetails .element-status {
  font-size: 60px;
}
.element-status .status-icon,
.element-status .status-element {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: 0.35rem;
  font-size: inherit;
  text-align: center;
  color: #fff;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.96em 0.96em;
  overflow: hidden;
}
.element-box > .element-status .status-icon,
.element-box > .element-status .status-element {
  display: block;
  float: right;
  clear: right;
}
.status-icon {
  top: 0 !important;
  background-image: none;
}
.status-icon:hover {
  background-image: none;
}
.status-icon::before {
  font-size: 0.75em;
  vertical-align: top;
}
.status-icon.default {
  color: inherit;
}
.status-icon.red {
  color: #ed5e68;
}
.status-icon.green {
  color: #18cc95;
}
.status-icon.orange {
  color: orange;
}
.status-element[data-value]::before {
  content: attr(data-value);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: inherit;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.25em;
  font-weight: bold;
  text-align: inherit;
}
.status-element.default {
  background-color: #888;
}
.status-element.green {
  background-color: #18cc95;
}
.status-element.wbp {
  background-color: transparent;
  background-image: url("data:image/png;base64,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");
}
.status-element.wbp.green {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAABSKSURBVGiB5ZtrjB3Hld9/p6q772PuvGc4HHJIkUOREiWKIiVKJKXVg1rZGysGvLaCDWwhAZQgRrAIIMTIl4UFCEbsGMgHI2tsPkRB1og32v0kLDZ2tNmVHT8kixJFSRQpieSQIjmcIefBmbkz99m3u6tOPtwZPkRRkm1SK2P/Fxe3H7er6l+n6tSpc07DPzLIp1GJqgrQtbi42NvSVsk6GwFYa5NCoVDL5/NloCIieqPbckMIq2pw8uTJ7c1m82FV3eu93woMO/V5a21krbXGGKy1LrA2CYMwDsNwyhhzNAiC/WEY/ry7u/uwiGTXu23XjfDBgwfD3t7eHYuLlSfqjdrjrTgZAcUGBmMCAmsJQktgDdYajLVYazEStI+NwQQhxhgCG5DLhZOhCZ6Pgo7nil3hIRFJr0c7f2vCqpo7evToY+dnZr5Rrdb3qGaBsRFhYCjkUjoLCVFxCRuVMaaGmiUgAyIEMNKFZQDLICKDYFchphMrBrEQBpJFQeHVXC73vUKh8IKItP7BCE9OTu4bGxv7dqVS2Z1kqQUo5VP6h5bIlyYJwhlEE1QdiANpAQGouVi1qCB4EAUtoKaINUPkzQ7C6FaM6cUYIQgCZ619zRjzdGdn588+VcLVanXViRMnvjM1M/tkEqdWSSkUa/QNTNJZOoNKHYNn/kKRhYWMzVsXUQ1QQkARMrxYRD0GBQwCKIonaHeOCoZBouA2ioV7sXYDgQ2wFmck+kGps/hNEZm94YRPnDjx0ML84rPlxdktaWoJc1V6+87Q0XkCSxXE4UWwKsxeKHL4SAe33x7TaGasW9sijFqcnejj7JmI/r6Ym29pkCYB1UoOE6UM9DURtQgJKh7FIKaXfLCHYmEvYbgGEwRYGAO+3tnZ+YsbQlhV5dSpU09OT0//aa3RKIm3FDvH6e49jIQTpElAHCd0d4agBoOjGof89IV19A1Mku/oxfiETbc2eeXn/ey8b4bj74wwevMULinx9ht5hlbPc+9uy8mzeQIDI2trRLkYL4LBIGaQzvwXKBX3YowFpAb6VGdn5w8+6ZJmPiHZ4PTp8aenLlx4NnG+lM8p/cMH6Rl8ERNOYDRkbr6T/S9v4O3XC6g4nAjFgtLR6bhzp7Lz7jLTsx0szHcQp5bDrxdp1cvgUpYqOW65pcx9v+dpZHXqSy1SJxx8rUDWMpw6OszBAwHez7FU+wsW5n5I5hYRQ8lYnq3Vak+ranBdCKuqjI+P/0m5PPuMIbSFaJG+/p9SLLxOoEqWdVCNIa05JA1ZNWIw4laepqOUUS7nsN6iNMmHMT3FhL0Pt+gZKJDvcNSWoNhVJ/HCW/vXsnAuZOpMEe8Nqc9x7L0uaotdpIkD2yRmPzML/5WkNYWqWGPMM5VK5U+WDZzfjvDExMyTlXr9Gay1YVil2PNTTDSJF4s3StLyHPzlIAPDVW7dUWbiZB5UEFLA093V5MjbIT/7acTwSIWh4Rabt1c4caSPzq4L9PflifIXGBiKiFsBS1XL7kcTbBAwMBSzON9BsXiWe/cu0moGnD0+RLMliD/LVPm/0YzHUbBhGD1TrS4++XF8PrJHJiamHmq0mj9O06zk0gVs7jmszOKNMnchz/mJkO07G4y910+tArfvrPLyiyVu2qSsG52nkHM0myGoJco7jFVUFWh/RQQQVEEQUMfYsRLl+ZD5smHP/RXeOjjEzp3zeC1w4NUSa0aWWFrMs/u+RfKFFuhNDPQ+SUdxA4KttVrNL/b29l5TkV1TwtPT06vU+Wet9aXI1LDhXxPIFHGcZ2khor/bMDvTxfx8xMYtsywu5FmYTdm2M6aRVhGroJZcwZErJojJlslegqpevKYoIGzZWmPPg1M8+oUGhQ7FJSE2THnnSAfFjhYWIbQFqksh6gPgDAtL/5MkXgJJS2EYPlutVlf92oS9998xoW4JjJBmr2CDs8xXOnn1QIn9Lw1TbbbYubPJO2/2cn58GMnPYULH8NoaO+5skbeKiqc9iASwFyV7NdrXnVFUFPUdBGGTQi5l7yNnCAspLknYcXeTviFDM67Q39vk0MF+xsY6yPwEMwt/gc8MJjBbnEu+cy1eHzqkp6am9gVB8KJ3YivVV0n4X6DC37/Qx649Fer1HMfe7uG+R85Tns+ztKBs2hqTz/krCFwPGDWoSZif6+fIWwGturLvCzFHDvcwfyFhYCAEmuy4p0Ep+jIDA49hxbjaUvVzg8ODV1lkV0lYVXNRFH07DEOb+Sla7ieItHAAJsQGnpvW1yh1O1775WpWDcVsuysmn3MfLOq6QMUjGjLYX+WBfUs8+sVFjh7pp7zYYt+jC2zZukR5vgPvlGb8d8SNSRRsriP3bVXNfSzh2dmpxwr5jt1BINTjXyF2CtUQa1K23NrkjVeHePvQIFm2QGd/yty8Ir6FcEkZXS/pcllpHsXaDGuFwaELPPhgFXUBb+wfYNXaMoExIAsslP+WzMfYwO6enZ197CMJHzx4MDQm/IaI2EZznCR7E/CAYhQ2bZrnjh2zNNMqwxuL1CpCsSNFMKAfNUd/W9IrH1Ayhtc1MWHGgZcH6Fu1wG131IAMBFJep1Y9jSo2iqJvHDx4MLwm4bVr1+6IwtweT0q5+hJWyhfvOSyZWgZXx2we9cxNOm67fZ7eHo/i8ebGDOkr4YEAUSFAuP2uOXZsbxL4EBGHxyKSUKn+DO8yrDV71q5du+OahFX1CRtIkCRV4uzgFbISPKIe1NDb32TPA2WGhhNUbbuiG+6cWWmua0taHD19CZk4vHG01aVHUZweot6YwlgfiNonPljCCtlARB73Trkw+xMCzqFqP6TST4XZbwgDWMRm1Guv4F1EvhA+frmdfZHwyZNT221gRpxLqTT/knprP6meXVZG7d1qG5+K3+8TQC59pa1nBIuYJZrZW5Qbf4XzDYyxIydPnty+8pS57OBhawyt1iKJvkumLZrJIVrZ27S9KrnlwlM+G1JeNksRVAMMoFygHr9Lko6R+mPUq9N4IJfLPbzy1EVRB1G61/uIWusYambabhdtEaenSNwFCrltWB0BLX6GSC/rFolJsrM0khMgTYwHNXNUm2/QWVpPEAR7V/5vYMVvrFudQqv5DgaHSLbcfw7vF6nFr9LIXkHkAgZF1Cz7ovxlRa0MsxsF265HwKrBqOL1DLX4FZrJEUSaiLanoJCSJEfwZIRhuHVl6xgAlMvlLlUZ9uppNk4hoVsWoF/uRUAdqT9LJZ4lsGsohBuwOoBX0/ZB0XbHXML1HwFCBiiiSuanaLpjZH6xvXpcVqWKRxCS7AyJc+B1+NSpU13AUgBw/Pjx3jXD6/LONS9TVB+EAQVPi9SdJnVnCU0/kV1HaIeA0g0d5CKKugqJnyTx58BVQTzyoSsJgJDpDM6lhCbKJ0nSywph733J+SwS5/BMYzUHIlRrA0RBnUKuijfZZWutABmZmyFz8xjJY20P1g5hpR9jSoBBFexyR7XXTrjaGmurG8Rj9PIR4lBaONfE+QUSP4X3C7AsZZDlYi4ZPEJEM+6CzFDoXMD7Kpqm+DCIkiQpwfKQds5Fqs4650FTBM+F+Zs4cvCr5DoOs/eBv/2AYXH5icdrA5/VybJziFrUdGCDHgLpwVMgMEUgB9qONKgIK84Y8Q7UARnOV/DEZL6G80tkvoLSvFifuaLeq8dT5kIOHfgajWaOXbv/Bx0dCaotvM9ZILpIGEAVvHrac95hpUnAPD5JwXhw8qGVXNkNury7qeLSCp6zeGmrvvYSYhCiZYXXlomXFkoG+GVdoSvior22ynKbPrLq5UccSAOSBPUJisN7g3hPmrYjNSsSTrxXJ5ZATYii9PZNs/vB57CBQ5zjSuPjcvirzlf+pcsEVtra/k0u3aMdcPhQLnrpQK44/wjCQYu79/wVziuFfEKSBaTqMKpOVZOLhIEaZIloLsANLT/tiIqVy1v+8TV+BmCjJnZ5jovrBg3x3idBENRgeR1ev359Oc3SWAgQv+wOUrOsX66Q12ccurzJ0XYwQPtQhVarFXd1dZVhmfDo6GjFeZlSdUTRxotz7vKCfhcgemmKKIrx6/FeybJsanR0tALLhEVE1XE0w2HsNtQVuHpu/m5BfYj321F1xHF8dCUUc3Hhcy7bj1fy0XpUO9vLy2dmZ/TrQ103QbgR7xRV3b9y/SJh77OfZ0lKaHvx7hYQaTvHf0fh3Ci5aB0udXjvf75y/SLharV62LlsUhUi/ikqbdfZ1bh8fn8WOuTDNiyCcffj8XjfmqxWq4dX7lwkvG/fvgz1zysZheI+MteHyuUFGYyGNBqDvD92D5oVUXJc2iV9uvBYqvU1nB77HJOnd5Mm/QgGFYvP+hH2oN4Rt/T5ffv2XUyOucKnZa19Lks1C8NOjN93lWHujOfc+N2cPX0/cWYQEtp28Cc0ha4TBMH7PIdf/zznZtdw4uj9jJ/aSOqKiCppaw9BMEKWpVkYmucuf/YKwnEcH/I+fdV5KJo/Ql13m4haVJRGs5fpszsYGn6NQi5l5sxdJM0+VvaonwYUQVFazSJJvYvefEzf0CHmp7dyYaYbfITJvoT3BlVedc4duibhXbt2pfl84Xvepy4X3YbRL6AEiAjWR4yP3Yexc/SvWuSt/V/jvXe/wjuH70GzfHsvrCHeGD4+SvubQPCuh2NvfInTxz/P/MxqCp1LTM9sxuQKJHGR3t46zebngS14lzm8/96uXbuuSHe6KvJgjHnBO/dahqUQ/AvUbcB4Sz3uZmHmdhDL8Xf20UrreGkwODxOpgGVyhBqwbjgOrtsLW0LWMgcLC6NcOr9vZhcyrZdf8Pg2l/RWCiw4Y4XsLlOiP8ZWbvHX+vr63vhKn4fvLB58+ZWPiw97TV1QXATefk3ZGKZn+8iTgfIvGPDpp8xOFAnCs7T013j2Btf4sj+x5ifXUsrLiHLn0sW26/n+mlrBINzeabObsO5PN4XmJm5iXx0lmLxLOePfQ7XWMuadWPsefDHjKydJa18hSxbj3fqjIme3rx581U5XR/qLvizP/v+mX/3x3+8TvF3BcEorewCXd1vghxn67YDFPKO40c+T2nwJBPv7yZNYzbv/HumTj7CyaMPkLkCua4yOeMuU2gfv728xDhCRKlVunnvja/SkgyNO5k4dSv3PvQjeofGOX9+KyfP7CTSC/QPTRHHDxNX/wiRgEK+8Of33bf7+x9W9DXjwwMDA98UgjGnObqi/wB6Gxu3nKaQTzk/sY1U+6hO7WBg8C12P/TXBNLJwvw6Vm/5CeX5Ht56+QkayQeDd4KILEf+rw2RFBXo7F5i3c0vcv7k73Hu/AiZ66FWH6RUKHPP3r/k7rt+yG13vI3LNlOf/5d4l8MYGetcPfjNa5V9zcyX1atXz544cfrrcav5Y7G5Umf4n6hk/x5njtLde57c9K+4dft+BnsX8UaYHL8bNSFB2k//8Dinj2+iXusln69ifMj4xO0szdyNmArFrinWbzxEGLbw7XwHRBWDIdMCSStg/PgjpKbB5psPMDMzxfzsHVhb58DLX6On7whbt/+C4aHzxO5myjP/iizrIDSm1t/X+/U7b775mglrH5nUsnnzxl8UC7mn1BuHWUN38J+xfjtDw8e57/f/D6v6FlGbsVAepjwzSt/QT1icH+T99/YxtOYXrOqZBrUIhoXZTZQreWw0x/nxPRw7sgP1OZxanAuYnd1I3Cpx9NCjvPbyPyfJGlyY3sa58U3cfvePCEPP4OqTbLrlBYaGjpIPM5o6Snn63xLXR0G9GxwafOquu+76yES1j83iGR0d/UEul/uWqDo1Wyjl/iNG72/7hG2KEjF7bjMZytqRObbseAljIoZHzrNUHaJRX9X2gfg8HfkaN204SbFUo1Zdw9i793Hm6L1krQ6Ov/FF5uaGCAvzuKzE5ltfo3/wGFNT99IRJazf9AJomZG1J1kzch6XbWNp6ikajfUQONfXO/it3bt2/uDj+HxsMpeIqKp+9/Tp07RayTOwyZby36We/hey7G8Q4xnZ8AZZlnLkzc9hTB6oQxAzdvRuKkub2Hrn/8ZjWKzexOuvPI7PQjbf8SJL81tZmh9m4+i7SJhSWeph3Yb3OH/6QeYurGXNmmMcnryNxXqRDTcfAQSjAVn6+5Tnvkoa9xFZ5/p6+7710AMPfPeTZOP9WqmHExMTT9br9T/F2FIgETHP02h9H/VzGFokWcT0bCfdPSldxQbeeJIsIPTKgZf+NVHHObbueJHAOvI25vixBzh/ajd7/uC/c/TNPyTTee6690XeOvBl0AZ33vP/qNVy9HQtogJeh/DNr1Et7yPNDKpaWzcy9NTOnTs/cerhJ0rXg7akgT+fmJh4P0laz2ZZsiVnv0wxv5eG/yH1+MeE4RQjazIQjxcBPLnA41yBxHl6umco5lqA4gQGVp9h4vS9vPXSV4izhGLRE4hny7YXCKwjkoSeriYqHeD/EFf7JzTj1YgklDryYwMDvV/fvn37jUkuvRzT09Or0jT9TtyKnxSMNUbxMkbc+r/Usx/h/Vku7qZV8QbqS6shqtKRb1yMSamPWKz0ksYB3X0VQpNiTNtDqgIiw1gehPQRkngTaaqg6orF4g/6+vq+efNHaOPrSngFk5OT+9I0/bZXt1vEWmssIueI018Sp78iyd7G+QXQGBG/nJwiIG456MWy31lQCRCNkKCfwG4hZC/GPUDL9ZAmAeoyFwS8VsgVnt62bdunmyB+OVQ1Nzs1/1icVb6Bt3sQG4gRAgvCAkk2RqKHSNwpfDZH5udQzUDaTvnQ9hLYVQQySmi3EMjtJFmJJFOyrIVLJRPh1ahQ/N6WTTf9w74C8AHiYaVS2VGv15/w3j8OjBhjMMZgJMKaCGNijE0xxmJEEMmBDVAgTVOyJCXLMtI0xTk3qarP5/P5586dO3fog7ue3xQ37DWepaWl7WnqHhYxeyHbiqTDiM0biSKR0FprMEacWJ8gJvaZmVLXOuqc2y8in/3XeD4KKy9qxXHcm2VZyRgXAfjAJ4H/dF/U+keH/w+YOFqw+UFdXwAAAABJRU5ErkJggg==");
}
.status-element.wbz {
  background-color: transparent;
}
.status-element.wbz.hours {
  background-image: url("data:image/png;base64,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");
}
.status-element.wbz.minutes {
  background-image: url("data:image/png;base64,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");
}
.status-element.wbz.green.hours {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAABMhSURBVGiB3Zt5cF3HdeZ/3X3vW/EeHnYCJACuokRQokxSFEmRimgtlhRKjmJZTqaScRInUzU1M5nYnprYNRmbNZWpcZzxKE4lNYsrNYkcjx0747Ela7G2UCYtiYu4gRu4QAIBEjvwgLffpc/88QguMmFRJGQq+ape1b2v7+3+vj7d53af7lZ8ABARPTo62jyZy60u5Arrg8BbbIyz1GgzD0XGGB3V2uAYUzbGZI3Wg0qrU64T6Y3FEm9EInp/TU3NmFLKzjU3NVcZiYjq7e1dNjg8/Kjv+4+GQbjaiiSNMTiOgzEGYwxa6wvX5vy1Pn89k+Y4Ts51zFvGmKdd1326tra2Vyklc8HzugWLiD548OB954aH/41XqdwLKj4jUClDNJIgHg9xI1MYp4Dj+GgVoLRGqQgQQ6t6tGoCalAqxBh1sTK0LjqOedEY8/VMJvPa9Qq/ZsEiYnbt2vXR0fHxP87nC+uq5AzGuKTTIenaEZLJfozTh5VprFgUzvkiZ4oVwCISopRC6wxGL8OoLhy9vHpvmLG8aK12uq77RzU1NTuvtblfk+BDhw4tHhwe+Woul3tMRHQYWiIRh+bmEeoajqNNPyKWQj5BsqZ8DcWEgMIxy4i69xBxbsMYF2MUWpsQ1HesDb7Y0NDQ/365v2/Bu3bt+edjE+NfC4KgMQxDlHKY19pLpv4tRPKABsAYywvPdnHnxiPU1YGIwtpqcVoL5XKEaNRD5OJ/M+nvFq9ULYnoIyRid6O1whiN1mbY971/3dDQ8PcfiOChoaHkqdOn/yyXL/yutZYwhLr6YRqbX0NkGqU0cknvUko4sG8pnjfB1FSGdFqzdl0vSsMLP1pKbSZLqdTEps3HQRn27GqhvkExf0E/mYygVLWSLuZpUaqOVOLTJGIrZ6yNteHXp6env9je3l66Gh36ah7at29f06m33/5RxfN/1xhDNKrpXPRTGpufQSSPiKH7UBP6ktxEFLWZHGf6kmy59yStrVO8+fo8xsfSoCosXRqSToecPh0jn4szNOiSTg8Si1n27FrE888u5Mjh+Rcqz6tECfwc04UnmZj6BkFQQsRijPNvM5nM/+vv76+fE8H79u1r8gL7kli5xxhDMlmidcHf4UaOI1J9PQwMb5/u4JkftBAGF81cV1+gJmWJRh1a27IMDaXwPUXE9ShXyjQ2DdDaWmZqKkHHwlHaOwJiMU1r2yj3PdBXrYghw8kT83jl5aUMD/uAwQt2MzL5ZUrls1hr0Vp/LJPJPNvX11d3XYK7u7tblDY/1lqtMsYhkRyivukplMoB1T55tj9DxdPMa+2nvcPiuBd7STpdpFRsoFJR5PMxkCLNLXmCsI5UynD0cAelkmUqG6euroRSwq43lnD0SJz9b7XR906ceNyjpqaC73mMjDSiNKAUIpOMZb9MvnAYawVjzPr6+vpnjx071nBNgo8fP55S2vm2NuYjWjvE4qepSX8PEVDnNWktnOhpxavAmjvG6D/TRBBcTHfdEKXzHNzfzFt7U9y1+QyOE3DX5tMM9CtWfeQYC9ohXTtJc4uPUsLUVISPrC4wf4GHGxmnsVFz6GAba+7oYfXaCc72N3D0cBue56AUTOaeJDu9B2sFx3E2tLXNf6q/vz8+m65Zndaxnp7/pVC/FwQhgT1BJPatC2mD5+oZPBdl7bpBprIJfrqzg19+5CgH9y8kDBW1mVEWLiqef7rqgJRiFi/MeQdVvfY8h8PddRTymkRyks7OODt3uHzyU2Mc6Z7PqZPCnRtG6T60iM2/1IMxVceWqfkcmdpb0dqQzxeebGpq+NxVW/j48eO/HY/Ff88YA2qcSOybABQKUcplh/kLxpmcrGdsLEJtJk8mE3LoQDMrb+vHcUdobsldVqeXfpKuhEu9eyQSsHrNKL+0ZYg71lUolSI0NMQpFDXdh2K0tRkmJxsIApietigFWkM2/9/IF85grSWVSn62b2Dg8asS3N3dvSSdSv+p0RrwUeavAM34WJq9uxbwk39Yju8Z1m88zZ43b2JyopapqSzJmixKCV0rSyQSZlZxVwtrq5XU0TnCiq6zIJp0bcC6De9QW1sEmaCxUdF9qJNjR9MYA2PZJ/G8PNZaGjKZPz9w4MD8nyt4m4huaGj8qhuJNBjjUgm+g9J5fN9hx09q2LjpBCtWDvLa9uUkk2VWr32H7kMR1m8cZuGi4DJLzRVEFA2Nlmg04OZb8jz3o1v46c4aPvbwCEe6F9JzzMf3Iux+swNjJhge/2uk6sRaOzo6viIzI5srCf71E70PplI1jxljKJb2oU03oAgCQzIRIxrTdHSOE4lUeO0fltHckmPT3ePU1l7V5/w6hUNH5zj3f+wYn/jkAIcPdXL0SInHPzXA7atHGBpMMT1tsbKL8ewerLXE4/FfO3HixKYrChYR1dRU95+0NspaS8n/NlBtmolEmdqMYv9bCxkeqqdQyFJfH3L6ZOQDF/pu0SIGazWQ5dHHhgHF/rcWAwOk0w5gmMr/Lb4fIiJOY2Pjf740jwuCu48efTAej68xRpOdfhZjSpcUpFi3/jSxeIGeHth89xiFAriRqxrNzTlEYMXKHK6rOHRgEe+8M83Dj2Sx5+dPjpNlbOJ5RIREIrFpf3f3xpl3ZwSrlsbGz1trKZXylL2XuNIXa/nNYyxapHjhuRUY5wwLF7m/AHlXRtVfKBx3jK2PjqG1uiRNU/JeoFIpY61Vrc3N/34mTQHs2LHjplWrVh3Q2sSHR5+jEvwds41JlBJEBK31hRr9cMISMZ+mpWkLIrawa9ehFfffv+mMBpg3b97jQDwMQwql7fy8EWfV6X3YxQJoSpUdM8PO5MIlbY8AmO9+97tmyZIlX3Mct206d5Lxwh/gmCa0StxoxteNkreDiHmQiJtGiSRSqdQ3dVNTU5PjuCtEhGzuOZQuUKy8iheclDmM8f0CoRDxKFS2S8gxsrkXsdYSiUbXrFu3rkFHo9G1juMktDIUyq9Ww0yElP19quj9RKx4/OMRrgnsgOTKzxPaEYXAdOEllNJEXDdV29h4i5NK1a631uL7lkAOcKnfDcJBlQ+fIeqsIuouvWEy3hsKawuU/L0S2qHLrGPVXjwPohGhLp2+04nEIivDMCRfGMBxslfILKQS7MMLThKLrBTXdKjzzeBDAI2VIl5wVLzgbQXhzzRFpUYoFocxpp54NN7lKGGJiFCqnMQYZvW+Qo6S94Yqq6NEnJuIOgupevMbId5gZUoqQQ9+0KcgmLXPOa5QKL5NMplBKZY5Aq0iQhAMIFfRVUWmqPh7qPgHiDgLxTUdGN2gqv38gxJfjWWLlPHDQfywVwI7qq7Ws/hhH9bejiCtjtY6LSIENsv5EBU2TFIqNlGT7kNmnQL5eMFJ5QUnUSRwnTYxuhlHN6BUQlWtH16HQI2Ij5VpCe0ogR0kCMcUBHAxqDILXHJT7aQyfYgNCWQSay0KlXG0Uo4A1pZAVyfTb73xGbLjndx069/Q3nnoPekJRbzglIJTgEGruFRXEerQKoVWUZRKolWE6oSkylchIgiCj7VlRIpYqWAlS2gnCe2UAv99+QyloOfIr3Cmdz1tHS/Ttep5bFieMVzMsSKItRcsKUA8McHIYAteJX/VBV1EiJW8smGeIBy4WCkznBUgqipZCSIopPr/XHz8ZviHgUepNFkNLYlgrcVaixMEQWBd14Vo9QULXbd/i8U3RYknynM2qb+sDc6sh8kFU88dBDoWvUJTy+vEEyWsBSVRQmsJgqCifd/PhdaiyFwgJSLE4nMn9hcNEYjFS4hwfnEghbUWPwiyOgiCQRFB0VKN+f5TgwIlbdUmHdpBLWJPW2txzRLCa3WqH2L4vsJ1OhER/MA7qQv54mGlFLHYfPxK6kbzm3OEQQORSD1KKaZzuSN6cjq7S0SIRAxiV95ofnOO0LsN44QEYcDk+PhuXczl9lY8rxiGZVx9z3t90f9RQSlw1D0EQYVKuZLP5XJHdU9Pz4jnecdCa4m5956PCP7TQBhGcMwmrLWUK5W3ent7x/S2bduCYrHwQ4B4bDGBd+uN5jlnCLxVRNxmRIRcrvD9bdu2Vc05dG78ezYMy6gQV3/iRvOcEygFEvwqIj5BEBQmx0d+CBfHOGrv/v2vxmPxe8LAIx98FG3GbiDd60cYzEfK3ycScfA970d3bdzwCFwMT0p2fPxrCnDdGNp+5sYxnQMoBX7pN84vw4qMTox/dSbtgofauXPnc6VyeX9oQ5LRT2PDlvfO1Gsg8DMfOs8e+J1Y/+NYG1Iul974la1bd8ykXUZ1x+uvb63L1D2tlFLF8iuE5l9dMUOloPfEVnpPbMHzhPaFx1i5+ikQ/wOWAtoAMntkRilFfuJJNB9BaxMW86X7Hnro/u0X3r/04cGBgee9ive0WEsi9gCEW2crlrN9a0AdZMuDX6JSTnBg1ycu28XzQaBY6GDPzs+y781/SRgmr/hMufBxAu92wtAS+MF3H3zwvtcuZ34JnnjiiTBbyP2htXZCJCDpbkOk/bIMC/l2vEojza3HcN2FOG6UVO0AQ4ON1QzNe4YjrgGKibFV7N+9FW26mc7Op3vfr6HeNdux4RIK2c8g4iMiQzb0v/DuvZk/Y5OPbtrUU/YqX0AEbWqI6//BzFxZKejteYDtL/46y1Y8QyxWZv+bv8HyrudY3rWT4XMb2PnyF5kYS1+TrMnxW5gYW3zhvrrPUqG15vjhRyjm61h952vctvY7jA110f/25guVq1SSyeH/SBgarLUI8rn777//zLvLuGIjXLdmzTc8z/8bsZaIu5SoqooWgWRqjEgkAihu6nqByYll9PfNB6nj4N5PkJ10SNZE3/dUUxs4dexhjh/egONAPreE1178D7z0zFd459S9rLnzr3GcNMe7H6W+6TCLbtrO4YMt5zfMxBkf/GMq5TqstYD6iwfuvffbVyrHmY2AVyn9vnHNYqzaHHM3QfBfqdh/x+KbXiA31ciOl76I4wiVSpZodIy6ejh9XFPXcIRjhzvR6ldpnvcKLW292DCJcfK8e+fvRccTJT/dRG3dAGf7Owit4fC+3yQSe5bmeYs4fngriVQ3N9/6LEf2P0ZdwwkWL3+GJcvB2jjZkT8iN9WJMRbHcV5qbqz/w9l0zSp4/fr107uPHHkibu0rlmBFzHkIHdZSCv8Ft6/734wMtTM82MLim08yr22a/bs/Rblyli2bfkjgtfCTl3+TRM2L1OTb+emrn+XWNX9CMbeOQiGCV24nGp9ixW3fw3FLvLH984yNFkmlU3iVGMVCEs8zBMVHGTp3jrb2v6dUaKRz8U6GztXgB2fRSoAkk8P/hanJBVT3Yjp7U8nEP1u7dm1xNl0/t+Gt6+oaQuxHReSolYCos4FU5GmQDppa+lh5+27mtU0ShlFGB7uY37Eb1w0ZH1uK5+VpahlkcmwJvj9Npn6Cqex8zp7poH3x3zIxuozuA+uYGF3B5Hgtm+/7Bnds/BZa1ZCdyNDSegSxwn0Pv4pf3sLguRpELGs3PMf89glEljIx+D8p5DpQSnBcZ29rS/PHtmzZ8nOHiO/Z02699dZhhdyLsMPaEKMWkYk9TcQ8fiF4qpRH+6JXGBlcS7nkMj21AGPGaWj0GB9bSiQ6QCpVQaxDTXqABR0jOG4JrwLaBBgngu+liCVGq7vrJjpYvvIHpGv72P7jrVheYc26XYhAGGokeJyJwT/Dq2QAiMdjL3cuWPDQxo0bJ95Lz6xN+lJ0dXUNnTx5cmtg5etW7G8ZFScV/VNi4VZy3pcQOcPylc+w5GYHYwLmt++m/+3f4cVnfh+x7aQzPz4fLtVoXV2FFVEYI9Q3niCRnOKdU09w7kyFUnmc0aFW9Koy6zb/FTMrGiKg1RK8wufIT9+CWA8ISKXSfzm/teULXV1dVxVTvirBAMuWLZsGfrun59TrVuxXsEG9azbTlNxOKfg/FCr/HWPOApCqPcWWh76E78HQ2duJxs5hLQgTaDMOQGgnQeUR8bnjrj+n58gdoPt56LEejAkvG0lp1Ym2n6GUfwDfL6N1iMKMZuoyn79r/fpvXq0GuMaIcO/Zs8vDYulPBB7VWiutDVoHlP1nKXrfwwveBH52mHkxDMxlm1Rn0i4PC0dxzQaMPEbo3Y3nBQShTxAEoeM4369N1Xzhtttu632/3K/rkMfb/f2/LH74ZUFWG2PQSqONg8hZyv6rlP2dlL09BHawuhw2S2kiICgc00bMuQPX2YThbgK/Hj+oEAQ+vu+jtX4zEYtu6+rqeukXesjjcrJizp0797DvB38gsFFrHdNanz+H5GK0gzCKH/YRhH1YySJSBgVGx3GdehyzEKM7EduA71fw/TJ+EOD7PmEYllC8Fo9Gn3zqqade3rZt23Vtp5nTg1rj4+PLy2X/k2A/rpS6RSmV0OcPYFV/CqV+9l4pCIIA36+KDIKgYK09bK38QOvo/12woOnUh+ag1pUgIk6xWGyuVCprrLXrRejSWi9RSs1TioTW2tVao5TyldIFrdWQiJzyff8I8IYxZl8ymRxVSs350sD/B+MaE36SC67IAAAAAElFTkSuQmCC");
}
.status-element.wbz.green.minutes {
  background-image: url("data:image/png;base64,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");
}
.idd-badge .status-element.wbz {
  font-size: 3.5rem;
}
.status-element.mabv,
.status-element.wbz-neutral {
  border-radius: 50%;
  background: grey;
}
.status-element.mabv::after,
.status-element.wbz-neutral::after {
  display: block;
  font-size: 0.825rem;
  font-weight: bold;
  line-height: 2.45rem;
  white-space: pre;
}
.status-element.mabv.hours::after {
  content: "MaBV \A Std";
}
.status-element.mabv.minutes::after {
  content: "MaBV \A Min";
}
.status-element.mabv.green {
  background: #3587c0;
}
.modul_meinemassnahmen .zcBox.zcBoxContentL .zcBoxHeaderImageContainer .status-element.mabv::after,
.modul_katalog .zcBox.zcBoxContentL .zcBoxHeaderImageContainer .status-element.mabv::after {
  line-height: 4em !important;
}
.zc-media.element-box.zcBox.zcBoxContentS .status-element.mabv::after,
.timeline-elements .status-element.mabv::after {
  line-height: 20px;
  font-size: 9px;
}
.zc-media.element-row.zcBox.zcBoxContentS .status-element.mabv::after {
  line-height: 20px;
  font-size: 8px;
}
.zcBoxHeaderImageContainer .status-element.mabv::after {
  line-height: 2.4rem !important;
}
.status-element.wbz-neutral.hours::after {
  content: "IDD \A Std";
}
.status-element.wbz-neutral.minutes::after {
  content: "IDD \A Min";
}
.status-element.wbz-neutral.green {
  background: #6cc05e;
}
.modul_meinemassnahmen .zcBox.zcBoxContentL .zcBoxHeaderImageContainer .status-element.wbz-neutral::after,
.modul_katalog .zcBox.zcBoxContentL .zcBoxHeaderImageContainer .status-element.wbz-neutral::after {
  line-height: 4em !important;
}
.zc-media.element-box.zcBox.zcBoxContentS .status-element.wbz-neutral::after,
.timeline-elements .status-element.wbz-neutral::after {
  line-height: 20px;
  font-size: 9px;
}
.zc-media.element-row.zcBox.zcBoxContentS .status-element.wbz-neutral::after {
  line-height: 20px;
  font-size: 8px;
}
.idd-badge .element-status::before {
  content: unset;
}
.formularServiceAccordion div.sectiontitle {
  color: white;
}
.formularServiceAccordion div.row {
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}
.sectioncontent {
  height: auto !important;
}
.sectioncontent label {
  margin-top: 0.7em;
}
.sectioncontent input[type="checkbox"],
.sectioncontent input[type="radio"] {
  margin: 10px 10px 0 10px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background-color: #fff;
  border-radius: 10px;
  width: 17px;
}
.bk {
  position: relative;
  margin-top: 4rem;
  background: #f0f0f0;
}
.bk .row.container-box > [class^="col-"] {
  position: static;
}
.bk ul.row {
  background: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bk input.sr-only:not(:checked) + ul {
  display: none;
  position: static;
}
.bk input.sr-only:checked + ul {
  background: inherit;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 0 10px #f0f0f0;
}
.bk li.boxContainer {
  background: inherit;
  display: inline-block;
  vertical-align: top;
}
.bk label.close,
.bk li.close,
.bk label.close:hover,
.bk li.close:hover {
  position: absolute;
  display: block;
  background: inherit;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  opacity: 1;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
.bk .loidContainer {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: inherit;
  z-index: 10;
  width: 100%;
  min-height: 100%;
}
.bk .is-loading > .element-box::before {
  content: '\231b';
  font-family: 'Glyphicons Halflings';
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #FDFDFD;
  text-shadow: 1px 1px 2px #333;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.bk .menuitem > .zc-media .element-image > * {
  transform: none !important;
  transition: none !important;
}
.bk .menuitem .element-image > * > strong {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bk .menuitem .element-image > * > strong::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#57000000', GradientType=0);
  /* IE6-9 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.14) 67%, rgba(0, 0, 0, 0.43) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.14) 67%, rgba(0, 0, 0, 0.43) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.14) 67%, rgba(0, 0, 0, 0.43) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bk .menuitem .element-image > * > strong::after {
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  right: 0.714rem;
  bottom: 0.5rem;
  left: 0.714rem;
  color: #FDFDFD;
  line-height: 150%;
  text-shadow: 1px 1px 2px #333;
  text-transform: uppercase;
  text-align: left;
  z-index: 2;
}
.bk #bkFilterCustom ~ section {
  display: none;
}
.bk #bkFilterCustom:checked ~ section {
  display: block;
}
.responseMassnahmeDetails .row.zcBox {
  margin-right: 0;
  margin-left: 0;
}
.responseMassnahmeDetails .containerElement > .row {
  margin: 1rem -15px 0;
}
.mezzaDetails {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  overflow: hidden;
}
.zcBoxHeaderImageContainer {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: -24px;
}
.zcBoxHeaderImageContainer .title_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.zcBoxHeaderImageContainer .title_bg > .title {
  position: absolute;
  right: 1rem;
  left: 2rem;
  color: #FDFDFD;
}
.zcBoxHeaderImageContainer .title_bg > .title h1 {
  color: inherit;
  line-height: 160%;
  font-size: 30px !important;
  text-shadow: 1px 1px 2px #333;
}
.zcBoxHeaderImageContainer .title_bg .zc-media .element-status {
  background: transparent;
  font-size: 60px;
}
.zcBoxHeaderImageContainer.image {
  height: 0;
  padding: 0 0 40% 0;
  /* 5:2 */
}
.zcBoxHeaderImageContainer.image .title_bg {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.14) 67%, rgba(0, 0, 0, 0.43) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.14) 67%, rgba(0, 0, 0, 0.43) 100%);
}
.zcBoxHeaderImageContainer.image .title_bg .title {
  bottom: 1rem;
}
.zcBoxHeaderImageContainer.image > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.zcBoxHeaderImageContainer:only-child {
  border-radius: 4px;
}
.zcBox .zcBoxHeaderImageContainer + div {
  margin-top: 36px;
}
.player {
  margin: -24px -24px 12px -24px;
  position: relative;
  height: auto;
}
.player.fullscreen {
  height: 100%;
}
.player > video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.player .playlist {
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  left: 2rem;
  height: 5rem;
  text-align: center;
  border-radius: 4px;
  z-index: 3;
}
.player .playlist > .video-list {
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  padding: 0.25rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.player .playlist > .video-list > video {
  height: 100%;
  width: auto;
  cursor: pointer;
}
.player .video-controls {
  position: absolute;
  right: 20rem;
  bottom: 1.25rem;
  left: 20rem;
  z-index: 2;
  margin: 0;
  border-radius: 4px;
}
.player .video-controls.fullscreen {
  z-index: 2147483647;
}
.player .video-controls .progress {
  margin: auto 0;
  height: 10px;
  cursor: ew-resize;
  border-radius: 5px;
}
.player .video-controls .progress .progress-bar {
  background: rgba(255, 255, 255, 0.9);
}
.zcBox .containerTerminListe .row:first-child {
  margin-top: 0;
}
.zcBox .containerTerminListe > .row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.containerTerminListe > .row.termin > [class^="col-"],
.containerTerminListe > .row.terminDetails > [class^="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.containerTerminListe > .row.heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #789;
  color: #FFF;
  line-height: 38px;
}
.modal-content .containerTerminListe > .row.heading {
  top: -15px;
}
.index {
  color: #CCC;
  font-size: 2em !important;
  font-weight: bold !important;
  padding-top: 0;
}
.row.termin ~ .termin {
  border-top: 1px solid lightgrey;
}
.row.termin.is-current {
  background-color: #D7ECF6;
}
.terminDetails {
  display: none;
  background: rgba(219, 219, 219, 0.23);
  position: relative;
}
.row.termin.is-current + .row.terminDetails {
  display: block;
}
@media (max-width: 992px) {
  .row.termin ~ .termin {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid lightgrey;
  }
  .containerTerminListe > .row.termin:not(.is-current) > [class^="col-"] {
    padding: 0;
  }
  .containerTerminListe > .row.termin > [aria-label]:empty {
    display: none;
  }
  .containerTerminListe > .row.termin > [aria-label]::before {
    content: attr(aria-label) ': ';
    display: inline-block;
    width: 30%;
    margin-right: 0.5rem;
  }
}
@media (min-width: 991px) {
  .containerTerminListe > .row.heading,
  .containerTerminListe > .row.termin,
  .containerTerminListe > .row.termin.is-current + .row.terminDetails {
    display: flex;
  }
  .containerTerminListe > .row.terminDetails {
    flex-flow: row wrap;
  }
}
/*massnahmen-icons*/
[class^="bg-card-icon"] {
  display: none;
}
[class^="bg-card-icon-"] {
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: 32% 0 0 12px;
  background: rgba(230, 230, 230, 0.8);
  transition: all 100ms ease-in-out 0ms;
  color: #000;
}
[class^="bg-card-icon-"]:hover {
  border-radius: 4px;
}
.card-icon-wbt {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9Imljb25fbGVybnByb2dyYW1tZS5zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIGJvcmRlcm9wYWNpdHk9IjEiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSI5LjgzMzMzMzMiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6Y3k9IjEyIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc2NiIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgaW5rc2NhcGU6d2luZG93LXk9IjAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDU2IiBmaWxsPSJub25lIiBkPSJNMi45NzYsMS4wOThsNy44ODIsMTAuMDQybDEwLDcuODM4SDIuOTc2VjEuMDk4eiIvPg0KPHBhdGggaWQ9InBhdGg0IiBmaWxsPSJub25lIiBkPSJNLTAuMDQyLTQuMDIxbDE0LDEwLjA0MmwxMCwxMy45NThoLTI0Vi00LjAyMXoiLz4NCjxnPg0KCTxwYXRoIGlkPSJwYXRoNjhfMV8iIGZpbGw9Im5vbmUiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGQ9Ik0yMSwxLjk3OUgzYy0xLjEwNCwwLTIsMC44OTUtMiwydjEyYzAsMS4xMDUsMC44OTYsMiwyLDJoMThjMS4xMDQsMCwyLTAuODk1LDItMnYtMTJDMjMsMi44NzQsMjIuMTA0LDEuOTc5LDIxLDEuOTc5eg0KCQkJCSBNMjAuODk4LDE0LjgzMkgzLjAxOFY0SDIwLjl2MTAuODMySDIwLjg5OHoiLz4NCgkJPC9nPg0KCTwvZz4NCgk8cmVjdCB4PSI2LjUiIHk9IjE5LjUiIHdpZHRoPSIxMC45MTciIGhlaWdodD0iMi4zMzIiLz4NCgk8cGF0aCBpZD0icGF0aDU2XzFfIiBmaWxsPSJub25lIiBkPSJNMy4wMTgsMS4xMThIMjAuOVYxOUgzLjAxOFYxLjExOHoiLz4NCgk8cGF0aCBpZD0icGF0aDRfMV8iIGZpbGw9Im5vbmUiIGQ9Ik0xMC0xNC4wNDJoMjRMMjQsMjBIMEwxMC0xNC4wNDJ6Ii8+DQoJPGc+DQoJCTxyZWN0IHg9IjguMDYyIiB5PSI1LjQ3IiB3aWR0aD0iNy43OTMiIGhlaWdodD0iMS42NjUiLz4NCgkJPHJlY3QgeD0iOC4wNjIiIHk9IjguNDY1IiB3aWR0aD0iNy43OTMiIGhlaWdodD0iMS42NjYiLz4NCgkJPHJlY3QgeD0iOC4wNjIiIHk9IjExLjY5NiIgd2lkdGg9IjQuNjcyIiBoZWlnaHQ9IjEuNjY3Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
}
.card-icon-webinar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9Imljb25fbGVybnByb2dyYW1tZS5zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIGJvcmRlcm9wYWNpdHk9IjEiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSI5LjgzMzMzMzMiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6Y3k9IjEyIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc2NiIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgaW5rc2NhcGU6d2luZG93LXk9IjAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTIwLjk1OCwxLjk1OGgtMThjLTEuMTA0LDAtMiwwLjg5Ni0yLDJ2MTJjMCwxLjEwNCwwLjg5NiwyLDIsMmgxOGMxLjEwNCwwLDItMC44OTYsMi0ydi0xMg0KCQkJQzIyLjk1OCwyLjg1NCwyMi4wNjIsMS45NTgsMjAuOTU4LDEuOTU4eiBNMjAuODU3LDE0LjgxMkgyLjk3NlYzLjk3OWgxNy44ODJWMTQuODEyeiIvPg0KCTwvZz4NCjwvZz4NCjxyZWN0IHg9IjYuNDU4IiB5PSIxOS40NzkiIHdpZHRoPSIxMC45MTciIGhlaWdodD0iMi4zMzMiLz4NCjxwYXRoIGlkPSJwYXRoNTYiIGZpbGw9Im5vbmUiIGQ9Ik0yLjk3NiwxLjA5OGgxNy44ODJ2MTcuODgySDIuOTc2VjEuMDk4eiIvPg0KPHBhdGggaWQ9InBhdGg1OCIgZD0iTTE1LjI3LDEwLjAzOWMxLjAyOCwwLDEuODU1LTAuODM1LDEuODU1LTEuODYzcy0wLjgyNy0xLjg2My0xLjg1NS0xLjg2M3MtMS44NjMsMC44MzUtMS44NjMsMS44NjMNCglTMTQuMjQxLDEwLjAzOSwxNS4yNywxMC4wMzl6IE05LjY4MSw5LjI5M2MxLjIzNywwLDIuMjI4LTAuOTk4LDIuMjI4LTIuMjM1YzAtMS4yMzctMC45OTEtMi4yMzUtMi4yMjgtMi4yMzUNCgljLTEuMjM3LDAtMi4yMzUsMC45OTgtMi4yMzUsMi4yMzVDNy40NDYsOC4yOTUsOC40NDQsOS4yOTMsOS42ODEsOS4yOTN6IE0xNS4yNywxMS41MjljLTEuMzY0LDAtNC4wOTgsMC42ODUtNC4wOTgsMi4wNDh2MS42NzcNCgloOC4xOTZ2LTEuNjc3QzE5LjM2NywxMi4yMTQsMTYuNjMzLDExLjUyOSwxNS4yNywxMS41Mjl6IE05LjY4MSwxMC43ODRjLTEuNzM2LDAtNS4yMTUsMC44NzItNS4yMTUsMi42MDh2MS44NjJoNS4yMTV2LTEuNjc3DQoJYzAtMC42MzMsMC4yNDYtMS43NDMsMS43NjYtMi41ODVDMTAuNzk5LDEwLjg1OCwxMC4xNzMsMTAuNzg0LDkuNjgxLDEwLjc4NHoiLz4NCjxwYXRoIGlkPSJwYXRoNCIgZmlsbD0ibm9uZSIgZD0iTS0wLjA0Mi00LjAyMWgyNHYyNGgtMjRWLTQuMDIxeiIvPg0KPHBhdGggaWQ9InBhdGg2OF8xXyIgZmlsbD0ibm9uZSIgZD0iTTI5LjczNS0wLjAyMWgyNHYyNGgtMjRWLTAuMDIxeiIvPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik01MC43MzUsMS45NThoLTE4Yy0xLjEwNCwwLTIsMC44OTYtMiwydjEyYzAsMS4xMDUsMC44OTYsMiwyLDJoMThjMS4xMDQsMCwyLTAuODk1LDItMnYtMTINCgkJCUM1Mi43MzUsMi44NTQsNTEuODQsMS45NTgsNTAuNzM1LDEuOTU4eiBNNTAuNjM1LDE0LjgxMkgzMi43NTNWMy45NzloMTcuODgyVjE0LjgxMnoiLz4NCgk8L2c+DQo8L2c+DQo8cmVjdCB4PSIzNi4yMzUiIHk9IjE5LjQ3OSIgd2lkdGg9IjEwLjkxNyIgaGVpZ2h0PSIyLjMzMiIvPg0KPHBhdGggaWQ9InBhdGg1Nl8xXyIgZmlsbD0ibm9uZSIgZD0iTTMyLjc1MywxLjA5N2gxNy44ODJ2MTcuODgySDMyLjc1M1YxLjA5N3oiLz4NCjxwYXRoIGlkPSJwYXRoNF8xXyIgZmlsbD0ibm9uZSIgZD0iTTI5LjczNS00LjAyMWgyNHYyNGgtMjRWLTQuMDIxeiIvPg0KPGc+DQoJPHJlY3QgeD0iMzcuNzk3IiB5PSI1LjQ0OSIgd2lkdGg9IjcuNzk0IiBoZWlnaHQ9IjEuNjY1Ii8+DQoJPHJlY3QgeD0iMzcuNzk3IiB5PSI4LjQ0NCIgd2lkdGg9IjcuNzk0IiBoZWlnaHQ9IjEuNjY2Ii8+DQoJPHJlY3QgeD0iMzcuNzk3IiB5PSIxMS42NzUiIHdpZHRoPSI0LjY3MiIgaGVpZ2h0PSIxLjY2OCIvPg0KPC9nPg0KPC9zdmc+DQo=);
}
.card-icon-genehmigungspflichtig {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgc29kaXBvZGk6ZG9jbmFtZT0iaWNvbl9sZXJucHJvZ3JhbW1lLnN2ZyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTpjeD0iMTIiIGlua3NjYXBlOnpvb209IjkuODMzMzMzMyIgaW5rc2NhcGU6Y3k9IjEyIiBndWlkZXRvbGVyYW5jZT0iMTAiIGdyaWR0b2xlcmFuY2U9IjEwIiBvYmplY3R0b2xlcmFuY2U9IjEwIiBib3JkZXJjb2xvcj0iIzAwNWU1MiIgcGFnZWNvbG9yPSIjZmZmZmZmIiBib3JkZXJvcGFjaXR5PSIxIiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI0ODAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTp3aW5kb3cteT0iMCIgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnNjYiIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTIwLjk1OCwxLjk1OGgtMThjLTEuMTA0LDAtMiwwLjg5Ni0yLDJ2MTJjMCwxLjEwNCwwLjg5NiwyLDIsMmgxOGMxLjEwNCwwLDItMC44OTYsMi0ydi0xMg0KCQkJQzIyLjk1OCwyLjg1NCwyMi4wNjIsMS45NTgsMjAuOTU4LDEuOTU4eiBNMjAuODU3LDE0LjgxMkgyLjk3NlYzLjk3OWgxNy44ODFWMTQuODEyTDIwLjg1NywxNC44MTJ6Ii8+DQoJPC9nPg0KPC9nPg0KPHJlY3QgeD0iNi40NTgiIHk9IjE5LjQ3OSIgd2lkdGg9IjEwLjkxNyIgaGVpZ2h0PSIyLjMzNCIvPg0KPHBhdGggaWQ9InBhdGg1NiIgZmlsbD0ibm9uZSIgZD0iTTIuOTc2LDEuMDk4aDE3Ljg4MVYxOC45OEgyLjk3NlYxLjA5OHoiLz4NCjxwYXRoIGlkPSJwYXRoNCIgZmlsbD0ibm9uZSIgZD0iTS0wLjA0Mi00LjAyMWgyNHYyNGgtMjRWLTQuMDIxeiIvPg0KPGcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiPg0KCTxwYXRoIGQ9Ik0xMC4zMzQsOS45MjVsNC43NTktNC43NTlDMTUuMTM3LDUuMTIyLDE1LjE4Nyw1LjEsMTUuMjQyLDUuMXMwLjEwMywwLjAyMiwwLjE0MiwwLjA2NmwxLjQ3NiwxLjQ3NQ0KCQljMC4wNDQsMC4wMzksMC4wNjYsMC4wODcsMC4wNjYsMC4xNDNjMCwwLjA1NS0wLjAyMiwwLjEwNS0wLjA2NiwwLjE0OWwtNi41MjUsNi41MzNjLTAuMDM5LDAuMDQ1LTAuMDg3LDAuMDY3LTAuMTQ2LDAuMDY3DQoJCWMtMC4wNTgsMC0wLjEwNy0wLjAyMi0wLjE0Ni0wLjA2N2wtMy4yLTMuMmMtMC4wNDQtMC4wNDQtMC4wNjYtMC4wOTQtMC4wNjYtMC4xNDlzMC4wMjItMC4xMDMsMC4wNjYtMC4xNDJsMS40NzUtMS40NzYNCgkJYzAuMDM5LTAuMDQ0LDAuMDg2LTAuMDY2LDAuMTQyLTAuMDY2czAuMTA1LDAuMDIyLDAuMTUsMC4wNjZsMS40MjUsMS40MjZjMC4wMzksMC4wMzgsMC4wODgsMC4wNTgsMC4xNSwwLjA1OA0KCQlDMTAuMjQ1LDkuOTgyLDEwLjI5NSw5Ljk2MywxMC4zMzQsOS45MjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.card-icon-seminar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9Imljb25fbGVybnByb2dyYW1tZS5zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIGJvcmRlcm9wYWNpdHk9IjEiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSI5LjgzMzMzMzMiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6Y3k9IjEyIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc2NiIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgaW5rc2NhcGU6d2luZG93LXk9IjAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDU2IiBmaWxsPSJub25lIiBkPSJNMi45NzYsMS4wOThsNy44ODIsMTAuMDQybDEwLDcuODM4SDIuOTc2VjEuMDk4eiIvPg0KPHBhdGggaWQ9InBhdGg0IiBmaWxsPSJub25lIiBkPSJNLTAuMDQyLTQuMDIxbDE0LDEwLjA0MmwxMCwxMy45NThoLTI0Vi00LjAyMXoiLz4NCjxwYXRoIGlkPSJwYXRoNTZfM18iIGZpbGw9Im5vbmUiIGQ9Ik04LjAwMSwyLjA5N2gxMy42MzV2MTcuODgxIi8+DQo8cGF0aCBpZD0icGF0aDU4IiBkPSJNMTcuODI4LDEzLjE5OWMxLjc3NywwLDMuMjA4LTEuNDQzLDMuMjA4LTMuMjJjMC0xLjc3Ny0xLjQzMS0zLjIyMS0zLjIwOC0zLjIyMQ0KCWMtMS43NzgsMC0zLjIyMiwxLjQ0NC0zLjIyMiwzLjIyMUMxNC42MDYsMTEuNzU2LDE2LjA1LDEzLjE5OSwxNy44MjgsMTMuMTk5eiBNMTcuODIyLDE0LjI4OWMtMS43OTksMC01LjQwMiwxLjE4Ni01LjQwMiwzLjUzOXYyLjkNCgloMTAuODAzdi0yLjlDMjMuMjIzLDE1LjQ3NSwxOS42MTksMTQuMjg5LDE3LjgyMiwxNC4yODl6Ii8+DQo8cGF0aCBpZD0icGF0aDRfM18iIGZpbGw9Im5vbmUiIGQ9Ik01LjctMy4wMjFIMjR2MjQiLz4NCjxnPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xLjQ2LDIwLjcwOVY0LjVjMC0wLjU1LDAuNDQ5LTEsMS0xSDIyLjk4Ii8+DQo8L2c+DQo8cmVjdCB4PSI0LjAxOCIgeT0iNi45MTciIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iOS4yMDIiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iNC4wMTgiIHk9IjkuOTc5IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjYuOTQyIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjQuMDE4IiB5PSIxMy4wMzgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNi45NDIiIGhlaWdodD0iMS4wMDEiLz4NCjwvc3ZnPg0K);
}
.card-icon-sez {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9Imljb25fbGVybnByb2dyYW1tZS5zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIGJvcmRlcm9wYWNpdHk9IjEiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSI5LjgzMzMzMzMiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6Y3k9IjEyIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc2NiIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgaW5rc2NhcGU6d2luZG93LXk9IjAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDU2XzJfIiBmaWxsPSJub25lIiBkPSJNMi45NzcsMC41OThsNy44ODEsMTAuMDQybDEwLDcuODM4SDIuOTc3VjAuNTk4eiIvPg0KPHBhdGggaWQ9InBhdGg0XzJfIiBmaWxsPSJub25lIiBkPSJNLTAuMDQyLTQuNTIxbDE0LDEwLjA0MmwxMCwxMy45NThoLTI0Vi00LjUyMXoiLz4NCjxwYXRoIGlkPSJwYXRoNTZfMV8iIGZpbGw9Im5vbmUiIGQ9Ik04LjAwMSwxLjU5N2gxMy42MzV2MTcuODgxIi8+DQo8cGF0aCBpZD0icGF0aDU4XzFfIiBkPSJNMTcuODI4LDEyLjY5OWMxLjc3NywwLDMuMjA4LTEuNDQzLDMuMjA4LTMuMjJjMC0xLjc3Ny0xLjQzMS0zLjIyMS0zLjIwOC0zLjIyMQ0KCWMtMS43NzgsMC0zLjIyMiwxLjQ0NC0zLjIyMiwzLjIyMUMxNC42MDYsMTEuMjU2LDE2LjA1LDEyLjY5OSwxNy44MjgsMTIuNjk5eiBNMTcuODIyLDEzLjc4OWMtMS43OTksMC01LjQwMiwxLjE4Ni01LjQwMiwzLjUzOXYyLjkNCgloMTAuODAzdi0yLjlDMjMuMjIzLDE0Ljk3NSwxOS42MTksMTMuNzg5LDE3LjgyMiwxMy43ODl6Ii8+DQo8cGF0aCBpZD0icGF0aDRfMV8iIGZpbGw9Im5vbmUiIGQ9Ik01LjctMy41MjFIMjR2MjQiLz4NCjxnPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xLjQ2LDIwLjIwOVY0YzAtMC41NSwwLjQ0OS0xLDEtMUgyMi45OCIvPg0KPC9nPg0KPHBhdGggaWQ9InBhdGg0IiBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiBmaWxsPSJub25lIiBkPSJNMy42MDIsNEgxNi44MnYxMi4zODZIMy42MDJWNHoiLz4NCjxnPg0KCTxwYXRoIGQ9Ik03LjY1MywxMy42ODNjLTAuNjQ1LDAtMS4xMDgtMC4yOS0xLjQzMS0wLjU4NWwtMS44NDgsNC45ODFsMS43MjYtMS4zODJsMS43MjUsMi43NjNsMS4zODEtMi43NjNsMS43MjYsMS4zODINCgkJbC0xLjg0OS00Ljk4MUM4Ljc2MSwxMy4zOTMsOC4yOTgsMTMuNjgzLDcuNjUzLDEzLjY4M3oiLz4NCgk8cGF0aCBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEwLjk1Nyw3LjY3NmMtMC4wMzctMC4wMjktMC4wODUtMC4wNjgtMC4xMjQtMC4xMDENCgkJYzAuMDAyLTAuMDU1LDAuMDA5LTAuMTIyLDAuMDE0LTAuMTcyYzAuMDM1LTAuMzY3LDAuMDg4LTAuOTItMC4zMzgtMS4zMzljLTAuMjQtMC4yMzYtMC41NjctMC4zNTYtMC45NzUtMC4zNTYNCgkJYy0wLjEzNywwLTAuMjY5LDAuMDEyLTAuMzg0LDAuMDIzQzkuMDg2LDUuNzM2LDkuMDI2LDUuNzQzLDguOTc1LDUuNzQ1QzguOTQxLDUuNzA3LDguOTAyLDUuNjYsOC44NzMsNS42MjQNCgkJQzguNjQ2LDUuMzUyLDguMjY4LDQuODk3LDcuNjUxLDQuODk3Yy0wLjYxNywwLTAuOTk1LDAuNDU1LTEuMjIxLDAuNzI2QzYuNDAxLDUuNjYsNi4zNjEsNS43MDgsNi4zMjgsNS43NDUNCgkJQzYuMjc3LDUuNzQyLDYuMjE3LDUuNzM1LDYuMTUzLDUuNzNDNi4wMzcsNS43MTksNS45MDYsNS43MDcsNS43NjksNS43MDdjLTAuNDA4LDAtMC43MzUsMC4xMi0wLjk3NCwwLjM1NQ0KCQljLTAuNDI3LDAuNDItMC4zNzQsMC45NzMtMC4zMzgsMS4zNEM0LjQ2MSw3LjQ1Myw0LjQ2OCw3LjUyLDQuNDcsNy41NzVDNC40MzIsNy42MDcsNC4zODQsNy42NDYsNC4zNDgsNy42NzYNCgkJQzQuMDcyLDcuODk4LDMuNjEsOC4yNzEsMy42MSw4Ljg3OWMwLDAuNjA3LDAuNDYyLDAuOTgsMC43MzcsMS4yMDNjMC4wMzcsMC4wMjksMC4wODUsMC4wNjgsMC4xMjQsMC4xMDINCgkJYy0wLjAwMywwLjA1NC0wLjAxLDAuMTIyLTAuMDE0LDAuMTczYy0wLjAzNSwwLjM2Ny0wLjA4OSwwLjkyMSwwLjMzNywxLjMzOWMwLjI0LDAuMjM3LDAuNTY3LDAuMzU3LDAuOTc1LDAuMzU1DQoJCWMwLjEzNywwLDAuMjY5LTAuMDEyLDAuMzg0LTAuMDIzYzAuMDYzLTAuMDA1LDAuMTI0LTAuMDEsMC4xNzYtMC4wMTVjMC4wMzQsMC4wMzksMC4wNzMsMC4wODUsMC4xMDMsMC4xMjENCgkJYzAuMjI2LDAuMjcyLDAuNjA0LDAuNzI4LDEuMjIxLDAuNzI4YzAuNjE2LDAsMC45OTQtMC40NTYsMS4yMjEtMC43MjhjMC4wMjktMC4wMzUsMC4wNy0wLjA4MiwwLjEwMy0wLjEyMQ0KCQljMC4wNTIsMC4wMDMsMC4xMTIsMC4wMSwwLjE3NiwwLjAxNWMwLjExNiwwLjAxMSwwLjI0NywwLjAyMywwLjM4NCwwLjAyM2MwLjQwNywwLDAuNzM1LTAuMTE5LDAuOTc0LTAuMzU1DQoJCWMwLjQyNi0wLjQxOCwwLjM3My0wLjk3MywwLjMzOC0xLjMzOWMtMC4wMDUtMC4wNTEtMC4wMTItMC4xMTktMC4wMTUtMC4xNzJjMC4wMzktMC4wMzQsMC4wODYtMC4wNzEsMC4xMjUtMC4xMDENCgkJYzAuMjc1LTAuMjIzLDAuNzM2LTAuNTk1LDAuNzM2LTEuMjAzUzExLjIzMyw3Ljg5OSwxMC45NTcsNy42NzZ6IE0xMC4wNDUsOS44NTZjLTAuMTQ1LDAuMzUsMC4xNDUsMS0wLjEyMywxLjI2Mg0KCQljLTAuMDkyLDAuMDkyLTAuMjMyLDAuMTE3LTAuMzg3LDAuMTE3Yy0wLjE5NSwwLTAuNDE4LTAuMDQtMC42MTMtMC4wNGMtMC4xMDQsMC0wLjE5OCwwLjAxMS0wLjI3OCwwLjA0Mw0KCQljLTAuMzQyLDAuMTQtMC41OTksMC44MDYtMC45OTIsMC44MDZzLTAuNjQ5LTAuNjY2LTAuOTkyLTAuODA2Yy0wLjA3OS0wLjAzMy0wLjE3NS0wLjA0My0wLjI3OC0wLjA0Mw0KCQljLTAuMTk0LDAtMC40MTcsMC4wNC0wLjYxMiwwLjA0Yy0wLjE1NywwLTAuMjk2LTAuMDI1LTAuMzg4LTAuMTE3Yy0wLjI2OC0wLjI2MiwwLjAyMy0wLjkxMi0wLjEyNC0xLjI2Mg0KCQlDNS4xMTcsOS41Miw0LjQ0LDkuMjY3LDQuNDQsOC44NzlzMC42NzctMC42NCwwLjgxOS0wLjk3OGMwLjE0Ni0wLjM1LTAuMTQ1LTAuOTk5LDAuMTIyLTEuMjYyDQoJCWMwLjA5My0wLjA5MSwwLjIzMi0wLjExNiwwLjM4OC0wLjExNmMwLjE5NSwwLDAuNDE4LDAuMDM5LDAuNjEzLDAuMDM5YzAuMTA0LDAsMC4xOTktMC4wMSwwLjI3OC0wLjA0Mw0KCQlDNy4wMDIsNi4zOCw3LjI1OSw1LjcxMiw3LjY1MSw1LjcxMmMwLjM5MywwLDAuNjUsMC42NjcsMC45OTIsMC44MDdjMC4wOCwwLjAzMywwLjE3NiwwLjA0MywwLjI3OCwwLjA0Mw0KCQljMC4xOTYsMCwwLjQxOC0wLjAzOSwwLjYxMy0wLjAzOWMwLjE1NiwwLDAuMjk2LDAuMDI1LDAuMzg4LDAuMTE2YzAuMjY3LDAuMjYzLTAuMDI1LDAuOTEyLDAuMTIxLDEuMjYyDQoJCWMwLjE0MywwLjMzNywwLjgyLDAuNTg5LDAuODIsMC45NzhDMTAuODY1LDkuMjY3LDEwLjE4OCw5LjUyLDEwLjA0NSw5Ljg1NnoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.card-icon-reihe {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9Imljb25fbGVybnByb2dyYW1tZS5zdmciDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlkPSJuYW1lZHZpZXc3MiIgb2JqZWN0dG9sZXJhbmNlPSIxMCIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIGJvcmRlcm9wYWNpdHk9IjEiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgZ3JpZHRvbGVyYW5jZT0iMTAiIGd1aWRldG9sZXJhbmNlPSIxMCIgc2hvd2dyaWQ9ImZhbHNlIiBpbmtzY2FwZTp6b29tPSI5LjgzMzMzMzMiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6Y3k9IjEyIiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmc2NiIgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgaW5rc2NhcGU6d2luZG93LXk9IjAiIGlua3NjYXBlOndpbmRvdy14PSIwIiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNDgwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDU2XzJfIiBmaWxsPSJub25lIiBkPSJNMzAuNjAyLDEuMDk4bDcuODgxLDEwLjA0MmwxMCw3LjgzOEgzMC42MDJWMS4wOTh6Ii8+DQo8cGF0aCBpZD0icGF0aDRfMl8iIGZpbGw9Im5vbmUiIGQ9Ik0yNy41ODMtNC4wMjFsMTQsMTAuMDQybDEwLDEzLjk1OGgtMjRWLTQuMDIxeiIvPg0KPHBhdGggaWQ9InBhdGg1Nl8xXyIgZmlsbD0ibm9uZSIgZD0iTTM1LjYyNiwyLjA5N2gxMy42MzV2MTcuODgxIi8+DQo8cGF0aCBpZD0icGF0aDU4XzFfIiBkPSJNNDUuNDUzLDEzLjE5OWMxLjc3NywwLDMuMjA4LTEuNDQzLDMuMjA4LTMuMjJjMC0xLjc3Ny0xLjQzMS0zLjIyMS0zLjIwOC0zLjIyMQ0KCWMtMS43NzgsMC0zLjIyMiwxLjQ0NC0zLjIyMiwzLjIyMUM0Mi4yMzEsMTEuNzU2LDQzLjY3NSwxMy4xOTksNDUuNDUzLDEzLjE5OXogTTQ1LjQ0NywxNC4yODljLTEuNzk5LDAtNS40MDIsMS4xODYtNS40MDIsMy41MzkNCgl2Mi45aDEwLjgwM3YtMi45QzUwLjg0OCwxNS40NzUsNDcuMjQ0LDE0LjI4OSw0NS40NDcsMTQuMjg5eiIvPg0KPHBhdGggaWQ9InBhdGg0XzFfIiBmaWxsPSJub25lIiBkPSJNMzMuMzI1LTMuMDIxaDE4LjN2MjQiLz4NCjxnPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yOS4wODUsMjAuNzA5VjQuNWMwLTAuNTUsMC40NDktMSwxLTFoMjAuNTIxIi8+DQo8L2c+DQo8cmVjdCB4PSIzMS42NDMiIHk9IjYuOTE3IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjkuMjAyIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjMxLjY0MyIgeT0iOS45NzkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNi45NDIiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMzEuNjQzIiB5PSIxMy4wMzgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNi45NDIiIGhlaWdodD0iMS4wMDEiLz4NCjxnIGlkPSJOSnRhd2hfMV8iPg0KCQ0KCQk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgaWQ9Ik5KdGF3aCIgeGxpbms6aHJlZj0iNTkyODZDOUU0NERDOTU4Ni5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM3NSAwIDAgMC4zNzUgLTI5LjgzMyAyLjAzODEpIj4NCgk8L2ltYWdlPg0KPC9nPg0KPGc+DQoJPHBhdGggZD0iTTIxLjQxNCw3LjY1OGMwLjQ3NywwLjI3NCwwLjQ4NCwwLjczNCwwLjAxNiwxLjAyM2wtOC45OTIsNS41NDZjLTAuNDY4LDAuMjg5LTEuMjM0LDAuMjg5LTEuNzAzLDAuMDAxTDIuMTAyLDguOTE0DQoJCWMtMC40NjgtMC4yODktMC40NjgtMC43NiwwLTEuMDQ4bDguNjUtNS4zMTZjMC40NjktMC4yODgsMS4yNDItMC4yOTksMS43MTktMC4wMjVMMjEuNDE0LDcuNjU4eiIvPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTIxLjQxNCw3LjY1OA0KCQljMC40NzcsMC4yNzQsMC40ODQsMC43MzQsMC4wMTYsMS4wMjNsLTguOTkyLDUuNTQ2Yy0wLjQ2OCwwLjI4OS0xLjIzNCwwLjI4OS0xLjcwMywwLjAwMUwyLjEwMiw4LjkxNA0KCQljLTAuNDY4LTAuMjg5LTAuNDY4LTAuNzYsMC0xLjA0OGw4LjY1LTUuMzE2YzAuNDY5LTAuMjg4LDEuMjQyLTAuMjk5LDEuNzE5LTAuMDI1TDIxLjQxNCw3LjY1OHoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGQ9Ik0yMS43MSwxMS4wMjRjMCwwLjQ0MS0wLjM4LDEuMDQzLTAuODQ0LDEuMzM4bC04LjI3MSw1LjI1MmMtMC40NjQsMC4yOTUtMS4yMjQsMC4yOTUtMS42ODgsMC4wMDFsLTguMjUyLTUuMjI5DQoJCWMtMC40NjQtMC4yOTQtMC44NDUtMC44NTUtMC44NDUtMS4yNDZzMC4zODMtMC40NzYsMC44NTItMC4xODhsOC4yNDYsNS4wNmMwLjQ2OSwwLjI4OCwxLjIzMiwwLjI4MiwxLjY5Ny0wLjAxM2w4LjI2Mi01LjI0Mw0KCQlDMjEuMzMsMTAuNDY0LDIxLjcxLDEwLjU4MywyMS43MSwxMS4wMjR6Ii8+DQoJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjAuNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjEuNzEsMTEuMDI0YzAsMC40NDEtMC4zOCwxLjA0My0wLjg0NCwxLjMzOA0KCQlsLTguMjcxLDUuMjUyYy0wLjQ2NCwwLjI5NS0xLjIyNCwwLjI5NS0xLjY4OCwwLjAwMWwtOC4yNTItNS4yMjljLTAuNDY0LTAuMjk0LTAuODQ1LTAuODU1LTAuODQ1LTEuMjQ2czAuMzgzLTAuNDc2LDAuODUyLTAuMTg4DQoJCWw4LjI0Niw1LjA2YzAuNDY5LDAuMjg4LDEuMjMyLDAuMjgyLDEuNjk3LTAuMDEzbDguMjYyLTUuMjQzQzIxLjMzLDEwLjQ2NCwyMS43MSwxMC41ODMsMjEuNzEsMTEuMDI0eiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggZD0iTTIxLjcxNywxNC4wODJjMC4wMDQsMC41MDEtMC4zNzMsMS4xNTItMC44MzcsMS40NDdsLTguMjcxLDUuMjUzYy0wLjQ2NCwwLjI5NS0xLjIyMSwwLjI5LTEuNjgxLTAuMDEybC04LjI4NC01LjQyNA0KCQljLTAuNDYtMC4zMDItMC44MzYtMC44NjgtMC44MzYtMS4yNTlzMC4zODEtMC40NzMsMC44NDgtMC4xODFsOC4yMjksNS4xNDVjMC40NjcsMC4yOTIsMS4yMjcsMC4yODcsMS42ODktMC4wMTFsOC4yOTMtNS4zMw0KCQlDMjEuMzMsMTMuNDEzLDIxLjcxMiwxMy41OCwyMS43MTcsMTQuMDgyeiIvPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTIxLjcxNywxNC4wODINCgkJYzAuMDA0LDAuNTAxLTAuMzczLDEuMTUyLTAuODM3LDEuNDQ3bC04LjI3MSw1LjI1M2MtMC40NjQsMC4yOTUtMS4yMjEsMC4yOS0xLjY4MS0wLjAxMmwtOC4yODQtNS40MjQNCgkJYy0wLjQ2LTAuMzAyLTAuODM2LTAuODY4LTAuODM2LTEuMjU5czAuMzgxLTAuNDczLDAuODQ4LTAuMTgxbDguMjI5LDUuMTQ1YzAuNDY3LDAuMjkyLDEuMjI3LDAuMjg3LDEuNjg5LTAuMDExbDguMjkzLTUuMzMNCgkJQzIxLjMzLDEzLjQxMywyMS43MTIsMTMuNTgsMjEuNzE3LDE0LjA4MnoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.card-icon-modul,
.card-icon-baustein {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgaWQ9InN2ZzY2IiBzb2RpcG9kaTpkb2NuYW1lPSJpY29uX2xlcm5wcm9ncmFtbWUuc3ZnIiBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzb2RpcG9kaTpuYW1lZHZpZXcgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI0ODAiIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzY2IiBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjY0MCIgaW5rc2NhcGU6d2luZG93LXg9IjAiIGlua3NjYXBlOndpbmRvdy15PSIwIiBpbmtzY2FwZTpjeT0iMTIiIGlua3NjYXBlOmN4PSIxMiIgaW5rc2NhcGU6em9vbT0iOS44MzMzMzMzIiBzaG93Z3JpZD0iZmFsc2UiIGd1aWRldG9sZXJhbmNlPSIxMCIgZ3JpZHRvbGVyYW5jZT0iMTAiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgYm9yZGVyb3BhY2l0eT0iMSIgYm9yZGVyY29sb3I9IiMwMDVlNTIiIG9iamVjdHRvbGVyYW5jZT0iMTAiIGlkPSJuYW1lZHZpZXc3MiI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDU2XzJfIiBmaWxsPSJub25lIiBkPSJNMzAuNjAyLDEuMDk4bDcuODgxLDEwLjA0MmwxMCw3LjgzOEgzMC42MDJWMS4wOTh6Ii8+DQo8cGF0aCBpZD0icGF0aDRfMl8iIGZpbGw9Im5vbmUiIGQ9Ik0yNy41ODMtNC4wMjFsMTQsMTAuMDQybDEwLDEzLjk1OGgtMjRWLTQuMDIxeiIvPg0KPHBhdGggaWQ9InBhdGg1Nl8xXyIgZmlsbD0ibm9uZSIgZD0iTTM1LjYyNiwyLjA5N2gxMy42MzZ2MTcuODgxIi8+DQo8cGF0aCBpZD0icGF0aDU4XzFfIiBkPSJNNDUuNDUzLDEzLjE5OWMxLjc3NywwLDMuMjA4LTEuNDQzLDMuMjA4LTMuMjJzLTEuNDMxLTMuMjIxLTMuMjA4LTMuMjIxYy0xLjc3OCwwLTMuMjIzLDEuNDQ0LTMuMjIzLDMuMjIxDQoJUzQzLjY3NSwxMy4xOTksNDUuNDUzLDEzLjE5OXogTTQ1LjQ0NywxNC4yODljLTEuNzk5LDAtNS40MDIsMS4xODYtNS40MDIsMy41Mzl2Mi45aDEwLjgwM3YtMi45DQoJQzUwLjg0OCwxNS40NzUsNDcuMjQ0LDE0LjI4OSw0NS40NDcsMTQuMjg5eiIvPg0KPHBhdGggaWQ9InBhdGg0XzFfIiBmaWxsPSJub25lIiBkPSJNMzMuMzI1LTMuMDIxaDE4LjN2MjQiLz4NCjxnPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yOS4wODUsMjAuNzA5VjQuNWMwLTAuNTUsMC40NDktMSwxLTFoMjAuNTIxIi8+DQo8L2c+DQo8cmVjdCB4PSIzMS42NDMiIHk9IjYuOTE3IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjkuMjAzIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjMxLjY0MyIgeT0iOS45NzkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNi45NDIiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMzEuNjQzIiB5PSIxMy4wMzgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iNi45NDIiIGhlaWdodD0iMS4wMDEiLz4NCjxnIGlkPSJOSnRhd2hfMV8iPg0KCQ0KCQk8aW1hZ2Ugb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB3aWR0aD0iNjciIGhlaWdodD0iNjciIGlkPSJOSnRhd2giIHhsaW5rOmhyZWY9IjU5Mjg2QzlFNDREQzk1ODYucG5nIiAgdHJhbnNmb3JtPSJtYXRyaXgoMC4zNTgyIDAgMCAwLjM1ODIgLTI5LjgzMyAyLjAzODYpIj4NCgk8L2ltYWdlPg0KPC9nPg0KPGc+DQoJPHBhdGggZD0iTTIxLjcxLDExLjAyNGMwLDAuNDQxLTAuMzgsMS4wNDMtMC44NDQsMS4zMzhsLTguMjcxLDUuMjUyYy0wLjQ2NSwwLjI5NS0xLjIyNSwwLjI5NS0xLjY4OCwwLjAwMWwtOC4yNTItNS4yMjkNCgkJQzIuMTkxLDEyLjA5MiwxLjgxLDExLjUzMSwxLjgxLDExLjE0czAuMzgzLTAuNDc2LDAuODUyLTAuMTg4bDguMjQ2LDUuMDZjMC40NjksMC4yODgsMS4yMzIsMC4yODIsMS42OTctMC4wMTNsOC4yNjItNS4yNDMNCgkJQzIxLjMzLDEwLjQ2NCwyMS43MSwxMC41ODMsMjEuNzEsMTEuMDI0eiIvPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTIxLjcxLDExLjAyNGMwLDAuNDQxLTAuMzgsMS4wNDMtMC44NDQsMS4zMzgNCgkJbC04LjI3MSw1LjI1MmMtMC40NjUsMC4yOTUtMS4yMjUsMC4yOTUtMS42ODgsMC4wMDFsLTguMjUyLTUuMjI5QzIuMTkxLDEyLjA5MiwxLjgxLDExLjUzMSwxLjgxLDExLjE0czAuMzgzLTAuNDc2LDAuODUyLTAuMTg4DQoJCWw4LjI0Niw1LjA2YzAuNDY5LDAuMjg4LDEuMjMyLDAuMjgyLDEuNjk3LTAuMDEzbDguMjYyLTUuMjQzQzIxLjMzLDEwLjQ2NCwyMS43MSwxMC41ODMsMjEuNzEsMTEuMDI0eiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggZD0iTTIxLjcxNywxNC4wODJjMC4wMDQsMC41MDEtMC4zNzMsMS4xNTItMC44MzcsMS40NDdsLTguMjcxLDUuMjUzYy0wLjQ2NCwwLjI5NS0xLjIyMSwwLjI5LTEuNjgxLTAuMDEzbC04LjI4NC01LjQyNA0KCQljLTAuNDYtMC4zMDItMC44MzYtMC44NjctMC44MzYtMS4yNTlzMC4zODEtMC40NzMsMC44NDgtMC4xODFsOC4yMjksNS4xNDVjMC40NjcsMC4yOTIsMS4yMjcsMC4yODcsMS42ODktMC4wMTFsOC4yOTMtNS4zMw0KCQlDMjEuMzMsMTMuNDEzLDIxLjcxMiwxMy41OCwyMS43MTcsMTQuMDgyeiIvPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTIxLjcxNywxNC4wODINCgkJYzAuMDA0LDAuNTAxLTAuMzczLDEuMTUyLTAuODM3LDEuNDQ3bC04LjI3MSw1LjI1M2MtMC40NjQsMC4yOTUtMS4yMjEsMC4yOS0xLjY4MS0wLjAxM2wtOC4yODQtNS40MjQNCgkJYy0wLjQ2LTAuMzAyLTAuODM2LTAuODY3LTAuODM2LTEuMjU5czAuMzgxLTAuNDczLDAuODQ4LTAuMTgxbDguMjI5LDUuMTQ1YzAuNDY3LDAuMjkyLDEuMjI3LDAuMjg3LDEuNjg5LTAuMDExbDguMjkzLTUuMzMNCgkJQzIxLjMzLDEzLjQxMywyMS43MTIsMTMuNTgsMjEuNzE3LDE0LjA4MnoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGQ9Ik0yMS45ODksMjAuMTgxYzAsMC41NS0wLjQ1LDEtMSwxSDIuNTI1Yy0wLjU1LDAtMS0wLjQ1LTEtMVY5LjM4NWMwLTAuNTUsMC40NS0xLDEtMWgxOC40NjRjMC41NSwwLDEsMC40NSwxLDFWMjAuMTgxeiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggZD0iTTkuNDQsNi40NTJjMCwwLjU1LTAuNDUsMS0xLDFINS41MjVjLTAuNTUsMC0xLTAuNDUtMS0xVjUuOTUxYzAtMC41NSwwLjQ1LTEsMS0xSDguNDRjMC41NSwwLDEsMC40NSwxLDFWNi40NTJ6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBkPSJNMTguOTksNi40NTJjMCwwLjU1LTAuNDUsMS0xLDFoLTIuOTE2Yy0wLjU1LDAtMS0wLjQ1LTEtMVY1Ljk1MWMwLTAuNTUsMC40NS0xLDEtMWgyLjkxNmMwLjU1LDAsMSwwLjQ1LDEsMVY2LjQ1MnoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
[class^="card-icon-"] {
  background-repeat: no-repeat;
  background-position: left center;
  background-origin: content-box;
  height: 3rem;
  width: 3rem;
  padding: 0.75rem 0.6rem;
  display: block;
  transition: all 300ms ease-in-out;
}
[class^="card-icon-"]:hover {
  width: 18rem;
}
[class^="card-icon-"]::after {
  content: attr(data-title);
  font-weight: 600;
  padding: 0 1rem 0 3rem;
  visibility: hidden;
  transition: all 100ms ease-out 0ms;
}
[class^="card-icon-"]:hover::after {
  visibility: visible;
  transition: all 100ms ease-out 300ms;
}
.baustein_bildungskatalog .modal-register .modal-dialog {
  transform: translateY(-50%);
  margin-top: 50vh;
}
.baustein_bildungskatalog .modal-register .modal-close {
  background: transparent;
  border: none;
}
.baustein_bildungskatalog .modal-register .modal-body label {
  text-align: left;
}
.baustein_bildungskatalog .modal-register .modal-body input {
  margin-right: 5px;
}
.mb-3 {
  margin-bottom: 1em;
}
body[contenteditable] del,
body[contenteditable] ins {
  padding: 0 5px;
  text-decoration: none;
}
body[contenteditable] del {
  background-color: #D9534F;
  color: #FFF;
}
body[contenteditable] ins {
  background-color: #5CB85C;
}
#placeholderList-list .k-item.k-first {
  padding-top: 1.6em;
}
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"],
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"] .k-tabstrip-items {
  display: none;
}
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(5),
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(6),
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(7),
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(8),
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(17),
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(18) {
  display: block;
}
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(17)::before {
  content: '\A \A \A ';
  white-space: pre-wrap;
}
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(18)::before {
  content: 'Zur Gestaltung der Tabelle tragen Sie in dieses Feld einen der unten stehenden Begriffe ein. ';
  white-space: pre-wrap;
}
#k-table-properties [class^="k-edit-"] #k-table-properties [class^="k-edit-"]:nth-child(18)::after {
  content: '\A \A table-bordered \A = Die Tabelle hat einen Rahmen. \A \A table-striped \A = Die Tabellenreihen sind abwechselnd hell und dunkel hinterlegt. \A \A table-hover \A = Die Tabellenreihen werden grau hinterlegt wenn der Mauszeiger darüber liegt. \A \A Die Änderungen sind erst beim verschicken sichtbar.';
  white-space: pre-wrap;
}
/* Error template */
.k-editor .k-i-bilderbool {
  background-image: url("/zc/data/allgemein/style/kendoeditor_photo_album_icon.png");
}
/*.k-editor {
    height: auto !important;
}*/
table.k-editor .k-content {
  resize: vertical;
}
.k-notification-error.k-group {
  background: rgba(255, 0, 0, 0.7);
  color: #ffffff;
}
.error {
  width: 300px;
  padding: 10px;
  height: auto;
  color: red;
}
.error h3 {
  font-size: 1em;
  padding: 30px 10px 5px;
}
.error img {
  float: left;
  margin: 30px 15px 30px 30px;
}
/* Success template */
.k-notification-upload-success.k-group {
  background: rgba(0, 153, 0, 0.7);
  color: #fff;
}
.success {
  width: 300px;
  padding: 10px;
  height: auto;
  color: green;
}
.success h3 {
  font-size: 1em;
  padding: 30px 10px 5px;
}
.success img {
  float: left;
  margin: 30px 15px 30px 30px;
}
.fieldlist .ui-accordion-header {
  padding: 25px 20px;
  margin: 3px 0 0 0;
  background: #ffffff;
  border: none;
  box-shadow: -2px -1px 2px #ddd;
  font-size: 1.4em;
}
.fieldlist .ui-accordion-content {
  background: #ffffff;
  box-shadow: -2px 2px 2px #ddd;
}
.buttons {
  text-align: right;
}
.buttons .k-button {
  color: #fff;
  background: #BF1F2F;
}
.gelb_circle,
.grun_circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.gelb_circle {
  background-color: #FDEFBA;
}
.grun_circle {
  background-color: #DFF0D8;
}
/*Allgemeine Elemente*/
/*Headlines*/
h1 {
  color: #444444;
}
h2 {
  color: #a1a1a1;
}
.zcBox {
  background: #ffffff;
  border: 1px solid #E7E7E7;
  box-shadow: -2px 2px 2px #ddd;
  margin-bottom: 30px;
  border-radius: 4px;
}
.zcBoxContentS {
  padding: 10px;
  color: #909090;
}
.zcBoxContentL {
  padding: 24px;
}
.zcBoxFormL {
  padding: 48px;
}
.zcBoxFormL h1 {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 0;
}
.infoBox {
  padding: 8px 24px;
  min-height: 130px;
  color: #909090;
}
.topBufferXS {
  margin-top: 4px;
}
.topBufferL {
  margin-top: 48px;
}
.zcNav {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #E7E7E7;
  background-color: #F8F8F8;
}
.zcHeaderRow {
  padding-bottom: 14px;
  color: #aaa;
}
.zc {
  border: 1px #797979 solid;
  border-radius: 4px;
  margin: 6px 0;
}
.well-sm {
  box-shadow: none;
  border-radius: 2px;
}
.fullwidth {
  width: 100%;
}
.zcTableHeader {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #778899;
  color: #fff;
  padding-left: 15px;
}
.zcTableCell_odd {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #cdd3d9;
  padding-left: 15px;
  margin-top: 1px;
}
.zcTableCell_even {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #dce0e4;
  padding-left: 15px;
  margin-top: 1px;
}
.zcTableTitel {
  color: #898899;
}
.zcTableContent {
  color: #333333;
}
.odd,
.even,
.mail_section {
  padding: 10px;
  margin-bottom: 14px;
}
.odd,
.mail_section {
  background: #f4f4f4;
}
.kosten_item_index {
  color: #888888;
  font-size: 2em;
}
.modal-content label {
  font-weight: bold;
}
.modal-content .checkbox-inline {
  font-weight: normal;
}
.mail_section label {
  font-weight: bold;
}
.radioButtonSchrift {
  display: inline;
}
.hideElements {
  display: none;
}
.k-state-disabled {
  cursor: not-allowed !important;
}
#lernobject_speichern,
#kenzept_speichern {
  float: right;
  margin-left: 15px;
}
.fieldlist li {
  list-style: none;
  padding-bottom: 1px;
  text-align: left;
}
.fieldlist li.status {
  text-align: center;
}
.fieldlist li .k-widget:not(.k-tooltip),
.fieldlist li .k-textbox {
  margin: 0 5px 5px 0;
}
.fieldlist label:not([class]) {
  display: block;
  padding-bottom: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #444;
}
.fieldlist .x div:not(.k-multiselect-wrap) {
  margin-top: 0.8em;
}
#seminarunterlagen li,
#seminarunterlagenIn li,
#ansprechpartner li,
#ansprechpartnerIn li {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: #ffffff;
  margin: 6px;
}
#seminarunterlagen li.aktiv,
#seminarunterlagenIn li.aktiv,
#ansprechpartner li.aktiv,
#ansprechpartnerIn li.aktiv {
  background-color: transparent;
}
ul #seminarunterlagen,
ul #ansprechpartner {
  list-style-type: none;
}
.tabHight {
  height: auto;
}
.zk-tn_title {
  max-width: 70px;
  width: 100%;
}
#viewTabstrip.k-header {
  background: #fff;
}
div[disabled] {
  position: relative;
}
div[disabled]::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
table.table.punkte input {
  width: 4em;
  text-align: right;
}
table.table.punkte tr th,
table.table.punkte tr td {
  vertical-align: middle;
  text-align: center;
  padding: 1em;
}
table.table.punkte th:first-child {
  background-color: #DDDDDD;
  text-align: left;
}
table.table.punkte tr:first-child {
  background-color: lightgrey;
}
table.table.punkte tr:first-child th:first-child {
  background-color: lightgrey;
}
.lernpfad {
  position: relative;
  margin-top: 2em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.lp_ListNavi span.glyphicon.glyphicon {
  font-size: larger;
}
.lp_ListNavi span.glyphicon.glyphicon-ok.checked {
  color: green;
}
.lp_ListNavi span.glyphicon.glyphicon-ok.unchecked {
  color: lightgrey;
}
.lp_ListNavi span.glyphicon.glyphicon-remove {
  color: red;
}
.lernpfad .row {
  margin: 0;
}
.lernpfad-right {
  text-align: right;
}
.lernpfad .item {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.lernpfad-left .item {
  border-right: 1em solid white;
}
.lernpfad-right .item {
  border-left: 1em solid white;
}
.lernpfad .item .content {
  display: inline-flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 1.1em;
  font-weight: bold;
}
.lernpfad-left .content {
  border-left: 12px solid #dbdbdb;
}
.lernpfad-right .content {
  border-right: 12px solid #dbdbdb;
}
.lernpfad-right .startend {
  padding-right: 12px;
}
.startend .col-md-12 {
  padding: 0;
}
.lernpfad .item .startend {
  font-size: 1.1em !important;
  opacity: 0.5;
  font-weight: normal;
}
.lernpfad .item .arrowFill {
  position: absolute;
  top: 50%;
  width: 0;
  margin-top: -4em;
  border-top: 4em solid transparent;
  border-bottom: 4em solid transparent;
}
.lernpfad-right .item .arrowFill {
  left: -1.2em;
  top: 6em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #f2f2f2 transparent transparent;
}
.lernpfad-left .item .arrowFill {
  right: -1.2em;
  top: 6em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #f2f2f2;
}
.lernpfad .item .arrow {
  position: absolute;
  top: 50%;
  width: 0;
  margin-top: -4em;
  border-top: 4em solid transparent;
  border-bottom: 4em solid transparent;
}
.lernpfad-right .item .arrow {
  left: -4em;
}
.lernpfad-left .item .arrow {
  right: -5em;
}
.lernpfad .item .vLine {
  position: absolute;
  top: 50%;
  width: 0;
  height: 8em;
  margin-top: -4em;
}
.lernpfad-right .item .vLine {
  left: 0;
}
.lernpfad-left .item .vLine {
  right: 0;
}
.lernpfadContainer {
  border: 1px solid transparent;
  position: relative;
  top: 3em;
  margin-bottom: 70px;
}
.lernpfadContainer .block {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  height: 100%;
  width: 4px;
  background-color: #dbdbdb;
  display: block;
}
.lernpfadContainer .downArrow {
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 0;
  margin-left: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}
.lernpfadContainer .downArrowFill {
  position: absolute;
  bottom: -0.9em;
  left: 50%;
  width: 0;
  margin-left: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #dbdbdb;
}
.lernpfad .markerBullet {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  top: 2.3em;
  border-radius: 10px;
  margin-left: -7px;
}
.lernpfadContainer .hLine {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 0;
  margin-left: -1em;
}
.lernpfadBlocker {
  height: 3em;
}
.lernpfadContainer .lernpfad img {
  width: 42px;
  height: 42px;
}
.lernpfadContainer .lernpfad-right .status {
  position: absolute;
  top: 2px;
  left: 2px;
}
.lernpfadContainer .lernpfad-left .status {
  position: absolute;
  top: 2px;
  right: 2px;
}
.lernpfadContainer .lernpfad .status span {
  font-size: 20px;
}
.topBullet {
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -10px;
}
.lp_ListNavi {
  display: inline-block;
  width: auto;
  background-color: transparent;
  margin-top: 1px;
}
.lp_ListNavi img {
  height: 40px !important;
  width: auto !important;
  padding: 2px;
}
td.lp_buttonNaviIcon.lp_ListNavi {
  max-width: 40px;
}
td.lp_buttonNavi.lp_ListNavi {
  padding-top: 8px;
  width: 100%;
  height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-md-2.lp_ListNavi {
  width: 100%;
}
#lernpfadHistoryToggle > .btn.btn-link,
#lernpfadOutlookToggle > .btn.btn-link {
  width: auto !important;
  height: 70px;
  margin-left: -25px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  text-align: center;
}
#lernpfadHistoryToggle,
#lernpfadOutlookToggle {
  z-index: 99 !important;
  position: relative;
  margin-top: 20px;
}
#lernpfadHistoryToggleIcon,
#lernpfadOutlookToggleIcon {
  font-size: 2em;
  padding: 8px 0;
}
#lernpfadHistory .lp_toggleDivider {
  position: relative;
  top: 62px;
  border-top: 2px dashed lightgrey;
}
#lernpfadOutlook .lp_toggleDivider {
  position: relative;
  top: -50px;
  border-top: 2px dashed lightgrey;
}
@media (max-width: 1080px) {
  .lernpfad .item {
    width: 90%;
  }
  .lernpfad-right .content {
    border-left: 12px solid #dbdbdb;
    border-right: none;
  }
  .lernpfad-right .item .arrowFill {
    right: -1.2em;
    left: initial;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #f2f2f2;
  }
  .lernpfad-right {
    text-align: left;
  }
  .lernpfad-left .item,
  .lernpfad-right .item {
    border: none;
  }
  .lernpfadContainer .block,
  .lernpfadContainer .downArrowFill,
  .topBullet {
    left: 98%;
  }
  .lernpfadContainer .lernpfad-right .status {
    position: absolute;
    top: 2px;
    left: initial;
    right: 2px;
  }
  .lernpfad .markerBullet {
    left: 98%;
  }
}
.testtool .testtool-seite {
  display: none;
  min-height: 250px;
  margin: 10px 0;
}
.testtool .testtool-seite table {
  border: 1px solid;
  border-collapse: collapse;
}
.testtool .testtool-seite td {
  padding: 10px;
  border-left: 1px solid;
}
.testtool .testzeile {
  padding: 15px;
  text-align: left;
  margin-bottom: 2px;
  background-color: #E1E1E1;
  min-height: 1px;
}
.testtool .testzeile label {
  vertical-align: middle;
}
.testtool .testinfozeile {
  padding: 15px;
  padding-left: 30px;
  margin-bottom: 2px;
  border-left: 2px solid;
  min-height: 1px;
}
.testtool .textHighlightA {
  font-weight: bold;
  color: green;
  text-transform: uppercase;
  font-size: 1em;
}
.testtool .textHighlightB {
  font-weight: bold;
  color: red;
}
.testtool .draggable {
  transition-duration: 0ms !important;
}
.testtool .drop-zone {
  display: flex;
  flex-direction: column;
}
.testtool .drop-zone[data-title]::before {
  content: attr(data-title);
  font-weight: bold;
  margin-bottom: 0.325rem;
}
.testtool .drop-zone .droppable {
  flex: 0 0 10rem;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  margin-top: auto;
  padding: 0.325rem;
  min-height: 10rem;
}
.testtool .drop-zone .droppable:empty {
  background: #f1f1f1;
  border-style: dashed;
}
.testtool .drop-zone .draggable {
  margin: 0.125rem;
  white-space: normal;
}
div.frage {
  margin: 0.3em 5em 0.3em 1em;
}
div.frage span.richtig {
  color: green;
}
div.frage span.falsch {
  color: salmon;
}
div.frage span.antwort {
  font-weight: bold;
}
.durchgangList.row {
  margin-top: 1em;
}
.durchgangList .success {
  color: lightgreen;
  font-weight: bold;
}
.durchgangList .failure {
  color: lightsalmon;
  font-weight: bold;
}
div.balken {
  display: inline-block;
  width: 100%;
}
div.balken div {
  display: inline-block;
  text-align: center;
  height: 1.8em;
}
div.balken div.falsch {
  background-color: lightsalmon;
}
div.balken div.richtig {
  background-color: lightgreen;
}
div.balken div.isLeft {
  border-radius: 4px 0 0 4px;
}
div.balken div.isRight {
  border-radius: 0 4px 4px 0;
}
div.balken div.isBoth {
  border-radius: 4px 4px 4px 4px;
}
#sammlungDetailsGUI label.heading {
  display: block;
  padding-bottom: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #444;
}
#sammlungDetailsGUI div.row.fragen {
  margin-top: 0;
}
#sammlungDetailsGUI div.fragensatz {
  padding: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  margin-top: 1em;
}
#sammlungDetailsGUI div.fragensatz.open {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}
#sammlungDetailsGUI div.fragensatz div.zc-media-left {
  text-decoration: inherit;
}
#sammlungDetailsGUI div.fragensatz div.zc-media-left div.count {
  text-decoration: inherit;
  display: inline-block;
  width: 3em;
  text-align: right;
}
#sammlungDetailsGUI div.fragensatz span.removeFragensatz {
  cursor: pointer;
}
#sammlungDetailsGUI div.fragensatz.text-muted {
  text-decoration: line-through;
}
#sammlungDetailsGUI div.fragensatz.text-muted span.removeFragensatz {
  color: red;
}
#sammlungDetailsGUI div.tabelle {
  padding: 0 10px 10px 10px;
  border: 1px solid grey;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
#sammlungDetailsGUI div.modal-body div.row {
  margin-top: 1em;
}
#sammlungDetailsGUI div.modal-body div.row:first-child {
  margin-top: 0;
}
#sammlungDetailsGUI div.modal-body select {
  width: 100%;
}
/*
-Place all timeline elements on the right side of the timeline arrow
-Place the date to the left
-Animate the elements, the date, and the timeline markers on hover
*/
.timeline-date {
  display: none;
}
.timeline div.lernpfadContainer div.block,
.timeline .bottomBullet,
.timeline .upArrowFill {
  left: 150px !important;
}
.timeline .timelineContainer .zc-media-body {
  width: 100%;
}
.timeline .timelineContainer .zc-media.element-row .element-text {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .timeline .timeline-elements > .containerElement {
    float: right;
    clear: right;
    width: calc(100% - 175px);
  }
  .timeline .timeline-elements > .containerElement:nth-child(2) {
    margin-top: 0;
  }
  .timeline .timeline-elements > .containerElement > .zcBox::before {
    right: auto;
    left: -15px;
    border-right-color: #E7E7E7;
    border-left-color: transparent;
  }
  .timeline .timeline-elements > .containerElement::before {
    right: auto;
    left: -1.375em;
  }
  .timeline .timeline-elements > .containerElement > .zcBox::after {
    right: auto;
    border-left-color: transparent;
  }
  .timeline .timeline-elements > .containerElement:nth-child(1n) > .zcBox::after {
    border-right-color: #FFF;
    left: -11px;
  }
  .timeline .timeline-elements > .containerElement:nth-child(2n)::before,
  .timeline .timeline-elements > .containerElement:nth-child(1n)::before {
    left: -30px;
  }
  .timeline .timelineContainer .timeline-header {
    padding-left: 60px;
  }
  .timeline .timelineContainer .timeline-elements > .containerElement .zc-media-body::before {
    content: "";
    background-color: rgba(0, 138, 201, 0.25);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 2;
    top: 47%;
    width: 6px;
    height: 6px;
    left: -28px;
  }
  .timeline .timelineContainer .containerElement {
    transition: all 0.3s ease-in-out;
  }
  .timeline .timelineContainer .containerElement .zc-media-body .zc-media {
    margin-top: 0;
  }
  .timeline .timelineContainer .containerElement .zc-media-body .timeline-date {
    display: inline-block;
    position: absolute;
    left: -160px;
    top: 13%;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
  }
  .timeline .timelineContainer .containerElement .zc-media-body .timeline-date::before {
    content: "";
    width: 130px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: -9px;
    transition: all 0.3s ease-in-out;
  }
  .timeline .timelineContainer .containerElement::before {
    transition: all 0.3s ease-in-out;
  }
  .timeline .timelineContainer .containerElement:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  }
  .timeline .timelineContainer .containerElement:hover::before {
    transform: translateY(6px);
  }
  .timeline .timelineContainer .containerElement:hover .zc-media-body::before {
    transform: translate(-5px, 1px);
    width: 20px;
    height: 20px;
    top: 46%;
    left: -30px;
  }
  .timeline .timelineContainer .containerElement:hover .zc-media-body .timeline-date {
    transform: translateY(6px);
    color: #008AC9;
  }
  .timeline .timelineContainer .containerElement:hover .zc-media-body .timeline-date::before {
    background-color: #008AC9;
  }
}
@media screen and (max-width: 1440px) {
  .timeline .timelineContainer .containerElement .zc-media-body .timeline-date {
    displaY: none;
  }
}
.zcBox .k-grid {
  margin: 1rem 0;
}
.zcBox .k-grid table,
.zcBox .k-grid table th,
.zcBox .k-grid table td,
.zcBox .k-grid-header-wrap {
  border: none !important;
}
.zcBox .k-grid table th.k-filterable {
  border-right: 1px solid #dee2e6;
}
.zcBox .k-grid table {
  border: none;
}
.zcBox .k-grid table label {
  margin: 0;
}
.zcBox .k-grid table th {
  background: #fff !important;
}
.zcBox .k-grid table th,
.zcBox .k-grid table th > * {
  font-weight: bold;
}
.zcBox .k-grid table td {
  border-top: 1px solid #dee2e6 !important;
}
.zcBox .k-grid-content {
  overflow: hidden !important;
}
.zcBox .k-grid-header {
  padding-right: 0 !important;
}
.zcBox .k-grid-header th.k-header,
.zcBox .k-grid-header th.k-header .k-link {
  font-weight: bold;
}
.nowrap,
.k-grid td.action {
  white-space: nowrap;
}
.fieldlist [data-partner],
.modal [data-partner] {
  cursor: pointer;
}
.fieldlist [data-partner].is-selected,
.modal [data-partner].is-selected {
  border: 1px solid green;
  background-color: #EEE;
}
[role="gridcell"] [class*="row"],
[role="gridcell"] [class*="col-"],
[role="gridcell"] [class*="row"]::before,
[role="gridcell"] [class*="col-"]::before,
[role="gridcell"] [class*="row"]::after,
[role="gridcell"] [class*="col-"]::after {
  box-sizing: border-box;
}
.advanced-search .radio input[type="radio"],
.advanced-search .radio-inline input[type="radio"],
.advanced-search .checkbox input[type="checkbox"],
.advanced-search .checkbox-inline input[type="checkbox"] {
  margin-top: -0.315rem;
}
.radio-inline,
.checkbox-inline {
  line-height: 1;
}
.ilTabsContentOuter {
  position: relative;
}
div.alert ul {
  background-color: transparent;
  color: inherit;
  list-style: initial;
}
div.alert ul > li::before {
  content: none;
}
.zc-picker {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 3rem;
  color: #ddd;
}
.is-selected .zc-picker {
  color: #008000;
}
.element-box .info.slimmed {
  width: 85%;
}
#zugeordnetePersonen .info .status-icon {
  font-size: 2.75rem;
  border: none;
  margin: 0.5rem 0.75rem 0 0;
  padding: 0.125rem 0 0 0;
}
#zugeordnetePersonen .info .status-icon.glyphicon-file {
  font-size: 2.5rem;
  margin-top: 0.6rem;
}
#zugeordnetePersonen .info {
  line-height: 1.5rem;
}
#zugeordnetePersonen .info:nth-last-child(-n+2) {
  line-height: 2.5rem;
  font-weight: bold;
}
#zugeordnetePersonen [class^="status_"] {
  height: 1rem !important;
  width: 1rem !important;
  margin-bottom: 0.2rem;
}
#zugeordnetePersonen .zcBoxContentS {
  border: 1px solid #f3f3f3 !important;
}
#zugeordnetePersonen .zcBoxContentS {
  border: 1px solid #eeeeee !important;
}
#zugeordnetePersonen h3 {
  margin: 0;
}
.pageUp,
.pageDown {
  margin: 1rem 0;
}
#mezza_filters .btn-group .btn {
  margin: 0 1rem 0 0 ;
}
#mezza_filters .btn-group .btn:last-child {
  margin: 0;
}
#mezza_filters .btn-group .btn.active {
  box-shadow: none;
  background: #e6e6e6;
}
#mezza_filters .btn-default {
  background: #fff;
  border: none;
  color: #555;
  border-radius: 0;
}
#mezza_filters .btn-default:hover {
  box-shadow: none;
  background: #e6e6e6;
}
#cockpitfilter {
  background: #fff;
  border: none;
  color: #555;
  border-radius: 0;
}
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #555;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  border: 1px solid #FF0000;
}
.carousel-indicators li.active {
  background: #FF0000;
}
/*
.containerElement {
	.element-box .status-element.hours.wbz {
		top: -10px;
	}
}
*/
@media screen and (max-width: 1439px) {
  .lernpfadContainer .block {
    display: none;
  }
}
/*
Prevent element from compressing its body text on Smartphone (BEGIN)
*/
@media screen and (max-width: 600px) {
  .containerElement .element-row .zc-media {
    display: flex;
    flex-direction: column;
  }
  .containerElement .element-row .zc-media-body {
    display: block;
    width: 100%;
  }
  .containerElement .element-row .zc-media-left {
    padding: 0 0 40% 0;
  }
  .containerElement .element-row .zc-media-left .zc-media-object.icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: unset;
  }
  .containerElement .element-row .zc-media-right {
    float: right;
  }
}
/*
Prevent element from compressing its body text on Smartphone (END)
*/
.modul_meinemassnahmen #mezzaBaustein {
  /*
	Arrange filter buttons side by side (BEGIN)
	*/
  /*
	Arrange filter buttons side by side (END)
	*/
}
.modul_meinemassnahmen #mezzaBaustein .zcBoxContentL > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .modul_meinemassnahmen #mezzaBaustein .filterbar .row .col-xs-12 > .d-flex {
    flex-direction: column;
  }
  .modul_meinemassnahmen #mezzaBaustein .filterbar .row .col-xs-12 > .d-flex .flex-grow-1 {
    width: 100%;
    margin-top: 10px;
  }
  .modul_meinemassnahmen #mezzaBaustein .filterbar .row .col-xs-12 > .d-flex .flex-grow-1 .btn-group .btn {
    margin: 0.5rem 0.5rem 0 0;
  }
  .modul_meinemassnahmen #mezzaBaustein .filterbar .row .col-xs-12 > .d-flex .flex-grow-1 .btn-group:nth-child(1) .btn {
    float: right;
  }
}
@media (max-width: 767px) {
  .modul_katalog .responseMassnahmeDetails .zcBoxContentL .row .text-right {
    padding-top: 10px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .baustein_massnahmen_gui .grid-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .baustein_massnahmen_gui #teilnehmerGalerie .d-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .baustein_massnahmen_gui .grid-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .baustein_massnahmen_gui #teilnehmerGalerie .d-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*
	Prevent the Title and IDD Icon from being cut off on smartphone devices (BEGIN)
 */
@media (max-width: 767px) {
  #bildungskatalog .zcBoxHeaderImageContainer .title_bg > .title h1 {
    font-size: 18px!important;
  }
  #bildungskatalog .zcBoxHeaderImageContainer .title_bg > .title .text-right {
    padding: 10px 10px 0 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  #bildungskatalog .zcBoxHeaderImageContainer .title_bg > .title .text-right .element-status {
    padding: 0;
    font-size: 50px;
  }
  #bildungskatalog .zcBoxHeaderImageContainer .title_bg > .title .text-right .element-status .status-element::after {
    line-height: 24px;
  }
}
/*
	Prevent the Title and IDD Icon from being cut off on smartphone devices (END)
 */
.swiper-slide a {
  color: #FF0000;
}
.swiper-slide h3 {
  margin-bottom: 0;
  font-size: 14px;
}
.swiper-slide .contact-person {
  margin: 0 0 4px 0;
  font-weight: 600;
  color: #333;
}
.swiper-slide span {
  font-weight: 600;
}
.swiper-slide .zc-media-body.element-text {
  padding-bottom: 0;
}
.swiper-slide .zc-media-right.element-info {
  padding-top: 7px;
}
.lernpfadContainer .btn-link:active,
.lernpfadContainer .btn-link:focus {
  outline: none;
  text-decoration: none;
}
#kosten_details_tabelle_kendo th:nth-child(n + 3) {
  text-align: right;
}
#kosten_details_tabelle_kendo th:last-child {
  text-align: left;
}
.il-layout-page .il-layout-page-content {
  padding-bottom: 0;
}
.il-layout-page-content:focus-visible {
  outline: none;
}
.il-layout-page {
  grid-template-rows: auto auto 0 1fr;
  margin-top: 0;
}
.il-layout-page-content #mainspacekeeper {
  margin: 30px 0 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .il-layout-page-content #mainspacekeeper {
    margin: 30px 0 0 0 !important;
  }
  .il-layout-page {
    height: calc(100% - 70px);
  }
}
.il_VAccordionHead:hover *,
.il_HAccordionHeadActive * {
  color: #fff;
}
::selection {
  background: Highlight;
  color: HighlightText;
}
.formularServiceAccordion .ui-accordion-header:not(.ui-state-active) {
  color: #222;
}
.kendoTable .status_green,
.kendoTable .status_red {
  color: #fff;
}
body footer.ilFooter {
  bottom: unset !important;
}
.nav.il-maincontrols .il-mainbar {
  box-shadow: none;
}
.nav.il-maincontrols .il-mainbar .link-bulky,
.nav.il-maincontrols .il-mainbar .btn-bulky {
  border-bottom: 1px solid #5a5a5a;
}
.nav.il-maincontrols .link-bulky,
.nav.il-maincontrols .btn-bulky {
  border-radius: 0;
}
.nav.il-maincontrols .il-maincontrols-slate {
  padding: 0 15px;
  scrollbar-color: #CECDCC #f9f9f9;
  scrollbar-width: thin;
}
.nav.il-maincontrols .il-maincontrols-slate::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}
.nav.il-maincontrols .il-maincontrols-slate::-webkit-scrollbar {
  width: 6px;
  background-color: #f9f9f9;
}
.nav.il-maincontrols .il-maincontrols-slate::-webkit-scrollbar-thumb {
  background-color: #CECDCC;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky {
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 40px 15px 15px;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky .icon,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky .icon {
  display: none;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky .bulky-label,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky .bulky-label {
  font-size: 1.2rem;
  font-weight: 600;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky:hover,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky:hover {
  background-color: #f9f9f9;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky::after,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky::after {
  font-size: 1rem;
  right: 1rem;
}
.nav.il-maincontrols .il-maincontrols-slate-content .link-bulky.engaged,
.nav.il-maincontrols .il-maincontrols-slate-content .btn-bulky.engaged {
  background-color: #f0f0f0;
  margin-bottom: 15px;
}
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged {
  border-left: 1px solid #dddddd;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .link-bulky,
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .btn-bulky {
  background-color: #fff;
  padding: 6px 15px 6px 15px;
}
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .link-bulky .bulky-label,
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .btn-bulky .bulky-label {
  font-size: 1.1rem;
  font-weight: 400;
}
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .link-bulky:hover,
.nav.il-maincontrols .il-maincontrols-slate-content .il-maincontrols-slate.engaged .btn-bulky:hover {
  background-color: #f9f9f9;
}
.zinal_metabar .header-inner .il-pagetitle {
  color: #000029;
}
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.ilFrameFixedWidthHeader {
    width: 100% !important;
  }
  .ilFrameFixedWidthHeader div.ilHeaderBanner {
    max-width: 1920px !important;
  }
}
.ActiveHeaderBanner #ilTopBarNav {
  background: rgba(255,255,255,0.5) !important;
  margin-left: 10px;
  border-radius: 2px
}
.ActiveHeaderBanner #ilTopNav .navbar-nav > li > a,
.ActiveHeaderBanner .zcFilterWrap {
  border-top: 0 solid transparent;
  position: relative;
  background: rgba(255, 255, 255, 0.5) !important;
  !*height: 39px !important;*!
}
.ActiveHeaderBanner #ilTopNav .navbar-nav > li > a,
.ActiveHeaderBanner .zcFilterWrap .ng-scope {
  height: 39px
}
.ActiveHeaderBanner .zcFilterWrap .ng-scope:empty {
  display: none;
}
.zcFilterWrap {
  padding: 0 10px;
  margin: -1px 0 0 5px;
}
.ActiveHeaderBanner #zcFilter button {
  top: -6px;
}
#ilTopNav .navbar-nav > li > a {
  margin: -1px -5px !important;
  line-height: 30px;
  padding: 3px 10px 6px !important;
}
#ilTopNav a.dropdown-toggle {
  font-size: 13px !important;
}
#zcFilter button {
  margin: 9px 0 !important;
}
#ilTopNav .navbar-nav > li > a:empty,
#zcFilter button:empty {
  background: transparent !important;
}
.ilHeaderImg {
  position: fixed !important;
  top: 0 !important;
  transition: all 300ms ease-in-out;
}
.ActiveHeaderBanner .ilFrameFixedWidthHeader {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.ActiveHeaderBanner .ilFrameFixedWidthHeader.affix {
  opacity: 0;
}
.ActiveHeaderBanner .il_HeaderInner.media {
  position: relative;
}
.ActiveHeaderBanner a#il_mhead_t_focus,
.ActiveHeaderBanner #headlines p {
  color: #000 !important;
}*/
/*@media only screen and (min-width: 768px) {
  .ilTopBar {
    height: 50px !important;
  }
  #mainspacekeeper {
    margin: 70px 0 0 0 !important;
    padding: 0 40px;
  }
  .ActiveHeaderBanner div.ilTopBar,
  .ActiveHeaderBanner #ilTopBarNav > li > a {
    background: transparent  !important;
    box-shadow: none;
    transition: all 300ms ease-in-out;
  }
  #ilTopNav, #ilTopNav.navbar-default {
    background: transparent !important;
  }
  .ActiveHeaderBanner .ilFrameFixedWidthHeader {
    position: fixed !important;
    width: calc(100vw - 40px) !important;
    top: 0 !important;
    transition: all 300ms ease-in-out;
  }
  .ActiveHeaderBanner .ilFrameFixedWidthHeader.affix {
    opacity: 0.2 !important;
  }
  .ActiveHeaderBanner #mainscrolldiv {
    margin-top: 110px;
  }
}*/
/*.ActiveHeaderBanner div.ilTopBar.affix {
  background: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}*/
/*@media only screen and (max-width: 990px) {
  .ActiveHeaderBanner .ilMainMenu.ilTopFixed  {
    z-index: 99999;
    position: relative;
    top: 0 !important;
  }
  div.ilFrameFixedWidthHeader {
    width: 100% !important;
    max-width: initial;
    margin: 0 -15px;
    padding: 0;
    position: fixed;
    top: 0;
  }
  #zcLogo {
    height: 70px !important;
  }
}
#zcNav img {
  margin: -3px 8px 0 0;
  width: 24px;
}
.ilTopBar {
  height: 40px !important;
  position: fixed !important;
  margin-left: 40px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
#ilTopNav {
  position: fixed  !important;
  top: 40px;
  z-index: 9999;
}

#mainspacekeeper {
  margin: 70px 0 0 0 !important;
}*/
/*@media (max-width: 767px) {
  #ilTopNav button.navbar-toggle#zcNavToggle {
    display: block !important;
  }
  .ilFrameFixedWidthHeader div.ilHeaderBanner {
    height: auto !important
  }
  .ilFrameFixedWidthHeader {
    margin: auto !important;
    top: 40px !important;
  }
  .ActiveHeaderBanner .ilTabsContentOuter {
    margin: 30% 0 0 0;
  }
  #ilTopNav {
    width: 100vw;
  }
  #ilTopNav.affix {
    top: 0px;
  }
}*/
/*#zcLogo {
  z-index: 1040;
  background: #fff !important;
  height: 130px !important;
}

#zcLogo img {
  width: 100% !important;
  height: auto !important;
}*/
@media only screen and (min-width: 768px) {
  .ActiveHeaderBanner #mainscrolldiv {
    margin-top: 110px;
  }
  .ActiveHeaderBanner .ilFrameFixedWidthHeader {
    position: fixed !important;
    transition: all 300ms ease-in-out;
  }
  .ActiveHeaderBanner .ilFrameFixedWidthHeader.affix {
    opacity: 0.2 !important;
  }
}
.il-layout-page .ilFrameFixedWidthHeader {
  top: 45px;
}
.il-layout-page .ilFrameFixedWidthHeader .carousel {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .il-layout-page .ilFrameFixedWidthHeader {
    width: calc(100% - 75px) !important;
    top: 60px;
  }
}
.il-layout-page.with-mainbar-slates-engaged .ilFrameFixedWidthHeader {
  right: 0;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .il-layout-page.with-mainbar-slates-engaged .ilFrameFixedWidthHeader {
    width: calc(100% - 438px) !important;
  }
}
.media.il_HeaderInner {
  z-index: 1;
  position: relative;
}
.header-inner {
  border-bottom: 1px solid #dddddd;
  border-top: none;
}
.header-inner .il-maincontrols-metabar .glyphicon {
  font-size: 1.5rem;
}
.header-inner .il-maincontrols-metabar .il-avatar {
  border: none;
}
.header-inner .il-metabar-slates {
  background-color: #fff;
}
.header-inner .link-bulky,
.header-inner .btn-bulky {
  background-color: #fff;
  padding: 6px 15px 6px 15px;
}
.header-inner .link-bulky:hover,
.header-inner .btn-bulky:hover {
  background-color: #f9f9f9;
}
.header-inner .bulky-label {
  font-size: 1.1rem;
}
.il-metabar-slates {
  background-color: #fff;
}
.il-metabar-slates .zcFilterWrap {
  width: 100%;
  padding: 20px;
}
.il-metabar-slates .zcFilterWrap .ng-scope {
  display: flex;
}
.il-metabar-slates .zcFilterWrap button {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.il-metabar-slates .zcFilterWrap button .glyphicon {
  font-size: 1.2rem;
  filter: none;
}
.il-logo,
.il-logo > a,
.il-logo > a img {
  height: 100%;
}
footer {
  text-align: left;
  padding: 10px 5px 10px 5px;
  margin-left: 0 !important;
  background-color: #FF0000;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
footer .il-maincontrols-footer {
  padding: 0 var(--gutter-width);
}
@media (min-width: 1664px) {
  footer .il-maincontrols-footer {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .il-maincontrols-footer .il-footer-text {
  margin-right: 0;
}
footer .il-maincontrols-footer .il-footer-links li:first-child::before,
footer .il-maincontrols-footer .il-footer-links li:last-child::after,
footer .il-maincontrols-footer .il-footer-links li::before,
footer .il-maincontrols-footer .il-footer-links li::after {
  content: none;
}
footer .il-footer-text {
  padding: 0 8px;
}
footer *,
footer *:hover {
  font-size: 14px!important;
  text-decoration: none;
  color: white;
  font-weight: 400;
}
footer .il-footer-content,
footer .il-footer-content .il-footer-links ul {
  displaY: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
footer .il-footer-content li,
footer .il-footer-content .il-footer-links ul li {
  padding: 0 8px;
  list-style: none;
  margin-right: 0;
}
footer .il-footer-content li::before,
footer .il-footer-content .il-footer-links ul li::before,
footer .il-footer-content li::after,
footer .il-footer-content .il-footer-links ul li::after {
  display: none;
}
@media screen and (min-width: 576px) {
  footer .il-footer-content,
  footer .il-footer-content .il-footer-links ul {
    flex-direction: row;
  }
  footer .il-footer-content li::before,
  footer .il-footer-content .il-footer-links ul li::before,
  footer .il-footer-content li::after,
  footer .il-footer-content .il-footer-links ul li::after {
    display: initial;
  }
}
.il-layout-page-content > div {
  grid-template-rows: 1fr auto;
}
@media screen and (min-width: 992px) {
  .modal {
    padding-left: 60px!important;
  }
}
@media screen and (min-width: 1200px) {
  .modal {
    padding-left: 300px!important;
  }
}
.modal .modal-dialog {
  padding: 0 1rem;
  margin: 1rem auto;
}
.modal .modal-body {
  max-height: 80vh;
  overflow: auto;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin: 90px auto 30px;
  }
  .modal .modal-body {
    max-height: 70vh;
  }
}
.k-button.k-primary,
.btn.btn-primary:not(.btn-success):not(.btn-danger) {
  background-color: #FF0000;
  border-color: #FF0000;
}
.k-button.k-primary:hover,
.btn.btn-primary:not(.btn-success):not(.btn-danger):hover,
.k-button.k-primary:focus,
.btn.btn-primary:not(.btn-success):not(.btn-danger):focus,
.k-button.k-primary:active,
.btn.btn-primary:not(.btn-success):not(.btn-danger):active {
  background-color: #cc0000;
  border-color: #cc0000;
}
.k-button.k-primary[disabled],
.btn.btn-primary:not(.btn-success):not(.btn-danger)[disabled] {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
  opacity: 0.5;
}
.btn.btn-default:not(.btn-success):not(.btn-danger) {
  background-color: #8388a4;
  border-color: #8388a4;
}
.btn.btn-default:not(.btn-success):not(.btn-danger):hover,
.btn.btn-default:not(.btn-success):not(.btn-danger):focus,
.btn.btn-default:not(.btn-success):not(.btn-danger):active {
  background-color: #676d8d;
  border-color: #676d8d;
}
.btn.btn-default:not(.btn-success):not(.btn-danger)[disabled] {
  background-color: #8388a4;
  border-color: #8388a4;
  color: #fff;
  opacity: 0.5;
}
.ilContainerListItemOuter .btn.btn-default.dropdown-toggle,
.ilContainerListItemOuter .btn.btn-default.dropdown-toggle:hover,
.ilContainerListItemOuter .btn.btn-default.dropdown-toggle:focus,
.ilContainerListItemOuter .btn.btn-default.dropdown-toggle:active {
  color: #8388a4 !important;
  background-color: transparent !important;
  border: none;
}
.btn.btn-success {
  background-color: #6CC05E;
  border-color: #6CC05E;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #51a942;
  border-color: #51a942;
}
.btn.btn-success[disabled] {
  background-color: #6CC05E;
  border-color: #6CC05E;
  color: #fff;
  opacity: 0.5;
}
.btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #bd2130;
  border-color: #bd2130;
}
.btn.btn-danger[disabled] {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  opacity: 0.5;
}
button.is-loading::before {
  content: '\231b';
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.btn.btn-default.dropdown-toggle.copg-add .glyphicon,
.btn.btn-default.dropdown-toggle.copg-add:hover .glyphicon {
  color: #fff;
  opacity: 0.7;
}
.btn.btn-default.dropdown-toggle.copg-add:hover .glyphicon {
  opacity: 1;
}
#copg-editor-slate-content .btn-group.il-viewcontrol-mode .btn {
  width: 100%;
  margin-top: 1rem;
  border-radius: 4px;
}
#copg-editor-slate-content .btn-group.il-viewcontrol-mode .btn.engaged {
  color: #fff;
  opacity: 0.7;
}
.il_editarea .ilc_table_StandardTable tr td {
  padding: 0 5px !important;
}
.k-animation-container .k-popup,
.k-animation-container .k-popup .k-item {
  max-width: 100%;
}
.zinal-kendo-grid .zinal-grid-button .icon {
  height: 13px;
  width: 13px;
  padding-left: 5px;
  vertical-align: -3px;
}
.zinal-kendo-grid .zinal-grid-button.btn-outline-primary {
  outline: 1px solid #FF0000;
}
.zinal-kendo-grid .zinal-grid-button.btn-outline-primary .icon {
  fill: #FF0000;
}
.zinal-kendo-grid .k-state-selected .zinal-grid-button.btn-outline-primary {
  background-color: #fff;
}
.zinal-kendo-grid tbody[role="rowgroup"] > tr > td[role="gridcell"] {
  min-width: 25px;
}
.zinal-kendo-grid tbody[role="rowgroup"] > tr > td[role="gridcell"] input {
  color: #161616;
}
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-hover,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-selected,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"]:hover {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-hover td,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-selected td,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"]:hover td {
  background-color: transparent;
}
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-hover.k-alt,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"].k-state-selected.k-alt,
.zinal-kendo-grid tbody[role="rowgroup"] > tr[role="row"]:hover.k-alt {
  background-color: #f5f5f5;
}
.zinal-kendo-grid .k-grid-toolbar > *,
.zinal-kendo-grid .k-command-cell > * {
  margin-right: 5px;
}
.zinal-kendo-grid .k-command-cell {
  white-space: nowrap;
}
.zinal-kendo-grid .k-grid-toolbar:empty {
  display: none;
}
.zinal-kendo-grid .k-filter-help-text {
  font-weight: normal;
}
.zinal-kendo-grid .zinal-grid-column-chooser {
  margin: 0;
  display: inline-block;
}
.zinal-kendo-grid .zinal-grid-column-chooser .zinal-column-chooser-columns {
  margin: 0;
}
.zinal-kendo-grid .zinal-grid-column-chooser .form-check-input {
  margin-right: 8px;
  vertical-align: -1px;
}
.k-treeview .k-mid .zinal-kendo-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.k-treeview .k-mid .zinal-kendo-disabled.k-state-hover {
  color: inherit;
  background-color: inherit;
}
.logout-box-wrapper {
  max-width: 50em;
  height: 40em;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  color: #000029;
  padding: 35px;
  padding-top: 22px;
}
.logout-box-wrapper a,
.logout-box-wrapper p {
  font-size: 15px!important;
}
.logout-box-wrapper a {
  text-align: left;
  color: #FF0000;
}
.logout-box-wrapper p,
.logout-box-wrapper h1,
.logout-box-wrapper h2,
.logout-box-wrapper h3,
.logout-box-wrapper h4,
.logout-box-wrapper h5 {
  text-align: left;
}
.logout-box-wrapper h1 {
  line-height: 1.4;
  font-size: 28px;
  margin-top: 0;
}
.logout-box-wrapper h1 strong {
  font-weight: 800;
}
.ilObjZinalLernkartei .baustein_lernkartei .h1,
.lernkartei .h1,
.quiz .h1,
.ilObjZinalLernkartei .baustein_lernkartei h2,
.lernkartei h2,
.quiz h2,
.ilObjZinalLernkartei .baustein_lernkartei h3,
.lernkartei h3,
.quiz h3,
.ilObjZinalLernkartei .baustein_lernkartei h4,
.lernkartei h4,
.quiz h4,
.ilObjZinalLernkartei .baustein_lernkartei h5,
.lernkartei h5,
.quiz h5,
.ilObjZinalLernkartei .baustein_lernkartei h6,
.lernkartei h6,
.quiz h6,
.ilObjZinalLernkartei .baustein_lernkartei p,
.lernkartei p,
.quiz p,
.ilObjZinalLernkartei .baustein_lernkartei a,
.lernkartei a,
.quiz a,
.ilObjZinalLernkartei .baustein_lernkartei button,
.lernkartei button,
.quiz button,
.ilObjZinalLernkartei .baustein_lernkartei strong,
.lernkartei strong,
.quiz strong,
.ilObjZinalLernkartei .baustein_lernkartei li,
.lernkartei li,
.quiz li,
.ilObjZinalLernkartei .baustein_lernkartei label,
.lernkartei label,
.quiz label,
.ilObjZinalLernkartei .baustein_lernkartei a#il_mhead_t_focus,
.lernkartei a#il_mhead_t_focus,
.quiz a#il_mhead_t_focus {
  color: #0E1D44;
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.ilObjZinalLernkartei .baustein_lernkartei p,
.lernkartei p,
.quiz p,
.ilObjZinalLernkartei .baustein_lernkartei small,
.lernkartei small,
.quiz small,
.ilObjZinalLernkartei .baustein_lernkartei .paragraph,
.lernkartei .paragraph,
.quiz .paragraph,
.ilObjZinalLernkartei .baustein_lernkartei .text-small,
.lernkartei .text-small,
.quiz .text-small,
.ilObjZinalLernkartei .baustein_lernkartei li,
.lernkartei li,
.quiz li,
.ilObjZinalLernkartei .baustein_lernkartei label,
.lernkartei label,
.quiz label {
  font-size: 15px;
  font-weight: 300;
}
.ilObjZinalLernkartei .baustein_lernkartei strong,
.lernkartei strong,
.quiz strong,
.ilObjZinalLernkartei .baustein_lernkartei .strong,
.lernkartei .strong,
.quiz .strong,
.ilObjZinalLernkartei .baustein_lernkartei b,
.lernkartei b,
.quiz b {
  font-weight: 500;
}
.ilObjZinalLernkartei .baustein_lernkartei h1,
.lernkartei h1,
.quiz h1,
.ilObjZinalLernkartei .baustein_lernkartei a#il_mhead_t_focus,
.lernkartei a#il_mhead_t_focus,
.quiz a#il_mhead_t_focus {
  font-size: clamp(24px, 3vw, 50px);
  font-weight: 500;
}
.ilObjZinalLernkartei .baustein_lernkartei h2,
.lernkartei h2,
.quiz h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.ilObjZinalLernkartei .baustein_lernkartei h3,
.lernkartei h3,
.quiz h3,
.ilObjZinalLernkartei .baustein_lernkartei .heading-3,
.lernkartei .heading-3,
.quiz .heading-3 {
  font-size: var(--h3-font-size);
  font-weight: 400;
}
.ilObjZinalLernkartei .baustein_lernkartei h4,
.lernkartei h4,
.quiz h4 {
  font-size: var(--h4-font-size);
  font-weight: 500;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn,
.lernkartei .btn,
.quiz .btn {
  min-height: 48px;
  padding: 10px 16px;
  transition: all 0.2s;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary,
.lernkartei .btn.btn-primary,
.quiz .btn.btn-primary,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default,
.lernkartei .btn.btn-default,
.quiz .btn.btn-default {
  background-color: #FF0000 !important;
  border-color: #FF0000 !important;
  box-shadow: 0px 7px 15px rgba(255, 0, 0, 0.45);
  transition: all 0.2s;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary::after,
.lernkartei .btn.btn-primary::after,
.quiz .btn.btn-primary::after,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default::after,
.lernkartei .btn.btn-default::after,
.quiz .btn.btn-default::after {
  content: "⟶";
  display: inline-block;
  margin-left: 10px;
  transition: all 0.2s;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary:hover,
.lernkartei .btn.btn-primary:hover,
.quiz .btn.btn-primary:hover,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default:hover,
.lernkartei .btn.btn-default:hover,
.quiz .btn.btn-default:hover,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary:focus,
.lernkartei .btn.btn-primary:focus,
.quiz .btn.btn-primary:focus,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default:focus,
.lernkartei .btn.btn-default:focus,
.quiz .btn.btn-default:focus,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary:active,
.lernkartei .btn.btn-primary:active,
.quiz .btn.btn-primary:active,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default:active,
.lernkartei .btn.btn-default:active,
.quiz .btn.btn-default:active {
  background-color: #FF0000 !important;
  border-color: #FF0000;
  box-shadow: 0px 10px 18px rgba(255, 0, 0, 0.45);
  transform: translateY(-2px);
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary:disabled,
.lernkartei .btn.btn-primary:disabled,
.quiz .btn.btn-primary:disabled,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default:disabled,
.lernkartei .btn.btn-default:disabled,
.quiz .btn.btn-default:disabled,
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-primary[disabled=disabled],
.lernkartei .btn.btn-primary[disabled=disabled],
.quiz .btn.btn-primary[disabled=disabled],
.ilObjZinalLernkartei .baustein_lernkartei .btn.btn-default[disabled=disabled],
.lernkartei .btn.btn-default[disabled=disabled],
.quiz .btn.btn-default[disabled=disabled] {
  background-color: #FF0000;
  border-color: #FF0000;
  box-shadow: 0px 7px 15px rgba(255, 0, 0, 0.45);
}
.ilObjZinalLernkartei .baustein_lernkartei .btn:hover::after,
.lernkartei .btn:hover::after,
.quiz .btn:hover::after {
  transform: translateX(1.5px);
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.draggable,
.lernkartei .btn.draggable,
.quiz .btn.draggable {
  box-shadow: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.draggable::after,
.lernkartei .btn.draggable::after,
.quiz .btn.draggable::after {
  content: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .btn.draggable:hover,
.lernkartei .btn.draggable:hover,
.quiz .btn.draggable:hover {
  transform: translateY(0);
  box-shadow: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .droppable .btn,
.lernkartei .droppable .btn,
.quiz .droppable .btn {
  box-shadow: none;
  white-space: normal;
}
.ilObjZinalLernkartei .baustein_lernkartei .droppable .btn::after,
.lernkartei .droppable .btn::after,
.quiz .droppable .btn::after {
  content: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .droppable .btn:hover,
.lernkartei .droppable .btn:hover,
.quiz .droppable .btn:hover {
  transform: translateY(0);
  box-shadow: none;
}
.ilObjZinalLernkartei .baustein_lernkartei button#usersuche::after,
.lernkartei button#usersuche::after,
.quiz button#usersuche::after,
.ilObjZinalLernkartei .baustein_lernkartei .btn[onclick~="neuevorschlaege();"]::after,
.lernkartei .btn[onclick~="neuevorschlaege();"]::after,
.quiz .btn[onclick~="neuevorschlaege();"]::after {
  content: none;
}
.ilObjZinalLernkartei .baustein_lernkartei #usersuche,
.lernkartei #usersuche,
.quiz #usersuche {
  border-radius: 0 0.75rem 0.75rem 0;
}
.ilObjZinalLernkartei .baustein_lernkartei #usersuche:hover,
.lernkartei #usersuche:hover,
.quiz #usersuche:hover {
  transform: translateX(0);
}
.ilObjZinalLernkartei .baustein_lernkartei .karteikasten,
.lernkartei .karteikasten,
.quiz .karteikasten {
  width: 80px;
  height: 70px;
  margin-bottom: 20px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: end;
}
.ilObjZinalLernkartei .baustein_lernkartei .karteikasten > span,
.lernkartei .karteikasten > span,
.quiz .karteikasten > span {
  margin-bottom: -15px;
}
.ilObjZinalLernkartei .baustein_lernkartei .karteikasten:nth-of-type(1),
.lernkartei .karteikasten:nth-of-type(1),
.quiz .karteikasten:nth-of-type(1) {
  width: 100px;
  height: 70px;
}
.ilObjZinalLernkartei .baustein_lernkartei .karteikasten.aktiv,
.lernkartei .karteikasten.aktiv,
.quiz .karteikasten.aktiv {
  width: 110px;
  height: 90px;
  margin-top: -20px;
}
.ilObjZinalLernkartei .baustein_lernkartei .drop-zone .droppable,
.lernkartei .drop-zone .droppable,
.quiz .drop-zone .droppable {
  border-color: #D5D8E1;
  box-shadow: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .drop-zone .btn::after,
.lernkartei .drop-zone .btn::after,
.quiz .drop-zone .btn::after {
  content: none;
}
.ilObjZinalLernkartei .baustein_lernkartei .drop-zone .btn:hover,
.lernkartei .drop-zone .btn:hover,
.quiz .drop-zone .btn:hover {
  transform: translateX(0);
}
.ilObjZinalLernkartei .baustein_lernkartei input[type="text"],
.lernkartei input[type="text"],
.quiz input[type="text"] {
  background-color: #F4F6FB;
  border: 1px solid #D5D8E1;
  border-radius: 0.75rem;
  min-height: 48px;
}
.ilObjZinalLernkartei .baustein_lernkartei input[type="text"]:focus-visible,
.lernkartei input[type="text"]:focus-visible,
.quiz input[type="text"]:focus-visible {
  outline: 0;
  border-color: #FF0000;
  background-color: #FFF;
}
.quiz,
.lernkartei {
  background-color: #F4F6FB;
}
.quiz #userliste,
.quiz .quizzeile {
  border-radius: 12px;
  background: #FFF !important;
  box-shadow: 0 0 30px rgba(14, 29, 68, 0.1);
  padding: 20px !important;
}
.quiz #userliste {
  padding-bottom: 30px !important;
}
.quiz .quizzeile .ergebnis {
  background-image: url(/Customizing/global/skin/zinal2022/assets/components/testtool/swords.png);
  height: 90px;
  padding-top: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  font-weight: 700;
  text-shadow: 0 0 10px white;
}
.quiz .quizzeile .bild img {
  width: 100px;
  max-width: 100%;
}
.quiz .quizzeile.aktuellesquiz a,
.quiz .quizzeile a {
  font-weight: 400;
  font-size: var(--p-font-size);
}
.quiz .ilTableOuter {
  background-color: transparent;
  box-shadow: 0 0 30px rgba(14, 29, 68, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.quiz .highscore {
  background: transparent;
  background-color: transparent;
}
.quiz .highscore tr {
  background: transparent;
  background-color: transparent;
}
.quiz .highscore tr:first-child td:first-child,
.quiz .highscore tr:nth-child(2) td:first-child,
.quiz .highscore tr:nth-child(3) td:first-child {
  displaY: flex;
  align-items: center;
}
.quiz .highscore tr:first-child td:first-child::after,
.quiz .highscore tr:nth-child(2) td:first-child::after,
.quiz .highscore tr:nth-child(3) td:first-child::after {
  content: "";
  min-width: 25px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.quiz .highscore tr:first-child {
  background: linear-gradient(0deg, #ff9a00 0%, #ffd33c 100%);
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 0 20px #FE7C03;
}
.quiz .highscore tr:first-child td:first-child {
  displaY: flex;
  align-items: center;
}
.quiz .highscore tr:first-child td:first-child::after {
  background-image: url(/Customizing/global/skin/zinal2022/assets/components/testtool/cup-gold.png);
}
.quiz .highscore tr:nth-child(2) td:first-child::after {
  background-image: url(/Customizing/global/skin/zinal2022/assets/components/testtool/cup-silver.png);
}
.quiz .highscore tr:nth-child(3) td:first-child::after {
  background-image: url(/Customizing/global/skin/zinal2022/assets/components/testtool/cup-bronze.png);
}
.quiz .highscore tr td {
  border-top: none;
  background: transparent;
  padding: 20px;
  vertical-align: middle;
}
.quiz .ueberschrift2 {
  color: #0E1D44 !important;
  font-size: var(--h4-font-size) !important;
  text-transform: unset !important;
}
.quiz .ueberschrift2:nth-child(3) {
  border-right: 3px solid #FF0000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #E8EAF1 !important;
  font-size: var(--p-font-size) !important;
  text-align: end !important;
  width: unset !important;
  padding: 10px !important;
}
.quiz #zeitleiste_rahmen {
  height: 10px !important;
  background-color: #E8EAF1 !important;
  border-radius: 12px;
  overflow: hidden;
}
.quiz #zeitleiste_rahmen #zeitleiste {
  border-top: 10px solid #5CBF58 !important;
  border-bottom-color: #5CBF58 !important;
  border-left-color: #5CBF58 !important;
  border-right-color: #5CBF58 !important;
}
.quiz .karteikasten {
  flex-direction: column;
  align-items: center;
}
.quiz .karteikasten:before {
  content: "";
  margin-bottom: 90px;
}
.quiz #userscroll_inner img,
.quiz #userscroll_suche img,
.quiz .quizzeile .spielerbild {
  border-radius: 12px;
}
.quiz #userscroll_inner a {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.quiz #userscroll_inner a img {
  width: 100%;
}
.quiz #userscroll_suche {
  height: unset !important;
}
#content .testtool-seite {
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(14, 29, 68, 0.1) !important;
  padding-top: 20px;
}
#content .testtool-seite .radioset {
  background-color: #FFF;
  padding: 0;
  position: relative;
}
#content .testtool-seite .radioset label {
  transition: all 0.1s;
}
#content .testtool-seite .radioset input {
  position: absolute!important;
  top: 10px;
  left: 10px;
}
#content .testtool-seite .radioset input::before {
  content: "";
  transform: translate(-2px, -2px);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #D5D8E1;
  background-color: #F4F6FB;
  border-radius: 50%;
  box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  transition: all 0.1s;
}
#content .testtool-seite .radioset input:checked:before {
  border: 5px solid #0055AC;
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.2);
}
#content .testtool-seite .radioset input:checked + label {
  border: 1px solid #0055AC;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
  background: #FFF;
}
#content .testtool-seite .radioset .multiple {
  width: 100%;
  display: inline-block;
  position: relative;
}
#content .testtool-seite .radioset label {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  padding-left: 50px;
  margin: 0;
  background-color: #F4F6FB;
  border: 1px solid #F4F6FB;
  border-radius: 12px;
}
#content .testtool-seite .radioset label.antwort.antwort_ff {
  border: 1px solid #dc3545;
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
}
#content .testtool-seite .radioset label.antwort.antwort_rr {
  border: 1px solid #6CC05E;
  box-shadow: 0 0 15px rgba(108, 192, 94, 0.4);
}
#content .testtool-seite .radioset label.antwort.antwort_rf {
  border: 1px solid #D5D8E1;
  background-color: #FFF;
}
#content .testtool-seite .radioset label.antwort.antwort_fr {
  border: 1px solid #6CC05E;
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(108, 192, 94, 0.4);
}
#content .testtool-seite .radioset .glyphicon {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .testtool-seite .radioset .glyphicon-ok-sign {
  color: #6CC05E;
}
#content .testtool-seite .radioset .glyphicon-remove-sign {
  color: #dc3545;
}
#content .testtool-seite .testinfozeile {
  background-color: #E8EAF1;
  border-left: 3px solid #FF0000;
  border-radius: 0 12px 12px 0;
  background-position: 3px 12px;
  margin-top: 20px;
}
#content .testtool-seite .radioset.testzeile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
#content .testtool-seite input.testeingabe {
  border-radius: 0.75rem;
  border: 1px solid #D5D8E1;
  min-height: 48px;
  margin-right: 5px;
  position: relative !important;
  top: unset;
  left: unset;
}
#content .testtool-seite input.testeingabe:focus-visible {
  border-color: #FF0000;
  outline-color: #FF0000;
}
#content .testtool-seite input.testeingabe:disabled {
  background-color: #fff;
}
#content .testtool-seite.multipleadvanced-frage .multiple input::before {
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
#content .testtool-seite.multipleadvanced-frage .multiple input:checked:before {
  border-width: 4px;
}
#content .testtool-seite.singleadvanced-frage .glyphicon,
#content .testtool-seite.multipleadvanced-frage .glyphicon {
  top: 13px !important;
  left: 15px;
}
#content .testtool-seite.zahl-frage .glyphicon,
#content .testtool-seite.ganzzahl-frage .glyphicon {
  top: 12px !important;
  left: 90px;
}
#content .testtool-seite select.dropdown-antwort {
  border-radius: 6px;
  border: 1px solid #D5D8E1;
  min-height: 28px;
  margin: 0 5px;
}
#content .testtool-seite .glyphicon-ok-sign {
  color: #6CC05E !important;
}
#content .testtool-seite .glyphicon-remove-sign {
  color: #dc3545 !important;
}
.ilc_text_block_HeadlineBlock,
.ilc_ha_ihead_HAccordIHead,
.ilc_va_ihead_VAccordIHead {
  padding: 0.5rem;
  color: #fff;
}
div.ilc_page_tnav_TopNavigation {
  background-size: cover;
}
table td.ilc_table_cell_Cell1 {
  background-color: #8388a4;
}
table td.ilc_table_cell_Cell2 {
  background-color: #BBBBBB;
}
table td.ilc_table_cell_Cell3 {
  background-color: #DDDDDD;
}
table td.ilc_table_cell_Cell4 {
  background-color: #EAEAEA;
}
#il_prop_cont_test #subform_test {
  padding-top: 10px;
}
#il_prop_cont_test #subform_test #il_prop_cont_fragen,
#il_prop_cont_test #subform_test #il_prop_cont_zeit,
#il_prop_cont_test #subform_test #il_prop_cont_quota,
#il_prop_cont_test #subform_test #il_prop_cont_versuche {
  display: flex;
}
#il_prop_cont_test #subform_test #il_prop_cont_fragen > *,
#il_prop_cont_test #subform_test #il_prop_cont_zeit > *,
#il_prop_cont_test #subform_test #il_prop_cont_quota > *,
#il_prop_cont_test #subform_test #il_prop_cont_versuche > * {
  width: unset;
  min-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1199px) {
  .ilLightboxContent > div[id^="player_"] {
    margin-top: 140px;
  }
}
#il_prop_cont_ne_un #ne_un {
  padding-top: 4px;
  display: inline-block;
}
#mainscrolldiv .k-grid td {
  text-overflow: initial;
}
@media print {
  .zinal_metabar {
    display: none !important;
  }
}
.il-layout-page-content #mainspacekeeper {
  margin: 30px 0 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .il-layout-page-content #mainspacekeeper {
    margin: 30px 0 0 0 !important;
  }
  .il-layout-page {
    height: calc(100% - 70px);
  }
}
.login-box-wrapper {
  padding: 35px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .login-box-wrapper {
    min-height: 40em;
  }
}
.login-box-wrapper h1 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 0;
}
.login-box-wrapper h1 strong,
.login-box-wrapper h2,
.login-box-wrapper h3 {
  font-weight: 800;
  color: #000029;
}
.login-box-wrapper a,
.login-box-wrapper label,
.login-box-wrapper p,
.login-box-wrapper .btn {
  font-size: 15px!important;
}
.login-box-wrapper .form-horizontal .control-label {
  min-height: unset;
}
.login-box-wrapper .accordion-header svg {
  display: inline-block !important;
  margin-left: 15px;
}
.login-box-wrapper input:checked ~ .accordion-collapse {
  height: unset;
  padding: 2px;
}
.login-box-wrapper .ilFormHeader,
.login-box-wrapper .form-accordion {
  background-color: #fff;
}
.login-box-wrapper .form-horizontal {
  background: transparent;
}
.login-box-wrapper .form-horizontal .col-sm-9,
.login-box-wrapper .form-horizontal .col-sm-3,
.login-box-wrapper .form-horizontal .col-sm-12 {
  padding: 0;
  width: 100%;
}
.login-box-wrapper .form-horizontal .col-sm-9 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-box-wrapper .form-horizontal .col-sm-9 {
    width: 75%;
  }
}
.login-box-wrapper .form-group .control-label {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .login-box-wrapper .form-group .control-label {
    width: 25%;
  }
}
.login-box-wrapper .form-group input {
  border-radius: 8px;
  padding: 18px 8px;
  border-color: #0039af;
}
.login-box-wrapper .form-group input:invalid {
  border-color: #d00;
  box-shadow: none;
}
.login-box-wrapper .form-group input:-webkit-autofill,
.login-box-wrapper .form-group input:-webkit-autofill:hover,
.login-box-wrapper .form-group input:-webkit-autofill:focus,
.login-box-wrapper .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.login-box-wrapper .btn.btn-default {
  transition: all 0.2s;
  padding: 8px;
  border-radius: 8px;
}
.login-box-wrapper .btn.btn-default:hover {
  text-decoration: none;
}
.login-box-wrapper .btn.btn-default:hover::after {
  right: 14px;
}
.login-box-wrapper .form-horizontal .form-group .col-sm-12:first-of-type a {
  displaY: block;
  position: relative;
  background-color: #0039af;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.2s;
  text-align: center;
}
.login-box-wrapper .form-horizontal .form-group .col-sm-12:first-of-type a:hover {
  background-color: #001D6C;
  text-decoration: none;
}
.login-box-wrapper .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-box-wrapper .accordion-header svg {
  fill: #2c2c2c;
  width: 15px;
  height: 15px;
}
.login-box-wrapper .il_ContainerItemCommand {
  font-size: 13px!important;
}
.login-box-wrapper .ilFormFooter {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .login-box-wrapper > .ilStartupSection {
    margin-top: 20px;
  }
}
.login-box-wrapper .ilStartupSection .form-horizontal .form-group .col-sm-12:first-of-type a {
  displaY: block;
}
.login-box-wrapper .form-horizontal .form-group .col-sm-12:first-of-type a,
.login-box-wrapper .ilFormCmds .btn.btn-default {
  background-color: #FF0000;
  border-color: #FF0000;
}
.login-box-wrapper .form-horizontal .form-group .col-sm-12:first-of-type a:hover,
.login-box-wrapper .ilFormCmds .btn.btn-default:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}
