@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Italic.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-BoldItalic.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Light.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-LightItalic.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Semibold.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBold.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('fonts/OpenSansWeb/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Emoji';
  src: url('fonts/OpenSansEmoji/OpenSansEmoji.ttf') format('truetype'), url('fonts/OpenSansEmoji/OpenSansEmoji.otf') format('otf');
  font-style: normal;
}
@font-face {
  font-family: 'il-icons';
  src: url('fonts/Iconfont/il-icons.woff') format('woff'), url('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("../../../../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../../../../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../../node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../../node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../../node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../../node_modules/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: 0.8rem;
  line-height: 1.42857143;
  color: #161616;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #691f40;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #323e48;
  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: white;
  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;
  -moz-transition: all 0.2s ease-in-out 1s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s ease-in-out;
  -o-transition: all 0.2s ease-in-out 1s ease-in-out;
  transition: all 0.2s ease-in-out 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  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: 18px;
  margin-bottom: 9px;
}
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: 9px;
  margin-bottom: 9px;
}
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: 1.3rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 0.813rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.8rem;
}
h6,
.h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 0rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.2rem;
  }
}
small,
.small {
  font-size: 87%;
}
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: #808d98;
}
.text-primary {
  color: #38414b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #22282e;
}
.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: #38414b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #22282e;
}
.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: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
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: 18px;
}
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: 9px 18px;
  margin: 0 0 18px;
  font-size: 1rem;
  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: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #808d98;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.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: white;
}
.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: 13.5px;
    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;
  }
}
.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: 5px 6px;
  font-size: 0.8rem;
  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: #691f40;
  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);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #691f40;
  background-color: #fefefe;
  border-color: #d0d0d0;
}
.btn-default:focus,
.btn-default.focus {
  color: #691f40;
  background-color: #e5e5e5;
  border-color: #909090;
}
.btn-default:hover {
  color: #691f40;
  background-color: #e5e5e5;
  border-color: #b1b1b1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #691f40;
  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: #691f40;
  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: #691f40;
}
.btn-primary {
  color: #fff;
  background-color: #38414b;
  border-color: #2d343c;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #22282e;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #22282e;
  border-color: #131619;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #22282e;
  background-image: none;
  border-color: #131619;
}
.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: #131619;
  border-color: #000000;
}
.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: #38414b;
  border-color: #2d343c;
}
.btn-primary .badge {
  color: #38414b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #81bc00;
  border-color: #70a300;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5e8900;
  border-color: #182300;
}
.btn-success:hover {
  color: #fff;
  background-color: #5e8900;
  border-color: #466500;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5e8900;
  background-image: none;
  border-color: #466500;
}
.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: #466500;
  border-color: #182300;
}
.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: #81bc00;
  border-color: #70a300;
}
.btn-success .badge {
  color: #81bc00;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #00a8e2;
  border-color: #0095c9;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0082af;
  border-color: #003649;
}
.btn-info:hover {
  color: #fff;
  background-color: #0082af;
  border-color: #00688b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0082af;
  background-image: none;
  border-color: #00688b;
}
.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: #00688b;
  border-color: #003649;
}
.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: #00a8e2;
  border-color: #0095c9;
}
.btn-info .badge {
  color: #00a8e2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ff8400;
  border-color: #e67700;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cc6a00;
  border-color: #663500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc6a00;
  border-color: #a85700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc6a00;
  background-image: none;
  border-color: #a85700;
}
.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: #a85700;
  border-color: #663500;
}
.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: #ff8400;
  border-color: #e67700;
}
.btn-warning .badge {
  color: #ff8400;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ea002a;
  border-color: #d10025;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b70021;
  border-color: #51000f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b70021;
  border-color: #93001a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b70021;
  background-image: none;
  border-color: #93001a;
}
.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: #93001a;
  border-color: #51000f;
}
.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: #ea002a;
  border-color: #d10025;
}
.btn-danger .badge {
  color: #ea002a;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #691f40;
  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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #323e48;
  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: 1rem;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 0.7rem;
  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;
  -moz-transition: opacity 0.15s linear 1s ease-in-out;
  -webkit-transition: opacity 0.15s linear 1s ease-in-out;
  -o-transition: opacity 0.15s linear 1s ease-in-out;
  transition: opacity 0.15s linear 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.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: 0.8rem;
  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);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 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: #f0f2f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #38414b;
  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: 0.7rem;
  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);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.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: 16rem;
  padding: 6px 12px;
  font-size: 1rem;
  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: 16rem;
  line-height: 16rem;
}
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: 9rem;
  padding: 3px 6px;
  font-size: 0.7rem;
  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: 9rem;
  line-height: 9rem;
}
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: 5px 6px;
  font-size: 0.8rem;
  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: 3px 6px;
  font-size: 0.7rem;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 6px 12px;
  font-size: 1rem;
  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: #691f40;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.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 rgba(91, 103, 112, 0.2);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: white;
  border: 1px solid rgba(91, 103, 112, 0.2);
  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: white;
  }
}
.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: #38414b;
}
.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: white;
  }
}
.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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 6px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #691f40;
  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: #323e48;
  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: #38414b;
  border-color: #38414b;
}
.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: 1rem;
  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: 3px 6px;
  font-size: 0.7rem;
  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: 18px 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: #38414b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #22282e;
}
.label-success {
  background-color: #81bc00;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5e8900;
}
.label-info {
  background-color: #00a8e2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0082af;
}
.label-warning {
  background-color: #ff8400;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc6a00;
}
.label-danger {
  background-color: #ea002a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b70021;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff8400;
  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: #691f40;
  background-color: #ff8400;
}
.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: 2rem;
  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: 4rem;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: white;
  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;
  -moz-transition: border 0.2s ease-in-out 1s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out 1s ease-in-out;
  -o-transition: border 0.2s ease-in-out 1s ease-in-out;
  transition: border 0.2s ease-in-out 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #691f40;
}
.thumbnail .caption {
  padding: 9px;
  color: #161616;
}
.alert {
  padding: 5px;
  margin-bottom: 18px;
  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: 25px;
}
.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: 18px;
  margin-bottom: 18px;
  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);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.7rem;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #38414b;
  -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-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -moz-transition: width 0.6s ease 1s ease-in-out;
  -webkit-transition: width 0.6s ease 1s ease-in-out;
  -o-transition: width 0.6s ease 1s ease-in-out;
  transition: width 0.6s ease 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.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: #81bc00;
}
.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: #551934;
}
.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: #ff8400;
}
.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: #ea002a;
}
.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: #38414b;
  border-color: #38414b;
}
.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: #9ba7b4;
}
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: 18px;
  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);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.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: 1rem;
  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: #ffffff;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
  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: 18px;
}
.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 rgba(91, 103, 112, 0.2);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.panel-default {
  border-color: none;
}
.panel-default > .panel-heading {
  color: #161616;
  background-color: #ffffff;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  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: #ffffff;
  border-color: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-primary > .panel-heading .badge {
  color: #ffffff;
  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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
}
.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;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #691f40;
  content: " \e606\00a0";
}
.breadcrumb > .active {
  color: #323e48;
}
.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);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px 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);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px 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: 0.7rem;
  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: 0.8rem;
  background-color: #ffffff;
  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);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.8rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  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;
  -moz-transition: 0.6s ease-in-out left 1s ease-in-out;
  -webkit-transition: 0.6s ease-in-out left 1s ease-in-out;
  -o-transition: 0.6s ease-in-out left 1s ease-in-out;
  transition: 0.6s ease-in-out left 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer: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,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse: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,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  }
}
code,
kbd,
pre,
samp {
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 0.7rem;
  color: #161616;
  background-color: #ffffff;
  border-radius: rgba(91, 103, 112, 0.2);
}
kbd {
  padding: 2px 4px;
  font-size: 0.7rem;
  color: #161616;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: -0.2rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #161616;
  background-color: #ffffff;
  border: 1px solid rgba(91, 103, 112, 0.2);
}
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;
}
/**
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; */
.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;
}
.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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: inherit;
  color: #38414b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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: 6px;
  font-size: 0.8rem;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -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;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s ease-in-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s ease-in-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.form-control:focus {
  border-color: #b83670;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(184, 54, 112, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(184, 54, 112, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(184, 54, 112, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(184, 54, 112, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(184, 54, 112, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
}
.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 {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 1.56rem;
  }
  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: 9rem;
  }
  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: 16rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  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-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 18.8px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 9rem;
  padding: 3px 6px;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 9rem;
  line-height: 9rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 9rem;
  padding: 3px 6px;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 9rem;
  line-height: 9rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 9rem;
  min-height: 18.7px;
  padding: 4px 6px;
  font-size: 0.7rem;
  line-height: 1.5;
}
.input-lg {
  height: 16rem;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 16rem;
  line-height: 16rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 16rem;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 16rem;
  line-height: 16rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 16rem;
  min-height: 19px;
  padding: 7px 12px;
  font-size: 1rem;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 1.95rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 1.56rem;
  height: 1.56rem;
  line-height: 1.56rem;
  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: 16rem;
  height: 16rem;
  line-height: 16rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
}
.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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, 0.5);
}
.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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, 0.5);
}
.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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, 0.5);
}
.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: 23px;
}
.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: top;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 18.375px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
    overflow-wrap: break-word;
  }
}
.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: 1rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 0.7rem;
  }
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 1rem;
  line-height: 18px;
  height: 40px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  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: 5.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
  }
  .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: 18px;
  }
  .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: 11px;
    padding-bottom: 11px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  margin-top: 8.57142857px;
  margin-bottom: 8.57142857px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  }
}
.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: 19.22px;
  margin-bottom: 19.22px;
}
.navbar-btn.btn-sm {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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-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: #691f40;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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-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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@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-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;
}
.badge {
  font-size: 0.65rem;
  margin-left: -4px;
  position: absolute;
}
.il-counter-novelty {
  padding: 2px 4px;
  margin-top: -5px;
  background-color: #ff8400;
}
.il-counter-status {
  padding: 2px 4px;
  margin-top: 10px;
  background-color: #808d98;
}
.panel {
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading.ilHeader,
.panel .panel-heading.ilBlockHeader {
  background-color: #ffffff;
  margin: 0;
  padding: 9px 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.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: 0.813rem;
  line-height: 1.33;
  font-weight: 600;
}
.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: 0.8rem;
}
.panel .panel-heading.ilHeader .dropdown > button.dropdown-toggle,
.panel .panel-heading.ilBlockHeader .dropdown > button.dropdown-toggle {
  color: white;
}
.panel .panel-body {
  padding: 15px 15px;
  background-color: white;
}
.panel-flex .panel-heading {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.panel-flex .ilHeader {
  display: flex;
}
.panel-flex h2.ilHeader {
  flex-grow: 99;
  flex-shrink: 1;
  line-height: 20;
  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: 6px;
  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: #ffffff;
  text-align: center;
  padding-top: 6px;
}
.panel-primary h2.ilHeader {
  font-weight: 600;
}
.panel-secondary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-secondary .panel-heading.ilHeader h2.ilHeader {
  font-size: 1rem;
}
.panel-secondary .panel-heading.ilHeader h2.ilHeader {
  font-size: 1rem;
}
.panel-secondary .panel-body .il-item-group {
  margin: 0 -15px;
}
.panel-secondary .panel-body .il-item-group h2 {
  padding: 6px 15px;
}
.panel-secondary .panel-body .il-item-group h3 {
  padding: 6px 15px;
}
.panel-secondary .panel-body .il-item-group:first-child {
  margin-top: -15px;
}
.panel-secondary .panel-body .il-item-group:last-child {
  margin-bottom: -15px;
}
.panel-secondary .panel-body .il-item-group .il-item {
  padding-left: 15px;
}
.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: 0.8rem;
  color: #161616;
  margin: 0;
}
.panel-secondary .il-std-item-container:not(:last-child) {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.panel-sub {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: -15px -15px;
}
.panel-sub .panel-body {
  margin: 0;
}
.panel-sub:first-child .panel-heading {
  padding: 9px 15px;
}
.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: #ffffff;
  margin-bottom: 20px;
}
.il-panel-listing-std-container > h2 {
  color: #161616;
  font-size: 0.813rem;
  font-weight: 600;
  float: left;
  padding: 9px 15px;
  margin: 0;
  line-height: 1.33;
}
.il-panel-listing-std-container .dropdown {
  float: right;
}
.il-panel-listing-std-container > .dropdown {
  padding: 9px 15px;
}
.il-panel-listing-std-container > .dropdown:not(:last-child) {
  padding-bottom: 3px;
}
.il-card {
  padding: 0 0 6px 0;
  width: 100%;
  position: relative;
  background-color: white;
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 0;
  box-shadow: none;
  /* 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 {
  font-size: 0.8rem;
}
.il-card.thumbnail {
  margin-bottom: 0px;
  font-size: 0.7rem;
}
.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: #ff8400;
  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: 400;
  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 {
  filter: brightness(3);
}
.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: 38px;
}
.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: 11px 6px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button {
  background-color: inherit;
  border: rgba(91, 103, 112, 0.2) 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: #ffffff;
}
@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: -3px;
  margin-right: 0;
  margin-bottom: 12px;
}
.il-deck .row > div {
  padding-left: 3px;
  padding-right: 3px;
  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;
}
.ui-dropzone {
  border: 1px dashed #aab3ba;
  background: white;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
}
.ui-dropzone-wrapper {
  background: none;
  border: none;
}
.ui-dropzone.highlight {
  border: 1px dashed #aab3ba;
  border-radius: 0px;
  background: #FFFFD6;
  padding: calc(5px - 1px);
}
.ui-dropzone.highlight-current {
  border: 1px dashed #8e9aa3;
  background-color: #FFF9BC;
  padding: calc(5px - 1px);
}
.ui-dropzone-message {
  font-size: 0.8rem;
  margin-bottom: 5px;
  float: right;
}
.ui-dropzone .form-group {
  width: 100%;
}
.ui-dropzone .form-group input,
.ui-dropzone .form-group textarea {
  width: 100%;
}
.btn {
  font-size: 0.7rem;
}
.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;
}
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: 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: #691f40;
  border-color: #691f40;
}
.btn-default:focus,
.btn-default.focus {
  color: white;
  background-color: #421328;
  border-color: #070204;
}
.btn-default:hover {
  color: white;
  background-color: #421328;
  border-color: #3a1123;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #421328;
  background-image: none;
  border-color: #3a1123;
}
.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: #260b17;
  border-color: #070204;
}
.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: #691f40;
  border-color: #691f40;
}
.btn-default .badge {
  color: #691f40;
  background-color: white;
}
.btn-default:focus-visible {
  position: relative;
}
.btn-primary {
  color: white;
  background-color: #444d54;
  border-color: #444d54;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #2d3338;
  border-color: #0b0c0e;
}
.btn-primary:hover {
  color: white;
  background-color: #2d3338;
  border-color: #292e32;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #2d3338;
  background-image: none;
  border-color: #292e32;
}
.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: #1d2124;
  border-color: #0b0c0e;
}
.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: #444d54;
  border-color: #444d54;
}
.btn-primary .badge {
  color: #444d54;
  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 3px;
  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("images/loader.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}
.minimize,
.close {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #808d98;
}
.minimize:hover,
.close:hover,
.minimize:focus,
.close:focus {
  color: #5b6770;
  text-decoration: none;
}
button.minimize,
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
}
.btn-tag {
  display: inline-block;
  white-space: nowrap;
  padding: 1px 3px;
  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: 24px;
  padding-left: 27px;
  padding-right: 27px;
  border-radius: 40px;
  cursor: pointer;
}
.il-toggle-button .il-toggle-switch {
  position: absolute;
  top: 2px;
  left: 4%;
  width: 18px;
  height: 18px;
  border-radius: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  /* Safari */
  transition: all 0.25s ease-in-out;
}
.il-toggle-button.on {
  background: #5b6770;
  border: 1px solid #5b6770;
}
.il-toggle-button.on .il-toggle-label-on {
  position: absolute;
  top: 3px;
  left: 9px;
  font-weight: 600;
  font-size: 0.7rem;
  color: white;
}
.il-toggle-button.on .il-toggle-switch {
  left: 63%;
  background: white;
  border: 1px solid white;
}
.il-toggle-button.off {
  background: rgba(91, 103, 112, 0.2);
  border: 1px solid rgba(91, 103, 112, 0.2);
}
.il-toggle-button.off .il-toggle-label-off {
  position: absolute;
  top: 3px;
  left: 24px;
  font-weight: 600;
  font-size: 0.7rem;
}
.il-toggle-button.off .il-toggle-switch {
  background: white;
  border: 1px solid white;
}
.il-toggle-button.unavailable {
  background: #808d98;
  border: 1px solid #808d98;
}
.il-toggle-button.unavailable .il-toggle-switch {
  background: #5b6770;
  border: 1px solid #5b6770;
}
.ilToolbar .il-toggle-button {
  bottom: 5px;
}
.ilToolbar label {
  font-size: 0.7rem;
}
h4.il-divider {
  padding: 3px 6px;
  margin-bottom: 0px;
  background-color: white;
  display: block;
  font-size: 0.7rem;
  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: 5px 0;
}
ul.dropdown-menu {
  background-color: white;
  font-weight: 400;
  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);
  -webkit-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
}
ul.dropdown-menu > li {
  padding-top: 1px;
  padding-bottom: 1px;
}
ul.dropdown-menu > li > .btn {
  display: block;
  width: 100%;
  clear: both;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 0.8rem;
  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: #f0f2f5;
}
.il-maincontrols-slate-content .dropdown-menu {
  right: 0;
  left: inherit;
}
.il-std-item-container:not(:last-child) {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.il-item {
  background-color: white;
  position: relative;
  padding: 15px;
}
.il-item .il-item-title {
  font-size: 0.8rem;
  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 rgba(91, 103, 112, 0.2);
}
.il-item .dropdown {
  display: inline-block;
  float: right;
}
.il-item .il-item-description {
  padding: 10px 0 0 0;
  font-size: 0.7rem;
  clear: both;
}
.il-item .il-item-property-name {
  font-size: 0.7rem;
  color: #6f6f6f;
  overflow: hidden;
}
.il-item .il-item-property-name:not(:empty):after {
  content: ": ";
}
.il-item .il-item-property-value {
  font-size: 0.7rem;
  overflow: hidden;
}
.il-item .il-chart-progressmeter-box {
  max-width: 80px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .il-item .il-chart-progressmeter-viewbox {
    padding-top: 6px;
  }
}
.il-item .col-sm-9 > .row {
  clear: both;
}
.il-item .row .row > .col-md-6 {
  margin-bottom: 6px;
}
.il-item .il-item-audio {
  padding: 6px 0;
}
.il-item-marker {
  border-left: 5px solid;
}
.il-item-group {
  clear: both;
  background-color: #ffffff;
}
.il-item-group > h3 {
  float: left;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  padding: 9px 15px;
  margin: 0;
}
.il-item-group .dropdown {
  float: right;
}
.il-item-group-items {
  clear: both;
}
.il-item-group-items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.il-item-notification-replacement-container:not(:first-child) .il-notification-item {
  margin-top: 6px;
}
.il-notification-item {
  padding-right: 18px;
}
.il-notification-item .il-item-notification-title {
  font-size: 1rem;
  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: -18px;
}
.il-item-shy {
  display: flex;
  gap: 10px;
}
.il-item-shy .content {
  width: 100%;
  display: grid;
  grid-template-areas: "title close" "description description" "divider divider" "properties properties";
  grid-auto-columns: auto 0.7rem;
}
.il-item-shy .content .il-item-title {
  grid-area: title;
}
.il-item-shy .content .close {
  grid-area: close;
}
.il-item-shy .content .il-item-description {
  grid-area: description;
}
.il-item-shy .content .il-item-divider {
  grid-area: divider;
}
.il-item-shy .content .il-item-properties {
  grid-area: properties;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
}
@media only screen and (min-width: 769px) {
  .panel-secondary .il-item {
    width: 100%;
  }
  .panel-secondary .il-item .il-item-title {
    word-break: break-word;
  }
  .panel-secondary .il-item .il-item-description {
    padding-top: 0;
    word-break: break-word;
  }
  .panel-secondary .il-item .il-item-divider {
    padding: 6px 0 0 0;
    margin: 0 0 6px 0;
  }
  .panel-secondary .il-item .col-sm-3 {
    margin-top: 5px;
    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: 50px;
  }
  .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 #691f40;
  font-weight: 400;
}
.il-viewcontrol-pagination .dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}
.ilBlockContent .il-viewcontrol-section .btn.btn-default {
  background-color: transparent;
  border: 0;
  color: #691f40;
  padding: 5px 5px;
}
.il-viewcontrol-pagination .engaged,
.il-viewcontrol-mode .engaged {
  pointer-events: none;
  cursor: default;
}
.il-viewcontrol-mode .btn + .btn {
  border-left-color: rgba(91, 103, 112, 0.2);
}
.il-viewcontrol-mode .btn:not(:last-child):hover {
  border-right-color: rgba(91, 103, 112, 0.2);
}
.panel-secondary .il-viewcontrol-section .btn-default,
.panel-secondary .il-viewcontrol-section .btn-default:active {
  background-color: transparent;
  border-color: transparent;
  color: #691f40;
  box-shadow: none;
}
.panel-secondary .il-viewcontrol-section .glyphicon {
  font-size: 0.8rem;
}
.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: 0.7rem;
  padding: 6px;
  padding-left: 20px;
}
.breadcrumb_wrapper .breadcrumb span.crumb a {
  color: #691f40;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:hover {
  color: #323e48;
}
.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: #808d98;
  padding: 8px 10px;
  font-family: "il-icons";
}
/* Breadcrumb */
.breadcrumb {
  margin: 0.8em 0 18px 0;
  font-size: 0.7rem;
}
.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: 0.65rem;
  padding: 1px 3px;
  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: #691f40;
}
/*****************/
/* 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: 0.65rem;
  font-weight: 600;
  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;
}
/*****************/
/* Bar Chart */
/*****************/
.il-chart-bar-horizontal {
  padding-top: 12px;
  padding-bottom: 12px;
}
.il-chart-bar-vertical {
  padding-top: 12px;
  padding-bottom: 12px;
}
.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 {
  padding-left: 12px;
  padding-right: 12px;
  background-color: white;
  color: #161616;
}
.il-standard-form .il-standard-form-footer,
.il-standard-form .il-section-input-header {
  padding: 32px 15px 12px 15px;
  background-color: white;
  color: #161616;
}
.il-standard-form .il-standard-form-header + .il-section-input > .il-section-input-header {
  border-top: none;
}
.il-standard-form .il-section-input-header {
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
}
.il-standard-form .il-standard-form-header h2,
.il-standard-form .il-section-input-header h2 {
  font-size: 0.813rem;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 3px;
}
.il-standard-form .il-standar-form-header-byline,
.il-standard-form .il-section-input-header-byline {
  font-size: 0.7rem;
}
.il-standard-form .il-standard-form-header + .il-section-input {
  margin-top: -1.25rem;
  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: #f0f0f0;
  padding: 3px 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: 0.8rem;
  font-weight: 400;
  line-height: 1;
  color: #161616;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #b8c0c6;
  border-radius: 0;
}
.form-horizontal .help-block {
  color: #161616;
  font-size: 0.7rem;
  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: 3px 0 0;
  padding: 0 3px 0 3px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
label,
input[type=checkbox],
input[type=radio],
select {
  cursor: pointer;
}
.form-control {
  height: 1.75rem;
  padding: 5px 6px;
  font-size: 0.7rem;
  color: #161616;
  border: 1px solid #aab3ba;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
}
.form-horizontal {
  margin-bottom: 20px;
  background: white;
}
form.form-inline {
  margin-bottom: 20px;
}
.form-horizontal .form-group {
  margin: 0px;
  padding: 5px 0;
  background-color: white;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.form-control:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  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-horizontal .control-label {
  text-align: left;
  padding-bottom: 6px;
  min-height: 18.8px;
}
@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 {
  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: 1.56rem;
}
.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;
}
.radio .help-block {
  padding-left: 0;
}
label {
  font-weight: 400;
}
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;
}
.il-input-tag {
  --tags-focus-border-color: #691f40;
  --tag-bg: #691f40;
  --tag-hover: #691f40;
  --tag-text-color: white;
  --tag-invalid-color: #691f40;
  --tag-invalid-bg: #691f40;
  --tag-remove-bg: #691f40;
  --tag-remove-btn-color: white;
  --tag-remove-btn-bg--hover: #691f40;
  --tag-hide-transition: 0s;
  line-height: 1.42857143;
}
.il-input-tag .label-custom-1 {
  --tag-bg: #f3de2c;
}
.il-input-tag .label-custom-2 {
  --tag-bg: #d38000;
}
.il-input-tag .label-custom-3 {
  --tag-bg: #307C88;
}
.il-input-tag .label-custom-4 {
  --tag-bg: #86cb92;
}
.il-input-tag .label-custom-5 {
  --tag-bg: #ce73a8;
}
.il-input-tag .label-custom-6 {
  --tag-bg: #82639e;
}
.il-input-tag .label-custom-7 {
  --tag-bg: #9e7c7d;
}
.il-input-tag .label-custom-8 {
  --tag-bg: #f75e82;
}
.il-input-tag .label-custom-9 {
  --tag-bg: #ea4d54;
}
.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 6px;
  line-height: 1.42857143;
  font-weight: 600 !important;
  margin-bottom: 11px;
}
.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: 4.56rem;
}
.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 #aab3ba;
  background-color: white;
}
.il-filter .input-group .btn-bulky {
  background-color: #f0f0f0;
}
.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: 3px 12px;
  background-color: #ffffff;
}
.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: 0.8rem;
}
.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: 0.8rem;
}
.il-filter .glyphicon {
  font-size: 0.8rem;
}
.il-filter-inputs-active {
  background-color: #ffffff;
  padding: 3px 6px;
}
.il-filter-inputs-active span {
  display: inline-block;
  margin: 3px 6px 3px 0;
  padding: 0 6px;
  float: left;
  background-color: white;
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90vw;
}
.il-filter-input-section {
  border-top: 1px solid rgba(91, 103, 112, 0.2);
  position: relative;
  padding-bottom: 40px;
  padding-right: 12px;
  margin: 0;
  background: #ffffff;
}
.il-filter-input-section .leftaddon {
  font-size: 0.7rem;
}
.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: #ffffff;
  }
}
.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;
}
.ui-input-file-input-dropzone {
  border: 1px dashed #aab3ba;
  padding: 5px 6px;
}
.ui-input-file-input-dropzone button {
  font-size: 0.8rem;
  margin-left: 6px;
}
.ui-input-file-input-error-msg {
  font-size: 0.8rem;
  color: #ea002a;
}
.ui-input-file-input-dropzone button:disabled,
.ui-input-file-input-dropzone button:disabled:hover {
  color: #b0b0b0;
  border: none;
  background: none;
}
.ui-input-file-input {
  border: 0px none transparent;
  margin-bottom: 6px;
  padding: 6px;
}
.ui-input-file-input span {
  font-size: 0.8rem;
}
.ui-input-file-input span[data-action="collapse"],
.ui-input-file-input span [data-file-action="expand"] {
  margin: 6px 0;
}
.ui-input-file-input span[data-action="remove"] .glyph {
  margin-left: 6px;
  float: right;
}
.ui-input-file-input span[data-dz-name] {
  margin-right: 6px;
}
.ui-input-file-input span[data-dz-size] {
  margin-right: 6px;
  font-style: italic;
}
.ui-input-file-input-progress-container {
  height: 3px;
  background-color: #f0f0f0;
  margin-top: 6px;
  margin-bottom: -6px;
  margin-left: -6px;
  margin-right: -6px;
}
.ui-input-file-input-progress-container .ui-input-file-input-progress-indicator {
  background-color: #aab3ba;
  float: left;
  height: inherit;
  width: 0%;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ui-input-file-input-progress-container .ui-input-file-input-progress-indicator.success {
  background-color: #81bc00;
}
.ui-input-file-input-progress-container .ui-input-file-input-progress-indicator.error {
  background-color: #ff8400;
}
.il-table-presentation-viewcontrols {
  background-color: #f0f2f5;
  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: #691f40;
  background-color: white;
  border-color: #691f40;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):focus,
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged).focus {
  color: #691f40;
  background-color: #e6e6e6;
  border-color: #070204;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged):hover {
  color: #691f40;
  background-color: #e6e6e6;
  border-color: #3a1123;
}
.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: #691f40;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #3a1123;
}
.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: #691f40;
  background-color: #d4d4d4;
  border-color: #070204;
}
.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: #691f40;
}
.il-table-presentation-viewcontrols .btn-default:not(.disabled):not(.engaged) .badge {
  color: white;
  background-color: #691f40;
}
.il-table-presentation-viewcontrols .btn-default.engaged {
  color: white;
  background-color: #691f40;
  border-color: #691f40;
}
.il-table-presentation-viewcontrols .btn-default.engaged:focus,
.il-table-presentation-viewcontrols .btn-default.engaged.focus {
  color: white;
  background-color: #421328;
  border-color: #070204;
}
.il-table-presentation-viewcontrols .btn-default.engaged:hover {
  color: white;
  background-color: #421328;
  border-color: #3a1123;
}
.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: #421328;
  background-image: none;
  border-color: #3a1123;
}
.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: #260b17;
  border-color: #070204;
}
.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: #691f40;
  border-color: #691f40;
}
.il-table-presentation-viewcontrols .btn-default.engaged .badge {
  color: #691f40;
  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: white;
  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: 2rem;
}
.il-table-presentation-row .il-table-presentation-row-header h4 {
  font-size: 1rem;
  font-weight: 400;
  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 {
  padding-right: 6px;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-desclist.desclist-column {
  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.desclist-column {
    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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 0.7rem;
}
.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: 600;
}
.il-workflow {
  word-break: break-word;
}
.il-workflow.linear {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.il-workflow-header .il-workflow-title {
  background-color: #ffffff;
  color: #161616;
  font-size: 0.813rem;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 6px 12px;
}
.il-workflow-container {
  list-style: none;
  padding: 0 6px;
}
.il-workflow-container .il-workflow-step:before {
  background-color: white;
  border: 1.05px solid #691f40;
  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 .il-workflow-step .il-workflow-step-description {
  font-size: 0.8rem;
  font-weight: 300;
}
.il-workflow-container .not-available:before,
.il-workflow-container .no-longer-available:before {
  content: "\e033";
  color: rgba(91, 103, 112, 0.2);
  background-color: #ffffff;
  border: none;
}
.il-workflow-container .not-available.in-progress:before,
.il-workflow-container .no-longer-available.in-progress:before {
  background-color: #cd548a;
  color: white;
}
.il-workflow-container .not-available.in-progress .text span,
.il-workflow-container .no-longer-available.in-progress .text span {
  color: #5b6770;
  opacity: 0.5;
}
.il-workflow-container .not-available .text,
.il-workflow-container .no-longer-available .text {
  color: rgba(91, 103, 112, 0.2);
}
.il-workflow-container .no-longer-available:before {
  content: "\e023";
}
.il-workflow-container .completed-successfully:before,
.il-workflow-container .completed-unsuccessfully:before {
  background-color: rgba(91, 103, 112, 0.2);
  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: #691f40;
}
.il-workflow-container .active:before {
  margin: 0;
  width: 31.5px;
  height: 31.5px;
  font-size: 0.813rem;
}
.il-workflow-container .active.completed-successfully:before,
.il-workflow-container .active.completed-unsuccessfully:before {
  line-height: 31.5px;
  background-color: #691f40;
}
.il-workflow-container .active .text .il-workflow-step-label,
.il-workflow-container .active .text .il-workflow-step-label .btn.btn-link {
  color: #691f40;
  font-size: 1rem;
  font-weight: 400;
}
.il-workflow-container .text {
  border-left: 1px dashed #5b6770;
  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: 1rem;
  font-weight: 400;
  margin-top: -3px;
}
#il_right_col .il-workflow {
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#il_right_col .il-workflow .il-workflow-header {
  background-color: #ffffff;
  margin: 0;
  padding: 9px 15px;
}
#il_right_col .il-workflow .il-workflow-header h3 {
  margin: 0;
  padding: 0;
  color: #161616;
  font-size: 0.813rem;
  line-height: 1.33;
  font-weight: 600;
}
#il_right_col .il-workflow .il-workflow-container {
  padding: 15px 15px;
}
/* common css for characteristic value listing */
.il-listing-characteristic-value-row {
  /* i tried .ilClearFloat, did not work as expected */
  border-top: solid rgba(91, 103, 112, 0.2) 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 3px;
}
.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: #ffffff;
  padding: 6px 12px;
  font-size: 0.7rem;
  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: 1rem;
}
.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 .carousel-inner {
  min-height: 400px;
}
.carousel .carousel-indicators li {
  border-color: rgba(91, 103, 112, 0.2);
  background-color: #691f40;
}
.carousel .carousel-indicators li.active {
  background-color: white;
}
.carousel .carousel-control {
  background: transparent;
  color: #691f40;
  text-shadow: 0px 0px 8px white;
  opacity: 0.9;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus-visible {
  position: absolute;
  opacity: 1;
  text-shadow: 0px 0px 10px white;
}
.il-modal-roundtrip .il-standard-form .row .col-sm-4,
.il-modal-roundtrip .il-standard-form .row .col-md-3,
.il-modal-roundtrip .il-standard-form .row .col-lg-2 {
  width: 33.33%;
}
.il-modal-roundtrip .il-standard-form .row .col-sm-8,
.il-modal-roundtrip .il-standard-form .row .col-md-9,
.il-modal-roundtrip .il-standard-form .row .col-lg-10 {
  width: 66.67%;
}
.il-tree {
  list-style-type: none;
  padding: 0 3px 0 calc(3px + 4px);
  margin-left: 0;
}
.il-tree ul {
  padding-left: 0.8rem;
  list-style-type: none;
}
.il-tree li.il-tree-node {
  padding: 0;
}
.il-tree li.il-tree-node .node-line {
  padding: 3px 0 3px 0.8rem;
  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: #f0f2f5;
}
.il-tree li.il-tree-node.expandable > .node-line:before {
  color: #808d98;
  position: absolute;
  margin-left: -0.8rem;
}
.il-tree li.il-tree-node[aria-expanded="false"] > ul {
  display: none;
}
.shadow-right {
  box-shadow: 1px 3px 4px rgba(50, 62, 72, 0.2);
}
.shadow-bottom {
  box-shadow: 0 2px 2px rgba(50, 62, 72, 0.2);
}
.shadow-top {
  box-shadow: 0 0 4px rgba(50, 62, 72, 0.2);
}
* {
  box-sizing: border-box;
}
menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}
.il-layout-page {
  background: white;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 50px 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 {
  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: flex;
  flex-direction: column;
  z-index: 996;
}
.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: flex;
}
header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(50, 62, 72, 0.2);
}
.breadcrumbs {
  position: sticky;
  top: 0;
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: row;
  z-index: 995;
  box-shadow: 0 2px 2px rgba(50, 62, 72, 0.2);
}
div.il-system-infos {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
  z-index: 998;
}
.header-inner {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: row;
  height: 50px;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  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: 1rem;
  align-items: flex-end;
  padding-left: 35px;
  color: #161616;
}
.il-header-locator {
  display: none;
}
nav.il-maincontrols {
  grid-column: 1;
  grid-row: 4;
  z-index: 998;
}
.il-maincontrols-mainbar {
  background-color: white;
  display: grid;
  height: 100%;
  grid-template-columns: 80px 329px;
  grid-template-rows: 1fr;
  width: 80px;
}
.il-mainbar {
  background-color: #5b6770;
  grid-column: 1;
  grid-row: 1;
  z-index: 997;
  box-shadow: 1px 3px 4px rgba(50, 62, 72, 0.2);
}
.il-mainbar-tools-button {
  display: flex;
  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: flex;
  flex-direction: row;
}
.il-mainbar-slates {
  grid-column: 2;
  grid-row: 1;
}
main {
  display: block;
}
.il-layout-page-content {
  display: flex;
  flex-flow: column;
  overflow: auto;
}
.il-layout-page-content:focus-visible {
  outline: none;
}
.il-layout-page-content #mainspacekeeper {
  flex-grow: 1;
  width: 100%;
}
/* Footer */
footer {
  background-color: white;
  min-height: auto;
  padding: 10px 0 10px 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: white;
    display: block;
    overflow: initial;
    width: 100%;
  }
  .il-layout-page .nav.il-maincontrols {
    position: fixed;
    bottom: 0;
    z-index: 998;
    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 60px;
    grid-template-rows: 0 60px;
    grid-template-rows: 0 calc(60px + 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(50, 62, 72, 0.2);
  }
  .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 60px;
    grid-template-rows: 1fr 60px;
    grid-template-rows: 1fr calc(60px + 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(50, 62, 72, 0.2);
  }
  .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: 996;
  }
  .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 2px 2px rgba(50, 62, 72, 0.2);
  }
  .il-logo {
    width: 45px;
  }
  .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: #5b6770;
    font-size: 1rem;
    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: 1rem;
    margin-right: 6px;
  }
  .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: #5b6770;
    outline: none;
  }
  .il-header-locator span.caret {
    display: none;
  }
  .il-maincontrols-mainbar {
    display: block;
    width: 100%;
  }
  .il-mainbar {
    background-color: #5b6770;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    max-height: calc(60px + 1.2 * env(safe-area-inset-bottom));
    overflow: hidden;
    z-index: 997;
  }
  .il-mainbar-tools-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .il-mainbar-tools-button button {
    height: 60px;
    width: 80px;
  }
  .il-mainbar-tools-entries button {
    height: 60px;
    width: 80px;
  }
  .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: 60px;
  }
  .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: 60px;
  }
  .il-layout-page-content > div {
    flex-grow: 1;
  }
  footer {
    margin-bottom: 72px;
  }
}
/*
**************************************************************
       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: 15px 40px 15px 6px;
}
.il-maincontrols-slate .link-bulky {
  padding: 15px 6px 15px 6px;
}
.il-maincontrols-slate .btn-bulky,
.il-maincontrols-slate .link-bulky {
  align-items: flex-start;
  background-color: #f0f0f0;
  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.0625rem;
  position: absolute;
  right: 6px;
  top: 15px;
  line-height: 18px;
}
.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, 255, 255, 0.3);
  color: inherit;
}
.il-maincontrols-slate .btn-bulky .icon,
.il-maincontrols-slate .link-bulky .icon {
  margin-right: 6px;
  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: 0.9375rem;
  line-height: 18px;
  text-align: left;
  word-break: normal;
}
.il-maincontrols-slate .il-maincontrols-slate .btn-bulky {
  background-color: #ffffff;
}
.il-maincontrols-slate.il-maincontrols-slate-notification .il-maincontrols-slate-notification-title {
  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: #ffffff;
  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.0625rem;
  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.0625rem;
  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: #ffffff;
}
.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(255, 255, 255, 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(255, 255, 255, 0.1);
}
.il-maincontrols-slate-content > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.il-maincontrols-slate-content > ul li {
  padding: 0;
}
.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: 6px 12px;
}
.il-maincontrols-slate-content > hr {
  margin: 6px 0;
}
.il-maincontrols-slate-content li.jstree-node {
  padding: 3px 0;
}
.il-maincontrols-slate-content li.il-workflow-step {
  padding: 0 12px;
}
.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 rgba(91, 103, 112, 0.2);
  border-top: 1px solid rgba(91, 103, 112, 0.2);
  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: white;
  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: white;
  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: 29px;
  }
  .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: 1.0625rem;
  margin-right: 6px;
  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: 5px 6px;
  line-height: 40px;
  border: 1px solid transparent;
}
.il-maincontrols-metabar > li > .btn-bulky,
.il-maincontrols-metabar > li > .link-bulky {
  background-color: transparent;
  height: 40px;
  min-width: 40px;
}
@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(50, 62, 72, 0.2);
  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: #808d98;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .il-maincontrols-metabar .il-counter-novelty {
    top: 6px;
  }
  .il-maincontrols-metabar .il-counter-status {
    top: 22px;
  }
  .il-maincontrols-metabar .il-metabar-more-button {
    padding-right: 18px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom {
    position: relative;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom img {
    margin-right: 6px;
  }
  .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: -6px;
  }
  .il-maincontrols-metabar .il-metabar-more-button .icon.custom .badge.il-counter-status {
    margin-top: 12px;
  }
}
.il-metabar-slates {
  box-shadow: 1px 3px 4px rgba(50, 62, 72, 0.2);
  background-color: #fafafa;
  position: absolute;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  right: 0;
  top: 40px;
}
.il-metabar-slates .il-maincontrols-slate {
  min-width: 400px;
}
.il-metabar-slates .bulky-label {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 768px) {
  .il-metabar-slates {
    width: 100%;
    top: 45px;
    right: 0;
  }
  .il-metabar-slates .glyphicon {
    color: #808d98;
    font-size: 1.25rem;
  }
  .il-metabar-slates .il-counter-status,
  .il-metabar-slates .il-counter-novelty {
    margin-top: 0;
    top: 6px;
  }
  .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";
    position: absolute;
    font-size: 1.0625rem;
    right: 12px;
    top: 15px;
    line-height: 18px;
  }
  .il-metabar-slates .il-maincontrols-slate {
    min-width: 260px;
  }
}
.focus_hovered_engaged_slate_trigger_mixin {
  background-color: white;
  color: #5b6770;
}
.focus_hovered_engaged_slate_trigger_mixin .glyph {
  color: #5b6770;
}
.focus_hovered_engaged_slate_trigger_mixin .icon {
  filter: invert(50%);
}
.focus_hovered_engaged_slate_trigger_mixin .bulky-label {
  color: #5b6770;
}
.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.65rem;
  line-height: 0.8645rem;
}
.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;
  display: block;
}
.il-maincontrols-mainbar .il-item-shy,
.il-maincontrols-metabar .il-item-shy {
  margin-bottom: 2px;
}
.il-maincontrols-mainbar .il-item-shy:not(:hover),
.il-maincontrols-metabar .il-item-shy:not(:hover) {
  background: #ffffff;
}
.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: #5b6770;
  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: #5b6770;
  border: 0;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  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: brightness(3);
}
.il-mainbar-triggers .btn-bulky .icon.small,
.il-mainbar-triggers .il-link.link-bulky .icon.small {
  width: 25px;
  height: 25px;
}
.il-mainbar-triggers .btn-bulky.engaged,
.il-mainbar-triggers .il-link.link-bulky.engaged {
  background-color: white;
  color: #5b6770;
}
.il-mainbar-triggers .btn-bulky.engaged .glyph,
.il-mainbar-triggers .il-link.link-bulky.engaged .glyph {
  color: #5b6770;
}
.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: #5b6770;
}
.il-mainbar-triggers .btn-bulky:focus-visible,
.il-mainbar-triggers .il-link.link-bulky:focus-visible {
  background-color: white;
  color: #5b6770;
}
.il-mainbar-triggers .btn-bulky:focus-visible .glyph,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .glyph {
  color: #5b6770;
}
.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: #5b6770;
}
.il-mainbar-triggers .btn-bulky:hover,
.il-mainbar-triggers .il-link.link-bulky:hover {
  transition: all 0.15s ease-in;
  background-color: white;
  color: #5b6770;
}
.il-mainbar-triggers .btn-bulky:hover .glyph,
.il-mainbar-triggers .il-link.link-bulky:hover .glyph {
  color: #5b6770;
}
.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: #5b6770;
}
.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: 6px;
  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: #5b6770;
    color: white;
  }
  .il-mainbar-triggers .btn-bulky:hover .icon,
  .il-mainbar-triggers .il-link.link-bulky:hover .icon {
    filter: brightness(3);
  }
  .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: #5b6770;
  }
  .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: #5b6770;
  }
}
.il-mainbar-entries {
  min-width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.il-mainbar-slates {
  box-shadow: 1px 3px 4px rgba(50, 62, 72, 0.2);
  background: white;
  display: none;
  position: relative;
  width: 329px;
}
.il-mainbar-slates .bulky-label {
  margin-top: auto;
  margin-bottom: auto;
}
.il-mainbar-tools-button .btn-bulky,
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: #808d98;
  border: 0;
  color: white;
  padding: 0;
}
.il-mainbar-tools-button .btn-bulky .icon,
.il-mainbar-tools-button .btn-bulky.engaged .icon {
  filter: brightness(3);
}
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: #902b58;
  color: #5b6770;
}
.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: #a43064;
  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: brightness(3);
}
.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;
  color: #5b6770;
}
.il-mainbar-tools-entries .btn-bulky.engaged:not(:focus-visible),
.il-mainbar-tools-entries .btn-bulky.engaged:not(:focus-visible),
.il-mainbar-tools-entries .il-link.link-bulky.engaged:not(:focus-visible) {
  border: 0;
}
.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-color: #902b58;
  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: #691f40;
  font-size: 2.8125rem;
  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 rgba(91, 103, 112, 0.2);
  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: 1.5rem;
}
.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;
  border: none;
}
/*
**************************************************************
       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: #5b6770;
    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: 60px;
    width: 80px;
  }
  .il-mainbar-triggers .btn-bulky .icon.small,
  .il-mainbar-triggers .il-link.link-bulky .icon.small {
    height: 20px;
    width: 20px;
  }
  .il-mainbar-tools-entries.engaged {
    height: 60px;
  }
  .il-mainbar-tools-entries.engaged .il-mainbar-remove-tool {
    top: 0;
  }
  .il-mainbar-tools-entries.engaged .il-mainbar-remove-tool .close {
    font-size: 2.5rem;
    height: 60px;
  }
}
@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;
  }
}
footer {
  background-color: white;
  padding: 10px 0 10px 5px;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
  height: 45px;
  text-align: left;
}
.il-maincontrols-footer {
  color: #161616;
  font-size: 0.7rem;
  padding: 3px 12px;
}
.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: 3px;
}
.il-maincontrols-footer .il-footer-links li a,
.il-maincontrols-footer .il-footer-links li button {
  color: #691f40;
}
.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: 3px;
}
.il-maincontrols-footer .il-footer-text {
  margin: 3px 3px 6px 0px;
}
.il-mode-info {
  border-top: 3px solid #ff8400;
  border-left: 3px solid #ff8400;
  border-right: 3px solid #ff8400;
  text-align: center;
  z-index: 1010;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.il-mode-info + div {
  border: 3px solid #ff8400;
  border-top: 0 none;
}
@media only screen and (max-width: 768px) {
  .il-mode-info + div {
    padding-top: 30px;
  }
}
.il-mode-info span.il-mode-info-content {
  margin: auto;
  background-color: #ff8400;
  padding: 5px 6px 5px 6px;
  -webkit-box-shadow: 0px 2px 2px 0px #808080;
  -moz-box-shadow: 0px 2px 2px 0px #808080;
  box-shadow: 0px 2px 2px 0px #808080;
  pointer-events: all;
}
.il-mode-info span {
  color: white;
  font-size: 1rem;
}
@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: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: calc(6px + 6px + 18px);
  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: #e4a3c0;
  border-top: rgba(91, 103, 112, 0.2) none;
  border-bottom: rgba(91, 103, 112, 0.2) none;
  border-left: rgba(91, 103, 112, 0.2) none;
  border-right: rgba(91, 103, 112, 0.2) none;
  color: #421328;
}
.il-system-info.il-system-info-neutral a.glyph {
  color: #421328;
}
.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: #ffb7c4;
  border-top: rgba(91, 103, 112, 0.2) none;
  border-bottom: rgba(91, 103, 112, 0.2) none;
  border-left: rgba(91, 103, 112, 0.2) none;
  border-right: rgba(91, 103, 112, 0.2) none;
  color: #840018;
}
.il-system-info.il-system-info-important a.glyph {
  color: #840018;
}
.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: #b70021;
  border-top: rgba(91, 103, 112, 0.2) none;
  border-bottom: rgba(91, 103, 112, 0.2) none;
  border-left: rgba(91, 103, 112, 0.2) none;
  border-right: rgba(91, 103, 112, 0.2) none;
  color: #ffeaee;
}
.il-system-info.il-system-info-breaking a.glyph {
  color: #ffeaee;
}
.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: 600;
  margin-right: 6px;
}
.il-system-info div.il-system-info-actions {
  font-size: 1rem;
  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,
.il-drilldown li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.il-drilldown .menulevel,
.il-drilldown .menulevel:focus,
.il-drilldown .menulevel:active {
  text-align: left;
  background: transparent;
  border: none;
}
.il-drilldown header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 2px;
  padding: 6px 12px;
  padding-left: 0;
  z-index: initial;
}
.il-drilldown header h2 {
  margin: 0;
}
.il-drilldown header .backnav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.il-drilldown header .backnav .btn-bulky {
  height: 100%;
}
.il-drilldown header.show-backnav {
  padding-left: 39px;
}
.il-drilldown header.show-backnav .backnav {
  display: block;
}
.il-drilldown li > .menulevel,
.il-drilldown li > .btn-bulky,
.il-drilldown li > .link-bulky,
.il-drilldown li > hr {
  display: none;
}
.il-drilldown .engaged ~ ul > li > .menulevel,
.il-drilldown .engaged ~ ul > li > .btn-bulky,
.il-drilldown .engaged ~ ul > li > .link-bulky {
  display: flex;
}
.il-drilldown .engaged ~ ul > li > hr {
  display: block;
}
.il-drilldown .menulevel,
.il-drilldown .btn-bulky,
.il-drilldown .link-bulky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 6px 12px;
  margin-bottom: 2px;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
.il-drilldown hr {
  margin: 6px 0;
}
.il-drilldown .menulevel {
  background-color: #f0f0f0;
}
.il-drilldown .menulevel:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: inherit;
}
.il-drilldown .menulevel .glyphicon-triangle-right:before {
  margin-left: 12px;
}
.il-drilldown .btn-bulky,
.il-drilldown .link-bulky {
  background-color: transparent;
}
.il-drilldown .btn-bulky:hover,
.il-drilldown .link-bulky:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: inherit;
}
.il-drilldown .btn-bulky .icon,
.il-drilldown .link-bulky .icon {
  margin-right: 12px;
  filter: invert(50%);
}
.il-drilldown .btn-bulky .bulky-label,
.il-drilldown .link-bulky .bulky-label {
  flex-grow: 1;
  white-space: normal;
  text-align: left;
  word-break: normal;
}
.icon {
  display: inline-block;
  text-align: center;
}
.icon.small {
  height: 20px;
  line-height: 20px;
}
.icon.medium {
  height: 35px;
  line-height: 35px;
}
.icon.large {
  height: 32px;
  line-height: 32px;
}
.icon.responsive {
  width: 100%;
  line-height: 35px;
}
.icon.disabled {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.glyph {
  color: #691f40;
}
.glyph.highlighted {
  color: #ff8400;
}
.glyph.highlighted:hover {
  color: #ff8400;
}
.glyph.disabled {
  color: #808d98;
  pointer-events: none;
}
.glyph:hover,
.glyph:focus {
  color: #323e48;
  text-decoration: none;
}
.glyph .il-counter-spacer {
  margin-left: -4px;
  font-size: 0.65rem;
  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-triangle-left:before {
  font-family: il-icons;
  content: "\e605";
}
.glyphicon-user:before {
  font-family: il-icons;
  content: "\e001";
}
.il-avatar {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.il-avatar.il-avatar-picture {
  border-color: rgba(91, 103, 112, 0.2);
}
.il-avatar.il-avatar-picture img {
  height: 32px;
  width: 32px;
  vertical-align: top;
  border: 0;
  overflow: hidden;
  object-fit: cover;
}
.il-avatar.il-avatar-letter span.abbreviation {
  font-weight: 300;
  text-transform: inherit;
  font-size: calc(32px / 2);
  line-height: 1;
  position: relative;
  top: calc(32px / 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: 16px;
    width: 16px;
    margin-top: auto;
    border-width: 0;
  }
  .il-avatar.il-avatar-picture img {
    height: 16px;
    width: 16px;
  }
  .il-avatar.il-avatar-letter span.abbreviation {
    font-size: calc(16px / 2);
    top: calc(16px / 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;
}
.il-toast-container {
  position: fixed;
  z-index: 10999;
  top: 50px;
  right: 0;
  width: 300px;
}
.il-toast-container:empty {
  display: none;
}
.il-toast-wrapper {
  overflow: hidden;
}
.il-toast {
  margin-left: 6px;
  margin-top: 3px;
  margin-bottom: 18px;
  margin-right: 15px;
  padding: 6px;
  background-color: white;
  display: grid;
  grid-template-areas: "icon title close" "none description description" "none actions actions";
  grid-template-columns: 20px 1fr 20px;
  grid-gap: 6px;
  box-shadow: 3px 9px 9px 0 rgb(0 0 0);
  transform: translateX(150%);
  transition: all 0.25s ease-in-out;
}
.il-toast.active {
  transform: translateX(0);
}
.il-toast .icon {
  grid-area: icon;
}
.il-toast .title {
  grid-area: title;
}
.il-toast .close {
  grid-area: close;
}
.il-toast .description {
  grid-area: description;
  font-size: 0.7rem;
}
.il-toast .actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
}
.il-audio-container > button {
  width: 100%;
}
.il-audio-player {
  background: #5b6770;
}
.il-audio-container button:focus-visible,
.il-video-container button:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.il-audio-container button:focus-visible::after,
.il-video-container button:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.il-audio-container button:active,
.il-video-container button:active,
.il-audio-container button.engaged,
.il-video-container button.engaged {
  outline: none;
}
/**
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 **/
.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: #ffffff;
  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);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
}
.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);
  -moz-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5) 1s ease-in-out;
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5) 1s ease-in-out;
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5) 1s ease-in-out;
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5) 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  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;
  -moz-transition: 0.15s linear 1s ease-in-out;
  -webkit-transition: 0.15s linear 1s ease-in-out;
  -o-transition: 0.15s linear 1s ease-in-out;
  transition: 0.15s linear 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  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;
  -moz-transition: opacity 0.15s linear 1s ease-in-out;
  -webkit-transition: opacity 0.15s linear 1s ease-in-out;
  -o-transition: opacity 0.15s linear 1s ease-in-out;
  transition: opacity 0.15s linear 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  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: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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("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: 1rem;
  font-weight: 400;
  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 */
script {
  display: none!important;
}
.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: #ff8400;
}
/* Drop Downs */
.dropdown-header {
  padding: 3px 10px;
  color: #161616;
  background-color: white;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.dropdown-header > h2 {
  margin-bottom: 2px;
}
.dropdown-menu {
  background-color: white;
  font-weight: 400;
  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);
  -webkit-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
}
.dropdown-menu li > a {
  display: block;
  clear: both;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 0.8rem;
  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: #f0f2f5;
}
.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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
}
/* BS tables */
.table {
  margin-bottom: 0;
}
/* ILIAS part candidates */
html,
body {
  height: 100%;
  overflow: hidden;
}
html {
  font-size: 100%;
}
@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;
  -webkit-box-shadow: 0 0 40px #808080 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px #808080 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px #808080 3px 5px rgba(0, 0, 0, 0.5);
  padding-top: 129px;
  background-color: #ffffff;
  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;
  }
}
/* --------------------------------------------------------------
   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.65rem;
}
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: 600;
}
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: #323e48;
  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 rgba(91, 103, 112, 0.2);
}
table {
  font-size: 0.8rem;
}
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: 0.7rem;
  color: #6f6f6f;
}
::selection {
  background: #e4a3c0;
}
::-moz-selection {
  background: #e4a3c0;
}
@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 #aab3ba;
  padding: 3px;
  text-decoration: none;
  font-size: 0.7rem;
  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: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #9eadba;
}
.fullwidth_invisible {
  color: #161616;
  background-color: #ffffff;
  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: 400;
}
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: 600;
  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: 600;
  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: 400;
  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: 0.7rem;
  text-decoration: none;
  margin: 0 3px 0 0;
  white-space: nowrap;
  font-weight: 400;
}
[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: 400;
  font-size: 0.8rem;
  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: 400;
  font-size: 0.7rem;
}
[dir="rtl"] div.il_ItemProperties {
  text-align: right;
}
div.il_ItemNotice {
  margin: 2px 0 5px;
  text-align: left;
  font-weight: 400;
  font-size: 0.7rem;
  color: green;
}
[dir="rtl"] div.il_ItemNotice {
  text-align: right;
}
a.il_ItemProperty:link,
a.il_ItemProperty:visited {
  text-decoration: none;
  font-weight: 400;
}
a.il_ItemProperty:hover {
  color: black;
  text-decoration: underline;
}
span.il_ItemAlertProperty {
  color: #ff8400;
}
/* Table Links */
/* --- description text ---*/
div.il_Description,
td.il_Description {
  margin: 2px 0 5px;
  font-size: 0.7rem;
  font-weight: 400;
  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: 0.7rem;
  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: 0.7rem;
  text-align: left;
}
[dir="rtl"] div.il_info {
  text-align: right;
}
/* ---------------- headlines ------------------ */
h1.il-page-content-header {
  color: #5b6770;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1.il-page-content-header {
    font-size: 1.5rem;
  }
}
h1.ilHeader {
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  h1.ilHeader {
    padding-top: 5px;
  }
}
h2.ilHeader {
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 0.813rem;
  color: #5b6770;
}
#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.ilHeadAction ul.dropdown-menu button {
  text-decoration: none;
  border: none;
  padding-left: 10px;
}
div.ilHeaderDesc {
  font-size: 0.8rem;
  padding: 0;
  color: #161616;
}
div.ilHeaderAlert {
  font-size: 0.7rem;
  padding: 0;
  color: #ff8400;
}
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: 0.7rem;
}
#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;
}
/* ----------------- invisible border ------------- */
div.invisible_border {
  margin: 15px;
}
.ilInvisibleBorder {
  padding: 15px;
}
/* ------- Helptext --------- */
span.il_Helptext {
  font-size: 0.7rem;
  font-weight: 400;
}
/* ----------------- alternative text styles ------------- */
.base {
  text-decoration: none;
  font-size: 0.8rem;
}
.small {
  text-decoration: none;
  font-size: 0.7rem;
}
.xsmall {
  text-decoration: none;
  font-size: 0.65rem;
}
.smallgreen {
  text-decoration: none;
  font-size: 0.7rem;
  color: green;
}
.smallred {
  text-decoration: none;
  font-size: 0.7rem;
  color: #ea002a;
}
.obligatory {
  font-weight: 400;
  color: #800000;
  font-variant: normal;
}
.warning {
  text-decoration: none;
  font-weight: 600;
  color: #ea002a;
}
div.Access {
  text-decoration: none;
  font-weight: 600;
  text-decoration: underline;
  color: #ea002a;
}
.asterisk {
  color: #ea002a;
  font-size: 0.7rem;
}
.default {
  text-decoration: none;
  font-weight: 400;
}
.quote {
  font-style: italic;
  font-weight: 400;
}
.subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
.questiontext {
  font-weight: 600;
}
.bold {
  font-weight: 600;
}
.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: white;
  border-top: 3px solid rgba(91, 103, 112, 0.2);
  -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 rgba(91, 103, 112, 0.2);
  text-align: left;
  position: absolute;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
}
[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;
}
div.ilAccAnchor,
div.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("images/FramedBack.png") repeat-x;
  border: 1px solid rgba(91, 103, 112, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
div.ilSideBarHead {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
}
div.ilSideBarHead h3,
div.ilSideBarHead h1 {
  font-size: 1rem;
  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 rgba(91, 103, 112, 0.2);
  font-size: 0.7rem;
  z-index: 5;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
}
.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: #f0f2f5;
  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: 600;
}
.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;
}
.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 */
.il-table-access-control-permissions {
  font-size: 0.7rem;
}
.il-table-access-control-permissions label {
  vertical-align: middle;
  padding-left: 6px;
}
/* Services/Accordion */
.il_VAccordionHead,
.il_HAccordionHead {
  padding: 6px 6px 6px 36px;
  text-align: left;
  cursor: pointer;
  color: #691f40;
  font-size: 1rem;
  background-image: url("images/tree_col.svg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 15px 9px;
  background-size: 20px 20px;
  border: 0;
}
.il_VAccordionHead:hover,
.il_HAccordionHead:hover {
  background-color: #f0f2f5;
}
.il_VAccordionHead {
  display: block;
  width: 100%;
}
.il_VAccordionInnerContainer {
  border: 1px solid rgba(91, 103, 112, 0.2);
  margin-bottom: 12px;
  border-radius: 3px;
}
.il_VAccordionContent,
.il_HAccordionContent {
  padding-top: 9px;
}
.il_HAccordionHeadActive,
.il_VAccordionHeadActive {
  background-image: url("images/tree_exp.svg");
  background-color: #f0f2f5;
}
.ilAccHideContent {
  width: 0px;
  height: 0px;
  display: none;
}
div.ilc_va_icont_VAccordICont {
  overflow: visible !important;
}
/* Modules/ScormAicc */
table.il_ScormTable {
  color: #161616;
  background-color: #ffffff;
  border-spacing: 1px;
  border: none;
}
td.il_ScormTableKey {
  background-color: #ffffff;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: right;
}
td.il_ScormTableValue {
  background: none #ffffff;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: left;
}
/* Services/Form */
.form-control-static {
  display: block;
}
.ilFormHeader {
  padding: 32px 15px 12px 15px;
}
.ilFormHeader:not(:first-child) {
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
}
.ilFormHeader .ilHeader {
  vertical-align: middle;
}
.ilFormHeader .ilFormCmds {
  margin: 0;
  float: right;
}
.ilFormHeader h3 {
  margin: 0;
}
[dir="rtl"] .ilFormHeader .ilFormCmds {
  float: left;
}
.ilFormHeader,
.ilFormFooter {
  color: #161616;
  background-color: white;
}
.ilSubForm {
  background-color: #f0f0f0;
  padding: 5px 0;
  margin-bottom: 9px;
  margin-left: 0;
}
.ilSubForm .form-group {
  background-color: #f0f0f0;
  margin: 0;
}
@media (max-width: 768px) {
  .ilSubForm .form-group {
    margin: 6px 0;
  }
}
.ilSubForm .col-sm-9.il_textarea {
  width: 100%;
}
.ilFormFooter {
  padding: 3px 15px 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: #ff8400;
  /* font-style: italic; */
}
div[id^="ilFormField"] {
  margin-bottom: 10px;
}
/* Hierarchy Form */
div.ilHFormHeader,
div.ilHFormFooter {
  color: #161616;
  background-color: white;
  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%;
}
.wzdrow .form-control {
  height: 2.0125rem;
}
.ilHFormDropArea {
  margin: 6px 0;
  width: auto;
}
/* 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: #ea002a;
}
.bootstrap-datetimepicker-widget {
  z-index: 2000;
}
/* provisory fix for #0021322  */
div[id$="color-picker-menu"] {
  z-index: 3;
}
/* Services/UI/Explorer2 */
table.ilExplorer {
  width: 100%;
  background-color: #ffffff;
}
body.il_Explorer {
  background: none #ffffff;
}
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 rgba(91, 103, 112, 0.2);
  background-color: #ffffff;
}
h1.ilExplorerHead {
  color: #161616;
  margin: 0;
  padding: 10px 5px 10px 28px;
  vertical-align: top;
  text-align: left;
  font-weight: 600;
  font-size: 0.7rem;
}
div.il_ExplorerTree {
  font-size: 0.7rem;
}
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: #f0f2f5;
  padding: 0 5px;
}
li.ilExplSecHighlight {
  background-color: #ffffff !important;
  border-top: solid 2px #667b99;
  border-bottom: solid 2px #667b99;
}
div.il_ExplorerItemDescription {
  margin-left: 40px;
}
/* Explorer2, jsTree */
.jstree.jstree-default a {
  color: #691f40 !important;
}
.jstree.jstree-default a.disabled {
  color: #161616 !important;
  cursor: default !important;
}
.jstree.jstree-default a {
  font-size: 0.8rem;
  min-height: 22px;
}
.jstree li,
.jstree.jstree-default li i {
  background: url("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;
  -webkit-box-shadow: 1px 1px 2px #999 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px #999 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px #999 3px 5px rgba(0, 0, 0, 0.5);
}
#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 rgba(91, 103, 112, 0.2);
  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: 0.8rem;
  padding: 0 3px;
}
/* Modules/Forum */
a.postread,
a.postread:visited {
  font-weight: 400;
}
a.postunread,
a.postunread:visited {
  font-weight: 600;
}
a.postnew,
a.postnew:visited {
  font-style: italic;
  font-weight: 600;
}
blockquote.ilForumQuote {
  margin: 0 20px 10px;
  padding: 5px;
  border: 1px solid rgba(91, 103, 112, 0.2);
  font-size: 0.7rem;
}
div.ilForumQuoteHead {
  font-weight: 600;
  font-size: 0.7rem;
  margin: 0 0 12px;
}
/* Modules/Forum */
#ilFrmPostList {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
}
.ilFrmPostImage {
  float: left;
  width: 100px;
  overflow: hidden;
}
.ilFrmPostImage img {
  vertical-align: top;
  margin: 9px 18px 9px 6px;
  border: none;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ilFrmPostImage img {
    margin: 0 !important;
    padding: 6px 6px 9px 6px;
  }
}
.ilFrmPostClear {
  clear: both;
  width: 1px;
  height: 1px;
  line-height: 1px;
}
.ilFrmPostTitle {
  margin-top: 15px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .ilFrmPostTitle {
    margin-top: 6px;
    font-size: 0.8rem;
  }
}
div.ilFrmPostHeader span.small {
  color: #6f6f6f;
}
.ilFrmPostContentContainer {
  margin: 0 0 5px;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .ilFrmPostContentContainer {
    padding-left: 6px;
    width: 100%;
  }
}
@media only screen {
  .ilFrmPostContentContainer img {
    width: 100%;
    height: auto !important;
  }
}
.ilFrmTargetImage {
  margin: 0 0 15px;
  height: auto !important;
}
.ilFrmTargetImage img {
  height: 20px !important;
}
.ilFrmTargetImage a {
  display: inline-block;
}
.ilFrmTargetImage .il-link.link-bulky .bulky-label {
  display: none;
}
.ilFrmPostContent {
  margin-top: 15px;
}
li.ilFrmPostRow {
  padding: 5px 0 3px 3px;
  margin-bottom: 15px;
  border-left: 6px solid rgba(91, 103, 112, 0.2);
}
li.ilFrmPostRow.tblrowmarked {
  background-color: white;
  border-left: 6px solid #ff8400;
}
li.ilFrmPostRow div.ilForm {
  width: 100%;
  max-width: 1000px;
}
li.ilFrmPostRow div.ilForm div.ilFormValue {
  width: auto;
}
li.ilFrmPostRow div.ilForm div.ilFormOption {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  li.ilFrmPostRow div.ilForm,
  li.ilFrmPostRow div.ilForm input[type=text],
  li.ilFrmPostRow div.ilForm textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  li.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: 600;
  color: #ff8400;
}
.ilFrmPostAttachmentsContainer {
  margin: 15px 0 0;
  font-weight: 600;
}
.ilFrmPostAttachmentsContainer a {
  font-weight: 400;
}
.ilFrmPostAttachmentsContainer img {
  vertical-align: middle;
}
.ilFrmPostCommands {
  float: right;
  margin: 0 0 3px;
}
li.ilModeratorPosting {
  border-left: 6px solid #f3de2c;
}
li.ilPostingNeedsActivation {
  border-left: 6px solid #82639e;
}
.ilFrmBottomToolbar {
  margin-top: 15px;
}
.ilForumTreeTitle {
  display: inline-block;
}
.ilForumTreeTitleUnread {
  font-weight: 600;
}
.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;
}
.ilForumNotificationSettingsForm {
  white-space: normal;
}
.ilForumDraftHistoryEntry {
  padding: 5px;
}
/* Services/Mail */
a.mailread,
a.mailread:visited {
  font-weight: 400;
}
a.mailunread,
a.mailunread:visited {
  font-weight: 600;
}
.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("images/ButtonsBack.png") repeat-x bottom white;
  padding: 2px;
  margin: 0;
  border: 1px solid #bababa;
  border-bottom-color: #808d98;
  border-right-color: #808d98;
  text-decoration: none;
  font-size: 0.65rem;
  line-height: 14px;
  cursor: pointer;
}
input.ilEditSubmit {
  color: #2255a0;
  padding: 1px;
  margin: 0;
  font-size: 0.7rem;
  line-height: 14px;
  cursor: pointer;
  background: url("images/ButtonsBack.png") repeat-x bottom white;
  border: 1px solid #bababa;
  border-bottom-color: #808d98;
  border-right-color: #808d98;
}
input.ilEditSubmit:hover {
  color: #000000;
}
div.ilEditHelpline {
  margin: 3px 0;
  padding: 0;
  font-size: 0.65rem;
  background-color: white;
  color: black;
}
select.ilEditSelect {
  background: none white;
  border: 1px solid #bbb;
  padding: 1px;
  text-decoration: none;
  font-size: 0.7rem;
}
[data-copg-ed-type='add-area'] {
  height: 30px;
}
[data-protected='1'] [data-copg-ed-type='add-area'] {
  display: none;
}
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: 0.7rem;
  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: #691f40;
  font-size: 1rem;
}
button.copg-add.dropdown-toggle.btn:hover,
button.copg-add.dropdown-toggle.btn:focus-visible {
  background-color: #e4a3c0;
  color: #6f6f6f;
}
button.copg-add.dropdown-toggle.btn:focus-visible {
  outline: 3px solid #0078D7;
  outline-offset: -3px;
}
[data-copg-ed-type='add-area'] ul.dropdown-menu {
  left: 45%;
}
button.copg-add:hover {
  color: #72818c;
  background-color: #e8eaec;
}
div.il_droparea {
  padding: 1px 5px;
  border: 1px dashed rgba(91, 103, 112, 0.2);
  color: #6f6f6f;
  text-align: center;
  font-size: 0.7rem;
  background-color: #fffed1;
  cursor: pointer;
  height: 30px;
}
div.il_droparea:hover,
div.ilCOPGDropActice,
.il_droparea_valid_target {
  border-color: #72818c;
  color: #72818c;
  background-color: #e8eaec;
}
div.ilCOPGNoPageContent {
  padding: 20px 5px;
  color: #6f6f6f;
}
div.il_editarea_nojs {
  border-width: 1px dotted rgba(91, 103, 112, 0.2);
}
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 #691f40;
}
.copg-state-page [data-protected='1'] div.il_editarea:hover,
.copg-state-multi [data-protected='1'] div.il_editarea:hover {
  border: 2px solid transparent;
}
div.ilEditLabel {
  position: absolute;
  background-color: #691f40;
  color: white;
  font-size: 0.7rem;
  padding: 5px 3px;
  margin-top: -18px;
  margin-left: -2px;
  border: 0;
  height: 18px;
  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;
}
.copg-state-page [data-protected='1'] div.il_editarea:hover > div.ilEditLabel,
.copg-state-multi [data-protected='1'] div.il_editarea:hover > div.ilEditLabel {
  display: none;
}
div.il_editarea_selected:hover > div.ilEditLabel {
  background-color: #5b6770;
}
div.ilc_page_Page > div.il_editarea_disabled {
  padding: 10px;
}
div.il_editarea_disabled,
div.copg-disabled-page {
  border: 2px dotted #ff8400;
  min-height: 20px;
}
.ilCopgDisabledText {
  color: #ff8400;
  position: absolute;
  font-size: 0.7rem;
  margin-top: -13px;
  padding: 2px 5px;
  background-color: #ffffff;
}
div.il_editarea_selected,
div.copg-current-edit,
#tinytarget_ifr {
  border-style: solid;
  border-width: 2px;
  border-color: #444d54;
}
div.il_editarea_selected:hover {
  border-color: #5b6770;
}
div.il_editarea_disabled_selected {
  border: 2px solid #ff8400;
  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: 0.8rem;
  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: #f5f5f5;
}
@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 rgba(91, 103, 112, 0.2);
  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;
}
#iltinymenu .ilHeader {
  padding: 0;
  margin: 9px 0;
  display: block;
}
#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: 0.7rem;
  padding: 5px 5px 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  float: left;
}
h1.ilc_page_toc_PageTOCHead {
  margin: 0;
  font-size: 0.8rem;
  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 #ea002a;
}
div.ilc_DefinitionHeader {
  margin: 20px 0 10px 0;
  padding: 5px 0;
  border: 1px solid #aab3ba;
  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 rgba(91, 103, 112, 0.2);
  background-color: #e6ecf8;
  white-space: nowrap;
}
div.ilc_TableOfContents {
  background-color: white;
  padding: 20px;
  border-spacing: 1px;
  border: 1px solid rgba(91, 103, 112, 0.2);
  margin-bottom: 0;
}
table.ilc_media {
  background-color: white;
}
h1.il_LMHead {
  margin: 12px 15px 6px;
  font-size: 1rem;
  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: #691f40;
}
div.ilEditDeleted {
  border-color: #ff8400;
}
div.ilEditNew {
  border-color: #5b6770;
}
.ilCOPGCompareLegend {
  display: inline-block;
  margin-top: 5px;
  padding: 2px;
}
span.ilDiffDel {
  background-color: #ffce99;
}
span.ilDiffIns {
  background-color: #aab3ba;
}
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;
  border-color: #d0d0d0;
  color: #d0d0d0;
  background-color: #ffffff;
  cursor: default;
  height: 21px;
}
#ilPageEditLegend tr > td {
  padding: 5px 15px;
}
#ilPageEditLegend tr > td:first-child {
  white-space: nowrap;
  text-align: right;
}
#ilPageEditLegend img {
  width: 22px;
  height: 22px;
}
.ilPageEditLegendElement {
  width: 40px;
  border: 1px solid #d0d0d0;
  height: 21px;
  display: inline-block;
  font-size: 0.7rem;
  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: #2d3338;
  color: white;
}
.ilCOPgEditStyleSelectionItem {
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.ilCOPgEditStyleSelectionItem:hover {
  background-color: #f0f2f5;
}
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: #ffffff !important;
  position: relative !important;
  background-image: url("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 h3.ilTinyInfo {
  padding: 4px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #copg-editor-slate-content h3.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: 0.8rem;
}
#copg-editor-slate-content form.form-horizontal .col-sm-4,
#copg-editor-slate-content form.form-horizontal .col-sm-3,
#copg-editor-slate-content form.form-horizontal .col-sm-8,
#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: 5px 15px;
  background-color: white;
}
#copg-editor-slate-content > .btn-link {
  padding: 0px 15px;
}
#copg-top-actions {
  padding: 0 15px;
}
.copg-edit-button-group {
  padding: 5px 15px;
}
p#copg-auto-save {
  padding: 0;
  margin: -5px 0 0 0;
}
.copg-edit-container {
  border: 1px dashed #d0d0d0;
}
[data-protected='1'] .copg-edit-container {
  border: none;
}
/* 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: #ffffff;
}
#ed_datatable th .dropdown button {
  background-color: #ffffff;
  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,
.copg-content-placeholder-lso-curriculum {
  text-align: center;
  color: #6f6f6f;
  padding: 20px;
}
.il-copg-drag {
  width: 40px;
  border: 1px solid #691f40;
  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;
}
.ilPageVideo button:focus-visible,
.ilPageAudio button:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.ilPageVideo button:focus-visible::after,
.ilPageAudio button:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
.ilPageVideo button:active,
.ilPageAudio button:active,
.ilPageVideo button.engaged,
.ilPageAudio button.engaged {
  outline: none;
}
/* Services/Calendar */
td.even {
  color: #161616;
  background-color: #ffffff;
  padding: 3px;
}
td.uneven {
  color: #161616;
  background-color: #f0f0f0;
  padding: 3px;
}
td.today {
  background-color: #f0f0f0;
}
td.date {
  background-color: #ffffff;
}
td.prevMonth {
  background-color: #ffffff;
}
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: 0.7rem;
  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: #ffffff;
  border: none;
  margin-bottom: 12px;
}
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 {
  background-color: white;
}
table.calmini th.calmini,
table.calmini th.calminiweek {
  font-weight: 600;
  font-size: 90%;
}
table.calmini td.calminitoday {
  background-color: #ff8400;
}
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: 400;
  background-color: #ffffff;
}
th.calstd {
  text-align: center;
  background-color: #ffffff;
  font-weight: 400;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.calheadertime {
  background-color: #ffffff;
  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: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
td.calprev {
  vertical-align: top;
  background-color: #ffffff;
  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: 400;
}
p.il_cal_navigation {
  padding: 0px 3px 0px 0px;
  margin: 0px;
}
table.calmini {
  width: 100%;
}
.calminiheader {
  color: #161616;
  background-color: #ffffff;
}
th.calmini {
  text-align: center;
  font-size: 90%;
  font-weight: 400;
  background-color: white;
}
a.calminiapp {
  font-weight: 700;
}
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: #ffffff;
  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: #ffffff;
  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: #808d98;
}
.calnewapplink {
  float: right;
  visibility: hidden;
}
span.ilIcalIcon .btn {
  text-align: initial;
  margin-top: 6px;
}
/* Modules/Wiki */
a.ilWikiPageMissing:link,
a.ilWikiPageMissing:visited {
  color: #ea002a;
}
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-top: 6px;
  padding-bottom: 6px;
  font-size: 0.7rem;
}
/* see mantis #0027530 */
#block_wikiside_0 .panel-body {
  overflow: visible;
}
/* Services/UIComponent/Tabs */
.nav-tabs > li {
  margin: 0 3px 0 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: 0 none;
  padding: 6px 15px 5px;
  font-size: 0.8rem;
  margin: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #5b6770;
  color: white;
  border: 0 none;
}
[dir="rtl"] .nav-tabs > li {
  margin: 0 0 0 3px;
  float: right;
}
#ilTab {
  padding: 0;
  margin: 5px 15px 5px;
  border: 0 none;
  border-bottom: 2px solid #5b6770;
}
#ilTab a:focus-visible {
  z-index: 3;
}
.ilTabsContentOuter {
  padding: 0;
}
/* Sub Tabs */
#ilSubTab {
  padding: 6px 0;
  margin: 0 15px;
}
#ilSubTab > li:first-child > a {
  margin-left: 3px;
}
#ilSubTab > li > a {
  border-radius: 0;
  padding: 5px 12px;
  font-size: 0.7rem;
}
#ilSubTab > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
#ilSubTab > li.active > a,
#ilSubTab > li.active > a:hover,
#ilSubTab > li.active > a:focus {
  color: #691f40;
  background-color: transparent;
  text-decoration: underline;
}
.il_after_tabs_spacing {
  margin-bottom: 12px;
}
/* Services/UIComponent/GroupedLists */
div.ilGroupedListH {
  padding: 6px 0 3px 0;
  color: #161616;
}
div.ilGroupedListSep {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  margin: 0 10px 3px;
}
a.ilGroupedListLE {
  display: block;
  padding: 5px 10px;
  font-size: 0.7rem;
}
a.ilGroupedListLE:hover {
  background-color: #ffffd9;
  text-decoration: none;
}
td.ilGroupedListNewCol {
  border-left: 1px solid rgba(91, 103, 112, 0.2);
}
/* Services/Table */
div.tblfooter {
  font-weight: 400;
  background-color: #ffffff;
  padding: 3px;
  font-size: 0.65rem;
  text-align: right;
}
div.ilTableNav {
  font-weight: 400;
  padding: 0 15px;
  font-size: 0.65rem;
  text-align: right;
  line-height: 18px;
}
div.ilTableNav .ilValignMiddle span,
div.ilTableNav .ilValignMiddle a,
div.ilTableNav .ilValignMiddle label {
  vertical-align: middle;
}
div.ilTableNav .ilValignMiddle label {
  margin-bottom: 0;
}
div.ilTableNav table {
  width: 100%;
}
div.ilTableNav select {
  display: inline-block;
}
div.ilTableNav .ilFloatRight .ilOverlay {
  display: none;
}
tr.tblfooter {
  color: #161616;
  font-weight: 400;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
}
td.submit {
  padding: 3px;
  vertical-align: top;
  background-color: #ffffff;
}
div.ilTableHeaderTitleBlock {
  font-weight: 600;
  padding: 3px;
  font-size: 0.7rem;
  color: #161616;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
div.ilTableHeaderTitle {
  margin: 12px 0 0 15px;
  padding: 0;
}
div.ilTableHeaderTitle + .ilHeaderDesc {
  margin: 0 15px 9px;
}
h3.ilTableHeaderTitleBlock {
  font-weight: 600;
  font-size: 0.8rem;
  display: inline;
  padding: 0;
  margin: 0;
}
h3.ilTableHeaderTitle {
  display: inline;
}
div.ilTableOuter {
  padding: 0;
  background-color: #ffffff;
}
div.ilTableSelectAll {
  background-color: white;
  padding: 6px 15px;
  font-size: 0.7rem;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
}
div.ilTableSelectAll label {
  padding-left: 13px;
}
div.ilTableCommandRow,
div.ilTableCommandRowTop {
  background-color: #ffffff;
  padding: 6px 12px;
  font-size: 0.7rem;
}
span.ilTableFootLight {
  color: #161616;
}
div.ilTableFilterActivator {
  margin: 0 0 6px 12px;
}
.ilTableMenuItem {
  margin: 0 10px 0 0;
}
div.ilTableFilter {
  padding: 0 0 6px 0;
  margin: 0;
}
legend.ilTableFilter {
  font-size: 0.65rem;
  border: none;
  padding: 0 15px;
  margin: 0;
  font-weight: 400;
  text-align: right;
}
legend.ilTableFilter > a.btn {
  margin-right: -15px;
  margin-top: -12px;
  vertical-align: middle;
}
fieldset.ilTableFilter {
  background-color: #ffffff;
  padding: 12px 15px;
  margin: 6px 0 15px 0;
}
div.ilTableFilterLabel {
  font-style: italic;
  background-color: #ffffff;
  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: 0.65rem;
  white-space: nowrap;
  padding: 0 10px 10px 0;
  min-width: 150px;
}
td.ilFilterType {
  font-size: 0.65rem;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  padding: 3px;
}
div.ilTableContainer {
  overflow: auto;
}
.tblheader {
  font-weight: 400;
}
tr.tblheader {
  font-weight: 400;
  background-color: #ffffff;
  font-size: 0.7rem;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
/* ---------------- 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: #f0f2f5;
  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: #f0f2f5;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  background-color: #ffffff;
}
.ilTableOuter .table {
  background-color: #ffffff;
}
.ilTableOuter .table tr th:first-child,
.ilTableOuter .table tr td:first-child {
  padding-left: 15px;
}
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: @il-main-bg; */
}
#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: 0.7rem;
  margin-top: 5px;
}
div.ilNotesHeader {
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 6px;
}
div.ilNotesHeader h3 img {
  width: 40px;
  height: 40px;
}
#il_center_col div.ilNotesHeader {
  display: none;
}
#ilRightPanel div.ilNotesHeader {
  padding: 5px;
}
h3.ilNotesHeader {
  font-size: 1rem;
  color: #161616;
  display: inline;
}
h4.ilNoteTitle {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
td.ilNoteList {
  padding: 10px 5px;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
  vertical-align: top;
}
textarea#note {
  height: 6em;
}
div.ilNoteInput {
  padding-bottom: 10px;
}
.ilNotesCheckboxes .ilComment {
  padding-left: 80px;
}
.ilNotesCheckboxes .ilNoteList input[type="checkbox"] {
  position: absolute;
}
[data-note-el='edit-form-area'] > button {
  margin-bottom: 9px;
}
.il-notes-section .panel .dropdown-menu {
  right: 0;
  left: inherit;
}
.il-notes-section .il-standard-form-header {
  border-top: 1px solid rgba(91, 103, 112, 0.2);
}
.il-notes-section .il-standard-form-header .il-standard-form-cmd {
  visibility: hidden;
}
.il-notes-section textarea {
  height: 6em;
}
/* 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 rgba(91, 103, 112, 0.2);
}
div.ilBlogListItemTitle h3 {
  margin-bottom: 5px;
}
div.ilBlogListItemSubTitle {
  margin-top: 5px;
  color: #6f6f6f;
  font-size: 0.7rem;
  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: 0.7rem;
  margin-top: 15px;
  min-height: 15px;
}
td.ilBlogSideBlockContent {
  padding: 10px;
}
td.ilBlogSideBlockCommand {
  font-size: 0.7rem;
  color: #6f6f6f;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  padding: 1px 3px;
  background-color: #ffffff;
  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 #ff8400;
}
.ilBlogDraftText {
  color: #ff8400;
  position: absolute;
  font-size: 0.7rem;
  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;
}
@media only screen and (min-width: 768px) {
  .ilToolbar .form-control[data-blog-input='posting-title']:not(:placeholder-shown) {
    width: 250px;
  }
}
/* Services/Skill */
div.ilSkill {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
div.ilSkill > h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1rem;
  float: left;
}
div.ilSkill > h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 0.8rem;
  color: #6f6f6f;
  float: left;
  clear: left;
}
table.ilSkill,
td.ilSkill,
th.ilSkill {
  border: 1px solid rgba(91, 103, 112, 0.2);
}
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.65rem;
  padding: 4px;
  min-width: 50px;
}
td.ilSkill {
  text-align: center;
  vertical-align: middle;
}
td.ilSkillLevel {
  cursor: pointer;
}
th.ilSkill,
td.ilSkillLevel {
  background-color: #ffffff;
}
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: #444d54;
}
.ilSkillEvalItem > .row > .ilSkillEvalType1 {
  color: #307C88;
}
.ilSkillEvalItem > .row > .ilSkillEvalType2 {
  color: #d38000;
}
.ilSkillEvalItem > .row > .ilSkillEvalType3 {
  color: #444d54;
}
.ilSkillFilter .ilToolbar select.form-control {
  display: block;
}
.ilSkillCategoryDescription {
  margin: 0px 5px;
  padding-bottom: 15px;
}
.ilSkillEntriesHeader {
  padding: 10px 0px 5px;
}
.ilSkillEntriesHeader > .ilSkillEntriesHeaderByline {
  font-size: 0.8em;
  color: #808080;
}
.ilSkillEntriesAllButton,
.ilSkillEntriesOnlyLatestButton {
  padding: 5px 5px 5px;
}
/* Modules/Poll */
.ilPollDescription {
  margin: 5px;
  font-size: 0.7rem;
  color: #6f6f6f;
}
.ilPollQuestion {
  display: inline-block;
  width: 97%;
  margin: 1.5%;
  font-size: 0.7rem;
  font-style: italic;
}
img.ilPollQuestionImage {
  margin: 1.5% 0%;
  max-width: 100%;
}
.ilPollQuestionAnswers {
  margin: 5px;
  font-size: 0.7rem;
}
.ilPollQuestionAnswer {
  margin-bottom: 5px;
}
.ilPollQuestionResults {
  margin: 10px;
  font-size: 0.7rem;
}
.ilPollQuestionResult {
  margin-bottom: 5px;
}
.ilPollQuestionResultBar {
  width: 100%;
  border: 1px solid #aab3ba;
  float: left;
  height: 18px;
}
.ilPollQuestionResultBarInner {
  background-color: #f0f2f5;
  height: 18px;
}
.ilPollQuestionResultPerc {
  float: right;
  position: relative;
  margin-top: -17px;
  margin-right: 3px;
}
.ilPollLegend {
  margin-bottom: 5px;
}
.ilPollLegend td.legendLabel {
  font-size: 1rem;
}
#ilMMSearch ul li {
  padding: 5px;
}
#ilMMSearch ul li label {
  font-weight: 400;
}
#ilMMSearchMenu legend {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 1rem;
  border-bottom: 0;
}
#ilMMSearchMenu p {
  white-space: nowrap;
}
#main_menu_search {
  width: 80%;
}
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;
  -webkit-box-shadow: inset 1px 1px 2px #a0a0a0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 2px #a0a0a0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 2px #a0a0a0 3px 5px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
#mm_search_menu_head {
  background-color: #ffffff;
  padding: 5px;
  font-size: 0.65rem;
}
#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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  color: #161616;
}
span.ilSearchHighlight {
  font-weight: 600;
}
div.il_SearchFragment {
  margin: 2px 0 5px;
  font-size: 0.65rem;
  font-weight: 400;
  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: 600;
}
#ilHelpBack {
  padding-bottom: 20px;
}
#ilHelpText {
  clear: both;
  font-size: 0.7rem;
}
#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: 0.7rem;
  font-weight: 600;
  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: 0.7rem;
}
.ilDclTableDescription {
  padding: 15px 0;
  font-size: 0.7rem;
}
.ilDclRecordViewNavWrapper {
  margin-bottom: 40px;
}
.ilDclRecordViewNav {
  font-weight: 400;
  padding: 3px;
  font-size: 0.7rem;
  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: auto;
  cursor: pointer;
}
.ilPlayerPreviewDescription {
  padding: 7px;
  font-size: 0.7rem;
  position: absolute;
  width: 100%;
  color: #f0f0f0;
  /* margin-top: -240px; */
  top: 0;
  background: url("images/black60.png");
}
.ilPlayerPreviewOverlay img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.ilPlayerPreviewDescriptionDownload {
  float: right;
}
.ilPlayerPreviewDescriptionDownload a {
  color: white;
}
.mejs-overlay-button {
  background-image: url("images/bigplay.svg");
}
.ilPlayerPreviewPlayButton {
  background: url("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/User */
div.ilProfile {
  max-width: 450px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px;
}
div.ilProfile + div.ilProfile {
  margin-top: 15px;
}
div.ilProfile + div.ilPermalinkContainer {
  margin-top: 15px;
}
div.ilProfile + div.ilPermalinkContainer .input-group-btn {
  vertical-align: bottom;
}
img.ilProfileImage {
  width: 100%;
}
h3.ilProfileName {
  margin: 0 0 9px;
  padding: 0;
  font-weight: 400;
  font-size: 0.813rem;
}
div.ilProfileSection {
  margin-top: 15px;
  font-size: 0.7rem;
  color: #6f6f6f;
}
h3.ilProfileSectionHead {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #161616;
}
table.il_user_quota_disk_usage_overview {
  background-color: white;
}
img.ilUserXXSmall {
  max-width: 30px;
}
/* Services/Style */
.ilPositionStatic {
  position: static;
}
/* PageLayout Previews */
.il-style-layout-preview-wrapper {
  width: 160px;
  height: 120px;
  margin: 5px;
  background-color: white;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
div.ilc_QuestionPlaceHolderThumb,
div.ilc_MediaPlaceHolderThumb,
div.ilc_TextPlaceHolderThumb,
div.ilc_PredTextPlaceHolderThumb {
  margin: 1px;
  padding: 5px 2px 5px 0;
  border: 1px solid #5b6770;
  font-size: 0.65rem;
  background: url("images/question_placeholder_thumb.png") no-repeat center;
  background-color: white;
  font-weight: 600;
}
div.ilc_MediaPlaceHolderThumb {
  background-image: url("images/media_placeholder_thumb.png");
}
div.ilc_TextPlaceHolderThumb {
  background-image: url("images/text_placeholder_thumb.png");
}
div.ilc_PredTextPlaceHolderThumb {
  background-image: url("images/pred_text_placeholder_thumb.png");
}
div.ilc_HeadlineThumb {
  font-size: 0.7rem;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #5b6770;
  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: 0.7rem;
}
.ilCourseObjectiveAccSummary {
  font-size: 1rem;
  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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.ilCourseObjectiveProgressBarLimit {
  float: right;
  position: relative;
  border-right: 2px dotted #808d98;
  height: 20px;
  margin-top: -17px;
}
.ilCourseObjectiveProgressBarNeutral {
  background-color: #808d98;
}
.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 2px 0 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%;
  background-color: #ffffff;
  position: relative;
}
#chat_messages .messageContainer {
  min-height: 250px;
}
#chat_messages .fader {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  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%);
}
#chat_messages .fader .typing-info {
  font-size: 0.6em;
  position: absolute;
  bottom: 0;
  padding: 2px 5px;
  text-align: left;
  width: 100%;
}
#message-controls .msg-control {
  display: inline-block;
}
#message-controls .msg-control label {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  #message-controls .msg-control {
    display: block;
  }
}
#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: #6f6f6f;
  font-size: 0.7rem;
  padding: 5px 3px 0 3px;
  line-height: 1em;
  margin: 0;
}
.ilChatroomUser .media-body h4 {
  padding-top: 0;
  color: #6f6f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilChatroomUser .dropdown-menu {
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 0.7rem;
}
.ilChatroomUser .dropdown-menu a {
  color: #161616;
}
.ilChatroomUser .dropdown-menu a:hover {
  color: #000000;
}
.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: #f0f2f5;
}
.ilChatroomUser .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.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: 0.7rem;
}
[dir="rtl"] div.il_PreconditionsTitel {
  text-align: right;
}
div.ilPreconditionItem {
  margin: 0 -10px;
}
/* Repository */
div.ilContainerListItemOuter {
  padding: 9px 15px;
  zoom: 1;
}
div.ilContainerListItemOuter .subitem {
  margin-right: -15px;
}
[dir="rtl"] div.ilContainerListItemOuter {
  display: table;
}
div.tblfooter.ilContainerListFooter {
  font-size: 0.8rem;
  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: #f0f2f5;
  zoom: 1;
}
.ilCLI {
  padding: 0;
}
div.ilContainerListItemCB {
  /*float: left;
	width: 25px;*/
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
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: 15px;
}
[dir="rtl"] div.ilContainerListItemIconCB {
  margin-left: 0;
  margin-right: 15px;
}
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: 3px 0;
  padding-left: 6px;
  width: 100%;
}
[dir="rtl"] div.il_ContainerListItem {
  padding-left: 0;
  padding-right: 6px;
}
.ilContainerBlockHeader {
  background-color: #ffffff;
  padding: 9px 15px;
  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: #ffffff;
  cursor: pointer;
}
.ilContainerBlockHeaderExpanded {
  background-image: url("images/tree_exp.svg");
}
.ilContainerBlockHeaderCollapsed {
  background-image: url("images/tree_col.svg");
}
[dir="rtl"] .ilContainerBlockHeader {
  text-align: right;
}
.ilContainerBlock {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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: white;
}
.ilContObjectivesViewTestItem {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.ilContainerTileRows {
  margin: 0px -15px 0 -15px;
  padding: 6px 15px;
  background-color: white;
}
.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: #ffffff;
  text-align: center;
  margin: 0 -15px;
}
.il_ContainerListItem .navbar-form .modal .radio {
  display: block;
}
.il_ContainerListItem .navbar-form .modal .form-group {
  display: block;
}
.il_ContainerItemTitle .modal .form-horizontal .radio {
  display: block;
}
.il_ContainerItemTitle .modal .form-horizontal .form-group {
  display: block;
}
.il_ContainerItemTitle .btn {
  font-size: 1rem;
}
/* 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: #ffffff;
  border-left: 3px solid rgba(91, 103, 112, 0.2);
  /* 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 rgba(91, 103, 112, 0.2);
  -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 rgba(91, 103, 112, 0.2);
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px #c0c0c0 3px 5px rgba(0, 0, 0, 0.5);
}
table.il_adv_sel {
  color: #161616;
  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 rgba(91, 103, 112, 0.2);
  padding: 3px 10px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
}
#ilAdvSelListTable_item_creation td.il_adv_sel {
  min-width: 150px;
}
td.il_adv_sel_ic {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  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: 0.65rem;
  padding: 2px 4px;
  margin-top: -1px;
  margin-left: -5px;
  position: absolute;
}
div.ilCreationFormSection .form-horizontal {
  margin-top: -1px;
  padding-top: 1px;
}
.ilObjListRow {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  background-color: white;
}
.ilObjListRow:last-child {
  border-bottom: none;
}
.table-striped {
  border-collapse: separate;
}
.table-striped > tbody > tr.ilObjListRow > td {
  background-color: white;
}
.table-striped > tbody > tr.ilObjListRow:hover > td {
  background-color: #ffffff;
}
.table-striped > tbody > tr.ilObjListRow:hover:nth-child(2n+1) > td {
  background-color: #ffffff;
}
/* Services/Navigation */
form.ilNavHistoryForm {
  padding: 0;
  margin: 0 5px 0 0;
  padding: 5px 5px 2px;
  border: 0 none;
  display: inline;
  font-size: 0.65rem;
}
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;
}
/* Blocks */
div.il_Block,
table.il_Block {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 18px;
  clear: both;
  table-layout: fixed;
  word-wrap: break-word;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 6px;
}
#il_center_col div.il_Block {
  background-color: #ffffff;
}
div.ilBlockHeader,
div.ilBlockHeaderBig,
td.ilBlockHeader,
td.ilBlockHeaderBig {
  /* font-family: 'Open Sans Semibold';  deactivated, since it affects drop downs in the header */
  font-weight: 600;
  padding: 3px 0;
  margin: 0 6px;
  text-align: left;
  color: #5b6770;
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  /* box-shadow: 0 -2px 1px -1px white inset; no white lines */
}
div.ilBlockHeaderBig,
td.ilBlockHeaderBig {
  font-size: 0.8rem;
}
h2.ilBlockHeader {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  display: inline;
}
h3.ilBlockHeader {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  display: inline;
}
/* possibly deprecated */
.il_BlockInfo {
  font-size: 0.7rem;
  color: #6f6f6f;
}
/* new class */
div.ilBlockInfo {
  font-size: 0.7rem;
  color: #6f6f6f;
  padding: 1px 3px;
  background-color: #ffffff;
  text-align: right;
}
div.ilBlockContent {
  padding: 0.8rem;
}
.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: #5b6770;
  overflow: auto;
  z-index: 1000;
}
a.ilMediaLightboxClose {
  display: block;
  float: right;
  margin: 5px 0 10px 10px;
  cursor: pointer;
  color: #161616;
  font-size: 0.813rem;
}
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 rgba(91, 103, 112, 0.2);
  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;
}
.ilInfoScreenSec:not(:first-child) .ilFormHeader {
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(91, 103, 112, 0.2);
}
.il_InfoScreenPropertyValue {
  padding-top: 6px;
  padding-bottom: 6px;
}
.il_InfoScreenPropertyValue .ilProfile {
  margin: 0;
}
/* Services/Init */
@media only screen and (max-width: 768px) {
  div.ilStartupFrame {
    width: 100%;
  }
}
.ilStartupSection {
  padding-top: 18px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ilStartupSection .control-label {
  width: 33.33%;
}
.ilStartupSection .control-label + div {
  width: 66.67%;
}
@media only screen and (max-width: 768px) {
  .ilStartupSection {
    padding-top: 15px;
    width: auto;
  }
  .ilStartupSection .control-label {
    width: 100%;
  }
  .ilStartupSection .control-label + div {
    width: 100%;
  }
}
ul.ilStartupSectionRegistrationLinks {
  list-style: none;
}
ul.ilStartupSectionRegistrationLinks li {
  display: inline-block;
}
div.ilStartupSection form.form-horizontal {
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 3px;
  text-align: left;
  width: 40em;
}
div.ilStartupSection form.form-horizontal .ilFormHeader {
  padding: 9px 15px;
  background-color: #ffffff;
}
div.ilStartupSection form.form-horizontal .form-group {
  margin: 9px 0;
}
@media only screen and (max-width: 768px) {
  div.ilStartupSection form.form-horizontal {
    width: auto;
  }
}
/* Services/Bookmarks */
#block_pdbookm_0 #tree_div {
  overflow: auto;
  width: 100%;
}
#block_pdbookm_0 .il_Block #tree_div img {
  height: 20px;
  width: 20px;
}
/* Services/UIComponent/Toolbar */
.ilToolbar .container-fluid {
  padding-left: 0;
}
.ilToolbar.navbar {
  border: 0 none;
  background-color: #ffffff;
}
.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: middle;
}
.ilToolbar .input-group {
  vertical-align: middle;
}
.ilToolbar input[type="file"] {
  display: inline-block;
}
.ilToolbar li {
  border: 0 none;
  margin-right: 15px;
}
.ilToolbar li .dropdown-header {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.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 rgba(91, 103, 112, 0.2);
  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,
.ilToolbar a {
  vertical-align: middle;
}
.ilToolbar .btn[disabled] {
  padding: 3px 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: 12px;
}
.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;
}
.ilToolbar #il-add-new-item-gl .row {
  margin-left: 0;
  margin-right: 0;
}
.ilToolbar #il-add-new-item-gl li {
  margin-right: 0;
}
.ilToolbar #il-add-new-item-gl li:not(.dropdown-header ) {
  border-bottom: 0;
}
.ilToolbarContainer + .ilFilterContainer {
  margin-top: -18px;
}
@media only screen and (max-width: 768px) {
  .ilToolbar .container-fluid {
    padding-left: 15px;
  }
  .ilToolbar li {
    border-bottom: 1px solid rgba(91, 103, 112, 0.2);
    margin-right: 0;
  }
  .ilToolbar .ilToolbarStickyItems.navbar-nav .open .dropdown-menu > li > a {
    padding-left: 0;
  }
}
.ilToolbar .navbar-form .modal .radio {
  display: block;
}
.ilToolbar .navbar-form .modal .form-group {
  display: block;
}
/* Services/UIComponent/Tooltip */
.qtip-default {
  font-size: 0.7rem;
  line-height: 1.5;
  background-color: #691f40;
  border-color: #691f40;
  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-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -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-left: 0;
  padding-right: 0;
}
.ilExcAssignmentHead img {
  display: block;
  float: left;
  margin: 0 6px 0 3px;
}
.ilExcAssignmentHead .ilAssignmentHeader {
  padding: 0;
  font-size: 1rem;
}
.ilExcAssignmentHead,
.ilAssignmentHeader {
  display: block;
}
.ilExAssignmentHeadProperty {
  margin: 4px 0 0 25px;
  font-size: 0.7rem;
}
.ilExcOverview .ilExcAssImageContainer {
  max-width: 300px;
  display: inline-block;
  cursor: pointer;
}
.ilExcReportFeedback {
  background-color: #ffffff;
  padding: 9px;
}
.ilExcAssignmentInfoTool {
  padding: 10px;
}
.ilExcAssignmentInfoTool h4 {
  padding-left: 0px;
  padding-right: 0px;
}
.ilExcAssignmentInfoTool p {
  padding: 0px;
}
.ilExcAssignmentInfoTool ul {
  padding-left: 30px;
  margin: 0;
}
.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: #808d98;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid rgba(91, 103, 112, 0.2);
  border-radius: 0.25em;
}
.progress {
  height: 15px;
  min-width: 100px;
}
.progress-bar {
  font-size: 0.7rem;
  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: #ff8400;
  color: white;
  min-width: 36px;
  font-size: 0.65rem;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
span.ilNewsRssIcon:hover {
  text-decoration: none;
  background-color: #cc6a00;
}
/* 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: #aab3ba;
  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: #ffffff;
  border: 1px solid rgba(91, 103, 112, 0.2);
}
@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 rgba(91, 103, 112, 0.2);
  border-right: 0 solid rgba(91, 103, 112, 0.2);
  border-bottom: 14px solid transparent;
  content: " ";
}
.ilTimeline > li > .ilTimelinePanel .panel h2 {
  display: none;
}
.ilTimeline > li > .ilTimelineBadge {
  color: white;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  line-height: 1.2em;
  font-size: 0.8rem;
  text-align: center;
  position: absolute;
  top: 16px;
  background-color: #808d98;
  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: 0.8rem;
}
.ilTimeline > li > .ilTimelineBadge > .ilTimelineMonth {
  font-size: 0.65rem;
}
.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: #ffffff;
}
.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;
  -moz-transition: max-height 0.25s ease-in-out 1s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out 1s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out 1s ease-in-out;
  transition: max-height 0.25s ease-in-out 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  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;
}
/* from survey.css */
@media screen {
  .surveySheet {
    padding: 20px;
    border-style: solid;
    border-color: #9EADBA;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-bottom: 0px;
  }
  .matrix .tblrow1 {
    background-color: #FFFFFF;
    color: #222222;
    padding: 3px;
    border: none;
  }
  .matrix .tblrow2 {
    background-color: #F1F1F1;
    color: #222222;
    padding: 3px;
    border: none;
  }
  .matrixother {
    width: 95%;
    /* #8213 */
  }
  .surveyhint {
    font-size: 80%;
    font-style: italic;
  }
  table.matrix {
    border: none;
    border-collapse: collapse;
    /*	font-family:arial,sans-serif;
            font-size:80%;
        */
  }
  td#matrix,
  th#matrix {
    border: none;
    border-collapse: collapse;
    padding: 0.5em;
  }
  td#matrixrowtext {
    width: 40em;
  }
  td.center {
    text-align: center;
  }
  td.column {
    text-align: center;
    font-weight: 600 !important;
  }
  td.bipolar {
    text-align: center;
    vertical-align: middle;
    background: #EEEEEE;
    border: 1px solid #808080 !important;
    width: 10em;
  }
  .questionblockTitle {
    font-size: 140%;
    font-weight: 600;
    color: #222222;
    margin-top: 1em;
    margin-bottom: 0px;
  }
  .questionheading {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .solutionbox {
    color: black;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-style: inset;
    border-width: 1px;
    display: inline-block;
    width: 400px;
  }
  .horizontal {
    width: 80px;
  }
  .vertical {
    width: 400px;
  }
  table.categorywizard tr,
  table.matrixrowwizard tr {
    vertical-align: top;
  }
  table.categorywizard th,
  table.matrixrowwizard th {
    font-size: 90%;
    font-weight: 600;
    text-align: center;
  }
  .neutral_category_title {
    font-style: italic;
  }
  tr.neutral td {
    padding-top: 2em!important;
  }
  td.neutral {
    margin-left: 2em;
  }
  div.required {
    padding-bottom: 2em;
  }
  .questionTitle {
    padding-top: 8px;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 110%;
    border-bottom: 1px #aaa solid;
  }
}
/* from survey delos.less */
div.il-survey-page {
  padding: 15px;
  background-color: white;
}
div.il-survey-question {
  margin-bottom: 30px;
}
div.ilSurveyPageEditDropArea {
  border-color: #72818c;
  color: #72818c;
  background-color: #9ca7af;
}
div.ilSurveyPageEditDropAreaSelected {
  border-color: #72818c;
  color: #72818c;
  background-color: #808d98;
}
div.ilSurveyPageEditAreaDragging {
  border: 2px dashed #5b6770;
  background-color: #ffffff;
  padding: 5px;
}
div.ilSurveyPageEditActionMenu {
  float: right;
  margin: 3px;
}
.il-svy-qst-compressed {
  margin-top: -30px;
}
.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: #ffffff;
  height: auto;
}
.ilMediaPoolPreviewThumbnail img {
  max-width: 100px;
}
/* Services/Tags */
.ilTagCloud {
  font-size: 0.7rem;
  padding: 6px 0;
}
.il-maincontrols-slate .ilTagCloud {
  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;
}
.ilTag .ilTagRelHigh {
  background-color: #85d1da;
  color: #000000;
}
.ilTag .ilTagRelMiddle {
  background-color: #95c5ca;
  color: #000000;
}
.ilTag .ilTagRelLow {
  background-color: #a5b8ba;
  color: #000000;
}
.ilTag .ilTagRelVeryLow {
  background-color: #b0b0b0;
  color: #000000;
}
.ilTag.ilHighlighted,
.ilTag.ilHighlighted:hover {
  background-color: #ff8400;
  color: white;
}
.ilTag.ilHighlighted:hover,
.ilTag.ilHighlighted:hover:hover {
  background-color: #e67700;
}
a.ilTag:hover,
a.ilTag:active {
  text-decoration: none;
  color: #000000;
  background-color: #5fd9e7;
}
#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: 0.7rem;
}
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: #691f40;
}
div.ilChecklist ul li a:hover {
  background-color: #f0f2f5;
}
div.ilChecklist ul li p,
div.ilChecklist ul li p:hover {
  color: #6f6f6f;
  font-size: 0.65rem;
  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: #ffffff;
  margin: 0px -15px -15px -15px;
  padding: 5px 25px;
}
/* Services/FileUpload */
.ilFileUploadEntryProgressPercent {
  font-size: 0.65rem;
}
.ilFileUploadEntryOptions {
  font-size: 0.7rem;
}
.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: 0.7rem;
  /* 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: #ffffff;
  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: #f0f2f5;
}
#awareness-content .glyphicon {
  font-size: inherit;
}
#awareness-content .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
#awareness-content .media {
  padding: 0;
}
#awareness-content .media-left img {
  width: 45px;
  height: 45px;
}
.ilAwarenessItem {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
  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: #6f6f6f;
  font-size: 0.7rem;
  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: #ffffff;
  padding: 10px 0;
  font-size: 0.7rem;
}
#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('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: #f0f2f5;
  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: white;
}
#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;
  min-height: calc(100% - 50px);
}
#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: #ffffff;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator p {
  font-size: 0.7rem;
}
#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.65rem;
}
#onscreenchat-container .chat-window-wrapper .chat li .chat-body p {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.7rem;
}
#onscreenchat-container .chat-window-wrapper .panel {
  pointer-events: auto;
  margin: 0;
  border: 1px solid rgba(91, 103, 112, 0.2);
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading {
  font-size: 0.65rem;
  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 a.glyph {
  vertical-align: middle;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading .minimize {
  margin-left: 5px;
  vertical-align: middle;
}
#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: 50px;
  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-body .fader .typing-info {
  font-size: 0.6em;
  position: absolute;
  bottom: 0;
  padding: 2px 5px;
  text-align: right;
  width: 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("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;
}
.modal-content .form-horizontal .col-sm-4,
.modal-content .form-horizontal .col-md-3,
.modal-content .form-horizontal .col-lg-2 {
  width: 33.33%;
}
.modal-content .form-horizontal .col-sm-8,
.modal-content .form-horizontal .col-md-9,
.modal-content .form-horizontal .col-lg-10 {
  width: 66.67%;
}
.split-btn ul.dropdown-menu > li > .btn {
  padding-left: 10px;
  mso-padding-right-alt: 10px;
}
/* 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 rgba(91, 103, 112, 0.2);
  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 rgba(91, 103, 112, 0.2);
  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;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 600;
  font-size: 1rem;
  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: #808d98;
  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: #f0f2f5;
  color: #000000;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.7rem;
  height: 20px;
  line-height: 20px;
  color: #808d98;
}
.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: #f0f2f5;
  color: #000000;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #808d98;
}
.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: #444d54;
  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: #444d54;
  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: #808d98;
  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: #f0f2f5;
  color: #000000;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #444d54;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #808d98;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #808d98;
  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 #aab3ba;
}
.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 #aab3ba 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: 0.65rem;
  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*/
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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: #ffffff;
}
.ilLSOKioskModeNavigation .navbar-form {
  line-height: 25px;
}
.ilLSOKioskModeContent .panel-primary .panel-heading {
  display: none;
}
.ilLSOKioskModeCurriculum {
  background-color: #ffffff;
}
.ilLSOKioskModeCurriculum .il-workflow-container {
  padding: 5px;
}
/* intro page */
.il-lso-startbutton-container {
  margin: 9px 0;
}
.ilLearningHistoryShowMore {
  text-align: center;
}
.ilPCLearnHist {
  background-color: white;
  padding: 5px 6px;
}
/* ilPreview classes */
.il_ContainerItemPreview {
  font-size: 0.7rem;
  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: 0.7rem;
  margin-top: -20px;
  color: #5b6770;
}
.ilPreviewTextLoading {
  width: 14px;
  height: 14px;
  background: transparent url("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: 0.8rem;
  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: 400;
}
#qtip-preview .qtip-close {
  right: 20px;
  top: 14px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent url("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: white;
  padding: 0;
}
.ilPreviewTooltipContent .ilPreviewList {
  display: block;
  padding: 10px;
  text-align: center;
  margin: 0 20px;
  box-sizing: content-box;
}
.ilPreviewTooltipPrev {
  position: absolute;
  background: transparent url("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("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: 0.8rem;
  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: 0;
}
.questionPrintview .row.ilc_qanswer_Answer {
  padding-left: 0;
  padding-right: 0;
}
.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;
}
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: #ffffff;
}
#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: 600;
}
#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: 1rem;
  font-weight: 600;
}
#tst_output #tst_right h1.ilc_page_title_PageTitle {
  margin-bottom: 6px;
}
#tst_pass_details_overview tr {
  scroll-margin-top: 30px;
}
.dd-item {
  font-size: 0.8rem;
}
li.dd-item.ilc_qordli_OrderListItem > ul li.dd-item.ilc_qordli_OrderListItem {
  border: 1px #4c6586 solid;
  border-left: 9px #4c6586 solid;
}
.il-mcst-side .row > .col-sm-3 {
  width: 100%;
}
.il-mcst-side .row > .col-sm-3 img {
  width: 100%;
}
.il-mcst-side .row > .col-sm-9 .il-item-title {
  padding: 12px 0 6px;
}
.mcst-completed-preview img {
  filter: grayscale(100%);
}
.mcst-current {
  background-color: #fff6be;
}
#mcst-prev-items > button {
  margin-bottom: 20px;
}
#il-mcst-img-gallery .modal-dialog {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
#il-mcst-img-gallery .modal-content {
  min-height: 100%;
  background-color: black;
}
#il-mcst-img-gallery .modal-content img {
  margin: 30px auto 0 auto;
}
#il-mcst-img-gallery .modal-title {
  color: white;
}
#il-mcst-img-gallery .carousel-caption {
  display: none;
}
#il-mcst-img-gallery .modal-header {
  border: 0;
  text-align: center;
}
#il-mcst-img-gallery .carousel-indicators {
  bottom: auto;
  top: -20px;
}
#il-mcst-img-gallery .carousel-control .glyphicon {
  top: -5px;
}
#il-mcst-img-gallery .carousel-control.right,
#il-mcst-img-gallery .carousel-control.left {
  background-image: none;
}
.noMargin {
  margin: 0;
}
div.editLink {
  padding-right: 1em;
}
[dir="rtl"] div.editLink {
  padding-right: 0;
  padding-left: 1em;
}
.glyphicon-ok {
  font-size: 0.7rem;
  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;
}
/* print less */
@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 #aab3ba;
    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 rgba(91, 103, 112, 0.2) !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: "";
  }
  .ilAccHideContent {
    height: auto !important;
    width: auto !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Regular.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Bold.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Bold-webfont?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Bold.svg') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Italic.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Italic.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Italic.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Italic.svg') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansWeb/OpenSans-Bolditalic.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Bolditalic-webfont?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Bolditalic.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Bolditalic.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Bolditalic.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('fonts/OpenSansWeb/OpenSans-Light.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Light.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Light.svg') format('svg');
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('fonts/OpenSansWeb/OpenSans-Lightitalic.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Lightitalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Lightitalic.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Lightitalic.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Lightitalic.svg') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('fonts/OpenSansWeb/OpenSans-Semibold.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Semibold.svg') format('svg');
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('fonts/OpenSansWeb/OpenSans-Semibolditalic.eot');
  src: url('fonts/OpenSansWeb/OpenSans-Semibolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-Semibolditalic.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-Semibolditalic.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-Semibolditalic.svg') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Extrabold';
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBold.eot');
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-ExtraBold.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-ExtraBold.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-ExtraBold.svg') format('svg');
}
@font-face {
  font-family: 'Open Sans Extrabold';
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBolditalic.eot');
  src: url('fonts/OpenSansWeb/OpenSans-ExtraBolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansWeb/OpenSans-ExtraBolditalic.woff') format('woff'), url('fonts/OpenSansWeb/OpenSans-ExtraBolditalic.ttf') format('truetype'), url('fonts/OpenSansWeb/OpenSans-ExtraBolditalic.svg') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Emoji';
  src: url('fonts/OpenSansEmoji/OpenSansEmoji.ttf') format('truetype'), url('fonts/OpenSansEmoji/OpenSansEmoji.otf') format('otf');
  font-style: normal;
}
@font-face {
  font-family: 'vollkorn';
  src: url('fonts/vollkorn/EOT/vollkorn-regular-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-regular-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'vollkorn';
  src: url('fonts/vollkorn/EOT/vollkorn-bold-webfont.eot');
  src: url('fonts/vollkorn/EOT/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/opensans-regular-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/opensans-regular-webfont.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'vollkorn';
  src: url('fonts/vollkorn/EOT/vollkorn-bolditalic-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-bolditalic-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'vollkorn medium';
  src: url('fonts/vollkorn/EOT/vollkorn-medium-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-medium-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-medium-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'vollkorn medium';
  src: url('fonts/vollkorn/EOT/vollkorn-mediumitalic-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-mediumitalic-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-mediumitalic-webfont.ttf') format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'vollkorn medium Semibold';
  src: url('fonts/vollkorn/EOT/vollkorn-semibold-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-semibold-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-semibold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'vollkorn medium Semibold';
  src: url('fonts/vollkorn/EOT/vollkorn-semibolditalic-webfont.eot');
  src: url('fonts/vollkorn/EOT/vollkorn-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vollkorn/WOFF/vollkorn-semibolditalic-webfont.woff') format('woff'), url('fonts/vollkorn/TTF/vollkorn-semibolditalic-webfont.ttf') format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'cognus icons';
  src: url('fonts/cognusIcons/cognusIcons.eot?a2ri61');
  src: url('fonts/cognusIcons/cognusIcons.eot?#iefixa2ri61') format('embedded-opentype'), url('fonts/cognusIcons/cognusIcons.woff?a2ri61') format('woff'), url('fonts/cognusIcons/cognusIcons.ttf?a2ri61') format('truetype'), url('fonts/cognusIcons/cognusIcons.svg?a2ri61#cognusIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bell icons';
  src: url('fonts/bell/bell.eot?fjtzby');
  src: url('fonts/bell/bell.eot?fjtzby#iefix') format('embedded-opentype'), url('fonts/bell/bell.woff?fjtzby') format('woff'), url('fonts/bell/bell.ttf?fjtzby') format('truetype'), url('fonts/bell/bell.svg?fjtzby#bell') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Regular new';
  src: url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.eot');
  src: url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.woff2') format('woff2'), url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.woff') format('woff'), url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.ttf') format('truetype'), url('fonts/glyphicons_pro/glyphicons/web/9_2/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicons-new {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x2:before {
  padding: 8px 12px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x3:before {
  padding: 16px 20px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x4:before {
  padding: 20px 28px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.x5:before {
  padding: 28px 36px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\E011";
}
.glyphicons-camera:before {
  content: "\E012";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-music-alt:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\E022";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\E031";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-plane:before {
  content: "\E039";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\E071";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-plus-sign:before {
  content: "\E191";
}
.glyphicons-minus-sign:before {
  content: "\E192";
}
.glyphicons-remove-sign:before {
  content: "\E193";
}
.glyphicons-ok-sign:before {
  content: "\E194";
}
.glyphicons-question-sign:before {
  content: "\E195";
}
.glyphicons-info-sign:before {
  content: "\E196";
}
.glyphicons-exclamation-sign:before {
  content: "\E197";
}
.glyphicons-remove-circle:before {
  content: "\E198";
}
.glyphicons-ok-circle:before {
  content: "\E199";
}
.glyphicons-ban-circle:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok:before {
  content: "\E207";
}
.glyphicons-remove:before {
  content: "\E208";
}
.glyphicons-cart-in:before {
  content: "\E209";
}
.glyphicons-cart-out:before {
  content: "\E210";
}
.glyphicons-arrow-left:before {
  content: "\E211";
}
.glyphicons-arrow-right:before {
  content: "\E212";
}
.glyphicons-arrow-down:before {
  content: "\E213";
}
.glyphicons-arrow-up:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\E227";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\E232";
}
.glyphicons-cloud:before {
  content: "\E233";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-map-marker:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\E244";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-note-empty:before {
  content: "\E247";
}
.glyphicons-note:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\E249";
}
.glyphicons-divide:before {
  content: "\E250";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\E272";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\E311";
}
.glyphicons-baseball:before {
  content: "\E312";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-upload:before {
  content: "\E364";
}
.glyphicons-cloud-download:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\E433";
}
.glyphicons-minus:before {
  content: "\E434";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\E471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed:before {
  content: "\E474";
}
.glyphicons-mosquito:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed-alt:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\E497";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\E516";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\E541";
}
.glyphicons-cat:before {
  content: "\E542";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\E549";
}
.glyphicons-ruble:before {
  content: "\E550";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph-alt:before {
  content: "\E562";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\E569";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-paired:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\E598";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\E609";
}
.glyphicons-tractor:before {
  content: "\E610";
}
.glyphicons-camping:before {
  content: "\E611";
}
.glyphicons-camping-benches:before {
  content: "\E612";
}
.glyphicons-forest:before {
  content: "\E613";
}
.glyphicons-park:before {
  content: "\E614";
}
.glyphicons-field:before {
  content: "\E615";
}
.glyphicons-mountains:before {
  content: "\E616";
}
.glyphicons-fees-payments:before {
  content: "\E617";
}
.glyphicons-small-payments:before {
  content: "\E618";
}
.glyphicons-mixed-buildings:before {
  content: "\E619";
}
.glyphicons-industrial-zone:before {
  content: "\E620";
}
.glyphicons-visitor-tag:before {
  content: "\E621";
}
.glyphicons-businessman:before {
  content: "\E622";
}
.glyphicons-meditation:before {
  content: "\E623";
}
.glyphicons-bath:before {
  content: "\E624";
}
.glyphicons-donate:before {
  content: "\E625";
}
.glyphicons-sauna:before {
  content: "\E626";
}
.glyphicons-bedroom-nightstand:before {
  content: "\E627";
}
.glyphicons-bedroom-lamp:before {
  content: "\E628";
}
.glyphicons-doctor:before {
  content: "\E629";
}
.glyphicons-engineering-networks:before {
  content: "\E630";
}
.glyphicons-washing-machine:before {
  content: "\E631";
}
.glyphicons-dryer:before {
  content: "\E632";
}
.glyphicons-dishwasher:before {
  content: "\E633";
}
.glyphicons-luggage-group:before {
  content: "\E634";
}
.glyphicons-teenager:before {
  content: "\E635";
}
.glyphicons-person-stick:before {
  content: "\E636";
}
.glyphicons-person-stick-old:before {
  content: "\E637";
}
.glyphicons-traveler:before {
  content: "\E638";
}
.glyphicons-veteran:before {
  content: "\E639";
}
.glyphicons-group-chat:before {
  content: "\E640";
}
.glyphicons-elections:before {
  content: "\E641";
}
.glyphicons-law-justice:before {
  content: "\E642";
}
.glyphicons-judiciary:before {
  content: "\E643";
}
.glyphicons-house-fire:before {
  content: "\E644";
}
.glyphicons-firefighters:before {
  content: "\E645";
}
.glyphicons-police:before {
  content: "\E646";
}
.glyphicons-ambulance:before {
  content: "\E647";
}
.glyphicons-light-beacon:before {
  content: "\E648";
}
.glyphicons-important-day:before {
  content: "\E649";
}
.glyphicons-bike-park:before {
  content: "\E650";
}
.glyphicons-object-align-top:before {
  content: "\E651";
}
.glyphicons-object-align-bottom:before {
  content: "\E652";
}
.glyphicons-object-align-horizontal:before {
  content: "\E653";
}
.glyphicons-object-align-left:before {
  content: "\E654";
}
.glyphicons-object-align-vertical:before {
  content: "\E655";
}
.glyphicons-object-align-right:before {
  content: "\E656";
}
.glyphicons-reflect-y:before {
  content: "\E657";
}
.glyphicons-reflect-x:before {
  content: "\E658";
}
.glyphicons-tick:before {
  content: "\E659";
}
.glyphicons-lawnmower:before {
  content: "\E660";
}
.glyphicons-call-redirect:before {
  content: "\E661";
}
.glyphicons-call-ip:before {
  content: "\E662";
}
.glyphicons-call-record:before {
  content: "\E663";
}
.glyphicons-call-ringtone:before {
  content: "\E664";
}
.glyphicons-call-traffic:before {
  content: "\E665";
}
.glyphicons-call-hold:before {
  content: "\E666";
}
.glyphicons-call-incoming:before {
  content: "\E667";
}
.glyphicons-call-outgoing:before {
  content: "\E668";
}
.glyphicons-call-video:before {
  content: "\E669";
}
.glyphicons-call-missed:before {
  content: "\E670";
}
.glyphicons-theater:before {
  content: "\E671";
}
.glyphicons-heartbeat:before {
  content: "\E672";
}
.glyphicons-kettlebell:before {
  content: "\E673";
}
.glyphicons-fireplace:before {
  content: "\E674";
}
.glyphicons-street-lights:before {
  content: "\E675";
}
.glyphicons-pedestrian:before {
  content: "\E676";
}
.glyphicons-flood:before {
  content: "\E677";
}
.glyphicons-open-water:before {
  content: "\E678";
}
.glyphicons-for-sale:before {
  content: "\E679";
}
.glyphicons-dustbin:before {
  content: "\E680";
}
.glyphicons-door:before {
  content: "\E681";
}
.glyphicons-camp-fire:before {
  content: "\E682";
}
.glyphicons-fleur-de-lis:before {
  content: "\E683";
}
.glyphicons-temperature-settings:before {
  content: "\E684";
}
.glyphicons-article:before {
  content: "\E685";
}
.glyphicons-sunbath:before {
  content: "\E686";
}
.glyphicons-balanced-diet:before {
  content: "\E687";
}
.glyphicons-ticket:before {
  content: "\E688";
}
.glyphicons-parking-ticket:before {
  content: "\E689";
}
.glyphicons-parking-meter:before {
  content: "\E690";
}
.glyphicons-laptop:before {
  content: "\E691";
}
.glyphicons-tree-structure:before {
  content: "\E692";
}
.glyphicons-weather-warning:before {
  content: "\E693";
}
.glyphicons-temperature-low:before {
  content: "\E694";
}
.glyphicons-temperature-high:before {
  content: "\E695";
}
.glyphicons-temperature-low-warning:before {
  content: "\E696";
}
.glyphicons-temperature-high-warning:before {
  content: "\E697";
}
.glyphicons-hurricane:before {
  content: "\E698";
}
.glyphicons-storm:before {
  content: "\E699";
}
.glyphicons-sorted-waste:before {
  content: "\E700";
}
.glyphicons-ear:before {
  content: "\E701";
}
.glyphicons-ear-deaf:before {
  content: "\E702";
}
.glyphicons-file-plus:before {
  content: "\E703";
}
.glyphicons-file-minus:before {
  content: "\E704";
}
.glyphicons-file-lock:before {
  content: "\E705";
}
.glyphicons-file-cloud:before {
  content: "\E706";
}
.glyphicons-file-cloud-download:before {
  content: "\E707";
}
.glyphicons-file-cloud-upload:before {
  content: "\E708";
}
.glyphicons-paragraph:before {
  content: "\E709";
}
.glyphicons-list-numbered:before {
  content: "\E710";
}
.glyphicons-donate-heart:before {
  content: "\E711";
}
.glyphicons-government:before {
  content: "\E712";
}
.glyphicons-maze:before {
  content: "\E713";
}
.glyphicons-chronicle:before {
  content: "\E714";
}
.glyphicons-user-structure:before {
  content: "\E715";
}
.glyphicons-recycle:before {
  content: "\E716";
}
.glyphicons-gas:before {
  content: "\E717";
}
.glyphicons-waste-pipe:before {
  content: "\E718";
}
.glyphicons-water-pipe:before {
  content: "\E719";
}
.glyphicons-parking:before {
  content: "\E720";
}
.glyphicons-closed:before {
  content: "\E721";
}
.glyphicons-mouse:before {
  content: "\E722";
}
.glyphicons-mouse-double-click:before {
  content: "\E723";
}
.glyphicons-mouse-left-click:before {
  content: "\E724";
}
.glyphicons-mouse-right-click:before {
  content: "\E725";
}
.glyphicons-mouse-middle-click:before {
  content: "\E726";
}
.glyphicons-mouse-scroll:before {
  content: "\E727";
}
.glyphicons-resize-vertical:before {
  content: "\E728";
}
.glyphicons-resize-horizontal:before {
  content: "\E729";
}
.glyphicons-temperature:before {
  content: "\E730";
}
.glyphicons-puzzle:before {
  content: "\E731";
}
.glyphicons-puzzle-2:before {
  content: "\E732";
}
.glyphicons-puzzle-3:before {
  content: "\E733";
}
.glyphicons-nearby-square:before {
  content: "\E734";
}
.glyphicons-nearby-circle:before {
  content: "\E735";
}
.glyphicons-rotate-right:before {
  content: "\E736";
}
.glyphicons-rotate-left:before {
  content: "\E737";
}
.glyphicons-pictures:before {
  content: "\E738";
}
.glyphicons-photo-album:before {
  content: "\E739";
}
.glyphicons-cadastral-map:before {
  content: "\E740";
}
.glyphicons-fingerprint-scan:before {
  content: "\E741";
}
.glyphicons-fingerprint:before {
  content: "\E742";
}
.glyphicons-fingerprint-lock:before {
  content: "\E743";
}
.glyphicons-fingerprint-ok:before {
  content: "\E744";
}
.glyphicons-fingerprint-remove:before {
  content: "\E745";
}
.glyphicons-fingerprint-reload:before {
  content: "\E746";
}
.glyphicons-pending-notifications:before {
  content: "\E747";
}
.glyphicons-synchronization:before {
  content: "\E748";
}
.glyphicons-synchronization-ban:before {
  content: "\E749";
}
.glyphicons-hash:before {
  content: "\E750";
}
.glyphicons-gender-male:before {
  content: "\E751";
}
.glyphicons-gender-female:before {
  content: "\E752";
}
.glyphicons-gender-virgin-female:before {
  content: "\E753";
}
.glyphicons-gender-intersex:before {
  content: "\E754";
}
.glyphicons-gender-transgender:before {
  content: "\E755";
}
.glyphicons-gender-ori-lesbian:before {
  content: "\E756";
}
.glyphicons-gender-ori-gay:before {
  content: "\E757";
}
.glyphicons-gender-ori-hetero:before {
  content: "\E758";
}
.glyphicons-gender-other:before {
  content: "\E759";
}
.glyphicons-gender-unknown:before {
  content: "\E760";
}
.glyphicons-scanner:before {
  content: "\E761";
}
.glyphicons-multifunction-printer:before {
  content: "\E762";
}
.glyphicons-lasso:before {
  content: "\E763";
}
.glyphicons-view-360:before {
  content: "\E764";
}
.glyphicons-battery-charging:before {
  content: "\E765";
}
.glyphicons-battery-full:before {
  content: "\E766";
}
.glyphicons-battery-75:before {
  content: "\E767";
}
.glyphicons-battery-50:before {
  content: "\E768";
}
.glyphicons-battery-25:before {
  content: "\E769";
}
.glyphicons-battery-10:before {
  content: "\E770";
}
.glyphicons-satellite:before {
  content: "\E771";
}
.glyphicons-satellite-dish:before {
  content: "\E772";
}
.glyphicons-satellite-dish-alt:before {
  content: "\E773";
}
.glyphicons-auction:before {
  content: "\E774";
}
.glyphicons-directions:before {
  content: "\E775";
}
.glyphicons-race:before {
  content: "\E776";
}
.glyphicons-robot:before {
  content: "\E777";
}
.glyphicons-ruler-alt:before {
  content: "\E778";
}
.glyphicons-cube-empty:before {
  content: "\E779";
}
.glyphicons-cube-black:before {
  content: "\E780";
}
.glyphicons-move-square:before {
  content: "\E781";
}
.glyphicons-drop:before {
  content: "\E782";
}
.glyphicons-vr-headset:before {
  content: "\E783";
}
.glyphicons-vr-charging:before {
  content: "\E784";
}
.glyphicons-vr-low-battery:before {
  content: "\E785";
}
.glyphicons-vr-paired:before {
  content: "\E786";
}
.glyphicons-vr-settings:before {
  content: "\E787";
}
.glyphicons-vr-maintenance:before {
  content: "\E788";
}
.glyphicons-filter-remove:before {
  content: "\E789";
}
.glyphicons-filter-applied:before {
  content: "\E790";
}
.glyphicons-one-day:before {
  content: "\E791";
}
.glyphicons-user-vr:before {
  content: "\E792";
}
.glyphicons-user-vr-add:before {
  content: "\E793";
}
.glyphicons-user-vr-remove:before {
  content: "\E794";
}
.glyphicons-dice-1:before {
  content: "\E795";
}
.glyphicons-dice-2:before {
  content: "\E796";
}
.glyphicons-dice-3:before {
  content: "\E797";
}
.glyphicons-dice-4:before {
  content: "\E798";
}
.glyphicons-dice-5:before {
  content: "\E799";
}
.glyphicons-dice-6:before {
  content: "\E800";
}
/*
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('@{icon-font-glyphicon-font}glyphicons-regular.eot');
  src: url('@{icon-font-glyphicon-font}glyphicons-regular.eot?#iefix') format('embedded-opentype'),
       url('@{icon-font-glyphicon-font}glyphicons-regular.woff2') format('woff2'),
       url('@{icon-font-glyphicon-font}glyphicons-regular.woff') format('woff'),
       url('@{icon-font-glyphicon-font}glyphicons-regular.ttf') format('truetype'),
       url('@{icon-font-glyphicon-font}glyphicons-regular.svg#glyphiconsregular') format('svg');
}
*/
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.eot');
  src: url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.woff2') format('woff2'), url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.woff') format('woff'), url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.ttf') format('truetype'), url('fonts/glyphicons_pro/glyphicons/web/html_css/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: flipv();
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv();
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\2709";
}
.glyphicons-camera:before {
  content: "\E011";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-note:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\2744";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\270F";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-airplane:before {
  content: "\2708";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\2602";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-circle-plus:before {
  content: "\E191";
}
.glyphicons-circle-minus:before {
  content: "\E192";
}
.glyphicons-circle-remove:before {
  content: "\E193";
}
.glyphicons-circle-ok:before {
  content: "\E194";
}
.glyphicons-circle-question-mark:before {
  content: "\E195";
}
.glyphicons-circle-info:before {
  content: "\E196";
}
.glyphicons-circle-exclamation-mark:before {
  content: "\E197";
}
.glyphicons-remove:before {
  content: "\E198";
}
.glyphicons-ok:before {
  content: "\E199";
}
.glyphicons-ban:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok-2:before {
  content: "\E207";
}
.glyphicons-remove-2:before {
  content: "\E208";
}
.glyphicons-cart-out:before {
  content: "\E209";
}
.glyphicons-cart-in:before {
  content: "\E210";
}
.glyphicons-left-arrow:before {
  content: "\E211";
}
.glyphicons-right-arrow:before {
  content: "\E212";
}
.glyphicons-down-arrow:before {
  content: "\E213";
}
.glyphicons-up-arrow:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\20AC";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\2609";
}
.glyphicons-cloud:before {
  content: "\2601";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-google-maps:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\2693";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-male:before {
  content: "\E247";
}
.glyphicons-female:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\002A";
}
.glyphicons-divide:before {
  content: "\00F7";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\02DA";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\2698";
}
.glyphicons-baseball:before {
  content: "\26BE";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-download:before {
  content: "\E364";
}
.glyphicons-cloud-upload:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\002B";
}
.glyphicons-minus:before {
  content: "\2212";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\F471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed-alt:before {
  content: "\E474";
}
.glyphicons-mosquito-net:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\26FA";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\1F6BF";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\231B";
}
.glyphicons-cat:before {
  content: "\1F408";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\00A5";
}
.glyphicons-ruble:before {
  content: "\20BD";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph:before {
  content: "\00B6";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\1F695";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-hotspot:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\231A";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\1F4F0";
}
.glyphicons-tractor:before {
  content: "\1F69C";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/**
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.
 */
/* cognos-blu-patch: begin */
/* cognos-blu-patch: End */
/** 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 **/
.textCenter {
  text-align: center;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ildisplayInlineBlock {
  display: inline-block;
}
.ilfloatright {
  float: right;
}
td.caltoday {
  background: #691f40;
}
td.caltoday .il_cal_monthday {
  color: #ffffff;
}
td.caltoday .glyphicon {
  color: #ffffff;
}
.noBG {
  background: none transparent;
}
body {
  background: url("images/bg.jpg") repeat top left;
  background-size: 100%;
}
#il_EditPage img[src*="cell.svg"] {
  width: 32px;
  height: 32px;
}
.v-align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
ul.dropdown-menu {
  border-top: 4px solid #691f40;
}
.popover {
  border: 0 none transparent;
}
.help-block {
  color: #38414b;
}
.btn-fullWidth {
  width: 100%;
  overflow: hidden;
}
a.btn-fullWidth {
  width: 100%;
}
.btn .caret {
  margin: 0 5px;
}
.btn-grey {
  color: white;
  background-color: #596777;
  border-color: #596777;
  font-size: 12px;
}
.btn-grey:focus,
.btn-grey.focus {
  color: white;
  background-color: #434e5a;
  border-color: #22282e;
}
.btn-grey:hover {
  color: white;
  background-color: #434e5a;
  border-color: #3f4954;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: white;
  background-color: #434e5a;
  background-image: none;
  border-color: #3f4954;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: white;
  background-color: #343c45;
  border-color: #22282e;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #596777;
  border-color: #596777;
}
.btn-grey .badge {
  color: #596777;
  background-color: white;
}
.btn {
  font-size: 12px;
}
/*Transition*/
.il-layout-page {
  background-color: transparent !important;
}
/******************* default *****************/
a {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.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: #691f40;
  border-color: #691f40;
  text-decoration: none;
}
/******************* overwrites *****************/
.panel-flex .il-viewcontrol-pagination,
.panel-flex .il-viewcontrol-section {
  background-color: transparent!important;
}
.btn-default:hover {
  background-color: #38414b;
  border-color: #38414b;
}
/******************* global elements *****************/
.media-heading {
  margin: 0;
}
.badge {
  background-color: #691f40 !important;
}
.glyphicons.x1 {
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-align: center;
}
.glyphicons.x1:hover {
  color: #4e5a68;
  text-decoration: none;
  outline: none;
}
.glyphicons.x1:focus,
.glyphicons.x1:active {
  text-decoration: none;
  outline: none;
}
.glyphicon-default {
  cursor: default;
  display: block;
  font-family: "Glyphicons Regular";
}
.glyphicon-link-btn-basic {
  cursor: pointer;
  display: block;
  font-family: "Glyphicons Regular";
}
.glyphicon-link-btn,
.glyphicons-link-btn {
  cursor: pointer;
  display: block;
  font-family: "Glyphicons Regular";
}
.glyphicon-link-btn:hover,
.glyphicons-link-btn:hover,
.glyphicon-link-btn:focus,
.glyphicons-link-btn:focus,
.glyphicon-link-btn:active,
.glyphicons-link-btn:active {
  color: #4e5a68;
  text-decoration: none;
}
.cognusIcons-link-btn {
  cursor: pointer;
  display: block;
  font-family: "cognus icons";
}
.cognusIcons-link-btn:hover {
  color: #0c0e11;
  text-decoration: none;
  outline: none;
}
.cognusIcons-link-btn:focus,
.cognusIcons-link-btn:active {
  text-decoration: none;
  outline: none;
}
h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #4c565c;
  font-weight: 700;
}
.date {
  font-size: 0.7rem;
}
.pagination {
  color: #38414b;
}
.pagination nav {
  display: block;
}
.pagination nav li {
  list-style: outside none none;
}
.pagination .pager {
  list-style: outside none none;
  margin: -19px -14px -19px 0;
  padding-left: 0;
  text-align: right;
}
.pagination .pager li > a,
.pagination .pager li > span {
  color: #38414b;
  border: 0 none transparent;
  border-radius: 0;
  padding: 2px 10px;
}
.pagination .pager li > a:hover,
.pagination .pager li > span:hover {
  background: transparent;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1109px) {
  .pagination .pager li > a,
  .pagination .pager li > span {
    padding: 2px 1px;
  }
}
@media only screen and (max-width: 390px) {
  .pagination .pager li > a,
  .pagination .pager li > span {
    padding: 2px 3px;
  }
}
ul.dropdown-menu {
  border-top: 4px solid #691f40;
}
.popover {
  border: 0 none transparent;
}
.help-block {
  color: #38414b;
}
.btn-fullWidth {
  width: 100%;
  overflow: hidden;
}
a.btn-fullWidth {
  width: 100%;
}
.btn .caret {
  margin: 0 15px 0 4px;
}
.btn-grey {
  color: white;
  background-color: #596777;
  border-color: #596777;
  font-size: 12px;
}
.btn-grey:focus,
.btn-grey.focus {
  color: white;
  background-color: #434e5a;
  border-color: #22282e;
}
.btn-grey:hover {
  color: white;
  background-color: #434e5a;
  border-color: #3f4954;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: white;
  background-color: #434e5a;
  background-image: none;
  border-color: #3f4954;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: white;
  background-color: #343c45;
  border-color: #22282e;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #596777;
  border-color: #596777;
}
.btn-grey .badge {
  color: #596777;
  background-color: white;
}
.btn {
  font-size: 12px;
}
.table {
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-responsive {
  overflow-y: visible !important;
}
@media only screen and (max-width: 768px) {
}
td.std p,
th.std p {
  padding: 0;
  margin: 0;
}
.ilContentContainer .ilTableOuter div.ilTableCommandRow,
.ilContentContainer .ilTableOuter div.ilTableCommandRowTop {
  background-color: transparent !important;
}
/******************* mainmanu new position *****************/
/* new position */
h2.ilTableHeaderTitle a,
h2.ilTableHeaderTitle a:hover {
  text-decoration: none;
}
div.ilTableHeaderTitle {
  margin: 12px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .nav.il-maincontrols {
    position: absolute;
    z-index: 999999;
    height: 100vh;
    left: 0;
    top: 0;
  }
  .il-layout-page,
  .startup:not(.il-layout-page) {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
  .startup .il-layout-page {
    margin-left: 0;
    width: 100%;
  }
  .header-inner {
    width: calc(100% - 80px);
    padding: 0 40px;
  }
  .cognos-toolbar-items-exist.il-layout-page,
  .cognos-toolbar-items-exist.startup:not(.il-layout-page) {
    margin-left: 0 !important;
    width: auto !important;
    grid-template-columns: auto auto auto;
    grid-template-rows: 50px auto;
  }
  .cognos-toolbar-items-exist.il-layout-page header,
  .cognos-toolbar-items-exist.startup:not(.il-layout-page) header {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: 1;
  }
  .cognos-toolbar-items-exist.il-layout-page div.il-system-infos,
  .cognos-toolbar-items-exist.startup:not(.il-layout-page) div.il-system-infos {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: 1;
  }
  .cognos-toolbar-items-exist.il-layout-page .il-maincontrols,
  .cognos-toolbar-items-exist.startup:not(.il-layout-page) .il-maincontrols {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .cognos-toolbar-items-exist.il-layout-page .il-layout-page-content,
  .cognos-toolbar-items-exist.startup:not(.il-layout-page) .il-layout-page-content {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cognos-toolbar-items-exist .header-inner {
    position: relative;
    width: 100%;
  }
  .cognos-toolbar-items-exist .nav.il-maincontrols {
    position: relative !important;
  }
}
/* new style */
.il-mainbar {
  background: #ffffff;
}
.il-mainbar .il-mainbar-triggers .il-link.link-bulky,
.il-mainbar .il-link.link-bulky .il-link.link-bulky,
.il-mainbar .il-mainbar-triggers .btn-bulky,
.il-mainbar .il-link.link-bulky .btn-bulky,
.il-mainbar .il-mainbar-triggers .bulky-label,
.il-mainbar .il-link.link-bulky .bulky-label {
  background: #ffffff;
  color: #38414b !important;
}
.il-mainbar .il-mainbar-triggers .il-link.link-bulky .icon,
.il-mainbar .il-link.link-bulky .il-link.link-bulky .icon,
.il-mainbar .il-mainbar-triggers .btn-bulky .icon,
.il-mainbar .il-link.link-bulky .btn-bulky .icon,
.il-mainbar .il-mainbar-triggers .bulky-label .icon,
.il-mainbar .il-link.link-bulky .bulky-label .icon {
  filter: none;
}
@media only screen and (max-width: 768px) {
  .il-mainbar .il-mainbar-triggers,
  .il-mainbar .il-link.link-bulky {
    background: #ffffff !important;
  }
}
.il-item .il-item-title .btn-link,
.il-item .il-item-title a {
  text-decoration: none;
}
/******************* header logo small size *****************/
@media only screen and (max-width: 768px) {
  .il-logo .visible-xs img {
    height: auto;
    width: 45px;
  }
}
/******************* breadcrumbs *****************/
.breadcrumbs {
  box-shadow: none !important;
  background-color: transparent !important;
}
.breadcrumb_wrapper {
  background: transparent !important;
}
/******************* avatar Header *****************/
.il-avatar.il-avatar-letter.il-avatar-letter-color-1 {
  background-color: #691f40;
  border-color: transparent!important;
}
.il-avatar.il-avatar-letter span.abbreviation {
  font-size: 0.8rem;
}
.il-avatar {
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 769px) {
  .il-maincontrols-metabar .il-counter-status,
  .il-maincontrols-metabar .il-counter-novelty {
    top: auto;
  }
}
.il-maincontrols-metabar .btn-bulky .badge {
  margin-left: -10px !important;
}
.il-maincontrols-metabar .link-bulky .badge {
  margin-left: 5px !important;
}
.buddyMentor {
  border: 1px solid #38414b;
  font-size: 0.8rem;
  line-height: 1.75;
  text-transform: uppercase;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/*

//************************* begin DASHBOARD *************************

div.il_Block, table.il_Block{
  background-color: #ffffff !important;
  padding-left: 15px;
  padding-right: 15px;
}

.panel{
  border: 0 none transparent;
  border-radius: 0;
}

/******************* dashboard Table styles *****************/
.panel .panel-heading.ilHeader,
.panel .panel-heading.ilBlockHeader {
  background-color: #ffffff;
  padding: 10px 5px;
}
.panel .panel-body {
  padding: 10px 5px;
}
.il_Block h3.ilBlockHeader a {
  text-decoration: none;
  color: #38414b;
}
#block_dbtodos_0 .il_Block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 15px;
}
#block_dbtodos_0 .il_Block .ilBlockHeader {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  margin: 0!important;
  padding: 0!important;
}
#block_dbtodos_0 .il_Block .ilBlockHeader .ilFloatRight #ilAdvSelListAnchorText_asl.btn-default {
  color: inherit!important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none !important;
  padding: 0px 10px !important;
}
#block_dbtodos_0 .il_Block .titleSection {
  padding: 0 0 0 5px;
}
#block_dbtodos_0 .il_Block .dashboard-table-content {
  flex: 0 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}
#block_dbtodos_0 .il_Block .dashboard-table-content .loList {
  border-bottom: 1px solid rgba(56, 65, 75, 0.2);
}
#block_dbtodos_0 .il_Block .dashboard-table-content .loList:last-child {
  border-bottom: 0 none transparent !important;
}
#block_dbtodos_0 .il_Block .tblfooter {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  background-color: transparent !important;
  text-align: left!important;
}
/******************* Login *****************/
.login-body-bg {
  background-image: url("images/onlineplus_studynet_Lernplattform-LoginKeyVisual_ilias_8.jpg");
  background-color: #4bbbe9;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body-bg .il-maincontrols {
  display: none;
}
/*.il-layout-page-content{*/
.wrapper_new_crpl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 90vh;
}
.wrapper_new_crpl .login-section {
  flex: 0 1 auto;
  /*padding: 0 20px 20px;*/
  max-width: 300px;
  display: block;
}
.wrapper_new_crpl .ilStartupSection {
  padding-top: 0 !important;
  width: 100% !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal {
  border: 0 none transparent;
  background: transparent !important;
  width: 100% !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-horizontal,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-horizontal .form-group,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormFooter {
  background: transparent !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-group {
  margin: 0;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-group .col-lg-10,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-group .col-md-9,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-group .col-sm-8 {
  width: 100% !important;
  padding: 0 !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormFooter {
  padding: 0 !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormFooter .col-sm-6 {
  width: 100% !important;
  padding: 0 !important;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormFooter .col-sm-6 input.btn {
  width: 100% !important;
  text-transform: uppercase;
  line-height: 24px;
}
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormHeader,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .form-group > label,
.wrapper_new_crpl .ilStartupSection form.form-horizontal .ilFormFooter .ilFormRequired {
  display: none;
}
.wrapper_new_crpl .ilStartupSection .form-group input:not([type='radio']):not([type='checkbox']) {
  height: 34px;
  border: 1px solid #e2e5e8;
}
.wrapper_new_crpl .ilStartupSection .form-group input:not([type='radio']):not([type='checkbox'])#username {
  background: #ffffff url("images/user.svg") no-repeat 2px 3px;
  padding: 7px 10px 5px 30px;
  font-size: 12px;
  text-align: left;
}
.wrapper_new_crpl .ilStartupSection .form-group input:not([type='radio']):not([type='checkbox'])#password {
  background: #ffffff url("images/passwort.svg") no-repeat 2px 3px;
  padding: 7px 10px 5px 30px;
  font-size: 12px;
  text-align: left;
}
.wrapper_new_crpl .login-links {
  margin: 0;
  padding: 1px 0;
}
.wrapper_new_crpl .ilStartupSection a.il_ContainerItemCommand2:link,
.wrapper_new_crpl a.il_ContainerItemCommand2:visited,
.wrapper_new_crpl a.il_ContainerItemCommand:link,
.wrapper_new_crpl a.il_ContainerItemCommand:visited {
  font-size: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
  width: 100%;
  display: block !important;
  color: white;
  background-color: #808d98;
  border-color: #808d98;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
}
/*}*/
.terms-of-service .login-section {
  max-width: 100% !important;
}
.terms-of-service .wrapper_new_crpl {
  justify-content: start;
  align-items: center;
  align-content: center;
  height: auto;
  padding: 0 20px;
}
.terms-of-service .wrapper_new_crpl td.std {
  padding: 15px!important;
}
.terms-of-service .ilAdminRow {
  margin: 10px 35px 20px 35px;
}
.terms-of-service .il_HeaderInner {
  margin: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .login-body-bg {
    background: none;
  }
  .il-layout-page-content {
    position: relative !important;
    height: 100vh !important;
    width: 100% !important;
    overflow: auto;
  }
}
@media only screen and (max-width: 480px) {
  .il-layout-page-content {
    position: relative !important;
    height: 100vh !important;
    width: 100% !important;
    overflow: auto;
  }
  .login-section {
    max-width: 350px !important;
    flex: 0 1 auto;
    padding: 0 20px;
  }
}
/******************* End Login *****************/
/******************* headline *****************/
div.il_HeaderInner {
  overflow: visible;
  vertical-align: middle;
  position: relative;
  line-height: 0;
}
div.il_HeaderInner #headerimage {
  display: none;
}
div.il_HeaderInner h1.ilHeader {
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  padding-top: 10px !important;
  font-weight: 400 !important;
  display: inline-block;
  width: 100%;
  height: 40px;
  white-space: nowrap;
  text-transform: uppercase !important;
}
div.il_HeaderInner h1.ilHeader #il_mhead_t_focus {
  vertical-align: middle !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
  white-space: nowrap;
}
div.il_HeaderInner .ilNewObjectSelector {
  position: absolute;
  top: 20px;
  right: 15px;
}
div.il_HeaderInner .ilNewObjectSelector a {
  background-color: #691f40;
  border-color: #691f40;
}
.ilContentFixed ul.nav-tabs,
.ilTabsContentOuter ul.nav-tabs,
.ilContentFixed ul.ilSubTab,
.ilTabsContentOuter ul.ilSubTab {
  border: 0 none transparent !important;
}
.ilContentFixed ul.nav-tabs li,
.ilTabsContentOuter ul.nav-tabs li,
.ilContentFixed ul.ilSubTab li,
.ilTabsContentOuter ul.ilSubTab li {
  margin: 0;
}
.ilContentFixed ul.nav-tabs li a,
.ilTabsContentOuter ul.nav-tabs li a,
.ilContentFixed ul.ilSubTab li a,
.ilTabsContentOuter ul.ilSubTab li a {
  border-bottom: 4px solid #f2f2f2;
  text-decoration: none !important;
  color: #38414b !important;
}
.ilContentFixed ul.nav-tabs li a:hover,
.ilTabsContentOuter ul.nav-tabs li a:hover,
.ilContentFixed ul.ilSubTab li a:hover,
.ilTabsContentOuter ul.ilSubTab li a:hover,
.ilContentFixed ul.nav-tabs li a:focus,
.ilTabsContentOuter ul.nav-tabs li a:focus,
.ilContentFixed ul.ilSubTab li a:focus,
.ilTabsContentOuter ul.ilSubTab li a:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #7e8d9e !important;
}
.ilContentFixed ul.nav-tabs li.active a,
.ilTabsContentOuter ul.nav-tabs li.active a,
.ilContentFixed ul.ilSubTab li.active a,
.ilTabsContentOuter ul.ilSubTab li.active a {
  background: transparent !important;
  color: #691f40 !important;
  font-weight: bold !important;
  border-bottom: 4px solid #691f40;
  text-decoration: none !important;
}
.ilContentFixed ul.ilSubTab li a,
.ilTabsContentOuter ul.ilSubTab li a {
  border-bottom: 4px solid transparent;
}
footer {
  display: none;
}
.top-widgets .il_Block {
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .top-widgets .il_Block {
    height: auto;
  }
}
.dashboard-widget {
  border-bottom: 1px solid rgba(56, 65, 75, 0.2);
  padding: 3px 0;
}
.dashboard-widget .dashboard-widget-inner {
  height: 48px;
  width: 100%;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-widget .dashboard-widget-inner a {
  color: #38414b;
}
.dashboard-widget .dashboard-widget-inner .avatar {
  display: inline-block;
  vertical-align: top;
}
.dashboard-widget .dashboard-widget-inner .avatar img {
  width: 30px;
  height: 30px;
}
.dashboard-widget .dashboard-widget-inner.dashboard-my-courses-row {
  position: relative;
}
.dashboard-widget .dashboard-widget-inner .mission-challenge {
  height: 30px;
  margin: 0;
  padding: 0;
}
.dashboard-widget .dashboard-widget-inner .mission-challenge-date {
  font-weight: bold;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-widget .dashboard-widget-inner .description {
  padding: 0 0 0 5px;
  width: calc(100% - 105px);
  display: inline-block;
}
.dashboard-widget .dashboard-widget-inner .description.memberships {
  width: calc(100% - 80px);
}
.dashboard-widget .dashboard-widget-inner .description.booking {
  width: calc(100% - 105px);
}
.dashboard-widget .dashboard-widget-inner .description.mentees {
  width: calc(100% - 80px);
}
.dashboard-widget .dashboard-widget-inner .description.my-courses-widget {
  width: calc(100% - 50px);
}
.dashboard-widget .dashboard-widget-inner .description .my-courses-title {
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-widget .dashboard-widget-inner .description .username {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 1rem;
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.dashboard-widget .dashboard-widget-inner .description .username a {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 1rem;
  font-size: 12px;
  line-height: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.dashboard-widget .dashboard-widget-inner .description .username a small,
.dashboard-widget .dashboard-widget-inner .description .username a .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.dashboard-widget .dashboard-widget-inner .description .username a small,
.dashboard-widget .dashboard-widget-inner .description .username a .small {
  font-size: 75%;
}
.dashboard-widget .dashboard-widget-inner .description .username small,
.dashboard-widget .dashboard-widget-inner .description .username .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.dashboard-widget .dashboard-widget-inner .description .username small,
.dashboard-widget .dashboard-widget-inner .description .username .small {
  font-size: 75%;
}
.dashboard-widget .dashboard-widget-inner .description p {
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.dashboard-widget .dashboard-widget-inner .action {
  vertical-align: top;
  display: inline-block;
}
.dashboard-widget .dashboard-widget-inner .action a {
  display: inline-block;
  width: 30px;
  height: 45px;
  line-height: 4.6;
  text-align: center;
}
.dashboard-widget .dashboard-widget-inner .action a .icon {
  height: 20px;
  width: 20px;
}
.dashboard-widget .dashboard-widget-inner .action a .icon.edit {
  background: url("images/edit.svg") no-repeat center center;
}
.dashboard-widget .dashboard-widget-inner .action a .download {
  font-size: 20px;
  line-height: 38px;
  color: #38414b;
}
.dashboard-widget .dashboard-widget-inner .action a .mailBtn {
  font-size: 20px;
  line-height: 38px;
  color: #38414b;
}
.dashboard-widget .dashboard-widget-inner .action a.bookingBtn {
  position: relative;
}
.dashboard-widget .dashboard-widget-inner .action a.bookingBtn .bookingIcons {
  font-size: 20px;
  line-height: 38px;
  color: #38414b;
}
.dashboard-widget .dashboard-widget-inner .action a.bookingBtn .badge {
  position: absolute;
  margin-top: 0;
  margin-left: -10px;
}
.dashboard-widget .dashboard-widget-inner .action a.bookingBtn .badge.il-counter-status {
  left: 0;
  margin-left: 0;
}
.il_Block .badge {
  font-size: 9px;
  margin-top: -1px;
  margin-left: 0;
  padding: 0 6px 0;
  line-height: 17px;
  position: relative;
}
.il_Block .pagination .pager {
  margin-right: 0;
}
.il_Block .pagination .dropdown-toggle .glyphicon-cog:before {
  content: "\e150" !important;
  color: #38414b;
}
.courseIntroAction .btn-default:active:hover,
.courseIntroAction .btn-default.active:hover,
.courseIntroAction .open > .dropdown-toggle.btn-default:hover,
.courseIntroAction .btn-default:active:focus,
.courseIntroAction .btn-default.active:focus,
.courseIntroAction .open > .dropdown-toggle.btn-default:focus,
.courseIntroAction .btn-default:active.focus,
.courseIntroAction .btn-default.active.focus,
.courseIntroAction .open > .dropdown-toggle.btn-default.focus {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction .open .btn-default {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction .open .btn-default:focus {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction .open .btn-default:hover {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction .open .btn-default:active {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction .open .btn-default.active {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  box-shadow: none;
}
.courseIntroAction button.btn-default {
  background: transparent;
  color: #38414b;
  border-color: transparent;
  font-size: 16px;
}
.courseIntroAction button.btn-default .glyphicons-cogwheels {
  font-size: 16px;
  color: #38414b;
}
/* end onlineplus Changes von Patrick Leitinger für Login, Logout & Nutzungsvereinbarung*/
.loader-container {
  background: rgba(0, 0, 0, 0.5);
}
.loader-container img {
  width: 5rem;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  #self_reg .modal-dialog {
    width: auto;
  }
}
@media (min-width: 768px) {
  #self_reg .modal-dialog {
    padding: 0!important;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #self_reg .modal-dialog {
    padding: 0!important;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    padding: 0!important;
    width: 50% !important;
  }
}
/* ---------------- headlines ------------------ */
/*

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 7.5px;
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.2;
}
*/
h1 {
  font-size: 1.5rem !important;
  color: #38414b;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0;
}
h2 {
  font-size: 1.19rem !important;
  color: #691f40;
  font-weight: lighter;
  line-height: 1.8rem;
  margin: 6px 0;
}
/*
h3{
  font-size: @font-size-h3 !important;
  color: @brand-secondary;
  font-weight: lighter;
  line-height: 1.5rem;
  margin: 5px 0;
  font-family: "Open Sans Light";
}

h4 {
  font-size: @font-size-h4 !important;
  line-height: 1.6rem;
  color: @brand-secondary;
  font-weight: lighter;
}
*/
h5 {
  font-size: 0.8rem !important;
  line-height: 1.2rem;
  color: #38414b;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
h6 {
  font-size: 0.8rem !important;
  line-height: 1.2rem;
  color: #38414b;
}
/*
a#il_mhead_t_focus {
  //color: @gray-dark;
  vertical-align: middle;
  font-size: 24px
}

.headerSubline{
  font-size: @font-size-h4 !important;
  line-height: 1.2rem;
  color: #FFF;
  font-weight: lighter;
  background-color: @brand-primary;
  padding: 0.65rem;
}
*/
/*h1.ilHeader {
  border-bottom: 1px solid #ccc;
  margin-right:10px;
  padding-bottom: 0;
  font-weight: 500 !important;
  display: inline-block;
  width: 100%;
  height: 40px;
  white-space: nowrap;

  a {
    cursor: default;
  }
}*/
/*
h3.ilHeader {
  font-size: @font-size-h2 !important;
  color: @brand-secondary;
  line-height: 2.4rem;
  font-weight: lighter;
  padding: 0;
  margin: 0;
  display: inline;
}
*/
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid;
  border-color: #dddddd;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 30px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 64px !important;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 92px !important;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 28px !important;
  padding: 10px 11px;
  font-size: 2.8rem;
  line-height: 28px;
  margin: -1px;
  border: none;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #38414b;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #00a8e2;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #81bc00;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ff8400;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #ea002a;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #691f40;
  background: #fefefe;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-top-left-radius: -1px;
  border-bottom-left-radius: -1px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-top-right-radius: -1px;
  border-bottom-right-radius: -1px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 3px;
  font-size: 0.7rem;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 3px 6px;
  font-size: 0.7rem;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 5px 12px;
  font-size: 1rem;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  -moz-transition: margin-left 0.2s 1s ease-in-out;
  -webkit-transition: margin-left 0.2s 1s ease-in-out;
  -o-transition: margin-left 0.2s 1s ease-in-out;
  transition: margin-left 0.2s 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: -1px;
  border-bottom-right-radius: -1px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: -1px;
  border-bottom-left-radius: -1px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-top-right-radius: -1px;
  border-bottom-right-radius: -1px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-top-left-radius: -1px;
  border-bottom-left-radius: -1px;
}
/**
	 * @class
	 * @name .fs-dropdown-element
	 * @type element
	 * @description Target element
	 */
/**
	 * @class
	 * @name .fs-dropdown
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-multiple
	 * @type modifer
	 * @description Indicates multi-selected element
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-cover
	 * @type modifer
	 * @description Indicates cover positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-bottom
	 * @type modifer
	 * @description Indicates bottom positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-disabled
	 * @type modifer
	 * @description Indicates disabled state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-open
	 * @type modifer
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-focus
	 * @type modifer
	 * @description Indicates focus state
	 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0;
  max-width: 100%;
  /*
			@media screen and (min-width: 740px) {
				max-width: 30%;
			}
			*/
  /**
		 * @class
		 * @name .fs-dropdown-selected
		 * @type element
		 * @description Handle item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-options
		 * @type element
		 * @description Options container
		 */
  /**
		 * @class
		 * @name .fs-dropdown-group
		 * @type element
		 * @description Option group label
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item
		 * @type element
		 * @description Option item
		 */
}
.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  transition: none;
  user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
  left: -999999px;
}
.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #c1c8d1;
  border-radius: 0px;
  color: #38414b;
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0 10px 0 10px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}
.fs-dropdown-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #38414b;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .fs-dropdown-selected:hover {
  color: #38414b;
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #7e8d9e;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #c1c8d1;
  border-width: 0 1px 1px;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.no-opacity .fs-dropdown-options {
  width: auto;
}
.fs-dropdown-group {
  border-bottom: 1px solid #c1c8d1;
  color: #38414b;
  display: block;
  font-size: 0.8rem;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #c1c8d1;
}
.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-left: 0 none transparent;
  border-bottom: 1px solid #b8c1ca;
  color: #38414b;
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  margin: 0;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
			 * @type modifier
			 * @description Indicates placeholder item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_selected
			 * @type modifier
			 * @description Indicates selected item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_disabled
			 * @type modifier
			 * @description Indicates disabled item
			 */
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #691f40;
  color: #ffffff;
}
.fs-dropdown-item_disabled {
  color: #7e8d9e;
  cursor: default;
}
.fs-dropdown-item:first-child {
  border-radius: 0;
}
.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 0px 0px;
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
  color: #0c0e11;
  background-color: #ffffff;
  border-color: #b8c1ca;
}
.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
  color: #7e8d9e;
  background-color: #ffffff;
  border-color: #b8c1ca;
}
.fs-dropdown-item:hover {
  color: #0c0e11;
  background-color: #ffffff;
  border-color: #b8c1ca;
}
.fs-dropdown-item_selected:hover {
  background-color: #551934;
  color: #ffffff;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 0px 0px;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 0px 0px 0 0;
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 0px;
  border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 0px 0px 0 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: 100%;
  bottom: auto;
  border-width: 1px 1px 0;
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 0px 0px;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 0px 0px 0 0;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0px;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 0px;
}
.fs-dropdown-multiple {
  border: 1px solid #c1c8d1;
  border-radius: 0px;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #b8c1ca;
  color: #7e8d9e;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #b8c1ca;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #b8c1ca;
  color: #7e8d9e;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #7e8d9e;
  background-color: #ffffff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #c1c8d1;
}
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
  border-radius: 0 0px 0px 0;
}
.cropBgImageContainer {
  height: 90px;
  width: 100%;
}
.cropBgImage {
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center center;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 workaround -
	   http://louisremi.github.io/background-size-polyfill/ */
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}
/* example media queries */
.il_Block .ilBlockInfo {
  background-color: transparent;
}
#block_dbmygroups_0 .il_Block .ilBlockInfo {
  background-color: transparent;
  padding-right: 8px;
}
.il_blockInner {
  margin: 10px 0;
}
.groupOuter {
  height: 90px;
  width: 120px;
  display: inline-block;
  border: 1px solid rgba(56, 65, 75, 0.4);
  margin: 10px 10px 0 0;
  position: relative;
}
.groupOuter .groupImageContauner {
  height: 90px;
  width: 100%;
}
.groupOuter .groupImageContauner.groupImage {
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center center;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 workaround -
	   http://louisremi.github.io/background-size-polyfill/ */
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}
.groupOuter .groupTitle {
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding: 5px;
  font-size: 0.7rem;
  font-weight: normal;
  width: 114px;
  background: #ffffff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.groupOuter .ilBlockRow1,
.groupOuter .ilBlockRow2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 3px solid #ffffff;
}
.groupOuter .ilBlockRow1 a,
.groupOuter .ilBlockRow2 a {
  display: block;
  color: #38414b;
  background: rgba(56, 65, 75, 0.1);
  width: 100%;
  height: 100%;
  overflow: hidden!important;
}
.ilPermalinkContainer {
  width: 100%;
}
#block_dbcal_0 .ilBlockInfo .calButton {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  width: 32px;
  height: 32px;
}
#block_dbcal_0 .ilBlockInfo .calButton:first-child {
  background: #691f40 url("../images/showMyCal.svg") no-repeat center center;
}
#block_dbcal_0 .ilBlockInfo .calButton:first-child > a {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  width: 32px;
  height: 32px;
}
#block_dbcal_0 .ilBlockInfo .calButton:last-child > .ilIcalIcon > .btn {
  background: #691f40 url("../images/downloadIcal.svg") no-repeat center center;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
#block_dbcal_0 .ilBlockInfo .calButton:last-child > .ilIcalIcon > .btn:hover {
  border: 0 none transparent;
}
#block_dbcal_0 .panel-secondary .panel-body .il-item-group {
  margin-left: 0!important;
  margin-right: 0!important;
}
#block_dbcal_0 .panel-secondary .panel-body .il-item-group .il-item {
  padding: 10px 0!important;
}
#block_dbcal_0 .il-viewcontrol-pagination {
  flex-basis: auto!important;
  padding-top: 0!important;
}
#block_dbcal_0 .il-viewcontrol-pagination button {
  display: none !important;
}
#block_dbcal_0 .il-viewcontrol-pagination {
  text-align: right!important;
}
#block_dbcal_0 .ilBlockHeader {
  align-items: center;
}
#block_dbcal_0 .ilBlockHeader .dropdown .btn {
  background-color: transparent!important;
  color: #38414b !important;
  border: 0 none transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  font-size: initial !important;
  padding: 10px 10px !important;
}
.board-no-headline {
  display: none !important;
}
.icon-bell {
  font-family: "bell icons", sans-serif;
}
.icon-bell .bootstrap-switch-handle-off {
  font-family: "bell icons", sans-serif;
}
.layout-view span {
  height: 32px;
  width: 32px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
}
.layout-view .layout-switcher:before {
  content: "\E115";
}
.layout-view .layout-switcher:before {
  content: "\E115";
}
.layout-view .grid-icons:before {
  content: "\E157";
}
.layout-view .grid-icons:before {
  content: "\E157";
}
.layout-view .list-icons:before {
  content: "\E115";
}
.layout-view .list-icons:before {
  content: "\E115";
}
.layout-view .clearer {
  background: #ddd;
}
.newstream-search .search-board {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 6px 5px 5px 35px;
  font-size: 12px;
  border: 1px solid #dddddd;
  line-height: 19px !important;
}
.search-board-default {
  background: #ffffff url("images/icon-board-search.svg") no-repeat 0;
}
.search-board-loader {
  background: #ffffff url("images/loader.svg") no-repeat 8px 8px;
}
.dashboardRonHeadline {
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
}
.dashboardRonHeadline div {
  flex: 0 1 auto;
  padding-right: 10px;
}
.dashboardRonHeadline .board-headline-container,
.dashboardRonHeadline .switcher,
.dashboardRonHeadline .layout-view {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.dashboardRonHeadline .board-headline-container h1.board-headline,
.dashboardRonHeadline .switcher h1.board-headline,
.dashboardRonHeadline .layout-view h1.board-headline {
  font-weight: 500 !important;
  white-space: nowrap;
  line-height: 2rem;
}
.dashboardRonHeadline .layout-view {
  padding-right: 0;
}
.dashboardRonHeadline .newstream-search-headline {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}
.dashboardRonHeadline {
  width: 100%;
  /* position: relative;*/
  border-bottom: 1px solid #ccc;
  height: 40px;
  margin-top: 10px;
}
.dashboardRonHeadline .newstream-search-headline {
  /*display: inline-block;
    width: ~"calc(100% - 270px)";*/
  /*height: 40px;*/
  /* vertical-align: top;*/
  /*&.newstream-incl-switcher{
      width: ~"calc(100% - 120px)";
    }*/
}
.dashboardRonHeadline .newstream-search-headline .search-board {
  padding: 6px 5px 6px 30px;
  font-size: 12px;
  border: 1px solid #dddddd;
  width: 100%;
}
.dashboardRonHeadline .switcher {
  /* position: absolute;
    right: 38px;
    top: 0;
    display: inline-block;*/
}
.bootstrap-switch > div > span {
  width: 33.3px !important;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  color: #9ba7b4;
}
.modal-dialog {
  /*  width: auto;*/
  padding-left: 130px;
  padding-right: 50px;
  text-align: left;
}
.modal-dialog .modal-lg {
  width: auto;
}
@media (max-width: 768px) {
  .modal-dialog {
    margin: 50px auto!important;
    width: 90%!important;
    padding: 0;
  }
}
.modal-dialog .modal-button-byline {
  padding: 0 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.modal-dialog .modalButtonRon.btn {
  margin: 0 5px 0 0;
}
.modal-dialog .modalButtonCancel.btn {
  margin: 0 15px 0 0;
}
.ronSectionHeader {
  margin: 20px 0;
}
.stickyContainer {
  position: absolute;
  top: 0;
  right: 27px;
}
.stickyContainer > i {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 11px solid transparent;
  border-right: 16px solid #691f40;
  border-top: 8px solid #691f40;
  left: 0;
  top: 0;
}
.stickyContainer span {
  position: absolute;
  top: 1px;
  right: -25px;
  color: #ffffff;
  font-size: 10px;
}
.ilNewsStreamBlockSticky {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  /*.submit{
    padding: 10px 0 0;
    text-align: right;
  }*/
}
.ilNewsStreamBlockSticky .inputLabel {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 150%;
}
.ilNewsStreamBlockSticky .editor-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 10px;
}
@media screen and (max-width: 1170px) and (min-width: 992px) {
  .ilNewsStreamBlockSticky .editor-footer {
    flex-wrap: wrap;
  }
}
.ilNewsStreamBlockSticky .editor-footer > div {
  display: flex;
  align-items: center;
  align-content: center;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.ilNewsStreamBlockSticky .editor-footer .message-type {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 1170px) and (min-width: 992px) {
  .ilNewsStreamBlockSticky .editor-footer .message-type {
    padding: 10px;
  }
}
.ilNewsStreamBlockSticky .editor-footer .message-type > div {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin-right: 10px;
  border: 1px solid transparent;
  height: 35px;
}
.ilNewsStreamBlockSticky .btnContainer {
  vertical-align: top;
  /*width: 80px;*/
  margin-top: 0;
  margin-bottom: 0;
}
.ilNewsStreamBlockSticky .btnContainer.media-upload {
  width: 35px;
}
.ilNewsStreamBlockSticky .btnContainer .ronBn {
  height: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.ilNewsStreamBlockSticky .btnContainer .ronBn.fileupload {
  background: url("images/icon_ron_media.svg") no-repeat center bottom;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.ilNewsStreamBlockSticky .btnContainer .ronBn:hover {
  color: #38414b;
  fill: #38414b;
}
.ilNewsStreamBlockSticky .btnContainer .ronBn:hover .st1 {
  fill: #5B6770;
}
.ilNewsStreamBlockSticky .btnContainer .ronTextButton {
  font-size: 15px;
}
.ilNewsStreamBlockSticky .btnContainer .ronBnLabel {
  /* width: 60px;*/
  text-align: center;
}
.ilNewsStreamBlockSticky .btnContainer:hover {
  color: #691f40;
}
.ilNewsStreamBlockSticky .ilNewsStreamType {
  display: flex;
  align-items: center;
  align-content: center;
}
.ilNewsStreamBlockSticky .ilNewsStreamType > button {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.ilNewsStreamBlockSticky .ilNewsStreamPrivate,
.ilNewsStreamBlockSticky .ilNewsStreamSticky {
  height: auto;
  width: 35px;
  text-align: center;
  line-height: 32px;
  font-size: 128%;
  cursor: pointer;
  /*border: 1px solid @brand-primary;*/
  color: #38414b;
  background: transparent;
  top: 0!important;
}
.ilNewsStreamBlockSticky .ilNewsStreamPrivate.active,
.ilNewsStreamBlockSticky .ilNewsStreamSticky.active {
  border: 1px solid #691f40;
  color: #ffffff;
  background: #691f40;
}
.ilNewsStreamBlockSticky .ilNewsStreamSticky {
  margin-right: 10px;
  font-size: 150%;
}
.ilNewsStreamBlockSticky .ilNewsStreamButtons button {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: center;
  font-size: 0.9rem;
  padding: 5px 10px;
}
.ilNewsStreamBlockSticky .ilNewsStreamButtons .ilNewsStreamNewPostSubmit {
  border: 1px solid #691f40;
  color: #ffffff !important;
  background: #691f40 !important;
  margin-right: 5px;
}
@media screen and (max-width: 1170px) and (min-width: 992px) {
  .ilNewsStreamBlockSticky .ilNewsStreamButtons {
    width: 100%;
  }
  .ilNewsStreamBlockSticky .ilNewsStreamButtons button {
    width: 50%;
    margin: 0 5px 0 0;
  }
}
.ilNewsStreamBlockSticky .btn-group.open .dropdown-toggle {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
}
.ilNewsStreamBlockSticky .btn-group.open .dropdown-menu {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.ilNewsStreamBlockSticky .btn-group.open .dropdown-menu a {
  text-align: left;
}
.ilNewsStreamBlockSticky button.ilNewsStreamNewPostEditLink,
.ilNewsStreamBlockSticky button.dropdown-toggle,
.ilNewsStreamBlockSticky a {
  background: none transparent;
  border: 0 none transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.ilNewsStreamBlockSticky button.ilNewsStreamNewPostEditLink:hover,
.ilNewsStreamBlockSticky button.dropdown-toggle:hover,
.ilNewsStreamBlockSticky a:hover,
.ilNewsStreamBlockSticky button.ilNewsStreamNewPostEditLink:focus,
.ilNewsStreamBlockSticky button.dropdown-toggle:focus,
.ilNewsStreamBlockSticky a:focus,
.ilNewsStreamBlockSticky button.ilNewsStreamNewPostEditLink:active,
.ilNewsStreamBlockSticky button.dropdown-toggle:active,
.ilNewsStreamBlockSticky a:active,
.ilNewsStreamBlockSticky button.ilNewsStreamNewPostEditLink .open,
.ilNewsStreamBlockSticky button.dropdown-toggle .open,
.ilNewsStreamBlockSticky a .open {
  background: transparent;
}
.ilNewsStreamBlockSticky .btn-file {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.ilNewsStreamBlockSticky .progress {
  background-color: #e6e6e6;
  height: 5px;
  -webkit-box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.ilNewsStreamBlockSticky .progress .progress-bar {
  min-width: 0;
}
.ilNewsStreamBlockSticky .ilFileUploadList p {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  position: relative;
}
.ilNewsStreamBlockSticky .ilFileUploadList p .preview {
  width: calc( 100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilNewsStreamBlockSticky .ilFileUploadList p > img {
  width: 24px;
  height: auto;
  margin: 5px;
}
.ilNewsStreamBlockSticky .ilFileUploadList p .remove {
  color: #4d4d4d;
  position: absolute;
  right: 5px;
  top: 32%;
  transform: translateY(-10%);
  font-size: 1rem;
}
.ronBubble {
  position: relative;
  padding: 5px;
  background: #FFFFFF;
  margin: 0 0 0 0;
}
.ronBubble .ilNewsStreamCommentText {
  overflow: hidden;
  display: block;
}
.ronBubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -5px;
  left: 10px;
}
.ilNewsSecondaryMedia {
  height: 40px;
  max-width: 100%;
  border: 1px solid #dddddd;
}
.ilNewsPrimaryMedia {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #dddddd;
}
.filelist {
  padding-left: 0;
  list-style: none;
}
.filelist li {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.filelist li:last-child {
  border-bottom: 0;
}
.filelist li:before {
  padding: 0;
  content: url("images/icon_filelist.svg");
  display: inline-block;
  height: auto;
  width: 15px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.file-list-preview-container .preview-filelist {
  width: 20px !important;
  margin: 10px !important;
}
#ilNewsStreamMediaSlideshowNext {
  position: absolute;
  top: calc( 50% - 24px);
  right: 30px;
}
#ilNewsStreamMediaSlideshowNext a {
  font-size: 22px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #38414b;
}
#ilNewsStreamMediaSlideshowNext a:hover {
  background: rgba(56, 65, 75, 0.4);
  color: white;
}
#ilNewsStreamMediaSlideshowPrevious {
  position: absolute;
  top: calc( 50% - 24px);
  left: 30px;
}
#ilNewsStreamMediaSlideshowPrevious a {
  font-size: 22px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #38414b;
}
#ilNewsStreamMediaSlideshowPrevious a:hover {
  background: rgba(56, 65, 75, 0.4);
  color: white;
}
#ilNewsStreamMediaSlideshowMedia {
  clear: both;
}
#ilNewsStreamMediaSlideshowMedia img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.ilNewsStreamMore span,
.ilNewsStreamCommentMore span {
  font-size: 20px;
  line-height: 1;
  color: #38414b;
}
.ilNewsStreamMore span:hover,
.ilNewsStreamCommentMore span:hover {
  color: #691f40;
}
.ilNewsStreamCommentCreation {
  width: 100%;
  resize: none;
  border: 1px solid #b8c1ca;
  padding: 5px;
}
.ilNewsStreamCommentCreationCurrent,
.ilNewsCommentEditingInput {
  margin: 0 0 10px 0;
}
.ilNewsStreamComments {
  background-color: #f5f5f5;
  padding: 0 15px;
  border-top: 1px solid #e5e5e5;
}
.ilNewsCommentCreationButtons {
  padding: 0;
  padding-top: 10px;
  margin-right: 1px;
  padding-bottom: 5px;
  text-align: right;
}
.ilNewsCommentCreationButtons button {
  font-size: 13px;
}
.ilNewsStreamComment {
  margin: 0;
  padding: 10px 0;
}
.ilNewsStreamCommentContent {
  border-bottom: 1px solid #c6ccd1;
  padding: 10px 0 15px;
}
.ilNewsStreamBlock {
  margin-bottom: 0;
}
.ilNewsStreamBlock .close {
  position: absolute;
  top: -35px;
  right: 0;
  height: 35px;
  width: 40px;
  text-align: center;
  color: #38414b;
  background: #ccc;
  opacity: 1;
}
.ilNewsStreamBlock .close span {
  font-size: 16px;
  line-height: 36px;
}
.ilNewsStreamBlockOuter {
  margin-bottom: 24px;
}
.ilNewsStreamNrComments {
  padding: 10px 0;
  border-bottom: 1px solid #9ba7b4;
}
.ilNewsStreamBlock .ilNewsAuthorImage,
.ilNewsStreamComment .ilNewsAuthorImage {
  float: left;
  margin: 0 10px 10px 0;
  height: 32px;
  width: 32px;
  background: white;
}
.ilNewsStreamText {
  overflow: hidden;
  display: block;
}
.ilNewsStreamText,
.ilNewsStreamComment {
  clear: both;
  resize: none;
}
.ronLabel {
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  height: 32px;
  width: 32px;
}
.ilCommentIcons {
  display: block;
  text-align: center;
  height: 32px;
  width: 32px;
  float: right;
  padding: 7px 0 0 0;
  font-size: 105%;
  color: #38414b;
  background: #ffffff;
}
.ilCommentIcons:hover {
  background: #691f40;
}
.ilCommentIcons:hover span {
  color: #ffffff;
}
.ilNewsStreamType0 {
  background: #00a8e2 url("images/cog_ron_text.svg") no-repeat center center;
  background-size: 60%;
}
.ilNewsStreamType1 {
  background: #9a1651 url("images/cog_ron_question.svg") no-repeat center center;
  background-size: 60%;
}
.ilNewsStreamType2 {
  background: #81bc00 url("images/cog_ron_note.svg") no-repeat center center;
  background-size: 60%;
}
.ilNewsStreamType3 {
  background: #38414b url("images/glyphicons-204-lock.svg") no-repeat center center;
  background-size: 60%;
}
.ilNewsStreamBlock {
  position: relative;
  display: block;
  padding: 10px;
}
.ilNewsStreamBlock .editNewsItems {
  padding: 10px 10px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: 0;
}
.ilNewsStreamBlock .editNewsItems:hover {
  background: #fafafa;
}
.ilNewsStreamBlock .editNewsItemGroup {
  display: none;
  width: 32px;
  height: 32px;
}
.ilNewsStreamBlock .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ilNewsRatingComment {
  float: right;
  text-align: right;
  background: transparent;
}
.ilNewsRatingComment .likedCounter {
  color: #38414b;
}
.ilNewsRatingComment .ilNewsCommentRating {
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  line-height: 32px;
  text-align: center;
}
.ilNewsRatingComment .ilNewsCommentRating img.ilRatingIcon {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  width: 18px;
  height: 18px;
}
span.ilNewsRating {
  margin: 10px 10px 0;
  float: left;
}
.originLink {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 10px 0;
  font-size: 11px;
}
.origin ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.origin ul li {
  display: inline-block;
}
.origin ul li a {
  color: #38414b;
}
.origin ul li a:hover {
  color: #0c0e11;
}
.origin ul li + li:before {
  content: "|";
  padding: 0 5px;
  color: #38414b;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masonry {
  width: 100%;
  margin-top: 10px;
}
.masonry .userName {
  font-size: 12px;
  font-weight: bold;
  color: #38414b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.masonry .ilNewsItemContainerInner {
  background: #ffffff;
  -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 1px rgba(0, 0, 0, 0.35);
}
.masonry .ilNewsItemContainerInner .news {
  width: auto;
  margin: 0;
  padding: 0;
}
.masonry .item,
.masonry .news {
  margin: 0 0 10px;
  padding: 5px 15px;
  width: 33.333%;
}
@media only screen and (max-width: 1199px) {
  .masonry .item,
  .masonry .news {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .masonry .item,
  .masonry .news {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry .item,
  .masonry .news {
    width: 100%;
  }
}
.masonry .profileItem {
  margin: 0 0 10px;
  padding: 5px 15px;
  width: 25%;
}
.masonry .profileItem.Vita {
  width: 50%;
}
.masonry .profileItem.PersoenlicheDaten {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .masonry .profileItem {
    width: 33.333%;
  }
  .masonry .profileItem.Vita {
    width: 66.666%;
  }
  .masonry .profileItem.PersoenlicheDaten {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .masonry .profileItem {
    width: 50%;
  }
  .masonry .profileItem.Vita,
  .masonry .profileItem.PersoenlicheDaten {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry .profileItem {
    width: 100%;
  }
  .masonry .profileItem.Vita,
  .masonry .profileItem.PersoenlicheDaten {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .masonry .item {
    width: 100%;
  }
}
.masonry .item .itemHeader {
  padding: 10px 0 10px 0;
  height: 55px;
}
.masonry .item .itemHeader .actionSection {
  float: right;
  text-align: right;
}
.masonry .item .itemHeader .editNewsItemGroup {
  height: 32px;
  width: 32px;
  float: right;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 1169px) {
  .masonry .item .itemHeader {
    height: 55px;
  }
}
.masonry .item .itemCommentHeader {
  height: 45px;
}
.masonry .item .editNewsCommentItemGroup {
  float: right;
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin: 2px 0 0;
}
.masonry .item .editNewsCommentItemGroup span {
  margin: 10px;
}
.masonry .item .editNewsCommentItemGroup:hover {
  background: #fafafa;
}
.masonry .item .editNewsCommentItemGroup .dropdown-toggle {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
}
.masonry .item .infoSection {
  float: left;
  width: calc(100% - 80px);
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.masonry .item .infoSection .user_state img {
  height: 14px;
  margin-bottom: 5px;
}
.masonry .item .ilNewsContent {
  margin: 0;
  padding: 10px;
  border: 1px solid #eeeff0;
}
.masonry .item .ilNewsStreamBlock:after {
  content: '';
  display: block;
  clear: both;
}
.masonry .item:hover .editNewsItemGroup {
  display: block;
  height: 32px;
  width: 32px;
}
.masonry:after {
  content: '';
  display: block;
  clear: both;
}
.alert_info_ron_notification {
  /* width: ~"calc(100% - 270px)";*/
  left: 130px;
  margin-bottom: 0;
  padding: 5px 15px;
  line-height: 25px;
  text-align: right;
  position: absolute;
  border: 0 none transparent;
  z-index: 2;
}
.masonryFullSize .item,
.masonryFullSize .news {
  width: 33.333%;
}
@media only screen and (max-width: 1199px) {
  .masonryFullSize .item,
  .masonryFullSize .news {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .masonryFullSize .item,
  .masonryFullSize .news {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .masonryFullSize .item,
  .masonryFullSize .news {
    width: 100%;
  }
}
.masonryHalfSize .item,
.masonryHalfSize .news {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .masonryHalfSize .item,
  .masonryHalfSize .news {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .masonryHalfSize .item,
  .masonryHalfSize .news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .masonryHalfSize .item,
  .masonryHalfSize .news {
    width: 100%;
  }
}
/*********************************/
.ilNewsStreamContainerInner {
  margin-top: 15px;
}
.masonry-list {
  margin: auto;
  width: 50%;
}
.masonry-list .item,
.masonry-list .news {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .masonry-list .item,
  .masonry-list .news {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .masonry-list .item,
  .masonry-list .news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-list .item,
  .masonry-list .news {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .masonry-list {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .masonry-list {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-list {
    width: 100%;
  }
}
/************ Tinymce *********************/
.mce-content-body,
.mce-content-body[data-mce-placeholder],
.ilNewsStreamText::placeholder {
  font-size: 0.4rem !important;
}
.ilNewsStreamBlock .tox {
  font-size: 0.8rem !important;
}
.ilNewsStreamBlock .tox .tox-mbtn,
.ilNewsStreamBlock .tox .tox-tbtn,
.ilNewsStreamBlock .tox .tox-tooltip__body,
.ilNewsStreamBlock .tox .tox-button,
.ilNewsStreamBlock .tox .tox-button--secondary,
.ilNewsStreamBlock .tox .tox-button-link,
.ilNewsStreamBlock .tox .tox-collection__item-label {
  font-size: 0.8rem !important;
}
.ilNewsStreamBlock .tox.tox-tinymce,
.ilNewsStreamBlock .tox .tox-menubar + .tox-toolbar,
.ilNewsStreamBlock .tox .tox-menubar + .tox-toolbar-overlord,
.ilNewsStreamBlock .tox .tox-toolbar__primary,
.ilNewsStreamBlock .tox .tox-menu {
  border: 0 none transparent !important;
}
.ilNewsStreamBlock .tox .tox-toolbar__primary,
.ilNewsStreamBlock .tox .tox-toolbar-overlord {
  border-radius: 10px;
}
.ilNewsStreamBlock .tox .tox-toolbar-overlord,
.ilNewsStreamBlock .tox .tox-menubar {
  padding: 5px 0;
  margin-bottom: 5px;
}
.ilNewsStreamBlock .tox .tox-collection__group,
.ilNewsStreamBlock .tox .tox-collection--list .tox-collection__item--active,
.ilNewsStreamBlock .tox .tox-mbtn,
.ilNewsStreamBlock .tox .tox-mbtn--select,
.ilNewsStreamBlock .tox .tox-mbtn--active {
  border-color: #e4e4e4 !important;
}
.ilNewsStreamBlock .tox .tox-menubar {
  background-color: #f5f5f5 !important;
}
.ilNewsStreamBlock .tox .tox-mbtn {
  height: 24px !important;
}
.ilNewsStreamBlock .tox .tox-tbtn {
  height: 24px !important;
  width: 26px !important;
  margin: 2px 2px 3px 0 !important;
}
.ilNewsStreamBlock .tox .tox-tbtn--enabled {
  background-color: #e4e4e4 !important;
}
.ilNewsStreamBlock .tox .tox-collection--list .tox-collection__item {
  padding: 0 10px !important;
}
.ilNewsStreamBlock .tox .tox-collection__item-icon,
.ilNewsStreamBlock .tox .tox-collection__item-checkmark {
  height: 16px !important;
  /*width: 24px !important;*/
}
.ilNewsStreamBlock .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 28px !important;
  width: 28px !important;
}
.ilNewsStreamBlock .tox .tox-editor-header {
  z-index: 0!important;
}
.tox:not([dir=rtl]) .tox-statusbar__branding,
.tox-statusbar__path {
  display: none!important;
}
.tox-statusbar {
  border-top: 0 none transparent !important;
}
.ilNewsFakePlayerPlay {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  background: url('images/play_one.svg') center center no-repeat;
}
.ilNewsFakePlayerPlay .ilNewsFakePlayerPlay {
  background: url('images/play_one.svg') center center no-repeat;
}
.ilNewsFakePlayerPlay:hover .ilNewsFakePlayerPlay {
  background: url('images/play_two.svg') center center no-repeat;
}
.sandwichMenuLinkOuter {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: white;
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 15px;
}
.sandwichMenuLinkOuter .sandwichMenuLink {
  width: 40px;
  height: 40px;
  background: #691f40 url("images/icon_sandwich_menu.svg") no-repeat center center;
  border: 0;
  outline: none;
  margin-left: 0;
}
.sandwichMenuLinkOuter button:focus,
.sandwichMenuLinkOuter .dropdown-toggle {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
}
.sandwichMenuLinkOuter .dropdown-menu {
  width: 360px;
  margin: 0;
  border-top: 4px solid #691f40;
}
.sandwichMenuLinkOuter .dropdown-menu ul,
.sandwichMenuLinkOuter .dropdown-menu li {
  list-style: none;
  padding: 0;
}
.sandwichMenuLinkOuter .dropdown-menu .headerActions,
.sandwichMenuLinkOuter .dropdown-menu .backToModule {
  margin: 10px 10px 0;
}
.sandwichMenuLinkOuter .dropdown-menu .headerActions .actionMenuList,
.sandwichMenuLinkOuter .dropdown-menu .backToModule .actionMenuList {
  border-bottom: 1px solid rgba(56, 65, 75, 0.1);
}
.sandwichMenuLinkOuter .dropdown-menu .headerActions .actionMenuList a,
.sandwichMenuLinkOuter .dropdown-menu .backToModule .actionMenuList a {
  padding: 5px;
  display: block;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs {
  margin: 10px;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu {
  background-color: rgba(56, 65, 75, 0.1);
  margin: 10px 0;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li {
  border-bottom: 1px solid #ffffff;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li .tile_accordion_header_image {
  border-right: 1px solid #ffffff;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li:first-child .learningRessourceTitle {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 1rem;
  margin: 0;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li:first-child .learningRessourceTitle small,
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li:first-child .learningRessourceTitle .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li:first-child .learningRessourceTitle small,
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li:first-child .learningRessourceTitle .small {
  font-size: 75%;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li a {
  padding: 0;
  display: block;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li a svg {
  height: 39px;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li .listOuter {
  white-space: nowrap;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li .listOuter .obligatoryIcon,
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu li .listOuter .youAreHereIcon {
  margin: 4px 0;
}
.sandwichMenuLinkOuter .dropdown-menu .sandwichLOs .learningResourcesMenu .obligatoryIcon {
  text-align: right;
  width: 20%;
  font-size: 13px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
.headerActionNavigation .loItems {
  line-height: 18px;
}
.modulNavigationMenu.learningResourcesMenu {
  background-color: #ffffff;
  margin: 0 0 20px 0;
}
.modulNavigationMenu.learningResourcesMenu li {
  border-bottom: 1px solid rgba(56, 65, 75, 0.1);
}
.modulNavigationMenu.learningResourcesMenu li .tile_accordion_header_image {
  border-right: 1px solid rgba(56, 65, 75, 0.1);
}
.modulNavigationMenu.learningResourcesMenu li .loItems a {
  color: #38414b;
  font-weight: normal;
  display: block;
  /*font-family: "Open Sans Semibold";*/
}
.modulNavigationMenu.learningResourcesMenu li .listOuter .obligatoryIcon,
.modulNavigationMenu.learningResourcesMenu li .listOuter .youAreHereIcon {
  margin: 7px 0;
}
/* ToDo */
.learningResourcesMenu li.LeNavigationItem,
.learningResourcesMenu li {
  height: 40px;
  border-bottom: 1px solid #ffffff;
}
.learningResourcesMenu li.LeNavigationItem > a,
.learningResourcesMenu li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.learningResourcesMenu li.LeNavigationItem .tile_accordion_header_image,
.learningResourcesMenu li .tile_accordion_header_image {
  height: 40px;
  width: 40px;
  border-right: 1px solid #ffffff;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle,
.learningResourcesMenu li .learningRessourceTitle {
  height: 40px;
  padding-left: 10px;
  flex: 0 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: hidden;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter,
.learningResourcesMenu li .learningRessourceTitle .listOuter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 16px !important;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter .loItems,
.learningResourcesMenu li .learningRessourceTitle .listOuter .loItems {
  margin: 0 !important;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #38414b;
  width: 89%;
  vertical-align: middle;
  font-size: 0.8rem;
  padding-left: 5px;
  display: inline-block;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter .loItems a,
.learningResourcesMenu li .learningRessourceTitle .listOuter .loItems a {
  color: #38414b;
  height: auto !important;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter .loItems a:hover,
.learningResourcesMenu li .learningRessourceTitle .listOuter .loItems a:hover {
  color: #0c0e11;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter .youAreHereIcon,
.learningResourcesMenu li .learningRessourceTitle .listOuter .youAreHereIcon {
  text-align: center;
  width: 9%;
  font-size: 15px;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter .obligatoryIcon,
.learningResourcesMenu li .learningRessourceTitle .listOuter .obligatoryIcon {
  display: inline-block;
  margin: 3px;
}
.learningResourcesMenu li.LeNavigationItem .learningRessourceTitle .listOuter span,
.learningResourcesMenu li .learningRessourceTitle .listOuter span {
  font-size: -1.2rem;
}
.learningProcessIcon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
}
.tracIcon_no_attempted_color {
  background-color: #8895a0;
}
.tracIcon_in_progress_color {
  background-color: #009FE3;
}
.tracIcon_time_exceed_color {
  background-color: #323E48;
}
.tracIcon_completed_color {
  background-color: #95C23D;
}
.tracIcon_no_attempted {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: url("images/lo_icon_light.svg") no-repeat center center #8895a0;
}
.tracIcon_in_progress {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: url("images/lo_icon_dark.svg") no-repeat center center #009FE3;
}
.tracIcon_time_exceed {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: url("images/lo_icon_light.svg") no-repeat center center #323E48;
}
.tracIcon_completed {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: url("images/lo_icon_light.svg") no-repeat center center #95C23D;
}
.titleSection {
  /*float: left;
  width: ~"calc(100% - 40px)";*/
  padding: 0 0 0 10px;
  overflow: hidden;
}
.titleSection h5 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1rem;
}
.titleSection p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  font-family: "Open Sans";
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.ilBlockHeader {
  color: #323e48;
}
.ilBlockHeader > h3,
.ilBlockHeader > h3 > a {
  color: #38414b;
}
.loList {
  width: 100%;
  padding: 10px 0;
  clear: both;
}
.loList .contentSection {
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}
.loList .contentSection a,
.loList .contentSection .titleSection {
  flex: 0 1 auto;
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.loList .contentSection .titleSection {
  flex-grow: 1;
  /*padding: 0!important;*/
}
.loList .learningProgressBar,
.loList .ilLPProgressBar {
  margin: 2px 0 0;
  width: 100%;
  background: #38414b;
  height: 3px;
}
.loList .learningProgressBar .progressBarActive,
.loList .ilLPProgressBar .progressBarActive {
  background: #691f40;
  height: 3px;
  width: 0;
}
.loList .learningProgressBar div,
.loList .ilLPProgressBar div {
  padding-right: 0;
}
.il_Block .loList {
  border-bottom: 1px solid rgba(56, 65, 75, 0.2);
}
.il_Block .loList:last-child {
  border-bottom: 0 none transparent;
}
.courseIntroContainer {
  background-color: #ffffff;
  padding: 10px;
}
.courseIntroContainer .introHeader {
  height: 50px;
  width: 100%;
}
.courseIntroContainer .introHeader .cogIntroIcon {
  width: 50px;
  height: 50px;
  float: left;
}
.courseIntroContainer .introHeader .cogIntroIcon a {
  cursor: default;
}
.courseIntroContainer .introHeader .cogIntroIcon a:hover {
  color: #81bc00;
}
.courseIntroContainer .introHeader .cogIntroTITLE {
  float: left;
  padding-left: 5px;
  width: calc(100% - 50px);
}
.courseIntroContainer .cogIntroAdditional {
  margin-top: 10px;
}
.courseIntroContainer .cogIntroMedia img {
  max-width: 100%;
}
.courseIntroContainer .cogIntroButtons {
  text-align: right;
  margin-top: 10px;
}
.courseIntroContainer .cogIntroLP {
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
  padding-left: 30px;
}
.courseIntroContainer .cogIntroLPCompleted {
  background-image: url("images/glyphicons-208-remove-white.svg");
}
.courseIntroContainer .cogIntroLPNotCompleted {
  background-image: url("images/glyphicons-207-ok-white.svg");
  color: #fff;
  background-color: #38414b;
  border-color: #2d343c;
  color: white;
  background-color: #444d54;
  border-color: #444d54;
}
.courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted.focus {
  color: #fff;
  background-color: #22282e;
  border-color: #000000;
}
.courseIntroContainer .cogIntroLPNotCompleted:hover {
  color: #fff;
  background-color: #22282e;
  border-color: #131619;
}
.courseIntroContainer .cogIntroLPNotCompleted:active,
.courseIntroContainer .cogIntroLPNotCompleted.active,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted {
  color: #fff;
  background-color: #22282e;
  background-image: none;
  border-color: #131619;
}
.courseIntroContainer .cogIntroLPNotCompleted:active:hover,
.courseIntroContainer .cogIntroLPNotCompleted.active:hover,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted:hover,
.courseIntroContainer .cogIntroLPNotCompleted:active:focus,
.courseIntroContainer .cogIntroLPNotCompleted.active:focus,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted:active.focus,
.courseIntroContainer .cogIntroLPNotCompleted.active.focus,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted.focus {
  color: #fff;
  background-color: #131619;
  border-color: #000000;
}
.courseIntroContainer .cogIntroLPNotCompleted.disabled:hover,
.courseIntroContainer .cogIntroLPNotCompleted[disabled]:hover,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted:hover,
.courseIntroContainer .cogIntroLPNotCompleted.disabled:focus,
.courseIntroContainer .cogIntroLPNotCompleted[disabled]:focus,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted.disabled.focus,
.courseIntroContainer .cogIntroLPNotCompleted[disabled].focus,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted.focus {
  background-color: #38414b;
  border-color: #2d343c;
}
.courseIntroContainer .cogIntroLPNotCompleted .badge {
  color: #38414b;
  background-color: #fff;
}
.courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted.focus {
  color: white;
  background-color: #2d3338;
  border-color: #0b0c0e;
}
.courseIntroContainer .cogIntroLPNotCompleted:hover {
  color: white;
  background-color: #2d3338;
  border-color: #292e32;
}
.courseIntroContainer .cogIntroLPNotCompleted:active,
.courseIntroContainer .cogIntroLPNotCompleted.active,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted {
  color: white;
  background-color: #2d3338;
  background-image: none;
  border-color: #292e32;
}
.courseIntroContainer .cogIntroLPNotCompleted:active:hover,
.courseIntroContainer .cogIntroLPNotCompleted.active:hover,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted:hover,
.courseIntroContainer .cogIntroLPNotCompleted:active:focus,
.courseIntroContainer .cogIntroLPNotCompleted.active:focus,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted:active.focus,
.courseIntroContainer .cogIntroLPNotCompleted.active.focus,
.open > .dropdown-toggle.courseIntroContainer .cogIntroLPNotCompleted.focus {
  color: white;
  background-color: #1d2124;
  border-color: #0b0c0e;
}
.courseIntroContainer .cogIntroLPNotCompleted.disabled:hover,
.courseIntroContainer .cogIntroLPNotCompleted[disabled]:hover,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted:hover,
.courseIntroContainer .cogIntroLPNotCompleted.disabled:focus,
.courseIntroContainer .cogIntroLPNotCompleted[disabled]:focus,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted:focus,
.courseIntroContainer .cogIntroLPNotCompleted.disabled.focus,
.courseIntroContainer .cogIntroLPNotCompleted[disabled].focus,
fieldset[disabled] .courseIntroContainer .cogIntroLPNotCompleted.focus {
  background-color: #444d54;
  border-color: #444d54;
}
.courseIntroContainer .cogIntroLPNotCompleted .badge {
  color: #444d54;
  background-color: white;
}
a.avatarLink img {
  max-width: 40px;
  max-height: 40px;
  border: 1px solid rgba(56, 65, 75, 0.4);
  background-color: rgba(56, 65, 75, 0.2);
}
.community-container.ilContainerBlock {
  background-color: transparent;
}
.community-container.ilContainerBlock .ilContainerBlockHeader {
  background-color: transparent;
  padding: 0!important;
}
.ilContainerBlock {
  background-color: #ffffff;
  border: 0 none transparent;
  margin-bottom: 0;
}
.ilContainerBlock .dropdown-toggle,
.ilContainerBlock .dropdown-toggle.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #38414b;
}
.ilContainerBlock .dropdown-toggle.btn-default,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #38414b;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ilContainerBlock .dropdown-toggle.btn-default.open,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default.open,
.ilContainerBlock .dropdown-toggle.btn-default.active,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default.active,
.ilContainerBlock .dropdown-toggle.btn-default:hover,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default:hover,
.ilContainerBlock .dropdown-toggle.btn-default:active,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default:active,
.ilContainerBlock .dropdown-toggle.btn-default:focus,
.ilContainerBlock .dropdown-toggle.btn-default.btn-default:focus {
  /*background-color: @brand-white;
        border-color: @brand-white;*/
  color: #38414b;
  box-shadow: none;
}
.ilContainerBlock .dropdown-toggle.open,
.ilContainerBlock .dropdown-toggle.btn-default.open,
.ilContainerBlock .dropdown-toggle.active,
.ilContainerBlock .dropdown-toggle.btn-default.active,
.ilContainerBlock .dropdown-toggle:hover,
.ilContainerBlock .dropdown-toggle.btn-default:hover,
.ilContainerBlock .dropdown-toggle:active,
.ilContainerBlock .dropdown-toggle.btn-default:active,
.ilContainerBlock .dropdown-toggle:focus,
.ilContainerBlock .dropdown-toggle.btn-default:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #38414b;
  box-shadow: none;
}
.ilContainerBlockHeader {
  background-color: white;
  height: 40px;
  cursor: pointer;
  white-space: nowrap;
}
.ilContainerBlockHeader.accordion_intro {
  padding: 0!important;
}
.ilContainerBlockHeader h3 {
  line-height: 40px;
  padding-left: 5px;
}
.ilContainerBlockHeader .tile_accordion_header_text {
  padding-left: 10px;
  display: inline-block;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 80%;
}
.ilContainerBlockHeader .tile_accordion_header_text h4.ilHeader {
  display: block;
  line-height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilContainerBlockHeader .tile_accordion_header_text .lp_state_title {
  font-weight: normal;
}
.ilContainerBlockHeader .tile_accordion_header_text div {
  margin-top: 0;
  padding: 0;
}
.ilContainerBlockHeader .tile_accordion_header_image {
  display: inline-block;
  height: 40px;
}
.ilContainerBlockHeader .closer {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 0;
}
.ilContainerBlockHeader .closer span {
  line-height: 36px;
}
.ilContainerBlockHeader .closer span.plus {
  display: block;
}
.ilContainerBlockHeader .closer span.minus {
  display: none;
}
.accordion_element .ilCourseInfoItem {
  padding: 0 0 20px 0;
  margin: 0;
}
.accordion_element .ilCourseInfoItem .ilLPProgressBar {
  display: none;
}
.accordion_element .il_HAccordionHeadActive,
.accordion_element .il_VAccordionHeadActive {
  background-color: transparent;
}
.community .btn-default {
  color: #38414b;
  background: transparent;
  border: 0 none transparent;
}
.community .btn-default:hover,
.community .btn-default:active,
.community .btn-default.open,
.community .btn-default:focus {
  color: #38414b;
  background: #c7cdd5;
  border: 0 none transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0) inset;
}
.community .dropdown-menu li a {
  font-size: 14px;
}
.community .ilContainerBlockHeader {
  background: transparent;
  border-top: 0 none transparent;
}
.community .ilContainerBlockHeader h3 {
  padding-left: 0;
}
.community .ilContainerListItemOuter .modulNaviContainer {
  margin: 0;
  background-color: #ffffff;
  padding: 10px;
  font-size: 100%;
  width: 100%;
  height: 120px;
  text-align: left;
  position: relative;
  overflow: visible;
}
.community .ilContainerListItemOuter .modulNaviContainer .conImage {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #c7cdd5;
}
.community .ilContainerListItemOuter .modulNaviContainer .conImage img {
  width: 100px;
  height: 100px;
}
.community .ilContainerListItemOuter .modulNaviContainer .conTitle {
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 105px);
  color: #38414b;
  position: relative;
  height: 100px;
}
.community .ilContainerListItemOuter .modulNaviContainer .conTitle h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  line-height: normal;
  vertical-align: top;
  color: #38414b;
}
.community .ilContainerListItemOuter .modulNaviContainer .conTitle div {
  white-space: normal;
}
.community .ilContainerListItemOuter .modulNaviContainer .conTitle .isGroupMember {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  top: auto;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .community .ilContainerListItemOuter .modulNaviContainer {
    width: 100%;
    margin: 0;
    font-size: 90%;
  }
}
.ilContainerListItemOuter .modulNaviContainer {
  margin: 0 0 20px;
  font-size: 100%;
  width: 100%;
  height: 120px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ilContainerListItemOuter .modulNaviContainer .conImage {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #c7cdd5;
}
.ilContainerListItemOuter .modulNaviContainer .conImage img {
  width: 100px;
  height: 100px;
}
.ilContainerListItemOuter .modulNaviContainer .conTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 105px);
  color: #38414b;
}
.ilContainerListItemOuter .modulNaviContainer .conTitle h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  line-height: normal;
  vertical-align: top;
  color: #38414b;
}
.ilContainerListItemOuter .modulNaviContainer .conTitle div {
  white-space: normal;
}
@media only screen and (max-width: 480px) {
  .ilContainerListItemOuter .modulNaviContainer {
    width: 100%;
    margin: 0;
    font-size: 90%;
  }
}
.modulNaviContainer .moduleTitle.conTitle .ilListItemSection.il_Description {
  overflow: hidden;
  height: 75px;
}
.il_VAccordionContentDef {
  padding: 20px;
}
.il_VAccordionContentDef .ilObjListRow {
  border-bottom: 0 none transparent;
}
.il_VAccordionContentDef .ilContainerListItemOuter {
  padding: 0;
  height: 41px;
  border-bottom: 1px solid #ffffff;
  background: #c7cdd5;
  overflow: hidden;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer {
  height: 41px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer div {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .loIcon a svg {
  height: 36px;
  margin: 2px;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle {
  height: 41px;
  background-position: right center;
  overflow: hidden;
  flex: 0 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter {
  padding: 2px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter > h5 {
  padding-left: 3px;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter h5 {
  margin: 0 !important;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter a {
  padding-left: 5px;
  display: block;
  text-decoration: none;
  color: #38414b;
  overflow: hidden;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter a:hover {
  color: #0c0e11;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter a h5.il_ContainerItemTitle {
  margin: 0;
  color: #38414b;
  font-weight: 600;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .moduleTitle .listOuter a p {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 87%;
  text-decoration: none;
  font-size: 0.7rem;
  width: calc(100% - 40px) !important;
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .obligatoryIcon {
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  /*        flex: 0 1 auto;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;*/
}
.il_VAccordionContentDef .ilContainerListItemOuter .modulNaviContainer .loIcon {
  height: 41px;
  width: 41px;
  display: inline-block;
  border-right: 1px solid #ffffff;
  vertical-align: top;
}
.il_HAccordionHeadActive,
.il_VAccordionHeadActive {
  background-image: none;
}
.il_HAccordionHeadActive .closer span.plus {
  display: none;
}
.il_HAccordionHeadActive .closer span.minus {
  display: block;
}
.tile_accordion_header_image {
  float: left;
}
.tile_accordion_header_image img {
  width: 40px;
}
.learningAnalyticsHeadline {
  position: relative;
}
.learningAnalyticsHeadline.media {
  overflow: visible;
}
.learningAnalyticsHeadline .il_HeaderInner {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.learningAnalyticsHeadline h1.ilHeader {
  width: calc(100% - 80px) !important;
  border-bottom: 0 none transparent!important;
}
.learningAnalyticsHeadline .switcher {
  position: absolute;
  right: 0;
  /* top: 20px;*/
}
@media only screen and (max-width: 768px) {
  .learningAnalyticsHeadline .switcher {
    top: 5px;
  }
}
.iosLearningAnalyticsStudyProgrammeSelection {
  text-align: right;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
}
.iosMyStudiesStudyProgrammeSelection {
  position: absolute;
  right: 0;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .iosMyStudiesStudyProgrammeSelection {
    top: 0;
  }
}
.laLoContainer {
  background: #ffffff;
  margin: 0;
}
.laLoContainer .laMoTitle {
  white-space: nowrap;
}
.laLoContainer .laMoTitle svg {
  width: 40px;
  height: 40px;
}
.laLoContainer .titleOuter {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  width: 89%;
}
.laLoContainer .titleOuter .titleInner {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .laLoContainer .titleOuter .titleInner {
    padding-right: 40px;
  }
}
.laLoContainer .titleOuter .titleInner .laTitle {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.laLoContainer .laSpent {
  height: 40px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}
.laLoContainer .laSpent .laSpentInner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.laLoContainer .laSpent .laSpentInner p {
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: -0.2rem;
}
.laLoContainer .laWarning,
.laLoContainer .passedOverlay {
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .laLoContainer .laWarning,
  .laLoContainer .passedOverlay {
    padding: 10px 0 0;
    text-align: center;
  }
}
.laLoContainer .laWarning span,
.laLoContainer .passedOverlay span {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 4px;
}
.laLoContainer .laWarning .accreditedExam,
.laLoContainer .passedOverlay .accreditedExam {
  color: #691f40;
}
.laLoContainer .passedOverlay {
  font-size: 20px;
  display: inline-block !important;
  width: 40px;
  height: 40px;
  background: #691f40;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 15px;
}
.laLoContainer .laLoItems {
  border-bottom: 1px solid rgba(56, 65, 75, 0.2);
  position: relative;
}
.laLoContainer .laLoItems .ilExpertiseDownloadLink span {
  font-size: 18px;
  line-height: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.laLoContainer .laLoItems .progressContainer {
  padding-left: 8px;
}
@media only screen and (max-width: 991px) {
  .laLoContainer .laLoItems .progressContainer {
    padding-left: 0;
    text-align: center;
  }
}
.laLoContainer .laLoItems .laSpent {
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .laLoContainer .laLoItems .laSpent {
    padding-left: 0;
    text-align: center;
  }
}
.laLoContainer .closer {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.laLoContainer .closer span {
  line-height: 36px;
}
.laLoContainer .laLeContainer {
  border-bottom: 1px solid rgba(56, 65, 75, 0.2);
  margin: 15px 0 0;
  padding-bottom: 15px;
  padding-left: 15px;
}
.laLoContainer .laLeContainer .laLeItems {
  background: rgba(56, 65, 75, 0.05);
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.laLoContainer .laLeContainer .laLeItems a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.laLoContainer .laLeContainer .laLeItems a .laTitle {
  font-weight: 600;
  color: #38414b;
  white-space: nowrap;
  padding-right: 40px;
}
.laLoContainer .laLmContainer {
  padding: 15px;
  padding-right: 30px;
  background: #ffffff;
}
.laLoContainer .laLmContainer .laLmItems {
  background: rgba(56, 65, 75, 0.1);
  border-bottom: 1px solid #ffffff;
}
.laLoContainer .laLmContainer .laLmItems a {
  color: #38414b;
  overflow: hidden;
  text-overflow: ellipsis;
}
.laLoContainer .laLmContainer .laLmItems a .laTitle {
  font-size: 13px;
  font-weight: normal;
  color: #38414b;
  white-space: nowrap;
}
.laLoContainer .laLmContainer .laLmItems .leadIcon {
  height: 36px;
  overflow: hidden!important;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.laLoContainer .laLmContainer .laLmItems .leadIcon img {
  width: 40px;
  height: 40px;
}
.laLoContainer .laLmContainer .laLmItems .objectFilesOuter {
  height: 36px;
  overflow: hidden!important;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.laLoContainer .laLmContainer .laLmItems .objectFilesOuter .objectFiles {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
}
.laLoContainer .laLmContainer .laLmItems .objectFilesOuter .objectFiles a {
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: right;
}
.laLoContainer .laLmContainer .laLmItems .objectFilesOuter .objectFiles a span {
  font-size: 16px;
}
.laLoContainer .laLmContainer .laLmItems .objectFilesOuter .obligatoryIcon {
  margin-top: 12px;
  padding: 0 5px;
}
.laLoContainer .laLmContainer .laLmItems .laLmFeedbackOuter {
  height: 36px;
  overflow: hidden!important;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.laLoContainer .laLmContainer .laLmItems .laLmFeedbackOuter .laLmFeedback {
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.laLoContainer .laLmContainer .laLmItems .laLmFeedbackOuter .laLmFeedback span {
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.laLoContainer .laFooter {
  padding: 15px;
  text-align: right;
}
.laLoContainer .progressContainer {
  padding-top: 10px;
}
.laLoContainer .progressContainer .ilLPProgressBar {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .laLoContainer .progressContainer {
    padding: inherit !important;
    text-align: center;
  }
  .laLoContainer .progressContainer .ilLPProgressBar {
    margin: 0;
    width: 80%;
  }
}
/* Services/Tracking */
/* cognos-blu-patch: begin */
div.ilLPProgressBar {
  display: inline-block;
  width: 75px;
  height: 5px;
}
div.ilLPProgressBar > div {
  float: left;
  height: 100%;
}
div.ilLPProgressBar > div > div {
  width: 100%;
  height: 100%;
}
.ilLPProgressBarFailed {
  background-color: #38414b;
}
.ilLPProgressBarCompleted {
  background-color: #691f40;
}
.ilLPProgressBarInProgress {
  background-color: #38414b;
}
.ilLPProgressBarNotAttempted {
  background-color: #38414b;
}
/* cognos-blu-patch: end */
/*----------------------- MyStudy Preloader -----------------------*/
body.preloader-site {
  overflow: hidden;
}
.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}
.preloader-wrapper .preloader img {
  width: 40px;
}
.modal-backdrop {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.modal {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.defaultSimpleSkin .mceButton {
  width: 29px !important;
  height: 29px !important;
  padding: 5px;
}
.defaultSimpleSkin .mceIcon {
  font-size: 15px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #38414b;
}
.defaultSimpleSkin .mceIcon.mce_bold:before {
  content: "\E103";
}
.defaultSimpleSkin .mceIcon.mce_bold:before {
  content: "\E103";
}
.defaultSimpleSkin .mceIcon.mce_italic:before {
  content: "\E102";
}
.defaultSimpleSkin .mceIcon.mce_italic:before {
  content: "\E102";
}
.defaultSimpleSkin .mceIcon.mce_underline:before {
  content: "\E104";
}
.defaultSimpleSkin .mceIcon.mce_underline:before {
  content: "\E104";
}
.defaultSimpleSkin .mceIcon.mce_strikethrough:before {
  content: "\E105";
}
.defaultSimpleSkin .mceIcon.mce_strikethrough:before {
  content: "\E105";
}
.defaultSimpleSkin .mceIcon.mce_undo:before {
  content: "\E436";
}
.defaultSimpleSkin .mceIcon.mce_undo:before {
  content: "\E436";
}
.defaultSimpleSkin .mceIcon.mce_redo:before {
  content: "\E435";
}
.defaultSimpleSkin .mceIcon.mce_redo:before {
  content: "\E435";
}
.defaultSimpleSkin .mceIcon.mce_cleanup:before {
  content: "\E068";
}
.defaultSimpleSkin .mceIcon.mce_cleanup:before {
  content: "\E068";
}
.defaultSimpleSkin .mceIcon.mce_insertunorderedlist:before {
  content: "\E115";
}
.defaultSimpleSkin .mceIcon.mce_insertunorderedlist:before {
  content: "\E115";
}
.defaultSimpleSkin .mceIcon.mce_insertorderedlist {
  font-family: 'Glyphicons Regular new';
}
.defaultSimpleSkin .mceIcon.mce_insertorderedlist:before {
  content: "\E710";
}
.defaultSimpleSkin .mceButtonActive {
  border: none !important;
  background-color: #691f40 !important;
}
.defaultSimpleSkin .mceButtonActive .mceIcon {
  color: white !important;
}
.defaultSimpleSkin .mceButtonEnabled:hover {
  border-color: transparent !important;
  background-color: #dddddd !important;
}
.defaultSimpleSkin .mceButtonEnabled:hover .mceIcon {
  color: #323e48 !important;
}
.defaultSimpleSkin .mceSeparator {
  border-right: 1px solid #dddddd;
  height: 29px !important;
  width: 1px !important;
}
.defaultSimpleSkin .mceButton,
.defaultSimpleSkin span.mceIcon,
.defaultSimpleSkin img.mceIcon {
  width: 20px;
  height: 20px;
}
.user-map {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
}
.user-map .image {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin: 5px;
  border: 1px solid #dddddd;
}
.user-map .caption {
  display: inline-block;
  width: calc(100% - 70px);
  height: 50px;
  text-align: left;
  position: relative;
}
.user-map .caption .caption-text {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.studyProgramm-container.tblrow1,
.studyProgramm-container.tblrow2 {
  border-bottom: 0 none transparent;
}
.studyProgramm-container .control-label {
  font-size: 22px;
  color: #691f40;
}
.studyProgramm-container .form-horizontal {
  margin: 0;
  background-color: transparent;
}
.studyProgramm-container .fee-settings-form-row .form-group.row {
  width: 100%;
}
.modules-overview {
  color: #ffffff;
  background-color: #691f40;
  width: 100%;
  min-height: 195px;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .modules-overview > div > div {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview > div > div {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1020px) {
  .modules-overview {
    min-height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview {
    min-height: 327px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview {
    min-height: auto;
  }
}
.modules-overview .icon-modules-overview {
  border-right: 1px solid #ffffff;
  width: 110px;
  padding-right: 10px;
  min-height: 130px;
}
@media only screen and (max-width: 1199px) {
  .modules-overview .icon-modules-overview {
    border: 0 none transparent;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .icon-modules-overview.icon-modules-badge {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview .icon-modules-overview.icon-modules-badge {
    padding: 0;
    text-align: left;
  }
}
.modules-overview .icon-modules-overview img {
  width: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .modules-overview .icon-modules-overview img {
    width: 120px;
    border: 0 none transparent;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .icon-modules-overview {
    border: 0 none transparent;
  }
}
.modules-overview .fee-model-container > div {
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .modules-overview .fee-model-container {
    min-height: 140px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview .fee-model-container {
    padding-left: 10px;
  }
}
.modules-overview .fee-button-container {
  border-right: 1px solid #ffffff;
  width: 100%;
  min-height: 130px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .modules-overview .fee-button-container {
    border: 0 none transparent;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .fee-button-container {
    padding-left: 0;
  }
}
.modules-overview .fee-button-container .fee-model-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
  color: white;
  font-size: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px;
  line-height: 2.3em;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  background: #691f40 url("images/glyphicons-602-chevron-down.svg") no-repeat right;
  background-position: right;
  outline: 0px;
}
.modules-overview .fee-button-container .fee-model-select:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}
.modules-overview .fee-button-container .fee-model-select:hover option {
  border-top: 1px solid #ffffff;
}
.modules-overview .fee-button-container .fee-model-select option {
  border: 0;
  background: #691f40;
  border-top: 1px solid #ffffff;
  font-size: 120%;
  outline: 0px;
}
.modules-overview .fee-button-container .fee-model-select::-ms-expand {
  display: none;
}
.modules-overview .fee-button-container .fee-model-select .lt-ie10 select {
  background-image: none;
}
.modules-overview .overview-text {
  padding-bottom: 6px;
  padding-left: 0;
  white-space: normal;
}
@media only screen and (max-width: 1199px) {
  .modules-overview .overview-text {
    padding-left: 10px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .overview-text {
    padding-left: 20px;
  }
}
.modules-overview .overview-button-container {
  padding-top: 0;
}
.modules-overview .overview-button {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .modules-overview .overview-button {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 5px;
  }
  .modules-overview .overview-button .btn {
    font-size: 11px !important;
    white-space: normal;
    padding: 3px 6px;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .overview-button {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview .overview-button {
    padding-left: 20px;
  }
  .modules-overview .overview-button .btn {
    font-size: 12px !important;
    white-space: nowrap;
    padding: 6px 12px;
  }
}
.modules-overview .fee-overview-button {
  padding-top: 6px;
}
.modules-overview .big-lable {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}
.modules-overview .fee-model-text {
  overflow: visible;
  white-space: normal;
  line-height: 15px;
  padding-top: 8px;
}
.modules-overview .btn.btn-default {
  background: #808d98;
  border: 0 none transparent;
}
.modules-overview .btn.active {
  background: #323e48;
}
.modules-overview .modal-mail-outer {
  padding-left: 0;
}
@media only screen and (max-width: 1100px) and (min-width: 991px) {
  .modules-overview .modal-mail-outer {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .modules-overview .modal-mail-outer {
    padding-left: 0px;
  }
}
.modules-overview .modal-mail-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.modules-overview .modal-mail-container {
  text-align: right;
  padding-top: 6px;
}
@media only screen and (max-width: 991px) {
  .modules-overview .modal-mail-container {
    padding-top: 0;
  }
}
.modules-overview .modal-mail-container .mail-contact-text {
  font-family: "vollkorn", Helvetica, Arial, sans-serif;
  font-size: 14px;
  white-space: normal;
  padding-right: 20px;
  text-align: left;
  line-height: 18px;
}
@media only screen and (max-width: 991px) {
  .modules-overview .modal-mail-container .mail-contact-text {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-overview .modal-mail-container .mail-contact-text {
    padding-right: 0;
    padding-left: 10px;
  }
}
.modules-overview .modal-mail-container .modal-mail-btn {
  font-size: 18px !important;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.modules-overview .modal-mail-container .modal-mail-btn :hover {
  color: white !important;
}
.open-elective-subjects {
  margin: 15px 0;
}
.hide-5-sec {
  -moz-animation: cssAnimation 5s forwards;
  -webkit-animation: cssAnimation 5s forwards;
  -o-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
}
@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
/* cognos-blu-patch: begin */
.ilMyCoursesItemAdvanceOrganizer {
  padding-bottom: 58%;
  width: 100%;
  overflow: hidden;
}
.ilMyCoursesItemAdvanceOrganizer video,
.ilMyCoursesItemAdvanceOrganizer iframe,
.ilMyCoursesItemAdvanceOrganizer .ilPlayerPreviewOverlayOuter {
  width: 100%;
  height: 250px;
}
.ilMyCoursesItemAdvanceOrganizer img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 100%;
  /* For the following settings we set 100%, but it can be higher if needed
    See the answer's update */
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}
.ilMyCoursesItemAdvanceOrganizer .passedOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ilMyCoursesItemAdvanceOrganizer .passedOverlay span {
  font-size: 90px;
  color: #ffffff;
}
.ilMyCoursesItemAdvanceOrganizer .accreditedExam {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.ilMyCoursesItemAdvanceOrganizer .accreditedExam span {
  font-size: 28px;
  color: #691f40;
  line-height: 35px;
}
.ilMyCoursesItemAdvanceOrganizer .ilPlayerPreviewOverlayOuter {
  background: #000;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .ilMyCoursesItemAdvanceOrganizer .ilPlayerPreviewOverlayOuter .ilPlayerMediaContainer {
    padding: 0 10px !important;
  }
}
.ilMyCoursesItemAdvanceOrganizer .ilPlayerPreviewOverlayOuter .mejs-controls {
  bottom: 0;
  position: absolute;
}
.ilMyCoursesItemAdvanceOrganizer .ilPlayerPreviewOverlayOuter .mejs-controls .mejs-time {
  overflow: visible!important;
  height: 19px !important;
}
.ilCourseInfoItem {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
}
.ilCourseInfoItem .lCourseInfoSection {
  padding: 5px 15px 20px 15px;
  height: 200px;
}
.ilCourseInfoItem .lCourseInfoSection h3 {
  font-size: 0.8rem !important;
  line-height: 1.1rem !important;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  min-height: 35px;
}
.ilCourseInfoItem .lCourseInfoSection h3 a,
.ilCourseInfoItem .lCourseInfoSection h3 a:hover {
  text-decoration: none;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemExaminationInfo {
  height: 20px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemExaminationInfo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemExaminationInfo .ilMyCoursesItemExaminationStatus {
  float: left;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemExaminationInfo .ilMyCoursesItemExaminationDate .x1 {
  display: inline;
}
.ilCourseInfoItem .lCourseInfoSection .ilCourseDescription {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ilCourseInfoItem .lCourseInfoSection .ilCourseDescription p {
  padding-top: 0;
  line-height: 16px;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemButtons {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesItemButtons .coursesItemButton {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 0 1px;
  /*&:nth-child(1){
          padding-right:1px;
        }*/
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesLearningProgressBar .ilLPProgressBar {
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.ilCourseInfoItem .lCourseInfoSection .ilMyCoursesLearningProgressBar .ilLPProgressBar div {
  padding: 0;
}
.liquid {
  position: relative;
}
.liquid .previous {
  background: url("images/arrow-menu-left.svg") no-repeat center center;
  height: 40px;
  width: 30px;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.liquid .next {
  background: url("images/arrow-menu-right.svg") no-repeat center center;
  height: 40px;
  width: 30px;
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.liquid .wrapper {
  display: inline-block;
  text-align: center;
  padding: 0 0 0 0;
}
.liquid .wrapper ul li {
  width: 40px;
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  /*svg{
            .learningProcessIcon;
        }*/
}
.liquid .wrapper ul li a {
  display: block;
}
.liquid .wrapper ul li a:hover {
  opacity: 0.7;
}
.liquid .wrapper ul li a.trac_completed svg {
  background-color: #95C23D;
}
.liquid .wrapper ul li a.trac_in_progress svg {
  background-color: #009FE3;
}
.liquid .wrapper ul li a.trac_time_exceed svg {
  background-color: #5b6770;
}
.liquid .wrapper ul li a.trac_failed svg {
  background-color: #323E48;
}
.liquid .wrapper ul li a.trac_no_attempted svg {
  background-color: #5b6770;
}
.liquid .wrapper ul li a.trac_in_progress .invertable_color {
  fill: #ffffff;
}
.liquid .wrapper ul li a.trac_completed .invertable_color,
.liquid .wrapper ul li a.trac_completed .invertable_color,
.liquid .wrapper ul li a.trac_time_exceed .invertable_color,
.liquid .wrapper ul li a.trac_failed .invertable_color,
.liquid .wrapper ul li a.trac_no_attempted .invertable_color {
  fill: #ffffff;
}
.popover .notAssigendAlert {
  font-size: -1.2rem;
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 0;
}
.ilMyCoursesItemLearningResources,
.ilMyCoursesItemMissingLearningResources {
  height: 40px;
}
.ilMyCoursesItemMissingLearningResources {
  text-align: center;
}
/* cognos-blu-patch: end */
a.trac_completed svg {
  background-color: #95C23D;
}
a.trac_in_progress svg {
  background-color: #009FE3;
}
a.trac_time_exceed svg {
  background-color: #323E48;
}
a.trac_failed svg {
  background-color: #323E48;
}
a.trac_no_attempted svg {
  background-color: #8895a0;
}
a.trac_in_progress .invertable_color {
  fill: #ffffff;
}
a.trac_completed .invertable_color,
a.trac_completed .invertable_color,
a.trac_time_exceed .invertable_color,
a.trac_failed .invertable_color,
a.trac_no_attempted .invertable_color {
  fill: #ffffff;
}
span.trac_completed svg {
  background-color: #95C23D;
}
span.trac_in_progress svg {
  background-color: #009FE3;
}
span.trac_time_exceed svg {
  background-color: #323E48;
}
span.trac_failed svg {
  background-color: #323E48;
}
span.trac_no_attempted svg {
  background-color: #8895a0;
}
span.trac_in_progress .invertable_color {
  fill: #ffffff;
}
span.trac_completed .invertable_color,
span.trac_completed .invertable_color,
span.trac_time_exceed .invertable_color,
span.trac_failed .invertable_color,
span.trac_no_attempted .invertable_color {
  fill: #ffffff;
}
.focus-button-container {
  width: 100%;
  height: 260px;
  position: relative;
  border: 1px dashed #dddddd;
  background: #f3f3f3;
}
.focus-button-container > a,
.focus-button-container > button {
  font-size: 120px !important;
  border-radius: 50%;
  padding: 0 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.focus-button-container > a.btn-default,
.focus-button-container > button.btn-default {
  background: transparent;
  color: #691f40;
  border: none;
}
.focus-button-container > a.btn-default:hover,
.focus-button-container > button.btn-default:hover {
  color: white;
  background-color: #691f40;
  border: 0 none #691f40;
}
.focus-button-container .modal-dialog .modal-content .modal-header .modal-title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.focus-button-container .modal-dialog .modal-content .introHeader {
  padding-bottom: 20px;
}
.focus-button-container .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.focus-button-container .modal-dialog .modal-content .modal-body .closer .glyphicons-plus::before,
.focus-button-container .modal-dialog .modal-content .modal-body .closer x1:before {
  display: none;
}
.focus-button-container .modal-dialog .modal-content .modal-body .il_VAccordionToggleDef .closer .glyphicons-plus::before,
.focus-button-container .modal-dialog .modal-content .modal-body .il_VAccordionToggleDef .closer .glyphicons-minus::before {
  display: inherit;
}
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetTopicRadio,
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetRadioHeader {
  margin: 10px 0 0 0;
  width: 320px;
}
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetTopicRadio input,
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetRadioHeader input {
  margin: 0 15px 0 12px;
}
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetTopicRadio input:last-child,
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetRadioHeader input:last-child {
  margin: 0 15px 0 22px;
}
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetRadioHeader span {
  margin: 0 5px 0 0;
}
.focus-button-container .modal-dialog .modal-content .modal-body .ilStudyNetRadioHeader span:last-child {
  margin: 0 5px 0 0;
}
.focus-button-container .modal-dialog .modal-content .ilContainerBlockHeader {
  white-space: normal;
}
.focus-button-container .modal-dialog .modal-content .ilContainerBlockHeader .tile_accordion_header_text {
  width: calc(100% - 320px);
}
.focus-button-container .modal-dialog .modal-footer {
  display: none;
}
/*********************************/
/* Services/InfoScreen */
div.ilInfoScreenSec {
  padding: 0;
  margin-bottom: 10px;
}
div.ilInfoScreenSec .ilFormHeader {
  padding: 10px 15px 5px;
  margin: 0!important;
  border-top: 0 none transparent!important;
}
div.ilInfoScreenSec h3.ilHeader {
  margin-bottom: 5px;
  display: block;
  /* margin: 10px 0;
  color: @brand-secondary;
  font-size: 120%;
  text-align: right; */
}
.il_InfoScreenProperty {
  padding: 5px 15px;
  vertical-align: top;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
}
.il_InfoScreenProperty.control-label {
  padding-top: 5px;
}
.il_InfoScreenPropertyValue {
  padding: 5px 15px;
  vertical-align: top;
  background-color: #FFFFFF;
  white-space: normal;
}
.moduleInfoContent {
  padding: 0 -15px;
  vertical-align: top;
}
.moduleInfoContent .moduleInfo {
  overflow: hidden;
}
.moduleInfoContent .moduleInfo iframe,
.moduleInfoContent .moduleInfo img,
.moduleInfoContent .moduleInfo video {
  width: 300px;
}
@media (max-width: 768px) {
  .moduleInfoContent .moduleInfo iframe,
  .moduleInfoContent .moduleInfo img,
  .moduleInfoContent .moduleInfo video {
    width: 100%;
    height: 300px;
  }
}
.moduleInfoSection {
  background: #ffffff;
}
.moduleInfoSection .moduleInfo img {
  width: 100%;
}
div.ilInfoScreenSec,
.ilInfoScreenSec,
.moduleInfoContent {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-color: #FFFFFF;
}
div.ilInfoScreenSec:nth-child(2) .il_InfoScreenPropertyValue,
.ilInfoScreenSec:nth-child(2) .il_InfoScreenPropertyValue,
.moduleInfoContent:nth-child(2) .il_InfoScreenPropertyValue {
  /* border-top: 1px solid lighten(@mid-gray, 60%);
    box-shadow: inset 0px 2px 1px -1px white; */
}
div.ilInfoScreenSec .infoMembers,
.ilInfoScreenSec .infoMembers,
.moduleInfoContent .infoMembers {
  text-align: left;
  padding: 0px 0 20px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #ccc;
}
div.ilInfoScreenSec .infoMembers a,
.ilInfoScreenSec .infoMembers a,
.moduleInfoContent .infoMembers a {
  float: left;
  margin: 0 10px 10px 0;
}
div.ilInfoScreenSec .infoMembers .infoMembersImage,
.ilInfoScreenSec .infoMembers .infoMembersImage,
.moduleInfoContent .infoMembers .infoMembersImage {
  clear: both;
}
div.ilInfoScreenSec .infoMembers .infoMembersImage img,
.ilInfoScreenSec .infoMembers .infoMembersImage img,
.moduleInfoContent .infoMembers .infoMembersImage img {
  width: 115px;
  height: 115px;
}
div.ilInfoScreenSec .infoMembers h4,
.ilInfoScreenSec .infoMembers h4,
.moduleInfoContent .infoMembers h4 {
  margin-top: 0 !important;
  padding: 0 !important;
}
div.ilInfoScreenSec .infoMembers .infoMembersVita,
.ilInfoScreenSec .infoMembers .infoMembersVita,
.moduleInfoContent .infoMembers .infoMembersVita {
  padding: 20px 0;
}
div.ilInfoScreenSec a.mailBtn,
.ilInfoScreenSec a.mailBtn,
.moduleInfoContent a.mailBtn {
  height: 33px;
  min-width: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
div.ilInfoScreenSec a.mailBtn:hover,
.ilInfoScreenSec a.mailBtn:hover,
.moduleInfoContent a.mailBtn:hover {
  color: #ffffff;
}
div.ilInfoScreenSec .ilInfoScreenSec.form-horizontal,
.ilInfoScreenSec .ilInfoScreenSec.form-horizontal,
.moduleInfoContent .ilInfoScreenSec.form-horizontal {
  background-color: transparent;
  text-align: left;
}
div.ilInfoScreenSec .ilInfoScreenSec.form-horizontal .il_InfoScreenProperty,
.ilInfoScreenSec .ilInfoScreenSec.form-horizontal .il_InfoScreenProperty,
.moduleInfoContent .ilInfoScreenSec.form-horizontal .il_InfoScreenProperty,
div.ilInfoScreenSec .ilInfoScreenSec.form-horizontal .control-label,
.ilInfoScreenSec .ilInfoScreenSec.form-horizontal .control-label,
.moduleInfoContent .ilInfoScreenSec.form-horizontal .control-label {
  padding: 0;
  margin: 0;
  text-align: left;
}
.moduleInfoContent {
  margin: 20px 0 !important;
  padding: 20px 40px !important;
  background-color: #ffffff !important;
}
#moduleInfoMeta .modal-dialog,
#ilGuidedTourModal .modal-dialog {
  width: 600px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
#moduleInfoMeta .modal-dialog .modal-lg,
#ilGuidedTourModal .modal-dialog .modal-lg {
  width: 600px;
}
@media (max-width: 768px) {
  #moduleInfoMeta .modal-dialog,
  #ilGuidedTourModal .modal-dialog {
    margin: 50px auto!important;
    width: 90%!important;
    padding: 0px;
  }
}
.moduleInfoMeta .ilInfoScreenSec {
  border-bottom: 1px solid #b8c1ca;
}
.moduleInfoMeta .form-horizontal .control-label {
  text-align: left !important;
  font-style: normal !important;
}
.moduleInfoMeta .form-horizontal .il_InfoScreenPropertyValue {
  vertical-align: top;
}
.moduleInfoMeta .form-horizontal #current_perma_link {
  width: 100%;
}
.moduleInfoMeta .form-horizontal #ilAdvSelListAnchorText_socialbm_actions {
  display: none;
}
.moduleInfoContainer {
  padding: 10px 0;
}
.il_InfoScreenDescription {
  padding: 20px 40px;
}
/*----------------------- overwrite il-Card  -----------------------*/
.il-card.thumbnail {
  padding: 0 0 15px 0 !important;
}
.il-card .il-card-image-container {
  height: 123px !important;
  overflow: hidden;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .il-card .il-card-image-container {
    height: 165px !important;
  }
}
.il-card .il-card-image-container img {
  object-fit: cover;
  width: 100%;
}
.il-card img.img-responsive,
.il-card img.img-standard {
  margin: inherit !important;
}
.il-card .caption {
  padding: 5px 15px;
  width: 100%;
}
.il-card .caption .card-title,
.il-card .caption dd {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.il-card .caption .card-title {
  padding: 5px 0;
  margin: 0;
}
.il-card .caption .card-title a {
  text-decoration: none;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.il-card .caption dl {
  margin-bottom: 10px;
}
.il-card .contact-container {
  height: 40px;
  position: relative;
}
.il-card .contact-container .contact-btn {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.il-card .contact-container .contact-btn .buddyMentor {
  padding: 6px 0;
}
.il-card .contact-container .contact-btn .button-container {
  display: inline-block;
  vertical-align: top;
  width: 98%;
  right: auto;
  margin-left: 2px;
}
.il-card .contact-container .contact-btn .button-container .btn-group {
  width: 100%;
}
.il-card .contact-container .contact-btn .button-container .btn-group .btn {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.il-card .contact-container .button-container {
  display: inline-block;
  vertical-align: top;
  width: 54px;
}
.il-card .contact-container .button-container .btn-group {
  width: 100%;
}
.il-card .contact-container .button-container .btn-group .btn {
  width: 100%;
}
.il-card .il-card-repository-head {
  height: 36px;
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.il-card .il-card-repository-head > div {
  padding: 5px 0;
}
.il-card .il-card-repository-head > div .icon.medium {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown {
  float: right;
  padding: 5px;
  margin: 0 -6px 0 0;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button {
  border: 0 none transparent;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button span.caret {
  display: inherit;
  margin-left: auto;
  margin-right: auto;
}
.il-card .card-no-highlight {
  height: auto!important;
}
.ilContainerBlockHeader {
  padding: 10px 0;
}
.ilContainerTileRows {
  padding: 0;
  background-color: transparent;
}
.il-deck .row > div {
  padding: 0 5px 5px 0;
}
.caret {
  position: relative;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  vertical-align: middle;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-left: 0 none transparent;
  text-align: center;
  line-height: 0;
  top: 0;
}
.caret::before {
  content: "\E602";
}
.il-layout-page-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .il-layout-page-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.il-metabar-slates {
  background-color: #ffffff;
  top: 50px;
  right: 45px;
}
@media only screen and (max-width: 767px) {
  .il-metabar-slates {
    right: 35px;
  }
}
.il-metabar-slates > .il-maincontrols-slate {
  min-width: 300px;
  border-top: 4px solid #81bc00;
}
.il-metabar-slates .il-maincontrols-slate .il-maincontrols-slate-content form#mm_search_form {
  padding: 10px;
}
.il-metabar-slates .il-maincontrols-slate .il-maincontrols-slate-content form#mm_search_form span.input-group-btn {
  display: none;
}
.il-metabar-slates .il-maincontrols-slate .il-maincontrols-slate-content form#mm_search_form #main_menu_search {
  width: 100%;
  font-size: 14px;
  padding: 5px 35px 5px 10px;
  text-align: left;
  color: #323e48;
  background-color: #ffffff;
  border: 1px solid #aab3ba;
  border-radius: 0;
}
.il-metabar-slates .il-maincontrols-slate .il-maincontrols-slate-content form#mm_search_form #ilMMSearchMenu p {
  white-space: inherit;
}
.il-metabar-slates .btn-bulky,
.il-metabar-slates .link-bulky {
  background-color: #ffffff;
}
.il-metabar-slates .btn-bulky .bulky-label,
.il-metabar-slates .link-bulky .bulky-label {
  font-size: 0.8rem;
}
#search_area_form .form-horizontal {
  margin: 10px !important;
}
.il-maincontrols-metabar > li > .btn-bulky.engaged,
.il-maincontrols-metabar > li > .link-bulky.engaged {
  box-shadow: none;
}
.il-maincontrols-slate .link-bulky {
  padding: 10px 5px;
}
.breadcrumbs {
  background: url("images/bg.jpg") repeat top left;
  background-size: 100%;
}
.il_HeaderProfileContainer {
  padding-bottom: 0 !important;
  margin-bottom: 0!important;
}
.ilProfileHeader {
  background: #ffffff;
  margin-top: 20px;
  position: relative;
}
.ilProfileHeader .ilProfileImage,
.ilProfileHeader .ilProfileContent,
.ilProfileHeader .ilProfileUserMotto,
.ilProfileHeader .ilProfileToolButtons {
  display: inline-block;
  height: 200px;
}
@media only screen and (max-width: 1050px) {
  .ilProfileHeader .ilProfileImage,
  .ilProfileHeader .ilProfileContent,
  .ilProfileHeader .ilProfileUserMotto,
  .ilProfileHeader .ilProfileToolButtons {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ilProfileHeader .ilProfileImage,
  .ilProfileHeader .ilProfileContent,
  .ilProfileHeader .ilProfileUserMotto,
  .ilProfileHeader .ilProfileToolButtons {
    height: auto;
  }
}
.ilProfileHeader .ilProfileImage img {
  height: 200px;
}
@media only screen and (max-width: 480px) {
  .ilProfileHeader .ilProfileImage img {
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .ilProfileHeader .ilProfileImage {
    padding: 20px 0 10px!important;
  }
}
.ilProfileHeader .ilProfileImage,
.ilProfileHeader .ilProfileContent {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .ilProfileHeader .ilProfileImage,
  .ilProfileHeader .ilProfileContent {
    width: 100% !important;
    text-align: center;
    display: block !important;
    padding: 10px 0;
    height: auto !important;
  }
  .ilProfileHeader .ilProfileImage .ilProfileSharingButtons,
  .ilProfileHeader .ilProfileContent .ilProfileSharingButtons {
    position: relative!important;
    bottom: auto!important;
  }
}
.ilProfileHeader .ilProfileContent {
  padding: 10px 0 0 10px;
  position: relative;
  width: calc(100% - 205px);
  vertical-align: top;
}
.ilProfileHeader .ilProfileContent h3 {
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .ilProfileHeader .ilProfileContent {
    padding: 5px 0 0 10px;
  }
}
.ilProfileHeader .ilProfileContent .ilProfileUserName {
  color: #691f40 !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
}
.ilProfileHeader .ilProfileContent .ilProfileFields {
  /*min-height: 80px;*/
  line-height: 18px;
  padding: 0;
}
.ilProfileHeader .ilProfileContent .ilProfileFieldLabel {
  font-weight: 600;
  line-height: 18px;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons {
  width: 100%;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton {
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #fff;
  margin: 4px;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnXing {
  background: url("images/glyphicons-social-13-xing.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnYoutube {
  background: url("images/glyphicons-social-23-youtube.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnFacebook {
  background: url("images/glyphicons-social-31-facebook.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnInstagram {
  background: url("images/glyphicons-social-33-instagram.svg") no-repeat center center;
  display: none;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnLinkedIn {
  background: url("images/glyphicons-social-18-linked-in.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnGooglePlus {
  background: url("images/glyphicons-social-3-google-plus.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnTwitter {
  background: url("images/glyphicons-social-32-twitter.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileContent .ilProfileSharingButtons .ilProfileSharingButton.btnVCard {
  background: url("images/glyphicons-353-nameplate.svg") no-repeat center center;
}
.ilProfileHeader .ilProfileUserMotto {
  display: table;
}
@media only screen and (max-width: 1050px) {
  .ilProfileHeader .ilProfileUserMotto {
    height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .ilProfileHeader .ilProfileUserMotto {
    height: 0;
  }
}
.ilProfileHeader .ilProfileUserMotto .ilProfileUserMottoInner {
  display: table-cell;
  vertical-align: middle;
}
.ilProfileHeader .ilProfileUserMotto .ilProfileUserMottoInner .motto {
  padding: 30px 15px;
  margin: 0;
  border-left: 1px solid #647485;
  position: relative;
  margin-bottom: 18px;
  font-size: 0rem;
  font-weight: 300;
  line-height: 1.4;
  color: #691f40;
  line-height: normal;
}
@media (min-width: 768px) {
  .ilProfileHeader .ilProfileUserMotto .ilProfileUserMottoInner .motto {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .ilProfileHeader .ilProfileUserMotto .ilProfileUserMottoInner .motto {
    border-left: 0 none transparent;
    margin: 30px 0 0;
    font-size: 1rem;
  }
}
.ilProfileHeader .ilProfileUserMotto .ilProfileUserMottoInner .mottoTopLine {
  height: 2px;
  width: 45%;
  background: #691f40;
  display: block;
  position: absolute;
  top: 20px;
}
.ilProfileHeader .ilProfileToolButtons {
  padding: 20px 15px;
  display: table;
}
@media only screen and (max-width: 991px) {
  .ilProfileHeader .ilProfileToolButtons {
    border-left: 0 none transparent;
    margin: 0 0 10px;
  }
}
.ilProfileHeader .ilProfileToolButtons .ilProfileToolButtonsInner {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
  .ilProfileHeader .ilProfileToolButtons .ilProfileToolButtonsInner {
    display: inherit;
    vertical-align: inherit;
  }
}
.ilProfileHeader .ilProfileToolButtons .ilProfileToolButtonsInner button {
  padding-left: 10px !important;
  height: 35px;
  margin-bottom: 3px;
}
.ilProfileHeader .ilProfileToolButtons .ilProfileToolButtonsInner a.mailBtn {
  height: 35px;
  min-width: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 3px;
}
.ilProfileHeader .ilProfileToolButtons .ilProfileToolButtonsInner a.mailBtn:hover {
  color: #ffffff;
}
.ilPublicProfileTabs {
  background: #ffffff;
  border: 0 none transparent;
  border-top: 1px solid #e6e6e6;
}
.ilPublicProfileTabs ul.nav-tabs a {
  border-bottom: 0 solid transparent;
  height: 40px;
  line-height: 24px;
  border-bottom: 4px solid transparent !important;
}
.ilPublicProfileTabs ul.nav-tabs .active a {
  background: #ffffff !important;
  color: #691f40 !important;
  font-weight: normal !important;
  border-bottom: 4px solid #691f40 !important;
  cursor: pointer;
}
.ilPublicProfileTabs #ilTab {
  margin: 0 !important;
}
.userInfoSection .userInfoFields {
  padding: 3px 0;
}
.userInfoSection .il_Block {
  margin-bottom: 10px;
}
.ppGroupRow .groupProfilSection {
  margin: 0 0 20px;
  background-color: #ffffff;
  padding: 10px;
  font-size: 100%;
  width: 100%;
  height: 120px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ppGroupRow .groupProfilSection .groupImage {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #c7cdd5;
}
.ppGroupRow .groupProfilSection .groupImage img {
  width: 100px;
  height: 100px;
}
.ppGroupRow .groupProfilSection .groupTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 105px);
  color: #38414b;
}
.ppGroupRow .groupProfilSection .groupTitle h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  line-height: normal;
  vertical-align: top;
  color: #38414b;
}
.ppGroupRow .groupProfilSection .groupTitle div {
  white-space: normal;
}
@media only screen and (max-width: 480px) {
  .ppGroupRow {
    width: 100%;
    margin: 10px 0;
    font-size: 90%;
  }
}
.ilProfileSandwichMenuContainer {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-toggle {
  background: transparent;
  border: transparent;
  color: #38414b;
  padding: 6px 8px 3px;
}
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-toggle:hover,
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-toggle:active,
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-toggle:focus {
  box-shadow: none;
  background: #38414b;
  color: #ffffff !important;
}
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-menu {
  width: auto;
}
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-menu .headerActions {
  padding: 0;
  margin: 0;
}
.ilProfileSandwichMenuContainer .ilProfileSandwichMenu .dropdown-menu .headerActions .actionMenuList {
  border-bottom: 0 none transparent;
}
.ilc_va_cntr_VAccordCntr {
  background-color: #ffffff;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2);
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionToggleDef .ilc_va_ihead_VAccordIHead {
  text-transform: inherit;
  font-size: 13px !important;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 10px 20px;
  background: #ffffff url("images/tree_col.svg") no-repeat 5px center;
  background-size: 12px;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionToggleDef .ilc_va_ihead_VAccordIHead:hover {
  background-color: #ffffff;
  background-position: 5px center;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef {
  padding: 10px;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef .ilc_va_icont_VAccordICont {
  padding: 0;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef .ilc_va_icont_VAccordICont .ilContainerBlockHeader {
  height: auto;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef .ilc_va_icont_VAccordICont .ilContainerBlockHeader h2.ilHeader {
  font-size: 13px !important;
  font-weight: 600;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef .ilc_va_icont_VAccordICont .ilContainerItemsContainer .ilObjListRow:not(:last-child) {
  border-bottom: 1px solid rgba(91, 103, 112, 0.2) !important;
}
.ilc_va_cntr_VAccordCntr .ilc_va_icntr_VAccordICntr .il_VAccordionContentDef .ilc_va_icont_VAccordICont .ilContainerItemsContainer .ilObjListRow .ilContainerListItemOuter {
  padding: 10px 0 0 0;
  background-color: #ffffff;
  height: auto;
  overflow: visible;
}
/* Alte CSS Dateien */
